-
Notifications
You must be signed in to change notification settings - Fork 4
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 #7 from dubinc/speakeasy-sdk-regen-1718846278
chore: π Update SDK - Generate
- Loading branch information
Showing
47 changed files
with
155 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
dub (0.0.5) | ||
dub (0.0.6) | ||
faraday | ||
faraday-multipart | ||
rack | ||
|
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,10 @@ | ||
# CreateDomainRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | | ||
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. | | ||
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated β use `workspaceId` instead. | | ||
| `request_body` | [T.nilable(::OpenApiSDK::Operations::CreateDomainRequestBody)](../../models/operations/createdomainrequestbody.md) | :heavy_minus_sign: | N/A | |
5 changes: 1 addition & 4 deletions
5
...models/operations/adddomainrequestbody.md β ...els/operations/createdomainrequestbody.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,14 +1,11 @@ | ||
# AddDomainRequestBody | ||
# CreateDomainRequestBody | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | Example | | ||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | | ||
| `slug` | *::String* | :heavy_check_mark: | Name of the domain. | acme.com | | ||
| `type` | [T.nilable(::OpenApiSDK::Operations::Type)](../../models/operations/type.md) | :heavy_minus_sign: | The type of redirect to use for this domain. | redirect | | ||
| `target` | *T.nilable(::String)* | :heavy_minus_sign: | The page your users will get redirected to when they visit your domain. | https://acme.com/landing | | ||
| `expired_url` | *T.nilable(::String)* | :heavy_minus_sign: | Redirect users to a specific URL when any link under this domain has expired. | https://acme.com/expired | | ||
| `archived` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Whether to archive this domain. `false` will unarchive a previously archived domain. | false | | ||
| `noindex` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Prevent search engines from indexing the domain. Defaults to `false`. | | | ||
| `placeholder` | *T.nilable(::String)* | :heavy_minus_sign: | Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. | https://dub.co/help/article/what-is-dub | |
Oops, something went wrong.