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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.35.0'
implementation 'com.airbyte.api:public-api:0.36.2'
```
<!-- End SDK Installation -->

Expand Down
32 changes: 31 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,4 +641,34 @@ Based on:
### Generated
- [java v0.35.0] .
### Releases
- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - .
- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - .

## 2023-08-16 19:29:41
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.36.0] .
### Releases
- [Maven Central v0.36.0] https://central.sonatype.com/artifact/com.airbyte/api/0.36.0 - .

## 2023-08-19 00:11:01
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.36.1] .
### Releases
- [Maven Central v0.36.1] https://central.sonatype.com/artifact/com.airbyte/api/0.36.1 - .

## 2023-08-21 14:52:53
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.36.2] .
### Releases
- [Maven Central v0.36.2] https://central.sonatype.com/artifact/com.airbyte/api/0.36.2 - .
6 changes: 6 additions & 0 deletions docs/models/operations/ListJobsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `connectionId` | *String* | :heavy_minus_sign: | Filter the Jobs by connectionId. |
| `createdAtEnd` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end date to filter by |
| `createdAtStart` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start date to filter by |
| `jobType` | [com.airbyte.api.models.shared.JobTypeEnum](../../models/shared/JobTypeEnum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
| `limit` | *Integer* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
| `offset` | *Integer* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
| `orderBy` | *String* | :heavy_minus_sign: | The field and method to use for ordering. Currently allowed are createdAt and updatedAt. |
| `status` | [com.airbyte.api.models.shared.JobStatusEnum](../../models/shared/JobStatusEnum.md) | :heavy_minus_sign: | The Job status you want to filter by |
| `updatedAtEnd` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end date to filter by |
| `updatedAtStart` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start date to filter by |
| `workspaceIds` | List<*String*> | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list jobs for. Empty list will retrieve all allowed workspaces. |
11 changes: 4 additions & 7 deletions docs/models/shared/AirtableCredentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `accessToken` | *String* | :heavy_minus_sign: | Access Token for making authenticated requests. |
| `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. |
| `refreshToken` | *String* | :heavy_minus_sign: | The key to refresh the expired access token. |
| `tokenExpiryDate` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date-time when the access token should be refreshed. |
| 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. |
3 changes: 1 addition & 2 deletions docs/models/shared/AmazonAds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ The values required to configure the source.
| 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. |
| `refreshToken` | *String* | :heavy_minus_sign: | Amazon Ads refresh token. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens">docs</a> for more information on how to obtain this token. |
| `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. |
9 changes: 4 additions & 5 deletions docs/models/shared/AmazonSellerPartner.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ 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. |
| `refreshToken` | *String* | :heavy_minus_sign: | The Refresh Token obtained via OAuth flow authorization. |
| 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. |
3 changes: 1 addition & 2 deletions docs/models/shared/AsanaCredentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `clientId` | *String* | :heavy_minus_sign: | N/A |
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |
| `refreshToken` | *String* | :heavy_minus_sign: | N/A |
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |
Loading