Skip to content

Commit 5ccb6ad

Browse files
authored
Merge pull request #57 from apideck-libraries/speakeasy-sdk-regen-1752047032
chore: 🐝 Update SDK - Generate 0.28.1
2 parents c81f239 + 59033ff commit 5ccb6ad

File tree

134 files changed

+1434
-906
lines changed

Some content is hidden

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

134 files changed

+1434
-906
lines changed

.speakeasy/gen.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 7bffa198-5d29-4efa-9942-d549cc832085
33
management:
4-
docChecksum: 4ebd66f6415f48e48d4ff856025bbc34
5-
docVersion: 10.18.1
6-
speakeasyVersion: 1.580.0
7-
generationVersion: 2.654.2
8-
releaseVersion: 0.28.0
9-
configChecksum: d25406d5ed60831eb5f65cceacc08f60
4+
docChecksum: a0e431f75871c2f1969e84af31612ca1
5+
docVersion: 10.18.2
6+
speakeasyVersion: 1.580.1
7+
generationVersion: 2.656.3
8+
releaseVersion: 0.28.1
9+
configChecksum: 9ccaa08eaa4d2eadc4414069a0708138
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true
@@ -15,7 +15,7 @@ features:
1515
acceptHeaders: 2.81.2
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.12
18-
core: 3.21.13
18+
core: 3.21.14
1919
deepObjectParams: 0.1.0
2020
defaultEnabledRetries: 0.1.0
2121
deprecations: 2.81.1
@@ -132,8 +132,11 @@ generatedFiles:
132132
- docs/models/components/branch.md
133133
- docs/models/components/by.md
134134
- docs/models/components/categories.md
135+
- docs/models/components/categoriesfilter.md
136+
- docs/models/components/categoriesfiltertype.md
135137
- docs/models/components/category.md
136138
- docs/models/components/categorystatus.md
139+
- docs/models/components/categorytype.md
137140
- docs/models/components/classification.md
138141
- docs/models/components/collection.md
139142
- docs/models/components/collectionssort.md
@@ -164,6 +167,7 @@ generatedFiles:
164167
- docs/models/components/connectionstate.md
165168
- docs/models/components/connectionstatus.md
166169
- docs/models/components/connectionvalue.md
170+
- docs/models/components/connectionvalue5.md
167171
- docs/models/components/connector.md
168172
- docs/models/components/connectorauthtype.md
169173
- docs/models/components/connectordoc.md
@@ -406,7 +410,6 @@ generatedFiles:
406410
- docs/models/components/formfieldoptiongroup.md
407411
- docs/models/components/formfieldoptiongroupoptiontype.md
408412
- docs/models/components/formfieldtype.md
409-
- docs/models/components/four.md
410413
- docs/models/components/fulfillmentstatus.md
411414
- docs/models/components/gender.md
412415
- docs/models/components/getaccountingdepartmentresponse.md
@@ -711,7 +714,6 @@ generatedFiles:
711714
- docs/models/components/showas.md
712715
- docs/models/components/simpleformfieldoption.md
713716
- docs/models/components/simpleformfieldoptionvalue.md
714-
- docs/models/components/six.md
715717
- docs/models/components/sociallink.md
716718
- docs/models/components/sociallinks.md
717719
- docs/models/components/sortdirection.md
@@ -2230,6 +2232,7 @@ generatedFiles:
22302232
- src/__tests__/mockserver/internal/sdk/models/components/billpayment.go
22312233
- src/__tests__/mockserver/internal/sdk/models/components/billsfilter.go
22322234
- src/__tests__/mockserver/internal/sdk/models/components/billssort.go
2235+
- src/__tests__/mockserver/internal/sdk/models/components/categoriesfilter.go
22332236
- src/__tests__/mockserver/internal/sdk/models/components/category.go
22342237
- src/__tests__/mockserver/internal/sdk/models/components/collection.go
22352238
- src/__tests__/mockserver/internal/sdk/models/components/collectionssort.go
@@ -3417,6 +3420,7 @@ generatedFiles:
34173420
- src/models/components/billpayment.ts
34183421
- src/models/components/billsfilter.ts
34193422
- src/models/components/billssort.ts
3423+
- src/models/components/categoriesfilter.ts
34203424
- src/models/components/category.ts
34213425
- src/models/components/collection.ts
34223426
- src/models/components/collectionssort.ts
@@ -6805,7 +6809,7 @@ examples:
68056809
parameters:
68066810
query:
68076811
pass_through: {"search": "San Francisco"}
6808-
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month"}
6812+
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
68096813
raw: false
68106814
header:
68116815
x-apideck-consumer-id: "test-consumer"
@@ -6857,7 +6861,7 @@ examples:
68576861
parameters:
68586862
query:
68596863
raw: false
6860-
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31"}
6864+
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
68616865
pass_through: {"search": "San Francisco"}
68626866
fields: "id,updated_at"
68636867
header:
@@ -19311,6 +19315,7 @@ examples:
1931119315
raw: false
1931219316
limit: 20
1931319317
fields: "id,updated_at"
19318+
filter: {"type": "expense"}
1931419319
header:
1931519320
x-apideck-consumer-id: "test-consumer"
1931619321
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
@@ -19338,13 +19343,14 @@ examples:
1933819343
query:
1933919344
raw: false
1934019345
fields: "id,updated_at"
19346+
filter: {"type": "expense"}
1934119347
header:
1934219348
x-apideck-consumer-id: "test-consumer"
1934319349
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
1934419350
x-apideck-service-id: "salesforce"
1934519351
responses:
1934619352
"200":
19347-
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "categories", "operation": "one", "data": {"id": "12345", "name": "Insurance", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
19353+
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "categories", "operation": "one", "data": {"id": "12345", "name": "Insurance", "type": "expense", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
1934819354
"400":
1934919355
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
1935019356
"401":

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 0.28.0
27+
version: 0.28.1
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.580.0
1+
speakeasyVersion: 1.580.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:4e5ea980efa2d844788144660b93b76802a197d99468a03154daa316091eefdd
6-
sourceBlobDigest: sha256:275db019e800ca2644dd66201d8dc33648dcf5a2bd807a3b52c6c78675f8be2e
5+
sourceRevisionDigest: sha256:b0c45417de3bd81674cdbbfe00ab98db8f80816de9293a1d832add022ad8a2ea
6+
sourceBlobDigest: sha256:33eca9342e87607ba640e65f72b28d3fe2cb492a5c1ff5cc7b5dd9c1fb7a5d00
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751018990
10-
- 10.18.1
9+
- speakeasy-sdk-regen-1752047032
10+
- 10.18.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:4e5ea980efa2d844788144660b93b76802a197d99468a03154daa316091eefdd
16-
sourceBlobDigest: sha256:275db019e800ca2644dd66201d8dc33648dcf5a2bd807a3b52c6c78675f8be2e
15+
sourceRevisionDigest: sha256:b0c45417de3bd81674cdbbfe00ab98db8f80816de9293a1d832add022ad8a2ea
16+
sourceBlobDigest: sha256:33eca9342e87607ba640e65f72b28d3fe2cb492a5c1ff5cc7b5dd9c1fb7a5d00
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:11e86a31768319599def9a30578391970db6d9c2046c0b8bc46ab0ecafd5a1fe
18+
codeSamplesRevisionDigest: sha256:7b239ef32dc1b29596f98018849bd67c61b5971a06cd9a2a77b9ecfbedff9bcb
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,14 @@ Based on:
358358
### Generated
359359
- [typescript v0.28.0] .
360360
### Releases
361-
- [NPM v0.28.0] https://www.npmjs.com/package/@apideck/unify/v/0.28.0 - .
361+
- [NPM v0.28.0] https://www.npmjs.com/package/@apideck/unify/v/0.28.0 - .
362+
363+
## 2025-07-10 16:03:10
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc
367+
- Speakeasy CLI 1.580.1 (2.656.3) https://github.com/speakeasy-api/speakeasy
368+
### Generated
369+
- [typescript v0.28.1] .
370+
### Releases
371+
- [NPM v0.28.1] https://www.npmjs.com/package/@apideck/unify/v/0.28.1 - .

docs/models/components/balancesheetfilter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let value: BalanceSheetFilter = {
1010
endDate: "2021-12-31",
1111
periodCount: 3,
1212
periodType: "month",
13+
locationId: "123",
1314
};
1415
```
1516

@@ -20,4 +21,5 @@ let value: BalanceSheetFilter = {
2021
| ~~`startDate`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The start date of the period to include in the resource. | 2021-01-01 |
2122
| `endDate` | *string* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
2223
| `periodCount` | *number* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
23-
| `periodType` | [components.PeriodType](../../models/components/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
24+
| `periodType` | [components.PeriodType](../../models/components/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
25+
| `locationId` | *string* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CategoriesFilter
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { CategoriesFilter } from "@apideck/unify/models/components";
7+
8+
let value: CategoriesFilter = {
9+
type: "expense",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description | Example |
16+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
17+
| `type` | [components.CategoriesFilterType](../../models/components/categoriesfiltertype.md) | :heavy_minus_sign: | The type of the category. | expense |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CategoriesFilterType
2+
3+
The type of the category.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { CategoriesFilterType } from "@apideck/unify/models/components";
9+
10+
let value: CategoriesFilterType = "expense";
11+
```
12+
13+
## Values
14+
15+
```typescript
16+
"supplier" | "expense" | "revenue"
17+
```

0 commit comments

Comments
 (0)