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
68 changes: 34 additions & 34 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.38.0
version: 0.39.0
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.795.1
speakeasyVersion: 1.795.3
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:1276df4c0f7f2cbc117e3833fb0475db11e04051b6070f629aabb4f4d70e0161
sourceBlobDigest: sha256:b1730df76c46e73c769f0f5e9de3a2ab31d2a894c3bc1b8e6506721e2a775c43
sourceRevisionDigest: sha256:48b4c887821df922a4fa33b8212ca5d73df8c0954ed29ab079ff1a4f7a810048
sourceBlobDigest: sha256:946ba91a470cd96845cb63e42e8390955fed5da1e5f2a8112278692e034d27d9
tags:
- latest
- 10.44.0
- 10.45.0
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:1276df4c0f7f2cbc117e3833fb0475db11e04051b6070f629aabb4f4d70e0161
sourceBlobDigest: sha256:b1730df76c46e73c769f0f5e9de3a2ab31d2a894c3bc1b8e6506721e2a775c43
sourceRevisionDigest: sha256:48b4c887821df922a4fa33b8212ca5d73df8c0954ed29ab079ff1a4f7a810048
sourceBlobDigest: sha256:946ba91a470cd96845cb63e42e8390955fed5da1e5f2a8112278692e034d27d9
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:8ff5f8f55e3b0caad84c37c20e926fa8ef222c5c843b7669ae42c501957c9da8
codeSamplesRevisionDigest: sha256:5c39a0493791d8d310adc8f6366823c17a95b9488ed5d888bb8b1013fd168db7
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 @@ -51,15 +51,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.38.0'
implementation 'com.apideck:unify:0.39.0'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.38.0</version>
<version>0.39.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 @@ -1108,4 +1108,14 @@ Based on:
### Generated
- [java v0.38.0] .
### Releases
- [Maven Central v0.38.0] https://central.sonatype.com/artifact/com.apideck/unify/0.38.0 - .
- [Maven Central v0.38.0] https://central.sonatype.com/artifact/com.apideck/unify/0.38.0 - .

## 2026-08-25 10:42:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.795.3 (2.932.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.39.0] .
### Releases
- [Maven Central v0.39.0] https://central.sonatype.com/artifact/com.apideck/unify/0.39.0 - .
1 change: 1 addition & 0 deletions docs/models/components/CreditNotesFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ids` | *Optional\<String>* | :heavy_minus_sign: | Comma-separated list of credit note IDs to filter by (e.g. `12345,67890`). On some connectors (e.g. DualEntry) the credit note ID is the credit note number. | 12345,67890 |
| `idSince` | *Optional\<String>* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
| `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 |
| `createdSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/CustomersFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ids` | *Optional\<String>* | :heavy_minus_sign: | Comma-separated list of customer IDs to filter by (e.g. `12345,67890`). | 12345,67890 |
| `companyName` | *Optional\<String>* | :heavy_minus_sign: | Company Name of customer to search for | SpaceX |
| `displayName` | *Optional\<String>* | :heavy_minus_sign: | Display Name of customer to search for | Techno King |
| `firstName` | *Optional\<String>* | :heavy_minus_sign: | First name of customer to search for | Elon |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/InvoicesFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ids` | *Optional\<String>* | :heavy_minus_sign: | Comma-separated list of invoice IDs to filter by (e.g. `12345,67890`). On some connectors (e.g. DualEntry) the invoice ID is the invoice number. | 12345,67890 |
| `idSince` | *Optional\<String>* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
| `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 |
| `createdSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
Expand Down
Loading