@vercel/sdk 1.6.7 → 1.6.9

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 (162) hide show
  1. package/README.md +17 -29
  2. package/bin/mcp-server.js +2689 -996
  3. package/bin/mcp-server.js.map +33 -30
  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__/projects.test.js +13 -15
  8. package/esm/__tests__/projects.test.js.map +1 -1
  9. package/esm/__tests__/vercel.test.d.ts +2 -0
  10. package/esm/__tests__/vercel.test.d.ts.map +1 -0
  11. package/esm/__tests__/vercel.test.js +21 -0
  12. package/esm/__tests__/vercel.test.js.map +1 -0
  13. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  14. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  15. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts +18 -0
  16. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  17. package/esm/funcs/patchAliasesIdProtectionBypass.js +81 -0
  18. package/esm/funcs/patchAliasesIdProtectionBypass.js.map +1 -0
  19. package/esm/lib/config.d.ts +3 -3
  20. package/esm/lib/config.js +3 -3
  21. package/esm/lib/sdks.d.ts +3 -1
  22. package/esm/lib/sdks.d.ts.map +1 -1
  23. package/esm/lib/sdks.js +6 -11
  24. package/esm/lib/sdks.js.map +1 -1
  25. package/esm/mcp-server/mcp-server.js +1 -1
  26. package/esm/mcp-server/server.d.ts.map +1 -1
  27. package/esm/mcp-server/server.js +3 -1
  28. package/esm/mcp-server/server.js.map +1 -1
  29. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +7 -0
  30. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  31. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +26 -0
  32. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +1 -0
  33. package/esm/models/authuser.d.ts +0 -8
  34. package/esm/models/authuser.d.ts.map +1 -1
  35. package/esm/models/authuser.js +0 -3
  36. package/esm/models/authuser.js.map +1 -1
  37. package/esm/models/canceldeploymentop.d.ts +268 -26
  38. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  39. package/esm/models/canceldeploymentop.js +194 -24
  40. package/esm/models/canceldeploymentop.js.map +1 -1
  41. package/esm/models/createcustomenvironmentop.d.ts +244 -2
  42. package/esm/models/createcustomenvironmentop.d.ts.map +1 -1
  43. package/esm/models/createcustomenvironmentop.js +174 -2
  44. package/esm/models/createcustomenvironmentop.js.map +1 -1
  45. package/esm/models/createdeploymentop.d.ts +357 -58
  46. package/esm/models/createdeploymentop.d.ts.map +1 -1
  47. package/esm/models/createdeploymentop.js +290 -60
  48. package/esm/models/createdeploymentop.js.map +1 -1
  49. package/esm/models/createprojectenvop.d.ts +6 -6
  50. package/esm/models/createprojectenvop.js +2 -2
  51. package/esm/models/createprojectenvop.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +337 -80
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +256 -78
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/createrecordop.d.ts +43 -43
  57. package/esm/models/createrecordop.d.ts.map +1 -1
  58. package/esm/models/createrecordop.js +51 -51
  59. package/esm/models/createrecordop.js.map +1 -1
  60. package/esm/models/editprojectenvop.d.ts +3 -3
  61. package/esm/models/editprojectenvop.js +1 -1
  62. package/esm/models/editprojectenvop.js.map +1 -1
  63. package/esm/models/getaliasop.d.ts +8 -8
  64. package/esm/models/getaliasop.d.ts.map +1 -1
  65. package/esm/models/getaliasop.js +12 -13
  66. package/esm/models/getaliasop.js.map +1 -1
  67. package/esm/models/getbypassipop.d.ts +28 -28
  68. package/esm/models/getbypassipop.d.ts.map +1 -1
  69. package/esm/models/getbypassipop.js +28 -28
  70. package/esm/models/getbypassipop.js.map +1 -1
  71. package/esm/models/getcustomenvironmentop.d.ts +242 -2
  72. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  73. package/esm/models/getcustomenvironmentop.js +175 -2
  74. package/esm/models/getcustomenvironmentop.js.map +1 -1
  75. package/esm/models/getdeploymentop.d.ts +502 -18
  76. package/esm/models/getdeploymentop.d.ts.map +1 -1
  77. package/esm/models/getdeploymentop.js +354 -14
  78. package/esm/models/getdeploymentop.js.map +1 -1
  79. package/esm/models/getprojectdomainsop.d.ts +30 -30
  80. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  81. package/esm/models/getprojectdomainsop.js +32 -32
  82. package/esm/models/getprojectdomainsop.js.map +1 -1
  83. package/esm/models/getprojectsop.d.ts +342 -95
  84. package/esm/models/getprojectsop.d.ts.map +1 -1
  85. package/esm/models/getprojectsop.js +285 -112
  86. package/esm/models/getprojectsop.js.map +1 -1
  87. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +242 -2
  88. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  89. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +172 -2
  90. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  91. package/esm/models/listaliasesop.d.ts +8 -8
  92. package/esm/models/listaliasesop.d.ts.map +1 -1
  93. package/esm/models/listaliasesop.js +12 -12
  94. package/esm/models/listaliasesop.js.map +1 -1
  95. package/esm/models/patchaliasesidprotectionbypassop.d.ts +409 -0
  96. package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +1 -0
  97. package/esm/models/patchaliasesidprotectionbypassop.js +386 -0
  98. package/esm/models/patchaliasesidprotectionbypassop.js.map +1 -0
  99. package/esm/models/removecustomenvironmentop.d.ts +245 -2
  100. package/esm/models/removecustomenvironmentop.d.ts.map +1 -1
  101. package/esm/models/removecustomenvironmentop.js +173 -2
  102. package/esm/models/removecustomenvironmentop.js.map +1 -1
  103. package/esm/models/removeprojectenvop.d.ts +9 -9
  104. package/esm/models/removeprojectenvop.js +3 -3
  105. package/esm/models/removeprojectenvop.js.map +1 -1
  106. package/esm/models/updatecustomenvironmentop.d.ts +244 -2
  107. package/esm/models/updatecustomenvironmentop.d.ts.map +1 -1
  108. package/esm/models/updatecustomenvironmentop.js +174 -2
  109. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  110. package/esm/models/updateprojectdatacacheop.d.ts +358 -111
  111. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  112. package/esm/models/updateprojectdatacacheop.js +309 -135
  113. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  114. package/esm/models/updateprojectop.d.ts +420 -104
  115. package/esm/models/updateprojectop.d.ts.map +1 -1
  116. package/esm/models/updateprojectop.js +342 -114
  117. package/esm/models/updateprojectop.js.map +1 -1
  118. package/esm/models/userevent.d.ts +161 -86
  119. package/esm/models/userevent.d.ts.map +1 -1
  120. package/esm/models/userevent.js +139 -64
  121. package/esm/models/userevent.js.map +1 -1
  122. package/esm/sdk/sdk.d.ts +8 -1
  123. package/esm/sdk/sdk.d.ts.map +1 -1
  124. package/esm/sdk/sdk.js +8 -0
  125. package/esm/sdk/sdk.js.map +1 -1
  126. package/jsr.json +1 -1
  127. package/package.json +1 -1
  128. package/src/__tests__/environment.test.ts +28 -4
  129. package/src/__tests__/projects.test.ts +13 -15
  130. package/src/__tests__/vercel.test.ts +26 -0
  131. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  132. package/src/funcs/patchAliasesIdProtectionBypass.ts +185 -0
  133. package/src/lib/config.ts +3 -3
  134. package/src/lib/sdks.ts +11 -11
  135. package/src/mcp-server/mcp-server.ts +1 -1
  136. package/src/mcp-server/server.ts +3 -1
  137. package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +37 -0
  138. package/src/models/authuser.ts +0 -8
  139. package/src/models/canceldeploymentop.ts +503 -43
  140. package/src/models/createcustomenvironmentop.ts +426 -4
  141. package/src/models/createdeploymentop.ts +640 -117
  142. package/src/models/createprojectenvop.ts +2 -2
  143. package/src/models/createprojectop.ts +658 -201
  144. package/src/models/createrecordop.ts +96 -84
  145. package/src/models/editprojectenvop.ts +1 -1
  146. package/src/models/getaliasop.ts +16 -14
  147. package/src/models/getbypassipop.ts +56 -56
  148. package/src/models/getcustomenvironmentop.ts +412 -4
  149. package/src/models/getdeploymentop.ts +962 -49
  150. package/src/models/getprojectdomainsop.ts +84 -84
  151. package/src/models/getprojectsop.ts +630 -189
  152. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +473 -4
  153. package/src/models/listaliasesop.ts +19 -16
  154. package/src/models/patchaliasesidprotectionbypassop.ts +786 -0
  155. package/src/models/removecustomenvironmentop.ts +425 -4
  156. package/src/models/removeprojectenvop.ts +3 -3
  157. package/src/models/updatecustomenvironmentop.ts +437 -4
  158. package/src/models/updateprojectdatacacheop.ts +731 -271
  159. package/src/models/updateprojectop.ts +786 -197
  160. package/src/models/userevent.ts +246 -121
  161. package/src/sdk/sdk.ts +18 -1
  162. package/vercel-spec.json +2609 -140
