-
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.
Merge pull request #5 from speakeasy-sdks/speakeasy-sdk-regen-1698874839
chore: speakeasy sdk regeneration - Generate
- Loading branch information
Showing
36 changed files
with
177 additions
and
167 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
2 changes: 1 addition & 1 deletion
2
...acks/createorderorderupdaterequestbody.md → ...createorderorderupdaterequestbodyinput.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# CreateOrderOrderUpdateRequestBody | ||
# CreateOrderOrderUpdateRequestBodyInput | ||
|
||
|
||
## Fields | ||
|
2 changes: 1 addition & 1 deletion
2
...ls/operations/authenticateresponsebody.md → ...rations/authenticate200applicationjson.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# AuthenticateResponseBody | ||
# Authenticate200ApplicationJSON | ||
|
||
The api key to use for authenticated endpoints. | ||
|
||
|
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SubscribeToWebhooksRequestBody | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | ||
| `URL` | **string* | :heavy_minus_sign: | N/A | | ||
| `Webhook` | [*SubscribeToWebhooksRequestBodyWebhook](../../models/operations/subscribetowebhooksrequestbodywebhook.md) | :heavy_minus_sign: | N/A | |
8 changes: 8 additions & 0 deletions
8
docs/models/operations/subscribetowebhooksrequestbodywebhook.md
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,8 @@ | ||
# SubscribeToWebhooksRequestBodyWebhook | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| -------------------------------------------------- | -------------------------------------------------- | | ||
| `SubscribeToWebhooksRequestBodyWebhookStockUpdate` | stockUpdate | |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# OrderStatus | ||
|
||
The status of the order. | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| ----------------------- | ----------------------- | | ||
| `OrderStatusPending` | pending | | ||
| `OrderStatusProcessing` | processing | | ||
| `OrderStatusComplete` | complete | |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...models/webhooks/stockupdaterequestbody.md → ...s/webhooks/stockupdaterequestbodyinput.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# StockUpdateRequestBody | ||
# StockUpdateRequestBodyInput | ||
|
||
|
||
## Fields | ||
|
Oops, something went wrong.