Skip to content

Commit 5cd528f

Browse files
authored
Merge pull request #70 from apideck-libraries/speakeasy-sdk-regen-1756211937
chore: 🐝 Update SDK - Generate 0.29.8
2 parents e16caea + 4ad823f commit 5cd528f

File tree

543 files changed

+6804
-521
lines changed

Some content is hidden

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

543 files changed

+6804
-521
lines changed

.speakeasy/gen.lock

Lines changed: 136 additions & 24 deletions
Large diffs are not rendered by default.

.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.29.7
27+
version: 0.29.8
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51527,3 +51527,122 @@ workflows:
5152751527
type: simple
5152851528
x-speakeasy-test-group: quotes
5152951529
x-speakeasy-test-rebuild: true
51530+
- workflowId: vault.connectionConsentsAll
51531+
steps:
51532+
- stepId: test
51533+
operationId: vault.connectionConsentsAll
51534+
parameters:
51535+
- name: service_id
51536+
in: path
51537+
value: pipedrive
51538+
- name: unified_api
51539+
in: path
51540+
value: crm
51541+
- name: x-apideck-consumer-id
51542+
in: header
51543+
value: test-consumer
51544+
- name: x-apideck-app-id
51545+
in: header
51546+
value: dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX
51547+
successCriteria:
51548+
- condition: $statusCode == 200
51549+
- condition: $response.header.Content-Type == application/json
51550+
- context: $response.body
51551+
condition: |
51552+
{
51553+
"status_code": 200,
51554+
"status": "OK",
51555+
"data": []
51556+
}
51557+
type: simple
51558+
x-speakeasy-test-group: connectionConsents
51559+
x-speakeasy-test-rebuild: true
51560+
- workflowId: vault.connectionConsentUpdate
51561+
steps:
51562+
- stepId: test
51563+
operationId: vault.connectionConsentUpdate
51564+
parameters:
51565+
- name: service_id
51566+
in: path
51567+
value: pipedrive
51568+
- name: unified_api
51569+
in: path
51570+
value: crm
51571+
- name: x-apideck-consumer-id
51572+
in: header
51573+
value: test-consumer
51574+
- name: x-apideck-app-id
51575+
in: header
51576+
value: dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX
51577+
requestBody:
51578+
contentType: application/json
51579+
payload:
51580+
granted: true
51581+
resources: '*'
51582+
successCriteria:
51583+
- condition: $statusCode == 200
51584+
- condition: $response.header.Content-Type == application/json
51585+
- context: $response.body
51586+
condition: |
51587+
{
51588+
"status_code": 200,
51589+
"status": "OK",
51590+
"data": {
51591+
"id": "con_1234567890",
51592+
"created_at": "2025-04-15T14:30:00Z",
51593+
"granted": true,
51594+
"resources": {
51595+
"hris.employees": {
51596+
"id": {
51597+
"read": true,
51598+
"write": false
51599+
},
51600+
"first_name": {
51601+
"read": true,
51602+
"write": true
51603+
},
51604+
"last_name": {
51605+
"read": true,
51606+
"write": true
51607+
},
51608+
"email": {
51609+
"read": true,
51610+
"write": true
51611+
},
51612+
"addresses[].street": {
51613+
"read": true,
51614+
"write": false
51615+
},
51616+
"addresses[].city": {
51617+
"read": true,
51618+
"write": false
51619+
},
51620+
"employment.job_title": {
51621+
"read": true,
51622+
"write": true
51623+
},
51624+
"custom_fields[].employee_number": {
51625+
"read": true,
51626+
"write": false
51627+
}
51628+
},
51629+
"hris.departments": {
51630+
"id": {
51631+
"read": true,
51632+
"write": false
51633+
},
51634+
"name": {
51635+
"read": true,
51636+
"write": true
51637+
},
51638+
"code": {
51639+
"read": true,
51640+
"write": false
51641+
}
51642+
}
51643+
}
51644+
}
51645+
}
51646+
type: simple
51647+
x-speakeasy-test-group: connectionConsent
51648+
x-speakeasy-test-rebuild: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.606.4
1+
speakeasyVersion: 1.611.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:078e68a8cec3da1e448d7bc55dd01b005f0098ef6b50595d24b7ebc9c07f4b89
6-
sourceBlobDigest: sha256:124328f4c187b9316e99832028dd5a8473d10f603564cf1bd2bfdbad33f8fb66
5+
sourceRevisionDigest: sha256:cb0201d032f54350a28bd8c493037ef74777e49604a1b8f76718c2d0d9918db4
6+
sourceBlobDigest: sha256:88de9a39fea7106d70b4526a9c8207a4c54c38a3c13136b2b27fbb947336e267
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755873447
10-
- 10.20.11
9+
- speakeasy-sdk-regen-1756211937
10+
- 10.20.13
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:078e68a8cec3da1e448d7bc55dd01b005f0098ef6b50595d24b7ebc9c07f4b89
16-
sourceBlobDigest: sha256:124328f4c187b9316e99832028dd5a8473d10f603564cf1bd2bfdbad33f8fb66
15+
sourceRevisionDigest: sha256:cb0201d032f54350a28bd8c493037ef74777e49604a1b8f76718c2d0d9918db4
16+
sourceBlobDigest: sha256:88de9a39fea7106d70b4526a9c8207a4c54c38a3c13136b2b27fbb947336e267
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:76adfc43fe7f7d69edab0cd01f84ae0bd9d34f5fbbe0f142ca57028a1f6d0c6b
18+
codeSamplesRevisionDigest: sha256:6dc8ae18d73a3394d47076e22d262a03b511c96fbaa45e77b702cfb80b3e0db8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,14 @@ run();
630630
### [vault](docs/sdks/vault/README.md)
631631

