@@ -347,7 +347,7 @@ type OutputOptions struct {
347
347
BatchSuffix string `json:"batch_suffix,nullable"`
348
348
// If set to true, will cause all occurrences of `${` in the generated files to be
349
349
// replaced with `x{`.
350
- Cve2021_4428 bool `json:"CVE-2021-4428 ,nullable"`
350
+ Cve2021_44228 bool `json:"CVE-2021-44228 ,nullable"`
351
351
// String to join fields. This field be ignored when `record_template` is set.
352
352
FieldDelimiter string `json:"field_delimiter,nullable"`
353
353
// List of field names to be included in the Logpush output. For the moment, there
@@ -382,7 +382,7 @@ type OutputOptions struct {
382
382
type outputOptionsJSON struct {
383
383
BatchPrefix apijson.Field
384
384
BatchSuffix apijson.Field
385
- Cve2021_4428 apijson.Field
385
+ Cve2021_44228 apijson.Field
386
386
FieldDelimiter apijson.Field
387
387
FieldNames apijson.Field
388
388
OutputType apijson.Field
@@ -449,7 +449,7 @@ type OutputOptionsParam struct {
449
449
BatchSuffix param.Field [string ] `json:"batch_suffix"`
450
450
// If set to true, will cause all occurrences of `${` in the generated files to be
451
451
// replaced with `x{`.
452
- Cve2021_4428 param.Field [bool ] `json:"CVE-2021-4428 "`
452
+ Cve2021_44228 param.Field [bool ] `json:"CVE-2021-44228 "`
453
453
// String to join fields. This field be ignored when `record_template` is set.
454
454
FieldDelimiter param.Field [string ] `json:"field_delimiter"`
455
455
// List of field names to be included in the Logpush output. For the moment, there
0 commit comments