Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2377d25

Browse files
committedApr 28, 2025·
SDK regeneration
1 parent e2fbc41 commit 2377d25

File tree

96 files changed

+318
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+318
-318
lines changed
 

‎poetry.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/truefoundry_sdk/types/amqp_input_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AmqpInputConfig(UniversalBaseModel):
3131
+sort=2
3232
"""
3333

34-
wait_time_seconds: int = pydantic.Field()
34+
wait_time_seconds: int = pydantic.Field(default=5)
3535
"""
3636
+label=Wait Time Seconds
3737
+usage=Wait timeout for long polling.

0 commit comments

Comments
 (0)
Please sign in to comment.