Skip to content

Commit cdf9938

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.537.0
1 parent 9db1f0b commit cdf9938

File tree

20 files changed

+76
-19
lines changed

20 files changed

+76
-19
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 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: b5dc0244aa499b8adfc991da71055e1b
5-
docVersion: 10.16.2
4+
docChecksum: 422131c3394c1d87f3f12f8512793390
5+
docVersion: 10.16.3
66
speakeasyVersion: 1.537.0
77
generationVersion: 2.588.0
8-
releaseVersion: 0.23.0
9-
configChecksum: e8c9314ea08ea53ec0ffc12b785980d3
8+
releaseVersion: 0.23.1
9+
configChecksum: 675a031df6db2f2441f4992bdd7980ca
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation:
2020
tests:
2121
generateNewTests: true
2222
typescript:
23-
version: 0.23.0
23+
version: 0.23.1
2424
additionalDependencies:
2525
dependencies: {}
2626
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ speakeasyVersion: 1.537.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:97c6ba63660a34e47878e59c16df339e1028ea0faa97ae890da2eb6945a8199f
6-
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
5+
sourceRevisionDigest: sha256:47aeb193455fd42ea3b2ae102dea0f9ce48b3d55d8414d2e3cd03a39955ed480
6+
sourceBlobDigest: sha256:a8b6e8aca11921687fe9f8eb1d5a209706f8978a5b9e436c89c51540c80740df
77
tags:
88
- latest
9-
- 10.16.2
9+
- speakeasy-sdk-regen-1745318085
10+
- 10.16.3
1011
targets:
1112
apideck:
1213
source: Apideck-OAS
1314
sourceNamespace: apideck-oas
14-
sourceRevisionDigest: sha256:97c6ba63660a34e47878e59c16df339e1028ea0faa97ae890da2eb6945a8199f
15-
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
15+
sourceRevisionDigest: sha256:47aeb193455fd42ea3b2ae102dea0f9ce48b3d55d8414d2e3cd03a39955ed480
16+
sourceBlobDigest: sha256:a8b6e8aca11921687fe9f8eb1d5a209706f8978a5b9e436c89c51540c80740df
1617
codeSamplesNamespace: apideck-oas-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:03010ee2c66dd7e18d6d0863c2081c702a286e3f30caf2a32e329cae61b23501
18+
codeSamplesRevisionDigest: sha256:d6b3dc445df361d421e67ed25a21ae62013456bee82d91108b38445be6713f2e
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [typescript v0.23.0] .
250250
### Releases
251-
- [NPM v0.23.0] https://www.npmjs.com/package/@apideck/unify/v/0.23.0 - .
251+
- [NPM v0.23.0] https://www.npmjs.com/package/@apideck/unify/v/0.23.0 - .
252+
253+
## 2025-04-22 10:34:26
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.537.0 (2.588.0) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [typescript v0.23.1] .
260+
### Releases
261+
- [NPM v0.23.1] https://www.npmjs.com/package/@apideck/unify/v/0.23.1 - .

docs/models/components/getnoteresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let value: GetNoteResponse = {
2121
contactId: "12345",
2222
companyId: "12345",
2323
opportunityId: "12345",
24+
activityId: "12345",
2425
leadId: "12345",
2526
active: true,
2627
updatedBy: "12345",

docs/models/components/getnotesresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let value: GetNotesResponse = {
2222
contactId: "12345",
2323
companyId: "12345",
2424
opportunityId: "12345",
25+
activityId: "12345",
2526
leadId: "12345",
2627
active: true,
2728
updatedBy: "12345",

docs/models/components/note.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let value: Note = {
1313
contactId: "12345",
1414
companyId: "12345",
1515
opportunityId: "12345",
16+
activityId: "12345",
1617
leadId: "12345",
1718
active: true,
1819
updatedBy: "12345",
@@ -48,6 +49,7 @@ let value: Note = {
4849
| `contactId` | *string* | :heavy_minus_sign: | The contact that is related to the note. | 12345 |
4950
| `companyId` | *string* | :heavy_minus_sign: | The company that is related to the note. | 12345 |
5051
| `opportunityId` | *string* | :heavy_minus_sign: | The opportunity that is related to the note. | 12345 |
52+
| `activityId` | *string* | :heavy_minus_sign: | The activity that is related to the note. | 12345 |
5153
| `leadId` | *string* | :heavy_minus_sign: | The lead that is related to the note. | 12345 |
5254
| `active` | *boolean* | :heavy_minus_sign: | Whether the Note is active or not. | true |
5355
| `customMappings` | [components.CustomMappings](../../models/components/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

docs/models/components/noteinput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let value: NoteInput = {
1212
contactId: "12345",
1313
companyId: "12345",
1414
opportunityId: "12345",
15+
activityId: "12345",
1516
leadId: "12345",
1617
active: true,
1718
passThrough: [
@@ -42,6 +43,7 @@ let value: NoteInput = {
4243
| `contactId` | *string* | :heavy_minus_sign: | The contact that is related to the note. | 12345 |
4344
| `companyId` | *string* | :heavy_minus_sign: | The company that is related to the note. | 12345 |
4445
| `opportunityId` | *string* | :heavy_minus_sign: | The opportunity that is related to the note. | 12345 |
46+
| `activityId` | *string* | :heavy_minus_sign: | The activity that is related to the note. | 12345 |
4547
| `leadId` | *string* | :heavy_minus_sign: | The lead that is related to the note. | 12345 |
4648
| `active` | *boolean* | :heavy_minus_sign: | Whether the Note is active or not. | true |
4749
| `passThrough` | [components.PassThroughBody](../../models/components/passthroughbody.md)[] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

docs/models/operations/crmnotesaddrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let value: CrmNotesAddRequest = {
1414
contactId: "12345",
1515
companyId: "12345",
1616
opportunityId: "12345",
17+
activityId: "12345",
1718
leadId: "12345",
1819
active: true,
1920
passThrough: [

docs/models/operations/crmnotesallresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ let value: CrmNotesAllResponse = {
2727
contactId: "12345",
2828
companyId: "12345",
2929
opportunityId: "12345",
30+
activityId: "12345",
3031
leadId: "12345",
3132
active: true,
3233
updatedBy: "12345",

0 commit comments

Comments
 (0)