Skip to content

Commit 4409574

Browse files
committed
## Java SDK Changes Detected:
* `apideck.accounting.invoices.list()`: `response.data.[].lineItems.[].serviceDate` **Added** * `apideck.accounting.invoices.create()`: * `request.invoice.lineItems.[].serviceDate` **Added** * `apideck.accounting.invoices.get()`: `response.data.lineItems.[].serviceDate` **Added** * `apideck.accounting.invoices.update()`: * `request.invoice.lineItems.[].serviceDate` **Added** * `apideck.accounting.creditNotes.list()`: `response.data.[].lineItems.[].serviceDate` **Added** * `apideck.accounting.creditNotes.create()`: * `request.creditNote.lineItems.[].serviceDate` **Added** * `apideck.accounting.creditNotes.get()`: `response.data.lineItems.[].serviceDate` **Added** * `apideck.accounting.creditNotes.update()`: * `request.creditNote.lineItems.[].serviceDate` **Added** * `apideck.accounting.purchaseOrders.list()`: `response.data.[].lineItems.[].serviceDate` **Added** * `apideck.accounting.purchaseOrders.create()`: * `request.purchaseOrder.lineItems.[].serviceDate` **Added** * `apideck.accounting.purchaseOrders.get()`: `response.data.lineItems.[].serviceDate` **Added** * `apideck.accounting.purchaseOrders.update()`: * `request.purchaseOrder.lineItems.[].serviceDate` **Added** * `apideck.accounting.quotes.list()`: `response.data.[].lineItems.[].serviceDate` **Added** * `apideck.accounting.quotes.create()`: * `request.quote.lineItems.[].serviceDate` **Added** * `apideck.accounting.quotes.get()`: `response.data.lineItems.[].serviceDate` **Added** * `apideck.accounting.quotes.update()`: * `request.quote.lineItems.[].serviceDate` **Added** * `apideck.accounting.projects.list()`: `response.data.[].active` **Added** * `apideck.accounting.projects.create()`: * `request.project.active` **Added** * `apideck.accounting.projects.get()`: `response.data.active` **Added** * `apideck.accounting.projects.update()`: * `request.project.active` **Added**
1 parent a374ee1 commit 4409574

File tree

341 files changed

+1842
-1555
lines changed

Some content is hidden

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

341 files changed

+1842
-1555
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 23 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
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 0.22.0
25+
version: 0.22.1
2626
additionalDependencies: []
2727
additionalPlugins: []
2828
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.631.5
1+
speakeasyVersion: 1.636.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
6-
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
5+
sourceRevisionDigest: sha256:33abda36131fc4182b8703e52076fbfed79472e8cf671db2f83376c074e8898f
6+
sourceBlobDigest: sha256:19931c0d3bf31bd696a6c62f125c9b7f572b6ac3e837701617eadc88876276a2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758786487
10-
- 10.21.2
9+
- speakeasy-sdk-regen-1759403533
10+
- 10.21.4
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
16-
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
15+
sourceRevisionDigest: sha256:33abda36131fc4182b8703e52076fbfed79472e8cf671db2f83376c074e8898f
16+
sourceBlobDigest: sha256:19931c0d3bf31bd696a6c62f125c9b7f572b6ac3e837701617eadc88876276a2
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:b667bc6d2af1090efce679b7a668123f62f12e79caefb77b008dc09c1b7730cd
18+
codeSamplesRevisionDigest: sha256:0168603b15fce4b090b5bc00dc1720e5e370eb2aa42c02698b31375884bf4239
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ The samples below show how a published SDK artifact is used:
4949

5050
Gradle:
5151
```groovy
52-
implementation 'com.apideck:unify:0.22.0'
52+
implementation 'com.apideck:unify:0.22.1'
5353
```
5454

5555
Maven:
5656
```xml
5757
<dependency>
5858
<groupId>com.apideck</groupId>
5959
<artifactId>unify</artifactId>
60-
<version>0.22.0</version>
60+
<version>0.22.1</version>
6161
</dependency>
6262
```
6363

