@vercel/sdk 1.17.7 → 1.18.0

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 (243) hide show
  1. package/bin/mcp-server.js +1735 -4032
  2. package/bin/mcp-server.js.map +47 -47
  3. package/esm/__tests__/checks.test.js +1 -1
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +3 -4
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/rollingrelease.test.js +2 -1
  10. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/lib/config.d.ts +3 -3
  14. package/esm/lib/config.js +3 -3
  15. package/esm/lib/encodings.d.ts +1 -0
  16. package/esm/lib/encodings.d.ts.map +1 -1
  17. package/esm/lib/encodings.js +12 -1
  18. package/esm/lib/encodings.js.map +1 -1
  19. package/esm/mcp-server/mcp-server.js +1 -1
  20. package/esm/mcp-server/server.js +1 -1
  21. package/esm/models/authtoken.d.ts +8 -24
  22. package/esm/models/authtoken.d.ts.map +1 -1
  23. package/esm/models/authtoken.js +8 -23
  24. package/esm/models/authtoken.js.map +1 -1
  25. package/esm/models/buydomainsop.d.ts +6 -2
  26. package/esm/models/buydomainsop.d.ts.map +1 -1
  27. package/esm/models/buydomainsop.js +8 -2
  28. package/esm/models/buydomainsop.js.map +1 -1
  29. package/esm/models/buysingledomainop.d.ts +6 -2
  30. package/esm/models/buysingledomainop.d.ts.map +1 -1
  31. package/esm/models/buysingledomainop.js +8 -2
  32. package/esm/models/buysingledomainop.js.map +1 -1
  33. package/esm/models/canceldeploymentop.d.ts +70 -62
  34. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  35. package/esm/models/canceldeploymentop.js +38 -58
  36. package/esm/models/canceldeploymentop.js.map +1 -1
  37. package/esm/models/createdeploymentop.d.ts +70 -62
  38. package/esm/models/createdeploymentop.d.ts.map +1 -1
  39. package/esm/models/createdeploymentop.js +38 -59
  40. package/esm/models/createdeploymentop.js.map +1 -1
  41. package/esm/models/createdrainop.d.ts +72 -248
  42. package/esm/models/createdrainop.d.ts.map +1 -1
  43. package/esm/models/createdrainop.js +72 -229
  44. package/esm/models/createdrainop.js.map +1 -1
  45. package/esm/models/createedgeconfigop.d.ts +4 -21
  46. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  47. package/esm/models/createedgeconfigop.js +4 -19
  48. package/esm/models/createedgeconfigop.js.map +1 -1
  49. package/esm/models/createeventop.d.ts +8 -25
  50. package/esm/models/createeventop.d.ts.map +1 -1
  51. package/esm/models/createeventop.js +8 -23
  52. package/esm/models/createeventop.js.map +1 -1
  53. package/esm/models/createlogdrainop.d.ts +8 -24
  54. package/esm/models/createlogdrainop.d.ts.map +1 -1
  55. package/esm/models/createlogdrainop.js +8 -22
  56. package/esm/models/createlogdrainop.js.map +1 -1
  57. package/esm/models/createprojectenvop.d.ts +68 -308
  58. package/esm/models/createprojectenvop.d.ts.map +1 -1
  59. package/esm/models/createprojectenvop.js +68 -281
  60. package/esm/models/createprojectenvop.js.map +1 -1
  61. package/esm/models/createprojectop.d.ts +76 -332
  62. package/esm/models/createprojectop.d.ts.map +1 -1
  63. package/esm/models/createprojectop.js +84 -316
  64. package/esm/models/createprojectop.js.map +1 -1
  65. package/esm/models/editprojectenvop.d.ts +34 -154
  66. package/esm/models/editprojectenvop.d.ts.map +1 -1
  67. package/esm/models/editprojectenvop.js +34 -141
  68. package/esm/models/editprojectenvop.js.map +1 -1
  69. package/esm/models/filterprojectenvsop.d.ts +102 -462
  70. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  71. package/esm/models/filterprojectenvsop.js +102 -419
  72. package/esm/models/filterprojectenvsop.js.map +1 -1
  73. package/esm/models/forbidden.d.ts +3 -12
  74. package/esm/models/forbidden.d.ts.map +1 -1
  75. package/esm/models/forbidden.js +2 -9
  76. package/esm/models/forbidden.js.map +1 -1
  77. package/esm/models/getaliasop.d.ts +12 -44
  78. package/esm/models/getaliasop.d.ts.map +1 -1
  79. package/esm/models/getaliasop.js +16 -46
  80. package/esm/models/getaliasop.js.map +1 -1
  81. package/esm/models/getalllogdrainsop.d.ts +72 -248
  82. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  83. package/esm/models/getalllogdrainsop.js +72 -236
  84. package/esm/models/getalllogdrainsop.js.map +1 -1
  85. package/esm/models/getconfigurationop.d.ts +4 -20
  86. package/esm/models/getconfigurationop.d.ts.map +1 -1
  87. package/esm/models/getconfigurationop.js +4 -18
  88. package/esm/models/getconfigurationop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +70 -62
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +38 -58
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getdomainauthcodeop.d.ts +6 -2
  94. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  95. package/esm/models/getdomainauthcodeop.js +8 -2
  96. package/esm/models/getdomainauthcodeop.js.map +1 -1
  97. package/esm/models/getdomaintransferinop.d.ts +6 -2
  98. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  99. package/esm/models/getdomaintransferinop.js +8 -2
  100. package/esm/models/getdomaintransferinop.js.map +1 -1
  101. package/esm/models/getdrainop.d.ts +72 -248
  102. package/esm/models/getdrainop.d.ts.map +1 -1
  103. package/esm/models/getdrainop.js +72 -227
  104. package/esm/models/getdrainop.js.map +1 -1
  105. package/esm/models/getdrainsop.d.ts +72 -248
  106. package/esm/models/getdrainsop.d.ts.map +1 -1
  107. package/esm/models/getdrainsop.js +72 -227
  108. package/esm/models/getdrainsop.js.map +1 -1
  109. package/esm/models/getedgeconfigop.d.ts +4 -21
  110. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  111. package/esm/models/getedgeconfigop.js +4 -18
  112. package/esm/models/getedgeconfigop.js.map +1 -1
  113. package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
  114. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  115. package/esm/models/getintegrationlogdrainsop.js +8 -23
  116. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  117. package/esm/models/getorderop.d.ts +48 -172
  118. package/esm/models/getorderop.d.ts.map +1 -1
  119. package/esm/models/getorderop.js +50 -159
  120. package/esm/models/getorderop.js.map +1 -1
  121. package/esm/models/getprojectenvop.d.ts +102 -462
  122. package/esm/models/getprojectenvop.d.ts.map +1 -1
  123. package/esm/models/getprojectenvop.js +102 -419
  124. package/esm/models/getprojectenvop.js.map +1 -1
  125. package/esm/models/getprojectsop.d.ts +76 -332
  126. package/esm/models/getprojectsop.d.ts.map +1 -1
  127. package/esm/models/getprojectsop.js +84 -313
  128. package/esm/models/getprojectsop.js.map +1 -1
  129. package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
  130. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
  131. package/esm/models/getrollingreleasebillingstatusop.js +10 -39
  132. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
  133. package/esm/models/listaliasesop.d.ts +12 -44
  134. package/esm/models/listaliasesop.d.ts.map +1 -1
  135. package/esm/models/listaliasesop.js +16 -47
  136. package/esm/models/listaliasesop.js.map +1 -1
  137. package/esm/models/listdeploymentaliasesop.d.ts +12 -44
  138. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  139. package/esm/models/listdeploymentaliasesop.js +16 -46
  140. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  141. package/esm/models/removeprojectenvop.d.ts +102 -462
  142. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  143. package/esm/models/removeprojectenvop.js +102 -420
  144. package/esm/models/removeprojectenvop.js.map +1 -1
  145. package/esm/models/renewdomainop.d.ts +6 -2
  146. package/esm/models/renewdomainop.d.ts.map +1 -1
  147. package/esm/models/renewdomainop.js +8 -2
  148. package/esm/models/renewdomainop.js.map +1 -1
  149. package/esm/models/transferindomainop.d.ts +6 -2
  150. package/esm/models/transferindomainop.d.ts.map +1 -1
  151. package/esm/models/transferindomainop.js +8 -2
  152. package/esm/models/transferindomainop.js.map +1 -1
  153. package/esm/models/updatedomainautorenewop.d.ts +6 -2
  154. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  155. package/esm/models/updatedomainautorenewop.js +8 -2
  156. package/esm/models/updatedomainautorenewop.js.map +1 -1
  157. package/esm/models/updatedomainnameserversop.d.ts +6 -2
  158. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  159. package/esm/models/updatedomainnameserversop.js +8 -2
  160. package/esm/models/updatedomainnameserversop.js.map +1 -1
  161. package/esm/models/updatedrainop.d.ts +72 -248
  162. package/esm/models/updatedrainop.d.ts.map +1 -1
  163. package/esm/models/updatedrainop.js +72 -229
  164. package/esm/models/updatedrainop.js.map +1 -1
  165. package/esm/models/updateedgeconfigop.d.ts +4 -21
  166. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  167. package/esm/models/updateedgeconfigop.js +4 -18
  168. package/esm/models/updateedgeconfigop.js.map +1 -1
  169. package/esm/models/updateprojectdatacacheop.d.ts +76 -332
  170. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  171. package/esm/models/updateprojectdatacacheop.js +84 -318
  172. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  173. package/esm/models/updateprojectop.d.ts +76 -332
  174. package/esm/models/updateprojectop.d.ts.map +1 -1
  175. package/esm/models/updateprojectop.js +84 -316
  176. package/esm/models/updateprojectop.js.map +1 -1
  177. package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
  178. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  179. package/esm/models/updateprojectprotectionbypassop.js +4 -19
  180. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  181. package/esm/models/userevent.d.ts +54 -14
  182. package/esm/models/userevent.d.ts.map +1 -1
  183. package/esm/models/userevent.js +26 -13
  184. package/esm/models/userevent.js.map +1 -1
  185. package/esm/types/unrecognized.d.ts +7 -1
  186. package/esm/types/unrecognized.d.ts.map +1 -1
  187. package/esm/types/unrecognized.js +9 -1
  188. package/esm/types/unrecognized.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/checks.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -4
  194. package/src/__tests__/edgeconfig.test.ts +6 -6
  195. package/src/__tests__/rollingrelease.test.ts +2 -1
  196. package/src/__tests__/security.test.ts +1 -11
  197. package/src/lib/config.ts +3 -3
  198. package/src/lib/encodings.ts +17 -3
  199. package/src/mcp-server/mcp-server.ts +1 -1
  200. package/src/mcp-server/server.ts +1 -1
  201. package/src/models/authtoken.ts +16 -42
  202. package/src/models/buydomainsop.ts +14 -4
  203. package/src/models/buysingledomainop.ts +14 -4
  204. package/src/models/canceldeploymentop.ts +140 -127
  205. package/src/models/createdeploymentop.ts +149 -118
  206. package/src/models/createdrainop.ts +154 -511
  207. package/src/models/createedgeconfigop.ts +8 -37
  208. package/src/models/createeventop.ts +16 -43
  209. package/src/models/createlogdrainop.ts +18 -50
  210. package/src/models/createprojectenvop.ts +136 -875
  211. package/src/models/createprojectop.ts +172 -803
  212. package/src/models/editprojectenvop.ts +68 -417
  213. package/src/models/filterprojectenvsop.ts +210 -1337
  214. package/src/models/forbidden.ts +5 -20
  215. package/src/models/getaliasop.ts +36 -101
  216. package/src/models/getalllogdrainsop.ts +160 -551
  217. package/src/models/getconfigurationop.ts +8 -38
  218. package/src/models/getdeploymentop.ts +144 -124
  219. package/src/models/getdomainauthcodeop.ts +14 -4
  220. package/src/models/getdomaintransferinop.ts +14 -4
  221. package/src/models/getdrainop.ts +156 -531
  222. package/src/models/getdrainsop.ts +155 -535
  223. package/src/models/getedgeconfigop.ts +8 -41
  224. package/src/models/getintegrationlogdrainsop.ts +19 -44
  225. package/src/models/getorderop.ts +99 -408
  226. package/src/models/getprojectenvop.ts +208 -1337
  227. package/src/models/getprojectsop.ts +172 -802
  228. package/src/models/getrollingreleasebillingstatusop.ts +20 -100
  229. package/src/models/listaliasesop.ts +36 -100
  230. package/src/models/listdeploymentaliasesop.ts +36 -111
  231. package/src/models/removeprojectenvop.ts +208 -1335
  232. package/src/models/renewdomainop.ts +14 -4
  233. package/src/models/transferindomainop.ts +14 -4
  234. package/src/models/updatedomainautorenewop.ts +14 -4
  235. package/src/models/updatedomainnameserversop.ts +14 -4
  236. package/src/models/updatedrainop.ts +162 -542
  237. package/src/models/updateedgeconfigop.ts +8 -42
  238. package/src/models/updateprojectdatacacheop.ts +167 -781
  239. package/src/models/updateprojectop.ts +172 -803
  240. package/src/models/updateprojectprotectionbypassop.ts +8 -44
  241. package/src/models/userevent.ts +111 -29
  242. package/src/types/unrecognized.ts +9 -1
  243. package/tsconfig.json +0 -1
