@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
@@ -567,130 +567,70 @@ export declare const UpdateProjectType: {
567
567
  readonly Secret: "secret";
568
568
  };
569
569
  export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
570
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
571
- readonly FlagsConnectionString: "flags-connection-string";
572
- };
573
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
574
570
  export type UpdateProjectContentHint15 = {
575
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
571
+ type: "flags-connection-string";
576
572
  projectId: string;
577
573
  };
578
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
579
- readonly IntegrationStoreSecret: "integration-store-secret";
580
- };
581
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
582
574
  export type UpdateProjectContentHint14 = {
583
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
575
+ type: "integration-store-secret";
584
576
  storeId: string;
585
577
  integrationId: string;
586
578
  integrationProductId: string;
587
579
  integrationConfigurationId: string;
588
580
  };
589
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
590
- readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
591
- };
592
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
593
581
  export type UpdateProjectContentHint13 = {
594
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
582
+ type: "postgres-url-no-ssl";
595
583
  storeId: string;
596
584
  };
597
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
598
- readonly PostgresDatabase: "postgres-database";
599
- };
600
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
601
585
  export type UpdateProjectContentHint12 = {
602
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
586
+ type: "postgres-database";
603
587
  storeId: string;
604
588
  };
605
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
606
- readonly PostgresPassword: "postgres-password";
607
- };
608
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
609
589
  export type UpdateProjectContentHint11 = {
610
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
590
+ type: "postgres-password";
611
591
  storeId: string;
612
592
  };
613
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
614
- readonly PostgresHost: "postgres-host";
615
- };
616
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
617
593
  export type UpdateProjectContentHint10 = {
618
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
594
+ type: "postgres-host";
619
595
  storeId: string;
620
596
  };
621
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
622
- readonly PostgresUser: "postgres-user";
623
- };
624
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
625
597
  export type UpdateProjectContentHint9 = {
626
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
598
+ type: "postgres-user";
627
599
  storeId: string;
628
600
  };
629
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type: {
630
- readonly PostgresPrismaUrl: "postgres-prisma-url";
631
- };
632
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
633
601
  export type UpdateProjectContentHint8 = {
634
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type;
602
+ type: "postgres-prisma-url";
635
603
  storeId: string;
636
604
  };
637
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
638
- readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
639
- };
640
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
641
605
  export type UpdateProjectContentHint7 = {
642
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
606
+ type: "postgres-url-non-pooling";
643
607
  storeId: string;
644
608
  };
645
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
646
- readonly PostgresUrl: "postgres-url";
647
- };
648
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
649
609
  export type UpdateProjectContentHint6 = {
650
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType;
610
+ type: "postgres-url";
651
611
  storeId: string;
652
612
  };
653
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONType: {
654
- readonly BlobReadWriteToken: "blob-read-write-token";
655
- };
656
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType>;
657
613
  export type UpdateProjectContentHint5 = {
658
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONType;
614
+ type: "blob-read-write-token";
659
615
  storeId: string;
660
616
  };
661
- export declare const UpdateProjectContentHintProjectsResponse200Type: {
662
- readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
663
- };
664
- export type UpdateProjectContentHintProjectsResponse200Type = ClosedEnum<typeof UpdateProjectContentHintProjectsResponse200Type>;
665
617
  export type UpdateProjectContentHint4 = {
666
- type: UpdateProjectContentHintProjectsResponse200Type;
618
+ type: "redis-rest-api-read-only-token";
667
619
  storeId: string;
668
620
  };
669
- export declare const UpdateProjectContentHintProjectsResponseType: {
670
- readonly RedisRestApiToken: "redis-rest-api-token";
671
- };
672
- export type UpdateProjectContentHintProjectsResponseType = ClosedEnum<typeof UpdateProjectContentHintProjectsResponseType>;
673
621
  export type UpdateProjectContentHint3 = {
674
- type: UpdateProjectContentHintProjectsResponseType;
622
+ type: "redis-rest-api-token";
675
623
  storeId: string;
676
624
  };
677
- export declare const UpdateProjectContentHintProjectsType: {
678
- readonly RedisRestApiUrl: "redis-rest-api-url";
679
- };
680
- export type UpdateProjectContentHintProjectsType = ClosedEnum<typeof UpdateProjectContentHintProjectsType>;
681
625
  export type UpdateProjectContentHint2 = {
682
- type: UpdateProjectContentHintProjectsType;
626
+ type: "redis-rest-api-url";
683
627
  storeId: string;
684
628
  };
685
- export declare const UpdateProjectContentHintType: {
686
- readonly RedisUrl: "redis-url";
687
- };
688
- export type UpdateProjectContentHintType = ClosedEnum<typeof UpdateProjectContentHintType>;
689
629
  export type UpdateProjectContentHint1 = {
690
- type: UpdateProjectContentHintType;
630
+ type: "redis-url";
691
631
  storeId: string;
692
632
  };
693
- export type UpdateProjectContentHint = UpdateProjectContentHint14 | UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint15;
633
+ export type UpdateProjectContentHint = UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint14 | UpdateProjectContentHint15;
694
634
  export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
695
635
  readonly FlagsSecret: "flags-secret";
696
636
  };
