@vercel/sdk 1.6.4 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +517 -275
  3. package/bin/mcp-server.js.map +17 -14
  4. package/docs/sdks/projects/README.md +85 -0
  5. package/esm/__tests__/accessgroups.test.js +94 -60
  6. package/esm/__tests__/accessgroups.test.js.map +1 -1
  7. package/esm/__tests__/aliases.test.js +41 -41
  8. package/esm/__tests__/aliases.test.js.map +1 -1
  9. package/esm/__tests__/certs.test.js +2 -2
  10. package/esm/__tests__/checks.test.js +5 -3
  11. package/esm/__tests__/checks.test.js.map +1 -1
  12. package/esm/__tests__/deployments.test.js +51 -35
  13. package/esm/__tests__/deployments.test.js.map +1 -1
  14. package/esm/__tests__/dns.test.js +0 -27
  15. package/esm/__tests__/dns.test.js.map +1 -1
  16. package/esm/__tests__/domains.test.js +2 -2
  17. package/esm/__tests__/domains.test.js.map +1 -1
  18. package/esm/__tests__/edgeconfig.test.js +9 -5
  19. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  20. package/esm/__tests__/environment.test.js +15 -24
  21. package/esm/__tests__/environment.test.js.map +1 -1
  22. package/esm/__tests__/integrations.test.js +1 -7
  23. package/esm/__tests__/integrations.test.js.map +1 -1
  24. package/esm/__tests__/logdrains.test.js +72 -24
  25. package/esm/__tests__/logdrains.test.js.map +1 -1
  26. package/esm/__tests__/marketplace.test.js +60 -72
  27. package/esm/__tests__/marketplace.test.js.map +1 -1
  28. package/esm/__tests__/projects.test.js +198 -118
  29. package/esm/__tests__/projects.test.js.map +1 -1
  30. package/esm/__tests__/security.test.js +106 -118
  31. package/esm/__tests__/security.test.js.map +1 -1
  32. package/esm/__tests__/teams.test.js +11 -6
  33. package/esm/__tests__/teams.test.js.map +1 -1
  34. package/esm/funcs/projectsMoveProjectDomain.d.ts +18 -0
  35. package/esm/funcs/projectsMoveProjectDomain.d.ts.map +1 -0
  36. package/esm/funcs/projectsMoveProjectDomain.js +96 -0
  37. package/esm/funcs/projectsMoveProjectDomain.js.map +1 -0
  38. package/esm/lib/config.d.ts +3 -3
  39. package/esm/lib/config.js +3 -3
  40. package/esm/mcp-server/mcp-server.js +1 -1
  41. package/esm/mcp-server/server.d.ts.map +1 -1
  42. package/esm/mcp-server/server.js +3 -1
  43. package/esm/mcp-server/server.js.map +1 -1
  44. package/esm/mcp-server/tools/projectsMoveProjectDomain.d.ts +7 -0
  45. package/esm/mcp-server/tools/projectsMoveProjectDomain.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/projectsMoveProjectDomain.js +28 -0
  47. package/esm/mcp-server/tools/projectsMoveProjectDomain.js.map +1 -0
  48. package/esm/models/authuser.d.ts +5 -0
  49. package/esm/models/authuser.d.ts.map +1 -1
  50. package/esm/models/authuser.js +2 -0
  51. package/esm/models/authuser.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +2 -0
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +2 -0
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/getdomainconfigop.d.ts +0 -7
  57. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  58. package/esm/models/getdomainconfigop.js +0 -4
  59. package/esm/models/getdomainconfigop.js.map +1 -1
  60. package/esm/models/getprojectsop.d.ts +2 -0
  61. package/esm/models/getprojectsop.d.ts.map +1 -1
  62. package/esm/models/getprojectsop.js +2 -0
  63. package/esm/models/getprojectsop.js.map +1 -1
  64. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +31 -1
  65. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  66. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +27 -0
  67. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  68. package/esm/models/moveprojectdomainop.d.ts +165 -0
  69. package/esm/models/moveprojectdomainop.d.ts.map +1 -0
  70. package/esm/models/moveprojectdomainop.js +151 -0
  71. package/esm/models/moveprojectdomainop.js.map +1 -0
  72. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  73. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  74. package/esm/models/updateprojectdatacacheop.js +2 -0
  75. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  76. package/esm/models/updateprojectop.d.ts +2 -0
  77. package/esm/models/updateprojectop.d.ts.map +1 -1
  78. package/esm/models/updateprojectop.js +2 -0
  79. package/esm/models/updateprojectop.js.map +1 -1
  80. package/esm/models/userevent.d.ts +43 -0
  81. package/esm/models/userevent.d.ts.map +1 -1
  82. package/esm/models/userevent.js +31 -0
  83. package/esm/models/userevent.js.map +1 -1
  84. package/esm/sdk/projects.d.ts +8 -0
  85. package/esm/sdk/projects.d.ts.map +1 -1
  86. package/esm/sdk/projects.js +10 -0
  87. package/esm/sdk/projects.js.map +1 -1
  88. package/jsr.json +1 -1
  89. package/package.json +1 -1
  90. package/src/__tests__/accessgroups.test.ts +94 -63
  91. package/src/__tests__/aliases.test.ts +47 -47
  92. package/src/__tests__/certs.test.ts +2 -2
  93. package/src/__tests__/checks.test.ts +5 -3
  94. package/src/__tests__/deployments.test.ts +56 -40
  95. package/src/__tests__/dns.test.ts +0 -30
  96. package/src/__tests__/domains.test.ts +2 -2
  97. package/src/__tests__/edgeconfig.test.ts +9 -5
  98. package/src/__tests__/environment.test.ts +20 -41
  99. package/src/__tests__/integrations.test.ts +1 -13
  100. package/src/__tests__/logdrains.test.ts +75 -36
  101. package/src/__tests__/marketplace.test.ts +63 -83
  102. package/src/__tests__/projects.test.ts +201 -121
  103. package/src/__tests__/security.test.ts +106 -121
  104. package/src/__tests__/teams.test.ts +11 -9
  105. package/src/funcs/projectsMoveProjectDomain.ts +198 -0
  106. package/src/lib/config.ts +3 -3
  107. package/src/mcp-server/mcp-server.ts +1 -1
  108. package/src/mcp-server/server.ts +3 -1
  109. package/src/mcp-server/tools/projectsMoveProjectDomain.ts +37 -0
  110. package/src/models/authuser.ts +7 -0
  111. package/src/models/createprojectop.ts +4 -0
  112. package/src/models/getdomainconfigop.ts +0 -11
  113. package/src/models/getprojectsop.ts +4 -0
  114. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +62 -1
  115. package/src/models/moveprojectdomainop.ts +356 -0
  116. package/src/models/updateprojectdatacacheop.ts +4 -0
  117. package/src/models/updateprojectop.ts +4 -0
  118. package/src/models/userevent.ts +80 -0
  119. package/src/sdk/projects.ts +22 -0
  120. package/vercel-spec.json +269 -17
  121. package/esm/__tests__/apiexperimentation.test.d.ts +0 -2
  122. package/esm/__tests__/apiexperimentation.test.d.ts.map +0 -1
  123. package/esm/__tests__/apiexperimentation.test.js +0 -8
  124. package/esm/__tests__/apiexperimentation.test.js.map +0 -1
  125. package/src/__tests__/apiexperimentation.test.ts +0 -11
package/bin/mcp-server.js CHANGED
@@ -34190,9 +34190,9 @@ var init_config = __esm(() => {
34190
34190
  SDK_METADATA = {
34191
34191
  language: "typescript",
34192
34192
  openapiDocVersion: "0.0.1",
34193
- sdkVersion: "1.6.4",
34194
- genVersion: "2.593.3",
34195
- userAgent: "speakeasy-sdk/typescript 1.6.4 2.593.3 0.0.1 @vercel/sdk"
34193
+ sdkVersion: "1.6.6",
34194
+ genVersion: "2.593.4",
34195
+ userAgent: "speakeasy-sdk/typescript 1.6.6 2.593.4 0.0.1 @vercel/sdk"
34196
34196
  };
34197
34197
  });
34198
34198
 
