Skip to content

Commit 79ce5eb

Browse files
authored
Merge pull request #34 from apideck-libraries/speakeasy-sdk-regen-1741187365
chore: 🐝 Update SDK - Generate 0.20.0
2 parents 06b8b10 + 635a579 commit 79ce5eb

Some content is hidden

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

49 files changed

+1394
-316
lines changed

.speakeasy/gen.lock

Lines changed: 17 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: d7135fd6bec8d864fcc4b9f14f36dfd2
5-
docVersion: 10.11.5
6-
speakeasyVersion: 1.509.1
7-
generationVersion: 2.539.1
8-
releaseVersion: 0.19.0
9-
configChecksum: faa8706fd635903aaaff572e42295a7e
4+
docChecksum: 1c457e5380748926df036f79bf4d8520
5+
docVersion: 10.12.3
6+
speakeasyVersion: 1.517.0
7+
generationVersion: 2.548.1
8+
releaseVersion: 0.20.0
9+
configChecksum: 88b59e3a20bed9bb07370061c694a1f0
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.11
18-
core: 3.21.3
18+
core: 3.21.4
1919
deepObjectParams: 0.1.0
2020
defaultEnabledRetries: 0.1.0
2121
deprecations: 2.81.1
@@ -176,6 +176,7 @@ generatedFiles:
176176
- docs/models/components/contactssort.md
177177
- docs/models/components/contactssortby.md
178178
- docs/models/components/copyfolderrequest.md
179+
- docs/models/components/costofgoodssold.md
179180
- docs/models/components/coverage.md
180181
- docs/models/components/createaccountingdepartmentresponse.md
181182
- docs/models/components/createaccountinglocationresponse.md
@@ -492,7 +493,6 @@ generatedFiles:
492493
- docs/models/components/getwebhookeventlogsresponse.md
493494
- docs/models/components/getwebhookresponse.md
494495
- docs/models/components/getwebhooksresponse.md
495-
- docs/models/components/grossprofit.md
496496
- docs/models/components/hriscompany.md
497497
- docs/models/components/hriscompanyinput.md
498498
- docs/models/components/hriscompanystatus.md
@@ -576,8 +576,6 @@ generatedFiles:
576576
- docs/models/components/messagetype.md
577577
- docs/models/components/meta.md
578578
- docs/models/components/mode.md
579-
- docs/models/components/netincome.md
580-
- docs/models/components/netoperatingincome.md
581579
- docs/models/components/note.md
582580
- docs/models/components/noteinput.md
583581
- docs/models/components/notes.md
@@ -594,6 +592,8 @@ generatedFiles:
594592
- docs/models/components/options.md
595593
- docs/models/components/orderssort.md
596594
- docs/models/components/orderssortby.md
595+
- docs/models/components/otherexpenses.md
596+
- docs/models/components/otherincome.md
597597
- docs/models/components/outstandingbalancebycurrency.md
598598
- docs/models/components/outstandingbalancebycustomer.md
599599
- docs/models/components/owner.md
@@ -626,6 +626,8 @@ generatedFiles:
626626
- docs/models/components/productstatus.md
627627
- docs/models/components/profitandloss.md
628628
- docs/models/components/profitandlossfilter.md
629+
- docs/models/components/profitandlossindicator.md
630+
- docs/models/components/profitandlosstype.md
629631
- docs/models/components/purchasedetails.md
630632
- docs/models/components/purchaseorder.md
631633
- docs/models/components/purchaseorderinput.md
@@ -704,6 +706,7 @@ generatedFiles:
704706
- docs/models/components/trackingitem.md
705707
- docs/models/components/transactiontype.md
706708
- docs/models/components/type.md
709+
- docs/models/components/uncategorizedaccounts.md
707710
- docs/models/components/unexpectederrorresponse.md
708711
- docs/models/components/unifiedapi.md
709712
- docs/models/components/unifiedapiid.md
@@ -2350,6 +2353,8 @@ generatedFiles:
23502353
- src/models/components/pipeline.ts
23512354
- src/models/components/profitandloss.ts
23522355
- src/models/components/profitandlossfilter.ts
2356+
- src/models/components/profitandlossindicator.ts
2357+
- src/models/components/profitandlosstype.ts
23532358
- src/models/components/purchaseorder.ts
23542359
- src/models/components/purchaseordersfilter.ts
23552360
- src/models/components/purchaseorderssort.ts
@@ -3632,7 +3637,7 @@ examples:
36323637
query:
36333638
raw: false
36343639
limit: 20
3635-
filter: {"company_name": "SpaceX", "display_name": "Elon Musk", "first_name": "Elon", "last_name": "Musk", "email": "[email protected]", "status": "active", "updated_since": "2020-09-30T07:43:32.000Z"}
3640+
filter: {"company_name": "SpaceX", "display_name": "Elon Musk", "first_name": "Elon", "last_name": "Musk", "email": "[email protected]", "status": "active", "updated_since": "2020-09-30T07:43:32.000Z", "supplier_id": "123"}
36363641
sort: {"by": "updated_at", "direction": "desc"}
36373642
pass_through: {"search": "San Francisco"}
36383643
fields: "id,updated_at"
@@ -4099,7 +4104,7 @@ examples:
40994104
x-apideck-service-id: "salesforce"
41004105
responses:
41014106
"200":
4102-
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "ProfitAndLosses", "operation": "one", "data": {"id": "12345", "report_name": "ProfitAndLoss", "start_date": "2017-01-01", "end_date": "2017-01-01", "currency": "USD", "customer_id": "123", "income": {"total": 200000, "records": [{"id": "123", "name": "Income 1", "amount": 10000}, {"id": "456", "name": "Income 2", "amount": 20000}]}, "expenses": {"total": 200000, "records": [{"id": "123", "name": "Expense 1", "amount": 10000}, {"id": "456", "name": "Expense 2", "amount": 20000}]}, "net_income": {"total": 200000, "records": "<value>"}, "net_operating_income": {"total": 200000, "records": "<value>"}, "gross_profit": {"total": 200000, "records": "<value>"}}}
4107+
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "ProfitAndLosses", "operation": "one", "data": {"id": "12345", "report_name": "ProfitAndLoss", "start_date": "2017-01-01", "end_date": "2017-01-01", "currency": "USD", "income": {"total": 200000, "records": [{"id": "123", "name": "Income 1", "amount": 10000}, {"id": "456", "name": "Income 2", "amount": 20000}]}, "expenses": {"total": 200000, "records": [{"id": "123", "name": "Expense 1", "amount": 10000}, {"id": "456", "name": "Expense 2", "amount": 20000}]}, "gross_profit": {"total": 200000}, "net_operating_income": {"total": 200000}, "net_income": {"total": 200000}}}
41034108
"400":
41044109
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": {"missing": [{"foobar": "required"}]}, "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
41054110
"401":

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.19.0
21+
version: 0.20.0
2222
additionalDependencies:
2323
dependencies: {}
2424
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.509.1
1+
speakeasyVersion: 1.517.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:a6205b8659fe78fa5eee0d387eef22f9f74164304eadc576dca509c5f03bbfa4
6-
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
5+
sourceRevisionDigest: sha256:fca9b28b9aea16ebfdbc0be883b32f23717cc34d392d29e4768b18cf0acaa5c5
6+
sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1740649257
10-
- 10.11.5
9+
- speakeasy-sdk-regen-1741187365
10+
- 10.12.3
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:a6205b8659fe78fa5eee0d387eef22f9f74164304eadc576dca509c5f03bbfa4
16-
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
15+
sourceRevisionDigest: sha256:fca9b28b9aea16ebfdbc0be883b32f23717cc34d392d29e4768b18cf0acaa5c5
16+
sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:a85ae079b55eb07c362a0b1bd7c9b0e8ff687b349167522c3982ee7f9bd820f0
18+
codeSamplesRevisionDigest: sha256:cee5457f6c5f96a45d4db57886359b3817faea47e98ac2e2392f2a6afba6bde1
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
@@ -188,4 +188,14 @@ Based on:
188188
### Generated
189189
- [typescript v0.19.0] .
190190
### Releases
191-
- [NPM v0.19.0] https://www.npmjs.com/package/@apideck/unify/v/0.19.0 - .
191+
- [NPM v0.19.0] https://www.npmjs.com/package/@apideck/unify/v/0.19.0 - .
192+
193+
## 2025-03-12 09:13:12
194+
### Changes
195+
Based on:
196+
- OpenAPI Doc
197+
- Speakeasy CLI 1.517.0 (2.548.1) https://github.com/speakeasy-api/speakeasy
198+
### Generated
199+
- [typescript v0.20.0] .
200+
### Releases
201+
- [NPM v0.20.0] https://www.npmjs.com/package/@apideck/unify/v/0.20.0 - .

docs/models/components/balancesheetfilter.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ let value: BalanceSheetFilter = {
1515

1616
## Fields
1717

18-
| Field | Type | Required | Description | Example |
19-
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
20-
| `startDate` | *string* | :heavy_minus_sign: | The start date of the period to include in the resource. | 2021-01-01 |
21-
| `endDate` | *string* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
22-
| `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 |
18+
| Field | Type | Required | Description | Example |
19+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
20+
| ~~`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 |
21+
| `endDate` | *string* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
22+
| `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 |

0 commit comments

Comments
 (0)