Skip to content

Commit 05a40bc

Browse files
committed
## Java SDK Changes Detected:
* `apideck.accounting.balanceSheet.get()`: * `request.filter` **Changed** * `apideck.accounting.profitAndLoss.get()`: * `request.filter` **Changed**
1 parent 3a78ec1 commit 05a40bc

17 files changed

Lines changed: 290 additions & 51 deletions

.speakeasy/gen.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33
management:
4-
docChecksum: fbc79de1908ef8470cee0e8ac97f3d4b
5-
docVersion: 10.21.18
6-
speakeasyVersion: 1.661.3
4+
docChecksum: 2e9dcfa6f98c5de5370cdbf46f5f67d5
5+
docVersion: 10.21.19
6+
speakeasyVersion: 1.662.0
77
generationVersion: 2.763.3
8-
releaseVersion: 0.27.9
9-
configChecksum: 7b37d7d128984d7847b3a1bcea3566af
8+
releaseVersion: 0.27.10
9+
configChecksum: 64c3b156ac4de5cbc110ba3fe8a4060b
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:
@@ -52,6 +52,7 @@ generatedFiles:
5252
- docs/models/components/AccountingLocation.md
5353
- docs/models/components/AccountingLocationInput.md
5454
- docs/models/components/AccountingLocationsFilter.md
55+
- docs/models/components/AccountingMethod.md
5556
- docs/models/components/ActivitiesFilter.md
5657
- docs/models/components/ActivitiesSort.md
5758
- docs/models/components/ActivitiesSortBy.md
@@ -721,6 +722,7 @@ generatedFiles:
721722
- docs/models/components/ProductStatus.md
722723
- docs/models/components/ProfitAndLoss.md
723724
- docs/models/components/ProfitAndLossFilter.md
725+
- docs/models/components/ProfitAndLossFilterAccountingMethod.md
724726
- docs/models/components/ProfitAndLossIndicator.md
725727
- docs/models/components/ProfitAndLossType.md
726728
- docs/models/components/Project.md
@@ -1842,6 +1844,7 @@ generatedFiles:
18421844
- src/main/java/com/apideck/unify/models/components/AccountingLocation.java
18431845
- src/main/java/com/apideck/unify/models/components/AccountingLocationInput.java
18441846
- src/main/java/com/apideck/unify/models/components/AccountingLocationsFilter.java
1847+
- src/main/java/com/apideck/unify/models/components/AccountingMethod.java
18451848
- src/main/java/com/apideck/unify/models/components/ActivitiesFilter.java
18461849
- src/main/java/com/apideck/unify/models/components/ActivitiesSort.java
18471850
- src/main/java/com/apideck/unify/models/components/ActivitiesSortBy.java
@@ -2512,6 +2515,7 @@ generatedFiles:
25122515
- src/main/java/com/apideck/unify/models/components/ProductStatus.java
25132516
- src/main/java/com/apideck/unify/models/components/ProfitAndLoss.java
25142517
- src/main/java/com/apideck/unify/models/components/ProfitAndLossFilter.java
2518+
- src/main/java/com/apideck/unify/models/components/ProfitAndLossFilterAccountingMethod.java
25152519
- src/main/java/com/apideck/unify/models/components/ProfitAndLossIndicator.java
25162520
- src/main/java/com/apideck/unify/models/components/ProfitAndLossType.java
25172521
- src/main/java/com/apideck/unify/models/components/Project.java
@@ -7103,7 +7107,7 @@ examples:
71037107
parameters:
71047108
query:
71057109
pass_through: {"search": "San Francisco"}
7106-
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
7110+
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual"}
71077111
raw: false
71087112
header:
71097113
x-apideck-consumer-id: "test-consumer"
@@ -7155,7 +7159,7 @@ examples:
71557159
parameters:
71567160
query:
71577161
raw: false
7158-
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
7162+
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual"}
71597163
pass_through: {"search": "San Francisco"}
71607164
fields: "id,updated_at"
71617165
header:
@@ -20068,4 +20072,4 @@ examples:
2006820072
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
2006920073
examplesVersion: 1.0.2
2007020074
generatedTests: {}
20071-
releaseNotes: "## Java SDK Changes Detected:\n* `apideck.accounting.taxRates.list()`: `response.data.[].country` **Added**\n* `apideck.accounting.taxRates.create()`: \n * `request.taxRate.country` **Added**\n* `apideck.accounting.taxRates.get()`: `response.data.country` **Added**\n* `apideck.accounting.taxRates.update()`: \n * `request.taxRate.country` **Added**\n* `apideck.accounting.companyInfo.get()`: `response.data.defaultSalesTax.country` **Added**\n"
20075+
releaseNotes: "## Java SDK Changes Detected:\n* `apideck.accounting.balanceSheet.get()`: \n * `request.filter` **Changed**\n* `apideck.accounting.profitAndLoss.get()`: \n * `request.filter` **Changed**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.27.9
28+
version: 0.27.10
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
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.661.3
1+
speakeasyVersion: 1.662.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:f06d45c8093c174ccfbc9c5d83c1360f03c87489b57b6161a53f7cb310d0b2cb
6-
sourceBlobDigest: sha256:ded010a987213606a40ad118f6bd177d5c3b54461d6b10a7bc98d24c26237ce4
5+
sourceRevisionDigest: sha256:61994b3695242675bb1f619510a3b0d6e08a68b0572d0e56cbaebd0836381e25
6+
sourceBlobDigest: sha256:21286c469da7f7208de044212862d3f5a8c4a4b904816fde67ae270ddd32f6d0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764155629
10-
- 10.21.18
9+
- speakeasy-sdk-regen-1764199324
10+
- 10.21.19
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:f06d45c8093c174ccfbc9c5d83c1360f03c87489b57b6161a53f7cb310d0b2cb
16-
sourceBlobDigest: sha256:ded010a987213606a40ad118f6bd177d5c3b54461d6b10a7bc98d24c26237ce4
15+
sourceRevisionDigest: sha256:61994b3695242675bb1f619510a3b0d6e08a68b0572d0e56cbaebd0836381e25
16+
sourceBlobDigest: sha256:21286c469da7f7208de044212862d3f5a8c4a4b904816fde67ae270ddd32f6d0
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:5c52513665b1825c4af28590fafdfa70f7dbc414ee552f215c5abe90cce06da4
18+
codeSamplesRevisionDigest: sha256:1ca4ce9a657f6f805e84d85e410ce2aa8a7b2c781ddb3a2cf97c1d584e802cde
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

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

