Skip to content

Commit a374ee1

Browse files
authored
Merge pull request #65 from apideck-libraries/speakeasy-sdk-regen-1758786487
chore: 🐝 Update SDK - Generate 0.22.0
2 parents cd2c9db + f71ae4b commit a374ee1

File tree

660 files changed

+35267
-5963
lines changed

Some content is hidden

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

660 files changed

+35267
-5963
lines changed

.speakeasy/gen.lock

Lines changed: 258 additions & 38 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 0.21.0
25+
version: 0.22.0
2626
additionalDependencies: []
2727
additionalPlugins: []
2828
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.622.1
1+
speakeasyVersion: 1.631.5
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:a6bcd5ccb7c969b42e8ad8b17f9f9fada68d5dcb1df1fc9f740c093e6f7a59fb
6-
sourceBlobDigest: sha256:6f9d2a5ef2ad35a10bb779aefcb98d75609448f4b14ea7f9268f7ad166c206a3
5+
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
6+
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757940187
10-
- 10.20.16
9+
- speakeasy-sdk-regen-1758786487
10+
- 10.21.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:a6bcd5ccb7c969b42e8ad8b17f9f9fada68d5dcb1df1fc9f740c093e6f7a59fb
16-
sourceBlobDigest: sha256:6f9d2a5ef2ad35a10bb779aefcb98d75609448f4b14ea7f9268f7ad166c206a3
15+
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
16+
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:0a8eea76a9b3ee53cda99713e96bc9b13a66a9538bd196bbf9c2e3617c6d6ded
18+
codeSamplesRevisionDigest: sha256:b667bc6d2af1090efce679b7a668123f62f12e79caefb77b008dc09c1b7730cd
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ The samples below show how a published SDK artifact is used:
4949

5050
Gradle:
5151
```groovy
52-
implementation 'com.apideck:unify:0.21.0'
52+
implementation 'com.apideck:unify:0.22.0'
5353
```
5454

5555
Maven:
5656
```xml
5757
<dependency>
5858
<groupId>com.apideck</groupId>
5959
<artifactId>unify</artifactId>
60-
<version>0.21.0</version>
60+
<version>0.22.0</version>
6161
</dependency>
6262
```
6363