@@ -725,7 +665,7 @@ export type UpdateProjectEnv = {
725
665
  gitBranch?: string | undefined;
726
666
  edgeConfigId?: string | null | undefined;
727
667
  edgeConfigTokenId?: string | null | undefined;
728
- contentHint?: UpdateProjectContentHint14 | UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint15 | null | undefined;
668
+ contentHint?: UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint14 | UpdateProjectContentHint15 | null | undefined;
729
669
  /**
730
670
  * Similar to `contentHints`, but should not be exposed to the user.
731
671
  */
@@ -1038,10 +978,6 @@ export type UpdateProjectLatestDeployments = {
1038
978
  userId: string;
1039
979
  withCache?: boolean | undefined;
1040
980
  };
1041
- export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType: {
1042
- readonly Bitbucket: "bitbucket";
1043
- };
1044
- export type UpdateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
1045
981
  export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
1046
982
  createdAt?: number | undefined;
1047
983
  id: string;
@@ -1053,7 +989,7 @@ export type UpdateProjectLink5 = {
1053
989
  name: string;
1054
990
  slug: string;
1055
991
  owner: string;
1056
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType;
992
+ type: "bitbucket";
1057
993
  uuid: string;
1058
994
  workspaceUuid: string;
1059
995
  createdAt?: number | undefined;
@@ -1063,10 +999,6 @@ export type UpdateProjectLink5 = {
1063
999
  sourceless?: boolean | undefined;
1064
1000
  productionBranch: string;
1065
1001
  };
1066
- export declare const UpdateProjectLinkProjectsResponse200Type: {
1067
- readonly Gitlab: "gitlab";
1068
- };
1069
- export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
1070
1002
  export type UpdateProjectLinkProjectsResponse200DeployHooks = {
1071
1003
  createdAt?: number | undefined;
1072
1004
  id: string;
@@ -1084,7 +1016,7 @@ export type UpdateProjectLink4 = {
1084
1016
  */
1085
1017
  projectOwnerId?: number | undefined;
1086
1018
  projectUrl: string;
1087
- type: UpdateProjectLinkProjectsResponse200Type;
1019
+ type: "gitlab";
1088
1020
  createdAt?: number | undefined;
1089
1021
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
1090
1022
  gitCredentialId: string;
@@ -1092,10 +1024,6 @@ export type UpdateProjectLink4 = {
1092
1024
  sourceless?: boolean | undefined;
1093
1025
  productionBranch: string;
1094
1026
  };
1095
- export declare const UpdateProjectLinkProjectsResponseType: {
1096
- readonly GithubCustomHost: "github-custom-host";
1097
- };
1098
- export type UpdateProjectLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectLinkProjectsResponseType>;
1099
1027
  export type UpdateProjectLinkProjectsResponseDeployHooks = {
1100
1028
  createdAt?: number | undefined;
1101
1029
  id: string;
@@ -1111,7 +1039,7 @@ export type UpdateProjectLink3 = {
1111
1039
  repoOwnerId?: number | undefined;
1112
1040
  repo?: string | undefined;
1113
1041
  repoId?: number | undefined;
1114
- type: UpdateProjectLinkProjectsResponseType;
1042
+ type: "github-custom-host";
1115
1043
  host: string;
1116
1044
  createdAt?: number | undefined;
1117
1045
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
@@ -1120,10 +1048,6 @@ export type UpdateProjectLink3 = {
1120
1048
  sourceless?: boolean | undefined;
1121
1049
  productionBranch: string;
1122
1050
  };
1123
- export declare const UpdateProjectLinkProjectsType: {
1124
- readonly GithubLimited: "github-limited";
1125
- };
1126
- export type UpdateProjectLinkProjectsType = ClosedEnum<typeof UpdateProjectLinkProjectsType>;
1127
1051
  export type UpdateProjectLinkProjectsDeployHooks = {
1128
1052
  createdAt?: number | undefined;
1129
1053
  id: string;
@@ -1132,7 +1056,7 @@ export type UpdateProjectLinkProjectsDeployHooks = {
1132
1056
  url: string;
1133
1057
  };
1134
1058
  export type UpdateProjectLink2 = {
1135
- type: UpdateProjectLinkProjectsType;
1059
+ type: "github-limited";
1136
1060
  repo?: string | undefined;
1137
1061
  repoId?: number | undefined;
1138
1062
  createdAt?: number | undefined;
@@ -1147,10 +1071,6 @@ export type UpdateProjectLink2 = {
1147
1071
  sourceless?: boolean | undefined;
1148
1072
  productionBranch: string;
1149
1073
  };
1150
- export declare const UpdateProjectLinkType: {
1151
- readonly Github: "github";
1152
- };
1153
- export type UpdateProjectLinkType = ClosedEnum<typeof UpdateProjectLinkType>;
1154
1074
  export type UpdateProjectLinkDeployHooks = {
1155
1075
  createdAt?: number | undefined;
1156
1076
  id: string;
@@ -1166,7 +1086,7 @@ export type UpdateProjectLink1 = {
1166
1086
  repoOwnerId?: number | undefined;
1167
1087
  repo?: string | undefined;
1168
1088
  repoId?: number | undefined;
1169
- type: UpdateProjectLinkType;
1089
+ type: "github";
1170
1090
  createdAt?: number | undefined;
1171
1091
  deployHooks: Array<UpdateProjectLinkDeployHooks>;
1172
1092
  gitCredentialId: string;
@@ -1174,7 +1094,7 @@ export type UpdateProjectLink1 = {
1174
1094
  sourceless?: boolean | undefined;
1175
1095
  productionBranch: string;
1176
1096
  };
1177
- export type UpdateProjectLink = UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2;
1097
+ export type UpdateProjectLink = UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5;
1178
1098
  export type UpdateProjectMicrofrontends3 = {
1179
1099
  updatedAt: number;
1180
1100
  groupIds: Array<any>;
@@ -1749,23 +1669,15 @@ export type UpdateProjectLastAliasRequest = {
1749
1669
  requestedAt: number;
1750
1670
  type: UpdateProjectProjectsResponse200ApplicationJSONType;
1751
1671
  };
1752
- export declare const UpdateProjectProtectionBypassProjectsScope: {
1753
- readonly AutomationBypass: "automation-bypass";
1754
- };
1755
- export type UpdateProjectProtectionBypassProjectsScope = ClosedEnum<typeof UpdateProjectProtectionBypassProjectsScope>;
1756
1672
  export type UpdateProjectProtectionBypass2 = {
1757
1673
  createdAt: number;
1758
1674
  createdBy: string;
1759
- scope: UpdateProjectProtectionBypassProjectsScope;
1675
+ scope: "automation-bypass";
1760
1676
  };
1761
- export declare const UpdateProjectProtectionBypassScope: {
1762
- readonly IntegrationAutomationBypass: "integration-automation-bypass";
1763
- };
1764
- export type UpdateProjectProtectionBypassScope = ClosedEnum<typeof UpdateProjectProtectionBypassScope>;
1765
1677
  export type UpdateProjectProtectionBypass1 = {
1766
1678
  createdAt: number;
1767
1679
  createdBy: string;
1768
- scope: UpdateProjectProtectionBypassScope;
1680
+ scope: "integration-automation-bypass";
1769
1681
  integrationId: string;
1770
1682
  configurationId: string;
1771
1683
  };
@@ -1946,25 +1858,13 @@ export type UpdateProjectBlock = {
1946
1858
  comment?: string | undefined;
1947
1859
  isCascading?: boolean | undefined;
1948
1860
  };
1949
- export declare const UpdateProjectBlockHistoryProjectsResponse200Action: {
1950
- readonly RouteUnblocked: "route-unblocked";
1951
- };
1952
- export type UpdateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
1953
- export declare const UpdateProjectHasProjectsResponse200Type: {
1954
- readonly Host: "host";
1955
- };
1956
- export type UpdateProjectHasProjectsResponse200Type = ClosedEnum<typeof UpdateProjectHasProjectsResponse200Type>;
1957
1861
  export type UpdateProjectHasProjectsResponse200Value = {
1958
1862
  eq: string;
1959
1863
  };
1960
1864
  export type UpdateProjectHasProjects2 = {
1961
- type: UpdateProjectHasProjectsResponse200Type;
1865
+ type: "host";
1962
1866
  value: UpdateProjectHasProjectsResponse200Value;
1963
1867
  };
1964
- export declare const UpdateProjectHasProjectsResponseType: {
1965
- readonly Header: "header";
1966
- };
1967
- export type UpdateProjectHasProjectsResponseType = ClosedEnum<typeof UpdateProjectHasProjectsResponseType>;
1968
1868
  export declare const UpdateProjectHasProjectsKey: {
1969
1869
  readonly XVercelIpCountry: "x-vercel-ip-country";
1970
1870
  };
@@ -1973,7 +1873,7 @@ export type UpdateProjectHasProjectsResponseValue = {
1973
1873
  eq: string;
1974
1874
  };
1975
1875
  export type UpdateProjectHasProjects1 = {
1976
- type: UpdateProjectHasProjectsResponseType;
1876
+ type: "header";
1977
1877
  key: UpdateProjectHasProjectsKey;
1978
1878
  value: UpdateProjectHasProjectsResponseValue;
1979
1879
  };
@@ -1996,7 +1896,7 @@ export type UpdateProjectRouteProjects1 = {
1996
1896
  };
1997
1897
  export type UpdateProjectBlockHistoryProjectsRoute = UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
1998
1898
  export type UpdateProjectBlockHistory4 = {
1999
- action: UpdateProjectBlockHistoryProjectsResponse200Action;
1899
+ action: "route-unblocked";
2000
1900
  route: UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
2001
1901
  statusCode?: number | undefined;
2002
1902
  createdAt: number;
@@ -2005,25 +1905,13 @@ export type UpdateProjectBlockHistory4 = {
2005
1905
  comment?: string | undefined;
2006
1906
  isCascading?: boolean | undefined;
2007
1907
  };
2008
- export declare const UpdateProjectBlockHistoryProjectsResponseAction: {
2009
- readonly RouteBlocked: "route-blocked";
2010
- };
2011
- export type UpdateProjectBlockHistoryProjectsResponseAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
2012
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType: {
2013
- readonly Host: "host";
2014
- };
2015
- export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
2016
1908
  export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue = {
2017
1909
  eq: string;
2018
1910
  };
2019
1911
  export type UpdateProjectHasProjectsResponse2 = {
2020
- type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
1912
+ type: "host";
2021
1913
  value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
2022
1914
  };
2023
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType: {
2024
- readonly Header: "header";
2025
- };
2026
- export type UpdateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
2027
1915
  export declare const UpdateProjectHasProjectsResponseKey: {
2028
1916
  readonly XVercelIpCountry: "x-vercel-ip-country";
2029
1917
  };
@@ -2032,7 +1920,7 @@ export type UpdateProjectHasProjectsResponse200ApplicationJSONValue = {
2032
1920
  eq: string;
2033
1921
  };
2034
1922
  export type UpdateProjectHasProjectsResponse1 = {
2035
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType;
1923
+ type: "header";
2036
1924
  key: UpdateProjectHasProjectsResponseKey;
2037
1925
  value: UpdateProjectHasProjectsResponse200ApplicationJSONValue;
2038
1926
  };
@@ -2055,7 +1943,7 @@ export type UpdateProjectRoute1 = {
2055
1943
  };
2056
1944
  export type UpdateProjectBlockHistoryRoute = UpdateProjectRoute1 | UpdateProjectRoute2;
2057
1945
  export type UpdateProjectBlockHistory3 = {
2058
- action: UpdateProjectBlockHistoryProjectsResponseAction;
1946
+ action: "route-blocked";
2059
1947
  route: UpdateProjectRoute1 | UpdateProjectRoute2;
2060
1948
  reason: string;
2061
1949
  createdAt: number;
@@ -2064,24 +1952,16 @@ export type UpdateProjectBlockHistory3 = {
2064
1952
  comment?: string | undefined;
2065
1953
  isCascading?: boolean | undefined;
2066
1954
  };
2067
- export declare const UpdateProjectBlockHistoryProjectsAction: {
2068
- readonly Unblocked: "unblocked";
2069
- };
2070
- export type UpdateProjectBlockHistoryProjectsAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
2071
1955
  export type UpdateProjectBlockHistory2 = {
2072
- action: UpdateProjectBlockHistoryProjectsAction;
1956
+ action: "unblocked";
2073
1957
  createdAt: number;
2074
1958
  caseId?: string | undefined;
2075
1959
  actor?: string | undefined;
2076
1960
  comment?: string | undefined;
2077
1961
  isCascading?: boolean | undefined;
2078
1962
  };
2079
- export declare const UpdateProjectBlockHistoryAction: {
2080
- readonly Blocked: "blocked";
2081
- };
2082
- export type UpdateProjectBlockHistoryAction = ClosedEnum<typeof UpdateProjectBlockHistoryAction>;
2083
1963
  export type UpdateProjectBlockHistory1 = {
2084
- action: UpdateProjectBlockHistoryAction;
1964
+ action: "blocked";
2085
1965
  reason: string;
2086
1966
  statusCode: number;
2087
1967
  createdAt: number;
@@ -2090,30 +1970,22 @@ export type UpdateProjectBlockHistory1 = {
2090
1970
  comment?: string | undefined;
2091
1971
  isCascading?: boolean | undefined;
2092
1972
  };
2093
- export type UpdateProjectBlockHistory = UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2;
1973
+ export type UpdateProjectBlockHistory = UpdateProjectBlockHistory1 | UpdateProjectBlockHistory2 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4;
2094
1974
  export type UpdateProjectAbuse = {
2095
1975
  scanner?: string | undefined;
2096
1976
  history: Array<UpdateProjectHistory>;
2097
1977
  updatedAt: number;
2098
1978
  block?: UpdateProjectBlock | undefined;
2099
- blockHistory?: Array<UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2> | undefined;
1979
+ blockHistory?: Array<UpdateProjectBlockHistory1 | UpdateProjectBlockHistory2 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4> | undefined;
2100
1980
  interstitial?: boolean | undefined;
2101
1981
  };
2102
- export declare const UpdateProjectHasProjectsType: {
2103
- readonly Host: "host";
2104
- };
2105
- export type UpdateProjectHasProjectsType = ClosedEnum<typeof UpdateProjectHasProjectsType>;
2106
1982
  export type UpdateProjectHasProjectsValue = {
2107
1983
  eq: string;
2108
1984
  };
2109
1985
  export type UpdateProjectHas2 = {
2110
- type: UpdateProjectHasProjectsType;
1986
+ type: "host";
2111
1987
  value: UpdateProjectHasProjectsValue;
2112
1988
  };
2113
- export declare const UpdateProjectHasType: {
2114
- readonly Header: "header";
2115
- };
2116
- export type UpdateProjectHasType = ClosedEnum<typeof UpdateProjectHasType>;
2117
1989
  export declare const UpdateProjectHasKey: {
2118
1990
  readonly XVercelIpCountry: "x-vercel-ip-country";
2119
1991
  };
@@ -2122,7 +1994,7 @@ export type UpdateProjectHasValue = {
2122
1994
  eq: string;
2123
1995
  };
2124
1996
  export type UpdateProjectHas1 = {
2125
- type: UpdateProjectHasType;
1997
+ type: "header";
2126
1998
  key: UpdateProjectHasKey;
2127
1999
  value: UpdateProjectHasValue;
2128
2000
  };
@@ -2198,7 +2070,7 @@ export type UpdateProjectResponseBody = {
2198
2070
  id: string;
2199
2071
  ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
2200
2072
  latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
2201
- link?: UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2 | undefined;
2073
+ link?: UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5 | undefined;
2202
2074
  microfrontends?: UpdateProjectMicrofrontends1 | UpdateProjectMicrofrontends2 | UpdateProjectMicrofrontends3 | undefined;
2203
2075
  name: string;
2204
2076
  nodeVersion: UpdateProjectProjectsNodeVersion;
@@ -2662,14 +2534,10 @@ export declare const UpdateProjectType$inboundSchema: z.ZodNativeEnum<typeof Upd
2662
2534
  /** @internal */
2663
2535
  export declare const UpdateProjectType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectType>;
2664
2536
  /** @internal */
2665
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
2666
- /** @internal */
2667
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
2668
- /** @internal */
2669
2537
  export declare const UpdateProjectContentHint15$inboundSchema: z.ZodType<UpdateProjectContentHint15, z.ZodTypeDef, unknown>;
2670
2538
  /** @internal */
2671
2539
  export type UpdateProjectContentHint15$Outbound = {
2672
- type: string;
2540
+ type: "flags-connection-string";
2673
2541
  projectId: string;
2674
2542
  };
2675
2543
  /** @internal */
@@ -2677,14 +2545,10 @@ export declare const UpdateProjectContentHint15$outboundSchema: z.ZodType<Update
2677
2545
  export declare function updateProjectContentHint15ToJSON(updateProjectContentHint15: UpdateProjectContentHint15): string;
2678
2546
  export declare function updateProjectContentHint15FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint15, SDKValidationError>;
2679
2547
  /** @internal */
2680
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
2681
- /** @internal */
2682
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
2683
- /** @internal */
2684
2548
  export declare const UpdateProjectContentHint14$inboundSchema: z.ZodType<UpdateProjectContentHint14, z.ZodTypeDef, unknown>;
2685
2549
  /** @internal */
2686
2550
  export type UpdateProjectContentHint14$Outbound = {
2687
- type: string;
2551
+ type: "integration-store-secret";
2688
2552
  storeId: string;
2689
2553
  integrationId: string;
2690
2554
  integrationProductId: string;
@@ -2695,14 +2559,10 @@ export declare const UpdateProjectContentHint14$outboundSchema: z.ZodType<Update
2695
2559
  export declare function updateProjectContentHint14ToJSON(updateProjectContentHint14: UpdateProjectContentHint14): string;
2696
2560
  export declare function updateProjectContentHint14FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint14, SDKValidationError>;
2697
2561
  /** @internal */
2698
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
2699
- /** @internal */
2700
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
2701
- /** @internal */
2702
2562
  export declare const UpdateProjectContentHint13$inboundSchema: z.ZodType<UpdateProjectContentHint13, z.ZodTypeDef, unknown>;
2703
2563
  /** @internal */
2704
2564
  export type UpdateProjectContentHint13$Outbound = {
2705
- type: string;
2565
+ type: "postgres-url-no-ssl";
2706
2566
  storeId: string;
2707
2567
  };
2708
2568
  /** @internal */
@@ -2710,14 +2570,10 @@ export declare const UpdateProjectContentHint13$outboundSchema: z.ZodType<Update
2710
2570
  export declare function updateProjectContentHint13ToJSON(updateProjectContentHint13: UpdateProjectContentHint13): string;
2711
2571
  export declare function updateProjectContentHint13FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint13, SDKValidationError>;
2712
2572
  /** @internal */
2713
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
2714
- /** @internal */
2715
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
2716
- /** @internal */
2717
2573
  export declare const UpdateProjectContentHint12$inboundSchema: z.ZodType<UpdateProjectContentHint12, z.ZodTypeDef, unknown>;
2718
2574
  /** @internal */
2719
2575
  export type UpdateProjectContentHint12$Outbound = {
2720
- type: string;
2576
+ type: "postgres-database";
2721
2577
  storeId: string;
2722
2578
  };
2723
2579
  /** @internal */
@@ -2725,14 +2581,10 @@ export declare const UpdateProjectContentHint12$outboundSchema: z.ZodType<Update
2725
2581
  export declare function updateProjectContentHint12ToJSON(updateProjectContentHint12: UpdateProjectContentHint12): string;
2726
2582
  export declare function updateProjectContentHint12FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint12, SDKValidationError>;
2727
2583
  /** @internal */
2728
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
2729
- /** @internal */
2730
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
2731
- /** @internal */
2732
2584
  export declare const UpdateProjectContentHint11$inboundSchema: z.ZodType<UpdateProjectContentHint11, z.ZodTypeDef, unknown>;
2733
2585
  /** @internal */
2734
2586
  export type UpdateProjectContentHint11$Outbound = {
2735
- type: string;
2587
+ type: "postgres-password";
2736
2588
  storeId: string;
2737
2589
  };
2738
2590
  /** @internal */
@@ -2740,14 +2592,10 @@ export declare const UpdateProjectContentHint11$outboundSchema: z.ZodType<Update
2740
2592
  export declare function updateProjectContentHint11ToJSON(updateProjectContentHint11: UpdateProjectContentHint11): string;
2741
2593
  export declare function updateProjectContentHint11FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint11, SDKValidationError>;
2742
2594
  /** @internal */
2743
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
2744
- /** @internal */
2745
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
2746
- /** @internal */
2747
2595
  export declare const UpdateProjectContentHint10$inboundSchema: z.ZodType<UpdateProjectContentHint10, z.ZodTypeDef, unknown>;
2748
2596
  /** @internal */
2749
2597
  export type UpdateProjectContentHint10$Outbound = {
2750
- type: string;
2598
+ type: "postgres-host";
2751
2599
  storeId: string;
2752
2600
  };
2753
2601
  /** @internal */
@@ -2755,14 +2603,10 @@ export declare const UpdateProjectContentHint10$outboundSchema: z.ZodType<Update
2755
2603
  export declare function updateProjectContentHint10ToJSON(updateProjectContentHint10: UpdateProjectContentHint10): string;
2756
2604
  export declare function updateProjectContentHint10FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint10, SDKValidationError>;
2757
2605
  /** @internal */
2758
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
2759
- /** @internal */
2760
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
2761
- /** @internal */
2762
2606
  export declare const UpdateProjectContentHint9$inboundSchema: z.ZodType<UpdateProjectContentHint9, z.ZodTypeDef, unknown>;
2763
2607
  /** @internal */
2764
2608
  export type UpdateProjectContentHint9$Outbound = {
2765
- type: string;
2609
+ type: "postgres-user";
2766
2610
  storeId: string;
2767
2611
  };
2768
2612
  /** @internal */
@@ -2770,14 +2614,10 @@ export declare const UpdateProjectContentHint9$outboundSchema: z.ZodType<UpdateP
2770
2614
  export declare function updateProjectContentHint9ToJSON(updateProjectContentHint9: UpdateProjectContentHint9): string;
2771
2615
  export declare function updateProjectContentHint9FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint9, SDKValidationError>;
2772
2616
  /** @internal */
2773
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
2774
- /** @internal */
2775
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type>;
2776
- /** @internal */
2777
2617
  export declare const UpdateProjectContentHint8$inboundSchema: z.ZodType<UpdateProjectContentHint8, z.ZodTypeDef, unknown>;
2778
2618
  /** @internal */
2779
2619
  export type UpdateProjectContentHint8$Outbound = {
2780
- type: string;
2620
+ type: "postgres-prisma-url";
2781
2621
  storeId: string;
2782
2622
  };
2783
2623
  /** @internal */
@@ -2785,14 +2625,10 @@ export declare const UpdateProjectContentHint8$outboundSchema: z.ZodType<UpdateP
2785
2625
  export declare function updateProjectContentHint8ToJSON(updateProjectContentHint8: UpdateProjectContentHint8): string;
2786
2626
  export declare function updateProjectContentHint8FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint8, SDKValidationError>;
2787
2627
  /** @internal */
2788
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2789
- /** @internal */
2790
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
2791
- /** @internal */
2792
2628
  export declare const UpdateProjectContentHint7$inboundSchema: z.ZodType<UpdateProjectContentHint7, z.ZodTypeDef, unknown>;
2793
2629
  /** @internal */
2794
2630
  export type UpdateProjectContentHint7$Outbound = {
2795
- type: string;
2631
+ type: "postgres-url-non-pooling";
2796
2632
  storeId: string;
2797
2633
  };
2798
2634
  /** @internal */
@@ -2800,14 +2636,10 @@ export declare const UpdateProjectContentHint7$outboundSchema: z.ZodType<UpdateP
2800
2636
  export declare function updateProjectContentHint7ToJSON(updateProjectContentHint7: UpdateProjectContentHint7): string;
2801
2637
  export declare function updateProjectContentHint7FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint7, SDKValidationError>;
2802
2638
  /** @internal */
2803
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2804
- /** @internal */
2805
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2806
- /** @internal */
2807
2639
  export declare const UpdateProjectContentHint6$inboundSchema: z.ZodType<UpdateProjectContentHint6, z.ZodTypeDef, unknown>;
2808
2640
  /** @internal */
2809
2641
  export type UpdateProjectContentHint6$Outbound = {
2810
- type: string;
2642
+ type: "postgres-url";
2811
2643
  storeId: string;
2812
2644
  };
2813
2645
  /** @internal */
@@ -2815,14 +2647,10 @@ export declare const UpdateProjectContentHint6$outboundSchema: z.ZodType<UpdateP
2815
2647
  export declare function updateProjectContentHint6ToJSON(updateProjectContentHint6: UpdateProjectContentHint6): string;
2816
2648
  export declare function updateProjectContentHint6FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint6, SDKValidationError>;
2817
2649
  /** @internal */
2818
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType>;
2819
- /** @internal */
2820
- export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType>;
2821
- /** @internal */
2822
2650
  export declare const UpdateProjectContentHint5$inboundSchema: z.ZodType<UpdateProjectContentHint5, z.ZodTypeDef, unknown>;
2823
2651
  /** @internal */
2824
2652
  export type UpdateProjectContentHint5$Outbound = {
2825
- type: string;
2653
+ type: "blob-read-write-token";
2826
2654
  storeId: string;
2827
2655
  };
2828
2656
  /** @internal */
@@ -2830,14 +2658,10 @@ export declare const UpdateProjectContentHint5$outboundSchema: z.ZodType<UpdateP
2830
2658
  export declare function updateProjectContentHint5ToJSON(updateProjectContentHint5: UpdateProjectContentHint5): string;
2831
2659
  export declare function updateProjectContentHint5FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint5, SDKValidationError>;
2832
2660
  /** @internal */
2833
- export declare const UpdateProjectContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200Type>;
2834
- /** @internal */
2835
- export declare const UpdateProjectContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200Type>;
2836
- /** @internal */
2837
2661
  export declare const UpdateProjectContentHint4$inboundSchema: z.ZodType<UpdateProjectContentHint4, z.ZodTypeDef, unknown>;
2838
2662
  /** @internal */
2839
2663
  export type UpdateProjectContentHint4$Outbound = {
2840
- type: string;
2664
+ type: "redis-rest-api-read-only-token";
2841
2665
  storeId: string;
2842
2666
  };
2843
2667
  /** @internal */
@@ -2845,14 +2669,10 @@ export declare const UpdateProjectContentHint4$outboundSchema: z.ZodType<UpdateP
2845
2669
  export declare function updateProjectContentHint4ToJSON(updateProjectContentHint4: UpdateProjectContentHint4): string;
2846
2670
  export declare function updateProjectContentHint4FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint4, SDKValidationError>;
2847
2671
  /** @internal */
2848
- export declare const UpdateProjectContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponseType>;
2849
- /** @internal */
2850
- export declare const UpdateProjectContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponseType>;
2851
- /** @internal */
2852
2672
  export declare const UpdateProjectContentHint3$inboundSchema: z.ZodType<UpdateProjectContentHint3, z.ZodTypeDef, unknown>;
2853
2673
  /** @internal */
2854
2674
  export type UpdateProjectContentHint3$Outbound = {
2855
- type: string;
2675
+ type: "redis-rest-api-token";
2856
2676
  storeId: string;
2857
2677
  };
2858
2678
  /** @internal */
@@ -2860,14 +2680,10 @@ export declare const UpdateProjectContentHint3$outboundSchema: z.ZodType<UpdateP
2860
2680
  export declare function updateProjectContentHint3ToJSON(updateProjectContentHint3: UpdateProjectContentHint3): string;
2861
2681
  export declare function updateProjectContentHint3FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint3, SDKValidationError>;
2862
2682
  /** @internal */
2863
- export declare const UpdateProjectContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsType>;
2864
- /** @internal */
2865
- export declare const UpdateProjectContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsType>;
2866
- /** @internal */
2867
2683
  export declare const UpdateProjectContentHint2$inboundSchema: z.ZodType<UpdateProjectContentHint2, z.ZodTypeDef, unknown>;
2868
2684
  /** @internal */
2869
2685
  export type UpdateProjectContentHint2$Outbound = {
2870
- type: string;
2686
+ type: "redis-rest-api-url";
2871
2687
  storeId: string;
2872
2688
  };
2873
2689
  /** @internal */
@@ -2875,14 +2691,10 @@ export declare const UpdateProjectContentHint2$outboundSchema: z.ZodType<UpdateP
2875
2691
  export declare function updateProjectContentHint2ToJSON(updateProjectContentHint2: UpdateProjectContentHint2): string;
2876
2692
  export declare function updateProjectContentHint2FromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint2, SDKValidationError>;
2877
2693
  /** @internal */
2878
- export declare const UpdateProjectContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintType>;
2879
- /** @internal */
2880
- export declare const UpdateProjectContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectContentHintType>;
2881
- /** @internal */
2882
2694
  export declare const UpdateProjectContentHint1$inboundSchema: z.ZodType<UpdateProjectContentHint1, z.ZodTypeDef, unknown>;
2883
2695
  /** @internal */
2884
2696
  export type UpdateProjectContentHint1$Outbound = {
2885
- type: string;
2697
+ type: "redis-url";
2886
2698
  storeId: string;
2887
2699
  };
2888
2700
  /** @internal */
@@ -2892,7 +2704,7 @@ export declare function updateProjectContentHint1FromJSON(jsonString: string): S
2892
2704
  /** @internal */
2893
2705
  export declare const UpdateProjectContentHint$inboundSchema: z.ZodType<UpdateProjectContentHint, z.ZodTypeDef, unknown>;
2894
2706
  /** @internal */
2895
- export type UpdateProjectContentHint$Outbound = UpdateProjectContentHint14$Outbound | UpdateProjectContentHint1$Outbound | UpdateProjectContentHint2$Outbound | UpdateProjectContentHint3$Outbound | UpdateProjectContentHint4$Outbound | UpdateProjectContentHint5$Outbound | UpdateProjectContentHint6$Outbound | UpdateProjectContentHint7$Outbound | UpdateProjectContentHint8$Outbound | UpdateProjectContentHint9$Outbound | UpdateProjectContentHint10$Outbound | UpdateProjectContentHint11$Outbound | UpdateProjectContentHint12$Outbound | UpdateProjectContentHint13$Outbound | UpdateProjectContentHint15$Outbound;
2707
+ export type UpdateProjectContentHint$Outbound = UpdateProjectContentHint1$Outbound | UpdateProjectContentHint2$Outbound | UpdateProjectContentHint3$Outbound | UpdateProjectContentHint4$Outbound | UpdateProjectContentHint5$Outbound | UpdateProjectContentHint6$Outbound | UpdateProjectContentHint7$Outbound | UpdateProjectContentHint8$Outbound | UpdateProjectContentHint9$Outbound | UpdateProjectContentHint10$Outbound | UpdateProjectContentHint11$Outbound | UpdateProjectContentHint12$Outbound | UpdateProjectContentHint13$Outbound | UpdateProjectContentHint14$Outbound | UpdateProjectContentHint15$Outbound;
2896
2708
  /** @internal */
2897
2709
  export declare const UpdateProjectContentHint$outboundSchema: z.ZodType<UpdateProjectContentHint$Outbound, z.ZodTypeDef, UpdateProjectContentHint>;
2898
2710
  export declare function updateProjectContentHintToJSON(updateProjectContentHint: UpdateProjectContentHint): string;
@@ -2932,7 +2744,7 @@ export type UpdateProjectEnv$Outbound = {
2932
2744
  gitBranch?: string | undefined;
2933
2745
  edgeConfigId?: string | null | undefined;
2934
2746
  edgeConfigTokenId?: string | null | undefined;
2935
- contentHint?: UpdateProjectContentHint14$Outbound | UpdateProjectContentHint1$Outbound | UpdateProjectContentHint2$Outbound | UpdateProjectContentHint3$Outbound | UpdateProjectContentHint4$Outbound | UpdateProjectContentHint5$Outbound | UpdateProjectContentHint6$Outbound | UpdateProjectContentHint7$Outbound | UpdateProjectContentHint8$Outbound | UpdateProjectContentHint9$Outbound | UpdateProjectContentHint10$Outbound | UpdateProjectContentHint11$Outbound | UpdateProjectContentHint12$Outbound | UpdateProjectContentHint13$Outbound | UpdateProjectContentHint15$Outbound | null | undefined;
2747
+ contentHint?: UpdateProjectContentHint1$Outbound | UpdateProjectContentHint2$Outbound | UpdateProjectContentHint3$Outbound | UpdateProjectContentHint4$Outbound | UpdateProjectContentHint5$Outbound | UpdateProjectContentHint6$Outbound | UpdateProjectContentHint7$Outbound | UpdateProjectContentHint8$Outbound | UpdateProjectContentHint9$Outbound | UpdateProjectContentHint10$Outbound | UpdateProjectContentHint11$Outbound | UpdateProjectContentHint12$Outbound | UpdateProjectContentHint13$Outbound | UpdateProjectContentHint14$Outbound | UpdateProjectContentHint15$Outbound | null | undefined;
2936
2748
  internalContentHint?: UpdateProjectInternalContentHint$Outbound | null | undefined;
2937
2749
  comment?: string | undefined;
2938
2750
  customEnvironmentIds?: Array<string> | undefined;
@@ -3177,10 +2989,6 @@ export declare const UpdateProjectLatestDeployments$outboundSchema: z.ZodType<Up
3177
2989
  export declare function updateProjectLatestDeploymentsToJSON(updateProjectLatestDeployments: UpdateProjectLatestDeployments): string;
3178
2990
  export declare function updateProjectLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<UpdateProjectLatestDeployments, SDKValidationError>;
3179
2991
  /** @internal */
3180
- export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
3181
- /** @internal */
3182
- export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
3183
- /** @internal */
3184
2992
  export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
3185
2993
  /** @internal */
3186
2994
  export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
@@ -3201,7 +3009,7 @@ export type UpdateProjectLink5$Outbound = {
3201
3009
  name: string;
3202
3010
  slug: string;
3203
3011
  owner: string;
3204
- type: string;
3012
+ type: "bitbucket";
3205
3013
  uuid: string;
3206
3014
  workspaceUuid: string;
3207
3015
  createdAt?: number | undefined;
@@ -3216,10 +3024,6 @@ export declare const UpdateProjectLink5$outboundSchema: z.ZodType<UpdateProjectL
3216
3024
  export declare function updateProjectLink5ToJSON(updateProjectLink5: UpdateProjectLink5): string;
3217
3025
  export declare function updateProjectLink5FromJSON(jsonString: string): SafeParseResult<UpdateProjectLink5, SDKValidationError>;
3218
3026
  /** @internal */
3219
- export declare const UpdateProjectLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
3220
- /** @internal */
3221
- export declare const UpdateProjectLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
3222
- /** @internal */
3223
3027
  export declare const UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200DeployHooks, z.ZodTypeDef, unknown>;
3224
3028
  /** @internal */
3225
3029
  export type UpdateProjectLinkProjectsResponse200DeployHooks$Outbound = {
@@ -3243,7 +3047,7 @@ export type UpdateProjectLink4$Outbound = {
3243
3047
  projectNamespace: string;
3244
3048
  projectOwnerId?: number | undefined;
3245
3049
  projectUrl: string;
3246
- type: string;
3050
+ type: "gitlab";
3247
3051
  createdAt?: number | undefined;
3248
3052
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
3249
3053
  gitCredentialId: string;
@@ -3256,10 +3060,6 @@ export declare const UpdateProjectLink4$outboundSchema: z.ZodType<UpdateProjectL
3256
3060
  export declare function updateProjectLink4ToJSON(updateProjectLink4: UpdateProjectLink4): string;
3257
3061
  export declare function updateProjectLink4FromJSON(jsonString: string): SafeParseResult<UpdateProjectLink4, SDKValidationError>;
3258
3062
  /** @internal */
3259
- export declare const UpdateProjectLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType>;
3260
- /** @internal */
3261
- export declare const UpdateProjectLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType>;
3262
- /** @internal */
3263
3063
  export declare const UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
3264
3064
  /** @internal */
3265
3065
  export type UpdateProjectLinkProjectsResponseDeployHooks$Outbound = {
@@ -3281,7 +3081,7 @@ export type UpdateProjectLink3$Outbound = {
3281
3081
  repoOwnerId?: number | undefined;
3282
3082
  repo?: string | undefined;
3283
3083
  repoId?: number | undefined;
3284
- type: string;
3084
+ type: "github-custom-host";
3285
3085
  host: string;
3286
3086
  createdAt?: number | undefined;
3287
3087
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
@@ -3295,10 +3095,6 @@ export declare const UpdateProjectLink3$outboundSchema: z.ZodType<UpdateProjectL
3295
3095
  export declare function updateProjectLink3ToJSON(updateProjectLink3: UpdateProjectLink3): string;
3296
3096
  export declare function updateProjectLink3FromJSON(jsonString: string): SafeParseResult<UpdateProjectLink3, SDKValidationError>;
3297
3097
  /** @internal */
3298
- export declare const UpdateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsType>;
3299
- /** @internal */
3300
- export declare const UpdateProjectLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsType>;
3301
- /** @internal */
3302
3098
  export declare const UpdateProjectLinkProjectsDeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
3303
3099
  /** @internal */
3304
3100
  export type UpdateProjectLinkProjectsDeployHooks$Outbound = {
@@ -3316,7 +3112,7 @@ export declare function updateProjectLinkProjectsDeployHooksFromJSON(jsonString:
3316
3112
  export declare const UpdateProjectLink2$inboundSchema: z.ZodType<UpdateProjectLink2, z.ZodTypeDef, unknown>;
3317
3113
  /** @internal */
3318
3114
  export type UpdateProjectLink2$Outbound = {
3319
- type: string;
3115
+ type: "github-limited";
3320
3116
  repo?: string | undefined;
3321
3117
  repoId?: number | undefined;
3322
3118
  createdAt?: number | undefined;
@@ -3333,10 +3129,6 @@ export declare const UpdateProjectLink2$outboundSchema: z.ZodType<UpdateProjectL
3333
3129
  export declare function updateProjectLink2ToJSON(updateProjectLink2: UpdateProjectLink2): string;
3334
3130
  export declare function updateProjectLink2FromJSON(jsonString: string): SafeParseResult<UpdateProjectLink2, SDKValidationError>;
3335
3131
  /** @internal */
3336
- export declare const UpdateProjectLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkType>;
3337
- /** @internal */
3338
- export declare const UpdateProjectLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkType>;
3339
- /** @internal */
3340
3132
  export declare const UpdateProjectLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkDeployHooks, z.ZodTypeDef, unknown>;
3341
3133
  /** @internal */
3342
3134
  export type UpdateProjectLinkDeployHooks$Outbound = {
@@ -3358,7 +3150,7 @@ export type UpdateProjectLink1$Outbound = {
3358
3150
  repoOwnerId?: number | undefined;
3359
3151
  repo?: string | undefined;
3360
3152
  repoId?: number | undefined;
3361
- type: string;
3153
+ type: "github";
3362
3154
  createdAt?: number | undefined;
3363
3155
  deployHooks: Array<UpdateProjectLinkDeployHooks$Outbound>;
3364
3156
  gitCredentialId: string;
@@ -3373,7 +3165,7 @@ export declare function updateProjectLink1FromJSON(jsonString: string): SafePars
3373
3165
  /** @internal */
3374
3166
  export declare const UpdateProjectLink$inboundSchema: z.ZodType<UpdateProjectLink, z.ZodTypeDef, unknown>;
3375
3167
  /** @internal */
3376
- export type UpdateProjectLink$Outbound = UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound;
3168
+ export type UpdateProjectLink$Outbound = UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound;
3377
3169
  /** @internal */
3378
3170
  export declare const UpdateProjectLink$outboundSchema: z.ZodType<UpdateProjectLink$Outbound, z.ZodTypeDef, UpdateProjectLink>;
3379
3171
  export declare function updateProjectLinkToJSON(updateProjectLink: UpdateProjectLink): string;
@@ -3987,32 +3779,24 @@ export declare const UpdateProjectLastAliasRequest$outboundSchema: z.ZodType<Upd
3987
3779
  export declare function updateProjectLastAliasRequestToJSON(updateProjectLastAliasRequest: UpdateProjectLastAliasRequest): string;
3988
3780
  export declare function updateProjectLastAliasRequestFromJSON(jsonString: string): SafeParseResult<UpdateProjectLastAliasRequest, SDKValidationError>;
3989
3781
  /** @internal */
3990
- export declare const UpdateProjectProtectionBypassProjectsScope$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProtectionBypassProjectsScope>;
3991
- /** @internal */
3992
- export declare const UpdateProjectProtectionBypassProjectsScope$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProtectionBypassProjectsScope>;
3993
- /** @internal */
3994
3782
  export declare const UpdateProjectProtectionBypass2$inboundSchema: z.ZodType<UpdateProjectProtectionBypass2, z.ZodTypeDef, unknown>;
3995
3783
  /** @internal */
3996
3784
  export type UpdateProjectProtectionBypass2$Outbound = {
3997
3785
  createdAt: number;
3998
3786
  createdBy: string;
3999
- scope: string;
3787
+ scope: "automation-bypass";
4000
3788
  };
4001
3789
  /** @internal */
4002
3790
  export declare const UpdateProjectProtectionBypass2$outboundSchema: z.ZodType<UpdateProjectProtectionBypass2$Outbound, z.ZodTypeDef, UpdateProjectProtectionBypass2>;
4003
3791
  export declare function updateProjectProtectionBypass2ToJSON(updateProjectProtectionBypass2: UpdateProjectProtectionBypass2): string;
4004
3792
  export declare function updateProjectProtectionBypass2FromJSON(jsonString: string): SafeParseResult<UpdateProjectProtectionBypass2, SDKValidationError>;
4005
3793
  /** @internal */
4006
- export declare const UpdateProjectProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProtectionBypassScope>;
4007
- /** @internal */
4008
- export declare const UpdateProjectProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProtectionBypassScope>;
4009
- /** @internal */
4010
3794
  export declare const UpdateProjectProtectionBypass1$inboundSchema: z.ZodType<UpdateProjectProtectionBypass1, z.ZodTypeDef, unknown>;
4011
3795
  /** @internal */
4012
3796
  export type UpdateProjectProtectionBypass1$Outbound = {
4013
3797
  createdAt: number;
4014
3798
  createdBy: string;
4015
- scope: string;
3799
+ scope: "integration-automation-bypass";
4016
3800
  integrationId: string;
4017
3801
  configurationId: string;
4018
3802
  };
@@ -4265,14 +4049,6 @@ export declare const UpdateProjectBlock$outboundSchema: z.ZodType<UpdateProjectB
4265
4049
  export declare function updateProjectBlockToJSON(updateProjectBlock: UpdateProjectBlock): string;
4266
4050
  export declare function updateProjectBlockFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlock, SDKValidationError>;
4267
4051
  /** @internal */
4268
- export declare const UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
4269
- /** @internal */
4270
- export declare const UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
4271
- /** @internal */
4272
- export declare const UpdateProjectHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
4273
- /** @internal */
4274
- export declare const UpdateProjectHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
4275
- /** @internal */
4276
4052
  export declare const UpdateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
4277
4053
  /** @internal */
4278
4054
  export type UpdateProjectHasProjectsResponse200Value$Outbound = {
@@ -4286,7 +4062,7 @@ export declare function updateProjectHasProjectsResponse200ValueFromJSON(jsonStr
4286
4062
  export declare const UpdateProjectHasProjects2$inboundSchema: z.ZodType<UpdateProjectHasProjects2, z.ZodTypeDef, unknown>;
4287
4063
  /** @internal */
4288
4064
  export type UpdateProjectHasProjects2$Outbound = {
4289
- type: string;
4065
+ type: "host";
4290
4066
  value: UpdateProjectHasProjectsResponse200Value$Outbound;
4291
4067
  };
4292
4068
  /** @internal */
@@ -4294,10 +4070,6 @@ export declare const UpdateProjectHasProjects2$outboundSchema: z.ZodType<UpdateP
4294
4070
  export declare function updateProjectHasProjects2ToJSON(updateProjectHasProjects2: UpdateProjectHasProjects2): string;
4295
4071
  export declare function updateProjectHasProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjects2, SDKValidationError>;
4296
4072
  /** @internal */
4297
- export declare const UpdateProjectHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
4298
- /** @internal */
4299
- export declare const UpdateProjectHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
4300
- /** @internal */
4301
4073
  export declare const UpdateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
4302
4074
  /** @internal */
4303
4075
  export declare const UpdateProjectHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
@@ -4315,7 +4087,7 @@ export declare function updateProjectHasProjectsResponseValueFromJSON(jsonString
4315
4087
  export declare const UpdateProjectHasProjects1$inboundSchema: z.ZodType<UpdateProjectHasProjects1, z.ZodTypeDef, unknown>;
4316
4088
  /** @internal */
4317
4089
  export type UpdateProjectHasProjects1$Outbound = {
4318
- type: string;
4090
+ type: "header";
4319
4091
  key: string;
4320
4092
  value: UpdateProjectHasProjectsResponseValue$Outbound;
4321
4093
  };
@@ -4380,7 +4152,7 @@ export declare function updateProjectBlockHistoryProjectsRouteFromJSON(jsonStrin
4380
4152
  export declare const UpdateProjectBlockHistory4$inboundSchema: z.ZodType<UpdateProjectBlockHistory4, z.ZodTypeDef, unknown>;
4381
4153
  /** @internal */
4382
4154
  export type UpdateProjectBlockHistory4$Outbound = {
4383
- action: string;
4155
+ action: "route-unblocked";
4384
4156
  route: UpdateProjectRouteProjects1$Outbound | UpdateProjectRouteProjects2$Outbound;
4385
4157
  statusCode?: number | undefined;
4386
4158
  createdAt: number;
@@ -4394,14 +4166,6 @@ export declare const UpdateProjectBlockHistory4$outboundSchema: z.ZodType<Update
4394
4166
  export declare function updateProjectBlockHistory4ToJSON(updateProjectBlockHistory4: UpdateProjectBlockHistory4): string;
4395
4167
  export declare function updateProjectBlockHistory4FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory4, SDKValidationError>;
4396
4168
  /** @internal */
4397
- export declare const UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
4398
- /** @internal */
4399
- export declare const UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
4400
- /** @internal */
4401
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
4402
- /** @internal */
4403
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
4404
- /** @internal */
4405
4169
  export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
4406
4170
  /** @internal */
4407
4171
  export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
@@ -4415,7 +4179,7 @@ export declare function updateProjectHasProjectsResponse200ApplicationJSONRespon
4415
4179
  export declare const UpdateProjectHasProjectsResponse2$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
4416
4180
  /** @internal */
4417
4181
  export type UpdateProjectHasProjectsResponse2$Outbound = {
4418
- type: string;
4182
+ type: "host";
4419
4183
  value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
4420
4184
  };
4421
4185
  /** @internal */
@@ -4423,10 +4187,6 @@ export declare const UpdateProjectHasProjectsResponse2$outboundSchema: z.ZodType
4423
4187
  export declare function updateProjectHasProjectsResponse2ToJSON(updateProjectHasProjectsResponse2: UpdateProjectHasProjectsResponse2): string;
4424
4188
  export declare function updateProjectHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse2, SDKValidationError>;
4425
4189
  /** @internal */
4426
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
4427
- /** @internal */
4428
- export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
4429
- /** @internal */
4430
4190
  export declare const UpdateProjectHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
4431
4191
  /** @internal */
4432
4192
  export declare const UpdateProjectHasProjectsResponseKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
@@ -4444,7 +4204,7 @@ export declare function updateProjectHasProjectsResponse200ApplicationJSONValueF
4444
4204
  export declare const UpdateProjectHasProjectsResponse1$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
4445
4205
  /** @internal */
4446
4206
  export type UpdateProjectHasProjectsResponse1$Outbound = {
4447
- type: string;
4207
+ type: "header";
4448
4208
  key: string;
4449
4209
  value: UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
4450
4210
  };
@@ -4509,7 +4269,7 @@ export declare function updateProjectBlockHistoryRouteFromJSON(jsonString: strin
4509
4269
  export declare const UpdateProjectBlockHistory3$inboundSchema: z.ZodType<UpdateProjectBlockHistory3, z.ZodTypeDef, unknown>;
4510
4270
  /** @internal */
4511
4271
  export type UpdateProjectBlockHistory3$Outbound = {
4512
- action: string;
4272
+ action: "route-blocked";
4513
4273
  route: UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
4514
4274
  reason: string;
4515
4275
  createdAt: number;
@@ -4523,14 +4283,10 @@ export declare const UpdateProjectBlockHistory3$outboundSchema: z.ZodType<Update
4523
4283
  export declare function updateProjectBlockHistory3ToJSON(updateProjectBlockHistory3: UpdateProjectBlockHistory3): string;
4524
4284
  export declare function updateProjectBlockHistory3FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory3, SDKValidationError>;
4525
4285
  /** @internal */
4526
- export declare const UpdateProjectBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
4527
- /** @internal */
4528
- export declare const UpdateProjectBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
4529
- /** @internal */
4530
4286
  export declare const UpdateProjectBlockHistory2$inboundSchema: z.ZodType<UpdateProjectBlockHistory2, z.ZodTypeDef, unknown>;
4531
4287
  /** @internal */
4532
4288
  export type UpdateProjectBlockHistory2$Outbound = {
4533
- action: string;
4289
+ action: "unblocked";
4534
4290
  createdAt: number;
4535
4291
  caseId?: string | undefined;
4536
4292
  actor?: string | undefined;
@@ -4542,14 +4298,10 @@ export declare const UpdateProjectBlockHistory2$outboundSchema: z.ZodType<Update
4542
4298
  export declare function updateProjectBlockHistory2ToJSON(updateProjectBlockHistory2: UpdateProjectBlockHistory2): string;
4543
4299
  export declare function updateProjectBlockHistory2FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory2, SDKValidationError>;
4544
4300
  /** @internal */
4545
- export declare const UpdateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
4546
- /** @internal */
4547
- export declare const UpdateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
4548
- /** @internal */
4549
4301
  export declare const UpdateProjectBlockHistory1$inboundSchema: z.ZodType<UpdateProjectBlockHistory1, z.ZodTypeDef, unknown>;
4550
4302
  /** @internal */
4551
4303
  export type UpdateProjectBlockHistory1$Outbound = {
4552
- action: string;
4304
+ action: "blocked";
4553
4305
  reason: string;
4554
4306
  statusCode: number;
4555
4307
  createdAt: number;
@@ -4565,7 +4317,7 @@ export declare function updateProjectBlockHistory1FromJSON(jsonString: string):
4565
4317
  /** @internal */
4566
4318
  export declare const UpdateProjectBlockHistory$inboundSchema: z.ZodType<UpdateProjectBlockHistory, z.ZodTypeDef, unknown>;
4567
4319
  /** @internal */
4568
- export type UpdateProjectBlockHistory$Outbound = UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound;
4320
+ export type UpdateProjectBlockHistory$Outbound = UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory2$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound;
4569
4321
  /** @internal */
4570
4322
  export declare const UpdateProjectBlockHistory$outboundSchema: z.ZodType<UpdateProjectBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory>;
4571
4323
  export declare function updateProjectBlockHistoryToJSON(updateProjectBlockHistory: UpdateProjectBlockHistory): string;
@@ -4578,7 +4330,7 @@ export type UpdateProjectAbuse$Outbound = {
4578
4330
  history: Array<UpdateProjectHistory$Outbound>;
4579
4331
  updatedAt: number;
4580
4332
  block?: UpdateProjectBlock$Outbound | undefined;
4581
- blockHistory?: Array<UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound> | undefined;
4333
+ blockHistory?: Array<UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory2$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound> | undefined;
4582
4334
  interstitial?: boolean | undefined;
4583
4335
  };
4584
4336
  /** @internal */
@@ -4586,10 +4338,6 @@ export declare const UpdateProjectAbuse$outboundSchema: z.ZodType<UpdateProjectA
4586
4338
  export declare function updateProjectAbuseToJSON(updateProjectAbuse: UpdateProjectAbuse): string;
4587
4339
  export declare function updateProjectAbuseFromJSON(jsonString: string): SafeParseResult<UpdateProjectAbuse, SDKValidationError>;
4588
4340
  /** @internal */
4589
- export declare const UpdateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
4590
- /** @internal */
4591
- export declare const UpdateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
4592
- /** @internal */
4593
4341
  export declare const UpdateProjectHasProjectsValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
4594
4342
  /** @internal */
4595
4343
  export type UpdateProjectHasProjectsValue$Outbound = {
@@ -4603,7 +4351,7 @@ export declare function updateProjectHasProjectsValueFromJSON(jsonString: string
4603
4351
  export declare const UpdateProjectHas2$inboundSchema: z.ZodType<UpdateProjectHas2, z.ZodTypeDef, unknown>;
4604
4352
  /** @internal */
4605
4353
  export type UpdateProjectHas2$Outbound = {
4606
- type: string;
4354
+ type: "host";
4607
4355
  value: UpdateProjectHasProjectsValue$Outbound;
4608
4356
  };
4609
4357
  /** @internal */
@@ -4611,10 +4359,6 @@ export declare const UpdateProjectHas2$outboundSchema: z.ZodType<UpdateProjectHa
4611
4359
  export declare function updateProjectHas2ToJSON(updateProjectHas2: UpdateProjectHas2): string;
4612
4360
  export declare function updateProjectHas2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHas2, SDKValidationError>;
4613
4361
  /** @internal */
4614
- export declare const UpdateProjectHasType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
4615
- /** @internal */
4616
- export declare const UpdateProjectHasType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
4617
- /** @internal */
4618
4362
  export declare const UpdateProjectHasKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
4619
4363
  /** @internal */
4620
4364
  export declare const UpdateProjectHasKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
@@ -4632,7 +4376,7 @@ export declare function updateProjectHasValueFromJSON(jsonString: string): SafeP
4632
4376
  export declare const UpdateProjectHas1$inboundSchema: z.ZodType<UpdateProjectHas1, z.ZodTypeDef, unknown>;
4633
4377
  /** @internal */
4634
4378
  export type UpdateProjectHas1$Outbound = {
4635
- type: string;
4379
+ type: "header";
4636
4380
  key: string;
4637
4381
  value: UpdateProjectHasValue$Outbound;
4638
4382
  };
@@ -4777,7 +4521,7 @@ export type UpdateProjectResponseBody$Outbound = {
4777
4521
  id: string;
4778
4522
  ipBuckets?: Array<UpdateProjectIpBuckets$Outbound> | undefined;
4779
4523
  latestDeployments?: Array<UpdateProjectLatestDeployments$Outbound> | undefined;
4780
- link?: UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | undefined;
4524
+ link?: UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | undefined;
4781
4525
  microfrontends?: UpdateProjectMicrofrontends1$Outbound | UpdateProjectMicrofrontends2$Outbound | UpdateProjectMicrofrontends3$Outbound | undefined;
4782
4526
  name: string;
4783
4527
  nodeVersion: string;