Skip to content

Commit 5e6238a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.603.0
1 parent 417bf8b commit 5e6238a

File tree

14 files changed

+61
-41
lines changed

14 files changed

+61
-41
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.583.0
7-
generationVersion: 2.658.3
8-
releaseVersion: 0.3.0
9-
configChecksum: b91da7768fbb2f57f5060768e05e54e1
6+
speakeasyVersion: 1.603.0
7+
generationVersion: 2.681.1
8+
releaseVersion: 0.3.1
9+
configChecksum: a7720bdbf3547127f1ff899b1365001a
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.21.14
17+
core: 3.21.20
1818
defaultEnabledRetries: 0.1.0
1919
devContainers: 2.90.0
2020
enumUnions: 0.1.0

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 0.3.0
27+
version: 0.3.1
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}
@@ -60,4 +60,5 @@ typescript:
6060
packageName: vanta-auditor-api-sdk
6161
responseFormat: flat
6262
templateVersion: v2
63+
usageSDKInitImports: []
6364
useIndexModules: true

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.583.0
1+
speakeasyVersion: 1.603.0
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-1752107287
9+
- speakeasy-sdk-regen-1754440213
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:ed572847c06a09b0e1f3d5e784af0b3a9ca9deebeb78e39163dfd13116ec76a1
18+
codeSamplesRevisionDigest: sha256:37186932c23018e1270796d0ba87e52ec51afbaeb8926b60b7ee4e3ef57bf761
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
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [typescript v0.3.0] .
2020
### Releases
21-
- [NPM v0.3.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.0 - .
21+
- [NPM v0.3.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.0 - .
22+
23+
## 2025-08-13 00:27:52
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [typescript v0.3.1] .
30+
### Releases
31+
- [NPM v0.3.1] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.1 - .

docs/sdks/auditors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Create an auditor in Vanta.
1313

1414
### Example Usage
1515

16+
<!-- UsageSnippet language="typescript" operationID="CreateAuditor" method="post" path="/auditors" -->
1617
```typescript
1718
import { Vanta } from "vanta-auditor-api-sdk";
1819

docs/sdks/audits/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Returns a paginated list of audits scoped to the audit firm.
2121

2222
### Example Usage
2323

24+
<!-- UsageSnippet language="typescript" operationID="ListAudits" method="get" path="/audits" -->
2425
```typescript
2526
import { Vanta } from "vanta-auditor-api-sdk";
2627

@@ -90,6 +91,7 @@ evidence is created or has a statusUpdatedAt field that is more recent than the
9091

9192
### Example Usage
9293

94+
<!-- UsageSnippet language="typescript" operationID="ListAuditEvidenceUrls" method="get" path="/audits/{auditId}/evidence/{auditEvidenceId}/urls" -->
9395
```typescript
9496
import { Vanta } from "vanta-auditor-api-sdk";
9597

@@ -164,6 +166,7 @@ Returns a paginated list of evidence for an audit.
164166

165167
### Example Usage
166168

169+
<!-- UsageSnippet language="typescript" operationID="ListAuditEvidence" method="get" path="/audits/{auditId}/evidence" -->
167170
```typescript
168171
import { Vanta } from "vanta-auditor-api-sdk";
169172

@@ -236,6 +239,7 @@ Returns a paginated list of comments for an audit.
236239

237240
### Example Usage
238241

242+
<!-- UsageSnippet language="typescript" operationID="ListAuditComments" method="get" path="/audits/{auditId}/comments" -->
239243
```typescript
240244
import { Vanta } from "vanta-auditor-api-sdk";
241245

@@ -308,6 +312,7 @@ Returns a paginated list of controls for an audit.
308312

309313
### Example Usage
310314

315+
<!-- UsageSnippet language="typescript" operationID="ListAuditControls" method="get" path="/audits/{auditId}/controls" -->
311316
```typescript
312317
import { Vanta } from "vanta-auditor-api-sdk";
313318

@@ -380,6 +385,7 @@ Create a comment in Vanta for a piece of evidence.
380385

381386
### Example Usage
382387

388+
<!-- UsageSnippet language="typescript" operationID="CreateCommentForAuditEvidence" method="post" path="/audits/{auditId}/evidence/{auditEvidenceId}/comments" -->
383389
```typescript
384390
import { Vanta } from "vanta-auditor-api-sdk";
385391

@@ -464,6 +470,7 @@ Update audit evidence.
464470

465471
### Example Usage
466472

473+
<!-- UsageSnippet language="typescript" operationID="UpdateAuditEvidence" method="patch" path="/audits/{auditId}/evidence/{auditEvidenceId}" -->
467474
```typescript
468475
import { Vanta } from "vanta-auditor-api-sdk";
469476

@@ -540,6 +547,7 @@ Create a custom evidence request for an audit.
540547

541548
### Example Usage
542549

550+
<!-- UsageSnippet language="typescript" operationID="CreateCustomEvidenceRequest" method="post" path="/audits/{auditId}/evidence/custom-evidence-requests" -->
543551
```typescript
544552
import { Vanta } from "vanta-auditor-api-sdk";
545553

@@ -636,6 +644,7 @@ Create a custom control for an audit.
636644

637645
### Example Usage
638646

647+
<!-- UsageSnippet language="typescript" operationID="CreateCustomControl" method="post" path="/audits/{auditId}/controls/custom-controls" -->
639648
```typescript
640649
import { Vanta } from "vanta-auditor-api-sdk";
641650

examples/auditsList.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dotenv.config();
88
* Example usage of the vanta-auditor-api-sdk SDK
99
*
1010
* To run this example from the examples directory:
11-
* npm run build && npx tsx auditsList.ts
11+
* npm run build && npx tsx auditsList.example.ts
1212
*/
1313

1414
import { Vanta } from "vanta-auditor-api-sdk";

examples/package-lock.json

Lines changed: 7 additions & 6 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.3.0",
5+
"version": "0.3.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

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

0 commit comments

Comments
 (0)