Skip to content

chore: 🐝 Update SDK - Generate 0.3.1 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 48344567-ff5d-4d9e-92eb-dfe908f362f2
management:
docChecksum: 32687d9ba29da014326cc097fdfff59d
docVersion: 1.0.0
speakeasyVersion: 1.583.0
generationVersion: 2.658.3
releaseVersion: 0.3.0
configChecksum: b91da7768fbb2f57f5060768e05e54e1
speakeasyVersion: 1.603.0
generationVersion: 2.681.1
releaseVersion: 0.3.1
configChecksum: a7720bdbf3547127f1ff899b1365001a
repoURL: https://github.com/VantaInc/vanta-auditor-api-sdk-typescript.git
installationURL: https://github.com/VantaInc/vanta-auditor-api-sdk-typescript
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.12
core: 3.21.14
core: 3.21.20
defaultEnabledRetries: 0.1.0
devContainers: 2.90.0
enumUnions: 0.1.0
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.3.0
version: 0.3.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down Expand Up @@ -60,4 +60,5 @@ typescript:
packageName: vanta-auditor-api-sdk
responseFormat: flat
templateVersion: v2
usageSDKInitImports: []
useIndexModules: true
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.583.0
speakeasyVersion: 1.603.0
sources:
Conduct an audit:
sourceNamespace: conduct-an-audit
sourceRevisionDigest: sha256:234b914b23cf5d74d33cd7077560a45c8cba13a211f3bd8344041648d8733c2d
sourceBlobDigest: sha256:8fefc2fa168b537a6f137983f6366a1d8abe9ea0a01bc6d108c601431b922a5b
tags:
- latest
- speakeasy-sdk-regen-1752107287
- speakeasy-sdk-regen-1754440213
- 1.0.0
targets:
vanta:
Expand All @@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:234b914b23cf5d74d33cd7077560a45c8cba13a211f3bd8344041648d8733c2d
sourceBlobDigest: sha256:8fefc2fa168b537a6f137983f6366a1d8abe9ea0a01bc6d108c601431b922a5b
codeSamplesNamespace: conduct-an-audit-typescript-code-samples
codeSamplesRevisionDigest: sha256:ed572847c06a09b0e1f3d5e784af0b3a9ca9deebeb78e39163dfd13116ec76a1
codeSamplesRevisionDigest: sha256:37186932c23018e1270796d0ba87e52ec51afbaeb8926b60b7ee4e3ef57bf761
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 @@ -18,4 +18,14 @@ Based on:
### Generated
- [typescript v0.3.0] .
### Releases
- [NPM v0.3.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.0 - .
- [NPM v0.3.0] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.0 - .

## 2025-08-13 00:27:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.1] .
### Releases
- [NPM v0.3.1] https://www.npmjs.com/package/vanta-auditor-api-sdk/v/0.3.1 - .
1 change: 1 addition & 0 deletions docs/sdks/auditors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Create an auditor in Vanta.

### Example Usage

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

Expand Down
9 changes: 9 additions & 0 deletions docs/sdks/audits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Returns a paginated list of audits scoped to the audit firm.

### Example Usage

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

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

### Example Usage

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

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

### Example Usage

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

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

### Example Usage

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

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

### Example Usage

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

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

### Example Usage

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

Expand Down Expand Up @@ -464,6 +470,7 @@ Update audit evidence.

### Example Usage

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

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

### Example Usage

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

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

### Example Usage

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

Expand Down
2 changes: 1 addition & 1 deletion examples/auditsList.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotenv.config();
* Example usage of the vanta-auditor-api-sdk SDK
*
* To run this example from the examples directory:
* npm run build && npx tsx auditsList.ts
* npm run build && npx tsx auditsList.example.ts
*/

import { Vanta } from "vanta-auditor-api-sdk";
Expand Down
13 changes: 7 additions & 6 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "vanta-auditor-api-sdk",
"version": "0.3.0",
"version": "0.3.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanta-auditor-api-sdk",
"version": "0.3.0",
"version": "0.3.1",
"author": "Speakeasy",
"bin": {
"mcp": "bin/mcp-server.js"
Expand All @@ -18,8 +18,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
"zod": "^3"
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0"
},
"peerDependenciesMeta": {
"@modelcontextprotocol/sdk": {"optional":true}
Expand All @@ -34,11 +33,10 @@
"eslint": "^9.19.0",
"express": "^4.21.2",
"globals": "^15.14.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.22.0",
"zod": "^3.25.17"
"typescript": "~5.8.3",
"typescript-eslint": "^8.26.0"
},
"dependencies": {

"zod": "^3.20.0"
}
}
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.3.0",
genVersion: "2.658.3",
sdkVersion: "0.3.1",
genVersion: "2.681.1",
userAgent:
"speakeasy-sdk/typescript 0.3.0 2.658.3 1.0.0 vanta-auditor-api-sdk",
"speakeasy-sdk/typescript 0.3.1 2.681.1 1.0.0 vanta-auditor-api-sdk",
} as const;
2 changes: 1 addition & 1 deletion src/mcp-server/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const routes = buildRouteMap({
export const app = buildApplication(routes, {
name: "mcp",
versionInfo: {
currentVersion: "0.3.0",
currentVersion: "0.3.1",
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/mcp-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createMCPServer(deps: {
}) {
const server = new McpServer({
name: "Vanta",
version: "0.3.0",
version: "0.3.1",
});

const client = new VantaCore({
Expand Down