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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 11 additions & 23 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 @@ -22,7 +22,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.22.0
version: 0.22.1
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.631.5
speakeasyVersion: 1.636.3
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
sourceRevisionDigest: sha256:33abda36131fc4182b8703e52076fbfed79472e8cf671db2f83376c074e8898f
sourceBlobDigest: sha256:19931c0d3bf31bd696a6c62f125c9b7f572b6ac3e837701617eadc88876276a2
tags:
- latest
- speakeasy-sdk-regen-1758786487
- 10.21.2
- speakeasy-sdk-regen-1759403533
- 10.21.4
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
sourceRevisionDigest: sha256:33abda36131fc4182b8703e52076fbfed79472e8cf671db2f83376c074e8898f
sourceBlobDigest: sha256:19931c0d3bf31bd696a6c62f125c9b7f572b6ac3e837701617eadc88876276a2
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:b667bc6d2af1090efce679b7a668123f62f12e79caefb77b008dc09c1b7730cd
codeSamplesRevisionDigest: sha256:0168603b15fce4b090b5bc00dc1720e5e370eb2aa42c02698b31375884bf4239
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
38 changes: 2 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.22.0'
implementation 'com.apideck:unify:0.22.1'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
</dependency>
```

Expand Down Expand Up @@ -188,9 +188,6 @@ public class Application {
<details open>
<summary>Available methods</summary>

### [accounting()](docs/sdks/accounting/README.md)


#### [accounting().agedCreditors()](docs/sdks/agedcreditors/README.md)

* [get](docs/sdks/agedcreditors/README.md#get) - Get Aged Creditors
Expand Down Expand Up @@ -400,10 +397,6 @@ public class Application {
* [update](docs/sdks/trackingcategories/README.md#update) - Update Tracking Category
* [delete](docs/sdks/trackingcategories/README.md#delete) - Delete Tracking Category


### [ats()](docs/sdks/ats/README.md)


#### [ats().applicants()](docs/sdks/applicants/README.md)

* [list](docs/sdks/applicants/README.md#list) - List Applicants
Expand All @@ -425,9 +418,6 @@ public class Application {
* [list](docs/sdks/jobs/README.md#list) - List Jobs
* [get](docs/sdks/jobs/README.md#get) - Get Job

### [connector()](docs/sdks/connector/README.md)


#### [connector().apiResourceCoverage()](docs/sdks/apiresourcecoverage/README.md)

* [get](docs/sdks/apiresourcecoverage/README.md#get) - Get API Resource Coverage
Expand All @@ -454,9 +444,6 @@ public class Application {
* [list](docs/sdks/connectors/README.md#list) - List Connectors
* [get](docs/sdks/connectors/README.md#get) - Get Connector

### [crm()](docs/sdks/crm/README.md)


#### [crm().activities()](docs/sdks/activities/README.md)

* [list](docs/sdks/activities/README.md#list) - List activities
Expand Down Expand Up @@ -537,9 +524,6 @@ public class Application {
* [update](docs/sdks/users/README.md#update) - Update user
* [delete](docs/sdks/users/README.md#delete) - Delete user

### [ecommerce()](docs/sdks/ecommerce/README.md)


#### [ecommerce().customers()](docs/sdks/apideckcustomers/README.md)

* [list](docs/sdks/apideckcustomers/README.md#list) - List Customers
Expand All @@ -559,9 +543,6 @@ public class Application {

* [get](docs/sdks/stores/README.md#get) - Get Store

### [fileStorage()](docs/sdks/filestorage/README.md)


#### [fileStorage().driveGroups()](docs/sdks/drivegroups/README.md)

* [list](docs/sdks/drivegroups/README.md#list) - List DriveGroups
Expand Down Expand Up @@ -612,9 +593,6 @@ public class Application {
* [delete](docs/sdks/uploadsessions/README.md#delete) - Abort Upload Session
* [finish](docs/sdks/uploadsessions/README.md#finish) - Finish Upload Session

### [hris()](docs/sdks/hris/README.md)


#### [hris().companies()](docs/sdks/apideckcompanies/README.md)

* [list](docs/sdks/apideckcompanies/README.md#list) - List Companies
Expand Down Expand Up @@ -661,9 +639,6 @@ public class Application {
* [update](docs/sdks/timeoffrequests/README.md#update) - Update Time Off Request
* [delete](docs/sdks/timeoffrequests/README.md#delete) - Delete Time Off Request

### [issueTracking()](docs/sdks/issuetracking/README.md)


#### [issueTracking().collections()](docs/sdks/collections/README.md)

* [list](docs/sdks/collections/README.md#list) - List Collections
Expand Down Expand Up @@ -694,9 +669,6 @@ public class Application {
* [list](docs/sdks/collectionusers/README.md#list) - List Users
* [get](docs/sdks/collectionusers/README.md#get) - Get user

### [sms()](docs/sdks/sms/README.md)


#### [sms().messages()](docs/sdks/messages/README.md)

* [list](docs/sdks/messages/README.md#list) - List Messages
Expand All @@ -705,9 +677,6 @@ public class Application {
* [update](docs/sdks/messages/README.md#update) - Update Message
* [delete](docs/sdks/messages/README.md#delete) - Delete Message

### [vault()](docs/sdks/vault/README.md)


#### [vault().connectionConsent()](docs/sdks/connectionconsent/README.md)

* [update](docs/sdks/connectionconsent/README.md#update) - Update consent state
Expand Down Expand Up @@ -770,9 +739,6 @@ public class Application {

* [state](docs/sdks/validateconnection/README.md#state) - Validate Connection State

### [webhook()](docs/sdks/webhook/README.md)


#### [webhook().webhooks()](docs/sdks/webhooks/README.md)

* [list](docs/sdks/webhooks/README.md#list) - List webhook subscriptions
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,14 @@ Based on:
### Generated
- [java v0.22.0] .
### Releases
- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.apideck/unify/0.22.0 - .
- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.apideck/unify/0.22.0 - .

## 2025-10-10 09:31:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.22.1] .
### Releases
- [Maven Central v0.22.1] https://central.sonatype.com/artifact/com.apideck/unify/0.22.1 - .
1 change: 1 addition & 0 deletions docs/models/components/InvoiceLineItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| `unitOfMeasure` | *JsonNullable\<String>* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
| `discountPercentage` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
| `serviceDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/InvoiceLineItemInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| `unitOfMeasure` | *JsonNullable\<String>* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
| `discountPercentage` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
| `serviceDate` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
Expand Down
22 changes: 11 additions & 11 deletions docs/models/components/LedgerAccountType.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ The type of account.