@@ -96,14 +96,14 @@ export declare const UpdateProjectDataCacheTarget1: {
96
96
  };
97
97
  export type UpdateProjectDataCacheTarget1 = ClosedEnum<typeof UpdateProjectDataCacheTarget1>;
98
98
  export type UpdateProjectDataCacheTarget = Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2;
99
- export declare const UpdateProjectDataCacheProjectsResponse200Type: {
99
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
100
100
  readonly Secret: "secret";
101
101
  readonly System: "system";
102
102
  readonly Encrypted: "encrypted";
103
103
  readonly Plain: "plain";
104
104
  readonly Sensitive: "sensitive";
105
105
  };
106
- export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
106
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
107
107
  export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
108
108
  readonly FlagsConnectionString: "flags-connection-string";
109
109
  };
@@ -228,15 +228,15 @@ export type ContentHint1 = {
228
228
  storeId: string;
229
229
  };
230
230
  export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | ContentHint11 | ContentHint12 | ContentHint13 | ContentHint15 | ContentHint14;
231
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
231
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType: {
232
232
  readonly FlagsSecret: "flags-secret";
233
233
  };
234
- export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
234
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
235
235
  /**
236
236
  * Similar to `contentHints`, but should not be exposed to the user.
237
237
  */
238
238
  export type InternalContentHint = {
239
- type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
239
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType;
240
240
  /**
241
241
  * Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
242
242
  */
@@ -244,7 +244,7 @@ export type InternalContentHint = {
244
244
  };
245
245
  export type Env = {
246
246
  target?: Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2 | undefined;
247
- type: UpdateProjectDataCacheProjectsResponse200Type;
247
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
248
248
  /**
249
249
  * This is used to identiy variables that have been migrated from type secret to sensitive.
250
250
  */
@@ -270,7 +270,115 @@ export type Env = {
270
270
  comment?: string | undefined;
271
271
  customEnvironmentIds?: Array<string> | undefined;
272
272
  };
273
- export type CustomEnvironments = {};
273
+ /**
274
+ * The type of environment (production, preview, or development)
275
+ */
276
+ export declare const UpdateProjectDataCacheType: {
277
+ readonly Production: "production";
278
+ readonly Preview: "preview";
279
+ readonly Development: "development";
280
+ };
281
+ /**
282
+ * The type of environment (production, preview, or development)
283
+ */
284
+ export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
285
+ /**
286
+ * The type of matching to perform
287
+ */
288
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType: {
289
+ readonly EndsWith: "endsWith";
290
+ readonly StartsWith: "startsWith";
291
+ readonly Equals: "equals";
292
+ };
293
+ /**
294
+ * The type of matching to perform
295
+ */
296
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
297
+ /**
298
+ * Configuration for matching git branches to this environment
299
+ */
300
+ export type UpdateProjectDataCacheProjectsResponseBranchMatcher = {
301
+ /**
302
+ * The type of matching to perform
303
+ */
304
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType;
305
+ /**
306
+ * The pattern to match against branch names
307
+ */
308
+ pattern: string;
309
+ };
310
+ /**
311
+ * 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`.
312
+ */
313
+ export type UpdateProjectDataCacheVerification = {
314
+ type: string;
315
+ domain: string;
316
+ value: string;
317
+ reason: string;
318
+ };
319
+ /**
320
+ * List of domains associated with this environment
321
+ */
322
+ export type UpdateProjectDataCacheDomains = {
323
+ name: string;
324
+ apexName: string;
325
+ projectId: string;
326
+ redirect?: string | null | undefined;
327
+ redirectStatusCode?: number | null | undefined;
328
+ gitBranch?: string | null | undefined;
329
+ customEnvironmentId?: string | null | undefined;
330
+ updatedAt?: number | undefined;
331
+ createdAt?: number | undefined;
332
+ /**
333
+ * `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.
334
+ */
335
+ verified: boolean;
336
+ /**
337
+ * 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`.
338
+ */
339
+ verification?: Array<UpdateProjectDataCacheVerification> | undefined;
340
+ };
341
+ /**
342
+ * Internal representation of a custom environment with all required properties
343
+ */
344
+ export type CustomEnvironments = {
345
+ /**
346
+ * Unique identifier for the custom environment (format: env_*)
347
+ */
348
+ id: string;
349
+ /**
350
+ * URL-friendly name of the environment
351
+ */
352
+ slug: string;
353
+ /**
354
+ * The type of environment (production, preview, or development)
355
+ */
356
+ type: UpdateProjectDataCacheType;
357
+ /**
358
+ * Optional description of the environment's purpose
359
+ */
360
+ description?: string | undefined;
361
+ /**
362
+ * Configuration for matching git branches to this environment
363
+ */
364
+ branchMatcher?: UpdateProjectDataCacheProjectsResponseBranchMatcher | undefined;
365
+ /**
366
+ * List of domains associated with this environment
367
+ */
368
+ domains?: Array<UpdateProjectDataCacheDomains> | undefined;
369
+ /**
370
+ * List of aliases for the current deployment
371
+ */
372
+ currentDeploymentAliases?: Array<string> | undefined;
373
+ /**
374
+ * Timestamp when the environment was created
375
+ */
376
+ createdAt: number;
377
+ /**
378
+ * Timestamp when the environment was last updated
379
+ */
380
+ updatedAt: number;
381
+ };
274
382
  export declare const UpdateProjectDataCacheFramework: {
275
383
  readonly Blitzjs: "blitzjs";
276
384
  readonly Nextjs: "nextjs";
@@ -332,7 +440,7 @@ export type UpdateProjectDataCacheProjectsAliasError = {
332
440
  /**
333
441
  * The type of matching to perform
334
442
  */
335
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
443
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType: {
336
444
  readonly EndsWith: "endsWith";
337
445
  readonly StartsWith: "startsWith";
338
446
  readonly Equals: "equals";
@@ -340,12 +448,12 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONTyp
340
448
  /**
341
449
  * The type of matching to perform
342
450
  */
343
- export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
344
- export type UpdateProjectDataCacheProjectsBranchMatcher = {
451
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
452
+ export type UpdateProjectDataCacheBranchMatcher = {
345
453
  /**
346
454
  * The type of matching to perform
347
455
  */
348
- type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
456
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
349
457
  /**
350
458
  * The pattern to match against branch names
351
459
  */
@@ -408,10 +516,10 @@ export declare const UpdateProjectDataCacheProjectsReadySubstate: {
408
516
  readonly Promoted: "PROMOTED";
409
517
  };
410
518
  export type UpdateProjectDataCacheProjectsReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
411
- export declare const UpdateProjectDataCacheType: {
519
+ export declare const UpdateProjectDataCacheProjectsType: {
412
520
  readonly Lambdas: "LAMBDAS";
413
521
  };
414
- export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
522
+ export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
415
523
  export type LatestDeployments = {
416
524
  id: string;
417
525
  alias?: Array<string> | undefined;
@@ -419,7 +527,7 @@ export type LatestDeployments = {
419
527
  aliasError?: UpdateProjectDataCacheProjectsAliasError | null | undefined;
420
528
  aliasFinal?: string | null | undefined;
421
529
  automaticAliases?: Array<string> | undefined;
422
- branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher | undefined;
530
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
423
531
  buildingAt?: number | undefined;
424
532
  builds?: Array<UpdateProjectDataCacheProjectsBuilds> | undefined;
425
533
  checksConclusion?: UpdateProjectDataCacheProjectsChecksConclusion | undefined;
@@ -450,7 +558,7 @@ export type LatestDeployments = {
450
558
  requestedAt?: number | undefined;
451
559
  target?: string | null | undefined;
452
560
  teamId?: string | null | undefined;
453
- type: UpdateProjectDataCacheType;
561
+ type: UpdateProjectDataCacheProjectsType;
454
562
  url: string;
455
563
  userId: string;
456
564
  withCache?: boolean | undefined;
@@ -689,8 +797,8 @@ export type DefaultResourceConfig = {
689
797
  buildMachineType?: UpdateProjectDataCacheBuildMachineType | undefined;
690
798
  };
691
799
  export declare const UpdateProjectDataCacheDeploymentType: {
692
- readonly All: "all";
693
800
  readonly Preview: "preview";
801
+ readonly All: "all";
694
802
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
695
803
  };
696
804
  export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
@@ -705,7 +813,7 @@ export type UpdateProjectDataCacheAliasError = {
705
813
  /**
706
814
  * The type of matching to perform
707
815
  */
708
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
816
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
709
817
  readonly EndsWith: "endsWith";
710
818
  readonly StartsWith: "startsWith";
711
819
  readonly Equals: "equals";
@@ -713,12 +821,12 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONRes
713
821
  /**
714
822
  * The type of matching to perform
715
823
  */
716
- export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
717
- export type UpdateProjectDataCacheBranchMatcher = {
824
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
825
+ export type UpdateProjectDataCacheProjectsBranchMatcher = {
718
826
  /**
719
827
  * The type of matching to perform
720
828
  */
721
- type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
829
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
722
830
  /**
723
831
  * The pattern to match against branch names
724
832
  */
@@ -781,10 +889,10 @@ export declare const UpdateProjectDataCacheReadySubstate: {
781
889
  readonly Promoted: "PROMOTED";
782
890
  };
783
891
  export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
784
- export declare const UpdateProjectDataCacheProjectsType: {
892
+ export declare const UpdateProjectDataCacheProjectsResponseType: {
785
893
  readonly Lambdas: "LAMBDAS";
786
894
  };
787
- export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
895
+ export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
788
896
  export type Targets = {
789
897
  id: string;
790
898
  alias?: Array<string> | undefined;
@@ -792,7 +900,7 @@ export type Targets = {
792
900
  aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
793
901
  aliasFinal?: string | null | undefined;
794
902
  automaticAliases?: Array<string> | undefined;
795
- branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
903
+ branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher | undefined;
796
904
  buildingAt?: number | undefined;
797
905
  builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
798
906
  checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
@@ -823,7 +931,7 @@ export type Targets = {
823
931
  requestedAt?: number | undefined;
824
932
  target?: string | null | undefined;
825
933
  teamId?: string | null | undefined;
826
- type: UpdateProjectDataCacheProjectsType;
934
+ type: UpdateProjectDataCacheProjectsResponseType;
827
935
  url: string;
828
936
  userId: string;
829
937
  withCache?: boolean | undefined;
@@ -1034,42 +1142,46 @@ export declare const JobStatus: {
1034
1142
  readonly InProgress: "in-progress";
1035
1143
  };
1036
1144
  export type JobStatus = ClosedEnum<typeof JobStatus>;
1037
- export declare const UpdateProjectDataCacheProjectsResponseType: {
1145
+ export declare const UpdateProjectDataCacheProjectsResponse200Type: {
1038
1146
  readonly Promote: "promote";
1039
1147
  readonly Rollback: "rollback";
1040
1148
  };
1041
- export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
1149
+ export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1042
1150
  export type LastAliasRequest = {
1043
1151
  fromDeploymentId: string;
1044
1152
  toDeploymentId: string;
1153
+ /**
1154
+ * If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
1155
+ */
1156
+ fromRollingReleaseId?: string | undefined;
1045
1157
  jobStatus: JobStatus;
1046
1158
  requestedAt: number;
1047
- type: UpdateProjectDataCacheProjectsResponseType;
1159
+ type: UpdateProjectDataCacheProjectsResponse200Type;
1048
1160
  };
1049
- export declare const Scope: {
1161
+ export declare const UpdateProjectDataCacheScope: {
1050
1162
  readonly AutomationBypass: "automation-bypass";
1051
1163
  };
1052
- export type Scope = ClosedEnum<typeof Scope>;
1164
+ export type UpdateProjectDataCacheScope = ClosedEnum<typeof UpdateProjectDataCacheScope>;
1053
1165
  export type ProtectionBypass = {
1054
1166
  createdAt: number;
1055
1167
  createdBy: string;
1056
- scope: Scope;
1168
+ scope: UpdateProjectDataCacheScope;
1057
1169
  };
1058
1170
  export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
1059
- readonly All: "all";
1171
+ readonly Production: "production";
1060
1172
  readonly Preview: "preview";
1173
+ readonly All: "all";
1061
1174
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1062
- readonly Production: "production";
1063
1175
  };
1064
1176
  export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
1065
1177
  export type TrustedIps2 = {
1066
1178
  deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
1067
1179
  };
1068
1180
  export declare const TrustedIpsDeploymentType: {
1069
- readonly All: "all";
1181
+ readonly Production: "production";
1070
1182
  readonly Preview: "preview";
1183
+ readonly All: "all";
1071
1184
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1072
- readonly Production: "production";
1073
1185
  };
1074
1186
  export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
1075
1187
  export type UpdateProjectDataCacheTrustedIpsAddresses = {
@@ -1637,15 +1749,15 @@ export declare namespace UpdateProjectDataCacheTarget$ {
1637
1749
  export declare function updateProjectDataCacheTargetToJSON(updateProjectDataCacheTarget: UpdateProjectDataCacheTarget): string;
1638
1750
  export declare function updateProjectDataCacheTargetFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheTarget, SDKValidationError>;
1639
1751
  /** @internal */
1640
- export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1752
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
1641
1753
  /** @internal */
1642
- export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1754
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
1643
1755
  /**
1644
1756
  * @internal
1645
1757
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1646
1758
  */
1647
- export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
1648
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
1759
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
1760
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
1649
1761
  const inboundSchema: z.ZodNativeEnum<{
1650
1762
  readonly Secret: "secret";
1651
1763
  readonly System: "system";
@@ -1653,7 +1765,7 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
1653
1765
  readonly Plain: "plain";
1654
1766
  readonly Sensitive: "sensitive";
1655
1767
  }>;
1656
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
1768
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
1657
1769
  const outboundSchema: z.ZodNativeEnum<{
1658
1770
  readonly Secret: "secret";
1659
1771
  readonly System: "system";
@@ -2301,19 +2413,19 @@ export declare namespace ContentHint$ {
2301
2413
  export declare function contentHintToJSON(contentHint: ContentHint): string;
2302
2414
  export declare function contentHintFromJSON(jsonString: string): SafeParseResult<ContentHint, SDKValidationError>;
2303
2415
  /** @internal */
2304
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2416
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2305
2417
  /** @internal */
2306
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2418
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2307
2419
  /**
2308
2420
  * @internal
2309
2421
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2310
2422
  */
2311
- export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
2312
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
2423
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
2424
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
2313
2425
  const inboundSchema: z.ZodNativeEnum<{
2314
2426
  readonly FlagsSecret: "flags-secret";
2315
2427
  }>;
2316
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
2428
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
2317
2429
  const outboundSchema: z.ZodNativeEnum<{
2318
2430
  readonly FlagsSecret: "flags-secret";
2319
2431
  }>;
@@ -2383,9 +2495,143 @@ export declare namespace Env$ {
2383
2495
  export declare function envToJSON(env: Env): string;
2384
2496
  export declare function envFromJSON(jsonString: string): SafeParseResult<Env, SDKValidationError>;
2385
2497
  /** @internal */
2498
+ export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2499
+ /** @internal */
2500
+ export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2501
+ /**
2502
+ * @internal
2503
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2504
+ */
2505
+ export declare namespace UpdateProjectDataCacheType$ {
2506
+ /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
2507
+ const inboundSchema: z.ZodNativeEnum<{
2508
+ readonly Production: "production";
2509
+ readonly Preview: "preview";
2510
+ readonly Development: "development";
2511
+ }>;
2512
+ /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
2513
+ const outboundSchema: z.ZodNativeEnum<{
2514
+ readonly Production: "production";
2515
+ readonly Preview: "preview";
2516
+ readonly Development: "development";
2517
+ }>;
2518
+ }
2519
+ /** @internal */
2520
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
2521
+ /** @internal */
2522
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
2523
+ /**
2524
+ * @internal
2525
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2526
+ */
2527
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$ {
2528
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema` instead. */
2529
+ const inboundSchema: z.ZodNativeEnum<{
2530
+ readonly EndsWith: "endsWith";
2531
+ readonly StartsWith: "startsWith";
2532
+ readonly Equals: "equals";
2533
+ }>;
2534
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema` instead. */
2535
+ const outboundSchema: z.ZodNativeEnum<{
2536
+ readonly EndsWith: "endsWith";
2537
+ readonly StartsWith: "startsWith";
2538
+ readonly Equals: "equals";
2539
+ }>;
2540
+ }
2541
+ /** @internal */
2542
+ export declare const UpdateProjectDataCacheProjectsResponseBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
2543
+ /** @internal */
2544
+ export type UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound = {
2545
+ type: string;
2546
+ pattern: string;
2547
+ };
2548
+ /** @internal */
2549
+ export declare const UpdateProjectDataCacheProjectsResponseBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsResponseBranchMatcher>;
2550
+ /**
2551
+ * @internal
2552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2553
+ */
2554
+ export declare namespace UpdateProjectDataCacheProjectsResponseBranchMatcher$ {
2555
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$inboundSchema` instead. */
2556
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
2557
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$outboundSchema` instead. */
2558
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsResponseBranchMatcher>;
2559
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound` instead. */
2560
+ type Outbound = UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound;
2561
+ }
2562
+ export declare function updateProjectDataCacheProjectsResponseBranchMatcherToJSON(updateProjectDataCacheProjectsResponseBranchMatcher: UpdateProjectDataCacheProjectsResponseBranchMatcher): string;
2563
+ export declare function updateProjectDataCacheProjectsResponseBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsResponseBranchMatcher, SDKValidationError>;
2564
+ /** @internal */
2565
+ export declare const UpdateProjectDataCacheVerification$inboundSchema: z.ZodType<UpdateProjectDataCacheVerification, z.ZodTypeDef, unknown>;
2566
+ /** @internal */
2567
+ export type UpdateProjectDataCacheVerification$Outbound = {
2568
+ type: string;
2569
+ domain: string;
2570
+ value: string;
2571
+ reason: string;
2572
+ };
2573
+ /** @internal */
2574
+ export declare const UpdateProjectDataCacheVerification$outboundSchema: z.ZodType<UpdateProjectDataCacheVerification$Outbound, z.ZodTypeDef, UpdateProjectDataCacheVerification>;
2575
+ /**
2576
+ * @internal
2577
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2578
+ */
2579
+ export declare namespace UpdateProjectDataCacheVerification$ {
2580
+ /** @deprecated use `UpdateProjectDataCacheVerification$inboundSchema` instead. */
2581
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheVerification, z.ZodTypeDef, unknown>;
2582
+ /** @deprecated use `UpdateProjectDataCacheVerification$outboundSchema` instead. */
2583
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheVerification$Outbound, z.ZodTypeDef, UpdateProjectDataCacheVerification>;
2584
+ /** @deprecated use `UpdateProjectDataCacheVerification$Outbound` instead. */
2585
+ type Outbound = UpdateProjectDataCacheVerification$Outbound;
2586
+ }
2587
+ export declare function updateProjectDataCacheVerificationToJSON(updateProjectDataCacheVerification: UpdateProjectDataCacheVerification): string;
2588
+ export declare function updateProjectDataCacheVerificationFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheVerification, SDKValidationError>;
2589
+ /** @internal */
2590
+ export declare const UpdateProjectDataCacheDomains$inboundSchema: z.ZodType<UpdateProjectDataCacheDomains, z.ZodTypeDef, unknown>;
2591
+ /** @internal */
2592
+ export type UpdateProjectDataCacheDomains$Outbound = {
2593
+ name: string;
2594
+ apexName: string;
2595
+ projectId: string;
2596
+ redirect?: string | null | undefined;
2597
+ redirectStatusCode?: number | null | undefined;
2598
+ gitBranch?: string | null | undefined;
2599
+ customEnvironmentId?: string | null | undefined;
2600
+ updatedAt?: number | undefined;
2601
+ createdAt?: number | undefined;
2602
+ verified: boolean;
2603
+ verification?: Array<UpdateProjectDataCacheVerification$Outbound> | undefined;
2604
+ };
2605
+ /** @internal */
2606
+ export declare const UpdateProjectDataCacheDomains$outboundSchema: z.ZodType<UpdateProjectDataCacheDomains$Outbound, z.ZodTypeDef, UpdateProjectDataCacheDomains>;
2607
+ /**
2608
+ * @internal
2609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2610
+ */
2611
+ export declare namespace UpdateProjectDataCacheDomains$ {
2612
+ /** @deprecated use `UpdateProjectDataCacheDomains$inboundSchema` instead. */
2613
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheDomains, z.ZodTypeDef, unknown>;
2614
+ /** @deprecated use `UpdateProjectDataCacheDomains$outboundSchema` instead. */
2615
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheDomains$Outbound, z.ZodTypeDef, UpdateProjectDataCacheDomains>;
2616
+ /** @deprecated use `UpdateProjectDataCacheDomains$Outbound` instead. */
2617
+ type Outbound = UpdateProjectDataCacheDomains$Outbound;
2618
+ }
2619
+ export declare function updateProjectDataCacheDomainsToJSON(updateProjectDataCacheDomains: UpdateProjectDataCacheDomains): string;
2620
+ export declare function updateProjectDataCacheDomainsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheDomains, SDKValidationError>;
2621
+ /** @internal */
2386
2622
  export declare const CustomEnvironments$inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
2387
2623
  /** @internal */
2388
- export type CustomEnvironments$Outbound = {};
2624
+ export type CustomEnvironments$Outbound = {
2625
+ id: string;
2626
+ slug: string;
2627
+ type: string;
2628
+ description?: string | undefined;
2629
+ branchMatcher?: UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound | undefined;
2630
+ domains?: Array<UpdateProjectDataCacheDomains$Outbound> | undefined;
2631
+ currentDeploymentAliases?: Array<string> | undefined;
2632
+ createdAt: number;
2633
+ updatedAt: number;
2634
+ };
2389
2635
  /** @internal */
2390
2636
  export declare const CustomEnvironments$outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
2391
2637
  /**
@@ -2577,21 +2823,21 @@ export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
2577
2823
  export declare function updateProjectDataCacheProjectsAliasErrorToJSON(updateProjectDataCacheProjectsAliasError: UpdateProjectDataCacheProjectsAliasError): string;
2578
2824
  export declare function updateProjectDataCacheProjectsAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsAliasError, SDKValidationError>;
2579
2825
  /** @internal */
2580
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2826
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
2581
2827
  /** @internal */
2582
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2828
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
2583
2829
  /**
2584
2830
  * @internal
2585
2831
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2586
2832
  */
2587
- export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
2588
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
2833
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ {
2834
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
2589
2835
  const inboundSchema: z.ZodNativeEnum<{
2590
2836
  readonly EndsWith: "endsWith";
2591
2837
  readonly StartsWith: "startsWith";
2592
2838
  readonly Equals: "equals";
2593
2839
  }>;
2594
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
2840
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
2595
2841
  const outboundSchema: z.ZodNativeEnum<{
2596
2842
  readonly EndsWith: "endsWith";
2597
2843
  readonly StartsWith: "startsWith";
@@ -2599,28 +2845,28 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSO
2599
2845
  }>;
2600
2846
  }
2601
2847
  /** @internal */
2602
- export declare const UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
2848
+ export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
2603
2849
  /** @internal */
2604
- export type UpdateProjectDataCacheProjectsBranchMatcher$Outbound = {
2850
+ export type UpdateProjectDataCacheBranchMatcher$Outbound = {
2605
2851
  type: string;
2606
2852
  pattern: string;
2607
2853
  };
2608
2854
  /** @internal */
2609
- export declare const UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
2855
+ export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
2610
2856
  /**
2611
2857
  * @internal
2612
2858
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2613
2859
  */
2614
- export declare namespace UpdateProjectDataCacheProjectsBranchMatcher$ {
2615
- /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema` instead. */
2616
- const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
2617
- /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema` instead. */
2618
- const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
2619
- /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$Outbound` instead. */
2620
- type Outbound = UpdateProjectDataCacheProjectsBranchMatcher$Outbound;
2860
+ export declare namespace UpdateProjectDataCacheBranchMatcher$ {
2861
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
2862
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
2863
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
2864
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
2865
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
2866
+ type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
2621
2867
  }
2622
- export declare function updateProjectDataCacheProjectsBranchMatcherToJSON(updateProjectDataCacheProjectsBranchMatcher: UpdateProjectDataCacheProjectsBranchMatcher): string;
2623
- export declare function updateProjectDataCacheProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsBranchMatcher, SDKValidationError>;
2868
+ export declare function updateProjectDataCacheBranchMatcherToJSON(updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher): string;
2869
+ export declare function updateProjectDataCacheBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError>;
2624
2870
  /** @internal */
2625
2871
  export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
2626
2872
  /** @internal */
@@ -2820,19 +3066,19 @@ export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
2820
3066
  }>;
2821
3067
  }
2822
3068
  /** @internal */
2823
- export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
3069
+ export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
2824
3070
  /** @internal */
2825
- export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
3071
+ export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
2826
3072
  /**
2827
3073
  * @internal
2828
3074
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2829
3075
  */
2830
- export declare namespace UpdateProjectDataCacheType$ {
2831
- /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
3076
+ export declare namespace UpdateProjectDataCacheProjectsType$ {
3077
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
2832
3078
  const inboundSchema: z.ZodNativeEnum<{
2833
3079
  readonly Lambdas: "LAMBDAS";
2834
3080
  }>;
2835
- /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
3081
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
2836
3082
  const outboundSchema: z.ZodNativeEnum<{
2837
3083
  readonly Lambdas: "LAMBDAS";
2838
3084
  }>;
@@ -2847,7 +3093,7 @@ export type LatestDeployments$Outbound = {
2847
3093
  aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
2848
3094
  aliasFinal?: string | null | undefined;
2849
3095
  automaticAliases?: Array<string> | undefined;
2850
- branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher$Outbound | undefined;
3096
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
2851
3097
  buildingAt?: number | undefined;
2852
3098
  builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
2853
3099
  checksConclusion?: string | undefined;
@@ -3587,14 +3833,14 @@ export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodN
3587
3833
  export declare namespace UpdateProjectDataCacheDeploymentType$ {
3588
3834
  /** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
3589
3835
  const inboundSchema: z.ZodNativeEnum<{
3590
- readonly All: "all";
3591
3836
  readonly Preview: "preview";
3837
+ readonly All: "all";
3592
3838
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3593
3839
  }>;
3594
3840
  /** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
3595
3841
  const outboundSchema: z.ZodNativeEnum<{
3596
- readonly All: "all";
3597
3842
  readonly Preview: "preview";
3843
+ readonly All: "all";
3598
3844
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3599
3845
  }>;
3600
3846
  }
@@ -3664,21 +3910,21 @@ export declare namespace UpdateProjectDataCacheAliasError$ {
3664
3910
  export declare function updateProjectDataCacheAliasErrorToJSON(updateProjectDataCacheAliasError: UpdateProjectDataCacheAliasError): string;
3665
3911
  export declare function updateProjectDataCacheAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAliasError, SDKValidationError>;
3666
3912
  /** @internal */
3667
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3913
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
3668
3914
  /** @internal */
3669
- export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3915
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
3670
3916
  /**
3671
3917
  * @internal
3672
3918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3673
3919
  */
3674
- export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
3675
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
3920
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
3921
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
3676
3922
  const inboundSchema: z.ZodNativeEnum<{
3677
3923
  readonly EndsWith: "endsWith";
3678
3924
  readonly StartsWith: "startsWith";
3679
3925
  readonly Equals: "equals";
3680
3926
  }>;
3681
- /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
3927
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
3682
3928
  const outboundSchema: z.ZodNativeEnum<{
3683
3929
  readonly EndsWith: "endsWith";
3684
3930
  readonly StartsWith: "startsWith";
@@ -3686,28 +3932,28 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSO
3686
3932
  }>;
3687
3933
  }
3688
3934
  /** @internal */
3689
- export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3935
+ export declare const UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3690
3936
  /** @internal */
3691
- export type UpdateProjectDataCacheBranchMatcher$Outbound = {
3937
+ export type UpdateProjectDataCacheProjectsBranchMatcher$Outbound = {
3692
3938
  type: string;
3693
3939
  pattern: string;
3694
3940
  };
3695
3941
  /** @internal */
3696
- export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3942
+ export declare const UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
3697
3943
  /**
3698
3944
  * @internal
3699
3945
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3700
3946
  */
3701
- export declare namespace UpdateProjectDataCacheBranchMatcher$ {
3702
- /** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
3703
- const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3704
- /** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
3705
- const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3706
- /** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
3707
- type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
3947
+ export declare namespace UpdateProjectDataCacheProjectsBranchMatcher$ {
3948
+ /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema` instead. */
3949
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3950
+ /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema` instead. */
3951
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
3952
+ /** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$Outbound` instead. */
3953
+ type Outbound = UpdateProjectDataCacheProjectsBranchMatcher$Outbound;
3708
3954
  }
3709
- export declare function updateProjectDataCacheBranchMatcherToJSON(updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher): string;
3710
- export declare function updateProjectDataCacheBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError>;
3955
+ export declare function updateProjectDataCacheProjectsBranchMatcherToJSON(updateProjectDataCacheProjectsBranchMatcher: UpdateProjectDataCacheProjectsBranchMatcher): string;
3956
+ export declare function updateProjectDataCacheProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsBranchMatcher, SDKValidationError>;
3711
3957
  /** @internal */
3712
3958
  export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
3713
3959
  /** @internal */
@@ -3907,19 +4153,19 @@ export declare namespace UpdateProjectDataCacheReadySubstate$ {
3907
4153
  }>;
3908
4154
  }
3909
4155
  /** @internal */
3910
- export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
4156
+ export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3911
4157
  /** @internal */
3912
- export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
4158
+ export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3913
4159
  /**
3914
4160
  * @internal
3915
4161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3916
4162
  */
3917
- export declare namespace UpdateProjectDataCacheProjectsType$ {
3918
- /** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
4163
+ export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
4164
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
3919
4165
  const inboundSchema: z.ZodNativeEnum<{
3920
4166
  readonly Lambdas: "LAMBDAS";
3921
4167
  }>;
3922
- /** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
4168
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
3923
4169
  const outboundSchema: z.ZodNativeEnum<{
3924
4170
  readonly Lambdas: "LAMBDAS";
3925
4171
  }>;
@@ -3934,7 +4180,7 @@ export type Targets$Outbound = {
3934
4180
  aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
3935
4181
  aliasFinal?: string | null | undefined;
3936
4182
  automaticAliases?: Array<string> | undefined;
3937
- branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
4183
+ branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher$Outbound | undefined;
3938
4184
  buildingAt?: number | undefined;
3939
4185
  builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
3940
4186
  checksConclusion?: string | undefined;
@@ -4246,20 +4492,20 @@ export declare namespace JobStatus$ {
4246
4492
  }>;
4247
4493
  }
4248
4494
  /** @internal */
4249
- export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
4495
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
4250
4496
  /** @internal */
4251
- export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
4497
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
4252
4498
  /**
4253
4499
  * @internal
4254
4500
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4255
4501
  */
4256
- export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
4257
- /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
4502
+ export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
4503
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
4258
4504
  const inboundSchema: z.ZodNativeEnum<{
4259
4505
  readonly Promote: "promote";
4260
4506
  readonly Rollback: "rollback";
4261
4507
  }>;
4262
- /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
4508
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
4263
4509
  const outboundSchema: z.ZodNativeEnum<{
4264
4510
  readonly Promote: "promote";
4265
4511
  readonly Rollback: "rollback";
@@ -4271,6 +4517,7 @@ export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest,
4271
4517
  export type LastAliasRequest$Outbound = {
4272
4518
  fromDeploymentId: string;
4273
4519
  toDeploymentId: string;
4520
+ fromRollingReleaseId?: string | undefined;
4274
4521
  jobStatus: string;
4275
4522
  requestedAt: number;
4276
4523
  type: string;
@@ -4292,19 +4539,19 @@ export declare namespace LastAliasRequest$ {
4292
4539
  export declare function lastAliasRequestToJSON(lastAliasRequest: LastAliasRequest): string;
4293
4540
  export declare function lastAliasRequestFromJSON(jsonString: string): SafeParseResult<LastAliasRequest, SDKValidationError>;
4294
4541
  /** @internal */
4295
- export declare const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope>;
4542
+ export declare const UpdateProjectDataCacheScope$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheScope>;
4296
4543
  /** @internal */
4297
- export declare const Scope$outboundSchema: z.ZodNativeEnum<typeof Scope>;
4544
+ export declare const UpdateProjectDataCacheScope$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheScope>;
4298
4545
  /**
4299
4546
  * @internal
4300
4547
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4301
4548
  */
4302
- export declare namespace Scope$ {
4303
- /** @deprecated use `Scope$inboundSchema` instead. */
4549
+ export declare namespace UpdateProjectDataCacheScope$ {
4550
+ /** @deprecated use `UpdateProjectDataCacheScope$inboundSchema` instead. */
4304
4551
  const inboundSchema: z.ZodNativeEnum<{
4305
4552
  readonly AutomationBypass: "automation-bypass";
4306
4553
  }>;
4307
- /** @deprecated use `Scope$outboundSchema` instead. */
4554
+ /** @deprecated use `UpdateProjectDataCacheScope$outboundSchema` instead. */
4308
4555
  const outboundSchema: z.ZodNativeEnum<{
4309
4556
  readonly AutomationBypass: "automation-bypass";
4310
4557
  }>;
@@ -4344,17 +4591,17 @@ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSche
4344
4591
  export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
4345
4592
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
4346
4593
  const inboundSchema: z.ZodNativeEnum<{
4347
- readonly All: "all";
4594
+ readonly Production: "production";
4348
4595
  readonly Preview: "preview";
4596
+ readonly All: "all";
4349
4597
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4350
- readonly Production: "production";
4351
4598
  }>;
4352
4599
  /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
4353
4600
  const outboundSchema: z.ZodNativeEnum<{
4354
- readonly All: "all";
4601
+ readonly Production: "production";
4355
4602
  readonly Preview: "preview";
4603
+ readonly All: "all";
4356
4604
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4357
- readonly Production: "production";
4358
4605
  }>;
4359
4606
  }
4360
4607
  /** @internal */
@@ -4390,17 +4637,17 @@ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<ty
4390
4637
  export declare namespace TrustedIpsDeploymentType$ {
4391
4638
  /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
4392
4639
  const inboundSchema: z.ZodNativeEnum<{
4393
- readonly All: "all";
4640
+ readonly Production: "production";
4394
4641
  readonly Preview: "preview";
4642
+ readonly All: "all";
4395
4643
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4396
- readonly Production: "production";
4397
4644
  }>;
4398
4645
  /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
4399
4646
  const outboundSchema: z.ZodNativeEnum<{
4400
- readonly All: "all";
4647
+ readonly Production: "production";
4401
4648
  readonly Preview: "preview";
4649
+ readonly All: "all";
4402
4650
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4403
- readonly Production: "production";
4404
4651
  }>;
4405
4652
  }
4406
4653
  /** @internal */