5151
Gradle:
5252
```groovy
53-
implementation 'com.apideck:unify:0.27.9'
53+
implementation 'com.apideck:unify:0.27.10'
5454
```
5555

5656
Maven:
5757
```xml
5858
<dependency>
5959
<groupId>com.apideck</groupId>
6060
<artifactId>unify</artifactId>
61-
<version>0.27.9</version>
61+
<version>0.27.10</version>
6262
</dependency>
6363
```
6464

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ Based on:
648648
### Generated
649649
- [java v0.27.9] .
650650
### Releases
651-
- [Maven Central v0.27.9] https://central.sonatype.com/artifact/com.apideck/unify/0.27.9 - .
651+
- [Maven Central v0.27.9] https://central.sonatype.com/artifact/com.apideck/unify/0.27.9 - .
652+
653+
## 2025-11-26 23:21:38
654+
### Changes
655+
Based on:
656+
- OpenAPI Doc
657+
- Speakeasy CLI 1.662.0 (2.763.3) https://github.com/speakeasy-api/speakeasy
658+
### Generated
659+
- [java v0.27.10] .
660+
### Releases
661+
- [Maven Central v0.27.10] https://central.sonatype.com/artifact/com.apideck/unify/0.27.10 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AccountingMethod
2+
3+
The accounting method used for the report: cash or accrual.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| --------- | --------- |
10+
| `CASH` | cash |
11+
| `ACCRUAL` | accrual |

docs/models/components/BalanceSheetFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `endDate` | *Optional\<String>* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
1010
| `periodCount` | *Optional\<Long>* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
1111
| `periodType` | [Optional\<PeriodType>](../../models/components/PeriodType.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
12-
| `locationId` | *Optional\<String>* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
12+
| `locationId` | *Optional\<String>* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
13+
| `accountingMethod` | [Optional\<AccountingMethod>](../../models/components/AccountingMethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |

docs/models/components/ProfitAndLossFilter.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8-
| `customerId` | *Optional\<String>* | :heavy_minus_sign: | Filter by customer id | 123abc |
9-
| `startDate` | *Optional\<String>* | :heavy_minus_sign: | Filter by start date. If start date is given, end date is required. | 2021-01-01 |
10-
| `endDate` | *Optional\<String>* | :heavy_minus_sign: | Filter by end date. If end date is given, start date is required. | 2021-12-31 |
11-
| `locationId` | *Optional\<String>* | :heavy_minus_sign: | Filter by location id | 123 |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
8+
| `customerId` | *Optional\<String>* | :heavy_minus_sign: | Filter by customer id | 123abc |
9+
| `startDate` | *Optional\<String>* | :heavy_minus_sign: | Filter by start date. If start date is given, end date is required. | 2021-01-01 |
10+
| `endDate` | *Optional\<String>* | :heavy_minus_sign: | Filter by end date. If end date is given, start date is required. | 2021-12-31 |
11+
| `locationId` | *Optional\<String>* | :heavy_minus_sign: | Filter by location id | 123 |
12+
| `accountingMethod` | [Optional\<ProfitAndLossFilterAccountingMethod>](../../models/components/ProfitAndLossFilterAccountingMethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ProfitAndLossFilterAccountingMethod
2+
3+
The accounting method used for the report: cash or accrual.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| --------- | --------- |
10+
| `CASH` | cash |
11+
| `ACCRUAL` | accrual |

0 commit comments

Comments
 (0)