| Name | Value |
| ----------------------- | ----------------------- |
| `ACCOUNTS_PAYABLE` | accounts_payable |
| `ACCOUNTS_RECEIVABLE` | accounts_receivable |
| `REVENUE` | revenue |
| `SALES` | sales |
| `OTHER_INCOME` | other_income |
| `BALANCESHEET` | balancesheet |
| `BANK` | bank |
| `COSTS_OF_SALES` | costs_of_sales |
| `CREDIT_CARD` | credit_card |
| `CURRENT_ASSET` | current_asset |
| `CURRENT_LIABILITY` | current_liability |
| `EQUITY` | equity |
| `EXPENSE` | expense |
| `FIXED_ASSET` | fixed_asset |
| `NON_CURRENT_ASSET` | non_current_asset |
| `NON_CURRENT_LIABILITY` | non_current_liability |
| `OTHER_ASSET` | other_asset |
| `BALANCESHEET` | balancesheet |
| `EQUITY` | equity |
| `EXPENSE` | expense |
| `OTHER_EXPENSE` | other_expense |
| `COSTS_OF_SALES` | costs_of_sales |
| `ACCOUNTS_PAYABLE` | accounts_payable |
| `CREDIT_CARD` | credit_card |
| `CURRENT_LIABILITY` | current_liability |
| `NON_CURRENT_LIABILITY` | non_current_liability |
| `OTHER_INCOME` | other_income |
| `OTHER_LIABILITY` | other_liability |
| `REVENUE` | revenue |
| `SALES` | sales |
| `OTHER` | other |
Loading