@@ -430,130 +430,70 @@ export declare const CreateProjectProjectsResponseType: {
430
430
  readonly Secret: "secret";
431
431
  };
432
432
  export type CreateProjectProjectsResponseType = ClosedEnum<typeof CreateProjectProjectsResponseType>;
433
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
434
- readonly FlagsConnectionString: "flags-connection-string";
435
- };
436
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
437
433
  export type CreateProjectContentHint15 = {
438
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
434
+ type: "flags-connection-string";
439
435
  projectId: string;
440
436
  };
441
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
442
- readonly IntegrationStoreSecret: "integration-store-secret";
443
- };
444
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
445
437
  export type CreateProjectContentHint14 = {
446
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
438
+ type: "integration-store-secret";
447
439
  storeId: string;
448
440
  integrationId: string;
449
441
  integrationProductId: string;
450
442
  integrationConfigurationId: string;
451
443
  };
452
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
453
- readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
454
- };
455
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
456
444
  export type CreateProjectContentHint13 = {
457
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
445
+ type: "postgres-url-no-ssl";
458
446
  storeId: string;
459
447
  };
460
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
461
- readonly PostgresDatabase: "postgres-database";
462
- };
463
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
464
448
  export type CreateProjectContentHint12 = {
465
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
449
+ type: "postgres-database";
466
450
  storeId: string;
467
451
  };
468
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
469
- readonly PostgresPassword: "postgres-password";
470
- };
471
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
472
452
  export type CreateProjectContentHint11 = {
473
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
453
+ type: "postgres-password";
474
454
  storeId: string;
475
455
  };
476
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
477
- readonly PostgresHost: "postgres-host";
478
- };
479
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
480
456
  export type CreateProjectContentHint10 = {
481
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
457
+ type: "postgres-host";
482
458
  storeId: string;
483
459
  };
484
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
485
- readonly PostgresUser: "postgres-user";
486
- };
487
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
488
460
  export type CreateProjectContentHint9 = {
489
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
461
+ type: "postgres-user";
490
462
  storeId: string;
491
463
  };
492
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type: {
493
- readonly PostgresPrismaUrl: "postgres-prisma-url";
494
- };
495
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
496
464
  export type CreateProjectContentHint8 = {
497
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type;
465
+ type: "postgres-prisma-url";
498
466
  storeId: string;
499
467
  };
500
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
501
- readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
502
- };
503
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
504
468
  export type CreateProjectContentHint7 = {
505
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
469
+ type: "postgres-url-non-pooling";
506
470
  storeId: string;
507
471
  };
508
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
509
- readonly PostgresUrl: "postgres-url";
510
- };
511
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
512
472
  export type CreateProjectContentHint6 = {
513
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType;
473
+ type: "postgres-url";
514
474
  storeId: string;
515
475
  };
516
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONType: {
517
- readonly BlobReadWriteToken: "blob-read-write-token";
518
- };
519
- export type CreateProjectContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType>;
520
476
  export type CreateProjectContentHint5 = {
521
- type: CreateProjectContentHintProjectsResponse200ApplicationJSONType;
477
+ type: "blob-read-write-token";
522
478
  storeId: string;
523
479
  };
524
- export declare const CreateProjectContentHintProjectsResponse200Type: {
525
- readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
526
- };
527
- export type CreateProjectContentHintProjectsResponse200Type = ClosedEnum<typeof CreateProjectContentHintProjectsResponse200Type>;
528
480
  export type CreateProjectContentHint4 = {
529
- type: CreateProjectContentHintProjectsResponse200Type;
481
+ type: "redis-rest-api-read-only-token";
530
482
  storeId: string;
531
483
  };
532
- export declare const CreateProjectContentHintProjectsResponseType: {
533
- readonly RedisRestApiToken: "redis-rest-api-token";
534
- };
535
- export type CreateProjectContentHintProjectsResponseType = ClosedEnum<typeof CreateProjectContentHintProjectsResponseType>;
536
484
  export type CreateProjectContentHint3 = {
537
- type: CreateProjectContentHintProjectsResponseType;
485
+ type: "redis-rest-api-token";
538
486
  storeId: string;
539
487
  };
540
- export declare const CreateProjectContentHintProjectsType: {
541
- readonly RedisRestApiUrl: "redis-rest-api-url";
542
- };
543
- export type CreateProjectContentHintProjectsType = ClosedEnum<typeof CreateProjectContentHintProjectsType>;
544
488
  export type CreateProjectContentHint2 = {
545
- type: CreateProjectContentHintProjectsType;
489
+ type: "redis-rest-api-url";
546
490
  storeId: string;
547
491
  };
548
- export declare const CreateProjectContentHintType: {
549
- readonly RedisUrl: "redis-url";
550
- };
551
- export type CreateProjectContentHintType = ClosedEnum<typeof CreateProjectContentHintType>;
552
492
  export type CreateProjectContentHint1 = {
553
- type: CreateProjectContentHintType;
493
+ type: "redis-url";
554
494
  storeId: string;
555
495
  };
556
- export type CreateProjectContentHint = CreateProjectContentHint14 | CreateProjectContentHint1 | CreateProjectContentHint2 | CreateProjectContentHint3 | CreateProjectContentHint4 | CreateProjectContentHint5 | CreateProjectContentHint6 | CreateProjectContentHint7 | CreateProjectContentHint8 | CreateProjectContentHint9 | CreateProjectContentHint10 | CreateProjectContentHint11 | CreateProjectContentHint12 | CreateProjectContentHint13 | CreateProjectContentHint15;
496
+ export type CreateProjectContentHint = CreateProjectContentHint1 | CreateProjectContentHint2 | CreateProjectContentHint3 | CreateProjectContentHint4 | CreateProjectContentHint5 | CreateProjectContentHint6 | CreateProjectContentHint7 | CreateProjectContentHint8 | CreateProjectContentHint9 | CreateProjectContentHint10 | CreateProjectContentHint11 | CreateProjectContentHint12 | CreateProjectContentHint13 | CreateProjectContentHint14 | CreateProjectContentHint15;
557
497
  export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType: {
558
498
  readonly FlagsSecret: "flags-secret";
559
499
  };
