Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.7.0 #24

Merged
merged 1 commit into from
Jan 27, 2025
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
17 changes: 11 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
management:
docChecksum: f812b6f711e92ce366600fb1586396db
docVersion: 10.10.0
speakeasyVersion: 1.469.12
generationVersion: 2.493.34
releaseVersion: 0.6.1
configChecksum: 5f4f7518fc63077793181e4d8250e9eb
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
docVersion: 10.11.0
speakeasyVersion: 1.476.2
generationVersion: 2.495.1
releaseVersion: 0.7.0
configChecksum: ae5c0e02ac358bf9444f31711f5d69c6
repoURL: https://github.com/apideck-libraries/sdk-java.git
published: true
features:
Expand Down Expand Up @@ -500,6 +500,8 @@ generatedFiles:
- docs/models/components/InvoiceItemType.md
- docs/models/components/InvoiceItemTypeType.md
- docs/models/components/InvoiceItemsFilter.md
- docs/models/components/InvoiceItemsSort.md
- docs/models/components/InvoiceItemsSortBy.md
- docs/models/components/InvoiceLineItem.md
- docs/models/components/InvoiceLineItemInput.md
- docs/models/components/InvoiceLineItemType.md
Expand Down Expand Up @@ -1932,6 +1934,8 @@ generatedFiles:
- src/main/java/com/apideck/unify/models/components/InvoiceItemType.java
- src/main/java/com/apideck/unify/models/components/InvoiceItemTypeType.java
- src/main/java/com/apideck/unify/models/components/InvoiceItemsFilter.java
- src/main/java/com/apideck/unify/models/components/InvoiceItemsSort.java
- src/main/java/com/apideck/unify/models/components/InvoiceItemsSortBy.java
- src/main/java/com/apideck/unify/models/components/InvoiceLineItem.java
- src/main/java/com/apideck/unify/models/components/InvoiceLineItemInput.java
- src/main/java/com/apideck/unify/models/components/InvoiceLineItemType.java
Expand Down Expand Up @@ -3577,6 +3581,7 @@ examples:
filter: {"name": "Widgets Large", "type": "service"}
pass_through: {"search": "San Francisco"}
fields: "id,updated_at"
sort: {"by": "updated_at", "direction": "desc"}
header:
x-apideck-consumer-id: "test-consumer"
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
java:
version: 0.6.1
version: 0.7.0
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.469.12
speakeasyVersion: 1.476.2
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:b55fc3ff84b7ec0578de68922c2f595909f8bb4f282ee29c7d9ab08414695c96
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
tags:
- latest
- speakeasy-sdk-regen-1737468483
- 10.10.0
- speakeasy-sdk-regen-1737545338
- 10.11.0
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:b55fc3ff84b7ec0578de68922c2f595909f8bb4f282ee29c7d9ab08414695c96
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:9cece4180217cc16bc69b18b24d12dcd44f5c5542ec1dad1538cc57b4fc9cf71
codeSamplesRevisionDigest: sha256:58395f1b8615f9cf642ea09b7bc28765e0b2d5f9ede5d4f1b17cbfc52a5a747c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.6.1'
implementation 'com.apideck:unify:0.7.0'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,14 @@ Based on:
### Generated
- [java v0.6.1] .
### Releases
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .

## 2025-01-27 14:39:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.7.0] .
### Releases
- [Maven Central v0.7.0] https://central.sonatype.com/artifact/com.apideck/unify/0.7.0 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "com.apideck"
version = "0.6.1"
version = "0.7.0"

sourcesJar {
archiveBaseName = "unify"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.apideck'
artifactId = 'unify'
version = '0.6.1'
version = '0.7.0'

from components.java

Expand Down
9 changes: 9 additions & 0 deletions docs/models/components/InvoiceItemsSort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# InvoiceItemsSort


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `by` | [Optional\<InvoiceItemsSortBy>](../../models/components/InvoiceItemsSortBy.md) | :heavy_minus_sign: | The field on which to sort the Invoice Items | updated_at |
| `direction` | [Optional\<SortDirection>](../../models/components/SortDirection.md) | :heavy_minus_sign: | The direction in which to sort the results | |
11 changes: 11 additions & 0 deletions docs/models/components/InvoiceItemsSortBy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# InvoiceItemsSortBy

The field on which to sort the Invoice Items


## Values

| Name | Value |
| ------------ | ------------ |
| `CREATED_AT` | created_at |
| `UPDATED_AT` | updated_at |
2 changes: 1 addition & 1 deletion docs/models/components/Opportunity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional\<String>* | :heavy_minus_sign: | A unique identifier for the opportunity. | 12345 |
| `title` | *String* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket |
| `primaryContactId` | *Optional\<String>* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
| `primaryContactId` | *JsonNullable\<String>* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
| `description` | *JsonNullable\<String>* | :heavy_minus_sign: | A description of the opportunity. | Opportunities are created for People and Companies that are interested in buying your products or services. Create Opportunities for People and Companies to move them through one of your Pipelines. |
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade |
| `monetaryAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 |
Expand Down
Loading