Skip to content

Commit

Permalink
Add missed cskip_suspended
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Feb 3, 2025
1 parent a44fee9 commit 7c20db0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3787,9 +3787,10 @@ components:
- cskip_no_state
- cskip_bad_state
- cskip_no_gas
- cskip_suspended
BouncePhaseType:
type: string
example: cskip_no_state
example: TrPhaseBounceNegfunds
enum:
- TrPhaseBounceNegfunds
- TrPhaseBounceNofunds
Expand Down
2 changes: 2 additions & 0 deletions oas_json_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions oas_schemas_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions oas_validators_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c20db0

Please sign in to comment.