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
1,082 changes: 931 additions & 151 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .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.37.0
version: 0.38.0
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand All @@ -47,7 +47,7 @@ java:
explicitDocImports: false
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: true
forwardCompatibleUnionsByDefault: "false"
forwardCompatibleUnionsByDefault: true
generateOptionalUnionAccessors: false
generateSpringBootStarter: true
generateUnionDocs: false
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.791.4
speakeasyVersion: 1.795.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:1c6092eb51bb1bc843fc7faf1a2482c1fa02091833fea4de3ff175f01704badd
sourceBlobDigest: sha256:c0e56ff09e13c899e55da0cdad6f1aab6c5420a5616c5d0f1c023800aac22aee
sourceRevisionDigest: sha256:8a42d42855d286cac836848bfa44d39d189ac5c8bf8a2abdb913ff0fecc3498a
sourceBlobDigest: sha256:28b26a13f756169fc829580e401b5a81aea28f9196de61dabefdb0e207bdcdd7
tags:
- latest
- 10.32.0
- 10.40.0
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:1c6092eb51bb1bc843fc7faf1a2482c1fa02091833fea4de3ff175f01704badd
sourceBlobDigest: sha256:c0e56ff09e13c899e55da0cdad6f1aab6c5420a5616c5d0f1c023800aac22aee
sourceRevisionDigest: sha256:8a42d42855d286cac836848bfa44d39d189ac5c8bf8a2abdb913ff0fecc3498a
sourceBlobDigest: sha256:28b26a13f756169fc829580e401b5a81aea28f9196de61dabefdb0e207bdcdd7
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:5254e32fe88f90c0138234e9222cf85c3d5f88e9e9ebd8a41bdbb206b566688a
codeSamplesRevisionDigest: sha256:8ff5f8f55e3b0caad84c37c20e926fa8ef222c5c843b7669ae42c501957c9da8
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
24 changes: 20 additions & 4 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.37.0'
implementation 'com.apideck:unify:0.38.0'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</dependency>
```

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

### [Accounting.PaymentMethods](docs/sdks/paymentmethods/README.md)

* [list](docs/sdks/paymentmethods/README.md#list) - List Payment Methods
* [create](docs/sdks/paymentmethods/README.md#create) - Create Payment Method
* [get](docs/sdks/paymentmethods/README.md#get) - Get Payment Method
* [update](docs/sdks/paymentmethods/README.md#update) - Update Payment Method
* [delete](docs/sdks/paymentmethods/README.md#delete) - Delete Payment Method

### [Accounting.Payments](docs/sdks/payments/README.md)

* [list](docs/sdks/payments/README.md#list) - List Payments
Expand Down Expand Up @@ -419,6 +427,14 @@ For full model-specific examples (including Java 11/16/21 variants), see each un
* [update](docs/sdks/refunds/README.md#update) - Update Refund
* [delete](docs/sdks/refunds/README.md#delete) - Delete Refund

### [Accounting.SalesReceipts](docs/sdks/salesreceipts/README.md)

* [list](docs/sdks/salesreceipts/README.md#list) - List Sales Receipts
* [create](docs/sdks/salesreceipts/README.md#create) - Create Sales Receipt
* [get](docs/sdks/salesreceipts/README.md#get) - Get Sales Receipt
* [update](docs/sdks/salesreceipts/README.md#update) - Update Sales Receipt
* [delete](docs/sdks/salesreceipts/README.md#delete) - Delete Sales Receipt

### [Accounting.Subsidiaries](docs/sdks/subsidiaries/README.md)

* [list](docs/sdks/subsidiaries/README.md#list) - List Subsidiaries
Expand Down Expand Up @@ -1200,8 +1216,8 @@ 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 340 methods.*
* [`com.apideck.unify.models.errors.ConflictResponse`](./src/main/java/models/errors/com.apideck.unify.models.errors.ConflictResponse.java): Conflict — a connection already exists for the target connector. Status code `409`. Applicable to 1 of 340 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 350 methods.*
* [`com.apideck.unify.models.errors.ConflictResponse`](./src/main/java/models/errors/com.apideck.unify.models.errors.ConflictResponse.java): Conflict — a connection already exists for the target connector. Status code `409`. Applicable to 1 of 350 methods.*


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

## 2026-08-19 00:09:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.795.0 (2.931.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.38.0] .
### Releases
- [Maven Central v0.38.0] https://central.sonatype.com/artifact/com.apideck/unify/0.38.0 - .
19 changes: 19 additions & 0 deletions docs/models/components/AccountingPaymentMethod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# AccountingPaymentMethod


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `name` | *Optional\<String>* | :heavy_minus_sign: | The name of the payment method. | Cash |
| `type` | [JsonNullable\<AccountingPaymentMethodType>](../../models/components/AccountingPaymentMethodType.md) | :heavy_minus_sign: | The type of payment method. | cash |
| `status` | [JsonNullable\<AccountingPaymentMethodStatus>](../../models/components/AccountingPaymentMethodStatus.md) | :heavy_minus_sign: | The status of the payment method. | active |
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `downstreamId` | *JsonNullable\<String>* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
| `rowVersion` | *JsonNullable\<String>* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
| `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 |
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
| `passThrough` | List\<[PassThroughBody](../../models/components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
Loading