@@ -54573,16 +54573,12 @@ var init_getdomainconfigop = __esm(() => {
54573
54573
  GetDomainConfigResponseBody$inboundSchema = objectType({
54574
54574
  configuredBy: nullableType(ConfiguredBy$inboundSchema).optional(),
54575
54575
  acceptedChallenges: arrayType(AcceptedChallenges$inboundSchema).optional(),
54576
- misconfigured: booleanType(),
54577
- recommendedIps: arrayType(stringType()).optional(),
54578
- recommendedCname: stringType().optional()
54576
+ misconfigured: booleanType()
54579
54577
  });
54580
54578
  GetDomainConfigResponseBody$outboundSchema = objectType({
54581
54579
  configuredBy: nullableType(ConfiguredBy$outboundSchema).optional(),
54582
54580
  acceptedChallenges: arrayType(AcceptedChallenges$outboundSchema).optional(),
54583
- misconfigured: booleanType(),
54584
- recommendedIps: arrayType(stringType()).optional(),
54585
- recommendedCname: stringType().optional()
54581
+ misconfigured: booleanType()
54586
54582
  });
54587
54583
  ((GetDomainConfigResponseBody$) => {
54588
54584
  GetDomainConfigResponseBody$.inboundSchema = GetDomainConfigResponseBody$inboundSchema;
@@ -58655,7 +58651,7 @@ Retrieve a custom environment for the project. Must not be named 'Production' or
58655
58651
  });
58656
58652
 
58657
58653
  // src/models/getv9projectsidornamecustomenvironmentsop.ts
58658
- var GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$;
58654
+ var GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$, AccountLimit$inboundSchema, AccountLimit$outboundSchema, AccountLimit$, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$;
58659
58655
  var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58660
58656
  init_lib();
58661
58657
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema = objectType({
@@ -58674,6 +58670,16 @@ var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58674
58670
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$.inboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema;
58675
58671
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$.outboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema;
58676
58672
  })(GetV9ProjectsIdOrNameCustomEnvironmentsRequest$ ||= {});
58673
+ AccountLimit$inboundSchema = objectType({
58674
+ total: numberType()
58675
+ });
58676
+ AccountLimit$outboundSchema = objectType({
58677
+ total: numberType()
58678
+ });
58679
+ ((AccountLimit$) => {
58680
+ AccountLimit$.inboundSchema = AccountLimit$inboundSchema;
58681
+ AccountLimit$.outboundSchema = AccountLimit$outboundSchema;
58682
+ })(AccountLimit$ ||= {});
58677
58683
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema = objectType({});
58678
58684
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema = objectType({});
58679
58685
  ((GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$) => {
@@ -58681,9 +58687,11 @@ var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58681
58687
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$.outboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema;
58682
58688
  })(GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$ ||= {});
58683
58689
  GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema = objectType({
58690
+ accountLimit: lazyType(() => AccountLimit$inboundSchema),
58684
58691
  environments: arrayType(lazyType(() => GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema))
58685
58692
  });
58686
58693
  GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema = objectType({
58694
+ accountLimit: lazyType(() => AccountLimit$outboundSchema),
58687
58695
  environments: arrayType(lazyType(() => GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema))
58688
58696
  });
58689
58697
  ((GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$) => {
@@ -67366,6 +67374,7 @@ var init_createprojectop = __esm(() => {
67366
67374
  observabilityConfiguration: arrayType(ACLAction$inboundSchema).optional(),
67367
67375
  observabilityNotebook: arrayType(ACLAction$inboundSchema).optional(),
67368
67376
  openTelemetryEndpoint: arrayType(ACLAction$inboundSchema).optional(),
67377
+ vercelAppInstallation: arrayType(ACLAction$inboundSchema).optional(),
67369
67378
  paymentMethod: arrayType(ACLAction$inboundSchema).optional(),
67370
67379
  permissions: arrayType(ACLAction$inboundSchema).optional(),
67371
67380
  postgres: arrayType(ACLAction$inboundSchema).optional(),
@@ -67568,6 +67577,7 @@ var init_createprojectop = __esm(() => {
67568
67577
  observabilityConfiguration: arrayType(ACLAction$outboundSchema).optional(),
67569
67578
  observabilityNotebook: arrayType(ACLAction$outboundSchema).optional(),
67570
67579
  openTelemetryEndpoint: arrayType(ACLAction$outboundSchema).optional(),
67580
+ vercelAppInstallation: arrayType(ACLAction$outboundSchema).optional(),
67571
67581
  paymentMethod: arrayType(ACLAction$outboundSchema).optional(),
67572
67582
  permissions: arrayType(ACLAction$outboundSchema).optional(),
67573
67583
  postgres: arrayType(ACLAction$outboundSchema).optional(),
@@ -76856,6 +76866,7 @@ var init_getprojectsop = __esm(() => {
76856
76866
  observabilityConfiguration: arrayType(ACLAction$inboundSchema).optional(),
76857
76867
  observabilityNotebook: arrayType(ACLAction$inboundSchema).optional(),
76858
76868
  openTelemetryEndpoint: arrayType(ACLAction$inboundSchema).optional(),
76869
+ vercelAppInstallation: arrayType(ACLAction$inboundSchema).optional(),
76859
76870
  paymentMethod: arrayType(ACLAction$inboundSchema).optional(),
76860
76871
  permissions: arrayType(ACLAction$inboundSchema).optional(),
76861
76872
  postgres: arrayType(ACLAction$inboundSchema).optional(),
@@ -77058,6 +77069,7 @@ var init_getprojectsop = __esm(() => {
77058
77069
  observabilityConfiguration: arrayType(ACLAction$outboundSchema).optional(),
77059
77070
  observabilityNotebook: arrayType(ACLAction$outboundSchema).optional(),
77060
77071
  openTelemetryEndpoint: arrayType(ACLAction$outboundSchema).optional(),
77072
+ vercelAppInstallation: arrayType(ACLAction$outboundSchema).optional(),
77061
77073
  paymentMethod: arrayType(ACLAction$outboundSchema).optional(),
77062
77074
  permissions: arrayType(ACLAction$outboundSchema).optional(),
77063
77075
  postgres: arrayType(ACLAction$outboundSchema).optional(),
@@ -78154,6 +78166,212 @@ Get a list of aliases related to the last promote request with their mapping sta
78154
78166
  };
78155
78167
  });
78156
78168
 
78169
+ // src/models/moveprojectdomainop.ts
78170
+ var MoveProjectDomainRequestBody$inboundSchema, MoveProjectDomainRequestBody$outboundSchema, MoveProjectDomainRequestBody$, MoveProjectDomainRequest$inboundSchema, MoveProjectDomainRequest$outboundSchema, MoveProjectDomainRequest$, MoveProjectDomainVerification$inboundSchema, MoveProjectDomainVerification$outboundSchema, MoveProjectDomainVerification$, MoveProjectDomainResponseBody$inboundSchema, MoveProjectDomainResponseBody$outboundSchema, MoveProjectDomainResponseBody$;
78171
+ var init_moveprojectdomainop = __esm(() => {
78172
+ init_lib();
78173
+ init_primitives();
78174
+ MoveProjectDomainRequestBody$inboundSchema = objectType({
78175
+ projectId: stringType()
78176
+ });
78177
+ MoveProjectDomainRequestBody$outboundSchema = objectType({
78178
+ projectId: stringType()
78179
+ });
78180
+ ((MoveProjectDomainRequestBody$) => {
78181
+ MoveProjectDomainRequestBody$.inboundSchema = MoveProjectDomainRequestBody$inboundSchema;
78182
+ MoveProjectDomainRequestBody$.outboundSchema = MoveProjectDomainRequestBody$outboundSchema;
78183
+ })(MoveProjectDomainRequestBody$ ||= {});
78184
+ MoveProjectDomainRequest$inboundSchema = objectType({
78185
+ idOrName: stringType(),
78186
+ domain: stringType(),
78187
+ teamId: stringType().optional(),
78188
+ slug: stringType().optional(),
78189
+ RequestBody: lazyType(() => MoveProjectDomainRequestBody$inboundSchema).optional()
78190
+ }).transform((v2) => {
78191
+ return remap(v2, {
78192
+ RequestBody: "requestBody"
78193
+ });
78194
+ });
78195
+ MoveProjectDomainRequest$outboundSchema = objectType({
78196
+ idOrName: stringType(),
78197
+ domain: stringType(),
78198
+ teamId: stringType().optional(),
78199
+ slug: stringType().optional(),
78200
+ requestBody: lazyType(() => MoveProjectDomainRequestBody$outboundSchema).optional()
78201
+ }).transform((v2) => {
78202
+ return remap(v2, {
78203
+ requestBody: "RequestBody"
78204
+ });
78205
+ });
78206
+ ((MoveProjectDomainRequest$) => {
78207
+ MoveProjectDomainRequest$.inboundSchema = MoveProjectDomainRequest$inboundSchema;
78208
+ MoveProjectDomainRequest$.outboundSchema = MoveProjectDomainRequest$outboundSchema;
78209
+ })(MoveProjectDomainRequest$ ||= {});
78210
+ MoveProjectDomainVerification$inboundSchema = objectType({
78211
+ type: stringType(),
78212
+ domain: stringType(),
78213
+ value: stringType(),
78214
+ reason: stringType()
78215
+ });
78216
+ MoveProjectDomainVerification$outboundSchema = objectType({
78217
+ type: stringType(),
78218
+ domain: stringType(),
78219
+ value: stringType(),
78220
+ reason: stringType()
78221
+ });
78222
+ ((MoveProjectDomainVerification$) => {
78223
+ MoveProjectDomainVerification$.inboundSchema = MoveProjectDomainVerification$inboundSchema;
78224
+ MoveProjectDomainVerification$.outboundSchema = MoveProjectDomainVerification$outboundSchema;
78225
+ })(MoveProjectDomainVerification$ ||= {});
78226
+ MoveProjectDomainResponseBody$inboundSchema = objectType({
78227
+ name: stringType(),
78228
+ apexName: stringType(),
78229
+ projectId: stringType(),
78230
+ redirect: nullableType(stringType()).optional(),
78231
+ redirectStatusCode: nullableType(numberType()).optional(),
78232
+ gitBranch: nullableType(stringType()).optional(),
78233
+ customEnvironmentId: nullableType(stringType()).optional(),
78234
+ updatedAt: numberType().optional(),
78235
+ createdAt: numberType().optional(),
78236
+ verified: booleanType(),
78237
+ verification: arrayType(lazyType(() => MoveProjectDomainVerification$inboundSchema)).optional()
78238
+ });
78239
+ MoveProjectDomainResponseBody$outboundSchema = objectType({
78240
+ name: stringType(),
78241
+ apexName: stringType(),
78242
+ projectId: stringType(),
78243
+ redirect: nullableType(stringType()).optional(),
78244
+ redirectStatusCode: nullableType(numberType()).optional(),
78245
+ gitBranch: nullableType(stringType()).optional(),
78246
+ customEnvironmentId: nullableType(stringType()).optional(),
78247
+ updatedAt: numberType().optional(),
78248
+ createdAt: numberType().optional(),
78249
+ verified: booleanType(),
78250
+ verification: arrayType(lazyType(() => MoveProjectDomainVerification$outboundSchema)).optional()
78251
+ });
78252
+ ((MoveProjectDomainResponseBody$) => {
78253
+ MoveProjectDomainResponseBody$.inboundSchema = MoveProjectDomainResponseBody$inboundSchema;
78254
+ MoveProjectDomainResponseBody$.outboundSchema = MoveProjectDomainResponseBody$outboundSchema;
78255
+ })(MoveProjectDomainResponseBody$ ||= {});
78256
+ });
78257
+
78258
+ // src/funcs/projectsMoveProjectDomain.ts
78259
+ function projectsMoveProjectDomain(client, request, options) {
78260
+ return new APIPromise($do123(client, request, options));
78261
+ }
78262
+ async function $do123(client, request, options) {
78263
+ const parsed = safeParse(request, (value) => MoveProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
78264
+ if (!parsed.ok) {
78265
+ return [parsed, { status: "invalid" }];
78266
+ }
78267
+ const payload = parsed.value;
78268
+ const body = encodeJSON("body", payload.RequestBody, { explode: true });
78269
+ const pathParams = {
78270
+ domain: encodeSimple("domain", payload.domain, {
78271
+ explode: false,
78272
+ charEncoding: "percent"
78273
+ }),
78274
+ idOrName: encodeSimple("idOrName", payload.idOrName, {
78275
+ explode: false,
78276
+ charEncoding: "percent"
78277
+ })
78278
+ };
78279
+ const path = pathToFunc("/v1/projects/{idOrName}/domains/{domain}/move")(pathParams);
78280
+ const query = encodeFormQuery({
78281
+ slug: payload.slug,
78282
+ teamId: payload.teamId
78283
+ });
78284
+ const headers = new Headers(compactMap({
78285
+ "Content-Type": "application/json",
78286
+ Accept: "application/json"
78287
+ }));
78288
+ const secConfig = await extractSecurity(client._options.bearerToken);
78289
+ const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
78290
+ const requestSecurity = resolveGlobalSecurity(securityInput);
78291
+ const context = {
78292
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
78293
+ operationID: "moveProjectDomain",
78294
+ oAuth2Scopes: [],
78295
+ resolvedSecurity: requestSecurity,
78296
+ securitySource: client._options.bearerToken,
78297
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
78298
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
78299
+ };
78300
+ const requestRes = client._createRequest(context, {
78301
+ security: requestSecurity,
78302
+ method: "POST",
78303
+ baseURL: options?.serverURL,
78304
+ path,
78305
+ headers,
78306
+ query,
78307
+ body,
78308
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
78309
+ }, options);
78310
+ if (!requestRes.ok) {
78311
+ return [requestRes, { status: "invalid" }];
78312
+ }
78313
+ const req = requestRes.value;
78314
+ const doResult = await client._do(req, {
78315
+ context,
78316
+ errorCodes: ["400", "401", "403", "409", "4XX", "5XX"],
78317
+ retryConfig: context.retryConfig,
78318
+ retryCodes: context.retryCodes
78319
+ });
78320
+ if (!doResult.ok) {
78321
+ return [doResult, { status: "request-error", request: req }];
78322
+ }
78323
+ const response = doResult.value;
78324
+ const responseFields = {
78325
+ HttpMeta: { Response: response, Request: req }
78326
+ };
78327
+ const [result] = await match(json(200, MoveProjectDomainResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), fail([403, 409, "4XX"]), fail("5XX"))(response, { extraFields: responseFields });
78328
+ if (!result.ok) {
78329
+ return [result, { status: "complete", request: req, response }];
78330
+ }
78331
+ return [result, { status: "complete", request: req, response }];
78332
+ }
78333
+ var init_projectsMoveProjectDomain = __esm(() => {
78334
+ init_encodings();
78335
+ init_matchers();
78336
+ init_primitives();
78337
+ init_schemas();
78338
+ init_security();
78339
+ init_url();
78340
+ init_moveprojectdomainop();
78341
+ init_vercelbadrequesterror();
78342
+ init_vercelforbiddenerror();
78343
+ init_async();
78344
+ });
78345
+
78346
+ // src/mcp-server/tools/projectsMoveProjectDomain.ts
78347
+ var args122, tool$projectsMoveProjectDomain;
78348
+ var init_projectsMoveProjectDomain2 = __esm(() => {
78349
+ init_projectsMoveProjectDomain();
78350
+ init_moveprojectdomainop();
78351
+ init_tools();
78352
+ args122 = {
78353
+ request: MoveProjectDomainRequest$inboundSchema
78354
+ };
78355
+ tool$projectsMoveProjectDomain = {
78356
+ name: "projects-move-project-domain",
78357
+ description: `Update a project domain
78358
+
78359
+ Move one project's domain to another project. Also allows the move of all redirects pointed to that domain in the same project.`,
78360
+ args: args122,
78361
+ tool: async (client, args123, ctx) => {
78362
+ const [result, apiCall] = await projectsMoveProjectDomain(client, args123.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78363
+ if (!result.ok) {
78364
+ return {
78365
+ content: [{ type: "text", text: result.error.message }],
78366
+ isError: true
78367
+ };
78368
+ }
78369
+ const value = result.value;
78370
+ return formatResult(value, apiCall);
78371
+ }
78372
+ };
78373
+ });
78374
+
78157
78375
  // src/models/pauseprojectop.ts
78158
78376
  var PauseProjectRequest$inboundSchema, PauseProjectRequest$outboundSchema, PauseProjectRequest$;
78159
78377
  var init_pauseprojectop = __esm(() => {
@@ -78176,9 +78394,9 @@ var init_pauseprojectop = __esm(() => {
78176
78394
 
78177
78395
  // src/funcs/projectsPauseProject.ts
78178
78396
  function projectsPauseProject(client, request, options) {
78179
- return new APIPromise($do123(client, request, options));
78397
+ return new APIPromise($do124(client, request, options));
78180
78398
  }
78181
- async function $do123(client, request, options) {
78399
+ async function $do124(client, request, options) {
78182
78400
  const parsed = safeParse(request, (value) => PauseProjectRequest$outboundSchema.parse(value), "Input validation failed");
78183
78401
  if (!parsed.ok) {
78184
78402
  return [parsed, { status: "invalid" }];
@@ -78259,12 +78477,12 @@ var init_projectsPauseProject = __esm(() => {
78259
78477
  });
78260
78478
 
78261
78479
  // src/mcp-server/tools/projectsPauseProject.ts
78262
- var args122, tool$projectsPauseProject;
78480
+ var args123, tool$projectsPauseProject;
78263
78481
  var init_projectsPauseProject2 = __esm(() => {
78264
78482
  init_projectsPauseProject();
78265
78483
  init_pauseprojectop();
78266
78484
  init_tools();
78267
- args122 = {
78485
+ args123 = {
78268
78486
  request: PauseProjectRequest$inboundSchema
78269
78487
  };
78270
78488
  tool$projectsPauseProject = {
@@ -78272,9 +78490,9 @@ var init_projectsPauseProject2 = __esm(() => {
78272
78490
  description: `Pause a project
78273
78491
 
78274
78492
  Pause a project by passing its project \`id\` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project disables auto assigning custom production domains and blocks the active Production Deployment then the request will return with 200 status code.`,
78275
- args: args122,
78276
- tool: async (client, args123, ctx) => {
78277
- const [result, apiCall] = await projectsPauseProject(client, args123.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78493
+ args: args123,
78494
+ tool: async (client, args124, ctx) => {
78495
+ const [result, apiCall] = await projectsPauseProject(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78278
78496
  if (!result.ok) {
78279
78497
  return {
78280
78498
  content: [{ type: "text", text: result.error.message }],
@@ -78316,9 +78534,9 @@ var init_removeprojectdomainop = __esm(() => {
78316
78534
 
78317
78535
  // src/funcs/projectsRemoveProjectDomain.ts
78318
78536
  function projectsRemoveProjectDomain(client, request, options) {
78319
- return new APIPromise($do124(client, request, options));
78537
+ return new APIPromise($do125(client, request, options));
78320
78538
  }
78321
- async function $do124(client, request, options) {
78539
+ async function $do125(client, request, options) {
78322
78540
  const parsed = safeParse(request, (value) => RemoveProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
78323
78541
  if (!parsed.ok) {
78324
78542
  return [parsed, { status: "invalid" }];
@@ -78403,12 +78621,12 @@ var init_projectsRemoveProjectDomain = __esm(() => {
78403
78621
  });
78404
78622
 
78405
78623
  // src/mcp-server/tools/projectsRemoveProjectDomain.ts
78406
- var args123, tool$projectsRemoveProjectDomain;
78624
+ var args124, tool$projectsRemoveProjectDomain;
78407
78625
  var init_projectsRemoveProjectDomain2 = __esm(() => {
78408
78626
  init_projectsRemoveProjectDomain();
78409
78627
  init_removeprojectdomainop();
78410
78628
  init_tools();
78411
- args123 = {
78629
+ args124 = {
78412
78630
  request: RemoveProjectDomainRequest$inboundSchema
78413
78631
  };
78414
78632
  tool$projectsRemoveProjectDomain = {
@@ -78416,9 +78634,9 @@ var init_projectsRemoveProjectDomain2 = __esm(() => {
78416
78634
  description: `Remove a domain from a project
78417
78635
 
78418
78636
  Remove a domain from a project by passing the domain name and by specifying the project by either passing the project \`id\` or \`name\` in the URL.`,
78419
- args: args123,
78420
- tool: async (client, args124, ctx) => {
78421
- const [result, apiCall] = await projectsRemoveProjectDomain(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78637
+ args: args124,
78638
+ tool: async (client, args125, ctx) => {
78639
+ const [result, apiCall] = await projectsRemoveProjectDomain(client, args125.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
78422
78640
  if (!result.ok) {
78423
78641
  return {
78424
78642
  content: [{ type: "text", text: result.error.message }],
@@ -80012,9 +80230,9 @@ var init_removeprojectenvop = __esm(() => {
80012
80230
 
80013
80231
  // src/funcs/projectsRemoveProjectEnv.ts
80014
80232
  function projectsRemoveProjectEnv(client, request, options) {
80015
- return new APIPromise($do125(client, request, options));
80233
+ return new APIPromise($do126(client, request, options));
80016
80234
  }
80017
- async function $do125(client, request, options) {
80235
+ async function $do126(client, request, options) {
80018
80236
  const parsed = safeParse(request, (value) => RemoveProjectEnvRequest$outboundSchema.parse(value), "Input validation failed");
80019
80237
  if (!parsed.ok) {
80020
80238
  return [parsed, { status: "invalid" }];
@@ -80100,12 +80318,12 @@ var init_projectsRemoveProjectEnv = __esm(() => {
80100
80318
  });
80101
80319
 
80102
80320
  // src/mcp-server/tools/projectsRemoveProjectEnv.ts
80103
- var args124, tool$projectsRemoveProjectEnv;
80321
+ var args125, tool$projectsRemoveProjectEnv;
80104
80322
  var init_projectsRemoveProjectEnv2 = __esm(() => {
80105
80323
  init_projectsRemoveProjectEnv();
80106
80324
  init_removeprojectenvop();
80107
80325
  init_tools();
80108
- args124 = {
80326
+ args125 = {
80109
80327
  request: RemoveProjectEnvRequest$inboundSchema
80110
80328
  };
80111
80329
  tool$projectsRemoveProjectEnv = {
@@ -80113,9 +80331,9 @@ var init_projectsRemoveProjectEnv2 = __esm(() => {
80113
80331
  description: `Remove an environment variable
80114
80332
 
80115
80333
  Delete a specific environment variable for a given project by passing the environment variable identifier and either passing the project \`id\` or \`name\` in the URL.`,
80116
- args: args124,
80117
- tool: async (client, args125, ctx) => {
80118
- const [result, apiCall] = await projectsRemoveProjectEnv(client, args125.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80334
+ args: args125,
80335
+ tool: async (client, args126, ctx) => {
80336
+ const [result, apiCall] = await projectsRemoveProjectEnv(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80119
80337
  if (!result.ok) {
80120
80338
  return {
80121
80339
  content: [{ type: "text", text: result.error.message }],
@@ -80152,9 +80370,9 @@ var init_requestpromoteop = __esm(() => {
80152
80370
 
80153
80371
  // src/funcs/projectsRequestPromote.ts
80154
80372
  function projectsRequestPromote(client, request, options) {
80155
- return new APIPromise($do126(client, request, options));
80373
+ return new APIPromise($do127(client, request, options));
80156
80374
  }
80157
- async function $do126(client, request, options) {
80375
+ async function $do127(client, request, options) {
80158
80376
  const parsed = safeParse(request, (value) => RequestPromoteRequest$outboundSchema.parse(value), "Input validation failed");
80159
80377
  if (!parsed.ok) {
80160
80378
  return [parsed, { status: "invalid" }];
@@ -80239,12 +80457,12 @@ var init_projectsRequestPromote = __esm(() => {
80239
80457
  });
80240
80458
 
80241
80459
  // src/mcp-server/tools/projectsRequestPromote.ts
80242
- var args125, tool$projectsRequestPromote;
80460
+ var args126, tool$projectsRequestPromote;
80243
80461
  var init_projectsRequestPromote2 = __esm(() => {
80244
80462
  init_projectsRequestPromote();
80245
80463
  init_requestpromoteop();
80246
80464
  init_tools();
80247
- args125 = {
80465
+ args126 = {
80248
80466
  request: RequestPromoteRequest$inboundSchema
80249
80467
  };
80250
80468
  tool$projectsRequestPromote = {
@@ -80252,9 +80470,9 @@ var init_projectsRequestPromote2 = __esm(() => {
80252
80470
  description: `Points all production domains for a project to the given deploy
80253
80471
 
80254
80472
  Allows users to promote a deployment to production. Note: This does NOT rebuild the deployment. If you need that, then call create-deployments endpoint.`,
80255
- args: args125,
80256
- tool: async (client, args126, ctx) => {
80257
- const [result, apiCall] = await projectsRequestPromote(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80473
+ args: args126,
80474
+ tool: async (client, args127, ctx) => {
80475
+ const [result, apiCall] = await projectsRequestPromote(client, args127.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80258
80476
  if (!result.ok) {
80259
80477
  return {
80260
80478
  content: [{ type: "text", text: result.error.message }],
@@ -80288,9 +80506,9 @@ var init_unpauseprojectop = __esm(() => {
80288
80506
 
80289
80507
  // src/funcs/projectsUnpauseProject.ts
80290
80508
  function projectsUnpauseProject(client, request, options) {
80291
- return new APIPromise($do127(client, request, options));
80509
+ return new APIPromise($do128(client, request, options));
80292
80510
  }
80293
- async function $do127(client, request, options) {
80511
+ async function $do128(client, request, options) {
80294
80512
  const parsed = safeParse(request, (value) => UnpauseProjectRequest$outboundSchema.parse(value), "Input validation failed");
80295
80513
  if (!parsed.ok) {
80296
80514
  return [parsed, { status: "invalid" }];
@@ -80371,12 +80589,12 @@ var init_projectsUnpauseProject = __esm(() => {
80371
80589
  });
80372
80590
 
80373
80591
  // src/mcp-server/tools/projectsUnpauseProject.ts
80374
- var args126, tool$projectsUnpauseProject;
80592
+ var args127, tool$projectsUnpauseProject;
80375
80593
  var init_projectsUnpauseProject2 = __esm(() => {
80376
80594
  init_projectsUnpauseProject();
80377
80595
  init_unpauseprojectop();
80378
80596
  init_tools();
80379
- args126 = {
80597
+ args127 = {
80380
80598
  request: UnpauseProjectRequest$inboundSchema
80381
80599
  };
80382
80600
  tool$projectsUnpauseProject = {
@@ -80384,9 +80602,9 @@ var init_projectsUnpauseProject2 = __esm(() => {
80384
80602
  description: `Unpause a project
80385
80603
 
80386
80604
  Unpause a project by passing its project \`id\` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project enables auto assigning custom production domains and unblocks the active Production Deployment then the request will return with 200 status code.`,
80387
- args: args126,
80388
- tool: async (client, args127, ctx) => {
80389
- const [result, apiCall] = await projectsUnpauseProject(client, args127.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80605
+ args: args127,
80606
+ tool: async (client, args128, ctx) => {
80607
+ const [result, apiCall] = await projectsUnpauseProject(client, args128.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80390
80608
  if (!result.ok) {
80391
80609
  return {
80392
80610
  content: [{ type: "text", text: result.error.message }],
@@ -82535,6 +82753,7 @@ var init_updateprojectop = __esm(() => {
82535
82753
  observabilityConfiguration: arrayType(ACLAction$inboundSchema).optional(),
82536
82754
  observabilityNotebook: arrayType(ACLAction$inboundSchema).optional(),
82537
82755
  openTelemetryEndpoint: arrayType(ACLAction$inboundSchema).optional(),
82756
+ vercelAppInstallation: arrayType(ACLAction$inboundSchema).optional(),
82538
82757
  paymentMethod: arrayType(ACLAction$inboundSchema).optional(),
82539
82758
  permissions: arrayType(ACLAction$inboundSchema).optional(),
82540
82759
  postgres: arrayType(ACLAction$inboundSchema).optional(),
@@ -82737,6 +82956,7 @@ var init_updateprojectop = __esm(() => {
82737
82956
  observabilityConfiguration: arrayType(ACLAction$outboundSchema).optional(),
82738
82957
  observabilityNotebook: arrayType(ACLAction$outboundSchema).optional(),
82739
82958
  openTelemetryEndpoint: arrayType(ACLAction$outboundSchema).optional(),
82959
+ vercelAppInstallation: arrayType(ACLAction$outboundSchema).optional(),
82740
82960
  paymentMethod: arrayType(ACLAction$outboundSchema).optional(),
82741
82961
  permissions: arrayType(ACLAction$outboundSchema).optional(),
82742
82962
  postgres: arrayType(ACLAction$outboundSchema).optional(),
@@ -83516,9 +83736,9 @@ var init_updateprojectop = __esm(() => {
83516
83736
 
83517
83737
  // src/funcs/projectsUpdateProject.ts
83518
83738
  function projectsUpdateProject(client, request, options) {
83519
- return new APIPromise($do128(client, request, options));
83739
+ return new APIPromise($do129(client, request, options));
83520
83740
  }
83521
- async function $do128(client, request, options) {
83741
+ async function $do129(client, request, options) {
83522
83742
  const parsed = safeParse(request, (value) => UpdateProjectRequest$outboundSchema.parse(value), "Input validation failed");
83523
83743
  if (!parsed.ok) {
83524
83744
  return [parsed, { status: "invalid" }];
@@ -83600,12 +83820,12 @@ var init_projectsUpdateProject = __esm(() => {
83600
83820
  });
83601
83821
 
83602
83822
  // src/mcp-server/tools/projectsUpdateProject.ts
83603
- var args127, tool$projectsUpdateProject;
83823
+ var args128, tool$projectsUpdateProject;
83604
83824
  var init_projectsUpdateProject2 = __esm(() => {
83605
83825
  init_projectsUpdateProject();
83606
83826
  init_updateprojectop();
83607
83827
  init_tools();
83608
- args127 = {
83828
+ args128 = {
83609
83829
  request: UpdateProjectRequest$inboundSchema
83610
83830
  };
83611
83831
  tool$projectsUpdateProject = {
@@ -83613,9 +83833,9 @@ var init_projectsUpdateProject2 = __esm(() => {
83613
83833
  description: `Update an existing project
83614
83834
 
83615
83835
  Update the fields of a project using either its \`name\` or \`id\`.`,
83616
- args: args127,
83617
- tool: async (client, args128, ctx) => {
83618
- const [result, apiCall] = await projectsUpdateProject(client, args128.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83836
+ args: args128,
83837
+ tool: async (client, args129, ctx) => {
83838
+ const [result, apiCall] = await projectsUpdateProject(client, args129.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
83619
83839
  if (!result.ok) {
83620
83840
  return {
83621
83841
  content: [{ type: "text", text: result.error.message }],
@@ -85523,6 +85743,7 @@ var init_updateprojectdatacacheop = __esm(() => {
85523
85743
  observabilityConfiguration: arrayType(ACLAction$inboundSchema).optional(),
85524
85744
  observabilityNotebook: arrayType(ACLAction$inboundSchema).optional(),
85525
85745
  openTelemetryEndpoint: arrayType(ACLAction$inboundSchema).optional(),
85746
+ vercelAppInstallation: arrayType(ACLAction$inboundSchema).optional(),
85526
85747
  paymentMethod: arrayType(ACLAction$inboundSchema).optional(),
85527
85748
  permissions: arrayType(ACLAction$inboundSchema).optional(),
85528
85749
  postgres: arrayType(ACLAction$inboundSchema).optional(),
@@ -85725,6 +85946,7 @@ var init_updateprojectdatacacheop = __esm(() => {
85725
85946
  observabilityConfiguration: arrayType(ACLAction$outboundSchema).optional(),
85726
85947
  observabilityNotebook: arrayType(ACLAction$outboundSchema).optional(),
85727
85948
  openTelemetryEndpoint: arrayType(ACLAction$outboundSchema).optional(),
85949
+ vercelAppInstallation: arrayType(ACLAction$outboundSchema).optional(),
85728
85950
  paymentMethod: arrayType(ACLAction$outboundSchema).optional(),
85729
85951
  permissions: arrayType(ACLAction$outboundSchema).optional(),
85730
85952
  postgres: arrayType(ACLAction$outboundSchema).optional(),
@@ -86516,9 +86738,9 @@ var init_updateprojectdatacacheop = __esm(() => {
86516
86738
 
86517
86739
  // src/funcs/projectsUpdateProjectDataCache.ts
86518
86740
  function projectsUpdateProjectDataCache(client, request, options) {
86519
- return new APIPromise($do129(client, request, options));
86741
+ return new APIPromise($do130(client, request, options));
86520
86742
  }
86521
- async function $do129(client, request, options) {
86743
+ async function $do130(client, request, options) {
86522
86744
  const parsed = safeParse(request, (value) => UpdateProjectDataCacheRequest$outboundSchema.parse(value), "Input validation failed");
86523
86745
  if (!parsed.ok) {
86524
86746
  return [parsed, { status: "invalid" }];
@@ -86600,12 +86822,12 @@ var init_projectsUpdateProjectDataCache = __esm(() => {
86600
86822
  });
86601
86823
 
86602
86824
  // src/mcp-server/tools/projectsUpdateProjectDataCache.ts
86603
- var args128, tool$projectsUpdateProjectDataCache;
86825
+ var args129, tool$projectsUpdateProjectDataCache;
86604
86826
  var init_projectsUpdateProjectDataCache2 = __esm(() => {
86605
86827
  init_projectsUpdateProjectDataCache();
86606
86828
  init_updateprojectdatacacheop();
86607
86829
  init_tools();
86608
- args128 = {
86830
+ args129 = {
86609
86831
  request: UpdateProjectDataCacheRequest$inboundSchema
86610
86832
  };
86611
86833
  tool$projectsUpdateProjectDataCache = {
@@ -86613,9 +86835,9 @@ var init_projectsUpdateProjectDataCache2 = __esm(() => {
86613
86835
  description: `Update the data cache feature
86614
86836
 
86615
86837
  Update the data cache feature on a project.`,
86616
- args: args128,
86617
- tool: async (client, args129, ctx) => {
86618
- const [result, apiCall] = await projectsUpdateProjectDataCache(client, args129.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
86838
+ args: args129,
86839
+ tool: async (client, args130, ctx) => {
86840
+ const [result, apiCall] = await projectsUpdateProjectDataCache(client, args130.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
86619
86841
  if (!result.ok) {
86620
86842
  return {
86621
86843
  content: [{ type: "text", text: result.error.message }],
@@ -86735,9 +86957,9 @@ var init_updateprojectdomainop = __esm(() => {
86735
86957
 
86736
86958
  // src/funcs/projectsUpdateProjectDomain.ts
86737
86959
  function projectsUpdateProjectDomain(client, request, options) {
86738
- return new APIPromise($do130(client, request, options));
86960
+ return new APIPromise($do131(client, request, options));
86739
86961
  }
86740
- async function $do130(client, request, options) {
86962
+ async function $do131(client, request, options) {
86741
86963
  const parsed = safeParse(request, (value) => UpdateProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
86742
86964
  if (!parsed.ok) {
86743
86965
  return [parsed, { status: "invalid" }];
@@ -86822,12 +87044,12 @@ var init_projectsUpdateProjectDomain = __esm(() => {
86822
87044
  });
86823
87045
 
86824
87046
  // src/mcp-server/tools/projectsUpdateProjectDomain.ts
86825
- var args129, tool$projectsUpdateProjectDomain;
87047
+ var args130, tool$projectsUpdateProjectDomain;
86826
87048
  var init_projectsUpdateProjectDomain2 = __esm(() => {
86827
87049
  init_projectsUpdateProjectDomain();
86828
87050
  init_updateprojectdomainop();
86829
87051
  init_tools();
86830
- args129 = {
87052
+ args130 = {
86831
87053
  request: UpdateProjectDomainRequest$inboundSchema
86832
87054
  };
86833
87055
  tool$projectsUpdateProjectDomain = {
@@ -86835,9 +87057,9 @@ var init_projectsUpdateProjectDomain2 = __esm(() => {
86835
87057
  description: `Update a project domain
86836
87058
 
86837
87059
  Update a project domain's configuration, including the name, git branch and redirect of the domain.`,
86838
- args: args129,
86839
- tool: async (client, args130, ctx) => {
86840
- const [result, apiCall] = await projectsUpdateProjectDomain(client, args130.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87060
+ args: args130,
87061
+ tool: async (client, args131, ctx) => {
87062
+ const [result, apiCall] = await projectsUpdateProjectDomain(client, args131.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
86841
87063
  if (!result.ok) {
86842
87064
  return {
86843
87065
  content: [{ type: "text", text: result.error.message }],
@@ -86950,9 +87172,9 @@ var init_updateprojectprotectionbypassop = __esm(() => {
86950
87172
 
86951
87173
  // src/funcs/projectsUpdateProjectProtectionBypass.ts
86952
87174
  function projectsUpdateProjectProtectionBypass(client, request, options) {
86953
- return new APIPromise($do131(client, request, options));
87175
+ return new APIPromise($do132(client, request, options));
86954
87176
  }
86955
- async function $do131(client, request, options) {
87177
+ async function $do132(client, request, options) {
86956
87178
  const parsed = safeParse(request, (value) => UpdateProjectProtectionBypassRequest$outboundSchema.parse(value), "Input validation failed");
86957
87179
  if (!parsed.ok) {
86958
87180
  return [parsed, { status: "invalid" }];
@@ -87034,12 +87256,12 @@ var init_projectsUpdateProjectProtectionBypass = __esm(() => {
87034
87256
  });
87035
87257
 
87036
87258
  // src/mcp-server/tools/projectsUpdateProjectProtectionBypass.ts
87037
- var args130, tool$projectsUpdateProjectProtectionBypass;
87259
+ var args131, tool$projectsUpdateProjectProtectionBypass;
87038
87260
  var init_projectsUpdateProjectProtectionBypass2 = __esm(() => {
87039
87261
  init_projectsUpdateProjectProtectionBypass();
87040
87262
  init_updateprojectprotectionbypassop();
87041
87263
  init_tools();
87042
- args130 = {
87264
+ args131 = {
87043
87265
  request: UpdateProjectProtectionBypassRequest$inboundSchema
87044
87266
  };
87045
87267
  tool$projectsUpdateProjectProtectionBypass = {
@@ -87047,9 +87269,9 @@ var init_projectsUpdateProjectProtectionBypass2 = __esm(() => {
87047
87269
  description: `Update Protection Bypass for Automation
87048
87270
 
87049
87271
  Update the deployment protection automation bypass for a project`,
87050
- args: args130,
87051
- tool: async (client, args131, ctx) => {
87052
- const [result, apiCall] = await projectsUpdateProjectProtectionBypass(client, args131.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87272
+ args: args131,
87273
+ tool: async (client, args132, ctx) => {
87274
+ const [result, apiCall] = await projectsUpdateProjectProtectionBypass(client, args132.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87053
87275
  if (!result.ok) {
87054
87276
  return {
87055
87277
  content: [{ type: "text", text: result.error.message }],
@@ -87114,9 +87336,9 @@ var init_verifyprojectdomainop = __esm(() => {
87114
87336
 
87115
87337
  // src/funcs/projectsVerifyProjectDomain.ts
87116
87338
  function projectsVerifyProjectDomain(client, request, options) {
87117
- return new APIPromise($do132(client, request, options));
87339
+ return new APIPromise($do133(client, request, options));
87118
87340
  }
87119
- async function $do132(client, request, options) {
87341
+ async function $do133(client, request, options) {
87120
87342
  const parsed = safeParse(request, (value) => VerifyProjectDomainRequest$outboundSchema.parse(value), "Input validation failed");
87121
87343
  if (!parsed.ok) {
87122
87344
  return [parsed, { status: "invalid" }];
@@ -87200,12 +87422,12 @@ var init_projectsVerifyProjectDomain = __esm(() => {
87200
87422
  });
87201
87423
 
87202
87424
  // src/mcp-server/tools/projectsVerifyProjectDomain.ts
87203
- var args131, tool$projectsVerifyProjectDomain;
87425
+ var args132, tool$projectsVerifyProjectDomain;
87204
87426
  var init_projectsVerifyProjectDomain2 = __esm(() => {
87205
87427
  init_projectsVerifyProjectDomain();
87206
87428
  init_verifyprojectdomainop();
87207
87429
  init_tools();
87208
- args131 = {
87430
+ args132 = {
87209
87431
  request: VerifyProjectDomainRequest$inboundSchema
87210
87432
  };
87211
87433
  tool$projectsVerifyProjectDomain = {
@@ -87213,9 +87435,9 @@ var init_projectsVerifyProjectDomain2 = __esm(() => {
87213
87435
  description: `Verify project domain
87214
87436
 
87215
87437
  Attempts to verify a project domain with \`verified = false\` by checking the correctness of the project domain's \`verification\` challenge.`,
87216
- args: args131,
87217
- tool: async (client, args132, ctx) => {
87218
- const [result, apiCall] = await projectsVerifyProjectDomain(client, args132.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87438
+ args: args132,
87439
+ tool: async (client, args133, ctx) => {
87440
+ const [result, apiCall] = await projectsVerifyProjectDomain(client, args133.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87219
87441
  if (!result.ok) {
87220
87442
  return {
87221
87443
  content: [{ type: "text", text: result.error.message }],
@@ -87479,9 +87701,9 @@ var init_addbypassipop = __esm(() => {
87479
87701
 
87480
87702
  // src/funcs/securityAddBypassIp.ts
87481
87703
  function securityAddBypassIp(client, request, options) {
87482
- return new APIPromise($do133(client, request, options));
87704
+ return new APIPromise($do134(client, request, options));
87483
87705
  }
87484
- async function $do133(client, request, options) {
87706
+ async function $do134(client, request, options) {
87485
87707
  const parsed = safeParse(request, (value) => AddBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
87486
87708
  if (!parsed.ok) {
87487
87709
  return [parsed, { status: "invalid" }];
@@ -87558,12 +87780,12 @@ var init_securityAddBypassIp = __esm(() => {
87558
87780
  });
87559
87781
 
87560
87782
  // src/mcp-server/tools/securityAddBypassIp.ts
87561
- var args132, tool$securityAddBypassIp;
87783
+ var args133, tool$securityAddBypassIp;
87562
87784
  var init_securityAddBypassIp2 = __esm(() => {
87563
87785
  init_securityAddBypassIp();
87564
87786
  init_addbypassipop();
87565
87787
  init_tools();
87566
- args132 = {
87788
+ args133 = {
87567
87789
  request: AddBypassIpRequest$inboundSchema
87568
87790
  };
87569
87791
  tool$securityAddBypassIp = {
@@ -87571,9 +87793,9 @@ var init_securityAddBypassIp2 = __esm(() => {
87571
87793
  description: `Create System Bypass Rule
87572
87794
 
87573
87795
  Create new system bypass rules`,
87574
- args: args132,
87575
- tool: async (client, args133, ctx) => {
87576
- const [result, apiCall] = await securityAddBypassIp(client, args133.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87796
+ args: args133,
87797
+ tool: async (client, args134, ctx) => {
87798
+ const [result, apiCall] = await securityAddBypassIp(client, args134.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87577
87799
  if (!result.ok) {
87578
87800
  return {
87579
87801
  content: [{ type: "text", text: result.error.message }],
@@ -87715,9 +87937,9 @@ var init_getactiveattackstatusop = __esm(() => {
87715
87937
 
87716
87938
  // src/funcs/securityGetActiveAttackStatus.ts
87717
87939
  function securityGetActiveAttackStatus(client, request, options) {
87718
- return new APIPromise($do134(client, request, options));
87940
+ return new APIPromise($do135(client, request, options));
87719
87941
  }
87720
- async function $do134(client, request, options) {
87942
+ async function $do135(client, request, options) {
87721
87943
  const parsed = safeParse(request, (value) => GetActiveAttackStatusRequest$outboundSchema.parse(value), "Input validation failed");
87722
87944
  if (!parsed.ok) {
87723
87945
  return [parsed, { status: "invalid" }];
@@ -87793,12 +88015,12 @@ var init_securityGetActiveAttackStatus = __esm(() => {
87793
88015
  });
87794
88016
 
87795
88017
  // src/mcp-server/tools/securityGetActiveAttackStatus.ts
87796
- var args133, tool$securityGetActiveAttackStatus;
88018
+ var args134, tool$securityGetActiveAttackStatus;
87797
88019
  var init_securityGetActiveAttackStatus2 = __esm(() => {
87798
88020
  init_securityGetActiveAttackStatus();
87799
88021
  init_getactiveattackstatusop();
87800
88022
  init_tools();
87801
- args133 = {
88023
+ args134 = {
87802
88024
  request: GetActiveAttackStatusRequest$inboundSchema
87803
88025
  };
87804
88026
  tool$securityGetActiveAttackStatus = {
@@ -87806,9 +88028,9 @@ var init_securityGetActiveAttackStatus2 = __esm(() => {
87806
88028
  description: `Read active attack data
87807
88029
 
87808
88030
  Retrieve active attack data within the last 24h window`,
87809
- args: args133,
87810
- tool: async (client, args134, ctx) => {
87811
- const [result, apiCall] = await securityGetActiveAttackStatus(client, args134.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
88031
+ args: args134,
88032
+ tool: async (client, args135, ctx) => {
88033
+ const [result, apiCall] = await securityGetActiveAttackStatus(client, args135.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
87812
88034
  if (!result.ok) {
87813
88035
  return {
87814
88036
  content: [{ type: "text", text: result.error.message }],
@@ -88072,9 +88294,9 @@ var init_getbypassipop = __esm(() => {
88072
88294
 
88073
88295
  // src/funcs/securityGetBypassIp.ts
88074
88296
  function securityGetBypassIp(client, request, options) {
88075
- return new APIPromise($do135(client, request, options));
88297
+ return new APIPromise($do136(client, request, options));
88076
88298
  }
88077
- async function $do135(client, request, options) {
88299
+ async function $do136(client, request, options) {
88078
88300
  const parsed = safeParse(request, (value) => GetBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
88079
88301
  if (!parsed.ok) {
88080
88302
  return [parsed, { status: "invalid" }];
@@ -88155,12 +88377,12 @@ var init_securityGetBypassIp = __esm(() => {
88155
88377
  });
88156
88378
 
88157
88379
  // src/mcp-server/tools/securityGetBypassIp.ts
88158
- var args134, tool$securityGetBypassIp;
88380
+ var args135, tool$securityGetBypassIp;
88159
88381
  var init_securityGetBypassIp2 = __esm(() => {
88160
88382
  init_securityGetBypassIp();
88161
88383
  init_getbypassipop();
88162
88384
  init_tools();
88163
- args134 = {
88385
+ args135 = {
88164
88386
  request: GetBypassIpRequest$inboundSchema
88165
88387
  };
88166
88388
  tool$securityGetBypassIp = {
@@ -88168,9 +88390,9 @@ var init_securityGetBypassIp2 = __esm(() => {
88168
88390
  description: `Read System Bypass
88169
88391
 
88170
88392
  Retrieve the system bypass rules configured for the specified project`,
88171
- args: args134,
88172
- tool: async (client, args135, ctx) => {
88173
- const [result, apiCall] = await securityGetBypassIp(client, args135.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
88393
+ args: args135,
88394
+ tool: async (client, args136, ctx) => {
88395
+ const [result, apiCall] = await securityGetBypassIp(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
88174
88396
  if (!result.ok) {
88175
88397
  return {
88176
88398
  content: [{ type: "text", text: result.error.message }],
@@ -88774,9 +88996,9 @@ var init_getfirewallconfigop = __esm(() => {
88774
88996
 
88775
88997
  // src/funcs/securityGetFirewallConfig.ts
88776
88998
  function securityGetFirewallConfig(client, request, options) {
88777
- return new APIPromise($do136(client, request, options));
88999
+ return new APIPromise($do137(client, request, options));
88778
89000
  }
88779
- async function $do136(client, request, options) {
89001
+ async function $do137(client, request, options) {
88780
89002
  const parsed = safeParse(request, (value) => GetFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
88781
89003
  if (!parsed.ok) {
88782
89004
  return [parsed, { status: "invalid" }];
@@ -88858,12 +89080,12 @@ var init_securityGetFirewallConfig = __esm(() => {
88858
89080
  });
88859
89081
 
88860
89082
  // src/mcp-server/tools/securityGetFirewallConfig.ts
88861
- var args135, tool$securityGetFirewallConfig;
89083
+ var args136, tool$securityGetFirewallConfig;
88862
89084
  var init_securityGetFirewallConfig2 = __esm(() => {
88863
89085
  init_securityGetFirewallConfig();
88864
89086
  init_getfirewallconfigop();
88865
89087
  init_tools();
88866
- args135 = {
89088
+ args136 = {
88867
89089
  request: GetFirewallConfigRequest$inboundSchema
88868
89090
  };
88869
89091
  tool$securityGetFirewallConfig = {
@@ -88871,9 +89093,9 @@ var init_securityGetFirewallConfig2 = __esm(() => {
88871
89093
  description: `Read Firewall Configuration
88872
89094
 
88873
89095
  Retrieve the specified firewall configuration for a project. The deployed configVersion will be \`active\``,
88874
- args: args135,
88875
- tool: async (client, args136, ctx) => {
88876
- const [result, apiCall] = await securityGetFirewallConfig(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
89096
+ args: args136,
89097
+ tool: async (client, args137, ctx) => {
89098
+ const [result, apiCall] = await securityGetFirewallConfig(client, args137.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
88877
89099
  if (!result.ok) {
88878
89100
  return {
88879
89101
  content: [{ type: "text", text: result.error.message }],
@@ -90088,9 +90310,9 @@ var init_putfirewallconfigop = __esm(() => {
90088
90310
 
90089
90311
  // src/funcs/securityPutFirewallConfig.ts
90090
90312
  function securityPutFirewallConfig(client, request, options) {
90091
- return new APIPromise($do137(client, request, options));
90313
+ return new APIPromise($do138(client, request, options));
90092
90314
  }
90093
- async function $do137(client, request, options) {
90315
+ async function $do138(client, request, options) {
90094
90316
  const parsed = safeParse(request, (value) => PutFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
90095
90317
  if (!parsed.ok) {
90096
90318
  return [parsed, { status: "invalid" }];
@@ -90167,12 +90389,12 @@ var init_securityPutFirewallConfig = __esm(() => {
90167
90389
  });
90168
90390
 
90169
90391
  // src/mcp-server/tools/securityPutFirewallConfig.ts
90170
- var args136, tool$securityPutFirewallConfig;
90392
+ var args137, tool$securityPutFirewallConfig;
90171
90393
  var init_securityPutFirewallConfig2 = __esm(() => {
90172
90394
  init_securityPutFirewallConfig();
90173
90395
  init_putfirewallconfigop();
90174
90396
  init_tools();
90175
- args136 = {
90397
+ args137 = {
90176
90398
  request: PutFirewallConfigRequest$inboundSchema
90177
90399
  };
90178
90400
  tool$securityPutFirewallConfig = {
@@ -90180,9 +90402,9 @@ var init_securityPutFirewallConfig2 = __esm(() => {
90180
90402
  description: `Put Firewall Configuration
90181
90403
 
90182
90404
  Set the firewall configuration to provided rules and settings. Creates or overwrite the existing firewall configuration.`,
90183
- args: args136,
90184
- tool: async (client, args137, ctx) => {
90185
- const [result, apiCall] = await securityPutFirewallConfig(client, args137.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90405
+ args: args137,
90406
+ tool: async (client, args138, ctx) => {
90407
+ const [result, apiCall] = await securityPutFirewallConfig(client, args138.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90186
90408
  if (!result.ok) {
90187
90409
  return {
90188
90410
  content: [{ type: "text", text: result.error.message }],
@@ -90292,9 +90514,9 @@ var init_removebypassipop = __esm(() => {
90292
90514
 
90293
90515
  // src/funcs/securityRemoveBypassIp.ts
90294
90516
  function securityRemoveBypassIp(client, request, options) {
90295
- return new APIPromise($do138(client, request, options));
90517
+ return new APIPromise($do139(client, request, options));
90296
90518
  }
90297
- async function $do138(client, request, options) {
90519
+ async function $do139(client, request, options) {
90298
90520
  const parsed = safeParse(request, (value) => RemoveBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
90299
90521
  if (!parsed.ok) {
90300
90522
  return [parsed, { status: "invalid" }];
@@ -90371,12 +90593,12 @@ var init_securityRemoveBypassIp = __esm(() => {
90371
90593
  });
90372
90594
 
90373
90595
  // src/mcp-server/tools/securityRemoveBypassIp.ts
90374
- var args137, tool$securityRemoveBypassIp;
90596
+ var args138, tool$securityRemoveBypassIp;
90375
90597
  var init_securityRemoveBypassIp2 = __esm(() => {
90376
90598
  init_securityRemoveBypassIp();
90377
90599
  init_removebypassipop();
90378
90600
  init_tools();
90379
- args137 = {
90601
+ args138 = {
90380
90602
  request: RemoveBypassIpRequest$inboundSchema
90381
90603
  };
90382
90604
  tool$securityRemoveBypassIp = {
@@ -90384,9 +90606,9 @@ var init_securityRemoveBypassIp2 = __esm(() => {
90384
90606
  description: `Remove System Bypass Rule
90385
90607
 
90386
90608
  Remove system bypass rules`,
90387
- args: args137,
90388
- tool: async (client, args138, ctx) => {
90389
- const [result, apiCall] = await securityRemoveBypassIp(client, args138.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90609
+ args: args138,
90610
+ tool: async (client, args139, ctx) => {
90611
+ const [result, apiCall] = await securityRemoveBypassIp(client, args139.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90390
90612
  if (!result.ok) {
90391
90613
  return {
90392
90614
  content: [{ type: "text", text: result.error.message }],
@@ -90456,9 +90678,9 @@ var init_updateattackchallengemodeop = __esm(() => {
90456
90678
 
90457
90679
  // src/funcs/securityUpdateAttackChallengeMode.ts
90458
90680
  function securityUpdateAttackChallengeMode(client, request, options) {
90459
- return new APIPromise($do139(client, request, options));
90681
+ return new APIPromise($do140(client, request, options));
90460
90682
  }
90461
- async function $do139(client, request, options) {
90683
+ async function $do140(client, request, options) {
90462
90684
  const parsed = safeParse(request, (value) => UpdateAttackChallengeModeRequest$outboundSchema.parse(value), "Input validation failed");
90463
90685
  if (!parsed.ok) {
90464
90686
  return [parsed, { status: "invalid" }];
@@ -90534,12 +90756,12 @@ var init_securityUpdateAttackChallengeMode = __esm(() => {
90534
90756
  });
90535
90757
 
90536
90758
  // src/mcp-server/tools/securityUpdateAttackChallengeMode.ts
90537
- var args138, tool$securityUpdateAttackChallengeMode;
90759
+ var args139, tool$securityUpdateAttackChallengeMode;
90538
90760
  var init_securityUpdateAttackChallengeMode2 = __esm(() => {
90539
90761
  init_securityUpdateAttackChallengeMode();
90540
90762
  init_updateattackchallengemodeop();
90541
90763
  init_tools();
90542
- args138 = {
90764
+ args139 = {
90543
90765
  request: UpdateAttackChallengeModeRequest$inboundSchema
90544
90766
  };
90545
90767
  tool$securityUpdateAttackChallengeMode = {
@@ -90547,9 +90769,9 @@ var init_securityUpdateAttackChallengeMode2 = __esm(() => {
90547
90769
  description: `Update Attack Challenge mode
90548
90770
 
90549
90771
  Update the setting for determining if the project has Attack Challenge mode enabled.`,
90550
- args: args138,
90551
- tool: async (client, args139, ctx) => {
90552
- const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args139.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90772
+ args: args139,
90773
+ tool: async (client, args140, ctx) => {
90774
+ const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args140.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
90553
90775
  if (!result.ok) {
90554
90776
  return {
90555
90777
  content: [{ type: "text", text: result.error.message }],
@@ -91549,9 +91771,9 @@ var init_updatefirewallconfigop = __esm(() => {
91549
91771
 
91550
91772
  // src/funcs/securityUpdateFirewallConfig.ts
91551
91773
  function securityUpdateFirewallConfig(client, request, options) {
91552
- return new APIPromise($do140(client, request, options));
91774
+ return new APIPromise($do141(client, request, options));
91553
91775
  }
91554
- async function $do140(client, request, options) {
91776
+ async function $do141(client, request, options) {
91555
91777
  const parsed = safeParse(request, (value) => UpdateFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
91556
91778
  if (!parsed.ok) {
91557
91779
  return [parsed, { status: "invalid" }];
@@ -91628,12 +91850,12 @@ var init_securityUpdateFirewallConfig = __esm(() => {
91628
91850
  });
91629
91851
 
91630
91852
  // src/mcp-server/tools/securityUpdateFirewallConfig.ts
91631
- var args139, tool$securityUpdateFirewallConfig;
91853
+ var args140, tool$securityUpdateFirewallConfig;
91632
91854
  var init_securityUpdateFirewallConfig2 = __esm(() => {
91633
91855
  init_securityUpdateFirewallConfig();
91634
91856
  init_updatefirewallconfigop();
91635
91857
  init_tools();
91636
- args139 = {
91858
+ args140 = {
91637
91859
  request: UpdateFirewallConfigRequest$inboundSchema
91638
91860
  };
91639
91861
  tool$securityUpdateFirewallConfig = {
@@ -91641,9 +91863,9 @@ var init_securityUpdateFirewallConfig2 = __esm(() => {
91641
91863
  description: `Update Firewall Configuration
91642
91864
 
91643
91865
  Process updates to modify the existing firewall config for a project`,
91644
- args: args139,
91645
- tool: async (client, args140, ctx) => {
91646
- const [result, apiCall] = await securityUpdateFirewallConfig(client, args140.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
91866
+ args: args140,
91867
+ tool: async (client, args141, ctx) => {
91868
+ const [result, apiCall] = await securityUpdateFirewallConfig(client, args141.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
91647
91869
  if (!result.ok) {
91648
91870
  return {
91649
91871
  content: [{ type: "text", text: result.error.message }],
@@ -91730,9 +91952,9 @@ var init_createteamop = __esm(() => {
91730
91952
 
91731
91953
  // src/funcs/teamsCreateTeam.ts
91732
91954
  function teamsCreateTeam(client, request, options) {
91733
- return new APIPromise($do141(client, request, options));
91955
+ return new APIPromise($do142(client, request, options));
91734
91956
  }
91735
- async function $do141(client, request, options) {
91957
+ async function $do142(client, request, options) {
91736
91958
  const parsed = safeParse(request, (value) => CreateTeamRequestBody$outboundSchema.parse(value), "Input validation failed");
91737
91959
  if (!parsed.ok) {
91738
91960
  return [parsed, { status: "invalid" }];
@@ -91802,12 +92024,12 @@ var init_teamsCreateTeam = __esm(() => {
91802
92024
  });
91803
92025
 
91804
92026
  // src/mcp-server/tools/teamsCreateTeam.ts
91805
- var args140, tool$teamsCreateTeam;
92027
+ var args141, tool$teamsCreateTeam;
91806
92028
  var init_teamsCreateTeam2 = __esm(() => {
91807
92029
  init_teamsCreateTeam();
91808
92030
  init_createteamop();
91809
92031
  init_tools();
91810
- args140 = {
92032
+ args141 = {
91811
92033
  request: CreateTeamRequestBody$inboundSchema
91812
92034
  };
91813
92035
  tool$teamsCreateTeam = {
@@ -91815,9 +92037,9 @@ var init_teamsCreateTeam2 = __esm(() => {
91815
92037
  description: `Create a Team
91816
92038
 
91817
92039
  Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.`,
91818
- args: args140,
91819
- tool: async (client, args141, ctx) => {
91820
- const [result, apiCall] = await teamsCreateTeam(client, args141.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92040
+ args: args141,
92041
+ tool: async (client, args142, ctx) => {
92042
+ const [result, apiCall] = await teamsCreateTeam(client, args142.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
91821
92043
  if (!result.ok) {
91822
92044
  return {
91823
92045
  content: [{ type: "text", text: result.error.message }],
@@ -91897,9 +92119,9 @@ var init_deleteteamop = __esm(() => {
91897
92119
 
91898
92120
  // src/funcs/teamsDeleteTeam.ts
91899
92121
  function teamsDeleteTeam(client, request, options) {
91900
- return new APIPromise($do142(client, request, options));
92122
+ return new APIPromise($do143(client, request, options));
91901
92123
  }
91902
- async function $do142(client, request, options) {
92124
+ async function $do143(client, request, options) {
91903
92125
  const parsed = safeParse(request, (value) => DeleteTeamRequest$outboundSchema.parse(value), "Input validation failed");
91904
92126
  if (!parsed.ok) {
91905
92127
  return [parsed, { status: "invalid" }];
@@ -91981,12 +92203,12 @@ var init_teamsDeleteTeam = __esm(() => {
91981
92203
  });
91982
92204
 
91983
92205
  // src/mcp-server/tools/teamsDeleteTeam.ts
91984
- var args141, tool$teamsDeleteTeam;
92206
+ var args142, tool$teamsDeleteTeam;
91985
92207
  var init_teamsDeleteTeam2 = __esm(() => {
91986
92208
  init_teamsDeleteTeam();
91987
92209
  init_deleteteamop();
91988
92210
  init_tools();
91989
- args141 = {
92211
+ args142 = {
91990
92212
  request: DeleteTeamRequest$inboundSchema
91991
92213
  };
91992
92214
  tool$teamsDeleteTeam = {
@@ -91994,9 +92216,9 @@ var init_teamsDeleteTeam2 = __esm(() => {
91994
92216
  description: `Delete a Team
91995
92217
 
91996
92218
  Delete a team under your account. You need to send a \`DELETE\` request with the desired team \`id\`. An optional array of reasons for deletion may also be sent.`,
91997
- args: args141,
91998
- tool: async (client, args142, ctx) => {
91999
- const [result, apiCall] = await teamsDeleteTeam(client, args142.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92219
+ args: args142,
92220
+ tool: async (client, args143, ctx) => {
92221
+ const [result, apiCall] = await teamsDeleteTeam(client, args143.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92000
92222
  if (!result.ok) {
92001
92223
  return {
92002
92224
  content: [{ type: "text", text: result.error.message }],
@@ -92039,9 +92261,9 @@ var init_deleteteaminvitecodeop = __esm(() => {
92039
92261
 
92040
92262
  // src/funcs/teamsDeleteTeamInviteCode.ts
92041
92263
  function teamsDeleteTeamInviteCode(client, request, options) {
92042
- return new APIPromise($do143(client, request, options));
92264
+ return new APIPromise($do144(client, request, options));
92043
92265
  }
92044
- async function $do143(client, request, options) {
92266
+ async function $do144(client, request, options) {
92045
92267
  const parsed = safeParse(request, (value) => DeleteTeamInviteCodeRequest$outboundSchema.parse(value), "Input validation failed");
92046
92268
  if (!parsed.ok) {
92047
92269
  return [parsed, { status: "invalid" }];
@@ -92121,12 +92343,12 @@ var init_teamsDeleteTeamInviteCode = __esm(() => {
92121
92343
  });
92122
92344
 
92123
92345
  // src/mcp-server/tools/teamsDeleteTeamInviteCode.ts
92124
- var args142, tool$teamsDeleteTeamInviteCode;
92346
+ var args143, tool$teamsDeleteTeamInviteCode;
92125
92347
  var init_teamsDeleteTeamInviteCode2 = __esm(() => {
92126
92348
  init_teamsDeleteTeamInviteCode();
92127
92349
  init_deleteteaminvitecodeop();
92128
92350
  init_tools();
92129
- args142 = {
92351
+ args143 = {
92130
92352
  request: DeleteTeamInviteCodeRequest$inboundSchema
92131
92353
  };
92132
92354
  tool$teamsDeleteTeamInviteCode = {
@@ -92134,9 +92356,9 @@ var init_teamsDeleteTeamInviteCode2 = __esm(() => {
92134
92356
  description: `Delete a Team invite code
92135
92357
 
92136
92358
  Delete an active Team invite code.`,
92137
- args: args142,
92138
- tool: async (client, args143, ctx) => {
92139
- const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args143.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92359
+ args: args143,
92360
+ tool: async (client, args144, ctx) => {
92361
+ const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args144.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92140
92362
  if (!result.ok) {
92141
92363
  return {
92142
92364
  content: [{ type: "text", text: result.error.message }],
@@ -92169,9 +92391,9 @@ var init_getteamop = __esm(() => {
92169
92391
 
92170
92392
  // src/funcs/teamsGetTeam.ts
92171
92393
  function teamsGetTeam(client, request, options) {
92172
- return new APIPromise($do144(client, request, options));
92394
+ return new APIPromise($do145(client, request, options));
92173
92395
  }
92174
- async function $do144(client, request, options) {
92396
+ async function $do145(client, request, options) {
92175
92397
  const parsed = safeParse(request, (value) => GetTeamRequest$outboundSchema.parse(value), "Input validation failed");
92176
92398
  if (!parsed.ok) {
92177
92399
  return [parsed, { status: "invalid" }];
@@ -92252,12 +92474,12 @@ var init_teamsGetTeam = __esm(() => {
92252
92474
  });
92253
92475
 
92254
92476
  // src/mcp-server/tools/teamsGetTeam.ts
92255
- var args143, tool$teamsGetTeam;
92477
+ var args144, tool$teamsGetTeam;
92256
92478
  var init_teamsGetTeam2 = __esm(() => {
92257
92479
  init_teamsGetTeam();
92258
92480
  init_getteamop();
92259
92481
  init_tools();
92260
- args143 = {
92482
+ args144 = {
92261
92483
  request: GetTeamRequest$inboundSchema
92262
92484
  };
92263
92485
  tool$teamsGetTeam = {
@@ -92265,9 +92487,9 @@ var init_teamsGetTeam2 = __esm(() => {
92265
92487
  description: `Get a Team
92266
92488
 
92267
92489
  Get information for the Team specified by the \`teamId\` parameter.`,
92268
- args: args143,
92269
- tool: async (client, args144, ctx) => {
92270
- const [result, apiCall] = await teamsGetTeam(client, args144.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92490
+ args: args144,
92491
+ tool: async (client, args145, ctx) => {
92492
+ const [result, apiCall] = await teamsGetTeam(client, args145.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92271
92493
  if (!result.ok) {
92272
92494
  return {
92273
92495
  content: [{ type: "text", text: result.error.message }],
@@ -92409,9 +92631,9 @@ var init_getteamaccessrequestop = __esm(() => {
92409
92631
 
92410
92632
  // src/funcs/teamsGetTeamAccessRequest.ts
92411
92633
  function teamsGetTeamAccessRequest(client, request, options) {
92412
- return new APIPromise($do145(client, request, options));
92634
+ return new APIPromise($do146(client, request, options));
92413
92635
  }
92414
- async function $do145(client, request, options) {
92636
+ async function $do146(client, request, options) {
92415
92637
  const parsed = safeParse(request, (value) => GetTeamAccessRequestRequest$outboundSchema.parse(value), "Input validation failed");
92416
92638
  if (!parsed.ok) {
92417
92639
  return [parsed, { status: "invalid" }];
@@ -92491,12 +92713,12 @@ var init_teamsGetTeamAccessRequest = __esm(() => {
92491
92713
  });
92492
92714
 
92493
92715
  // src/mcp-server/tools/teamsGetTeamAccessRequest.ts
92494
- var args144, tool$teamsGetTeamAccessRequest;
92716
+ var args145, tool$teamsGetTeamAccessRequest;
92495
92717
  var init_teamsGetTeamAccessRequest2 = __esm(() => {
92496
92718
  init_teamsGetTeamAccessRequest();
92497
92719
  init_getteamaccessrequestop();
92498
92720
  init_tools();
92499
- args144 = {
92721
+ args145 = {
92500
92722
  request: GetTeamAccessRequestRequest$inboundSchema
92501
92723
  };
92502
92724
  tool$teamsGetTeamAccessRequest = {
@@ -92504,9 +92726,9 @@ var init_teamsGetTeamAccessRequest2 = __esm(() => {
92504
92726
  description: `Get access request status
92505
92727
 
92506
92728
  Check the status of a join request. It'll respond with a 404 if the request has been declined. If no \`userId\` path segment was provided, this endpoint will instead return the status of the authenticated user.`,
92507
- args: args144,
92508
- tool: async (client, args145, ctx) => {
92509
- const [result, apiCall] = await teamsGetTeamAccessRequest(client, args145.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92729
+ args: args145,
92730
+ tool: async (client, args146, ctx) => {
92731
+ const [result, apiCall] = await teamsGetTeamAccessRequest(client, args146.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92510
92732
  if (!result.ok) {
92511
92733
  return {
92512
92734
  content: [{ type: "text", text: result.error.message }],
@@ -92806,9 +93028,9 @@ var init_getteammembersop = __esm(() => {
92806
93028
 
92807
93029
  // src/funcs/teamsGetTeamMembers.ts
92808
93030
  function teamsGetTeamMembers(client, request, options) {
92809
- return new APIPromise($do146(client, request, options));
93031
+ return new APIPromise($do147(client, request, options));
92810
93032
  }
92811
- async function $do146(client, request, options) {
93033
+ async function $do147(client, request, options) {
92812
93034
  const parsed = safeParse(request, (value) => GetTeamMembersRequest$outboundSchema.parse(value), "Input validation failed");
92813
93035
  if (!parsed.ok) {
92814
93036
  return [parsed, { status: "invalid" }];
@@ -92888,12 +93110,12 @@ var init_teamsGetTeamMembers = __esm(() => {
92888
93110
  });
92889
93111
 
92890
93112
  // src/mcp-server/tools/teamsGetTeamMembers.ts
92891
- var args145, tool$teamsGetTeamMembers;
93113
+ var args146, tool$teamsGetTeamMembers;
92892
93114
  var init_teamsGetTeamMembers2 = __esm(() => {
92893
93115
  init_teamsGetTeamMembers();
92894
93116
  init_getteammembersop();
92895
93117
  init_tools();
92896
- args145 = {
93118
+ args146 = {
92897
93119
  request: GetTeamMembersRequest$inboundSchema
92898
93120
  };
92899
93121
  tool$teamsGetTeamMembers = {
@@ -92901,9 +93123,9 @@ var init_teamsGetTeamMembers2 = __esm(() => {
92901
93123
  description: `List team members
92902
93124
 
92903
93125
  Get a paginated list of team members for the provided team.`,
92904
- args: args145,
92905
- tool: async (client, args146, ctx) => {
92906
- const [result, apiCall] = await teamsGetTeamMembers(client, args146.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93126
+ args: args146,
93127
+ tool: async (client, args147, ctx) => {
93128
+ const [result, apiCall] = await teamsGetTeamMembers(client, args147.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
92907
93129
  if (!result.ok) {
92908
93130
  return {
92909
93131
  content: [{ type: "text", text: result.error.message }],
@@ -93178,9 +93400,9 @@ var init_getteamsop = __esm(() => {
93178
93400
 
93179
93401
  // src/funcs/teamsGetTeams.ts
93180
93402
  function teamsGetTeams(client, request, options) {
93181
- return new APIPromise($do147(client, request, options));
93403
+ return new APIPromise($do148(client, request, options));
93182
93404
  }
93183
- async function $do147(client, request, options) {
93405
+ async function $do148(client, request, options) {
93184
93406
  const parsed = safeParse(request, (value) => GetTeamsRequest$outboundSchema.parse(value), "Input validation failed");
93185
93407
  if (!parsed.ok) {
93186
93408
  return [parsed, { status: "invalid" }];
@@ -93255,12 +93477,12 @@ var init_teamsGetTeams = __esm(() => {
93255
93477
  });
93256
93478
 
93257
93479
  // src/mcp-server/tools/teamsGetTeams.ts
93258
- var args146, tool$teamsGetTeams;
93480
+ var args147, tool$teamsGetTeams;
93259
93481
  var init_teamsGetTeams2 = __esm(() => {
93260
93482
  init_teamsGetTeams();
93261
93483
  init_getteamsop();
93262
93484
  init_tools();
93263
- args146 = {
93485
+ args147 = {
93264
93486
  request: GetTeamsRequest$inboundSchema
93265
93487
  };
93266
93488
  tool$teamsGetTeams = {
@@ -93268,9 +93490,9 @@ var init_teamsGetTeams2 = __esm(() => {
93268
93490
  description: `List all teams
93269
93491
 
93270
93492
  Get a paginated list of all the Teams the authenticated User is a member of.`,
93271
- args: args146,
93272
- tool: async (client, args147, ctx) => {
93273
- const [result, apiCall] = await teamsGetTeams(client, args147.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93493
+ args: args147,
93494
+ tool: async (client, args148, ctx) => {
93495
+ const [result, apiCall] = await teamsGetTeams(client, args148.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93274
93496
  if (!result.ok) {
93275
93497
  return {
93276
93498
  content: [{ type: "text", text: result.error.message }],
@@ -93502,9 +93724,9 @@ var init_inviteusertoteamop = __esm(() => {
93502
93724
 
93503
93725
  // src/funcs/teamsInviteUserToTeam.ts
93504
93726
  function teamsInviteUserToTeam(client, request, options) {
93505
- return new APIPromise($do148(client, request, options));
93727
+ return new APIPromise($do149(client, request, options));
93506
93728
  }
93507
- async function $do148(client, request, options) {
93729
+ async function $do149(client, request, options) {
93508
93730
  const parsed = safeParse(request, (value) => InviteUserToTeamRequest$outboundSchema.parse(value), "Input validation failed");
93509
93731
  if (!parsed.ok) {
93510
93732
  return [parsed, { status: "invalid" }];
@@ -93581,12 +93803,12 @@ var init_teamsInviteUserToTeam = __esm(() => {
93581
93803
  });
93582
93804
 
93583
93805
  // src/mcp-server/tools/teamsInviteUserToTeam.ts
93584
- var args147, tool$teamsInviteUserToTeam;
93806
+ var args148, tool$teamsInviteUserToTeam;
93585
93807
  var init_teamsInviteUserToTeam2 = __esm(() => {
93586
93808
  init_teamsInviteUserToTeam();
93587
93809
  init_inviteusertoteamop();
93588
93810
  init_tools();
93589
- args147 = {
93811
+ args148 = {
93590
93812
  request: InviteUserToTeamRequest$inboundSchema
93591
93813
  };
93592
93814
  tool$teamsInviteUserToTeam = {
@@ -93594,9 +93816,9 @@ var init_teamsInviteUserToTeam2 = __esm(() => {
93594
93816
  description: `Invite a user
93595
93817
 
93596
93818
  Invite a user to join the team specified in the URL. The authenticated user needs to be an \`OWNER\` in order to successfully invoke this endpoint. The user can be specified with an email or an ID. If both email and ID are provided, ID will take priority.`,
93597
- args: args147,
93598
- tool: async (client, args148, ctx) => {
93599
- const [result, apiCall] = await teamsInviteUserToTeam(client, args148.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93819
+ args: args148,
93820
+ tool: async (client, args149, ctx) => {
93821
+ const [result, apiCall] = await teamsInviteUserToTeam(client, args149.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93600
93822
  if (!result.ok) {
93601
93823
  return {
93602
93824
  content: [{ type: "text", text: result.error.message }],
@@ -93664,9 +93886,9 @@ var init_jointeamop = __esm(() => {
93664
93886
 
93665
93887
  // src/funcs/teamsJoinTeam.ts
93666
93888
  function teamsJoinTeam(client, request, options) {
93667
- return new APIPromise($do149(client, request, options));
93889
+ return new APIPromise($do150(client, request, options));
93668
93890
  }
93669
- async function $do149(client, request, options) {
93891
+ async function $do150(client, request, options) {
93670
93892
  const parsed = safeParse(request, (value) => JoinTeamRequest$outboundSchema.parse(value), "Input validation failed");
93671
93893
  if (!parsed.ok) {
93672
93894
  return [parsed, { status: "invalid" }];
@@ -93743,12 +93965,12 @@ var init_teamsJoinTeam = __esm(() => {
93743
93965
  });
93744
93966
 
93745
93967
  // src/mcp-server/tools/teamsJoinTeam.ts
93746
- var args148, tool$teamsJoinTeam;
93968
+ var args149, tool$teamsJoinTeam;
93747
93969
  var init_teamsJoinTeam2 = __esm(() => {
93748
93970
  init_teamsJoinTeam();
93749
93971
  init_jointeamop();
93750
93972
  init_tools();
93751
- args148 = {
93973
+ args149 = {
93752
93974
  request: JoinTeamRequest$inboundSchema
93753
93975
  };
93754
93976
  tool$teamsJoinTeam = {
@@ -93756,9 +93978,9 @@ var init_teamsJoinTeam2 = __esm(() => {
93756
93978
  description: `Join a team
93757
93979
 
93758
93980
  Join a team with a provided invite code or team ID.`,
93759
- args: args148,
93760
- tool: async (client, args149, ctx) => {
93761
- const [result, apiCall] = await teamsJoinTeam(client, args149.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93981
+ args: args149,
93982
+ tool: async (client, args150, ctx) => {
93983
+ const [result, apiCall] = await teamsJoinTeam(client, args150.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93762
93984
  if (!result.ok) {
93763
93985
  return {
93764
93986
  content: [{ type: "text", text: result.error.message }],
@@ -93891,9 +94113,9 @@ var init_patchteamop = __esm(() => {
93891
94113
 
93892
94114
  // src/funcs/teamsPatchTeam.ts
93893
94115
  function teamsPatchTeam(client, request, options) {
93894
- return new APIPromise($do150(client, request, options));
94116
+ return new APIPromise($do151(client, request, options));
93895
94117
  }
93896
- async function $do150(client, request, options) {
94118
+ async function $do151(client, request, options) {
93897
94119
  const parsed = safeParse(request, (value) => PatchTeamRequest$outboundSchema.parse(value), "Input validation failed");
93898
94120
  if (!parsed.ok) {
93899
94121
  return [parsed, { status: "invalid" }];
@@ -93975,12 +94197,12 @@ var init_teamsPatchTeam = __esm(() => {
93975
94197
  });
93976
94198
 
93977
94199
  // src/mcp-server/tools/teamsPatchTeam.ts
93978
- var args149, tool$teamsPatchTeam;
94200
+ var args150, tool$teamsPatchTeam;
93979
94201
  var init_teamsPatchTeam2 = __esm(() => {
93980
94202
  init_teamsPatchTeam();
93981
94203
  init_patchteamop();
93982
94204
  init_tools();
93983
- args149 = {
94205
+ args150 = {
93984
94206
  request: PatchTeamRequest$inboundSchema
93985
94207
  };
93986
94208
  tool$teamsPatchTeam = {
@@ -93988,9 +94210,9 @@ var init_teamsPatchTeam2 = __esm(() => {
93988
94210
  description: `Update a Team
93989
94211
 
93990
94212
  Update the information of a Team specified by the \`teamId\` parameter. The request body should contain the information that will be updated on the Team.`,
93991
- args: args149,
93992
- tool: async (client, args150, ctx) => {
93993
- const [result, apiCall] = await teamsPatchTeam(client, args150.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94213
+ args: args150,
94214
+ tool: async (client, args151, ctx) => {
94215
+ const [result, apiCall] = await teamsPatchTeam(client, args151.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
93994
94216
  if (!result.ok) {
93995
94217
  return {
93996
94218
  content: [{ type: "text", text: result.error.message }],
@@ -94035,9 +94257,9 @@ var init_removeteammemberop = __esm(() => {
94035
94257
 
94036
94258
  // src/funcs/teamsRemoveTeamMember.ts
94037
94259
  function teamsRemoveTeamMember(client, request, options) {
94038
- return new APIPromise($do151(client, request, options));
94260
+ return new APIPromise($do152(client, request, options));
94039
94261
  }
94040
- async function $do151(client, request, options) {
94262
+ async function $do152(client, request, options) {
94041
94263
  const parsed = safeParse(request, (value) => RemoveTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
94042
94264
  if (!parsed.ok) {
94043
94265
  return [parsed, { status: "invalid" }];
@@ -94121,12 +94343,12 @@ var init_teamsRemoveTeamMember = __esm(() => {
94121
94343
  });
94122
94344
 
94123
94345
  // src/mcp-server/tools/teamsRemoveTeamMember.ts
94124
- var args150, tool$teamsRemoveTeamMember;
94346
+ var args151, tool$teamsRemoveTeamMember;
94125
94347
  var init_teamsRemoveTeamMember2 = __esm(() => {
94126
94348
  init_teamsRemoveTeamMember();
94127
94349
  init_removeteammemberop();
94128
94350
  init_tools();
94129
- args150 = {
94351
+ args151 = {
94130
94352
  request: RemoveTeamMemberRequest$inboundSchema
94131
94353
  };
94132
94354
  tool$teamsRemoveTeamMember = {
@@ -94134,9 +94356,9 @@ var init_teamsRemoveTeamMember2 = __esm(() => {
94134
94356
  description: `Remove a Team Member
94135
94357
 
94136
94358
  Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.`,
94137
- args: args150,
94138
- tool: async (client, args151, ctx) => {
94139
- const [result, apiCall] = await teamsRemoveTeamMember(client, args151.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94359
+ args: args151,
94360
+ tool: async (client, args152, ctx) => {
94361
+ const [result, apiCall] = await teamsRemoveTeamMember(client, args152.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94140
94362
  if (!result.ok) {
94141
94363
  return {
94142
94364
  content: [{ type: "text", text: result.error.message }],
@@ -94338,9 +94560,9 @@ var init_requestaccesstoteamop = __esm(() => {
94338
94560
 
94339
94561
  // src/funcs/teamsRequestAccessToTeam.ts
94340
94562
  function teamsRequestAccessToTeam(client, request, options) {
94341
- return new APIPromise($do152(client, request, options));
94563
+ return new APIPromise($do153(client, request, options));
94342
94564
  }
94343
- async function $do152(client, request, options) {
94565
+ async function $do153(client, request, options) {
94344
94566
  const parsed = safeParse(request, (value) => RequestAccessToTeamRequest$outboundSchema.parse(value), "Input validation failed");
94345
94567
  if (!parsed.ok) {
94346
94568
  return [parsed, { status: "invalid" }];
@@ -94417,12 +94639,12 @@ var init_teamsRequestAccessToTeam = __esm(() => {
94417
94639
  });
94418
94640
 
94419
94641
  // src/mcp-server/tools/teamsRequestAccessToTeam.ts
94420
- var args151, tool$teamsRequestAccessToTeam;
94642
+ var args152, tool$teamsRequestAccessToTeam;
94421
94643
  var init_teamsRequestAccessToTeam2 = __esm(() => {
94422
94644
  init_teamsRequestAccessToTeam();
94423
94645
  init_requestaccesstoteamop();
94424
94646
  init_tools();
94425
- args151 = {
94647
+ args152 = {
94426
94648
  request: RequestAccessToTeamRequest$inboundSchema
94427
94649
  };
94428
94650
  tool$teamsRequestAccessToTeam = {
@@ -94430,9 +94652,9 @@ var init_teamsRequestAccessToTeam2 = __esm(() => {
94430
94652
  description: `Request access to a team
94431
94653
 
94432
94654
  Request access to a team as a member. An owner has to approve the request. Only 10 users can request access to a team at the same time.`,
94433
- args: args151,
94434
- tool: async (client, args152, ctx) => {
94435
- const [result, apiCall] = await teamsRequestAccessToTeam(client, args152.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94655
+ args: args152,
94656
+ tool: async (client, args153, ctx) => {
94657
+ const [result, apiCall] = await teamsRequestAccessToTeam(client, args153.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94436
94658
  if (!result.ok) {
94437
94659
  return {
94438
94660
  content: [{ type: "text", text: result.error.message }],
@@ -94535,9 +94757,9 @@ var init_updateteammemberop = __esm(() => {
94535
94757
 
94536
94758
  // src/funcs/teamsUpdateTeamMember.ts
94537
94759
  function teamsUpdateTeamMember(client, request, options) {
94538
- return new APIPromise($do153(client, request, options));
94760
+ return new APIPromise($do154(client, request, options));
94539
94761
  }
94540
- async function $do153(client, request, options) {
94762
+ async function $do154(client, request, options) {
94541
94763
  const parsed = safeParse(request, (value) => UpdateTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
94542
94764
  if (!parsed.ok) {
94543
94765
  return [parsed, { status: "invalid" }];
@@ -94618,12 +94840,12 @@ var init_teamsUpdateTeamMember = __esm(() => {
94618
94840
  });
94619
94841
 
94620
94842
  // src/mcp-server/tools/teamsUpdateTeamMember.ts
94621
- var args152, tool$teamsUpdateTeamMember;
94843
+ var args153, tool$teamsUpdateTeamMember;
94622
94844
  var init_teamsUpdateTeamMember2 = __esm(() => {
94623
94845
  init_teamsUpdateTeamMember();
94624
94846
  init_updateteammemberop();
94625
94847
  init_tools();
94626
- args152 = {
94848
+ args153 = {
94627
94849
  request: UpdateTeamMemberRequest$inboundSchema
94628
94850
  };
94629
94851
  tool$teamsUpdateTeamMember = {
@@ -94631,9 +94853,9 @@ var init_teamsUpdateTeamMember2 = __esm(() => {
94631
94853
  description: `Update a Team Member
94632
94854
 
94633
94855
  Update the membership of a Team Member on the Team specified by \`teamId\`, such as changing the _role_ of the member, or confirming a request to join the Team for an unconfirmed member. The authenticated user must be an \`OWNER\` of the Team.`,
94634
- args: args152,
94635
- tool: async (client, args153, ctx) => {
94636
- const [result, apiCall] = await teamsUpdateTeamMember(client, args153.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94856
+ args: args153,
94857
+ tool: async (client, args154, ctx) => {
94858
+ const [result, apiCall] = await teamsUpdateTeamMember(client, args154.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
94637
94859
  if (!result.ok) {
94638
94860
  return {
94639
94861
  content: [{ type: "text", text: result.error.message }],
@@ -94778,12 +95000,14 @@ var init_authuser = __esm(() => {
94778
95000
  BuildMachine$inboundSchema = objectType({
94779
95001
  purchaseType: PurchaseType$inboundSchema.optional(),
94780
95002
  abovePlan: booleanType().optional(),
95003
+ isDefaultBuildMachine: booleanType().optional(),
94781
95004
  cores: numberType().optional(),
94782
95005
  memory: numberType().optional()
94783
95006
  });
94784
95007
  BuildMachine$outboundSchema = objectType({
94785
95008
  purchaseType: PurchaseType$outboundSchema.optional(),
94786
95009
  abovePlan: booleanType().optional(),
95010
+ isDefaultBuildMachine: booleanType().optional(),
94787
95011
  cores: numberType().optional(),
94788
95012
  memory: numberType().optional()
94789
95013
  });
@@ -95150,9 +95374,9 @@ var init_getauthuserop = __esm(() => {
95150
95374
 
95151
95375
  // src/funcs/userGetAuthUser.ts
95152
95376
  function userGetAuthUser(client, options) {
95153
- return new APIPromise($do154(client, options));
95377
+ return new APIPromise($do155(client, options));
95154
95378
  }
95155
- async function $do154(client, options) {
95379
+ async function $do155(client, options) {
95156
95380
  const path = pathToFunc("/v2/user")();
95157
95381
  const headers = new Headers(compactMap({
95158
95382
  Accept: "application/json"
@@ -95236,7 +95460,7 @@ Retrieves information related to the currently authenticated User.`,
95236
95460
  });
95237
95461
 
95238
95462
  // src/models/userevent.ts
95239
- var UserEventType, GrantType, AuthMethod, Tier, UserEventPayload131Role, UserEventPayload130Role, PreviousRole, UserEventPayloadRole, PayloadRole, StoreType, UserEventPayloadType, UserEventPayload97Type, PayloadPricingPlan, UserEventPayload96Type, PricingPlan, UserEventPayloadAction, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayload73Role, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload62Action, Plan, UserEventCredentialsType, CredentialsType, PayloadImportFlowGitProvider, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload62Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload62Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload62Type, EnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload62BlockReason, UserEventPayload62NewOwnerBlockReason, UserEventPayload62NewOwnerFeatureBlocksBlockReason, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, PayloadVersion, UserEventPayload58OldEnvVarType, UserEventPayloadTarget, UserEventPayload58Type, UserEventPayload58Target, OldTarget, NewTarget, PayloadType, PayloadTarget, PayloadAction, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, UserEventType$, Entities$inboundSchema, Entities$outboundSchema, Entities$, User$inboundSchema, User$outboundSchema, User$, GrantType$inboundSchema, GrantType$outboundSchema, GrantType$, AuthMethod$inboundSchema, AuthMethod$outboundSchema, AuthMethod$, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortyEight$, UserEventPayload147Team$inboundSchema, UserEventPayload147Team$outboundSchema, UserEventPayload147Team$, UserEventPayload147Configuration$inboundSchema, UserEventPayload147Configuration$outboundSchema, UserEventPayload147Configuration$, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, UserEventPayloadPeering$, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySeven$, UserEventPayload146Team$inboundSchema, UserEventPayload146Team$outboundSchema, UserEventPayload146Team$, UserEventPayload146Configuration$inboundSchema, UserEventPayload146Configuration$outboundSchema, UserEventPayload146Configuration$, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, PayloadPeering$, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortySix$, UserEventPayload145Team$inboundSchema, UserEventPayload145Team$outboundSchema, UserEventPayload145Team$, UserEventPayload145Configuration$inboundSchema, UserEventPayload145Configuration$outboundSchema, UserEventPayload145Configuration$, Peering$inboundSchema, Peering$outboundSchema, Peering$, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFive$, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyFour$, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyThree$, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyTwo$, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndFortyOne$, Tier$inboundSchema, Tier$outboundSchema, Tier$, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndForty$, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, ProjectWebAnalytics$, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyNine$, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends2$, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends1$, Microfrontends$inboundSchema, Microfrontends$outboundSchema, Microfrontends$, UserEventPayload138Project$inboundSchema, UserEventPayload138Project$outboundSchema, UserEventPayload138Project$, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends2$, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, UserEventMicrofrontends1$, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, PayloadMicrofrontends$, UserEventPayload138PrevProject$inboundSchema, UserEventPayload138PrevProject$outboundSchema, UserEventPayload138PrevProject$, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadPrev$, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, PayloadGroup$, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtyEight$, UserEventPayload137Project$inboundSchema, UserEventPayload137Project$outboundSchema, UserEventPayload137Project$, Group$inboundSchema, Group$outboundSchema, Group$, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySeven$, Prev$inboundSchema, Prev$outboundSchema, Prev$, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtySix$, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFive$, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, OneHundredAndThirtyFour$, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, OneHundredAndThirtyThree$, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyTwo$, UserEventPayload131Role$inboundSchema, UserEventPayload131Role$outboundSchema, UserEventPayload131Role$, UserEventPayload131Project$inboundSchema, UserEventPayload131Project$outboundSchema, UserEventPayload131Project$, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirtyOne$, UserEventPayload130Project$inboundSchema, UserEventPayload130Project$outboundSchema, UserEventPayload130Project$, UserEventPayload130Role$inboundSchema, UserEventPayload130Role$outboundSchema, UserEventPayload130Role$, PreviousRole$inboundSchema, PreviousRole$outboundSchema, PreviousRole$, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, PayloadProjectMembership$, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndThirty$, UserEventPayload129Project$inboundSchema, UserEventPayload129Project$outboundSchema, UserEventPayload129Project$, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, UserEventPayloadRole$, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, RemovedMembership$, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, OneHundredAndTwentyNine$, UserEventPayload128Project$inboundSchema, UserEventPayload128Project$outboundSchema, UserEventPayload128Project$, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PayloadRole$, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, ProjectMembership$, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, OneHundredAndTwentyEight$, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, OneHundredAndTwentySeven$, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentySix$, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, OneHundredAndTwentyFive$, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, OneHundredAndTwentyFour$, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, OneHundredAndTwentyThree$, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyTwo$, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, OneHundredAndTwentyOne$, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, OneHundredAndTwenty$, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, OneHundredAndNineteen$, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndEighteen$, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, OneHundredAndSeventeen$, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, OneHundredAndSixteen$, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, OneHundredAndFifteen$, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, OneHundredAndFourteen$, Previous$inboundSchema, Previous$outboundSchema, Previous$, Next$inboundSchema, Next$outboundSchema, Next$, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndThirteen$, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, PayloadRemoteCaching$, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndTwelve$, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, OneHundredAndEleven$, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, OneHundredAndTen$, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, OneHundredAndNine$, UserEventPayload108User$inboundSchema, UserEventPayload108User$outboundSchema, UserEventPayload108User$, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndEight$, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, UserEventPayloadUser$, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSeven$, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, UpdatedUser$, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndSix$, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFive$, DeletedUser$inboundSchema, DeletedUser$outboundSchema, DeletedUser$, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndFour$, InvitedUser$inboundSchema, InvitedUser$outboundSchema, InvitedUser$, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndThree$, Reasons$inboundSchema, Reasons$outboundSchema, Reasons$, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndTwo$, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundredAndOne$, Store$inboundSchema, Store$outboundSchema, Store$, OneHundred$inboundSchema, OneHundred$outboundSchema, OneHundred$, StoreType$inboundSchema, StoreType$outboundSchema, StoreType$, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyNine$, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, UserEventPayloadType$, NinetyEight$inboundSchema, NinetyEight$outboundSchema, NinetyEight$, UserEventPayload97Type$inboundSchema, UserEventPayload97Type$outboundSchema, UserEventPayload97Type$, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, PayloadPricingPlan$, BudgetItem$inboundSchema, BudgetItem$outboundSchema, BudgetItem$, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, PayloadBudget$, NinetySeven$inboundSchema, NinetySeven$outboundSchema, NinetySeven$, UserEventPayload96Type$inboundSchema, UserEventPayload96Type$outboundSchema, UserEventPayload96Type$, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PricingPlan$, Budget$inboundSchema, Budget$outboundSchema, Budget$, NinetySix$inboundSchema, NinetySix$outboundSchema, NinetySix$, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFive$, ScalingRules$inboundSchema, ScalingRules$outboundSchema, ScalingRules$, NinetyFour$inboundSchema, NinetyFour$outboundSchema, NinetyFour$, NinetyThree$inboundSchema, NinetyThree$outboundSchema, NinetyThree$, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, NinetyTwo$, Name2$inboundSchema, Name2$outboundSchema, Name2$, Name$inboundSchema, Name$outboundSchema, Name$, NinetyOne$inboundSchema, NinetyOne$outboundSchema, NinetyOne$, UserEventPayload90Team$inboundSchema, UserEventPayload90Team$outboundSchema, UserEventPayload90Team$, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, PayloadPreviousRule$, Ninety$inboundSchema, Ninety$outboundSchema, Ninety$, UserEventPayload89Team$inboundSchema, UserEventPayload89Team$outboundSchema, UserEventPayload89Team$, PreviousRule$inboundSchema, PreviousRule$outboundSchema, PreviousRule$, NextRule$inboundSchema, NextRule$outboundSchema, NextRule$, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyNine$, EightyEight$inboundSchema, EightyEight$outboundSchema, EightyEight$, EightySeven$inboundSchema, EightySeven$outboundSchema, EightySeven$, EightySix$inboundSchema, EightySix$outboundSchema, EightySix$, EightyFive$inboundSchema, EightyFive$outboundSchema, EightyFive$, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyFour$, UserEventPayload83Team$inboundSchema, UserEventPayload83Team$outboundSchema, UserEventPayload83Team$, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, OldConnectConfigurations$, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, NewConnectConfigurations$, UserEventPayload83Project$inboundSchema, UserEventPayload83Project$outboundSchema, UserEventPayload83Project$, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyThree$, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyTwo$, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, UserEventPayloadAction$, EightyOne$inboundSchema, EightyOne$outboundSchema, EightyOne$, Paths$inboundSchema, Paths$outboundSchema, Paths$, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, OptionsAllowlist$, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, PayloadPaths$, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, OldOptionsAllowlist$, Eighty$inboundSchema, Eighty$outboundSchema, Eighty$, TrustedIps$inboundSchema, TrustedIps$outboundSchema, TrustedIps$, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, OldTrustedIps$, SeventyNine$inboundSchema, SeventyNine$outboundSchema, SeventyNine$, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtection2$, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtectionDeploymentType$, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PasswordProtection1$, PasswordProtection$inboundSchema, PasswordProtection$outboundSchema, PasswordProtection$, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtection2$, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtectionDeploymentType$, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection1$, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, OldPasswordProtection$, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventyEight$, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, SsoProtection2$, DeploymentType$inboundSchema, DeploymentType$outboundSchema, DeploymentType$, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, SsoProtection1$, SsoProtection$inboundSchema, SsoProtection$outboundSchema, SsoProtection$, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtection2$, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtectionDeploymentType$, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection1$, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, OldSsoProtection$, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySeven$, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventySix$, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFive$, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, ProjectAnalytics$, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, PrevProjectAnalytics$, SeventyFour$inboundSchema, SeventyFour$outboundSchema, SeventyFour$, UserEventPayload73Role$inboundSchema, UserEventPayload73Role$outboundSchema, UserEventPayload73Role$, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadOrigin$, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadGitUserId$, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, PayloadJoinedFrom$, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, RemovedUsers$, SeventyThree$inboundSchema, SeventyThree$outboundSchema, SeventyThree$, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyTwo$, SeventyOne$inboundSchema, SeventyOne$outboundSchema, SeventyOne$, Seventy$inboundSchema, Seventy$outboundSchema, Seventy$, SixtyNine$inboundSchema, SixtyNine$outboundSchema, SixtyNine$, PayloadName$inboundSchema, PayloadName$outboundSchema, PayloadName$, Browser$inboundSchema, Browser$outboundSchema, Browser$, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, UserEventPayloadName$, Os$inboundSchema, Os$outboundSchema, Os$, UserAgent$inboundSchema, UserAgent$outboundSchema, UserAgent$, Names$inboundSchema, Names$outboundSchema, Names$, City$inboundSchema, City$outboundSchema, City$, PayloadNames$inboundSchema, PayloadNames$outboundSchema, PayloadNames$, Country$inboundSchema, Country$outboundSchema, Country$, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, UserEventPayloadNames$, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, MostSpecificSubdivision$, Geolocation$inboundSchema, Geolocation$outboundSchema, Geolocation$, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtyEight$, SixtySeven$inboundSchema, SixtySeven$outboundSchema, SixtySeven$, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtySix$, SixtyFive$inboundSchema, SixtyFive$outboundSchema, SixtyFive$, SixtyFour$inboundSchema, SixtyFour$outboundSchema, SixtyFour$, Configurations$inboundSchema, Configurations$outboundSchema, Configurations$, SixtyThree$inboundSchema, SixtyThree$outboundSchema, SixtyThree$, UserEventPayload62Action$inboundSchema, UserEventPayload62Action$outboundSchema, UserEventPayload62Action$, BlockHistory$inboundSchema, BlockHistory$outboundSchema, BlockHistory$, History$inboundSchema, History$outboundSchema, History$, Abuse$inboundSchema, Abuse$outboundSchema, Abuse$, Plan$inboundSchema, Plan$outboundSchema, Plan$, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, PayloadBilling$, UserEventCredentialsType$inboundSchema, UserEventCredentialsType$outboundSchema, UserEventCredentialsType$, Credentials2$inboundSchema, Credentials2$outboundSchema, Credentials2$, CredentialsType$inboundSchema, CredentialsType$outboundSchema, CredentialsType$, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials1$, Credentials$inboundSchema, Credentials$outboundSchema, Credentials$, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDataCache$, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissals$, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadDismissedToasts$, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadFavoriteProjectsAndSpaces$, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespace$, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitNamespaceId$, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadImportFlowGitProvider$, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadGitNamespaceId$, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PayloadPreferredScopesAndGitNamespaces$, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, PreventAutoBlocking$, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, UserEventPayloadRemoteCaching$, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, PayloadBuildEntitlements$, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadPurchaseType$, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadBuildMachine$, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, PayloadResourceConfig$, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, ResourceLimits$, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadViewPreference$, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadFavoritesViewPreference$, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadRecentsViewPreference$, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, PayloadActiveDashboardViews$, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, SecondaryEmails$, Rules$inboundSchema, Rules$outboundSchema, Rules$, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, EmailNotifications$, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, PayloadReasons$, SiftScores$inboundSchema, SiftScores$outboundSchema, SiftScores$, UserEventPayload62Name$inboundSchema, UserEventPayload62Name$outboundSchema, UserEventPayload62Name$, SiftRoute$inboundSchema, SiftRoute$outboundSchema, SiftRoute$, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadReason$, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadBlockedDueToOverageType$, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, PayloadSoftBlock$, UserEventPayload62Role$inboundSchema, UserEventPayload62Role$outboundSchema, UserEventPayload62Role$, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamRoles$, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, PayloadTeamPermissions$, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadOrigin$, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadGitUserId$, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, UserEventPayloadJoinedFrom$, Teams$inboundSchema, Teams$outboundSchema, Teams$, UserEventPayload62Type$inboundSchema, UserEventPayload62Type$outboundSchema, UserEventPayload62Type$, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, UsageAlerts$, AiCredits$inboundSchema, AiCredits$outboundSchema, AiCredits$, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, AnalyticsUsage$, Artifacts$inboundSchema, Artifacts$outboundSchema, Artifacts$, Bandwidth$inboundSchema, Bandwidth$outboundSchema, Bandwidth$, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAdvancedRequests$, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalAvgSizeInBytes$, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, BlobTotalSimpleRequests$, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheRead$, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, DataCacheWrite$, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigRead$, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeConfigWrite$, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeFunctionExecutionUnits$, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeMiddlewareInvocations$, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequestAdditionalCpuDuration$, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, EdgeRequest$, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, ElasticConcurrencyBuildSlots$, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastDataTransfer$, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FastOriginTransfer$, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionDuration$, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, FunctionInvocation$, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheRead$, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationCacheWrite$, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, ImageOptimizationTransformation$, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, LogDrainsVolume$, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, MonitoringMetric$, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, BlobDataTransfer$, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, ObservabilityEvent$, PostgresComputeTime$inboundSchema, PostgresComputeTime$outboundSchema, PostgresComputeTime$, PostgresDataStorage$inboundSchema, PostgresDataStorage$outboundSchema, PostgresDataStorage$, PostgresDataTransfer$inboundSchema, PostgresDataTransfer$outboundSchema, PostgresDataTransfer$, PostgresDatabase$inboundSchema, PostgresDatabase$outboundSchema, PostgresDatabase$, PostgresWrittenData$inboundSchema, PostgresWrittenData$outboundSchema, PostgresWrittenData$, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, ServerlessFunctionExecution$, SourceImages$inboundSchema, SourceImages$outboundSchema, SourceImages$, StorageRedisTotalBandwidthInBytes$inboundSchema, StorageRedisTotalBandwidthInBytes$outboundSchema, StorageRedisTotalBandwidthInBytes$, StorageRedisTotalCommands$inboundSchema, StorageRedisTotalCommands$outboundSchema, StorageRedisTotalCommands$, StorageRedisTotalDailyAvgStorageInBytes$inboundSchema, StorageRedisTotalDailyAvgStorageInBytes$outboundSchema, StorageRedisTotalDailyAvgStorageInBytes$, StorageRedisTotalDatabases$inboundSchema, StorageRedisTotalDatabases$outboundSchema, StorageRedisTotalDatabases$, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspExcessBytes$, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafOwaspRequests$, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WafRateLimitRequest$, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, WebAnalyticsEvent$, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageUsageAlerts$, EnablePreviewFeedback$inboundSchema, EnablePreviewFeedback$outboundSchema, EnablePreviewFeedback$, BlockReason$inboundSchema, BlockReason$outboundSchema, BlockReason$, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadWebAnalytics$, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, PayloadBlockReason$, BlockType$inboundSchema, BlockType$outboundSchema, BlockType$, Monitoring$inboundSchema, Monitoring$outboundSchema, Monitoring$, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, UserEventPayloadBlockReason$, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, PayloadBlockType$, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, ObservabilityPlus$, UserEventPayload62BlockReason$inboundSchema, UserEventPayload62BlockReason$outboundSchema, UserEventPayload62BlockReason$, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayloadDataCache$, UserEventPayload62NewOwnerBlockReason$inboundSchema, UserEventPayload62NewOwnerBlockReason$outboundSchema, UserEventPayload62NewOwnerBlockReason$, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, PayloadImageOptimizationTransformation$, UserEventPayload62NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlockReason$, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, PayloadSourceImages$, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$, OverageReason$inboundSchema, OverageReason$outboundSchema, OverageReason$, BlobT$inboundSchema, BlobT$outboundSchema, BlobT$, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, PayloadOverageReason$, Postgres$inboundSchema, Postgres$outboundSchema, Postgres$, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, UserEventPayloadOverageReason$, Redis$inboundSchema, Redis$outboundSchema, Redis$, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, PayloadFeatureBlocks$, PayloadVersion$inboundSchema, PayloadVersion$outboundSchema, PayloadVersion$, PayloadNorthstarMigration$inboundSchema, PayloadNorthstarMigration$outboundSchema, PayloadNorthstarMigration$, Totp$inboundSchema, Totp$outboundSchema, Totp$, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, MfaConfiguration$, NewOwner$inboundSchema, NewOwner$outboundSchema, NewOwner$, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyTwo$, SixtyOne$inboundSchema, SixtyOne$outboundSchema, SixtyOne$, Sixty$inboundSchema, Sixty$outboundSchema, Sixty$, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, ConfigChanges$, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyNine$, UserEventPayload58OldEnvVarType$inboundSchema, UserEventPayload58OldEnvVarType$outboundSchema, UserEventPayload58OldEnvVarType$, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, UserEventPayloadTarget$, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, OldEnvVar$, UserEventPayload58Type$inboundSchema, UserEventPayload58Type$outboundSchema, UserEventPayload58Type$, UserEventPayload58Target$inboundSchema, UserEventPayload58Target$outboundSchema, UserEventPayload58Target$, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, NewEnvVar$, OldTarget$inboundSchema, OldTarget$outboundSchema, OldTarget$, NewTarget$inboundSchema, NewTarget$outboundSchema, NewTarget$, OldProjects$inboundSchema, OldProjects$outboundSchema, OldProjects$, NewProjects$inboundSchema, NewProjects$outboundSchema, NewProjects$, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, UpdateDiff$, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftyEight$, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadType$, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, PayloadTarget$, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySeven$, Target$inboundSchema, Target$outboundSchema, Target$, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftySix$, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFive$, FiftyFour$inboundSchema, FiftyFour$outboundSchema, FiftyFour$, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyThree$, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyTwo$, FiftyOne$inboundSchema, FiftyOne$outboundSchema, FiftyOne$, Fifty$inboundSchema, Fifty$outboundSchema, Fifty$, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyNine$, FortyEight$inboundSchema, FortyEight$outboundSchema, FortyEight$, UserEventPayload47OldTeam$inboundSchema, UserEventPayload47OldTeam$outboundSchema, UserEventPayload47OldTeam$, UserEventPayload47NewTeam$inboundSchema, UserEventPayload47NewTeam$outboundSchema, UserEventPayload47NewTeam$, FortySeven$inboundSchema, FortySeven$outboundSchema, FortySeven$, FortySix$inboundSchema, FortySix$outboundSchema, FortySix$, FortyFive$inboundSchema, FortyFive$outboundSchema, FortyFive$, FortyFour$inboundSchema, FortyFour$outboundSchema, FortyFour$, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyThree$, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyTwo$, FortyOne$inboundSchema, FortyOne$outboundSchema, FortyOne$, Forty$inboundSchema, Forty$outboundSchema, Forty$, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, UserEventPayloadDeployment$, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, ThirtyNine$, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadOldTeam$, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, UserEventPayloadNewTeam$, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, ThirtyEight$, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, PayloadDeployment$, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, ThirtySeven$, UserEventPayload36Project$inboundSchema, UserEventPayload36Project$outboundSchema, UserEventPayload36Project$, DeployHook$inboundSchema, DeployHook$outboundSchema, DeployHook$, Job$inboundSchema, Job$outboundSchema, Job$, ThirtySix$inboundSchema, ThirtySix$outboundSchema, ThirtySix$, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFive$, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyFour$, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyThree$, UserEventPayload32Team$inboundSchema, UserEventPayload32Team$outboundSchema, UserEventPayload32Team$, UserEventPayload32Configuration$inboundSchema, UserEventPayload32Configuration$outboundSchema, UserEventPayload32Configuration$, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyTwo$, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayloadTeam$, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayloadConfiguration$, UserEventPayload31Project$inboundSchema, UserEventPayload31Project$outboundSchema, UserEventPayload31Project$, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, ThirtyOne$, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, PayloadTeam$, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, PayloadConfiguration$, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, UserEventPayloadProject$, Thirty$inboundSchema, Thirty$outboundSchema, Thirty$, Team$inboundSchema, Team$outboundSchema, Team$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, PayloadProject$inboundSchema, PayloadProject$outboundSchema, PayloadProject$, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyNine$, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentyEight$, TwentySeven$inboundSchema, TwentySeven$outboundSchema, TwentySeven$, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentySix$, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFive$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadOldTeam$, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, PayloadNewTeam$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, OldTeam$inboundSchema, OldTeam$outboundSchema, OldTeam$, NewTeam$inboundSchema, NewTeam$outboundSchema, NewTeam$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, PayloadAction$inboundSchema, PayloadAction$outboundSchema, PayloadAction$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, Ten$inboundSchema, Ten$outboundSchema, Ten$, Nine$inboundSchema, Nine$outboundSchema, Nine$, Eight$inboundSchema, Eight$outboundSchema, Eight$, Deployment$inboundSchema, Deployment$outboundSchema, Deployment$, Seven$inboundSchema, Seven$outboundSchema, Seven$, UserEventPayload6AccessGroup$inboundSchema, UserEventPayload6AccessGroup$outboundSchema, UserEventPayload6AccessGroup$, Project$inboundSchema, Project$outboundSchema, Project$, Six$inboundSchema, Six$outboundSchema, Six$, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, UserEventPayloadAccessGroup$, PayloadUser$inboundSchema, PayloadUser$outboundSchema, PayloadUser$, Five$inboundSchema, Five$outboundSchema, Five$, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, PayloadAccessGroup$, Four$inboundSchema, Four$outboundSchema, Four$, AccessGroup$inboundSchema, AccessGroup$outboundSchema, AccessGroup$, Three$inboundSchema, Three$outboundSchema, Three$, Action$inboundSchema, Action$outboundSchema, Action$, Two$inboundSchema, Two$outboundSchema, Two$, One$inboundSchema, One$outboundSchema, One$, Payload$inboundSchema, Payload$outboundSchema, Payload$, UserEvent$inboundSchema, UserEvent$outboundSchema, UserEvent$;
95463
+ var UserEventType, GrantType, AuthMethod, Tier, UserEventPayload131Role, UserEventPayload130Role, PreviousRole, UserEventPayloadRole, PayloadRole, StoreType, UserEventPayloadType, UserEventPayload97Type, PayloadPricingPlan, UserEventPayload96Type, PricingPlan, UserEventPayloadAction, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayload73Role, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload62Action, Plan, UserEventCredentialsType, CredentialsType, PayloadImportFlowGitProvider, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload62Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload62Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload62Type, EnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload62BlockReason, UserEventPayload62NewOwnerBlockReason, UserEventPayload62NewOwnerFeatureBlocksBlockReason, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, PayloadVersion, UserEventPayload58OldEnvVarType, UserEventPayloadTarget, UserEventPayload58Type, UserEventPayload58Target, OldTarget, NewTarget, PayloadType, PayloadTarget, PayloadAction, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, UserEventType$, Entities$inboundSchema, Entities$outboundSchema, Entities$, User$inboundSchema, User$outboundSchema, User$, GrantType$inboundSchema, GrantType$outboundSchema, GrantType$, AuthMethod$inboundSchema, AuthMethod$outboundSchema, AuthMethod$, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortyEight$, UserEventPayload147Team$inboundSchema, UserEventPayload147Team$outboundSchema, UserEventPayload147Team$, UserEventPayload147Configuration$inboundSchema, UserEventPayload147Configuration$outboundSchema, UserEventPayload147Configuration$, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, UserEventPayloadPeering$, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySeven$, UserEventPayload146Team$inboundSchema, UserEventPayload146Team$outboundSchema, UserEventPayload146Team$, UserEventPayload146Configuration$inboundSchema, UserEventPayload146Configuration$outboundSchema, UserEventPayload146Configuration$, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, PayloadPeering$, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortySix$, UserEventPayload145Team$inboundSchema, UserEventPayload145Team$outboundSchema, UserEventPayload145Team$, UserEventPayload145Configuration$inboundSchema, UserEventPayload145Configuration$outboundSchema, UserEventPayload145Configuration$, Peering$inboundSchema, Peering$outboundSchema, Peering$, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFive$, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyFour$, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyThree$, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyTwo$, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndFortyOne$, Tier$inboundSchema, Tier$outboundSchema, Tier$, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndForty$, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, ProjectWebAnalytics$, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyNine$, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends2$, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends1$, Microfrontends$inboundSchema, Microfrontends$outboundSchema, Microfrontends$, UserEventPayload138Project$inboundSchema, UserEventPayload138Project$outboundSchema, UserEventPayload138Project$, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends2$, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, UserEventMicrofrontends1$, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, PayloadMicrofrontends$, UserEventPayload138PrevProject$inboundSchema, UserEventPayload138PrevProject$outboundSchema, UserEventPayload138PrevProject$, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadPrev$, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, PayloadGroup$, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtyEight$, UserEventPayload137Project$inboundSchema, UserEventPayload137Project$outboundSchema, UserEventPayload137Project$, Group$inboundSchema, Group$outboundSchema, Group$, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySeven$, Prev$inboundSchema, Prev$outboundSchema, Prev$, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtySix$, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFive$, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, OneHundredAndThirtyFour$, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, OneHundredAndThirtyThree$, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyTwo$, UserEventPayload131Role$inboundSchema, UserEventPayload131Role$outboundSchema, UserEventPayload131Role$, UserEventPayload131Project$inboundSchema, UserEventPayload131Project$outboundSchema, UserEventPayload131Project$, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirtyOne$, UserEventPayload130Project$inboundSchema, UserEventPayload130Project$outboundSchema, UserEventPayload130Project$, UserEventPayload130Role$inboundSchema, UserEventPayload130Role$outboundSchema, UserEventPayload130Role$, PreviousRole$inboundSchema, PreviousRole$outboundSchema, PreviousRole$, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, PayloadProjectMembership$, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndThirty$, UserEventPayload129Project$inboundSchema, UserEventPayload129Project$outboundSchema, UserEventPayload129Project$, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, UserEventPayloadRole$, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, RemovedMembership$, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, OneHundredAndTwentyNine$, UserEventPayload128Project$inboundSchema, UserEventPayload128Project$outboundSchema, UserEventPayload128Project$, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PayloadRole$, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, ProjectMembership$, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, OneHundredAndTwentyEight$, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, OneHundredAndTwentySeven$, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentySix$, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, OneHundredAndTwentyFive$, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, OneHundredAndTwentyFour$, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, OneHundredAndTwentyThree$, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyTwo$, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, OneHundredAndTwentyOne$, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, OneHundredAndTwenty$, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, OneHundredAndNineteen$, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndEighteen$, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, OneHundredAndSeventeen$, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, OneHundredAndSixteen$, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, OneHundredAndFifteen$, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, OneHundredAndFourteen$, Previous$inboundSchema, Previous$outboundSchema, Previous$, Next$inboundSchema, Next$outboundSchema, Next$, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndThirteen$, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, PayloadRemoteCaching$, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndTwelve$, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, OneHundredAndEleven$, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, OneHundredAndTen$, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, OneHundredAndNine$, UserEventPayload108User$inboundSchema, UserEventPayload108User$outboundSchema, UserEventPayload108User$, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndEight$, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, UserEventPayloadUser$, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSeven$, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, UpdatedUser$, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndSix$, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFive$, DeletedUser$inboundSchema, DeletedUser$outboundSchema, DeletedUser$, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndFour$, InvitedUser$inboundSchema, InvitedUser$outboundSchema, InvitedUser$, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndThree$, Reasons$inboundSchema, Reasons$outboundSchema, Reasons$, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndTwo$, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundredAndOne$, Store$inboundSchema, Store$outboundSchema, Store$, OneHundred$inboundSchema, OneHundred$outboundSchema, OneHundred$, StoreType$inboundSchema, StoreType$outboundSchema, StoreType$, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyNine$, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, UserEventPayloadType$, NinetyEight$inboundSchema, NinetyEight$outboundSchema, NinetyEight$, UserEventPayload97Type$inboundSchema, UserEventPayload97Type$outboundSchema, UserEventPayload97Type$, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, PayloadPricingPlan$, BudgetItem$inboundSchema, BudgetItem$outboundSchema, BudgetItem$, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, PayloadBudget$, NinetySeven$inboundSchema, NinetySeven$outboundSchema, NinetySeven$, UserEventPayload96Type$inboundSchema, UserEventPayload96Type$outboundSchema, UserEventPayload96Type$, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PricingPlan$, Budget$inboundSchema, Budget$outboundSchema, Budget$, NinetySix$inboundSchema, NinetySix$outboundSchema, NinetySix$, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFive$, ScalingRules$inboundSchema, ScalingRules$outboundSchema, ScalingRules$, NinetyFour$inboundSchema, NinetyFour$outboundSchema, NinetyFour$, NinetyThree$inboundSchema, NinetyThree$outboundSchema, NinetyThree$, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, NinetyTwo$, Name2$inboundSchema, Name2$outboundSchema, Name2$, Name$inboundSchema, Name$outboundSchema, Name$, NinetyOne$inboundSchema, NinetyOne$outboundSchema, NinetyOne$, UserEventPayload90Team$inboundSchema, UserEventPayload90Team$outboundSchema, UserEventPayload90Team$, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, PayloadPreviousRule$, Ninety$inboundSchema, Ninety$outboundSchema, Ninety$, UserEventPayload89Team$inboundSchema, UserEventPayload89Team$outboundSchema, UserEventPayload89Team$, PreviousRule$inboundSchema, PreviousRule$outboundSchema, PreviousRule$, NextRule$inboundSchema, NextRule$outboundSchema, NextRule$, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyNine$, EightyEight$inboundSchema, EightyEight$outboundSchema, EightyEight$, EightySeven$inboundSchema, EightySeven$outboundSchema, EightySeven$, EightySix$inboundSchema, EightySix$outboundSchema, EightySix$, EightyFive$inboundSchema, EightyFive$outboundSchema, EightyFive$, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyFour$, UserEventPayload83Team$inboundSchema, UserEventPayload83Team$outboundSchema, UserEventPayload83Team$, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, OldConnectConfigurations$, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, NewConnectConfigurations$, UserEventPayload83Project$inboundSchema, UserEventPayload83Project$outboundSchema, UserEventPayload83Project$, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyThree$, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyTwo$, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, UserEventPayloadAction$, EightyOne$inboundSchema, EightyOne$outboundSchema, EightyOne$, Paths$inboundSchema, Paths$outboundSchema, Paths$, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, OptionsAllowlist$, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, PayloadPaths$, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, OldOptionsAllowlist$, Eighty$inboundSchema, Eighty$outboundSchema, Eighty$, TrustedIps$inboundSchema, TrustedIps$outboundSchema, TrustedIps$, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, OldTrustedIps$, SeventyNine$inboundSchema, SeventyNine$outboundSchema, SeventyNine$, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtection2$, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtectionDeploymentType$, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PasswordProtection1$, PasswordProtection$inboundSchema, PasswordProtection$outboundSchema, PasswordProtection$, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtection2$, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtectionDeploymentType$, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection1$, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, OldPasswordProtection$, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventyEight$, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, SsoProtection2$, DeploymentType$inboundSchema, DeploymentType$outboundSchema, DeploymentType$, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, SsoProtection1$, SsoProtection$inboundSchema, SsoProtection$outboundSchema, SsoProtection$, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtection2$, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtectionDeploymentType$, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection1$, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, OldSsoProtection$, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySeven$, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventySix$, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFive$, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, ProjectAnalytics$, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, PrevProjectAnalytics$, SeventyFour$inboundSchema, SeventyFour$outboundSchema, SeventyFour$, UserEventPayload73Role$inboundSchema, UserEventPayload73Role$outboundSchema, UserEventPayload73Role$, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadOrigin$, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadGitUserId$, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, PayloadJoinedFrom$, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, RemovedUsers$, SeventyThree$inboundSchema, SeventyThree$outboundSchema, SeventyThree$, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyTwo$, SeventyOne$inboundSchema, SeventyOne$outboundSchema, SeventyOne$, Seventy$inboundSchema, Seventy$outboundSchema, Seventy$, SixtyNine$inboundSchema, SixtyNine$outboundSchema, SixtyNine$, PayloadName$inboundSchema, PayloadName$outboundSchema, PayloadName$, Browser$inboundSchema, Browser$outboundSchema, Browser$, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, UserEventPayloadName$, Os$inboundSchema, Os$outboundSchema, Os$, UserAgent$inboundSchema, UserAgent$outboundSchema, UserAgent$, Names$inboundSchema, Names$outboundSchema, Names$, City$inboundSchema, City$outboundSchema, City$, PayloadNames$inboundSchema, PayloadNames$outboundSchema, PayloadNames$, Country$inboundSchema, Country$outboundSchema, Country$, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, UserEventPayloadNames$, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, MostSpecificSubdivision$, Geolocation$inboundSchema, Geolocation$outboundSchema, Geolocation$, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtyEight$, SixtySeven$inboundSchema, SixtySeven$outboundSchema, SixtySeven$, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtySix$, SixtyFive$inboundSchema, SixtyFive$outboundSchema, SixtyFive$, SixtyFour$inboundSchema, SixtyFour$outboundSchema, SixtyFour$, Configurations$inboundSchema, Configurations$outboundSchema, Configurations$, SixtyThree$inboundSchema, SixtyThree$outboundSchema, SixtyThree$, UserEventPayload62Action$inboundSchema, UserEventPayload62Action$outboundSchema, UserEventPayload62Action$, BlockHistory$inboundSchema, BlockHistory$outboundSchema, BlockHistory$, History$inboundSchema, History$outboundSchema, History$, Abuse$inboundSchema, Abuse$outboundSchema, Abuse$, Plan$inboundSchema, Plan$outboundSchema, Plan$, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, PayloadBilling$, UserEventCredentialsType$inboundSchema, UserEventCredentialsType$outboundSchema, UserEventCredentialsType$, Credentials2$inboundSchema, Credentials2$outboundSchema, Credentials2$, CredentialsType$inboundSchema, CredentialsType$outboundSchema, CredentialsType$, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials1$, Credentials$inboundSchema, Credentials$outboundSchema, Credentials$, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDataCache$, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissals$, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadDismissedToasts$, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadFavoriteProjectsAndSpaces$, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespace$, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitNamespaceId$, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadImportFlowGitProvider$, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadGitNamespaceId$, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PayloadPreferredScopesAndGitNamespaces$, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, PreventAutoBlocking$, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, UserEventPayloadRemoteCaching$, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, PayloadBuildEntitlements$, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadPurchaseType$, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadBuildMachine$, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, PayloadResourceConfig$, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, ResourceLimits$, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadViewPreference$, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadFavoritesViewPreference$, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadRecentsViewPreference$, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, PayloadActiveDashboardViews$, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, SecondaryEmails$, Rules$inboundSchema, Rules$outboundSchema, Rules$, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, EmailNotifications$, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, PayloadReasons$, SiftScores$inboundSchema, SiftScores$outboundSchema, SiftScores$, UserEventPayload62Name$inboundSchema, UserEventPayload62Name$outboundSchema, UserEventPayload62Name$, SiftRoute$inboundSchema, SiftRoute$outboundSchema, SiftRoute$, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadReason$, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadBlockedDueToOverageType$, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, PayloadSoftBlock$, UserEventPayload62Role$inboundSchema, UserEventPayload62Role$outboundSchema, UserEventPayload62Role$, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamRoles$, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, PayloadTeamPermissions$, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadOrigin$, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadGitUserId$, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, UserEventPayloadJoinedFrom$, Teams$inboundSchema, Teams$outboundSchema, Teams$, UserEventPayload62Type$inboundSchema, UserEventPayload62Type$outboundSchema, UserEventPayload62Type$, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, UsageAlerts$, AiCredits$inboundSchema, AiCredits$outboundSchema, AiCredits$, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, AnalyticsUsage$, Artifacts$inboundSchema, Artifacts$outboundSchema, Artifacts$, Bandwidth$inboundSchema, Bandwidth$outboundSchema, Bandwidth$, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAdvancedRequests$, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalAvgSizeInBytes$, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, BlobTotalSimpleRequests$, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheRead$, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, DataCacheWrite$, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigRead$, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeConfigWrite$, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeFunctionExecutionUnits$, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeMiddlewareInvocations$, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequestAdditionalCpuDuration$, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, EdgeRequest$, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, ElasticConcurrencyBuildSlots$, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastDataTransfer$, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FastOriginTransfer$, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionDuration$, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, FunctionInvocation$, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheRead$, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationCacheWrite$, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, ImageOptimizationTransformation$, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, LogDrainsVolume$, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, MonitoringMetric$, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, BlobDataTransfer$, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, ObservabilityEvent$, PostgresComputeTime$inboundSchema, PostgresComputeTime$outboundSchema, PostgresComputeTime$, PostgresDataStorage$inboundSchema, PostgresDataStorage$outboundSchema, PostgresDataStorage$, PostgresDataTransfer$inboundSchema, PostgresDataTransfer$outboundSchema, PostgresDataTransfer$, PostgresDatabase$inboundSchema, PostgresDatabase$outboundSchema, PostgresDatabase$, PostgresWrittenData$inboundSchema, PostgresWrittenData$outboundSchema, PostgresWrittenData$, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, ServerlessFunctionExecution$, SourceImages$inboundSchema, SourceImages$outboundSchema, SourceImages$, StorageRedisTotalBandwidthInBytes$inboundSchema, StorageRedisTotalBandwidthInBytes$outboundSchema, StorageRedisTotalBandwidthInBytes$, StorageRedisTotalCommands$inboundSchema, StorageRedisTotalCommands$outboundSchema, StorageRedisTotalCommands$, StorageRedisTotalDailyAvgStorageInBytes$inboundSchema, StorageRedisTotalDailyAvgStorageInBytes$outboundSchema, StorageRedisTotalDailyAvgStorageInBytes$, StorageRedisTotalDatabases$inboundSchema, StorageRedisTotalDatabases$outboundSchema, StorageRedisTotalDatabases$, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspExcessBytes$, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafOwaspRequests$, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WafRateLimitRequest$, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, WebAnalyticsEvent$, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageUsageAlerts$, OverageMetadata$inboundSchema, OverageMetadata$outboundSchema, OverageMetadata$, EnablePreviewFeedback$inboundSchema, EnablePreviewFeedback$outboundSchema, EnablePreviewFeedback$, BlockReason$inboundSchema, BlockReason$outboundSchema, BlockReason$, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadWebAnalytics$, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, PayloadBlockReason$, BlockType$inboundSchema, BlockType$outboundSchema, BlockType$, Monitoring$inboundSchema, Monitoring$outboundSchema, Monitoring$, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, UserEventPayloadBlockReason$, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, PayloadBlockType$, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, ObservabilityPlus$, UserEventPayload62BlockReason$inboundSchema, UserEventPayload62BlockReason$outboundSchema, UserEventPayload62BlockReason$, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayloadDataCache$, UserEventPayload62NewOwnerBlockReason$inboundSchema, UserEventPayload62NewOwnerBlockReason$outboundSchema, UserEventPayload62NewOwnerBlockReason$, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, PayloadImageOptimizationTransformation$, UserEventPayload62NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlockReason$, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, PayloadSourceImages$, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksBlobBlockReason$, OverageReason$inboundSchema, OverageReason$outboundSchema, OverageReason$, BlobT$inboundSchema, BlobT$outboundSchema, BlobT$, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksPostgresBlockReason$, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, PayloadOverageReason$, Postgres$inboundSchema, Postgres$outboundSchema, Postgres$, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayload62NewOwnerFeatureBlocksRedisBlockReason$, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, UserEventPayloadOverageReason$, Redis$inboundSchema, Redis$outboundSchema, Redis$, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, PayloadFeatureBlocks$, PayloadVersion$inboundSchema, PayloadVersion$outboundSchema, PayloadVersion$, PayloadNorthstarMigration$inboundSchema, PayloadNorthstarMigration$outboundSchema, PayloadNorthstarMigration$, Totp$inboundSchema, Totp$outboundSchema, Totp$, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, MfaConfiguration$, NewOwner$inboundSchema, NewOwner$outboundSchema, NewOwner$, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyTwo$, SixtyOne$inboundSchema, SixtyOne$outboundSchema, SixtyOne$, Sixty$inboundSchema, Sixty$outboundSchema, Sixty$, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, ConfigChanges$, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyNine$, UserEventPayload58OldEnvVarType$inboundSchema, UserEventPayload58OldEnvVarType$outboundSchema, UserEventPayload58OldEnvVarType$, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, UserEventPayloadTarget$, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, OldEnvVar$, UserEventPayload58Type$inboundSchema, UserEventPayload58Type$outboundSchema, UserEventPayload58Type$, UserEventPayload58Target$inboundSchema, UserEventPayload58Target$outboundSchema, UserEventPayload58Target$, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, NewEnvVar$, OldTarget$inboundSchema, OldTarget$outboundSchema, OldTarget$, NewTarget$inboundSchema, NewTarget$outboundSchema, NewTarget$, OldProjects$inboundSchema, OldProjects$outboundSchema, OldProjects$, NewProjects$inboundSchema, NewProjects$outboundSchema, NewProjects$, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, UpdateDiff$, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftyEight$, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadType$, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, PayloadTarget$, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySeven$, Target$inboundSchema, Target$outboundSchema, Target$, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftySix$, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFive$, FiftyFour$inboundSchema, FiftyFour$outboundSchema, FiftyFour$, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyThree$, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyTwo$, FiftyOne$inboundSchema, FiftyOne$outboundSchema, FiftyOne$, Fifty$inboundSchema, Fifty$outboundSchema, Fifty$, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyNine$, FortyEight$inboundSchema, FortyEight$outboundSchema, FortyEight$, UserEventPayload47OldTeam$inboundSchema, UserEventPayload47OldTeam$outboundSchema, UserEventPayload47OldTeam$, UserEventPayload47NewTeam$inboundSchema, UserEventPayload47NewTeam$outboundSchema, UserEventPayload47NewTeam$, FortySeven$inboundSchema, FortySeven$outboundSchema, FortySeven$, FortySix$inboundSchema, FortySix$outboundSchema, FortySix$, FortyFive$inboundSchema, FortyFive$outboundSchema, FortyFive$, FortyFour$inboundSchema, FortyFour$outboundSchema, FortyFour$, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyThree$, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyTwo$, FortyOne$inboundSchema, FortyOne$outboundSchema, FortyOne$, Forty$inboundSchema, Forty$outboundSchema, Forty$, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, UserEventPayloadDeployment$, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, ThirtyNine$, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadOldTeam$, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, UserEventPayloadNewTeam$, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, ThirtyEight$, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, PayloadDeployment$, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, ThirtySeven$, UserEventPayload36Project$inboundSchema, UserEventPayload36Project$outboundSchema, UserEventPayload36Project$, DeployHook$inboundSchema, DeployHook$outboundSchema, DeployHook$, Job$inboundSchema, Job$outboundSchema, Job$, ThirtySix$inboundSchema, ThirtySix$outboundSchema, ThirtySix$, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFive$, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyFour$, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyThree$, UserEventPayload32Team$inboundSchema, UserEventPayload32Team$outboundSchema, UserEventPayload32Team$, UserEventPayload32Configuration$inboundSchema, UserEventPayload32Configuration$outboundSchema, UserEventPayload32Configuration$, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyTwo$, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayloadTeam$, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayloadConfiguration$, UserEventPayload31Project$inboundSchema, UserEventPayload31Project$outboundSchema, UserEventPayload31Project$, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, ThirtyOne$, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, PayloadTeam$, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, PayloadConfiguration$, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, UserEventPayloadProject$, Thirty$inboundSchema, Thirty$outboundSchema, Thirty$, Team$inboundSchema, Team$outboundSchema, Team$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, PayloadProject$inboundSchema, PayloadProject$outboundSchema, PayloadProject$, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyNine$, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentyEight$, TwentySeven$inboundSchema, TwentySeven$outboundSchema, TwentySeven$, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentySix$, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFive$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadOldTeam$, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, PayloadNewTeam$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, OldTeam$inboundSchema, OldTeam$outboundSchema, OldTeam$, NewTeam$inboundSchema, NewTeam$outboundSchema, NewTeam$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, PayloadAction$inboundSchema, PayloadAction$outboundSchema, PayloadAction$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, Ten$inboundSchema, Ten$outboundSchema, Ten$, Nine$inboundSchema, Nine$outboundSchema, Nine$, Eight$inboundSchema, Eight$outboundSchema, Eight$, Deployment$inboundSchema, Deployment$outboundSchema, Deployment$, Seven$inboundSchema, Seven$outboundSchema, Seven$, UserEventPayload6AccessGroup$inboundSchema, UserEventPayload6AccessGroup$outboundSchema, UserEventPayload6AccessGroup$, Project$inboundSchema, Project$outboundSchema, Project$, Six$inboundSchema, Six$outboundSchema, Six$, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, UserEventPayloadAccessGroup$, PayloadUser$inboundSchema, PayloadUser$outboundSchema, PayloadUser$, Five$inboundSchema, Five$outboundSchema, Five$, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, PayloadAccessGroup$, Four$inboundSchema, Four$outboundSchema, Four$, AccessGroup$inboundSchema, AccessGroup$outboundSchema, AccessGroup$, Three$inboundSchema, Three$outboundSchema, Three$, Action$inboundSchema, Action$outboundSchema, Action$, Two$inboundSchema, Two$outboundSchema, Two$, One$inboundSchema, One$outboundSchema, One$, Payload$inboundSchema, Payload$outboundSchema, Payload$, UserEvent$inboundSchema, UserEvent$outboundSchema, UserEvent$;
95240
95464
  var init_userevent = __esm(() => {
95241
95465
  init_lib();
95242
95466
  init_primitives();
@@ -98653,12 +98877,14 @@ var init_userevent = __esm(() => {
98653
98877
  PayloadBuildMachine$inboundSchema = objectType({
98654
98878
  purchaseType: PayloadPurchaseType$inboundSchema.optional(),
98655
98879
  abovePlan: booleanType().optional(),
98880
+ isDefaultBuildMachine: booleanType().optional(),
98656
98881
  cores: numberType().optional(),
98657
98882
  memory: numberType().optional()
98658
98883
  });
98659
98884
  PayloadBuildMachine$outboundSchema = objectType({
98660
98885
  purchaseType: PayloadPurchaseType$outboundSchema.optional(),
98661
98886
  abovePlan: booleanType().optional(),
98887
+ isDefaultBuildMachine: booleanType().optional(),
98662
98888
  cores: numberType().optional(),
98663
98889
  memory: numberType().optional()
98664
98890
  });
@@ -99670,6 +99896,18 @@ var init_userevent = __esm(() => {
99670
99896
  OverageUsageAlerts$.inboundSchema = OverageUsageAlerts$inboundSchema;
99671
99897
  OverageUsageAlerts$.outboundSchema = OverageUsageAlerts$outboundSchema;
99672
99898
  })(OverageUsageAlerts$ ||= {});
99899
+ OverageMetadata$inboundSchema = objectType({
99900
+ firstTimeOnDemandNotificationSentAt: numberType().optional(),
99901
+ overageSummaryEmailSentAt: numberType().optional()
99902
+ });
99903
+ OverageMetadata$outboundSchema = objectType({
99904
+ firstTimeOnDemandNotificationSentAt: numberType().optional(),
99905
+ overageSummaryEmailSentAt: numberType().optional()
99906
+ });
99907
+ ((OverageMetadata$) => {
99908
+ OverageMetadata$.inboundSchema = OverageMetadata$inboundSchema;
99909
+ OverageMetadata$.outboundSchema = OverageMetadata$outboundSchema;
99910
+ })(OverageMetadata$ ||= {});
99673
99911
  EnablePreviewFeedback$inboundSchema = nativeEnumType(EnablePreviewFeedback);
99674
99912
  EnablePreviewFeedback$outboundSchema = EnablePreviewFeedback$inboundSchema;
99675
99913
  ((EnablePreviewFeedback$) => {
@@ -100064,6 +100302,7 @@ var init_userevent = __esm(() => {
100064
100302
  type: UserEventPayload62Type$inboundSchema,
100065
100303
  usageAlerts: nullableType(lazyType(() => UsageAlerts$inboundSchema)).optional(),
100066
100304
  overageUsageAlerts: lazyType(() => OverageUsageAlerts$inboundSchema).optional(),
100305
+ overageMetadata: lazyType(() => OverageMetadata$inboundSchema).optional(),
100067
100306
  username: stringType(),
100068
100307
  updatedAt: numberType(),
100069
100308
  enablePreviewFeedback: EnablePreviewFeedback$inboundSchema.optional(),
@@ -100140,6 +100379,7 @@ var init_userevent = __esm(() => {
100140
100379
  type: UserEventPayload62Type$outboundSchema,
100141
100380
  usageAlerts: nullableType(lazyType(() => UsageAlerts$outboundSchema)).optional(),
100142
100381
  overageUsageAlerts: lazyType(() => OverageUsageAlerts$outboundSchema).optional(),
100382
+ overageMetadata: lazyType(() => OverageMetadata$outboundSchema).optional(),
100143
100383
  username: stringType(),
100144
100384
  updatedAt: numberType(),
100145
100385
  enablePreviewFeedback: EnablePreviewFeedback$outboundSchema.optional(),
@@ -102343,9 +102583,9 @@ var init_listusereventsop = __esm(() => {
102343
102583
 
102344
102584
  // src/funcs/userListUserEvents.ts
102345
102585
  function userListUserEvents(client, request, options) {
102346
- return new APIPromise($do155(client, request, options));
102586
+ return new APIPromise($do156(client, request, options));
102347
102587
  }
102348
- async function $do155(client, request, options) {
102588
+ async function $do156(client, request, options) {
102349
102589
  const parsed = safeParse(request, (value) => ListUserEventsRequest$outboundSchema.parse(value), "Input validation failed");
102350
102590
  if (!parsed.ok) {
102351
102591
  return [parsed, { status: "invalid" }];
@@ -102425,12 +102665,12 @@ var init_userListUserEvents = __esm(() => {
102425
102665
  });
102426
102666
 
102427
102667
  // src/mcp-server/tools/userListUserEvents.ts
102428
- var args153, tool$userListUserEvents;
102668
+ var args154, tool$userListUserEvents;
102429
102669
  var init_userListUserEvents2 = __esm(() => {
102430
102670
  init_userListUserEvents();
102431
102671
  init_listusereventsop();
102432
102672
  init_tools();
102433
- args153 = {
102673
+ args154 = {
102434
102674
  request: ListUserEventsRequest$inboundSchema
102435
102675
  };
102436
102676
  tool$userListUserEvents = {
@@ -102438,9 +102678,9 @@ var init_userListUserEvents2 = __esm(() => {
102438
102678
  description: `List User Events
102439
102679
 
102440
102680
  Retrieves a list of "events" generated by the User on Vercel. Events are generated when the User performs a particular action, such as logging in, creating a deployment, and joining a Team (just to name a few). When the \`teamId\` parameter is supplied, then the events that are returned will be in relation to the Team that was specified.`,
102441
- args: args153,
102442
- tool: async (client, args154, ctx) => {
102443
- const [result, apiCall] = await userListUserEvents(client, args154.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102681
+ args: args154,
102682
+ tool: async (client, args155, ctx) => {
102683
+ const [result, apiCall] = await userListUserEvents(client, args155.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102444
102684
  if (!result.ok) {
102445
102685
  return {
102446
102686
  content: [{ type: "text", text: result.error.message }],
@@ -102497,9 +102737,9 @@ var init_requestdeleteop = __esm(() => {
102497
102737
 
102498
102738
  // src/funcs/userRequestDelete.ts
102499
102739
  function userRequestDelete(client, request, options) {
102500
- return new APIPromise($do156(client, request, options));
102740
+ return new APIPromise($do157(client, request, options));
102501
102741
  }
102502
- async function $do156(client, request, options) {
102742
+ async function $do157(client, request, options) {
102503
102743
  const parsed = safeParse(request, (value) => RequestDeleteRequestBody$outboundSchema.parse(value), "Input validation failed");
102504
102744
  if (!parsed.ok) {
102505
102745
  return [parsed, { status: "invalid" }];
@@ -102569,12 +102809,12 @@ var init_userRequestDelete = __esm(() => {
102569
102809
  });
102570
102810
 
102571
102811
  // src/mcp-server/tools/userRequestDelete.ts
102572
- var args154, tool$userRequestDelete;
102812
+ var args155, tool$userRequestDelete;
102573
102813
  var init_userRequestDelete2 = __esm(() => {
102574
102814
  init_userRequestDelete();
102575
102815
  init_requestdeleteop();
102576
102816
  init_tools();
102577
- args154 = {
102817
+ args155 = {
102578
102818
  request: RequestDeleteRequestBody$inboundSchema
102579
102819
  };
102580
102820
  tool$userRequestDelete = {
@@ -102582,9 +102822,9 @@ var init_userRequestDelete2 = __esm(() => {
102582
102822
  description: `Delete User Account
102583
102823
 
102584
102824
  Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process.`,
102585
- args: args154,
102586
- tool: async (client, args155, ctx) => {
102587
- const [result, apiCall] = await userRequestDelete(client, args155.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102825
+ args: args155,
102826
+ tool: async (client, args156, ctx) => {
102827
+ const [result, apiCall] = await userRequestDelete(client, args156.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102588
102828
  if (!result.ok) {
102589
102829
  return {
102590
102830
  content: [{ type: "text", text: result.error.message }],
@@ -102768,9 +103008,9 @@ var init_createwebhookop = __esm(() => {
102768
103008
 
102769
103009
  // src/funcs/webhooksCreateWebhook.ts
102770
103010
  function webhooksCreateWebhook(client, request, options) {
102771
- return new APIPromise($do157(client, request, options));
103011
+ return new APIPromise($do158(client, request, options));
102772
103012
  }
102773
- async function $do157(client, request, options) {
103013
+ async function $do158(client, request, options) {
102774
103014
  const parsed = safeParse(request, (value) => CreateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
102775
103015
  if (!parsed.ok) {
102776
103016
  return [parsed, { status: "invalid" }];
@@ -102845,12 +103085,12 @@ var init_webhooksCreateWebhook = __esm(() => {
102845
103085
  });
102846
103086
 
102847
103087
  // src/mcp-server/tools/webhooksCreateWebhook.ts
102848
- var args155, tool$webhooksCreateWebhook;
103088
+ var args156, tool$webhooksCreateWebhook;
102849
103089
  var init_webhooksCreateWebhook2 = __esm(() => {
102850
103090
  init_webhooksCreateWebhook();
102851
103091
  init_createwebhookop();
102852
103092
  init_tools();
102853
- args155 = {
103093
+ args156 = {
102854
103094
  request: CreateWebhookRequest$inboundSchema
102855
103095
  };
102856
103096
  tool$webhooksCreateWebhook = {
@@ -102858,9 +103098,9 @@ var init_webhooksCreateWebhook2 = __esm(() => {
102858
103098
  description: `Creates a webhook
102859
103099
 
102860
103100
  Creates a webhook`,
102861
- args: args155,
102862
- tool: async (client, args156, ctx) => {
102863
- const [result, apiCall] = await webhooksCreateWebhook(client, args156.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103101
+ args: args156,
103102
+ tool: async (client, args157, ctx) => {
103103
+ const [result, apiCall] = await webhooksCreateWebhook(client, args157.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102864
103104
  if (!result.ok) {
102865
103105
  return {
102866
103106
  content: [{ type: "text", text: result.error.message }],
@@ -102895,9 +103135,9 @@ var init_deletewebhookop = __esm(() => {
102895
103135
 
102896
103136
  // src/funcs/webhooksDeleteWebhook.ts
102897
103137
  function webhooksDeleteWebhook(client, request, options) {
102898
- return new APIPromise($do158(client, request, options));
103138
+ return new APIPromise($do159(client, request, options));
102899
103139
  }
102900
- async function $do158(client, request, options) {
103140
+ async function $do159(client, request, options) {
102901
103141
  const parsed = safeParse(request, (value) => DeleteWebhookRequest$outboundSchema.parse(value), "Input validation failed");
102902
103142
  if (!parsed.ok) {
102903
103143
  return [parsed, { status: "invalid" }];
@@ -102978,12 +103218,12 @@ var init_webhooksDeleteWebhook = __esm(() => {
102978
103218
  });
102979
103219
 
102980
103220
  // src/mcp-server/tools/webhooksDeleteWebhook.ts
102981
- var args156, tool$webhooksDeleteWebhook;
103221
+ var args157, tool$webhooksDeleteWebhook;
102982
103222
  var init_webhooksDeleteWebhook2 = __esm(() => {
102983
103223
  init_webhooksDeleteWebhook();
102984
103224
  init_deletewebhookop();
102985
103225
  init_tools();
102986
- args156 = {
103226
+ args157 = {
102987
103227
  request: DeleteWebhookRequest$inboundSchema
102988
103228
  };
102989
103229
  tool$webhooksDeleteWebhook = {
@@ -102991,9 +103231,9 @@ var init_webhooksDeleteWebhook2 = __esm(() => {
102991
103231
  description: `Deletes a webhook
102992
103232
 
102993
103233
  Deletes a webhook`,
102994
- args: args156,
102995
- tool: async (client, args157, ctx) => {
102996
- const [result, apiCall] = await webhooksDeleteWebhook(client, args157.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103234
+ args: args157,
103235
+ tool: async (client, args158, ctx) => {
103236
+ const [result, apiCall] = await webhooksDeleteWebhook(client, args158.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
102997
103237
  if (!result.ok) {
102998
103238
  return {
102999
103239
  content: [{ type: "text", text: result.error.message }],
@@ -103100,9 +103340,9 @@ var init_getwebhookop = __esm(() => {
103100
103340
 
103101
103341
  // src/funcs/webhooksGetWebhook.ts
103102
103342
  function webhooksGetWebhook(client, request, options) {
103103
- return new APIPromise($do159(client, request, options));
103343
+ return new APIPromise($do160(client, request, options));
103104
103344
  }
103105
- async function $do159(client, request, options) {
103345
+ async function $do160(client, request, options) {
103106
103346
  const parsed = safeParse(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
103107
103347
  if (!parsed.ok) {
103108
103348
  return [parsed, { status: "invalid" }];
@@ -103182,12 +103422,12 @@ var init_webhooksGetWebhook = __esm(() => {
103182
103422
  });
103183
103423
 
103184
103424
  // src/mcp-server/tools/webhooksGetWebhook.ts
103185
- var args157, tool$webhooksGetWebhook;
103425
+ var args158, tool$webhooksGetWebhook;
103186
103426
  var init_webhooksGetWebhook2 = __esm(() => {
103187
103427
  init_webhooksGetWebhook();
103188
103428
  init_getwebhookop();
103189
103429
  init_tools();
103190
- args157 = {
103430
+ args158 = {
103191
103431
  request: GetWebhookRequest$inboundSchema
103192
103432
  };
103193
103433
  tool$webhooksGetWebhook = {
@@ -103195,9 +103435,9 @@ var init_webhooksGetWebhook2 = __esm(() => {
103195
103435
  description: `Get a webhook
103196
103436
 
103197
103437
  Get a webhook`,
103198
- args: args157,
103199
- tool: async (client, args158, ctx) => {
103200
- const [result, apiCall] = await webhooksGetWebhook(client, args158.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103438
+ args: args158,
103439
+ tool: async (client, args159, ctx) => {
103440
+ const [result, apiCall] = await webhooksGetWebhook(client, args159.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103201
103441
  if (!result.ok) {
103202
103442
  return {
103203
103443
  content: [{ type: "text", text: result.error.message }],
@@ -103462,9 +103702,9 @@ var init_getwebhooksop = __esm(() => {
103462
103702
 
103463
103703
  // src/funcs/webhooksGetWebhooks.ts
103464
103704
  function webhooksGetWebhooks(client, request, options) {
103465
- return new APIPromise($do160(client, request, options));
103705
+ return new APIPromise($do161(client, request, options));
103466
103706
  }
103467
- async function $do160(client, request, options) {
103707
+ async function $do161(client, request, options) {
103468
103708
  const parsed = safeParse(request, (value) => GetWebhooksRequest$outboundSchema.parse(value), "Input validation failed");
103469
103709
  if (!parsed.ok) {
103470
103710
  return [parsed, { status: "invalid" }];
@@ -103539,12 +103779,12 @@ var init_webhooksGetWebhooks = __esm(() => {
103539
103779
  });
103540
103780
 
103541
103781
  // src/mcp-server/tools/webhooksGetWebhooks.ts
103542
- var args158, tool$webhooksGetWebhooks;
103782
+ var args159, tool$webhooksGetWebhooks;
103543
103783
  var init_webhooksGetWebhooks2 = __esm(() => {
103544
103784
  init_webhooksGetWebhooks();
103545
103785
  init_getwebhooksop();
103546
103786
  init_tools();
103547
- args158 = {
103787
+ args159 = {
103548
103788
  request: GetWebhooksRequest$inboundSchema
103549
103789
  };
103550
103790
  tool$webhooksGetWebhooks = {
@@ -103552,9 +103792,9 @@ var init_webhooksGetWebhooks2 = __esm(() => {
103552
103792
  description: `Get a list of webhooks
103553
103793
 
103554
103794
  Get a list of webhooks`,
103555
- args: args158,
103556
- tool: async (client, args159, ctx) => {
103557
- const [result, apiCall] = await webhooksGetWebhooks(client, args159.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103795
+ args: args159,
103796
+ tool: async (client, args160, ctx) => {
103797
+ const [result, apiCall] = await webhooksGetWebhooks(client, args160.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
103558
103798
  if (!result.ok) {
103559
103799
  return {
103560
103800
  content: [{ type: "text", text: result.error.message }],
@@ -103571,7 +103811,7 @@ Get a list of webhooks`,
103571
103811
  function createMCPServer(deps) {
103572
103812
  const server = new McpServer({
103573
103813
  name: "Vercel",
103574
- version: "1.6.4"
103814
+ version: "1.6.6"
103575
103815
  });
103576
103816
  const client = new VercelCore({
103577
103817
  bearerToken: deps.bearerToken,
@@ -103617,6 +103857,7 @@ function createMCPServer(deps) {
103617
103857
  tool(tool$projectsUpdateProjectDomain);
103618
103858
  tool(tool$projectsRemoveProjectDomain);
103619
103859
  tool(tool$projectsAddProjectDomain);
103860
+ tool(tool$projectsMoveProjectDomain);
103620
103861
  tool(tool$projectsVerifyProjectDomain);
103621
103862
  tool(tool$projectsFilterProjectEnvs);
103622
103863
  tool(tool$projectsCreateProjectEnv);
@@ -103874,6 +104115,7 @@ var init_server2 = __esm(() => {
103874
104115
  init_projectsGetProjectEnv2();
103875
104116
  init_projectsGetProjects2();
103876
104117
  init_projectsListPromoteAliases2();
104118
+ init_projectsMoveProjectDomain2();
103877
104119
  init_projectsPauseProject2();
103878
104120
  init_projectsRemoveProjectDomain2();
103879
104121
  init_projectsRemoveProjectEnv2();
@@ -105102,7 +105344,7 @@ var routes = an({
105102
105344
  var app = He(routes, {
105103
105345
  name: "mcp",
105104
105346
  versionInfo: {
105105
- currentVersion: "1.6.4"
105347
+ currentVersion: "1.6.6"
105106
105348
  }
105107
105349
  });
105108
105350
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -105110,5 +105352,5 @@ export {
105110
105352
  app
105111
105353
  };
105112
105354
 
105113
- //# debugId=D573F06CD5058FCD64756E2164756E21
105355
+ //# debugId=D71851914DCAED2064756E2164756E21
105114
105356
  //# sourceMappingURL=mcp-server.js.map