-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.2
- Loading branch information
1 parent
e974d9f
commit b0ac630
Showing
18 changed files
with
491 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
|
||
## 2024-07-15 19:38:00 | ||
### Changes | ||
Based on: | ||
- OpenAPI Doc | ||
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy | ||
### Generated | ||
- [typescript v0.1.0] accounting | ||
### Releases | ||
- [NPM v0.1.0] https://www.npmjs.com/package/ryan-accounting/v/0.1.0 - accounting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# RetryConfig | ||
|
||
Allows customizing the default retry configuration. It is only permitted in methods that accept retry policies. | ||
|
||
## Fields | ||
|
||
| Name | Type | Description | Example | | ||
| ------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------ | ----------- | | ||
| `strategy` | `"backoff" | "none"` | The retry strategy to use. | `"backoff"` | | ||
| `backoff` | [BackoffStrategy](#backoffstrategy) | When strategy is "backoff", this configurates for the backoff parameters. | | | ||
| `retryConnectionErrors` | `*boolean*` | When strategy is "backoff", this determines whether or not to retry on connection errors. | `true` | | ||
|
||
## BackoffStrategy | ||
|
||
The backoff strategy allows retrying a request with an exponential backoff between each retry. | ||
|
||
### Fields | ||
|
||
| Name | Type | Description | Example | | ||
| ------------------ | ------------ | ----------------------------------------- | -------- | | ||
| `initialInterval` | `*number*` | The initial interval in milliseconds. | `500` | | ||
| `maxInterval` | `*number*` | The maximum interval in milliseconds. | `60000` | | ||
| `exponent` | `*number*` | The exponent to use for the backoff. | `1.5` | | ||
| `maxElapsedTime` | `*number*` | The maximum elapsed time in milliseconds. | `300000` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.