Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
bin/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
### Gradle

```groovy
implementation 'com.airbyte.api:public-api:0.17.1'
implementation 'com.airbyte.api:public-api:0.18.2'
```
<!-- End SDK Installation -->

Expand Down
26 changes: 25 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,28 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .

## 2023-06-15 21:17:40
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.18.0] https://central.sonatype.com/artifact/com.airbyte/api/0.18.0 - .

## 2023-06-20 00:12:16
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.airbyte/api/0.18.1 - .

## 2023-06-20 19:23:06
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.18.2] https://central.sonatype.com/artifact/com.airbyte/api/0.18.2 - .
10 changes: 10 additions & 0 deletions docs/models/shared/Airtable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Airtable

The values required to configure the source.


## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `credentials` | [AirtableCredentials](../../models/shared/AirtableCredentials.md) | :heavy_minus_sign: | N/A |
9 changes: 9 additions & 0 deletions docs/models/shared/AirtableCredentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AirtableCredentials


## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `clientId` | *String* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret the Airtable developer application. |
11 changes: 11 additions & 0 deletions docs/models/shared/AmazonAds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AmazonAds

The values required to configure the source.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `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. |
| `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. |
11 changes: 11 additions & 0 deletions docs/models/shared/AmazonSellerPartner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AmazonSellerPartner

The values required to configure the source.


## Fields

| Field | Type | Required | Description |
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| `lwaAppId` | *String* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
| `lwaClientSecret` | *String* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |
10 changes: 10 additions & 0 deletions docs/models/shared/Asana.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Asana

The values required to configure the source.


## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
| `credentials` | [AsanaCredentials](../../models/shared/AsanaCredentials.md) | :heavy_minus_sign: | N/A |
9 changes: 9 additions & 0 deletions docs/models/shared/AsanaCredentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AsanaCredentials


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `clientId` | *String* | :heavy_minus_sign: | N/A |
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/shared/BingAds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BingAds

The values required to configure the source.


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `clientId` | *String* | :heavy_minus_sign: | The Client ID of your Microsoft Advertising developer application. |
| `clientSecret` | *String* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |
Loading