-
Notifications
You must be signed in to change notification settings - Fork 13
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 #60 from airbytehq/speakeasy-sdk-regen-1708463814
chore: 🐝 Update SDK - Generate
- Loading branch information
Showing
208 changed files
with
2,011 additions
and
1,229 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Zuora | ||
# Astra | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| ------- | ------- | | ||
| `ZUORA` | zuora | | ||
| `ASTRA` | astra | |
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,15 @@ | ||
# AuthenticateViaMicrosoftOAuth | ||
|
||
OAuthCredentials class to hold authentication details for Microsoft OAuth authentication. | ||
This class uses pydantic for data validation and settings management. | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | ||
| `client_id` | *str* | :heavy_check_mark: | Client ID of your Microsoft developer application | | ||
| `client_secret` | *str* | :heavy_check_mark: | Client Secret of your Microsoft developer application | | ||
| `refresh_token` | *str* | :heavy_check_mark: | Refresh Token of your Microsoft developer application | | ||
| `tenant_id` | *str* | :heavy_check_mark: | Tenant ID of the Microsoft SharePoint user | | ||
| `auth_type` | [Optional[shared.SourceMicrosoftSharepointAuthType]](../../models/shared/sourcemicrosoftsharepointauthtype.md) | :heavy_minus_sign: | N/A | |
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
Oops, something went wrong.