@vercel/sdk 1.6.7 → 1.6.8

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 (142) hide show
  1. package/README.md +17 -29
  2. package/bin/mcp-server.js +2591 -901
  3. package/bin/mcp-server.js.map +29 -26
  4. package/docs/sdks/vercel/README.md +77 -0
  5. package/esm/__tests__/environment.test.js +28 -4
  6. package/esm/__tests__/environment.test.js.map +1 -1
  7. package/esm/__tests__/vercel.test.d.ts +2 -0
  8. package/esm/__tests__/vercel.test.d.ts.map +1 -0
  9. package/esm/__tests__/vercel.test.js +21 -0
  10. package/esm/__tests__/vercel.test.js.map +1 -0
  11. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  12. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  13. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts +18 -0
  14. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  15. package/esm/funcs/patchAliasesIdProtectionBypass.js +81 -0
  16. package/esm/funcs/patchAliasesIdProtectionBypass.js.map +1 -0
  17. package/esm/lib/config.d.ts +3 -3
  18. package/esm/lib/config.js +3 -3
  19. package/esm/lib/sdks.d.ts +3 -1
  20. package/esm/lib/sdks.d.ts.map +1 -1
  21. package/esm/lib/sdks.js +6 -11
  22. package/esm/lib/sdks.js.map +1 -1
  23. package/esm/mcp-server/mcp-server.js +1 -1
  24. package/esm/mcp-server/server.d.ts.map +1 -1
  25. package/esm/mcp-server/server.js +3 -1
  26. package/esm/mcp-server/server.js.map +1 -1
  27. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +7 -0
  28. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  29. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +26 -0
  30. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +1 -0
  31. package/esm/models/authuser.d.ts +0 -5
  32. package/esm/models/authuser.d.ts.map +1 -1
  33. package/esm/models/authuser.js +0 -2
  34. package/esm/models/authuser.js.map +1 -1
  35. package/esm/models/canceldeploymentop.d.ts +268 -26
  36. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  37. package/esm/models/canceldeploymentop.js +194 -24
  38. package/esm/models/canceldeploymentop.js.map +1 -1
  39. package/esm/models/createcustomenvironmentop.d.ts +244 -2
  40. package/esm/models/createcustomenvironmentop.d.ts.map +1 -1
  41. package/esm/models/createcustomenvironmentop.js +174 -2
  42. package/esm/models/createcustomenvironmentop.js.map +1 -1
  43. package/esm/models/createdeploymentop.d.ts +357 -58
  44. package/esm/models/createdeploymentop.d.ts.map +1 -1
  45. package/esm/models/createdeploymentop.js +290 -60
  46. package/esm/models/createdeploymentop.js.map +1 -1
  47. package/esm/models/createprojectop.d.ts +328 -71
  48. package/esm/models/createprojectop.d.ts.map +1 -1
  49. package/esm/models/createprojectop.js +253 -75
  50. package/esm/models/createprojectop.js.map +1 -1
  51. package/esm/models/createrecordop.d.ts +43 -43
  52. package/esm/models/createrecordop.d.ts.map +1 -1
  53. package/esm/models/createrecordop.js +51 -51
  54. package/esm/models/createrecordop.js.map +1 -1
  55. package/esm/models/getaliasop.d.ts +8 -8
  56. package/esm/models/getaliasop.d.ts.map +1 -1
  57. package/esm/models/getaliasop.js +12 -13
  58. package/esm/models/getaliasop.js.map +1 -1
  59. package/esm/models/getcustomenvironmentop.d.ts +242 -2
  60. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  61. package/esm/models/getcustomenvironmentop.js +175 -2
  62. package/esm/models/getcustomenvironmentop.js.map +1 -1
  63. package/esm/models/getdeploymentop.d.ts +502 -18
  64. package/esm/models/getdeploymentop.d.ts.map +1 -1
  65. package/esm/models/getdeploymentop.js +354 -14
  66. package/esm/models/getdeploymentop.js.map +1 -1
  67. package/esm/models/getprojectdomainsop.d.ts +30 -30
  68. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  69. package/esm/models/getprojectdomainsop.js +32 -32
  70. package/esm/models/getprojectdomainsop.js.map +1 -1
  71. package/esm/models/getprojectsop.d.ts +342 -95
  72. package/esm/models/getprojectsop.d.ts.map +1 -1
  73. package/esm/models/getprojectsop.js +285 -112
  74. package/esm/models/getprojectsop.js.map +1 -1
  75. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +242 -2
  76. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  77. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +172 -2
  78. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  79. package/esm/models/listaliasesop.d.ts +8 -8
  80. package/esm/models/listaliasesop.d.ts.map +1 -1
  81. package/esm/models/listaliasesop.js +12 -12
  82. package/esm/models/listaliasesop.js.map +1 -1
  83. package/esm/models/patchaliasesidprotectionbypassop.d.ts +409 -0
  84. package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +1 -0
  85. package/esm/models/patchaliasesidprotectionbypassop.js +386 -0
  86. package/esm/models/patchaliasesidprotectionbypassop.js.map +1 -0
  87. package/esm/models/removecustomenvironmentop.d.ts +245 -2
  88. package/esm/models/removecustomenvironmentop.d.ts.map +1 -1
  89. package/esm/models/removecustomenvironmentop.js +173 -2
  90. package/esm/models/removecustomenvironmentop.js.map +1 -1
  91. package/esm/models/updatecustomenvironmentop.d.ts +244 -2
  92. package/esm/models/updatecustomenvironmentop.d.ts.map +1 -1
  93. package/esm/models/updatecustomenvironmentop.js +174 -2
  94. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  95. package/esm/models/updateprojectdatacacheop.d.ts +358 -111
  96. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  97. package/esm/models/updateprojectdatacacheop.js +309 -135
  98. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  99. package/esm/models/updateprojectop.d.ts +342 -95
  100. package/esm/models/updateprojectop.d.ts.map +1 -1
  101. package/esm/models/updateprojectop.js +285 -111
  102. package/esm/models/updateprojectop.js.map +1 -1
  103. package/esm/models/userevent.d.ts +124 -6
  104. package/esm/models/userevent.d.ts.map +1 -1
  105. package/esm/models/userevent.js +114 -6
  106. package/esm/models/userevent.js.map +1 -1
  107. package/esm/sdk/sdk.d.ts +8 -1
  108. package/esm/sdk/sdk.d.ts.map +1 -1
  109. package/esm/sdk/sdk.js +8 -0
  110. package/esm/sdk/sdk.js.map +1 -1
  111. package/jsr.json +1 -1
  112. package/package.json +1 -1
  113. package/src/__tests__/environment.test.ts +28 -4
  114. package/src/__tests__/vercel.test.ts +26 -0
  115. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  116. package/src/funcs/patchAliasesIdProtectionBypass.ts +185 -0
  117. package/src/lib/config.ts +3 -3
  118. package/src/lib/sdks.ts +11 -11
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +3 -1
  121. package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +37 -0
  122. package/src/models/authuser.ts +0 -7
  123. package/src/models/canceldeploymentop.ts +503 -43
  124. package/src/models/createcustomenvironmentop.ts +426 -4
  125. package/src/models/createdeploymentop.ts +640 -117
  126. package/src/models/createprojectop.ts +658 -201
  127. package/src/models/createrecordop.ts +96 -84
  128. package/src/models/getaliasop.ts +16 -14
  129. package/src/models/getcustomenvironmentop.ts +412 -4
  130. package/src/models/getdeploymentop.ts +962 -49
  131. package/src/models/getprojectdomainsop.ts +84 -84
  132. package/src/models/getprojectsop.ts +630 -189
  133. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +473 -4
  134. package/src/models/listaliasesop.ts +19 -16
  135. package/src/models/patchaliasesidprotectionbypassop.ts +786 -0
  136. package/src/models/removecustomenvironmentop.ts +425 -4
  137. package/src/models/updatecustomenvironmentop.ts +437 -4
  138. package/src/models/updateprojectdatacacheop.ts +731 -271
  139. package/src/models/updateprojectop.ts +692 -249
  140. package/src/models/userevent.ts +205 -12
  141. package/src/sdk/sdk.ts +18 -1
  142. package/vercel-spec.json +2646 -161
