Skip to content

Commit 6d96555

Browse files
authored
Merge pull request #6 from apideck-libraries/speakeasy-sdk-regen-1733946801
chore: 🐝 Update SDK - Generate 0.12.0
2 parents 830dfb6 + b7db52e commit 6d96555

File tree

227 files changed

+3627
-566
lines changed

Some content is hidden

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

227 files changed

+3627
-566
lines changed

.speakeasy/gen.lock

Lines changed: 91 additions & 6 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: 6385e11ae594d46afc1910ffab8d003a
5-
docVersion: 10.8.3
6-
speakeasyVersion: 1.454.0
7-
generationVersion: 2.477.0
8-
releaseVersion: 0.11.6
9-
configChecksum: 88b433e7f039a18d520ad5a9e0fe1205
4+
docChecksum: 7ac99bda5530d96a93dea69622cbc790
5+
docVersion: 10.9.0
6+
speakeasyVersion: 1.454.2
7+
generationVersion: 2.477.4
8+
releaseVersion: 0.12.0
9+
configChecksum: 20cac085e675b5f1592e5dfa02052bf7
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true
@@ -67,6 +67,9 @@ generatedFiles:
6767
- docs/models/components/activitytype.md
6868
- docs/models/components/address.md
6969
- docs/models/components/addresses.md
70+
- docs/models/components/agedcreditors.md
71+
- docs/models/components/ageddebtors.md
72+
- docs/models/components/agedreportfilter.md
7073
- docs/models/components/allocation.md
7174
- docs/models/components/allocationinput.md
7275
- docs/models/components/allocations.md
@@ -93,6 +96,8 @@ generatedFiles:
9396
- docs/models/components/attempts.md
9497
- docs/models/components/audience.md
9598
- docs/models/components/authtype.md
99+
- docs/models/components/balancebyperiod.md
100+
- docs/models/components/balancebytransaction.md
96101
- docs/models/components/balancesheet.md
97102
- docs/models/components/balancesheetassetsaccount.md
98103
- docs/models/components/balancesheetequityaccount.md
@@ -379,6 +384,8 @@ generatedFiles:
379384
- docs/models/components/getaccountinglocationsresponse.md
380385
- docs/models/components/getactivitiesresponse.md
381386
- docs/models/components/getactivityresponse.md
387+
- docs/models/components/getagedcreditorsresponse.md
388+
- docs/models/components/getageddebtorsresponse.md
382389
- docs/models/components/getapiresourcecoverageresponse.md
383390
- docs/models/components/getapiresourceresponse.md
384391
- docs/models/components/getapiresponse.md
@@ -592,6 +599,8 @@ generatedFiles:
592599
- docs/models/components/options.md
593600
- docs/models/components/orderssort.md
594601
- docs/models/components/orderssortby.md
602+
- docs/models/components/outstandingbalance.md
603+
- docs/models/components/outstandingbalancebycurrency.md
595604
- docs/models/components/owner.md
596605
- docs/models/components/paginationcoverage.md
597606
- docs/models/components/paginationcoveragemode.md
@@ -700,6 +709,7 @@ generatedFiles:
700709
- docs/models/components/trackingcategorystatus.md
701710
- docs/models/components/trackingcategorysubsidiaries.md
702711
- docs/models/components/trackingitem.md
712+
- docs/models/components/transactiontype.md
703713
- docs/models/components/type.md
704714
- docs/models/components/unexpectederrorresponse.md
705715
- docs/models/components/unifiedapi.md
@@ -787,6 +797,12 @@ generatedFiles:
787797
- docs/models/errors/unauthorizedresponsedetail.md
788798
- docs/models/errors/unprocessableresponse.md
789799
- docs/models/errors/unprocessableresponsedetail.md
800+
- docs/models/operations/accountingagedcreditorsoneglobals.md
801+
- docs/models/operations/accountingagedcreditorsonerequest.md
802+
- docs/models/operations/accountingagedcreditorsoneresponse.md
803+
- docs/models/operations/accountingageddebtorsoneglobals.md
804+
- docs/models/operations/accountingageddebtorsonerequest.md
805+
- docs/models/operations/accountingageddebtorsoneresponse.md
790806
- docs/models/operations/accountingattachmentsallglobals.md
791807
- docs/models/operations/accountingattachmentsallrequest.md
792808
- docs/models/operations/accountingattachmentsallresponse.md
@@ -1575,6 +1591,8 @@ generatedFiles:
15751591
- docs/models/operations/webhookwebhooksupdateresponse.md
15761592
- docs/sdks/accounting/README.md
15771593
- docs/sdks/activities/README.md
1594+
- docs/sdks/agedcreditors/README.md
1595+
- docs/sdks/ageddebtors/README.md
15781596
- docs/sdks/apideck/README.md
15791597
- docs/sdks/apideckcompanies/README.md
15801598
- docs/sdks/apideckcustomers/README.md
@@ -1663,6 +1681,8 @@ generatedFiles:
16631681
- jsr.json
16641682
- package.json
16651683
- src/core.ts
1684+
- src/funcs/accountingAgedCreditorsGet.ts
1685+
- src/funcs/accountingAgedDebtorsGet.ts
16661686
- src/funcs/accountingAttachmentsDelete.ts
16671687
- src/funcs/accountingAttachmentsDownload.ts
16681688
- src/funcs/accountingAttachmentsGet.ts
@@ -1954,6 +1974,9 @@ generatedFiles:
19541974
- src/models/components/activity.ts
19551975
- src/models/components/activityattendee.ts
19561976
- src/models/components/address.ts
1977+
- src/models/components/agedcreditors.ts
1978+
- src/models/components/ageddebtors.ts
1979+
- src/models/components/agedreportfilter.ts
19571980
- src/models/components/allocation.ts
19581981
- src/models/components/api.ts
19591982
- src/models/components/apiresource.ts
@@ -1969,6 +1992,8 @@ generatedFiles:
19691992
- src/models/components/attachmentreference.ts
19701993
- src/models/components/attachmentreferencetype.ts
19711994
- src/models/components/authtype.ts
1995+
- src/models/components/balancebyperiod.ts
1996+
- src/models/components/balancebytransaction.ts
19721997
- src/models/components/balancesheet.ts
19731998
- src/models/components/balancesheetfilter.ts
19741999
- src/models/components/bankaccount.ts
@@ -2162,6 +2187,8 @@ generatedFiles:
21622187
- src/models/components/getaccountinglocationsresponse.ts
21632188
- src/models/components/getactivitiesresponse.ts
21642189
- src/models/components/getactivityresponse.ts
2190+
- src/models/components/getagedcreditorsresponse.ts
2191+
- src/models/components/getageddebtorsresponse.ts
21652192
- src/models/components/getapiresourcecoverageresponse.ts
21662193
- src/models/components/getapiresourceresponse.ts
21672194
- src/models/components/getapiresponse.ts
@@ -2330,6 +2357,8 @@ generatedFiles:
23302357
- src/models/components/opportunity.ts
23312358
- src/models/components/opportunityinput.ts
23322359
- src/models/components/orderssort.ts
2360+
- src/models/components/outstandingbalance.ts
2361+
- src/models/components/outstandingbalancebycurrency.ts
23332362
- src/models/components/owner.ts
23342363
- src/models/components/paginationcoverage.ts
23352364
- src/models/components/passthroughbody.ts
@@ -2453,6 +2482,8 @@ generatedFiles:
24532482
- src/models/errors/sdkvalidationerror.ts
24542483
- src/models/errors/unauthorizedresponse.ts
24552484
- src/models/errors/unprocessableresponse.ts
2485+
- src/models/operations/accountingagedcreditorsone.ts
2486+
- src/models/operations/accountingageddebtorsone.ts
24562487
- src/models/operations/accountingattachmentsall.ts
24572488
- src/models/operations/accountingattachmentsdelete.ts
24582489
- src/models/operations/accountingattachmentsdownload.ts
@@ -2718,6 +2749,8 @@ generatedFiles:
27182749
- src/models/operations/webhookwebhooksupdate.ts
27192750
- src/sdk/accounting.ts
27202751
- src/sdk/activities.ts
2752+
- src/sdk/agedcreditors.ts
2753+
- src/sdk/ageddebtors.ts
27212754
- src/sdk/apideckcompanies.ts
27222755
- src/sdk/apideckcustomers.ts
27232756
- src/sdk/apideckdepartments.ts
@@ -10799,4 +10832,56 @@ examples:
1079910832
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
1080010833
default:
1080110834
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"}
10835+
accounting.agedCreditorsOne:
10836+
"":
10837+
parameters:
10838+
query:
10839+
filter: {"customer_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
10840+
pass_through: {"search": "San Francisco"}
10841+
fields: "id,updated_at"
10842+
header:
10843+
x-apideck-consumer-id: "test-consumer"
10844+
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
10845+
x-apideck-service-id: "salesforce"
10846+
responses:
10847+
"200":
10848+
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "AgedCreditors", "operation": "one", "data": {"report_generated_at": "2024-11-14T12:00:00.000Z", "report_as_of_date": "2024-11-13", "period_count": 4, "period_length": 30, "outstanding_balances": [{"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}, {"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}, {"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}]}, {"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": []}]}]}}
10849+
"400":
10850+
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"}
10851+
"401":
10852+
application/json: {"status_code": 401, "error": "Unauthorized", "type_name": "UnauthorizedError", "message": "Unauthorized Request", "detail": "Missing authentication", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
10853+
"402":
10854+
application/json: {"status_code": 402, "error": "Payment Required", "type_name": "RequestLimitError", "message": "Request Limit Reached", "detail": "You have reached your limit of 2000", "ref": "https://developers.apideck.com/errors#requestlimiterror"}
10855+
"404":
10856+
application/json: {"status_code": 404, "error": "Not Found", "type_name": "EntityNotFoundError", "message": "Unknown Widget", "detail": {"not_found": {"entity": "widget", "id": "123"}}, "ref": "https://developers.apideck.com/errors#entitynotfounderror"}
10857+
"422":
10858+
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
10859+
default:
10860+
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"}
10861+
accounting.agedDebtorsOne:
10862+
"":
10863+
parameters:
10864+
query:
10865+
filter: {"customer_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
10866+
pass_through: {"search": "San Francisco"}
10867+
fields: "id,updated_at"
10868+
header:
10869+
x-apideck-consumer-id: "test-consumer"
10870+
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
10871+
x-apideck-service-id: "salesforce"
10872+
responses:
10873+
"200":
10874+
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "AgedDebtors", "operation": "one", "data": {"report_generated_at": "2024-11-14T12:00:00.000Z", "report_as_of_date": "2024-11-13", "period_count": 4, "period_length": 30, "outstanding_balances": [{"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}, {"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}, {"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}]}, {"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": []}]}]}}
10875+
"400":
10876+
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"}
10877+
"401":
10878+
application/json: {"status_code": 401, "error": "Unauthorized", "type_name": "UnauthorizedError", "message": "Unauthorized Request", "detail": "Missing authentication", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
10879+
"402":
10880+
application/json: {"status_code": 402, "error": "Payment Required", "type_name": "RequestLimitError", "message": "Request Limit Reached", "detail": "You have reached your limit of 2000", "ref": "https://developers.apideck.com/errors#requestlimiterror"}
10881+
"404":
10882+
application/json: {"status_code": 404, "error": "Not Found", "type_name": "EntityNotFoundError", "message": "Unknown Widget", "detail": {"not_found": {"entity": "widget", "id": "123"}}, "ref": "https://developers.apideck.com/errors#entitynotfounderror"}
10883+
"422":
10884+
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
10885+
default:
10886+
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"}
1080210887
generatedTests: {}

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.11.6
19+
version: 0.12.0
2020
additionalDependencies:
2121
dependencies: {}
2222
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.454.0
1+
speakeasyVersion: 1.454.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:1506f3201915e2a3c5df9469fc46b4c395bc3244a4259b5461523e9b75e57568
6-
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
5+
sourceRevisionDigest: sha256:8e040914e982ea9075fe5870165cf5bfe37c2230195dd61f59b2e1827c76994c
6+
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733922047
10-
- 10.8.3
9+
- speakeasy-sdk-regen-1733946801
10+
- 10.9.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:1506f3201915e2a3c5df9469fc46b4c395bc3244a4259b5461523e9b75e57568
16-
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
15+
sourceRevisionDigest: sha256:8e040914e982ea9075fe5870165cf5bfe37c2230195dd61f59b2e1827c76994c
16+
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:571ed41d8e70bb6d53bb8089896d22ac7f2ddbf1f97052eb4e02c24a4bc032b2
18+
codeSamplesRevisionDigest: sha256:f098596d9839906d67bcced3755aa1221e03ede9a06bec42c5c952f9de3ff463
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

0 commit comments

Comments
 (0)