File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/cloudflare/types/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1706
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-899ed9c6bb1a733fb00e0f73d8a0d3d73e168d17d83187b20f3f33febc251ab4 .yml
3- openapi_spec_hash : c8e6d6a707f01ebf28b83bfdf1af5b3b
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-14ce9a841f2635d4ce59537b8af42c7eaf5ad3b1712f683d732ce6b4a05d60e8 .yml
3+ openapi_spec_hash : 26bdd2430ea50730a71fed734df6a3bc
44config_hash : 67f412c990647f3cb598378fa22a9db5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class StepUnionMember0Attempt(BaseModel):
5050
5151
5252class StepUnionMember0ConfigRetries (BaseModel ):
53- delay : Union [str , float ]
53+ delay : Union [float , object ]
5454
5555 limit : float
5656
@@ -60,7 +60,7 @@ class StepUnionMember0ConfigRetries(BaseModel):
6060class StepUnionMember0Config (BaseModel ):
6161 retries : StepUnionMember0ConfigRetries
6262
63- timeout : Union [str , float ]
63+ timeout : Union [float , object ]
6464
6565
6666class StepUnionMember0 (BaseModel ):
You can’t perform that action at this time.
0 commit comments