@@ -344,6 +344,14 @@ public class Application {
344344

345345
* [get](docs/sdks/profitandloss/README.md#get) - Get Profit and Loss
346346

347+
#### [accounting().projects()](docs/sdks/projects/README.md)
348+
349+
* [list](docs/sdks/projects/README.md#list) - List projects
350+
* [create](docs/sdks/projects/README.md#create) - Create project
351+
* [get](docs/sdks/projects/README.md#get) - Get project
352+
* [update](docs/sdks/projects/README.md#update) - Update project
353+
* [delete](docs/sdks/projects/README.md#delete) - Delete project
354+
347355
#### [accounting().purchaseOrders()](docs/sdks/purchaseorders/README.md)
348356

349357
* [list](docs/sdks/purchaseorders/README.md#list) - List Purchase Orders

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,14 @@ Based on:
478478
### Generated
479479
- [java v0.21.0] .
480480
### Releases
481-
- [Maven Central v0.21.0] https://central.sonatype.com/artifact/com.apideck/unify/0.21.0 - .
481+
- [Maven Central v0.21.0] https://central.sonatype.com/artifact/com.apideck/unify/0.21.0 - .
482+
483+
## 2025-10-01 07:48:36
484+
### Changes
485+
Based on:
486+
- OpenAPI Doc
487+
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
488+
### Generated
489+
- [java v0.22.0] .
490+
### Releases
491+
- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.apideck/unify/0.22.0 - .

build.gradle

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,18 @@ java {
3333
withJavadocJar()
3434
}
3535

36-
model {
37-
tasks.generatePomFileForMavenPublication {
38-
destination = file(layout.buildDirectory.file("pom.xml"))
39-
}
40-
}
41-
4236
version = "${version}"
4337
group = "${groupId}"
4438

4539
jar {
46-
dependsOn(":generatePomFileForMavenPublication")
40+
dependsOn 'generatePomFileForMavenPublication'
4741
archiveBaseName = "${artifactId}"
4842

4943
into("META-INF/maven/com.apideck/unify") {
50-
from(layout.buildDirectory.file("pom.xml"))
44+
from(layout.buildDirectory.file("pom.xml")) {
45+
// Only include if it exists to avoid build ordering issues
46+
duplicatesStrategy = DuplicatesStrategy.INCLUDE
47+
}
5148
}
5249
}
5350

@@ -93,40 +90,40 @@ ext {
9390
}
9491

9592
subprojects {
96-
// Ensure subprojects use the same group and version as root project
97-
group = rootProject.group
98-
version = rootProject.version
99-
100-
apply {
101-
plugin "java-library"
102-
plugin "io.spring.dependency-management"
103-
plugin "maven-publish"
104-
plugin "signing"
105-
plugin "cl.franciscosolis.sonatype-central-upload"
106-
}
107-
dependencyManagement {
108-
imports {
109-
mavenBom "org.springframework.boot:spring-boot-dependencies:${rootProject.springBootVersion}"
93+
if (name in [
94+
'unify-spring-boot-autoconfigure',
95+
'unify-spring-boot-starter'
96+
]) {
97+
// Ensure subprojects use the same group and version as root project
98+
group = rootProject.group
99+
version = rootProject.version
100+
101+
apply {
102+
plugin "java-library"
103+
plugin "io.spring.dependency-management"
104+
plugin "maven-publish"
105+
plugin "signing"
106+
plugin "cl.franciscosolis.sonatype-central-upload"
110107
}
111-
}
112-
repositories {
113-
mavenCentral()
114-
}
115-
java {
116-
withSourcesJar()
117-
withJavadocJar()
118-
}
119-
tasks.withType(JavaCompile).configureEach {
120-
options.release = 11
121-
}
122-
123-
model {
124-
tasks.generatePomFileForMavenPublication {
125-
destination = file(layout.buildDirectory.file("pom.xml"))
108+
dependencyManagement {
109+
imports {
110+
mavenBom "org.springframework.boot:spring-boot-dependencies:${rootProject.springBootVersion}"
111+
}
112+
}
113+
repositories {
114+
mavenCentral()
126115
}
116+
java {
117+
withSourcesJar()
118+
withJavadocJar()
119+
}
120+
tasks.withType(JavaCompile).configureEach {
121+
options.release = 11
122+
}
123+
124+
// Apply publishing configuration to all subprojects - they'll check for publishingConfig internally
125+
apply from: rootProject.file('publishing.gradle')
127126
}
128-
// Apply publishing configuration to all subprojects - they'll check for publishingConfig internally
129-
apply from: rootProject.file('publishing.gradle')
130127
}
131128

132129
ext {

docs/models/components/Address.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| `line2` | *JsonNullable\<String>* | :heavy_minus_sign: | Line 2 of the address | apt # |
1414
| `line3` | *JsonNullable\<String>* | :heavy_minus_sign: | Line 3 of the address | Suite # |
1515
| `line4` | *JsonNullable\<String>* | :heavy_minus_sign: | Line 4 of the address | delivery instructions |
16+
| `line5` | *JsonNullable\<String>* | :heavy_minus_sign: | Line 5 of the address | Attention: Finance Dept |
1617
| `streetNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | Street number | 25 |
1718
| `city` | *JsonNullable\<String>* | :heavy_minus_sign: | Name of city. | San Francisco |
1819
| `state` | *JsonNullable\<String>* | :heavy_minus_sign: | Name of state | CA |

docs/models/components/BalanceByTransaction.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
8-
| `transactionId` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
9-
| `transactionDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
10-
| `transactionType` | [Optional\<TransactionType>](../../models/components/TransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
11-
| `dueDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
12-
| `originalAmount` | *Optional\<Double>* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
13-
| `outstandingBalance` | *Optional\<Double>* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |
14-
| `transactionNumber` | *Optional\<String>* | :heavy_minus_sign: | Transaction number of the transaction. | INV-1001 |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
8+
| `transactionId` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
9+
| `transactionDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
10+
| `transactionType` | [Optional\<BalanceByTransactionTransactionType>](../../models/components/BalanceByTransactionTransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
11+
| `dueDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
12+
| `originalAmount` | *Optional\<Double>* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
13+
| `outstandingBalance` | *Optional\<Double>* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |
14+
| `transactionNumber` | *Optional\<String>* | :heavy_minus_sign: | Transaction number of the transaction. | INV-1001 |

0 commit comments

Comments
 (0)