Skip to content

Commit ea95419

Browse files
Merge pull request #41 from airbytehq/speakeasy-sdk-regen-1686863863
chore: speakeasy sdk regeneration - Generate
2 parents e69b15e + 9032361 commit ea95419

File tree

797 files changed

+5252
-2130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

797 files changed

+5252
-2130
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
.DS_Store
12
# Ignore Gradle project-specific cache directory
23
.gradle
3-
44
# Ignore Gradle build output directory
55
build
66
bin/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.17.1'
24+
implementation 'com.airbyte.api:public-api:0.18.2'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,28 @@ Based on:
407407
- OpenAPI Doc 1.0.0
408408
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
409409
### Releases
410-
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .
410+
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .
411+
412+
## 2023-06-15 21:17:40
413+
### Changes
414+
Based on:
415+
- OpenAPI Doc 1.0.0
416+
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
417+
### Releases
418+
- [Maven Central v0.18.0] https://central.sonatype.com/artifact/com.airbyte/api/0.18.0 - .
419+
420+
## 2023-06-20 00:12:16
421+
### Changes
422+
Based on:
423+
- OpenAPI Doc 1.0.0
424+
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy
425+
### Releases
426+
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.airbyte/api/0.18.1 - .
427+
428+
## 2023-06-20 19:23:06
429+
### Changes
430+
Based on:
431+
- OpenAPI Doc 1.0.0
432+
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
433+
### Releases
434+
- [Maven Central v0.18.2] https://central.sonatype.com/artifact/com.airbyte/api/0.18.2 - .

docs/models/shared/Airtable.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Airtable
2+
3+
The values required to configure the source.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
10+
| `credentials` | [AirtableCredentials](../../models/shared/AirtableCredentials.md) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AirtableCredentials
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
8+
| `clientId` | *String* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
9+
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret the Airtable developer application. |

docs/models/shared/AmazonAds.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AmazonAds
2+
3+
The values required to configure the source.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `clientId` | *String* | :heavy_minus_sign: | The client ID of your Amazon Ads developer application. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens#retrieve-your-client-id-and-client-secret">docs</a> for more information. |
11+
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret of your Amazon Ads developer application. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens#retrieve-your-client-id-and-client-secret">docs</a> for more information. |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AmazonSellerPartner
2+
3+
The values required to configure the source.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
10+
| `lwaAppId` | *String* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
11+
| `lwaClientSecret` | *String* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |

docs/models/shared/Asana.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Asana
2+
3+
The values required to configure the source.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
10+
| `credentials` | [AsanaCredentials](../../models/shared/AsanaCredentials.md) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AsanaCredentials
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `clientId` | *String* | :heavy_minus_sign: | N/A |
9+
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |

docs/models/shared/BingAds.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BingAds
2+
3+
The values required to configure the source.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
10+
| `clientId` | *String* | :heavy_minus_sign: | The Client ID of your Microsoft Advertising developer application. |
11+
| `clientSecret` | *String* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |

0 commit comments

Comments
 (0)