Skip to content

Commit 53bd2b8

Browse files
committed
fix: fix test fails
1 parent 6fa0aa4 commit 53bd2b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"start": "node dist/index.js --transport http --loggers stderr mcp",
3636
"start:stdio": "node dist/index.js --transport stdio --loggers stderr mcp",
37-
"prepare": "npm run build",
37+
"prepare": "exit 0",
3838
"build:clean": "rm -rf dist",
3939
"build:update-package-version": "tsx scripts/updatePackageVersion.ts",
4040
"build:esm": "tsc --project tsconfig.esm.json",

src/common/atlas/openapi.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,6 +1735,11 @@ export interface components {
17351735
* @example 32b6e34b3d91647abb20e7b8
17361736
*/
17371737
readonly roleId?: string;
1738+
/**
1739+
* @description Provision status of the service account.
1740+
* @enum {string}
1741+
*/
1742+
readonly status?: "IN_PROGRESS" | "COMPLETE" | "FAILED" | "NOT_INITIATED";
17381743
} & {
17391744
/**
17401745
* @description discriminator enum property added by openapi-typescript

0 commit comments

Comments
 (0)