Skip to content

Commit 009ae1f

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.4.1 (#14)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/vanta/vanta/linting-report/fe27cd86b5d80dac50380337e618a1aa> > OpenAPI Change report available at: <https://app.speakeasy.com/org/vanta/vanta/changes-report/35c042f157a37646ca00bb24625cbfea> # SDK update ## Versioning Version Bump Type: [patch] - πŸ€– (automated) <details open> <summary>OpenAPI Change Summary</summary> No specification changes </details> ## TYPESCRIPT CHANGELOG ## core: 3.26.7 - 2025-11-10 ### 🐝 New Features - smart union deserialization (configurable via gen.yaml unionStrategy: populated-fields) *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 3.26.5 - 2025-11-10 ### 🐝 New Features - smart union deserialization (configurable via gen.yaml unionStrategy: populated-fields) *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 3.26.4 - 2025-11-07 ### 🐝 New Features - support for zodVersion v4-mini (configurable via gen.yaml zodVersion) *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 3.26.3 - 2025-11-05 ### 🐝 New Features - delete dead code - unused inbound/outbound schemas (configurable via alwaysIncludeInboundAndOutbound) *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 3.26.2 - 2025-11-05 ### 🐝 New Features - support body field name configuration via requestBodyFieldName in gen.yaml *(commit by [@subomi](https://github.com/subomi))* ## core: 3.26.1 - 2025-11-04 ### πŸ› Bug Fixes - delete deprecated zod code (configurable via gen.yaml exportZodModelNamespace) *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* Based on [Speakeasy CLI](https://github.com/speakeasy-api/speakeasy) 1.658.2 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent ba33271 commit 009ae1f

Some content is hidden

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

54 files changed

+93
-924
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 48344567-ff5d-4d9e-92eb-dfe908f362f2
33
management:
44
docChecksum: 32687d9ba29da014326cc097fdfff59d
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.648.0
7-
generationVersion: 2.737.0
8-
releaseVersion: 0.4.0
9-
configChecksum: a1e44b2987d17da0c4bb47e803672ff8
6+
speakeasyVersion: 1.658.2
7+
generationVersion: 2.755.9
8+
releaseVersion: 0.4.1
9+
configChecksum: 0dcb09735596f7e491b3678e938dc145
1010
repoURL: https://github.com/VantaInc/vanta-auditor-api-sdk-typescript.git
1111
installationURL: https://github.com/VantaInc/vanta-auditor-api-sdk-typescript
1212
published: true
1313
features:
1414
typescript:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.12
17-
core: 3.26.0
17+
core: 3.26.7
1818
defaultEnabledRetries: 0.1.0
1919
devContainers: 2.90.1
2020
enumUnions: 0.1.0

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ generation:
2222
hoistGlobalSecurity: true
2323
schemas:
2424
allOfMergeStrategy: shallowMerge
25+
requestBodyFieldName: ""
2526
tests:
2627
generateTests: true
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
typescript:
30-
version: 0.4.0
31+
version: 0.4.1
3132
acceptHeaderEnum: true
3233
additionalDependencies:
3334
dependencies: {}
3435
devDependencies: {}
3536
peerDependencies: {}
3637
additionalPackageJSON: {}
3738
additionalScripts: {}
39+
alwaysIncludeInboundAndOutbound: false
3840
author: Speakeasy
3941
baseErrorName: VantaError
4042
clientServerStatusCodesAsErrors: true
@@ -45,6 +47,7 @@ typescript:
4547
enableReactQuery: false
4648
enumFormat: union
4749
envVarPrefix: VANTA
50+
exportZodModelNamespace: false
4851
flattenGlobalSecurity: true
4952
flatteningOrder: parameters-first
5053
generateExamples: true
@@ -67,6 +70,7 @@ typescript:
6770
responseFormat: flat
6871
sseFlatResponse: false
6972
templateVersion: v2
73+
unionStrategy: left-to-right
7074
usageSDKInitImports: []
7175
useIndexModules: true
7276
zodVersion: v3

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.648.0
1+
speakeasyVersion: 1.658.2
22
sources:
33
Conduct an audit:
44
sourceNamespace: conduct-an-audit
55
sourceRevisionDigest: sha256:234b914b23cf5d74d33cd7077560a45c8cba13a211f3bd8344041648d8733c2d
66
sourceBlobDigest: sha256:8fefc2fa168b537a6f137983f6366a1d8abe9ea0a01bc6d108c601431b922a5b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754440213
9+
- speakeasy-sdk-regen-1763485082
1010
- 1.0.0
1111
targets:
1212
vanta:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:234b914b23cf5d74d33cd7077560a45c8cba13a211f3bd8344041648d8733c2d
1616
sourceBlobDigest: sha256:8fefc2fa168b537a6f137983f6366a1d8abe9ea0a01bc6d108c601431b922a5b
1717
codeSamplesNamespace: conduct-an-audit-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:fa59bce732b963e1d3950940f282778e0ab72ea6bef36392e3dc2d0724b09c42
18+
codeSamplesRevisionDigest: sha256:7c90833d15b225b4993d55a5cd7f764edf5628841dc3edbe672a1b9cd2aab208
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [typescript v0.4.0] .
3030
### Releases
31-
- [NPM v0.4.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.4.0 - .
31+
- [NPM v0.4.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.4.0 - .
32+
33+
## 2025-11-18 16:57:45
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [typescript v0.4.1] .
40+
### Releases
41+
- [NPM v0.4.1] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.4.1 - .

β€Žexamples/package-lock.jsonβ€Ž

Lines changed: 2 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjsr.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "vanta-auditor-api-sdk",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

0 commit comments

Comments
Β (0)