Skip to content

Commit

Permalink
feat(api): add initialisms for GBPS and MBPS (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Sep 2, 2024
1 parent 727ba2e commit 2d1ad8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1331
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e55ed03e6caad72c6637abdfdf269eed99393e194090e3a1e79095ec96a9517c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-07a77c3b31d239046157318ee8f0ee40eaac1105b29d9e95ceb90414d470be3a.yml
8 changes: 4 additions & 4 deletions radar/attacklayer3summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ type AttackLayer3SummaryBitrateResponseSummary0 struct {
OneGBPSToTenGBPS string `json:"_1_GBPS_TO_10_GBPS,required"`
TenGBPSToOneHundredGBPS string `json:"_10_GBPS_TO_100_GBPS,required"`
FiveHundredMBPSToOneGBPS string `json:"_500_MBPS_TO_1_GBPS,required"`
Over100Gbps string `json:"OVER_100_GBPS,required"`
Under500Mbps string `json:"UNDER_500_MBPS,required"`
Over100GBPS string `json:"OVER_100_GBPS,required"`
Under500MBPS string `json:"UNDER_500_MBPS,required"`
JSON attackLayer3SummaryBitrateResponseSummary0JSON `json:"-"`
}

Expand All @@ -260,8 +260,8 @@ type attackLayer3SummaryBitrateResponseSummary0JSON struct {
OneGBPSToTenGBPS apijson.Field
TenGBPSToOneHundredGBPS apijson.Field
FiveHundredMBPSToOneGBPS apijson.Field
Over100Gbps apijson.Field
Under500Mbps apijson.Field
Over100GBPS apijson.Field
Under500MBPS apijson.Field
raw string
ExtraFields map[string]apijson.Field
}
Expand Down
8 changes: 4 additions & 4 deletions radar/attacklayer3timeseriesgroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ type AttackLayer3TimeseriesGroupBitrateResponseSerie0 struct {
OneGBPSToTenGBPS []string `json:"_1_GBPS_TO_10_GBPS,required"`
TenGBPSToOneHundredGBPS []string `json:"_10_GBPS_TO_100_GBPS,required"`
FiveHundredMBPSToOneGBPS []string `json:"_500_MBPS_TO_1_GBPS,required"`
Over100Gbps []string `json:"OVER_100_GBPS,required"`
Over100GBPS []string `json:"OVER_100_GBPS,required"`
Timestamps []string `json:"timestamps,required"`
Under500Mbps []string `json:"UNDER_500_MBPS,required"`
Under500MBPS []string `json:"UNDER_500_MBPS,required"`
JSON attackLayer3TimeseriesGroupBitrateResponseSerie0JSON `json:"-"`
}

Expand All @@ -178,9 +178,9 @@ type attackLayer3TimeseriesGroupBitrateResponseSerie0JSON struct {
OneGBPSToTenGBPS apijson.Field
TenGBPSToOneHundredGBPS apijson.Field
FiveHundredMBPSToOneGBPS apijson.Field
Over100Gbps apijson.Field
Over100GBPS apijson.Field
Timestamps apijson.Field
Under500Mbps apijson.Field
Under500MBPS apijson.Field
raw string
ExtraFields map[string]apijson.Field
}
Expand Down
4 changes: 2 additions & 2 deletions zero_trust/deviceoverridecode.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type DeviceOverrideCodeListResponseDisableForTime struct {
// Override code that is valid for 12 hour2.
Twelve string `json:"12"`
// Override code that is valid for 24 hour.2.
TwentyFour string `json:"24"`
Twenty_four string `json:"24"`
// Override code that is valid for 3 hours.
Three string `json:"3"`
// Override code that is valid for 6 hours.
Expand All @@ -96,7 +96,7 @@ type DeviceOverrideCodeListResponseDisableForTime struct {
type deviceOverrideCodeListResponseDisableForTimeJSON struct {
One apijson.Field
Twelve apijson.Field
TwentyFour apijson.Field
Twenty_four apijson.Field
Three apijson.Field
Six apijson.Field
raw string
Expand Down

0 comments on commit 2d1ad8e

Please sign in to comment.