@@ -588,7 +528,7 @@ export type CreateProjectEnv = {
588
528
  gitBranch?: string | undefined;
589
529
  edgeConfigId?: string | null | undefined;
590
530
  edgeConfigTokenId?: string | null | undefined;
591
- contentHint?: CreateProjectContentHint14 | CreateProjectContentHint1 | CreateProjectContentHint2 | CreateProjectContentHint3 | CreateProjectContentHint4 | CreateProjectContentHint5 | CreateProjectContentHint6 | CreateProjectContentHint7 | CreateProjectContentHint8 | CreateProjectContentHint9 | CreateProjectContentHint10 | CreateProjectContentHint11 | CreateProjectContentHint12 | CreateProjectContentHint13 | CreateProjectContentHint15 | null | undefined;
531
+ contentHint?: CreateProjectContentHint1 | CreateProjectContentHint2 | CreateProjectContentHint3 | CreateProjectContentHint4 | CreateProjectContentHint5 | CreateProjectContentHint6 | CreateProjectContentHint7 | CreateProjectContentHint8 | CreateProjectContentHint9 | CreateProjectContentHint10 | CreateProjectContentHint11 | CreateProjectContentHint12 | CreateProjectContentHint13 | CreateProjectContentHint14 | CreateProjectContentHint15 | null | undefined;
592
532
  /**
593
533
  * Similar to `contentHints`, but should not be exposed to the user.
594
534
  */
@@ -901,10 +841,6 @@ export type CreateProjectLatestDeployments = {
901
841
  userId: string;
902
842
  withCache?: boolean | undefined;
903
843
  };
904
- export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType: {
905
- readonly Bitbucket: "bitbucket";
906
- };
907
- export type CreateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
908
844
  export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
909
845
  createdAt?: number | undefined;
910
846
  id: string;
@@ -916,7 +852,7 @@ export type CreateProjectLink5 = {
916
852
  name: string;
917
853
  slug: string;
918
854
  owner: string;
919
- type: CreateProjectLinkProjectsResponse200ApplicationJSONType;
855
+ type: "bitbucket";
920
856
  uuid: string;
921
857
  workspaceUuid: string;
922
858
  createdAt?: number | undefined;
@@ -926,10 +862,6 @@ export type CreateProjectLink5 = {
926
862
  sourceless?: boolean | undefined;
927
863
  productionBranch: string;
928
864
  };
929
- export declare const CreateProjectLinkProjectsResponse200Type: {
930
- readonly Gitlab: "gitlab";
931
- };
932
- export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<typeof CreateProjectLinkProjectsResponse200Type>;
933
865
  export type CreateProjectLinkProjectsResponse200DeployHooks = {
934
866
  createdAt?: number | undefined;
935
867
  id: string;
@@ -947,7 +879,7 @@ export type CreateProjectLink4 = {
947
879
  */
948
880
  projectOwnerId?: number | undefined;
949
881
  projectUrl: string;
950
- type: CreateProjectLinkProjectsResponse200Type;
882
+ type: "gitlab";
951
883
  createdAt?: number | undefined;
952
884
  deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
953
885
  gitCredentialId: string;
@@ -955,10 +887,6 @@ export type CreateProjectLink4 = {
955
887
  sourceless?: boolean | undefined;
956
888
  productionBranch: string;
957
889
  };
958
- export declare const CreateProjectLinkProjectsResponseType: {
959
- readonly GithubCustomHost: "github-custom-host";
960
- };
961
- export type CreateProjectLinkProjectsResponseType = ClosedEnum<typeof CreateProjectLinkProjectsResponseType>;
962
890
  export type CreateProjectLinkProjectsResponseDeployHooks = {
963
891
  createdAt?: number | undefined;
964
892
  id: string;
@@ -974,7 +902,7 @@ export type CreateProjectLink3 = {
974
902
  repoOwnerId?: number | undefined;
975
903
  repo?: string | undefined;
976
904
  repoId?: number | undefined;
977
- type: CreateProjectLinkProjectsResponseType;
905
+ type: "github-custom-host";
978
906
  host: string;
979
907
  createdAt?: number | undefined;
980
908
  deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
@@ -983,10 +911,6 @@ export type CreateProjectLink3 = {
983
911
  sourceless?: boolean | undefined;
984
912
  productionBranch: string;
985
913
  };
986
- export declare const CreateProjectLinkProjectsType: {
987
- readonly GithubLimited: "github-limited";
988
- };
989
- export type CreateProjectLinkProjectsType = ClosedEnum<typeof CreateProjectLinkProjectsType>;
990
914
  export type CreateProjectLinkProjectsDeployHooks = {
991
915
  createdAt?: number | undefined;
992
916
  id: string;
@@ -995,7 +919,7 @@ export type CreateProjectLinkProjectsDeployHooks = {
995
919
  url: string;
996
920
  };
997
921
  export type CreateProjectLink2 = {
998
- type: CreateProjectLinkProjectsType;
922
+ type: "github-limited";
999
923
  repo?: string | undefined;
1000
924
  repoId?: number | undefined;
1001
925
  createdAt?: number | undefined;
@@ -1010,10 +934,6 @@ export type CreateProjectLink2 = {
1010
934
  sourceless?: boolean | undefined;
1011
935
  productionBranch: string;
1012
936
  };
1013
- export declare const CreateProjectLinkType: {
1014
- readonly Github: "github";
1015
- };
1016
- export type CreateProjectLinkType = ClosedEnum<typeof CreateProjectLinkType>;
1017
937
  export type CreateProjectLinkDeployHooks = {
1018
938
  createdAt?: number | undefined;
1019
939
  id: string;
@@ -1029,7 +949,7 @@ export type CreateProjectLink1 = {
1029
949
  repoOwnerId?: number | undefined;
1030
950
  repo?: string | undefined;
1031
951
  repoId?: number | undefined;
1032
- type: CreateProjectLinkType;
952
+ type: "github";
1033
953
  createdAt?: number | undefined;
1034
954
  deployHooks: Array<CreateProjectLinkDeployHooks>;
1035
955
  gitCredentialId: string;
@@ -1037,7 +957,7 @@ export type CreateProjectLink1 = {
1037
957
  sourceless?: boolean | undefined;
1038
958
  productionBranch: string;
1039
959
  };
1040
- export type CreateProjectLink = CreateProjectLink4 | CreateProjectLink5 | CreateProjectLink3 | CreateProjectLink1 | CreateProjectLink2;
960
+ export type CreateProjectLink = CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4 | CreateProjectLink5;
1041
961
  export type CreateProjectMicrofrontends3 = {
1042
962
  updatedAt: number;
1043
963
  groupIds: Array<any>;
@@ -1612,23 +1532,15 @@ export type CreateProjectLastAliasRequest = {
1612
1532
  requestedAt: number;
1613
1533
  type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType;
1614
1534
  };
1615
- export declare const CreateProjectProtectionBypassProjectsScope: {
1616
- readonly AutomationBypass: "automation-bypass";
1617
- };
1618
- export type CreateProjectProtectionBypassProjectsScope = ClosedEnum<typeof CreateProjectProtectionBypassProjectsScope>;
1619
1535
  export type CreateProjectProtectionBypass2 = {
1620
1536
  createdAt: number;
1621
1537
  createdBy: string;
1622
- scope: CreateProjectProtectionBypassProjectsScope;
1623
- };
1624
- export declare const CreateProjectProtectionBypassScope: {
1625
- readonly IntegrationAutomationBypass: "integration-automation-bypass";
1538
+ scope: "automation-bypass";
1626
1539
  };
1627
- export type CreateProjectProtectionBypassScope = ClosedEnum<typeof CreateProjectProtectionBypassScope>;
1628
1540
  export type CreateProjectProtectionBypass1 = {
1629
1541
  createdAt: number;
1630
1542
  createdBy: string;
1631
- scope: CreateProjectProtectionBypassScope;
1543
+ scope: "integration-automation-bypass";
1632
1544
  integrationId: string;
1633
1545
  configurationId: string;
1634
1546
  };
@@ -1809,25 +1721,13 @@ export type CreateProjectBlock = {
1809
1721
  comment?: string | undefined;
1810
1722
  isCascading?: boolean | undefined;
1811
1723
  };
1812
- export declare const CreateProjectBlockHistoryProjectsResponse200Action: {
1813
- readonly RouteUnblocked: "route-unblocked";
1814
- };
1815
- export type CreateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
1816
- export declare const CreateProjectHasProjectsResponse200Type: {
1817
- readonly Host: "host";
1818
- };
1819
- export type CreateProjectHasProjectsResponse200Type = ClosedEnum<typeof CreateProjectHasProjectsResponse200Type>;
1820
1724
  export type CreateProjectHasProjectsResponse200Value = {
1821
1725
  eq: string;
1822
1726
  };
1823
1727
  export type CreateProjectHasProjects2 = {
1824
- type: CreateProjectHasProjectsResponse200Type;
1728
+ type: "host";
1825
1729
  value: CreateProjectHasProjectsResponse200Value;
1826
1730
  };
1827
- export declare const CreateProjectHasProjectsResponseType: {
1828
- readonly Header: "header";
1829
- };
1830
- export type CreateProjectHasProjectsResponseType = ClosedEnum<typeof CreateProjectHasProjectsResponseType>;
1831
1731
  export declare const CreateProjectHasProjectsKey: {
1832
1732
  readonly XVercelIpCountry: "x-vercel-ip-country";
1833
1733
  };
@@ -1836,7 +1736,7 @@ export type CreateProjectHasProjectsResponseValue = {
1836
1736
  eq: string;
1837
1737
  };
1838
1738
  export type CreateProjectHasProjects1 = {
1839
- type: CreateProjectHasProjectsResponseType;
1739
+ type: "header";
1840
1740
  key: CreateProjectHasProjectsKey;
1841
1741
  value: CreateProjectHasProjectsResponseValue;
1842
1742
  };
@@ -1859,7 +1759,7 @@ export type CreateProjectRouteProjects1 = {
1859
1759
  };
1860
1760
  export type CreateProjectBlockHistoryProjectsRoute = CreateProjectRouteProjects1 | CreateProjectRouteProjects2;
1861
1761
  export type CreateProjectBlockHistory4 = {
1862
- action: CreateProjectBlockHistoryProjectsResponse200Action;
1762
+ action: "route-unblocked";
1863
1763
  route: CreateProjectRouteProjects1 | CreateProjectRouteProjects2;
1864
1764
  statusCode?: number | undefined;
1865
1765
  createdAt: number;
@@ -1868,25 +1768,13 @@ export type CreateProjectBlockHistory4 = {
1868
1768
  comment?: string | undefined;
1869
1769
  isCascading?: boolean | undefined;
1870
1770
  };
1871
- export declare const CreateProjectBlockHistoryProjectsResponseAction: {
1872
- readonly RouteBlocked: "route-blocked";
1873
- };
1874
- export type CreateProjectBlockHistoryProjectsResponseAction = ClosedEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
1875
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType: {
1876
- readonly Host: "host";
1877
- };
1878
- export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
1879
1771
  export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue = {
1880
1772
  eq: string;
1881
1773
  };
1882
1774
  export type CreateProjectHasProjectsResponse2 = {
1883
- type: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
1775
+ type: "host";
1884
1776
  value: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
1885
1777
  };
1886
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONType: {
1887
- readonly Header: "header";
1888
- };
1889
- export type CreateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
1890
1778
  export declare const CreateProjectHasKey: {
1891
1779
  readonly XVercelIpCountry: "x-vercel-ip-country";
1892
1780
  };
@@ -1895,7 +1783,7 @@ export type CreateProjectHasProjectsResponse200ApplicationJSONValue = {
1895
1783
  eq: string;
1896
1784
  };
1897
1785
  export type CreateProjectHasProjectsResponse1 = {
1898
- type: CreateProjectHasProjectsResponse200ApplicationJSONType;
1786
+ type: "header";
1899
1787
  key: CreateProjectHasKey;
1900
1788
  value: CreateProjectHasProjectsResponse200ApplicationJSONValue;
1901
1789
  };
@@ -1918,7 +1806,7 @@ export type CreateProjectRoute1 = {
1918
1806
  };
1919
1807
  export type CreateProjectBlockHistoryRoute = CreateProjectRoute1 | CreateProjectRoute2;
1920
1808
  export type CreateProjectBlockHistory3 = {
1921
- action: CreateProjectBlockHistoryProjectsResponseAction;
1809
+ action: "route-blocked";
1922
1810
  route: CreateProjectRoute1 | CreateProjectRoute2;
1923
1811
  reason: string;
1924
1812
  createdAt: number;
@@ -1927,24 +1815,16 @@ export type CreateProjectBlockHistory3 = {
1927
1815
  comment?: string | undefined;
1928
1816
  isCascading?: boolean | undefined;
1929
1817
  };
1930
- export declare const CreateProjectBlockHistoryProjectsAction: {
1931
- readonly Unblocked: "unblocked";
1932
- };
1933
- export type CreateProjectBlockHistoryProjectsAction = ClosedEnum<typeof CreateProjectBlockHistoryProjectsAction>;
1934
1818
  export type CreateProjectBlockHistory2 = {
1935
- action: CreateProjectBlockHistoryProjectsAction;
1819
+ action: "unblocked";
1936
1820
  createdAt: number;
1937
1821
  caseId?: string | undefined;
1938
1822
  actor?: string | undefined;
1939
1823
  comment?: string | undefined;
1940
1824
  isCascading?: boolean | undefined;
1941
1825
  };
1942
- export declare const CreateProjectBlockHistoryAction: {
1943
- readonly Blocked: "blocked";
1944
- };
1945
- export type CreateProjectBlockHistoryAction = ClosedEnum<typeof CreateProjectBlockHistoryAction>;
1946
1826
  export type CreateProjectBlockHistory1 = {
1947
- action: CreateProjectBlockHistoryAction;
1827
+ action: "blocked";
1948
1828
  reason: string;
1949
1829
  statusCode: number;
1950
1830
  createdAt: number;
@@ -1953,30 +1833,22 @@ export type CreateProjectBlockHistory1 = {
1953
1833
  comment?: string | undefined;
1954
1834
  isCascading?: boolean | undefined;
1955
1835
  };
1956
- export type CreateProjectBlockHistory = CreateProjectBlockHistory1 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4 | CreateProjectBlockHistory2;
1836
+ export type CreateProjectBlockHistory = CreateProjectBlockHistory1 | CreateProjectBlockHistory2 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4;
1957
1837
  export type CreateProjectAbuse = {
1958
1838
  scanner?: string | undefined;
1959
1839
  history: Array<CreateProjectHistory>;
1960
1840
  updatedAt: number;
1961
1841
  block?: CreateProjectBlock | undefined;
1962
- blockHistory?: Array<CreateProjectBlockHistory1 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4 | CreateProjectBlockHistory2> | undefined;
1842
+ blockHistory?: Array<CreateProjectBlockHistory1 | CreateProjectBlockHistory2 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4> | undefined;
1963
1843
  interstitial?: boolean | undefined;
1964
1844
  };
1965
- export declare const CreateProjectHasProjectsType: {
1966
- readonly Host: "host";
1967
- };
1968
- export type CreateProjectHasProjectsType = ClosedEnum<typeof CreateProjectHasProjectsType>;
1969
1845
  export type CreateProjectHasProjectsValue = {
1970
1846
  eq: string;
1971
1847
  };
1972
1848
  export type CreateProjectHas2 = {
1973
- type: CreateProjectHasProjectsType;
1849
+ type: "host";
1974
1850
  value: CreateProjectHasProjectsValue;
1975
1851
  };
1976
- export declare const CreateProjectHasType: {
1977
- readonly Header: "header";
1978
- };
1979
- export type CreateProjectHasType = ClosedEnum<typeof CreateProjectHasType>;
1980
1852
  export declare const HasKey: {
1981
1853
  readonly XVercelIpCountry: "x-vercel-ip-country";
1982
1854
  };
@@ -1985,7 +1857,7 @@ export type CreateProjectHasValue = {
1985
1857
  eq: string;
1986
1858
  };
1987
1859
  export type CreateProjectHas1 = {
1988
- type: CreateProjectHasType;
1860
+ type: "header";
1989
1861
  key: HasKey;
1990
1862
  value: CreateProjectHasValue;
1991
1863
  };
@@ -2061,7 +1933,7 @@ export type CreateProjectResponseBody = {
2061
1933
  id: string;
2062
1934
  ipBuckets?: Array<CreateProjectIpBuckets> | undefined;
2063
1935
  latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
2064
- link?: CreateProjectLink4 | CreateProjectLink5 | CreateProjectLink3 | CreateProjectLink1 | CreateProjectLink2 | undefined;
1936
+ link?: CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4 | CreateProjectLink5 | undefined;
2065
1937
  microfrontends?: CreateProjectMicrofrontends1 | CreateProjectMicrofrontends2 | CreateProjectMicrofrontends3 | undefined;
2066
1938
  name: string;
2067
1939
  nodeVersion: CreateProjectNodeVersion;
@@ -2416,14 +2288,10 @@ export declare const CreateProjectProjectsResponseType$inboundSchema: z.ZodNativ
2416
2288
  /** @internal */
2417
2289
  export declare const CreateProjectProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponseType>;
2418
2290
  /** @internal */
2419
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
2420
- /** @internal */
2421
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
2422
- /** @internal */
2423
2291
  export declare const CreateProjectContentHint15$inboundSchema: z.ZodType<CreateProjectContentHint15, z.ZodTypeDef, unknown>;
2424
2292
  /** @internal */
2425
2293
  export type CreateProjectContentHint15$Outbound = {
2426
- type: string;
2294
+ type: "flags-connection-string";
2427
2295
  projectId: string;
2428
2296
  };
2429
2297
  /** @internal */
@@ -2431,14 +2299,10 @@ export declare const CreateProjectContentHint15$outboundSchema: z.ZodType<Create
2431
2299
  export declare function createProjectContentHint15ToJSON(createProjectContentHint15: CreateProjectContentHint15): string;
2432
2300
  export declare function createProjectContentHint15FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint15, SDKValidationError>;
2433
2301
  /** @internal */
2434
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
2435
- /** @internal */
2436
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
2437
- /** @internal */
2438
2302
  export declare const CreateProjectContentHint14$inboundSchema: z.ZodType<CreateProjectContentHint14, z.ZodTypeDef, unknown>;
2439
2303
  /** @internal */
2440
2304
  export type CreateProjectContentHint14$Outbound = {
2441
- type: string;
2305
+ type: "integration-store-secret";
2442
2306
  storeId: string;
2443
2307
  integrationId: string;
2444
2308
  integrationProductId: string;
@@ -2449,14 +2313,10 @@ export declare const CreateProjectContentHint14$outboundSchema: z.ZodType<Create
2449
2313
  export declare function createProjectContentHint14ToJSON(createProjectContentHint14: CreateProjectContentHint14): string;
2450
2314
  export declare function createProjectContentHint14FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint14, SDKValidationError>;
2451
2315
  /** @internal */
2452
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
2453
- /** @internal */
2454
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
2455
- /** @internal */
2456
2316
  export declare const CreateProjectContentHint13$inboundSchema: z.ZodType<CreateProjectContentHint13, z.ZodTypeDef, unknown>;
2457
2317
  /** @internal */
2458
2318
  export type CreateProjectContentHint13$Outbound = {
2459
- type: string;
2319
+ type: "postgres-url-no-ssl";
2460
2320
  storeId: string;
2461
2321
  };
2462
2322
  /** @internal */
@@ -2464,14 +2324,10 @@ export declare const CreateProjectContentHint13$outboundSchema: z.ZodType<Create
2464
2324
  export declare function createProjectContentHint13ToJSON(createProjectContentHint13: CreateProjectContentHint13): string;
2465
2325
  export declare function createProjectContentHint13FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint13, SDKValidationError>;
2466
2326
  /** @internal */
2467
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
2468
- /** @internal */
2469
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
2470
- /** @internal */
2471
2327
  export declare const CreateProjectContentHint12$inboundSchema: z.ZodType<CreateProjectContentHint12, z.ZodTypeDef, unknown>;
2472
2328
  /** @internal */
2473
2329
  export type CreateProjectContentHint12$Outbound = {
2474
- type: string;
2330
+ type: "postgres-database";
2475
2331
  storeId: string;
2476
2332
  };
2477
2333
  /** @internal */
@@ -2479,14 +2335,10 @@ export declare const CreateProjectContentHint12$outboundSchema: z.ZodType<Create
2479
2335
  export declare function createProjectContentHint12ToJSON(createProjectContentHint12: CreateProjectContentHint12): string;
2480
2336
  export declare function createProjectContentHint12FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint12, SDKValidationError>;
2481
2337
  /** @internal */
2482
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
2483
- /** @internal */
2484
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
2485
- /** @internal */
2486
2338
  export declare const CreateProjectContentHint11$inboundSchema: z.ZodType<CreateProjectContentHint11, z.ZodTypeDef, unknown>;
2487
2339
  /** @internal */
2488
2340
  export type CreateProjectContentHint11$Outbound = {
2489
- type: string;
2341
+ type: "postgres-password";
2490
2342
  storeId: string;
2491
2343
  };
2492
2344
  /** @internal */
@@ -2494,14 +2346,10 @@ export declare const CreateProjectContentHint11$outboundSchema: z.ZodType<Create
2494
2346
  export declare function createProjectContentHint11ToJSON(createProjectContentHint11: CreateProjectContentHint11): string;
2495
2347
  export declare function createProjectContentHint11FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint11, SDKValidationError>;
2496
2348
  /** @internal */
2497
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
2498
- /** @internal */
2499
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
2500
- /** @internal */
2501
2349
  export declare const CreateProjectContentHint10$inboundSchema: z.ZodType<CreateProjectContentHint10, z.ZodTypeDef, unknown>;
2502
2350
  /** @internal */
2503
2351
  export type CreateProjectContentHint10$Outbound = {
2504
- type: string;
2352
+ type: "postgres-host";
2505
2353
  storeId: string;
2506
2354
  };
2507
2355
  /** @internal */
@@ -2509,14 +2357,10 @@ export declare const CreateProjectContentHint10$outboundSchema: z.ZodType<Create
2509
2357
  export declare function createProjectContentHint10ToJSON(createProjectContentHint10: CreateProjectContentHint10): string;
2510
2358
  export declare function createProjectContentHint10FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint10, SDKValidationError>;
2511
2359
  /** @internal */
2512
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
2513
- /** @internal */
2514
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
2515
- /** @internal */
2516
2360
  export declare const CreateProjectContentHint9$inboundSchema: z.ZodType<CreateProjectContentHint9, z.ZodTypeDef, unknown>;
2517
2361
  /** @internal */
2518
2362
  export type CreateProjectContentHint9$Outbound = {
2519
- type: string;
2363
+ type: "postgres-user";
2520
2364
  storeId: string;
2521
2365
  };
2522
2366
  /** @internal */
@@ -2524,14 +2368,10 @@ export declare const CreateProjectContentHint9$outboundSchema: z.ZodType<CreateP
2524
2368
  export declare function createProjectContentHint9ToJSON(createProjectContentHint9: CreateProjectContentHint9): string;
2525
2369
  export declare function createProjectContentHint9FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint9, SDKValidationError>;
2526
2370
  /** @internal */
2527
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
2528
- /** @internal */
2529
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
2530
- /** @internal */
2531
2371
  export declare const CreateProjectContentHint8$inboundSchema: z.ZodType<CreateProjectContentHint8, z.ZodTypeDef, unknown>;
2532
2372
  /** @internal */
2533
2373
  export type CreateProjectContentHint8$Outbound = {
2534
- type: string;
2374
+ type: "postgres-prisma-url";
2535
2375
  storeId: string;
2536
2376
  };
2537
2377
  /** @internal */
@@ -2539,14 +2379,10 @@ export declare const CreateProjectContentHint8$outboundSchema: z.ZodType<CreateP
2539
2379
  export declare function createProjectContentHint8ToJSON(createProjectContentHint8: CreateProjectContentHint8): string;
2540
2380
  export declare function createProjectContentHint8FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint8, SDKValidationError>;
2541
2381
  /** @internal */
2542
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2543
- /** @internal */
2544
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2545
- /** @internal */
2546
2382
  export declare const CreateProjectContentHint7$inboundSchema: z.ZodType<CreateProjectContentHint7, z.ZodTypeDef, unknown>;
2547
2383
  /** @internal */
2548
2384
  export type CreateProjectContentHint7$Outbound = {
2549
- type: string;
2385
+ type: "postgres-url-non-pooling";
2550
2386
  storeId: string;
2551
2387
  };
2552
2388
  /** @internal */
@@ -2554,14 +2390,10 @@ export declare const CreateProjectContentHint7$outboundSchema: z.ZodType<CreateP
2554
2390
  export declare function createProjectContentHint7ToJSON(createProjectContentHint7: CreateProjectContentHint7): string;
2555
2391
  export declare function createProjectContentHint7FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint7, SDKValidationError>;
2556
2392
  /** @internal */
2557
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2558
- /** @internal */
2559
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2560
- /** @internal */
2561
2393
  export declare const CreateProjectContentHint6$inboundSchema: z.ZodType<CreateProjectContentHint6, z.ZodTypeDef, unknown>;
2562
2394
  /** @internal */
2563
2395
  export type CreateProjectContentHint6$Outbound = {
2564
- type: string;
2396
+ type: "postgres-url";
2565
2397
  storeId: string;
2566
2398
  };
2567
2399
  /** @internal */
@@ -2569,14 +2401,10 @@ export declare const CreateProjectContentHint6$outboundSchema: z.ZodType<CreateP
2569
2401
  export declare function createProjectContentHint6ToJSON(createProjectContentHint6: CreateProjectContentHint6): string;
2570
2402
  export declare function createProjectContentHint6FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint6, SDKValidationError>;
2571
2403
  /** @internal */
2572
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType>;
2573
- /** @internal */
2574
- export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType>;
2575
- /** @internal */
2576
2404
  export declare const CreateProjectContentHint5$inboundSchema: z.ZodType<CreateProjectContentHint5, z.ZodTypeDef, unknown>;
2577
2405
  /** @internal */
2578
2406
  export type CreateProjectContentHint5$Outbound = {
2579
- type: string;
2407
+ type: "blob-read-write-token";
2580
2408
  storeId: string;
2581
2409
  };
2582
2410
  /** @internal */
@@ -2584,14 +2412,10 @@ export declare const CreateProjectContentHint5$outboundSchema: z.ZodType<CreateP
2584
2412
  export declare function createProjectContentHint5ToJSON(createProjectContentHint5: CreateProjectContentHint5): string;
2585
2413
  export declare function createProjectContentHint5FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint5, SDKValidationError>;
2586
2414
  /** @internal */
2587
- export declare const CreateProjectContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type>;
2588
- /** @internal */
2589
- export declare const CreateProjectContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type>;
2590
- /** @internal */
2591
2415
  export declare const CreateProjectContentHint4$inboundSchema: z.ZodType<CreateProjectContentHint4, z.ZodTypeDef, unknown>;
2592
2416
  /** @internal */
2593
2417
  export type CreateProjectContentHint4$Outbound = {
2594
- type: string;
2418
+ type: "redis-rest-api-read-only-token";
2595
2419
  storeId: string;
2596
2420
  };
2597
2421
  /** @internal */
@@ -2599,14 +2423,10 @@ export declare const CreateProjectContentHint4$outboundSchema: z.ZodType<CreateP
2599
2423
  export declare function createProjectContentHint4ToJSON(createProjectContentHint4: CreateProjectContentHint4): string;
2600
2424
  export declare function createProjectContentHint4FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint4, SDKValidationError>;
2601
2425
  /** @internal */
2602
- export declare const CreateProjectContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType>;
2603
- /** @internal */
2604
- export declare const CreateProjectContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType>;
2605
- /** @internal */
2606
2426
  export declare const CreateProjectContentHint3$inboundSchema: z.ZodType<CreateProjectContentHint3, z.ZodTypeDef, unknown>;
2607
2427
  /** @internal */
2608
2428
  export type CreateProjectContentHint3$Outbound = {
2609
- type: string;
2429
+ type: "redis-rest-api-token";
2610
2430
  storeId: string;
2611
2431
  };
2612
2432
  /** @internal */
@@ -2614,14 +2434,10 @@ export declare const CreateProjectContentHint3$outboundSchema: z.ZodType<CreateP
2614
2434
  export declare function createProjectContentHint3ToJSON(createProjectContentHint3: CreateProjectContentHint3): string;
2615
2435
  export declare function createProjectContentHint3FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint3, SDKValidationError>;
2616
2436
  /** @internal */
2617
- export declare const CreateProjectContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType>;
2618
- /** @internal */
2619
- export declare const CreateProjectContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType>;
2620
- /** @internal */
2621
2437
  export declare const CreateProjectContentHint2$inboundSchema: z.ZodType<CreateProjectContentHint2, z.ZodTypeDef, unknown>;
2622
2438
  /** @internal */
2623
2439
  export type CreateProjectContentHint2$Outbound = {
2624
- type: string;
2440
+ type: "redis-rest-api-url";
2625
2441
  storeId: string;
2626
2442
  };
2627
2443
  /** @internal */
@@ -2629,14 +2445,10 @@ export declare const CreateProjectContentHint2$outboundSchema: z.ZodType<CreateP
2629
2445
  export declare function createProjectContentHint2ToJSON(createProjectContentHint2: CreateProjectContentHint2): string;
2630
2446
  export declare function createProjectContentHint2FromJSON(jsonString: string): SafeParseResult<CreateProjectContentHint2, SDKValidationError>;
2631
2447
  /** @internal */
2632
- export declare const CreateProjectContentHintType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintType>;
2633
- /** @internal */
2634
- export declare const CreateProjectContentHintType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectContentHintType>;
2635
- /** @internal */
2636
2448
  export declare const CreateProjectContentHint1$inboundSchema: z.ZodType<CreateProjectContentHint1, z.ZodTypeDef, unknown>;
2637
2449
  /** @internal */
2638
2450
  export type CreateProjectContentHint1$Outbound = {
2639
- type: string;
2451
+ type: "redis-url";
2640
2452
  storeId: string;
2641
2453
  };
2642
2454
  /** @internal */
@@ -2646,7 +2458,7 @@ export declare function createProjectContentHint1FromJSON(jsonString: string): S
2646
2458
  /** @internal */
2647
2459
  export declare const CreateProjectContentHint$inboundSchema: z.ZodType<CreateProjectContentHint, z.ZodTypeDef, unknown>;
2648
2460
  /** @internal */
2649
- export type CreateProjectContentHint$Outbound = CreateProjectContentHint14$Outbound | CreateProjectContentHint1$Outbound | CreateProjectContentHint2$Outbound | CreateProjectContentHint3$Outbound | CreateProjectContentHint4$Outbound | CreateProjectContentHint5$Outbound | CreateProjectContentHint6$Outbound | CreateProjectContentHint7$Outbound | CreateProjectContentHint8$Outbound | CreateProjectContentHint9$Outbound | CreateProjectContentHint10$Outbound | CreateProjectContentHint11$Outbound | CreateProjectContentHint12$Outbound | CreateProjectContentHint13$Outbound | CreateProjectContentHint15$Outbound;
2461
+ export type CreateProjectContentHint$Outbound = CreateProjectContentHint1$Outbound | CreateProjectContentHint2$Outbound | CreateProjectContentHint3$Outbound | CreateProjectContentHint4$Outbound | CreateProjectContentHint5$Outbound | CreateProjectContentHint6$Outbound | CreateProjectContentHint7$Outbound | CreateProjectContentHint8$Outbound | CreateProjectContentHint9$Outbound | CreateProjectContentHint10$Outbound | CreateProjectContentHint11$Outbound | CreateProjectContentHint12$Outbound | CreateProjectContentHint13$Outbound | CreateProjectContentHint14$Outbound | CreateProjectContentHint15$Outbound;
2650
2462
  /** @internal */
2651
2463
  export declare const CreateProjectContentHint$outboundSchema: z.ZodType<CreateProjectContentHint$Outbound, z.ZodTypeDef, CreateProjectContentHint>;
2652
2464
  export declare function createProjectContentHintToJSON(createProjectContentHint: CreateProjectContentHint): string;
@@ -2686,7 +2498,7 @@ export type CreateProjectEnv$Outbound = {
2686
2498
  gitBranch?: string | undefined;
2687
2499
  edgeConfigId?: string | null | undefined;
2688
2500
  edgeConfigTokenId?: string | null | undefined;
2689
- contentHint?: CreateProjectContentHint14$Outbound | CreateProjectContentHint1$Outbound | CreateProjectContentHint2$Outbound | CreateProjectContentHint3$Outbound | CreateProjectContentHint4$Outbound | CreateProjectContentHint5$Outbound | CreateProjectContentHint6$Outbound | CreateProjectContentHint7$Outbound | CreateProjectContentHint8$Outbound | CreateProjectContentHint9$Outbound | CreateProjectContentHint10$Outbound | CreateProjectContentHint11$Outbound | CreateProjectContentHint12$Outbound | CreateProjectContentHint13$Outbound | CreateProjectContentHint15$Outbound | null | undefined;
2501
+ contentHint?: CreateProjectContentHint1$Outbound | CreateProjectContentHint2$Outbound | CreateProjectContentHint3$Outbound | CreateProjectContentHint4$Outbound | CreateProjectContentHint5$Outbound | CreateProjectContentHint6$Outbound | CreateProjectContentHint7$Outbound | CreateProjectContentHint8$Outbound | CreateProjectContentHint9$Outbound | CreateProjectContentHint10$Outbound | CreateProjectContentHint11$Outbound | CreateProjectContentHint12$Outbound | CreateProjectContentHint13$Outbound | CreateProjectContentHint14$Outbound | CreateProjectContentHint15$Outbound | null | undefined;
2690
2502
  internalContentHint?: CreateProjectInternalContentHint$Outbound | null | undefined;
2691
2503
  comment?: string | undefined;
2692
2504
  customEnvironmentIds?: Array<string> | undefined;
@@ -2931,10 +2743,6 @@ export declare const CreateProjectLatestDeployments$outboundSchema: z.ZodType<Cr
2931
2743
  export declare function createProjectLatestDeploymentsToJSON(createProjectLatestDeployments: CreateProjectLatestDeployments): string;
2932
2744
  export declare function createProjectLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<CreateProjectLatestDeployments, SDKValidationError>;
2933
2745
  /** @internal */
2934
- export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
2935
- /** @internal */
2936
- export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
2937
- /** @internal */
2938
2746
  export declare const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
2939
2747
  /** @internal */
2940
2748
  export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
@@ -2955,7 +2763,7 @@ export type CreateProjectLink5$Outbound = {
2955
2763
  name: string;
2956
2764
  slug: string;
2957
2765
  owner: string;
2958
- type: string;
2766
+ type: "bitbucket";
2959
2767
  uuid: string;
2960
2768
  workspaceUuid: string;
2961
2769
  createdAt?: number | undefined;
@@ -2970,10 +2778,6 @@ export declare const CreateProjectLink5$outboundSchema: z.ZodType<CreateProjectL
2970
2778
  export declare function createProjectLink5ToJSON(createProjectLink5: CreateProjectLink5): string;
2971
2779
  export declare function createProjectLink5FromJSON(jsonString: string): SafeParseResult<CreateProjectLink5, SDKValidationError>;
2972
2780
  /** @internal */
2973
- export declare const CreateProjectLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type>;
2974
- /** @internal */
2975
- export declare const CreateProjectLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type>;
2976
- /** @internal */
2977
2781
  export declare const CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200DeployHooks, z.ZodTypeDef, unknown>;
2978
2782
  /** @internal */
2979
2783
  export type CreateProjectLinkProjectsResponse200DeployHooks$Outbound = {
@@ -2997,7 +2801,7 @@ export type CreateProjectLink4$Outbound = {
2997
2801
  projectNamespace: string;
2998
2802
  projectOwnerId?: number | undefined;
2999
2803
  projectUrl: string;
3000
- type: string;
2804
+ type: "gitlab";
3001
2805
  createdAt?: number | undefined;
3002
2806
  deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
3003
2807
  gitCredentialId: string;
@@ -3010,10 +2814,6 @@ export declare const CreateProjectLink4$outboundSchema: z.ZodType<CreateProjectL
3010
2814
  export declare function createProjectLink4ToJSON(createProjectLink4: CreateProjectLink4): string;
3011
2815
  export declare function createProjectLink4FromJSON(jsonString: string): SafeParseResult<CreateProjectLink4, SDKValidationError>;
3012
2816
  /** @internal */
3013
- export declare const CreateProjectLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType>;
3014
- /** @internal */
3015
- export declare const CreateProjectLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType>;
3016
- /** @internal */
3017
2817
  export declare const CreateProjectLinkProjectsResponseDeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
3018
2818
  /** @internal */
3019
2819
  export type CreateProjectLinkProjectsResponseDeployHooks$Outbound = {
@@ -3035,7 +2835,7 @@ export type CreateProjectLink3$Outbound = {
3035
2835
  repoOwnerId?: number | undefined;
3036
2836
  repo?: string | undefined;
3037
2837
  repoId?: number | undefined;
3038
- type: string;
2838
+ type: "github-custom-host";
3039
2839
  host: string;
3040
2840
  createdAt?: number | undefined;
3041
2841
  deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
@@ -3049,10 +2849,6 @@ export declare const CreateProjectLink3$outboundSchema: z.ZodType<CreateProjectL
3049
2849
  export declare function createProjectLink3ToJSON(createProjectLink3: CreateProjectLink3): string;
3050
2850
  export declare function createProjectLink3FromJSON(jsonString: string): SafeParseResult<CreateProjectLink3, SDKValidationError>;
3051
2851
  /** @internal */
3052
- export declare const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsType>;
3053
- /** @internal */
3054
- export declare const CreateProjectLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsType>;
3055
- /** @internal */
3056
2852
  export declare const CreateProjectLinkProjectsDeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
3057
2853
  /** @internal */
3058
2854
  export type CreateProjectLinkProjectsDeployHooks$Outbound = {
@@ -3070,7 +2866,7 @@ export declare function createProjectLinkProjectsDeployHooksFromJSON(jsonString:
3070
2866
  export declare const CreateProjectLink2$inboundSchema: z.ZodType<CreateProjectLink2, z.ZodTypeDef, unknown>;
3071
2867
  /** @internal */
3072
2868
  export type CreateProjectLink2$Outbound = {
3073
- type: string;
2869
+ type: "github-limited";
3074
2870
  repo?: string | undefined;
3075
2871
  repoId?: number | undefined;
3076
2872
  createdAt?: number | undefined;
@@ -3087,10 +2883,6 @@ export declare const CreateProjectLink2$outboundSchema: z.ZodType<CreateProjectL
3087
2883
  export declare function createProjectLink2ToJSON(createProjectLink2: CreateProjectLink2): string;
3088
2884
  export declare function createProjectLink2FromJSON(jsonString: string): SafeParseResult<CreateProjectLink2, SDKValidationError>;
3089
2885
  /** @internal */
3090
- export declare const CreateProjectLinkType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkType>;
3091
- /** @internal */
3092
- export declare const CreateProjectLinkType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkType>;
3093
- /** @internal */
3094
2886
  export declare const CreateProjectLinkDeployHooks$inboundSchema: z.ZodType<CreateProjectLinkDeployHooks, z.ZodTypeDef, unknown>;
3095
2887
  /** @internal */
3096
2888
  export type CreateProjectLinkDeployHooks$Outbound = {
@@ -3112,7 +2904,7 @@ export type CreateProjectLink1$Outbound = {
3112
2904
  repoOwnerId?: number | undefined;
3113
2905
  repo?: string | undefined;
3114
2906
  repoId?: number | undefined;
3115
- type: string;
2907
+ type: "github";
3116
2908
  createdAt?: number | undefined;
3117
2909
  deployHooks: Array<CreateProjectLinkDeployHooks$Outbound>;
3118
2910
  gitCredentialId: string;
@@ -3127,7 +2919,7 @@ export declare function createProjectLink1FromJSON(jsonString: string): SafePars
3127
2919
  /** @internal */
3128
2920
  export declare const CreateProjectLink$inboundSchema: z.ZodType<CreateProjectLink, z.ZodTypeDef, unknown>;
3129
2921
  /** @internal */
3130
- export type CreateProjectLink$Outbound = CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | CreateProjectLink3$Outbound | CreateProjectLink1$Outbound | CreateProjectLink2$Outbound;
2922
+ export type CreateProjectLink$Outbound = CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound | CreateProjectLink5$Outbound;
3131
2923
  /** @internal */
3132
2924
  export declare const CreateProjectLink$outboundSchema: z.ZodType<CreateProjectLink$Outbound, z.ZodTypeDef, CreateProjectLink>;
3133
2925
  export declare function createProjectLinkToJSON(createProjectLink: CreateProjectLink): string;
@@ -3741,32 +3533,24 @@ export declare const CreateProjectLastAliasRequest$outboundSchema: z.ZodType<Cre
3741
3533
  export declare function createProjectLastAliasRequestToJSON(createProjectLastAliasRequest: CreateProjectLastAliasRequest): string;
3742
3534
  export declare function createProjectLastAliasRequestFromJSON(jsonString: string): SafeParseResult<CreateProjectLastAliasRequest, SDKValidationError>;
3743
3535
  /** @internal */
3744
- export declare const CreateProjectProtectionBypassProjectsScope$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProtectionBypassProjectsScope>;
3745
- /** @internal */
3746
- export declare const CreateProjectProtectionBypassProjectsScope$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProtectionBypassProjectsScope>;
3747
- /** @internal */
3748
3536
  export declare const CreateProjectProtectionBypass2$inboundSchema: z.ZodType<CreateProjectProtectionBypass2, z.ZodTypeDef, unknown>;
3749
3537
  /** @internal */
3750
3538
  export type CreateProjectProtectionBypass2$Outbound = {
3751
3539
  createdAt: number;
3752
3540
  createdBy: string;
3753
- scope: string;
3541
+ scope: "automation-bypass";
3754
3542
  };
3755
3543
  /** @internal */
3756
3544
  export declare const CreateProjectProtectionBypass2$outboundSchema: z.ZodType<CreateProjectProtectionBypass2$Outbound, z.ZodTypeDef, CreateProjectProtectionBypass2>;
3757
3545
  export declare function createProjectProtectionBypass2ToJSON(createProjectProtectionBypass2: CreateProjectProtectionBypass2): string;
3758
3546
  export declare function createProjectProtectionBypass2FromJSON(jsonString: string): SafeParseResult<CreateProjectProtectionBypass2, SDKValidationError>;
3759
3547
  /** @internal */
3760
- export declare const CreateProjectProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProtectionBypassScope>;
3761
- /** @internal */
3762
- export declare const CreateProjectProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProtectionBypassScope>;
3763
- /** @internal */
3764
3548
  export declare const CreateProjectProtectionBypass1$inboundSchema: z.ZodType<CreateProjectProtectionBypass1, z.ZodTypeDef, unknown>;
3765
3549
  /** @internal */
3766
3550
  export type CreateProjectProtectionBypass1$Outbound = {
3767
3551
  createdAt: number;
3768
3552
  createdBy: string;
3769
- scope: string;
3553
+ scope: "integration-automation-bypass";
3770
3554
  integrationId: string;
3771
3555
  configurationId: string;
3772
3556
  };
@@ -4019,14 +3803,6 @@ export declare const CreateProjectBlock$outboundSchema: z.ZodType<CreateProjectB
4019
3803
  export declare function createProjectBlockToJSON(createProjectBlock: CreateProjectBlock): string;
4020
3804
  export declare function createProjectBlockFromJSON(jsonString: string): SafeParseResult<CreateProjectBlock, SDKValidationError>;
4021
3805
  /** @internal */
4022
- export declare const CreateProjectBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
4023
- /** @internal */
4024
- export declare const CreateProjectBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
4025
- /** @internal */
4026
- export declare const CreateProjectHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type>;
4027
- /** @internal */
4028
- export declare const CreateProjectHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type>;
4029
- /** @internal */
4030
3806
  export declare const CreateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
4031
3807
  /** @internal */
4032
3808
  export type CreateProjectHasProjectsResponse200Value$Outbound = {
@@ -4040,7 +3816,7 @@ export declare function createProjectHasProjectsResponse200ValueFromJSON(jsonStr
4040
3816
  export declare const CreateProjectHasProjects2$inboundSchema: z.ZodType<CreateProjectHasProjects2, z.ZodTypeDef, unknown>;
4041
3817
  /** @internal */
4042
3818
  export type CreateProjectHasProjects2$Outbound = {
4043
- type: string;
3819
+ type: "host";
4044
3820
  value: CreateProjectHasProjectsResponse200Value$Outbound;
4045
3821
  };
4046
3822
  /** @internal */
@@ -4048,10 +3824,6 @@ export declare const CreateProjectHasProjects2$outboundSchema: z.ZodType<CreateP
4048
3824
  export declare function createProjectHasProjects2ToJSON(createProjectHasProjects2: CreateProjectHasProjects2): string;
4049
3825
  export declare function createProjectHasProjects2FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjects2, SDKValidationError>;
4050
3826
  /** @internal */
4051
- export declare const CreateProjectHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType>;
4052
- /** @internal */
4053
- export declare const CreateProjectHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType>;
4054
- /** @internal */
4055
3827
  export declare const CreateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsKey>;
4056
3828
  /** @internal */
4057
3829
  export declare const CreateProjectHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsKey>;
@@ -4069,7 +3841,7 @@ export declare function createProjectHasProjectsResponseValueFromJSON(jsonString
4069
3841
  export declare const CreateProjectHasProjects1$inboundSchema: z.ZodType<CreateProjectHasProjects1, z.ZodTypeDef, unknown>;
4070
3842
  /** @internal */
4071
3843
  export type CreateProjectHasProjects1$Outbound = {
4072
- type: string;
3844
+ type: "header";
4073
3845
  key: string;
4074
3846
  value: CreateProjectHasProjectsResponseValue$Outbound;
4075
3847
  };
@@ -4134,7 +3906,7 @@ export declare function createProjectBlockHistoryProjectsRouteFromJSON(jsonStrin
4134
3906
  export declare const CreateProjectBlockHistory4$inboundSchema: z.ZodType<CreateProjectBlockHistory4, z.ZodTypeDef, unknown>;
4135
3907
  /** @internal */
4136
3908
  export type CreateProjectBlockHistory4$Outbound = {
4137
- action: string;
3909
+ action: "route-unblocked";
4138
3910
  route: CreateProjectRouteProjects1$Outbound | CreateProjectRouteProjects2$Outbound;
4139
3911
  statusCode?: number | undefined;
4140
3912
  createdAt: number;
@@ -4148,14 +3920,6 @@ export declare const CreateProjectBlockHistory4$outboundSchema: z.ZodType<Create
4148
3920
  export declare function createProjectBlockHistory4ToJSON(createProjectBlockHistory4: CreateProjectBlockHistory4): string;
4149
3921
  export declare function createProjectBlockHistory4FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory4, SDKValidationError>;
4150
3922
  /** @internal */
4151
- export declare const CreateProjectBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
4152
- /** @internal */
4153
- export declare const CreateProjectBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
4154
- /** @internal */
4155
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
4156
- /** @internal */
4157
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
4158
- /** @internal */
4159
3923
  export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
4160
3924
  /** @internal */
4161
3925
  export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
@@ -4169,7 +3933,7 @@ export declare function createProjectHasProjectsResponse200ApplicationJSONRespon
4169
3933
  export declare const CreateProjectHasProjectsResponse2$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
4170
3934
  /** @internal */
4171
3935
  export type CreateProjectHasProjectsResponse2$Outbound = {
4172
- type: string;
3936
+ type: "host";
4173
3937
  value: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
4174
3938
  };
4175
3939
  /** @internal */
@@ -4177,10 +3941,6 @@ export declare const CreateProjectHasProjectsResponse2$outboundSchema: z.ZodType
4177
3941
  export declare function createProjectHasProjectsResponse2ToJSON(createProjectHasProjectsResponse2: CreateProjectHasProjectsResponse2): string;
4178
3942
  export declare function createProjectHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse2, SDKValidationError>;
4179
3943
  /** @internal */
4180
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
4181
- /** @internal */
4182
- export declare const CreateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
4183
- /** @internal */
4184
3944
  export declare const CreateProjectHasKey$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasKey>;
4185
3945
  /** @internal */
4186
3946
  export declare const CreateProjectHasKey$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasKey>;
@@ -4198,7 +3958,7 @@ export declare function createProjectHasProjectsResponse200ApplicationJSONValueF
4198
3958
  export declare const CreateProjectHasProjectsResponse1$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
4199
3959
  /** @internal */
4200
3960
  export type CreateProjectHasProjectsResponse1$Outbound = {
4201
- type: string;
3961
+ type: "header";
4202
3962
  key: string;
4203
3963
  value: CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
4204
3964
  };
@@ -4263,7 +4023,7 @@ export declare function createProjectBlockHistoryRouteFromJSON(jsonString: strin
4263
4023
  export declare const CreateProjectBlockHistory3$inboundSchema: z.ZodType<CreateProjectBlockHistory3, z.ZodTypeDef, unknown>;
4264
4024
  /** @internal */
4265
4025
  export type CreateProjectBlockHistory3$Outbound = {
4266
- action: string;
4026
+ action: "route-blocked";
4267
4027
  route: CreateProjectRoute1$Outbound | CreateProjectRoute2$Outbound;
4268
4028
  reason: string;
4269
4029
  createdAt: number;
@@ -4277,14 +4037,10 @@ export declare const CreateProjectBlockHistory3$outboundSchema: z.ZodType<Create
4277
4037
  export declare function createProjectBlockHistory3ToJSON(createProjectBlockHistory3: CreateProjectBlockHistory3): string;
4278
4038
  export declare function createProjectBlockHistory3FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory3, SDKValidationError>;
4279
4039
  /** @internal */
4280
- export declare const CreateProjectBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction>;
4281
- /** @internal */
4282
- export declare const CreateProjectBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction>;
4283
- /** @internal */
4284
4040
  export declare const CreateProjectBlockHistory2$inboundSchema: z.ZodType<CreateProjectBlockHistory2, z.ZodTypeDef, unknown>;
4285
4041
  /** @internal */
4286
4042
  export type CreateProjectBlockHistory2$Outbound = {
4287
- action: string;
4043
+ action: "unblocked";
4288
4044
  createdAt: number;
4289
4045
  caseId?: string | undefined;
4290
4046
  actor?: string | undefined;
@@ -4296,14 +4052,10 @@ export declare const CreateProjectBlockHistory2$outboundSchema: z.ZodType<Create
4296
4052
  export declare function createProjectBlockHistory2ToJSON(createProjectBlockHistory2: CreateProjectBlockHistory2): string;
4297
4053
  export declare function createProjectBlockHistory2FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory2, SDKValidationError>;
4298
4054
  /** @internal */
4299
- export declare const CreateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryAction>;
4300
- /** @internal */
4301
- export declare const CreateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryAction>;
4302
- /** @internal */
4303
4055
  export declare const CreateProjectBlockHistory1$inboundSchema: z.ZodType<CreateProjectBlockHistory1, z.ZodTypeDef, unknown>;
4304
4056
  /** @internal */
4305
4057
  export type CreateProjectBlockHistory1$Outbound = {
4306
- action: string;
4058
+ action: "blocked";
4307
4059
  reason: string;
4308
4060
  statusCode: number;
4309
4061
  createdAt: number;
@@ -4319,7 +4071,7 @@ export declare function createProjectBlockHistory1FromJSON(jsonString: string):
4319
4071
  /** @internal */
4320
4072
  export declare const CreateProjectBlockHistory$inboundSchema: z.ZodType<CreateProjectBlockHistory, z.ZodTypeDef, unknown>;
4321
4073
  /** @internal */
4322
- export type CreateProjectBlockHistory$Outbound = CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound | CreateProjectBlockHistory2$Outbound;
4074
+ export type CreateProjectBlockHistory$Outbound = CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory2$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound;
4323
4075
  /** @internal */
4324
4076
  export declare const CreateProjectBlockHistory$outboundSchema: z.ZodType<CreateProjectBlockHistory$Outbound, z.ZodTypeDef, CreateProjectBlockHistory>;
4325
4077
  export declare function createProjectBlockHistoryToJSON(createProjectBlockHistory: CreateProjectBlockHistory): string;
@@ -4332,7 +4084,7 @@ export type CreateProjectAbuse$Outbound = {
4332
4084
  history: Array<CreateProjectHistory$Outbound>;
4333
4085
  updatedAt: number;
4334
4086
  block?: CreateProjectBlock$Outbound | undefined;
4335
- blockHistory?: Array<CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound | CreateProjectBlockHistory2$Outbound> | undefined;
4087
+ blockHistory?: Array<CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory2$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound> | undefined;
4336
4088
  interstitial?: boolean | undefined;
4337
4089
  };
4338
4090
  /** @internal */
@@ -4340,10 +4092,6 @@ export declare const CreateProjectAbuse$outboundSchema: z.ZodType<CreateProjectA
4340
4092
  export declare function createProjectAbuseToJSON(createProjectAbuse: CreateProjectAbuse): string;
4341
4093
  export declare function createProjectAbuseFromJSON(jsonString: string): SafeParseResult<CreateProjectAbuse, SDKValidationError>;
4342
4094
  /** @internal */
4343
- export declare const CreateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsType>;
4344
- /** @internal */
4345
- export declare const CreateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsType>;
4346
- /** @internal */
4347
4095
  export declare const CreateProjectHasProjectsValue$inboundSchema: z.ZodType<CreateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
4348
4096
  /** @internal */
4349
4097
  export type CreateProjectHasProjectsValue$Outbound = {
@@ -4357,7 +4105,7 @@ export declare function createProjectHasProjectsValueFromJSON(jsonString: string
4357
4105
  export declare const CreateProjectHas2$inboundSchema: z.ZodType<CreateProjectHas2, z.ZodTypeDef, unknown>;
4358
4106
  /** @internal */
4359
4107
  export type CreateProjectHas2$Outbound = {
4360
- type: string;
4108
+ type: "host";
4361
4109
  value: CreateProjectHasProjectsValue$Outbound;
4362
4110
  };
4363
4111
  /** @internal */
@@ -4365,10 +4113,6 @@ export declare const CreateProjectHas2$outboundSchema: z.ZodType<CreateProjectHa
4365
4113
  export declare function createProjectHas2ToJSON(createProjectHas2: CreateProjectHas2): string;
4366
4114
  export declare function createProjectHas2FromJSON(jsonString: string): SafeParseResult<CreateProjectHas2, SDKValidationError>;
4367
4115
  /** @internal */
4368
- export declare const CreateProjectHasType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasType>;
4369
- /** @internal */
4370
- export declare const CreateProjectHasType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasType>;
4371
- /** @internal */
4372
4116
  export declare const HasKey$inboundSchema: z.ZodNativeEnum<typeof HasKey>;
4373
4117
  /** @internal */
4374
4118
  export declare const HasKey$outboundSchema: z.ZodNativeEnum<typeof HasKey>;
@@ -4386,7 +4130,7 @@ export declare function createProjectHasValueFromJSON(jsonString: string): SafeP
4386
4130
  export declare const CreateProjectHas1$inboundSchema: z.ZodType<CreateProjectHas1, z.ZodTypeDef, unknown>;
4387
4131
  /** @internal */
4388
4132
  export type CreateProjectHas1$Outbound = {
4389
- type: string;
4133
+ type: "header";
4390
4134
  key: string;
4391
4135
  value: CreateProjectHasValue$Outbound;
4392
4136
  };
@@ -4531,7 +4275,7 @@ export type CreateProjectResponseBody$Outbound = {
4531
4275
  id: string;
4532
4276
  ipBuckets?: Array<CreateProjectIpBuckets$Outbound> | undefined;
4533
4277
  latestDeployments?: Array<CreateProjectLatestDeployments$Outbound> | undefined;
4534
- link?: CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | CreateProjectLink3$Outbound | CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | undefined;
4278
+ link?: CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | undefined;
4535
4279
  microfrontends?: CreateProjectMicrofrontends1$Outbound | CreateProjectMicrofrontends2$Outbound | CreateProjectMicrofrontends3$Outbound | undefined;
4536
4280
  name: string;
4537
4281
  nodeVersion: string;