@@ -160,6 +160,14 @@ export type OidcTokenConfig = {
160
160
  issuerMode?: IssuerMode | undefined;
161
161
  };
162
162
  export type CreateProjectRequestBody = {
163
+ /**
164
+ * Opt-in to preview toolbar on the project level
165
+ */
166
+ enablePreviewFeedback?: boolean | null | undefined;
167
+ /**
168
+ * Opt-in to production toolbar on the project level
169
+ */
170
+ enableProductionFeedback?: boolean | null | undefined;
163
171
  /**
164
172
  * The build command for this project. When `null` is used this value will be automatically detected
165
173
  */
@@ -481,7 +489,115 @@ export type CreateProjectEnv = {
481
489
  comment?: string | undefined;
482
490
  customEnvironmentIds?: Array<string> | undefined;
483
491
  };
484
- export type CreateProjectCustomEnvironments = {};
492
+ /**
493
+ * The type of environment (production, preview, or development)
494
+ */
495
+ export declare const CreateProjectProjectsResponse200Type: {
496
+ readonly Production: "production";
497
+ readonly Preview: "preview";
498
+ readonly Development: "development";
499
+ };
500
+ /**
501
+ * The type of environment (production, preview, or development)
502
+ */
503
+ export type CreateProjectProjectsResponse200Type = ClosedEnum<typeof CreateProjectProjectsResponse200Type>;
504
+ /**
505
+ * The type of matching to perform
506
+ */
507
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType: {
508
+ readonly EndsWith: "endsWith";
509
+ readonly StartsWith: "startsWith";
510
+ readonly Equals: "equals";
511
+ };
512
+ /**
513
+ * The type of matching to perform
514
+ */
515
+ export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
516
+ /**
517
+ * Configuration for matching git branches to this environment
518
+ */
519
+ export type CreateProjectBranchMatcher = {
520
+ /**
521
+ * The type of matching to perform
522
+ */
523
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType;
524
+ /**
525
+ * The pattern to match against branch names
526
+ */
527
+ pattern: string;
528
+ };
529
+ /**
530
+ * A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
531
+ */
532
+ export type CreateProjectVerification = {
533
+ type: string;
534
+ domain: string;
535
+ value: string;
536
+ reason: string;
537
+ };
538
+ /**
539
+ * List of domains associated with this environment
540
+ */
541
+ export type CreateProjectDomains = {
542
+ name: string;
543
+ apexName: string;
544
+ projectId: string;
545
+ redirect?: string | null | undefined;
546
+ redirectStatusCode?: number | null | undefined;
547
+ gitBranch?: string | null | undefined;
548
+ customEnvironmentId?: string | null | undefined;
549
+ updatedAt?: number | undefined;
550
+ createdAt?: number | undefined;
551
+ /**
552
+ * `true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed.
553
+ */
554
+ verified: boolean;
555
+ /**
556
+ * A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
557
+ */
558
+ verification?: Array<CreateProjectVerification> | undefined;
559
+ };
560
+ /**
561
+ * Internal representation of a custom environment with all required properties
562
+ */
563
+ export type CreateProjectCustomEnvironments = {
564
+ /**
565
+ * Unique identifier for the custom environment (format: env_*)
566
+ */
567
+ id: string;
568
+ /**
569
+ * URL-friendly name of the environment
570
+ */
571
+ slug: string;
572
+ /**
573
+ * The type of environment (production, preview, or development)
574
+ */
575
+ type: CreateProjectProjectsResponse200Type;
576
+ /**
577
+ * Optional description of the environment's purpose
578
+ */
579
+ description?: string | undefined;
580
+ /**
581
+ * Configuration for matching git branches to this environment
582
+ */
583
+ branchMatcher?: CreateProjectBranchMatcher | undefined;
584
+ /**
585
+ * List of domains associated with this environment
586
+ */
587
+ domains?: Array<CreateProjectDomains> | undefined;
588
+ /**
589
+ * List of aliases for the current deployment
590
+ */
591
+ currentDeploymentAliases?: Array<string> | undefined;
592
+ /**
593
+ * Timestamp when the environment was created
594
+ */
595
+ createdAt: number;
596
+ /**
597
+ * Timestamp when the environment was last updated
598
+ */
599
+ updatedAt: number;
600
+ };
485
601
  export declare const CreateProjectProjectsFramework: {
486
602
  readonly Blitzjs: "blitzjs";
487
603
  readonly Nextjs: "nextjs";
@@ -552,7 +668,7 @@ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBody
552
668
  * The type of matching to perform
553
669
  */
554
670
  export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
555
- export type CreateProjectBranchMatcher = {
671
+ export type CreateProjectProjectsBranchMatcher = {
556
672
  /**
557
673
  * The type of matching to perform
558
674
  */
@@ -619,10 +735,10 @@ export declare const CreateProjectReadySubstate: {
619
735
  readonly Promoted: "PROMOTED";
620
736
  };
621
737
  export type CreateProjectReadySubstate = ClosedEnum<typeof CreateProjectReadySubstate>;
622
- export declare const CreateProjectProjectsResponse200Type: {
738
+ export declare const CreateProjectProjectsResponse200ApplicationJSONType: {
623
739
  readonly Lambdas: "LAMBDAS";
624
740
  };
625
- export type CreateProjectProjectsResponse200Type = ClosedEnum<typeof CreateProjectProjectsResponse200Type>;
741
+ export type CreateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
626
742
  export type CreateProjectLatestDeployments = {
627
743
  id: string;
628
744
  alias?: Array<string> | undefined;
@@ -630,7 +746,7 @@ export type CreateProjectLatestDeployments = {
630
746
  aliasError?: CreateProjectAliasError | null | undefined;
631
747
  aliasFinal?: string | null | undefined;
632
748
  automaticAliases?: Array<string> | undefined;
633
- branchMatcher?: CreateProjectBranchMatcher | undefined;
749
+ branchMatcher?: CreateProjectProjectsBranchMatcher | undefined;
634
750
  buildingAt?: number | undefined;
635
751
  builds?: Array<CreateProjectBuilds> | undefined;
636
752
  checksConclusion?: CreateProjectChecksConclusion | undefined;
@@ -661,7 +777,7 @@ export type CreateProjectLatestDeployments = {
661
777
  requestedAt?: number | undefined;
662
778
  target?: string | null | undefined;
663
779
  teamId?: string | null | undefined;
664
- type: CreateProjectProjectsResponse200Type;
780
+ type: CreateProjectProjectsResponse200ApplicationJSONType;
665
781
  url: string;
666
782
  userId: string;
667
783
  withCache?: boolean | undefined;
@@ -900,8 +1016,8 @@ export type CreateProjectDefaultResourceConfig = {
900
1016
  buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
901
1017
  };
902
1018
  export declare const CreateProjectDeploymentType: {
903
- readonly All: "all";
904
1019
  readonly Preview: "preview";
1020
+ readonly All: "all";
905
1021
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
906
1022
  };
907
1023
  export type CreateProjectDeploymentType = ClosedEnum<typeof CreateProjectDeploymentType>;
@@ -925,7 +1041,7 @@ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBody
925
1041
  * The type of matching to perform
926
1042
  */
927
1043
  export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
928
- export type CreateProjectProjectsBranchMatcher = {
1044
+ export type CreateProjectProjectsResponseBranchMatcher = {
929
1045
  /**
930
1046
  * The type of matching to perform
931
1047
  */
@@ -992,10 +1108,10 @@ export declare const CreateProjectProjectsReadySubstate: {
992
1108
  readonly Promoted: "PROMOTED";
993
1109
  };
994
1110
  export type CreateProjectProjectsReadySubstate = ClosedEnum<typeof CreateProjectProjectsReadySubstate>;
995
- export declare const CreateProjectProjectsResponse200ApplicationJSONType: {
1111
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
996
1112
  readonly Lambdas: "LAMBDAS";
997
1113
  };
998
- export type CreateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
1114
+ export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
999
1115
  export type CreateProjectTargets = {
1000
1116
  id: string;
1001
1117
  alias?: Array<string> | undefined;
@@ -1003,7 +1119,7 @@ export type CreateProjectTargets = {
1003
1119
  aliasError?: CreateProjectProjectsAliasError | null | undefined;
1004
1120
  aliasFinal?: string | null | undefined;
1005
1121
  automaticAliases?: Array<string> | undefined;
1006
- branchMatcher?: CreateProjectProjectsBranchMatcher | undefined;
1122
+ branchMatcher?: CreateProjectProjectsResponseBranchMatcher | undefined;
1007
1123
  buildingAt?: number | undefined;
1008
1124
  builds?: Array<CreateProjectProjectsBuilds> | undefined;
1009
1125
  checksConclusion?: CreateProjectProjectsChecksConclusion | undefined;
@@ -1034,7 +1150,7 @@ export type CreateProjectTargets = {
1034
1150
  requestedAt?: number | undefined;
1035
1151
  target?: string | null | undefined;
1036
1152
  teamId?: string | null | undefined;
1037
- type: CreateProjectProjectsResponse200ApplicationJSONType;
1153
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType;
1038
1154
  url: string;
1039
1155
  userId: string;
1040
1156
  withCache?: boolean | undefined;
@@ -1245,17 +1361,21 @@ export declare const CreateProjectJobStatus: {
1245
1361
  readonly InProgress: "in-progress";
1246
1362
  };
1247
1363
  export type CreateProjectJobStatus = ClosedEnum<typeof CreateProjectJobStatus>;
1248
- export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
1364
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType: {
1249
1365
  readonly Promote: "promote";
1250
1366
  readonly Rollback: "rollback";
1251
1367
  };
1252
- export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
1368
+ export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType>;
1253
1369
  export type CreateProjectLastAliasRequest = {
1254
1370
  fromDeploymentId: string;
1255
1371
  toDeploymentId: string;
1372
+ /**
1373
+ * If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
1374
+ */
1375
+ fromRollingReleaseId?: string | undefined;
1256
1376
  jobStatus: CreateProjectJobStatus;
1257
1377
  requestedAt: number;
1258
- type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType;
1378
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType;
1259
1379
  };
1260
1380
  export declare const CreateProjectScope: {
1261
1381
  readonly AutomationBypass: "automation-bypass";
@@ -1267,20 +1387,20 @@ export type CreateProjectProtectionBypass = {
1267
1387
  scope: CreateProjectScope;
1268
1388
  };
1269
1389
  export declare const CreateProjectTrustedIpsProjectsDeploymentType: {
1270
- readonly All: "all";
1390
+ readonly Production: "production";
1271
1391
  readonly Preview: "preview";
1392
+ readonly All: "all";
1272
1393
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1273
- readonly Production: "production";
1274
1394
  };
1275
1395
  export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType>;
1276
1396
  export type CreateProjectTrustedIps2 = {
1277
1397
  deploymentType: CreateProjectTrustedIpsProjectsDeploymentType;
1278
1398
  };
1279
1399
  export declare const CreateProjectTrustedIpsDeploymentType: {
1280
- readonly All: "all";
1400
+ readonly Production: "production";
1281
1401
  readonly Preview: "preview";
1402
+ readonly All: "all";
1282
1403
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1283
- readonly Production: "production";
1284
1404
  };
1285
1405
  export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsDeploymentType>;
1286
1406
  export type TrustedIpsAddresses = {
@@ -1900,6 +2020,8 @@ export declare function oidcTokenConfigFromJSON(jsonString: string): SafeParseRe
1900
2020
  export declare const CreateProjectRequestBody$inboundSchema: z.ZodType<CreateProjectRequestBody, z.ZodTypeDef, unknown>;
1901
2021
  /** @internal */
1902
2022
  export type CreateProjectRequestBody$Outbound = {
2023
+ enablePreviewFeedback?: boolean | null | undefined;
2024
+ enableProductionFeedback?: boolean | null | undefined;
1903
2025
  buildCommand?: string | null | undefined;
1904
2026
  commandForIgnoringBuildStep?: string | null | undefined;
1905
2027
  devCommand?: string | null | undefined;
@@ -2923,9 +3045,143 @@ export declare namespace CreateProjectEnv$ {
2923
3045
  export declare function createProjectEnvToJSON(createProjectEnv: CreateProjectEnv): string;
2924
3046
  export declare function createProjectEnvFromJSON(jsonString: string): SafeParseResult<CreateProjectEnv, SDKValidationError>;
2925
3047
  /** @internal */
3048
+ export declare const CreateProjectProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Type>;
3049
+ /** @internal */
3050
+ export declare const CreateProjectProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Type>;
3051
+ /**
3052
+ * @internal
3053
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3054
+ */
3055
+ export declare namespace CreateProjectProjectsResponse200Type$ {
3056
+ /** @deprecated use `CreateProjectProjectsResponse200Type$inboundSchema` instead. */
3057
+ const inboundSchema: z.ZodNativeEnum<{
3058
+ readonly Production: "production";
3059
+ readonly Preview: "preview";
3060
+ readonly Development: "development";
3061
+ }>;
3062
+ /** @deprecated use `CreateProjectProjectsResponse200Type$outboundSchema` instead. */
3063
+ const outboundSchema: z.ZodNativeEnum<{
3064
+ readonly Production: "production";
3065
+ readonly Preview: "preview";
3066
+ readonly Development: "development";
3067
+ }>;
3068
+ }
3069
+ /** @internal */
3070
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
3071
+ /** @internal */
3072
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
3073
+ /**
3074
+ * @internal
3075
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3076
+ */
3077
+ export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$ {
3078
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema` instead. */
3079
+ const inboundSchema: z.ZodNativeEnum<{
3080
+ readonly EndsWith: "endsWith";
3081
+ readonly StartsWith: "startsWith";
3082
+ readonly Equals: "equals";
3083
+ }>;
3084
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema` instead. */
3085
+ const outboundSchema: z.ZodNativeEnum<{
3086
+ readonly EndsWith: "endsWith";
3087
+ readonly StartsWith: "startsWith";
3088
+ readonly Equals: "equals";
3089
+ }>;
3090
+ }
3091
+ /** @internal */
3092
+ export declare const CreateProjectBranchMatcher$inboundSchema: z.ZodType<CreateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3093
+ /** @internal */
3094
+ export type CreateProjectBranchMatcher$Outbound = {
3095
+ type: string;
3096
+ pattern: string;
3097
+ };
3098
+ /** @internal */
3099
+ export declare const CreateProjectBranchMatcher$outboundSchema: z.ZodType<CreateProjectBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectBranchMatcher>;
3100
+ /**
3101
+ * @internal
3102
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3103
+ */
3104
+ export declare namespace CreateProjectBranchMatcher$ {
3105
+ /** @deprecated use `CreateProjectBranchMatcher$inboundSchema` instead. */
3106
+ const inboundSchema: z.ZodType<CreateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3107
+ /** @deprecated use `CreateProjectBranchMatcher$outboundSchema` instead. */
3108
+ const outboundSchema: z.ZodType<CreateProjectBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectBranchMatcher>;
3109
+ /** @deprecated use `CreateProjectBranchMatcher$Outbound` instead. */
3110
+ type Outbound = CreateProjectBranchMatcher$Outbound;
3111
+ }
3112
+ export declare function createProjectBranchMatcherToJSON(createProjectBranchMatcher: CreateProjectBranchMatcher): string;
3113
+ export declare function createProjectBranchMatcherFromJSON(jsonString: string): SafeParseResult<CreateProjectBranchMatcher, SDKValidationError>;
3114
+ /** @internal */
3115
+ export declare const CreateProjectVerification$inboundSchema: z.ZodType<CreateProjectVerification, z.ZodTypeDef, unknown>;
3116
+ /** @internal */
3117
+ export type CreateProjectVerification$Outbound = {
3118
+ type: string;
3119
+ domain: string;
3120
+ value: string;
3121
+ reason: string;
3122
+ };
3123
+ /** @internal */
3124
+ export declare const CreateProjectVerification$outboundSchema: z.ZodType<CreateProjectVerification$Outbound, z.ZodTypeDef, CreateProjectVerification>;
3125
+ /**
3126
+ * @internal
3127
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3128
+ */
3129
+ export declare namespace CreateProjectVerification$ {
3130
+ /** @deprecated use `CreateProjectVerification$inboundSchema` instead. */
3131
+ const inboundSchema: z.ZodType<CreateProjectVerification, z.ZodTypeDef, unknown>;
3132
+ /** @deprecated use `CreateProjectVerification$outboundSchema` instead. */
3133
+ const outboundSchema: z.ZodType<CreateProjectVerification$Outbound, z.ZodTypeDef, CreateProjectVerification>;
3134
+ /** @deprecated use `CreateProjectVerification$Outbound` instead. */
3135
+ type Outbound = CreateProjectVerification$Outbound;
3136
+ }
3137
+ export declare function createProjectVerificationToJSON(createProjectVerification: CreateProjectVerification): string;
3138
+ export declare function createProjectVerificationFromJSON(jsonString: string): SafeParseResult<CreateProjectVerification, SDKValidationError>;
3139
+ /** @internal */
3140
+ export declare const CreateProjectDomains$inboundSchema: z.ZodType<CreateProjectDomains, z.ZodTypeDef, unknown>;
3141
+ /** @internal */
3142
+ export type CreateProjectDomains$Outbound = {
3143
+ name: string;
3144
+ apexName: string;
3145
+ projectId: string;
3146
+ redirect?: string | null | undefined;
3147
+ redirectStatusCode?: number | null | undefined;
3148
+ gitBranch?: string | null | undefined;
3149
+ customEnvironmentId?: string | null | undefined;
3150
+ updatedAt?: number | undefined;
3151
+ createdAt?: number | undefined;
3152
+ verified: boolean;
3153
+ verification?: Array<CreateProjectVerification$Outbound> | undefined;
3154
+ };
3155
+ /** @internal */
3156
+ export declare const CreateProjectDomains$outboundSchema: z.ZodType<CreateProjectDomains$Outbound, z.ZodTypeDef, CreateProjectDomains>;
3157
+ /**
3158
+ * @internal
3159
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3160
+ */
3161
+ export declare namespace CreateProjectDomains$ {
3162
+ /** @deprecated use `CreateProjectDomains$inboundSchema` instead. */
3163
+ const inboundSchema: z.ZodType<CreateProjectDomains, z.ZodTypeDef, unknown>;
3164
+ /** @deprecated use `CreateProjectDomains$outboundSchema` instead. */
3165
+ const outboundSchema: z.ZodType<CreateProjectDomains$Outbound, z.ZodTypeDef, CreateProjectDomains>;
3166
+ /** @deprecated use `CreateProjectDomains$Outbound` instead. */
3167
+ type Outbound = CreateProjectDomains$Outbound;
3168
+ }
3169
+ export declare function createProjectDomainsToJSON(createProjectDomains: CreateProjectDomains): string;
3170
+ export declare function createProjectDomainsFromJSON(jsonString: string): SafeParseResult<CreateProjectDomains, SDKValidationError>;
3171
+ /** @internal */
2926
3172
  export declare const CreateProjectCustomEnvironments$inboundSchema: z.ZodType<CreateProjectCustomEnvironments, z.ZodTypeDef, unknown>;
2927
3173
  /** @internal */
2928
- export type CreateProjectCustomEnvironments$Outbound = {};
3174
+ export type CreateProjectCustomEnvironments$Outbound = {
3175
+ id: string;
3176
+ slug: string;
3177
+ type: string;
3178
+ description?: string | undefined;
3179
+ branchMatcher?: CreateProjectBranchMatcher$Outbound | undefined;
3180
+ domains?: Array<CreateProjectDomains$Outbound> | undefined;
3181
+ currentDeploymentAliases?: Array<string> | undefined;
3182
+ createdAt: number;
3183
+ updatedAt: number;
3184
+ };
2929
3185
  /** @internal */
2930
3186
  export declare const CreateProjectCustomEnvironments$outboundSchema: z.ZodType<CreateProjectCustomEnvironments$Outbound, z.ZodTypeDef, CreateProjectCustomEnvironments>;
2931
3187
  /**
@@ -3139,28 +3395,28 @@ export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponse
3139
3395
  }>;
3140
3396
  }
3141
3397
  /** @internal */
3142
- export declare const CreateProjectBranchMatcher$inboundSchema: z.ZodType<CreateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3398
+ export declare const CreateProjectProjectsBranchMatcher$inboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3143
3399
  /** @internal */
3144
- export type CreateProjectBranchMatcher$Outbound = {
3400
+ export type CreateProjectProjectsBranchMatcher$Outbound = {
3145
3401
  type: string;
3146
3402
  pattern: string;
3147
3403
  };
3148
3404
  /** @internal */
3149
- export declare const CreateProjectBranchMatcher$outboundSchema: z.ZodType<CreateProjectBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectBranchMatcher>;
3405
+ export declare const CreateProjectProjectsBranchMatcher$outboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsBranchMatcher>;
3150
3406
  /**
3151
3407
  * @internal
3152
3408
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3153
3409
  */
3154
- export declare namespace CreateProjectBranchMatcher$ {
3155
- /** @deprecated use `CreateProjectBranchMatcher$inboundSchema` instead. */
3156
- const inboundSchema: z.ZodType<CreateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3157
- /** @deprecated use `CreateProjectBranchMatcher$outboundSchema` instead. */
3158
- const outboundSchema: z.ZodType<CreateProjectBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectBranchMatcher>;
3159
- /** @deprecated use `CreateProjectBranchMatcher$Outbound` instead. */
3160
- type Outbound = CreateProjectBranchMatcher$Outbound;
3410
+ export declare namespace CreateProjectProjectsBranchMatcher$ {
3411
+ /** @deprecated use `CreateProjectProjectsBranchMatcher$inboundSchema` instead. */
3412
+ const inboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3413
+ /** @deprecated use `CreateProjectProjectsBranchMatcher$outboundSchema` instead. */
3414
+ const outboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsBranchMatcher>;
3415
+ /** @deprecated use `CreateProjectProjectsBranchMatcher$Outbound` instead. */
3416
+ type Outbound = CreateProjectProjectsBranchMatcher$Outbound;
3161
3417
  }
3162
- export declare function createProjectBranchMatcherToJSON(createProjectBranchMatcher: CreateProjectBranchMatcher): string;
3163
- export declare function createProjectBranchMatcherFromJSON(jsonString: string): SafeParseResult<CreateProjectBranchMatcher, SDKValidationError>;
3418
+ export declare function createProjectProjectsBranchMatcherToJSON(createProjectProjectsBranchMatcher: CreateProjectProjectsBranchMatcher): string;
3419
+ export declare function createProjectProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<CreateProjectProjectsBranchMatcher, SDKValidationError>;
3164
3420
  /** @internal */
3165
3421
  export declare const CreateProjectBuilds$inboundSchema: z.ZodType<CreateProjectBuilds, z.ZodTypeDef, unknown>;
3166
3422
  /** @internal */
@@ -3360,19 +3616,19 @@ export declare namespace CreateProjectReadySubstate$ {
3360
3616
  }>;
3361
3617
  }
3362
3618
  /** @internal */
3363
- export declare const CreateProjectProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Type>;
3619
+ export declare const CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
3364
3620
  /** @internal */
3365
- export declare const CreateProjectProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Type>;
3621
+ export declare const CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
3366
3622
  /**
3367
3623
  * @internal
3368
3624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3369
3625
  */
3370
- export declare namespace CreateProjectProjectsResponse200Type$ {
3371
- /** @deprecated use `CreateProjectProjectsResponse200Type$inboundSchema` instead. */
3626
+ export declare namespace CreateProjectProjectsResponse200ApplicationJSONType$ {
3627
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
3372
3628
  const inboundSchema: z.ZodNativeEnum<{
3373
3629
  readonly Lambdas: "LAMBDAS";
3374
3630
  }>;
3375
- /** @deprecated use `CreateProjectProjectsResponse200Type$outboundSchema` instead. */
3631
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
3376
3632
  const outboundSchema: z.ZodNativeEnum<{
3377
3633
  readonly Lambdas: "LAMBDAS";
3378
3634
  }>;
@@ -3387,7 +3643,7 @@ export type CreateProjectLatestDeployments$Outbound = {
3387
3643
  aliasError?: CreateProjectAliasError$Outbound | null | undefined;
3388
3644
  aliasFinal?: string | null | undefined;
3389
3645
  automaticAliases?: Array<string> | undefined;
3390
- branchMatcher?: CreateProjectBranchMatcher$Outbound | undefined;
3646
+ branchMatcher?: CreateProjectProjectsBranchMatcher$Outbound | undefined;
3391
3647
  buildingAt?: number | undefined;
3392
3648
  builds?: Array<CreateProjectBuilds$Outbound> | undefined;
3393
3649
  checksConclusion?: string | undefined;
@@ -4127,14 +4383,14 @@ export declare const CreateProjectDeploymentType$outboundSchema: z.ZodNativeEnum
4127
4383
  export declare namespace CreateProjectDeploymentType$ {
4128
4384
  /** @deprecated use `CreateProjectDeploymentType$inboundSchema` instead. */
4129
4385
  const inboundSchema: z.ZodNativeEnum<{
4130
- readonly All: "all";
4131
4386
  readonly Preview: "preview";
4387
+ readonly All: "all";
4132
4388
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4133
4389
  }>;
4134
4390
  /** @deprecated use `CreateProjectDeploymentType$outboundSchema` instead. */
4135
4391
  const outboundSchema: z.ZodNativeEnum<{
4136
- readonly All: "all";
4137
4392
  readonly Preview: "preview";
4393
+ readonly All: "all";
4138
4394
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4139
4395
  }>;
4140
4396
  }
@@ -4226,28 +4482,28 @@ export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponse
4226
4482
  }>;
4227
4483
  }
4228
4484
  /** @internal */
4229
- export declare const CreateProjectProjectsBranchMatcher$inboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
4485
+ export declare const CreateProjectProjectsResponseBranchMatcher$inboundSchema: z.ZodType<CreateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
4230
4486
  /** @internal */
4231
- export type CreateProjectProjectsBranchMatcher$Outbound = {
4487
+ export type CreateProjectProjectsResponseBranchMatcher$Outbound = {
4232
4488
  type: string;
4233
4489
  pattern: string;
4234
4490
  };
4235
4491
  /** @internal */
4236
- export declare const CreateProjectProjectsBranchMatcher$outboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsBranchMatcher>;
4492
+ export declare const CreateProjectProjectsResponseBranchMatcher$outboundSchema: z.ZodType<CreateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsResponseBranchMatcher>;
4237
4493
  /**
4238
4494
  * @internal
4239
4495
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4240
4496
  */
4241
- export declare namespace CreateProjectProjectsBranchMatcher$ {
4242
- /** @deprecated use `CreateProjectProjectsBranchMatcher$inboundSchema` instead. */
4243
- const inboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
4244
- /** @deprecated use `CreateProjectProjectsBranchMatcher$outboundSchema` instead. */
4245
- const outboundSchema: z.ZodType<CreateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsBranchMatcher>;
4246
- /** @deprecated use `CreateProjectProjectsBranchMatcher$Outbound` instead. */
4247
- type Outbound = CreateProjectProjectsBranchMatcher$Outbound;
4497
+ export declare namespace CreateProjectProjectsResponseBranchMatcher$ {
4498
+ /** @deprecated use `CreateProjectProjectsResponseBranchMatcher$inboundSchema` instead. */
4499
+ const inboundSchema: z.ZodType<CreateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
4500
+ /** @deprecated use `CreateProjectProjectsResponseBranchMatcher$outboundSchema` instead. */
4501
+ const outboundSchema: z.ZodType<CreateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, CreateProjectProjectsResponseBranchMatcher>;
4502
+ /** @deprecated use `CreateProjectProjectsResponseBranchMatcher$Outbound` instead. */
4503
+ type Outbound = CreateProjectProjectsResponseBranchMatcher$Outbound;
4248
4504
  }
4249
- export declare function createProjectProjectsBranchMatcherToJSON(createProjectProjectsBranchMatcher: CreateProjectProjectsBranchMatcher): string;
4250
- export declare function createProjectProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<CreateProjectProjectsBranchMatcher, SDKValidationError>;
4505
+ export declare function createProjectProjectsResponseBranchMatcherToJSON(createProjectProjectsResponseBranchMatcher: CreateProjectProjectsResponseBranchMatcher): string;
4506
+ export declare function createProjectProjectsResponseBranchMatcherFromJSON(jsonString: string): SafeParseResult<CreateProjectProjectsResponseBranchMatcher, SDKValidationError>;
4251
4507
  /** @internal */
4252
4508
  export declare const CreateProjectProjectsBuilds$inboundSchema: z.ZodType<CreateProjectProjectsBuilds, z.ZodTypeDef, unknown>;
4253
4509
  /** @internal */
@@ -4447,19 +4703,19 @@ export declare namespace CreateProjectProjectsReadySubstate$ {
4447
4703
  }>;
4448
4704
  }
4449
4705
  /** @internal */
4450
- export declare const CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
4706
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
4451
4707
  /** @internal */
4452
- export declare const CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONType>;
4708
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
4453
4709
  /**
4454
4710
  * @internal
4455
4711
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4456
4712
  */
4457
- export declare namespace CreateProjectProjectsResponse200ApplicationJSONType$ {
4458
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
4713
+ export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ {
4714
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
4459
4715
  const inboundSchema: z.ZodNativeEnum<{
4460
4716
  readonly Lambdas: "LAMBDAS";
4461
4717
  }>;
4462
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
4718
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
4463
4719
  const outboundSchema: z.ZodNativeEnum<{
4464
4720
  readonly Lambdas: "LAMBDAS";
4465
4721
  }>;
@@ -4474,7 +4730,7 @@ export type CreateProjectTargets$Outbound = {
4474
4730
  aliasError?: CreateProjectProjectsAliasError$Outbound | null | undefined;
4475
4731
  aliasFinal?: string | null | undefined;
4476
4732
  automaticAliases?: Array<string> | undefined;
4477
- branchMatcher?: CreateProjectProjectsBranchMatcher$Outbound | undefined;
4733
+ branchMatcher?: CreateProjectProjectsResponseBranchMatcher$Outbound | undefined;
4478
4734
  buildingAt?: number | undefined;
4479
4735
  builds?: Array<CreateProjectProjectsBuilds$Outbound> | undefined;
4480
4736
  checksConclusion?: string | undefined;
@@ -4786,20 +5042,20 @@ export declare namespace CreateProjectJobStatus$ {
4786
5042
  }>;
4787
5043
  }
4788
5044
  /** @internal */
4789
- export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
5045
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType>;
4790
5046
  /** @internal */
4791
- export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
5047
+ export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType>;
4792
5048
  /**
4793
5049
  * @internal
4794
5050
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4795
5051
  */
4796
- export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ {
4797
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
5052
+ export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType$ {
5053
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType$inboundSchema` instead. */
4798
5054
  const inboundSchema: z.ZodNativeEnum<{
4799
5055
  readonly Promote: "promote";
4800
5056
  readonly Rollback: "rollback";
4801
5057
  }>;
4802
- /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
5058
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType$outboundSchema` instead. */
4803
5059
  const outboundSchema: z.ZodNativeEnum<{
4804
5060
  readonly Promote: "promote";
4805
5061
  readonly Rollback: "rollback";
@@ -4811,6 +5067,7 @@ export declare const CreateProjectLastAliasRequest$inboundSchema: z.ZodType<Crea
4811
5067
  export type CreateProjectLastAliasRequest$Outbound = {
4812
5068
  fromDeploymentId: string;
4813
5069
  toDeploymentId: string;
5070
+ fromRollingReleaseId?: string | undefined;
4814
5071
  jobStatus: string;
4815
5072
  requestedAt: number;
4816
5073
  type: string;
@@ -4884,17 +5141,17 @@ export declare const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchem
4884
5141
  export declare namespace CreateProjectTrustedIpsProjectsDeploymentType$ {
4885
5142
  /** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
4886
5143
  const inboundSchema: z.ZodNativeEnum<{
4887
- readonly All: "all";
5144
+ readonly Production: "production";
4888
5145
  readonly Preview: "preview";
5146
+ readonly All: "all";
4889
5147
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4890
- readonly Production: "production";
4891
5148
  }>;
4892
5149
  /** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
4893
5150
  const outboundSchema: z.ZodNativeEnum<{
4894
- readonly All: "all";
5151
+ readonly Production: "production";
4895
5152
  readonly Preview: "preview";
5153
+ readonly All: "all";
4896
5154
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4897
- readonly Production: "production";
4898
5155
  }>;
4899
5156
  }
4900
5157
  /** @internal */
@@ -4930,17 +5187,17 @@ export declare const CreateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
4930
5187
  export declare namespace CreateProjectTrustedIpsDeploymentType$ {
4931
5188
  /** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
4932
5189
  const inboundSchema: z.ZodNativeEnum<{
4933
- readonly All: "all";
5190
+ readonly Production: "production";
4934
5191
  readonly Preview: "preview";
5192
+ readonly All: "all";
4935
5193
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4936
- readonly Production: "production";
4937
5194
  }>;
4938
5195
  /** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
4939
5196
  const outboundSchema: z.ZodNativeEnum<{
4940
- readonly All: "all";
5197
+ readonly Production: "production";
4941
5198
  readonly Preview: "preview";
5199
+ readonly All: "all";
4942
5200
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4943
- readonly Production: "production";
4944
5201
  }>;
4945
5202
  }
4946
5203
  /** @internal */