@@ -188,9 +188,6 @@ public class Application {
188188
<details open>
189189
<summary>Available methods</summary>
190190

191-
### [accounting()](docs/sdks/accounting/README.md)
192-
193-
194191
#### [accounting().agedCreditors()](docs/sdks/agedcreditors/README.md)
195192

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

403-
404-
### [ats()](docs/sdks/ats/README.md)
405-
406-
407400
#### [ats().applicants()](docs/sdks/applicants/README.md)
408401

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

428-
### [connector()](docs/sdks/connector/README.md)
429-
430-
431421
#### [connector().apiResourceCoverage()](docs/sdks/apiresourcecoverage/README.md)
432422

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

457-
### [crm()](docs/sdks/crm/README.md)
458-
459-
460447
#### [crm().activities()](docs/sdks/activities/README.md)
461448

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

540-
### [ecommerce()](docs/sdks/ecommerce/README.md)
541-
542-
543527
#### [ecommerce().customers()](docs/sdks/apideckcustomers/README.md)
544528

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

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

562-
### [fileStorage()](docs/sdks/filestorage/README.md)
563-
564-
565546
#### [fileStorage().driveGroups()](docs/sdks/drivegroups/README.md)
566547

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

615-
### [hris()](docs/sdks/hris/README.md)
616-
617-
618596
#### [hris().companies()](docs/sdks/apideckcompanies/README.md)
619597

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

664-
### [issueTracking()](docs/sdks/issuetracking/README.md)
665-
666-
667642
#### [issueTracking().collections()](docs/sdks/collections/README.md)
668643

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

697-
### [sms()](docs/sdks/sms/README.md)
698-
699-
700672
#### [sms().messages()](docs/sdks/messages/README.md)
701673

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

708-
### [vault()](docs/sdks/vault/README.md)
709-
710-
711680
#### [vault().connectionConsent()](docs/sdks/connectionconsent/README.md)
712681

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

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

773-
### [webhook()](docs/sdks/webhook/README.md)
774-
775-
776742
#### [webhook().webhooks()](docs/sdks/webhooks/README.md)
777743

778744
* [list](docs/sdks/webhooks/README.md#list) - List webhook subscriptions

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [java v0.22.0] .
490490
### Releases
491-
- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.apideck/unify/0.22.0 - .
491+
- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.apideck/unify/0.22.0 - .
492+
493+
## 2025-10-09 09:19:04
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc
497+
- Speakeasy CLI 1.636.2 (2.723.8) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [java v0.22.1] .
500+
### Releases
501+
- [Maven Central v0.22.1] https://central.sonatype.com/artifact/com.apideck/unify/0.22.1 - .

docs/models/components/InvoiceLineItem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| `unitOfMeasure` | *JsonNullable\<String>* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
1919
| `discountPercentage` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
2020
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
21+
| `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 |
2122
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
2223
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
2324
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |

docs/models/components/InvoiceLineItemInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| `unitOfMeasure` | *JsonNullable\<String>* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
1919
| `discountPercentage` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
2020
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
21+
| `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 |
2122
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
2223
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
2324
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |

docs/models/components/LedgerAccountType.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ The type of account.
77

88
| Name | Value |
99
| ----------------------- | ----------------------- |
10+
| `ACCOUNTS_PAYABLE` | accounts_payable |
1011
| `ACCOUNTS_RECEIVABLE` | accounts_receivable |
11-
| `REVENUE` | revenue |
12-
| `SALES` | sales |
13-
| `OTHER_INCOME` | other_income |
12+
| `BALANCESHEET` | balancesheet |
1413
| `BANK` | bank |
14+
| `COSTS_OF_SALES` | costs_of_sales |
15+
| `CREDIT_CARD` | credit_card |
1516
| `CURRENT_ASSET` | current_asset |
17+
| `CURRENT_LIABILITY` | current_liability |
18+
| `EQUITY` | equity |
19+
| `EXPENSE` | expense |
1620
| `FIXED_ASSET` | fixed_asset |
1721
| `NON_CURRENT_ASSET` | non_current_asset |
22+
| `NON_CURRENT_LIABILITY` | non_current_liability |
1823
| `OTHER_ASSET` | other_asset |
19-
| `BALANCESHEET` | balancesheet |
20-
| `EQUITY` | equity |
21-
| `EXPENSE` | expense |
2224
| `OTHER_EXPENSE` | other_expense |
23-
| `COSTS_OF_SALES` | costs_of_sales |
24-
| `ACCOUNTS_PAYABLE` | accounts_payable |
25-
| `CREDIT_CARD` | credit_card |
26-
| `CURRENT_LIABILITY` | current_liability |
27-
| `NON_CURRENT_LIABILITY` | non_current_liability |
25+
| `OTHER_INCOME` | other_income |
2826
| `OTHER_LIABILITY` | other_liability |
27+
| `REVENUE` | revenue |
28+
| `SALES` | sales |
2929
| `OTHER` | other |

0 commit comments

Comments
 (0)