File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2484,7 +2484,7 @@ type VersionPlacement struct {
24842484 Hostname string `json:"hostname"`
24852485 // Enables
24862486 // [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement).
2487- Mode VersionPlacementMode `json:"mode"`
2487+ Mode VersionPlacementModeMode `json:"mode"`
24882488 // Cloud region for targeted placement in format 'provider:region'.
24892489 Region string `json:"region"`
24902490 // This field can have the runtime type of [[]VersionPlacementObjectTarget].
Original file line number Diff line number Diff line change @@ -2330,7 +2330,7 @@ type ScriptScriptAndVersionSettingEditResponsePlacement struct {
23302330 Hostname string `json:"hostname"`
23312331 // Enables
23322332 // [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement).
2333- Mode ScriptScriptAndVersionSettingEditResponsePlacementMode `json:"mode"`
2333+ Mode ScriptScriptAndVersionSettingEditResponsePlacementModeMode `json:"mode"`
23342334 // Cloud region for targeted placement in format 'provider:region'.
23352335 Region string `json:"region"`
23362336 // This field can have the runtime type of
@@ -4865,7 +4865,7 @@ type ScriptScriptAndVersionSettingGetResponsePlacement struct {
48654865 Hostname string `json:"hostname"`
48664866 // Enables
48674867 // [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement).
4868- Mode ScriptScriptAndVersionSettingGetResponsePlacementMode `json:"mode"`
4868+ Mode ScriptScriptAndVersionSettingGetResponsePlacementModeMode `json:"mode"`
48694869 // Cloud region for targeted placement in format 'provider:region'.
48704870 Region string `json:"region"`
48714871 // This field can have the runtime type of
Original file line number Diff line number Diff line change @@ -2343,7 +2343,7 @@ type DispatchNamespaceScriptSettingEditResponsePlacement struct {
23432343 Hostname string `json:"hostname"`
23442344 // Enables
23452345 // [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement).
2346- Mode DispatchNamespaceScriptSettingEditResponsePlacementMode `json:"mode"`
2346+ Mode DispatchNamespaceScriptSettingEditResponsePlacementModeMode `json:"mode"`
23472347 // Cloud region for targeted placement in format 'provider:region'.
23482348 Region string `json:"region"`
23492349 // This field can have the runtime type of
@@ -4882,7 +4882,7 @@ type DispatchNamespaceScriptSettingGetResponsePlacement struct {
48824882 Hostname string `json:"hostname"`
48834883 // Enables
48844884 // [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement).
4885- Mode DispatchNamespaceScriptSettingGetResponsePlacementMode `json:"mode"`
4885+ Mode DispatchNamespaceScriptSettingGetResponsePlacementModeMode `json:"mode"`
48864886 // Cloud region for targeted placement in format 'provider:region'.
48874887 Region string `json:"region"`
48884888 // This field can have the runtime type of
You can’t perform that action at this time.
0 commit comments