Skip to content
Open
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
372 changes: 292 additions & 80 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.31.14
version: 0.31.15
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.770.0
speakeasyVersion: 1.773.1
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
sourceRevisionDigest: sha256:976c8bcbb10bda60b0472b769b302acdf995088d93cb0fd568fdcdb0d85d118f
sourceBlobDigest: sha256:b68d37719b55c5f690152731ca43c9cf39228f69f55b89d93a56f534f4823dfc
tags:
- latest
- 10.24.39
- 10.24.40
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
sourceRevisionDigest: sha256:976c8bcbb10bda60b0472b769b302acdf995088d93cb0fd568fdcdb0d85d118f
sourceBlobDigest: sha256:b68d37719b55c5f690152731ca43c9cf39228f69f55b89d93a56f534f4823dfc
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:37b4730ac169905fdfef0789b32b9c37c87dc96eb82fe68b18e91668c21af50d
codeSamplesRevisionDigest: sha256:d62a8e5f9569ff238f075c5bd392965bdb73a09fdad98bee0abfd6edfad9460a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.31.14'
implementation 'com.apideck:unify:0.31.15'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.31.14</version>
<version>0.31.15</version>
</dependency>
```

Expand Down Expand Up @@ -330,6 +330,11 @@ For full model-specific examples (including Java 11/16/21 variants), see each un
* [update](docs/sdks/expenses/README.md#update) - Update Expense
* [delete](docs/sdks/expenses/README.md#delete) - Delete Expense

### [Accounting.GeneralLedgerTransactions](docs/sdks/generalledgertransactions/README.md)

* [list](docs/sdks/generalledgertransactions/README.md#list) - List General Ledger Transactions
* [get](docs/sdks/generalledgertransactions/README.md#get) - Get General Ledger Transaction

### [Accounting.InvoiceItems](docs/sdks/invoiceitems/README.md)

* [list](docs/sdks/invoiceitems/README.md#list) - List Invoice Items
Expand Down Expand Up @@ -1185,7 +1190,7 @@ public class Application {
many more subclasses in the JDK platform).

**Inherit from [`ApideckError`](./src/main/java/models/errors/ApideckError.java)**:
* [`com.apideck.unify.models.errors.Unauthorized`](./src/main/java/models/errors/com.apideck.unify.models.errors.Unauthorized.java): Unauthorized. Status code `401`. Applicable to 6 of 334 methods.*
* [`com.apideck.unify.models.errors.Unauthorized`](./src/main/java/models/errors/com.apideck.unify.models.errors.Unauthorized.java): Unauthorized. Status code `401`. Applicable to 6 of 336 methods.*


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

## 2026-06-09 00:37:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.773.1 (2.897.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.31.15] .
### Releases
- [Maven Central v0.31.15] https://central.sonatype.com/artifact/com.apideck/unify/0.31.15 - .
42 changes: 0 additions & 42 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plugins {
id 'signing'
// V2 publishing plugin (Sonatype Central Portal)
id 'cl.franciscosolis.sonatype-central-upload' version '1.0.3'
id "io.spring.dependency-management" version "1.1.6" apply false
}

compileJava.options.encoding = "UTF-8"
Expand Down Expand Up @@ -86,47 +85,6 @@ dependencies {
api 'org.reactivestreams:reactive-streams:1.0.4'
}

ext {
springBootVersion = '2.7.18'
}

subprojects {
if (name in [
'unify-spring-boot-autoconfigure',
'unify-spring-boot-starter'
]) {
// Ensure subprojects use the same group and version as root project
group = rootProject.group
version = rootProject.version

apply {
plugin "java-library"
plugin "io.spring.dependency-management"
plugin "maven-publish"
plugin "signing"
plugin "cl.franciscosolis.sonatype-central-upload"
}
dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:${rootProject.springBootVersion}"
}
}
repositories {
mavenCentral()
}
java {
withSourcesJar()
withJavadocJar()
}
tasks.withType(JavaCompile).configureEach {
options.release = 11
}

// Apply publishing configuration to all subprojects - they'll check for publishingConfig internally
apply from: rootProject.file('publishing.gradle')
}
}

ext {
publishingConfig = [
groupId: group,
Expand Down
24 changes: 24 additions & 0 deletions docs/models/components/GeneralLedgerTransaction.md

Large diffs are not rendered by default.

Loading