File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments