Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9,217 changes: 9,200 additions & 17 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ generation:
generateTests: true
generateNewTests: true
skipResponseBodyAssertions: false
persistentEdits: {}
typescript:
version: 0.35.0
version: 0.36.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand All @@ -40,7 +41,7 @@ typescript:
author: Speakeasy
baseErrorName: ApideckError
clientServerStatusCodesAsErrors: true
constFieldsAlwaysOptional: true
constFieldsAlwaysOptional: false
defaultErrorName: APIError
enableCustomCodeRegions: false
enableMCPServer: true
Expand Down Expand Up @@ -73,6 +74,7 @@ typescript:
multipartArrayFormat: legacy
outputModelSuffix: output
packageName: '@apideck/unify'
preApplyUnionDiscriminators: true
responseFormat: envelope-http
sseFlatResponse: false
templateVersion: v2
Expand Down
4 changes: 4 additions & 0 deletions .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51475,6 +51475,10 @@ workflows:
- name: fields
in: query
value: id,updated_at
- name: filter
in: query
value:
account_type: checking
- name: x-apideck-consumer-id
in: header
value: test-consumer
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.665.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:a3c2b704c81a2a480d76ed868356bfc1a18b82e65d07dbe9dd4860ae9bb1742a
sourceBlobDigest: sha256:e0d9c9d1d1513bd87f6ba4661e0050bbfa653fcf35f34d606671dd3539241afb
tags:
- latest
- speakeasy-sdk-regen-1764264830
- 10.22.0
- speakeasy-sdk-regen-1764663871
- 10.23.1
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:a3c2b704c81a2a480d76ed868356bfc1a18b82e65d07dbe9dd4860ae9bb1742a
sourceBlobDigest: sha256:e0d9c9d1d1513bd87f6ba4661e0050bbfa653fcf35f34d606671dd3539241afb
codeSamplesNamespace: apideck-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:fdb4289507edcaa1dfd5dd37b68ef9cdbdef6ef0e73504b5b84a85df1bb566f1
codeSamplesRevisionDigest: sha256:e1a51e53d4902603d43cf180ea8c762b59b58c61eeccfd9ba6e291a38aa4adb7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,4 +688,14 @@ Based on:
### Generated
- [typescript v0.35.0] .
### Releases
- [NPM v0.35.0] https://www.npmjs.com/package/@apideck/unify/v/0.35.0 - .
- [NPM v0.35.0] https://www.npmjs.com/package/@apideck/unify/v/0.35.0 - .

## 2025-12-12 14:21:20
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.665.0 (2.767.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.36.0] .
### Releases
- [NPM v0.36.0] https://www.npmjs.com/package/@apideck/unify/v/0.36.0 - .
2 changes: 1 addition & 1 deletion docs/models/components/accountingbankaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let value: AccountingBankAccount = {
| `country` | *string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
| `status` | [components.AccountingBankAccountStatus](../../models/components/accountingbankaccountstatus.md) | :heavy_minus_sign: | The status of the bank account | active |
| `description` | *string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
| `customFields` | [components.CustomField](../../models/components/customfield.md)[] | :heavy_minus_sign: | N/A | |
| `customFields` | *components.CustomField*[] | :heavy_minus_sign: | N/A | |
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/accountingbankaccountinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ let value: AccountingBankAccountInput = {
| `country` | *string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
| `status` | [components.AccountingBankAccountStatus](../../models/components/accountingbankaccountstatus.md) | :heavy_minus_sign: | The status of the bank account | active |
| `description` | *string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
| `customFields` | [components.CustomField](../../models/components/customfield.md)[] | :heavy_minus_sign: | N/A | |
| `customFields` | *components.CustomField*[] | :heavy_minus_sign: | N/A | |
2 changes: 1 addition & 1 deletion docs/models/components/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ let value: Activity = {
| `reminderSet` | *boolean* | :heavy_minus_sign: | Whether the reminder is set or not | false |
| `videoConferenceUrl` | *string* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 |
| `videoConferenceId` | *string* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 |
| `customFields` | [components.CustomField](../../models/components/customfield.md)[] | :heavy_minus_sign: | Custom fields of the activity | |
| `customFields` | *components.CustomField*[] | :heavy_minus_sign: | Custom fields of the activity | |
| `attendees` | [components.ActivityAttendee](../../models/components/activityattendee.md)[] | :heavy_minus_sign: | N/A | |
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the activity | 12345 |
Expand Down
Loading