632632

633+
#### [vault.connectionConsent](docs/sdks/connectionconsent/README.md)
634+
635+
* [update](docs/sdks/connectionconsent/README.md#update) - Update consent state
636+
637+
#### [vault.connectionConsents](docs/sdks/connectionconsents/README.md)
638+
639+
* [list](docs/sdks/connectionconsents/README.md#list) - Get consent records
640+
633641
#### [vault.connectionCustomMappings](docs/sdks/connectioncustommappings/README.md)
634642

635643
* [list](docs/sdks/connectioncustommappings/README.md#list) - List connection custom mappings
@@ -983,6 +991,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
983991
- [`smsMessagesGet`](docs/sdks/messages/README.md#get) - Get Message
984992
- [`smsMessagesList`](docs/sdks/messages/README.md#list) - List Messages
985993
- [`smsMessagesUpdate`](docs/sdks/messages/README.md#update) - Update Message
994+
- [`vaultConnectionConsentsList`](docs/sdks/connectionconsents/README.md#list) - Get consent records
995+
- [`vaultConnectionConsentUpdate`](docs/sdks/connectionconsent/README.md#update) - Update consent state
986996
- [`vaultConnectionCustomMappingsList`](docs/sdks/connectioncustommappings/README.md#list) - List connection custom mappings
987997
- [`vaultConnectionsDelete`](docs/sdks/connections/README.md#delete) - Deletes a connection
988998
- [`vaultConnectionSettingsList`](docs/sdks/connectionsettings/README.md#list) - Get resource settings

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,14 @@ Based on:
478478
### Generated
479479
- [typescript v0.29.7] .
480480
### Releases
481-
- [NPM v0.29.7] https://www.npmjs.com/package/@apideck/unify/v/0.29.7 - .
481+
- [NPM v0.29.7] https://www.npmjs.com/package/@apideck/unify/v/0.29.7 - .
482+
483+
## 2025-09-08 00:02:47
484+
### Changes
485+
Based on:
486+
- OpenAPI Doc
487+
- Speakeasy CLI 1.611.1 (2.694.1) https://github.com/speakeasy-api/speakeasy
488+
### Generated
489+
- [typescript v0.29.8] .
490+
### Releases
491+
- [NPM v0.29.8] https://www.npmjs.com/package/@apideck/unify/v/0.29.8 - .

docs/models/components/companyinfo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ let value: CompanyInfo = {
112112
type: "primary",
113113
},
114114
],
115+
trackingCategoriesMode: "disabled",
115116
rowVersion: "1-12345",
116117
updatedBy: "12345",
117118
createdBy: "12345",
@@ -142,6 +143,7 @@ let value: CompanyInfo = {
142143
| `emails` | [components.Email](../../models/components/email.md)[] | :heavy_minus_sign: | N/A | |
143144
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
144145
| `trackingCategoriesEnabled` | *boolean* | :heavy_minus_sign: | Whether tracking categories are enabled for the company on transactions | |
146+
| `trackingCategoriesMode` | [components.TrackingCategoriesMode](../../models/components/trackingcategoriesmode.md) | :heavy_minus_sign: | The mode of tracking categories for the company on transactions | disabled |
145147
| `rowVersion` | *string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
146148
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
147149
| `createdBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |

0 commit comments

Comments
 (0)