Skip to content

Commit fb1f835

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.15 (#122)
* ## Java SDK Changes: * `apideck.accounting.generalLedgerTransactions.list()`: **Added** * `apideck.accounting.generalLedgerTransactions.get()`: **Added** * `apideck.accounting.bills.list()`: * `request.filter` **Changed** * `apideck.accounting.invoices.list()`: * `request.filter` **Changed** * `apideck.accounting.ledgerAccounts.list()`: * `request.filter` **Changed** * `apideck.accounting.invoiceItems.list()`: * `request.filter` **Changed** * `apideck.accounting.creditNotes.list()`: * `request.filter` **Changed** * `apideck.accounting.customers.list()`: * `request.filter` **Changed** * `apideck.accounting.suppliers.list()`: * `request.filter` **Changed** * `apideck.accounting.payments.list()`: * `request.filter` **Changed** * `apideck.accounting.journalEntries.list()`: * `request.filter` **Changed** * `apideck.accounting.purchaseOrders.list()`: * `request.filter` **Changed** * `apideck.accounting.billPayments.list()`: * `request.filter` **Changed** * `apideck.accounting.quotes.list()`: * `request.filter` **Added** * `apideck.accounting.projects.list()`: * `request.filter` **Changed** * `apideck.accounting.expenseReports.list()`: * `request.filter` **Changed** * `apideck.crm.notes.list()`: * `request.filter` **Added** * `apideck.crm.users.list()`: * `request.filter` **Added** * `response.data[].name` **Added** * `apideck.crm.users.create()`: * `request.user.name` **Added** * `apideck.crm.users.get()`: `response.data.name` **Added** * `apideck.crm.users.update()`: * `request.user.name` **Added** * `apideck.vault.consumers.create()`: `response.data.connections[].health.enum(degraded)` **Added** * `apideck.vault.consumers.get()`: `response.data.connections[].health.enum(degraded)` **Added** * `apideck.vault.consumers.update()`: `response.data.connections[].health.enum(degraded)` **Added** * `apideck.vault.connections.list()`: `response.data[]` **Changed** * `apideck.vault.connections.get()`: `response.data` **Changed** * `apideck.vault.connections.update()`: `response.data` **Changed** * `apideck.vault.connections.imports()`: `response.data` **Changed** * `apideck.vault.connections.token()`: `response.data` **Changed** * `apideck.vault.connectionSettings.list()`: `response.data` **Changed** * `apideck.vault.connectionSettings.update()`: `response.data` **Changed** * `apideck.webhook.webhooks.list()`: `response.data[].events[]` **Changed** * `apideck.webhook.webhooks.create()`: * `request.createWebhookRequest.events[]` **Changed** * `response.data.events[]` **Changed** * `apideck.webhook.webhooks.get()`: `response.data.events[]` **Changed** * `apideck.webhook.webhooks.update()`: * `request.updateWebhookRequest.events[]` **Changed** * `response.data.events[]` **Changed** * `apideck.webhook.webhooks.delete()`: `response.data.events[]` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent d403819 commit fb1f835

112 files changed

Lines changed: 10916 additions & 1667 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 375 additions & 154 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
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
java:
32-
version: 0.31.14
32+
version: 0.31.15
3333
additionalDependencies: []
3434
additionalPlugins: []
3535
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.770.0
1+
speakeasyVersion: 1.777.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
6-
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
5+
sourceRevisionDigest: sha256:e10876a381c1d967381122bd72190360691f886b17b42a72f778627393bf0157
6+
sourceBlobDigest: sha256:44395bb352cbc2491205209658b54c2e717bf26a55d3ab2e8aa0dfeef548ce67
77
tags:
88
- latest
9-
- 10.24.39
9+
- 10.24.43
1010
targets:
1111
apideck:
1212
source: Apideck-OAS
1313
sourceNamespace: apideck-oas
14-
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
15-
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
14+
sourceRevisionDigest: sha256:e10876a381c1d967381122bd72190360691f886b17b42a72f778627393bf0157
15+
sourceBlobDigest: sha256:44395bb352cbc2491205209658b54c2e717bf26a55d3ab2e8aa0dfeef548ce67
1616
codeSamplesNamespace: apideck-oas-java-code-samples
17-
codeSamplesRevisionDigest: sha256:37b4730ac169905fdfef0789b32b9c37c87dc96eb82fe68b18e91668c21af50d
17+
codeSamplesRevisionDigest: sha256:01e453171a3896ad01ff6a67c33b706019c032e30405936f4d5455b6efcf05e8
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ The samples below show how a published SDK artifact is used:
5151

5252
Gradle:
5353
```groovy
54-
implementation 'com.apideck:unify:0.31.14'
54+
implementation 'com.apideck:unify:0.31.15'
5555
```
5656

5757
Maven:
5858
```xml
5959
<dependency>
6060
<groupId>com.apideck</groupId>
6161
<artifactId>unify</artifactId>
62-
<version>0.31.14</version>
62+
<version>0.31.15</version>
6363
</dependency>
6464
```
6565

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

333+
### [Accounting.GeneralLedgerTransactions](docs/sdks/generalledgertransactions/README.md)
334+
335+
* [list](docs/sdks/generalledgertransactions/README.md#list) - List General Ledger Transactions
336+
* [get](docs/sdks/generalledgertransactions/README.md#get) - Get General Ledger Transaction
337+
333338
### [Accounting.InvoiceItems](docs/sdks/invoiceitems/README.md)
334339

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

11871192
**Inherit from [`ApideckError`](./src/main/java/models/errors/ApideckError.java)**:
1188-
* [`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.*
1193+
* [`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.*
11891194

11901195

11911196
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,4 +878,14 @@ Based on:
878878
### Generated
879879
- [java v0.31.14] .
880880
### Releases
881-
- [Maven Central v0.31.14] https://central.sonatype.com/artifact/com.apideck/unify/0.31.14 - .
881+
- [Maven Central v0.31.14] https://central.sonatype.com/artifact/com.apideck/unify/0.31.14 - .
882+
883+
## 2026-06-12 12:01:46
884+
### Changes
885+
Based on:
886+
- OpenAPI Doc
887+
- Speakeasy CLI 1.777.2 (2.903.5) https://github.com/speakeasy-api/speakeasy
888+
### Generated
889+
- [java v0.31.15] .
890+
### Releases
891+
- [Maven Central v0.31.15] https://central.sonatype.com/artifact/com.apideck/unify/0.31.15 - .

build.gradle

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ plugins {
1616
id 'signing'
1717
// V2 publishing plugin (Sonatype Central Portal)
1818
id 'cl.franciscosolis.sonatype-central-upload' version '1.0.3'
19-
id "io.spring.dependency-management" version "1.1.6" apply false
2019
}
2120

2221
compileJava.options.encoding = "UTF-8"
@@ -86,47 +85,6 @@ dependencies {
8685
api 'org.reactivestreams:reactive-streams:1.0.4'
8786
}
8887

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

docs/models/components/BillsFilter.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8-
| `idSince` | *Optional\<String>* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
9-
| `updatedSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
10-
| `status` | [Optional\<BillsFilterStatus>](../../models/components/BillsFilterStatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `idSince` | *Optional\<String>* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
9+
| `updatedSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
10+
| `status` | [Optional\<BillsFilterStatus>](../../models/components/BillsFilterStatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
11+
| `subsidiaryId` | *Optional\<String>* | :heavy_minus_sign: | Filter by the subsidiary (legal entity) the record belongs to. Only honored on connectors that support multi-entity scoping (e.g. NetSuite OneWorld); ignored elsewhere. | 12345 |

0 commit comments

Comments
 (0)