Skip to content

Commit 84adf2a

Browse files
authoredJan 27, 2025··
Merge pull request #24 from apideck-libraries/speakeasy-sdk-regen-1737545338
chore: 🐝 Update SDK - Generate 0.7.0
2 parents 9582638 + d5bed40 commit 84adf2a

23 files changed

+410
-48
lines changed
 

‎.speakeasy/gen.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33
management:
4-
docChecksum: f812b6f711e92ce366600fb1586396db
5-
docVersion: 10.10.0
6-
speakeasyVersion: 1.469.12
7-
generationVersion: 2.493.34
8-
releaseVersion: 0.6.1
9-
configChecksum: 5f4f7518fc63077793181e4d8250e9eb
4+
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
5+
docVersion: 10.11.0
6+
speakeasyVersion: 1.476.2
7+
generationVersion: 2.495.1
8+
releaseVersion: 0.7.0
9+
configChecksum: ae5c0e02ac358bf9444f31711f5d69c6
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:
@@ -500,6 +500,8 @@ generatedFiles:
500500
- docs/models/components/InvoiceItemType.md
501501
- docs/models/components/InvoiceItemTypeType.md
502502
- docs/models/components/InvoiceItemsFilter.md
503+
- docs/models/components/InvoiceItemsSort.md
504+
- docs/models/components/InvoiceItemsSortBy.md
503505
- docs/models/components/InvoiceLineItem.md
504506
- docs/models/components/InvoiceLineItemInput.md
505507
- docs/models/components/InvoiceLineItemType.md
@@ -1932,6 +1934,8 @@ generatedFiles:
19321934
- src/main/java/com/apideck/unify/models/components/InvoiceItemType.java
19331935
- src/main/java/com/apideck/unify/models/components/InvoiceItemTypeType.java
19341936
- src/main/java/com/apideck/unify/models/components/InvoiceItemsFilter.java
1937+
- src/main/java/com/apideck/unify/models/components/InvoiceItemsSort.java
1938+
- src/main/java/com/apideck/unify/models/components/InvoiceItemsSortBy.java
19351939
- src/main/java/com/apideck/unify/models/components/InvoiceLineItem.java
19361940
- src/main/java/com/apideck/unify/models/components/InvoiceLineItemInput.java
19371941
- src/main/java/com/apideck/unify/models/components/InvoiceLineItemType.java
@@ -3577,6 +3581,7 @@ examples:
35773581
filter: {"name": "Widgets Large", "type": "service"}
35783582
pass_through: {"search": "San Francisco"}
35793583
fields: "id,updated_at"
3584+
sort: {"by": "updated_at", "direction": "desc"}
35803585
header:
35813586
x-apideck-consumer-id: "test-consumer"
35823587
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"

‎.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
java:
16-
version: 0.6.1
16+
version: 0.7.0
1717
additionalDependencies: []
1818
additionalPlugins: []
1919
artifactID: unify

‎.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.12
1+
speakeasyVersion: 1.476.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
6-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
5+
sourceRevisionDigest: sha256:b55fc3ff84b7ec0578de68922c2f595909f8bb4f282ee29c7d9ab08414695c96
6+
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737468483
10-
- 10.10.0
9+
- speakeasy-sdk-regen-1737545338
10+
- 10.11.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
16-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
15+
sourceRevisionDigest: sha256:b55fc3ff84b7ec0578de68922c2f595909f8bb4f282ee29c7d9ab08414695c96
16+
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:9cece4180217cc16bc69b18b24d12dcd44f5c5542ec1dad1538cc57b4fc9cf71
18+
codeSamplesRevisionDigest: sha256:58395f1b8615f9cf642ea09b7bc28765e0b2d5f9ede5d4f1b17cbfc52a5a747c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747

4848
Gradle:
4949
```groovy
50-
implementation 'com.apideck:unify:0.6.1'
50+
implementation 'com.apideck:unify:0.7.0'
5151
```
5252

5353
Maven:
5454
```xml
5555
<dependency>
5656
<groupId>com.apideck</groupId>
5757
<artifactId>unify</artifactId>
58-
<version>0.6.1</version>
58+
<version>0.7.0</version>
5959
</dependency>
6060
```
6161

‎RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [java v0.6.1] .
130130
### Releases
131-
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .
131+
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .
132+
133+
## 2025-01-27 14:39:19
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [java v0.7.0] .
140+
### Releases
141+
- [Maven Central v0.7.0] https://central.sonatype.com/artifact/com.apideck/unify/0.7.0 - .

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.apideck"
66-
version = "0.6.1"
66+
version = "0.7.0"
6767

6868
sourcesJar {
6969
archiveBaseName = "unify"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.apideck'
103103
artifactId = 'unify'
104-
version = '0.6.1'
104+
version = '0.7.0'
105105

106106
from components.java
107107

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# InvoiceItemsSort
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `by` | [Optional\<InvoiceItemsSortBy>](../../models/components/InvoiceItemsSortBy.md) | :heavy_minus_sign: | The field on which to sort the Invoice Items | updated_at |
9+
| `direction` | [Optional\<SortDirection>](../../models/components/SortDirection.md) | :heavy_minus_sign: | The direction in which to sort the results | |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# InvoiceItemsSortBy
2+
3+
The field on which to sort the Invoice Items
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------ | ------------ |
10+
| `CREATED_AT` | created_at |
11+
| `UPDATED_AT` | updated_at |

‎docs/models/components/Opportunity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `id` | *Optional\<String>* | :heavy_minus_sign: | A unique identifier for the opportunity. | 12345 |
99
| `title` | *String* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket |
10-
| `primaryContactId` | *Optional\<String>* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
10+
| `primaryContactId` | *JsonNullable\<String>* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
1111
| `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. |
1212
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade |
1313
| `monetaryAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 |

0 commit comments

Comments
 (0)
Please sign in to comment.