@vercel/sdk 1.11.0 → 1.11.2

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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -225,6 +225,7 @@ export declare const Framework: {
225
225
  readonly Vitepress: "vitepress";
226
226
  readonly Vuepress: "vuepress";
227
227
  readonly Parcel: "parcel";
228
+ readonly Fastapi: "fastapi";
228
229
  readonly Fasthtml: "fasthtml";
229
230
  readonly SanityV3: "sanity-v3";
230
231
  readonly Sanity: "sanity";
@@ -428,6 +429,7 @@ export declare const CreateDeploymentFramework: {
428
429
  readonly Vitepress: "vitepress";
429
430
  readonly Vuepress: "vuepress";
430
431
  readonly Parcel: "parcel";
432
+ readonly Fastapi: "fastapi";
431
433
  readonly Fasthtml: "fasthtml";
432
434
  readonly SanityV3: "sanity-v3";
433
435
  readonly Sanity: "sanity";
@@ -464,11 +466,11 @@ export type CreateDeploymentProjectSettings = {
464
466
  webAnalytics?: CreateDeploymentWebAnalytics | undefined;
465
467
  };
466
468
  export declare const CreateDeploymentDeploymentsStatus: {
469
+ readonly Error: "error";
470
+ readonly Timeout: "timeout";
467
471
  readonly Skipped: "skipped";
468
472
  readonly Pending: "pending";
469
473
  readonly Ready: "ready";
470
- readonly Error: "error";
471
- readonly Timeout: "timeout";
472
474
  };
473
475
  export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
474
476
  export type Integrations = {
@@ -549,8 +551,8 @@ export type Creator = {
549
551
  avatar?: string | undefined;
550
552
  };
551
553
  export declare const CreateDeploymentReadyState: {
552
- readonly Building: "BUILDING";
553
554
  readonly Error: "ERROR";
555
+ readonly Building: "BUILDING";
554
556
  readonly Initializing: "INITIALIZING";
555
557
  readonly Ready: "READY";
556
558
  };
@@ -566,8 +568,8 @@ export type Lambdas = {
566
568
  id: string;
567
569
  createdAt?: number | undefined;
568
570
  readyState?: CreateDeploymentReadyState | undefined;
569
- entrypoint?: string | null | undefined;
570
571
  readyStateAt?: number | undefined;
572
+ entrypoint?: string | null | undefined;
571
573
  output: Array<CreateDeploymentOutput>;
572
574
  };
573
575
  export declare const CreateDeploymentStatus: {
@@ -990,13 +992,13 @@ export declare const CreateDeploymentPlan: {
990
992
  };
991
993
  export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
992
994
  export declare const FunctionType: {
993
- readonly Fluid: "fluid";
994
995
  readonly Standard: "standard";
996
+ readonly Fluid: "fluid";
995
997
  };
996
998
  export type FunctionType = ClosedEnum<typeof FunctionType>;
997
999
  export declare const FunctionMemoryType: {
998
- readonly Standard: "standard";
999
1000
  readonly StandardLegacy: "standard_legacy";
1001
+ readonly Standard: "standard";
1000
1002
  readonly Performance: "performance";
1001
1003
  };
1002
1004
  export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
@@ -1072,12 +1074,12 @@ export type Routes3 = {
1072
1074
  middleware: number;
1073
1075
  };
1074
1076
  export declare const Handle: {
1075
- readonly Error: "error";
1076
1077
  readonly Filesystem: "filesystem";
1078
+ readonly Error: "error";
1077
1079
  readonly Hit: "hit";
1078
1080
  readonly Miss: "miss";
1079
- readonly Rewrite: "rewrite";
1080
1081
  readonly Resource: "resource";
1082
+ readonly Rewrite: "rewrite";
1081
1083
  };
1082
1084
  export type Handle = ClosedEnum<typeof Handle>;
1083
1085
  export type Routes2 = {
@@ -1201,8 +1203,8 @@ export declare const RoutesType: {
1201
1203
  };
1202
1204
  export type RoutesType = ClosedEnum<typeof RoutesType>;
1203
1205
  export declare const CreateDeploymentRoutesOp: {
1204
- readonly Append: "append";
1205
1206
  readonly Set: "set";
1207
+ readonly Append: "append";
1206
1208
  readonly Delete: "delete";
1207
1209
  };
1208
1210
  export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
@@ -1308,15 +1310,15 @@ export type CreateDeploymentMicrofrontendsApplications = {
1308
1310
  deploymentHost?: string | undefined;
1309
1311
  };
1310
1312
  /**
1311
- * The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
1313
+ * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1312
1314
  */
1313
1315
  export declare const MfeConfigUploadState: {
1314
- readonly Error: "error";
1315
1316
  readonly Success: "success";
1317
+ readonly WaitingOnBuild: "waiting_on_build";
1316
1318
  readonly NoConfig: "no_config";
1317
1319
  };
1318
1320
  /**
1319
- * The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
1321
+ * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1320
1322
  */
1321
1323
  export type MfeConfigUploadState = ClosedEnum<typeof MfeConfigUploadState>;
1322
1324
  export type CreateDeploymentMicrofrontends2 = {
@@ -1328,7 +1330,7 @@ export type CreateDeploymentMicrofrontends2 = {
1328
1330
  [k: string]: CreateDeploymentMicrofrontendsApplications;
1329
1331
  } | undefined;
1330
1332
  /**
1331
- * The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
1333
+ * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1332
1334
  */
1333
1335
  mfeConfigUploadState?: MfeConfigUploadState | undefined;
1334
1336
  /**
@@ -1395,8 +1397,8 @@ export declare const CreateDeploymentGitRepoDeploymentsType: {
1395
1397
  };
1396
1398
  export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
1397
1399
  export declare const CreateDeploymentGitRepoOwnerType: {
1398
- readonly Team: "team";
1399
1400
  readonly User: "user";
1401
+ readonly Team: "team";
1400
1402
  };
1401
1403
  export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
1402
1404
  export type GitRepo3 = {
@@ -1416,8 +1418,8 @@ export declare const CreateDeploymentGitRepoType: {
1416
1418
  };
1417
1419
  export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
1418
1420
  export declare const GitRepoOwnerType: {
1419
- readonly Team: "team";
1420
1421
  readonly User: "user";
1422
+ readonly Team: "team";
1421
1423
  };
1422
1424
  export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
1423
1425
  export type GitRepo2 = {
@@ -1437,8 +1439,8 @@ export declare const GitRepoType: {
1437
1439
  };
1438
1440
  export type GitRepoType = ClosedEnum<typeof GitRepoType>;
1439
1441
  export declare const OwnerType: {
1440
- readonly Team: "team";
1441
1442
  readonly User: "user";
1443
+ readonly Team: "team";
1442
1444
  };
1443
1445
  export type OwnerType = ClosedEnum<typeof OwnerType>;
1444
1446
  export type GitRepo1 = {
@@ -2060,6 +2062,7 @@ export declare namespace Framework$ {
2060
2062
  readonly Vitepress: "vitepress";
2061
2063
  readonly Vuepress: "vuepress";
2062
2064
  readonly Parcel: "parcel";
2065
+ readonly Fastapi: "fastapi";
2063
2066
  readonly Fasthtml: "fasthtml";
2064
2067
  readonly SanityV3: "sanity-v3";
2065
2068
  readonly Sanity: "sanity";
@@ -2113,6 +2116,7 @@ export declare namespace Framework$ {
2113
2116
  readonly Vitepress: "vitepress";
2114
2117
  readonly Vuepress: "vuepress";
2115
2118
  readonly Parcel: "parcel";
2119
+ readonly Fastapi: "fastapi";
2116
2120
  readonly Fasthtml: "fasthtml";
2117
2121
  readonly SanityV3: "sanity-v3";
2118
2122
  readonly Sanity: "sanity";
@@ -2369,6 +2373,7 @@ export declare namespace CreateDeploymentFramework$ {
2369
2373
  readonly Vitepress: "vitepress";
2370
2374
  readonly Vuepress: "vuepress";
2371
2375
  readonly Parcel: "parcel";
2376
+ readonly Fastapi: "fastapi";
2372
2377
  readonly Fasthtml: "fasthtml";
2373
2378
  readonly SanityV3: "sanity-v3";
2374
2379
  readonly Sanity: "sanity";
@@ -2422,6 +2427,7 @@ export declare namespace CreateDeploymentFramework$ {
2422
2427
  readonly Vitepress: "vitepress";
2423
2428
  readonly Vuepress: "vuepress";
2424
2429
  readonly Parcel: "parcel";
2430
+ readonly Fastapi: "fastapi";
2425
2431
  readonly Fasthtml: "fasthtml";
2426
2432
  readonly SanityV3: "sanity-v3";
2427
2433
  readonly Sanity: "sanity";
@@ -2525,19 +2531,19 @@ export declare const CreateDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
2525
2531
  export declare namespace CreateDeploymentDeploymentsStatus$ {
2526
2532
  /** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
2527
2533
  const inboundSchema: z.ZodNativeEnum<{
2534
+ readonly Error: "error";
2535
+ readonly Timeout: "timeout";
2528
2536
  readonly Skipped: "skipped";
2529
2537
  readonly Pending: "pending";
2530
2538
  readonly Ready: "ready";
2531
- readonly Error: "error";
2532
- readonly Timeout: "timeout";
2533
2539
  }>;
2534
2540
  /** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
2535
2541
  const outboundSchema: z.ZodNativeEnum<{
2542
+ readonly Error: "error";
2543
+ readonly Timeout: "timeout";
2536
2544
  readonly Skipped: "skipped";
2537
2545
  readonly Pending: "pending";
2538
2546
  readonly Ready: "ready";
2539
- readonly Error: "error";
2540
- readonly Timeout: "timeout";
2541
2547
  }>;
2542
2548
  }
2543
2549
  /** @internal */
@@ -2741,15 +2747,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
2741
2747
  export declare namespace CreateDeploymentReadyState$ {
2742
2748
  /** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
2743
2749
  const inboundSchema: z.ZodNativeEnum<{
2744
- readonly Building: "BUILDING";
2745
2750
  readonly Error: "ERROR";
2751
+ readonly Building: "BUILDING";
2746
2752
  readonly Initializing: "INITIALIZING";
2747
2753
  readonly Ready: "READY";
2748
2754
  }>;
2749
2755
  /** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
2750
2756
  const outboundSchema: z.ZodNativeEnum<{
2751
- readonly Building: "BUILDING";
2752
2757
  readonly Error: "ERROR";
2758
+ readonly Building: "BUILDING";
2753
2759
  readonly Initializing: "INITIALIZING";
2754
2760
  readonly Ready: "READY";
2755
2761
  }>;
@@ -2784,8 +2790,8 @@ export type Lambdas$Outbound = {
2784
2790
  id: string;
2785
2791
  createdAt?: number | undefined;
2786
2792
  readyState?: string | undefined;
2787
- entrypoint?: string | null | undefined;
2788
2793
  readyStateAt?: number | undefined;
2794
+ entrypoint?: string | null | undefined;
2789
2795
  output: Array<CreateDeploymentOutput$Outbound>;
2790
2796
  };
2791
2797
  /** @internal */
@@ -4175,13 +4181,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
4175
4181
  export declare namespace FunctionType$ {
4176
4182
  /** @deprecated use `FunctionType$inboundSchema` instead. */
4177
4183
  const inboundSchema: z.ZodNativeEnum<{
4178
- readonly Fluid: "fluid";
4179
4184
  readonly Standard: "standard";
4185
+ readonly Fluid: "fluid";
4180
4186
  }>;
4181
4187
  /** @deprecated use `FunctionType$outboundSchema` instead. */
4182
4188
  const outboundSchema: z.ZodNativeEnum<{
4183
- readonly Fluid: "fluid";
4184
4189
  readonly Standard: "standard";
4190
+ readonly Fluid: "fluid";
4185
4191
  }>;
4186
4192
  }
4187
4193
  /** @internal */
@@ -4195,14 +4201,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
4195
4201
  export declare namespace FunctionMemoryType$ {
4196
4202
  /** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
4197
4203
  const inboundSchema: z.ZodNativeEnum<{
4198
- readonly Standard: "standard";
4199
4204
  readonly StandardLegacy: "standard_legacy";
4205
+ readonly Standard: "standard";
4200
4206
  readonly Performance: "performance";
4201
4207
  }>;
4202
4208
  /** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
4203
4209
  const outboundSchema: z.ZodNativeEnum<{
4204
- readonly Standard: "standard";
4205
4210
  readonly StandardLegacy: "standard_legacy";
4211
+ readonly Standard: "standard";
4206
4212
  readonly Performance: "performance";
4207
4213
  }>;
4208
4214
  }
@@ -4363,21 +4369,21 @@ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
4363
4369
  export declare namespace Handle$ {
4364
4370
  /** @deprecated use `Handle$inboundSchema` instead. */
4365
4371
  const inboundSchema: z.ZodNativeEnum<{
4366
- readonly Error: "error";
4367
4372
  readonly Filesystem: "filesystem";
4373
+ readonly Error: "error";
4368
4374
  readonly Hit: "hit";
4369
4375
  readonly Miss: "miss";
4370
- readonly Rewrite: "rewrite";
4371
4376
  readonly Resource: "resource";
4377
+ readonly Rewrite: "rewrite";
4372
4378
  }>;
4373
4379
  /** @deprecated use `Handle$outboundSchema` instead. */
4374
4380
  const outboundSchema: z.ZodNativeEnum<{
4375
- readonly Error: "error";
4376
4381
  readonly Filesystem: "filesystem";
4382
+ readonly Error: "error";
4377
4383
  readonly Hit: "hit";
4378
4384
  readonly Miss: "miss";
4379
- readonly Rewrite: "rewrite";
4380
4385
  readonly Resource: "resource";
4386
+ readonly Rewrite: "rewrite";
4381
4387
  }>;
4382
4388
  }
4383
4389
  /** @internal */
@@ -4982,14 +4988,14 @@ export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<ty
4982
4988
  export declare namespace CreateDeploymentRoutesOp$ {
4983
4989
  /** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
4984
4990
  const inboundSchema: z.ZodNativeEnum<{
4985
- readonly Append: "append";
4986
4991
  readonly Set: "set";
4992
+ readonly Append: "append";
4987
4993
  readonly Delete: "delete";
4988
4994
  }>;
4989
4995
  /** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
4990
4996
  const outboundSchema: z.ZodNativeEnum<{
4991
- readonly Append: "append";
4992
4997
  readonly Set: "set";
4998
+ readonly Append: "append";
4993
4999
  readonly Delete: "delete";
4994
5000
  }>;
4995
5001
  }
@@ -5344,14 +5350,14 @@ export declare const MfeConfigUploadState$outboundSchema: z.ZodNativeEnum<typeof
5344
5350
  export declare namespace MfeConfigUploadState$ {
5345
5351
  /** @deprecated use `MfeConfigUploadState$inboundSchema` instead. */
5346
5352
  const inboundSchema: z.ZodNativeEnum<{
5347
- readonly Error: "error";
5348
5353
  readonly Success: "success";
5354
+ readonly WaitingOnBuild: "waiting_on_build";
5349
5355
  readonly NoConfig: "no_config";
5350
5356
  }>;
5351
5357
  /** @deprecated use `MfeConfigUploadState$outboundSchema` instead. */
5352
5358
  const outboundSchema: z.ZodNativeEnum<{
5353
- readonly Error: "error";
5354
5359
  readonly Success: "success";
5360
+ readonly WaitingOnBuild: "waiting_on_build";
5355
5361
  readonly NoConfig: "no_config";
5356
5362
  }>;
5357
5363
  }
@@ -5571,13 +5577,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
5571
5577
  export declare namespace CreateDeploymentGitRepoOwnerType$ {
5572
5578
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
5573
5579
  const inboundSchema: z.ZodNativeEnum<{
5574
- readonly Team: "team";
5575
5580
  readonly User: "user";
5581
+ readonly Team: "team";
5576
5582
  }>;
5577
5583
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
5578
5584
  const outboundSchema: z.ZodNativeEnum<{
5579
- readonly Team: "team";
5580
5585
  readonly User: "user";
5586
+ readonly Team: "team";
5581
5587
  }>;
5582
5588
  }
5583
5589
  /** @internal */
@@ -5640,13 +5646,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
5640
5646
  export declare namespace GitRepoOwnerType$ {
5641
5647
  /** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
5642
5648
  const inboundSchema: z.ZodNativeEnum<{
5643
- readonly Team: "team";
5644
5649
  readonly User: "user";
5650
+ readonly Team: "team";
5645
5651
  }>;
5646
5652
  /** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
5647
5653
  const outboundSchema: z.ZodNativeEnum<{
5648
- readonly Team: "team";
5649
5654
  readonly User: "user";
5655
+ readonly Team: "team";
5650
5656
  }>;
5651
5657
  }
5652
5658
  /** @internal */
@@ -5709,13 +5715,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
5709
5715
  export declare namespace OwnerType$ {
5710
5716
  /** @deprecated use `OwnerType$inboundSchema` instead. */
5711
5717
  const inboundSchema: z.ZodNativeEnum<{
5712
- readonly Team: "team";
5713
5718
  readonly User: "user";
5719
+ readonly Team: "team";
5714
5720
  }>;
5715
5721
  /** @deprecated use `OwnerType$outboundSchema` instead. */
5716
5722
  const outboundSchema: z.ZodNativeEnum<{
5717
- readonly Team: "team";
5718
5723
  readonly User: "user";
5724
+ readonly Team: "team";
5719
5725
  }>;
5720
5726
  }
5721
5727
  /** @internal */