Skip to content

Commit dba61ea

Browse files
authored
Merge pull request #32 from apideck-libraries/speakeasy-sdk-regen-1740396874
chore: 🐝 Update SDK - Generate 0.18.0
2 parents 59a9085 + 82f9189 commit dba61ea

File tree

503 files changed

+3497
-1023
lines changed

Some content is hidden

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

503 files changed

+3497
-1023
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/mcp-server
2+
/bin
13
/.eslintcache
24
/.speakeasy/reports
35
/react-query

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
!/REACT_QUERY.md
55
!/**/*.ts
66
!/**/*.js
7+
!/**/*.mjs
78
!/**/*.json
89
!/**/*.map
910

.speakeasy/gen.lock

+6-6
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: 8a84b005337515a4311dec5a8c491146
4+
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
55
docVersion: 10.11.5
6-
speakeasyVersion: 1.497.0
7-
generationVersion: 2.517.3
8-
releaseVersion: 0.17.0
9-
configChecksum: c7153d04012d5d0c258d22402e15679c
6+
speakeasyVersion: 1.501.1
7+
generationVersion: 2.522.5
8+
releaseVersion: 0.18.0
9+
configChecksum: ef775fae45193541a1780f696642c3bb
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.20.0
18+
core: 3.21.1
1919
deepObjectParams: 0.1.0
2020
defaultEnabledRetries: 0.1.0
2121
deprecations: 2.81.1

.speakeasy/gen.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.17.0
21+
version: 0.18.0
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}
@@ -28,6 +28,7 @@ typescript:
2828
clientServerStatusCodesAsErrors: true
2929
defaultErrorName: APIError
3030
enableCustomCodeRegions: false
31+
enableMCPServer: true
3132
enableReactQuery: false
3233
enumFormat: union
3334
envVarPrefix: APIDECK

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.497.0
1+
speakeasyVersion: 1.501.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:6820c76b64017b175834967dc086c2a481f839b58808a4ebed1b93d531e941f9
6-
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
5+
sourceRevisionDigest: sha256:00dc748964b36185bacca4f582f943c71e370096cfcb7e1fcf5579cb8ae44263
6+
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739290054
9+
- speakeasy-sdk-regen-1740396874
1010
- 10.11.5
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:6820c76b64017b175834967dc086c2a481f839b58808a4ebed1b93d531e941f9
16-
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
15+
sourceRevisionDigest: sha256:00dc748964b36185bacca4f582f943c71e370096cfcb7e1fcf5579cb8ae44263
16+
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:592d1e549ab2e49ec8d0be3a831a823519e5a4fdc378054b7e8ffa9f571278e5
18+
codeSamplesRevisionDigest: sha256:a8f517bf7ad2db2b8497982f6817c0c4d798f8a97470158b9dbfde391387ed4a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [typescript v0.17.0] .
170170
### Releases
171-
- [NPM v0.17.0] https://www.npmjs.com/package/@apideck/unify/v/0.17.0 - .
171+
- [NPM v0.17.0] https://www.npmjs.com/package/@apideck/unify/v/0.17.0 - .
172+
173+
## 2025-02-24 11:37:54
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.501.1 (2.522.5) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [typescript v0.18.0] .
180+
### Releases
181+
- [NPM v0.18.0] https://www.npmjs.com/package/@apideck/unify/v/0.18.0 - .

docs/models/components/consumerrequestcountsindaterangeresponse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ let value: ConsumerRequestCountsInDateRangeResponse = {
3131
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
3232
| `statusCode` | *number* | :heavy_check_mark: | HTTP Response Status Code | 200 |
3333
| `status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
34-
| `data` | [components.ConsumerRequestCountsInDateRangeResponseData](../../models/components/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
34+
| `data` | [components.ConsumerRequestCountsInDateRangeResponseData](../../models/components/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
35+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/models/components/createaccountingdepartmentresponse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ let value: CreateAccountingDepartmentResponse = {
2828
| `service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
2929
| `resource` | *string* | :heavy_check_mark: | Unified API resource name | departments |
3030
| `operation` | *string* | :heavy_check_mark: | Operation performed | add |
31-
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
31+
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
32+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/models/components/createaccountinglocationresponse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ let value: CreateAccountingLocationResponse = {
2828
| `service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
2929
| `resource` | *string* | :heavy_check_mark: | Unified API resource name | locations |
3030
| `operation` | *string* | :heavy_check_mark: | Operation performed | add |
31-
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
31+
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
32+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/models/components/createactivityresponse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ let value: CreateActivityResponse = {
2828
| `service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
2929
| `resource` | *string* | :heavy_check_mark: | Unified API resource name | activities |
3030
| `operation` | *string* | :heavy_check_mark: | Operation performed | add |
31-
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
31+
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
32+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/models/components/createapplicantresponse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ let value: CreateApplicantResponse = {
2828
| `service` | *string* | :heavy_check_mark: | Apideck ID of service provider | lever |
2929
| `resource` | *string* | :heavy_check_mark: | Unified API resource name | Applicants |
3030
| `operation` | *string* | :heavy_check_mark: | Operation performed | add |
31-
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
31+
| `data` | [components.UnifiedId](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
32+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

0 commit comments

Comments
 (0)