Skip to content

Commit b40de75

Browse files
chore(api): update composite API spec
1 parent f69b1ce commit b40de75

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2423
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-65becefa90fa529b75ff9c58292307899c94bc13a1ef4e8cfbe49861fea82595.yml
3-
openapi_spec_hash: 102ba37ae129cada2a96047a516368d4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-27f2331d009233547c1c7fc84eb1dc5238c7b3262d8842019fbb436fad102c8b.yml
3+
openapi_spec_hash: ba60210175149b296bbf8423443eae61
44
config_hash: 49ddc3264a325bcb6e3063c4adc8d37e

src/cloudflare/types/workflows/instance_get_response.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ class StepUnionMember0Attempt(BaseModel):
6666

6767
class StepUnionMember0ConfigRetries(BaseModel):
6868
delay: Union[str, float]
69-
"""Specifies the delay duration."""
69+
"""Specifies the delay duration.
70+
71+
'[dynamic]' indicates the delay is computed by a user-supplied function.
72+
"""
7073

7174
limit: float
7275

0 commit comments

Comments
 (0)