@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
@@ -634,222 +634,85 @@ export const UpdateProjectType = {
634
634
  } as const;
635
635
  export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
636
636
 
637
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
638
- {
639
- FlagsConnectionString: "flags-connection-string",
640
- } as const;
641
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
642
- ClosedEnum<
643
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
644
- >;
645
-
646
637
  export type UpdateProjectContentHint15 = {
647
- type:
648
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
638
+ type: "flags-connection-string";
649
639
  projectId: string;
650
640
  };
651
641
 
652
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
653
- {
654
- IntegrationStoreSecret: "integration-store-secret",
655
- } as const;
656
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
657
- ClosedEnum<
658
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
659
- >;
660
-
661
642
  export type UpdateProjectContentHint14 = {
662
- type:
663
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
643
+ type: "integration-store-secret";
664
644
  storeId: string;
665
645
  integrationId: string;
666
646
  integrationProductId: string;
667
647
  integrationConfigurationId: string;
668
648
  };
669
649
 
670
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
671
- {
672
- PostgresUrlNoSsl: "postgres-url-no-ssl",
673
- } as const;
674
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
675
- ClosedEnum<
676
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
677
- >;
678
-
679
650
  export type UpdateProjectContentHint13 = {
680
- type:
681
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
651
+ type: "postgres-url-no-ssl";
682
652
  storeId: string;
683
653
  };
684
654
 
685
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
686
- {
687
- PostgresDatabase: "postgres-database",
688
- } as const;
689
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
690
- ClosedEnum<
691
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
692
- >;
693
-
694
655
  export type UpdateProjectContentHint12 = {
695
- type:
696
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
656
+ type: "postgres-database";
697
657
  storeId: string;
698
658
  };
699
659
 
700
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
701
- {
702
- PostgresPassword: "postgres-password",
703
- } as const;
704
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
705
- ClosedEnum<
706
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
707
- >;
708
-
709
660
  export type UpdateProjectContentHint11 = {
710
- type:
711
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
661
+ type: "postgres-password";
712
662
  storeId: string;
713
663
  };
714
664
 
715
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
716
- {
717
- PostgresHost: "postgres-host",
718
- } as const;
719
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
720
- ClosedEnum<
721
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
722
- >;
723
-
724
665
  export type UpdateProjectContentHint10 = {
725
- type:
726
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
666
+ type: "postgres-host";
727
667
  storeId: string;
728
668
  };
729
669
 
730
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
731
- {
732
- PostgresUser: "postgres-user",
733
- } as const;
734
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
735
- ClosedEnum<
736
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
737
- >;
738
-
739
670
  export type UpdateProjectContentHint9 = {
740
- type:
741
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
671
+ type: "postgres-user";
742
672
  storeId: string;
743
673
  };
744
674
 
745
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type =
746
- {
747
- PostgresPrismaUrl: "postgres-prisma-url",
748
- } as const;
749
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type =
750
- ClosedEnum<
751
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
752
- >;
753
-
754
675
  export type UpdateProjectContentHint8 = {
755
- type:
756
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type;
676
+ type: "postgres-prisma-url";
757
677
  storeId: string;
758
678
  };
759
679
 
760
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
761
- {
762
- PostgresUrlNonPooling: "postgres-url-non-pooling",
763
- } as const;
764
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
765
- ClosedEnum<
766
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
767
- >;
768
-
769
680
  export type UpdateProjectContentHint7 = {
770
- type:
771
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
681
+ type: "postgres-url-non-pooling";
772
682
  storeId: string;
773
683
  };
774
684
 
775
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType =
776
- {
777
- PostgresUrl: "postgres-url",
778
- } as const;
779
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType =
780
- ClosedEnum<
781
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
782
- >;
783
-
784
685
  export type UpdateProjectContentHint6 = {
785
- type:
786
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType;
686
+ type: "postgres-url";
787
687
  storeId: string;
788
688
  };
789
689
 
790
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType = {
791
- BlobReadWriteToken: "blob-read-write-token",
792
- } as const;
793
- export type UpdateProjectContentHintProjectsResponse200ApplicationJSONType =
794
- ClosedEnum<
795
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType
796
- >;
797
-
798
690
  export type UpdateProjectContentHint5 = {
799
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONType;
691
+ type: "blob-read-write-token";
800
692
  storeId: string;
801
693
  };
802
694
 
803
- export const UpdateProjectContentHintProjectsResponse200Type = {
804
- RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
805
- } as const;
806
- export type UpdateProjectContentHintProjectsResponse200Type = ClosedEnum<
807
- typeof UpdateProjectContentHintProjectsResponse200Type
808
- >;
809
-
810
695
  export type UpdateProjectContentHint4 = {
811
- type: UpdateProjectContentHintProjectsResponse200Type;
696
+ type: "redis-rest-api-read-only-token";
812
697
  storeId: string;
813
698
  };
814
699
 
815
- export const UpdateProjectContentHintProjectsResponseType = {
816
- RedisRestApiToken: "redis-rest-api-token",
817
- } as const;
818
- export type UpdateProjectContentHintProjectsResponseType = ClosedEnum<
819
- typeof UpdateProjectContentHintProjectsResponseType
820
- >;
821
-
822
700
  export type UpdateProjectContentHint3 = {
823
- type: UpdateProjectContentHintProjectsResponseType;
701
+ type: "redis-rest-api-token";
824
702
  storeId: string;
825
703
  };
826
704
 
827
- export const UpdateProjectContentHintProjectsType = {
828
- RedisRestApiUrl: "redis-rest-api-url",
829
- } as const;
830
- export type UpdateProjectContentHintProjectsType = ClosedEnum<
831
- typeof UpdateProjectContentHintProjectsType
832
- >;
833
-
834
705
  export type UpdateProjectContentHint2 = {
835
- type: UpdateProjectContentHintProjectsType;
706
+ type: "redis-rest-api-url";
836
707
  storeId: string;
837
708
  };
838
709
 
839
- export const UpdateProjectContentHintType = {
840
- RedisUrl: "redis-url",
841
- } as const;
842
- export type UpdateProjectContentHintType = ClosedEnum<
843
- typeof UpdateProjectContentHintType
844
- >;
845
-
846
710
  export type UpdateProjectContentHint1 = {
847
- type: UpdateProjectContentHintType;
711
+ type: "redis-url";
848
712
  storeId: string;
849
713
  };
850
714
 
851
715
  export type UpdateProjectContentHint =
852
- | UpdateProjectContentHint14
853
716
  | UpdateProjectContentHint1
854
717
  | UpdateProjectContentHint2
855
718
  | UpdateProjectContentHint3
@@ -863,6 +726,7 @@ export type UpdateProjectContentHint =
863
726
  | UpdateProjectContentHint11
864
727
  | UpdateProjectContentHint12
865
728
  | UpdateProjectContentHint13
729
+ | UpdateProjectContentHint14
866
730
  | UpdateProjectContentHint15;
867
731
 
868
732
  export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
@@ -905,7 +769,6 @@ export type UpdateProjectEnv = {
905
769
  edgeConfigId?: string | null | undefined;
906
770
  edgeConfigTokenId?: string | null | undefined;
907
771
  contentHint?:
908
- | UpdateProjectContentHint14
909
772
  | UpdateProjectContentHint1
910
773
  | UpdateProjectContentHint2
911
774
  | UpdateProjectContentHint3
@@ -919,6 +782,7 @@ export type UpdateProjectEnv = {
919
782
  | UpdateProjectContentHint11
920
783
  | UpdateProjectContentHint12
921
784
  | UpdateProjectContentHint13
785
+ | UpdateProjectContentHint14
922
786
  | UpdateProjectContentHint15
923
787
  | null
924
788
  | undefined;
@@ -1279,12 +1143,6 @@ export type UpdateProjectLatestDeployments = {
1279
1143
  withCache?: boolean | undefined;
1280
1144
  };
1281
1145
 
1282
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType = {
1283
- Bitbucket: "bitbucket",
1284
- } as const;
1285
- export type UpdateProjectLinkProjectsResponse200ApplicationJSONType =
1286
- ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
1287
-
1288
1146
  export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
1289
1147
  createdAt?: number | undefined;
1290
1148
  id: string;
@@ -1297,7 +1155,7 @@ export type UpdateProjectLink5 = {
1297
1155
  name: string;
1298
1156
  slug: string;
1299
1157
  owner: string;
1300
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType;
1158
+ type: "bitbucket";
1301
1159
  uuid: string;
1302
1160
  workspaceUuid: string;
1303
1161
  createdAt?: number | undefined;
@@ -1310,13 +1168,6 @@ export type UpdateProjectLink5 = {
1310
1168
  productionBranch: string;
1311
1169
  };
1312
1170
 
1313
- export const UpdateProjectLinkProjectsResponse200Type = {
1314
- Gitlab: "gitlab",
1315
- } as const;
1316
- export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<
1317
- typeof UpdateProjectLinkProjectsResponse200Type
1318
- >;
1319
-
1320
1171
  export type UpdateProjectLinkProjectsResponse200DeployHooks = {
1321
1172
  createdAt?: number | undefined;
1322
1173
  id: string;
@@ -1335,7 +1186,7 @@ export type UpdateProjectLink4 = {
1335
1186
  */
1336
1187
  projectOwnerId?: number | undefined;
1337
1188
  projectUrl: string;
1338
- type: UpdateProjectLinkProjectsResponse200Type;
1189
+ type: "gitlab";
1339
1190
  createdAt?: number | undefined;
1340
1191
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
1341
1192
  gitCredentialId: string;
@@ -1344,13 +1195,6 @@ export type UpdateProjectLink4 = {
1344
1195
  productionBranch: string;
1345
1196
  };
1346
1197
 
1347
- export const UpdateProjectLinkProjectsResponseType = {
1348
- GithubCustomHost: "github-custom-host",
1349
- } as const;
1350
- export type UpdateProjectLinkProjectsResponseType = ClosedEnum<
1351
- typeof UpdateProjectLinkProjectsResponseType
1352
- >;
1353
-
1354
1198
  export type UpdateProjectLinkProjectsResponseDeployHooks = {
1355
1199
  createdAt?: number | undefined;
1356
1200
  id: string;
@@ -1367,7 +1211,7 @@ export type UpdateProjectLink3 = {
1367
1211
  repoOwnerId?: number | undefined;
1368
1212
  repo?: string | undefined;
1369
1213
  repoId?: number | undefined;
1370
- type: UpdateProjectLinkProjectsResponseType;
1214
+ type: "github-custom-host";
1371
1215
  host: string;
1372
1216
  createdAt?: number | undefined;
1373
1217
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
@@ -1377,13 +1221,6 @@ export type UpdateProjectLink3 = {
1377
1221
  productionBranch: string;
1378
1222
  };
1379
1223
 
1380
- export const UpdateProjectLinkProjectsType = {
1381
- GithubLimited: "github-limited",
1382
- } as const;
1383
- export type UpdateProjectLinkProjectsType = ClosedEnum<
1384
- typeof UpdateProjectLinkProjectsType
1385
- >;
1386
-
1387
1224
  export type UpdateProjectLinkProjectsDeployHooks = {
1388
1225
  createdAt?: number | undefined;
1389
1226
  id: string;
@@ -1393,7 +1230,7 @@ export type UpdateProjectLinkProjectsDeployHooks = {
1393
1230
  };
1394
1231
 
1395
1232
  export type UpdateProjectLink2 = {
1396
- type: UpdateProjectLinkProjectsType;
1233
+ type: "github-limited";
1397
1234
  repo?: string | undefined;
1398
1235
  repoId?: number | undefined;
1399
1236
  createdAt?: number | undefined;
@@ -1409,11 +1246,6 @@ export type UpdateProjectLink2 = {
1409
1246
  productionBranch: string;
1410
1247
  };
1411
1248
 
1412
- export const UpdateProjectLinkType = {
1413
- Github: "github",
1414
- } as const;
1415
- export type UpdateProjectLinkType = ClosedEnum<typeof UpdateProjectLinkType>;
1416
-
1417
1249
  export type UpdateProjectLinkDeployHooks = {
1418
1250
  createdAt?: number | undefined;
1419
1251
  id: string;
@@ -1430,7 +1262,7 @@ export type UpdateProjectLink1 = {
1430
1262
  repoOwnerId?: number | undefined;
1431
1263
  repo?: string | undefined;
1432
1264
  repoId?: number | undefined;
1433
- type: UpdateProjectLinkType;
1265
+ type: "github";
1434
1266
  createdAt?: number | undefined;
1435
1267
  deployHooks: Array<UpdateProjectLinkDeployHooks>;
1436
1268
  gitCredentialId: string;
@@ -1440,11 +1272,11 @@ export type UpdateProjectLink1 = {
1440
1272
  };
1441
1273
 
1442
1274
  export type UpdateProjectLink =
1443
- | UpdateProjectLink4
1444
- | UpdateProjectLink5
1445
- | UpdateProjectLink3
1446
1275
  | UpdateProjectLink1
1447
- | UpdateProjectLink2;
1276
+ | UpdateProjectLink2
1277
+ | UpdateProjectLink3
1278
+ | UpdateProjectLink4
1279
+ | UpdateProjectLink5;
1448
1280
 
1449
1281
  export type UpdateProjectMicrofrontends3 = {
1450
1282
  updatedAt: number;
@@ -2094,30 +1926,16 @@ export type UpdateProjectLastAliasRequest = {
2094
1926
  type: UpdateProjectProjectsResponse200ApplicationJSONType;
2095
1927
  };
2096
1928
 
2097
- export const UpdateProjectProtectionBypassProjectsScope = {
2098
- AutomationBypass: "automation-bypass",
2099
- } as const;
2100
- export type UpdateProjectProtectionBypassProjectsScope = ClosedEnum<
2101
- typeof UpdateProjectProtectionBypassProjectsScope
2102
- >;
2103
-
2104
1929
  export type UpdateProjectProtectionBypass2 = {
2105
1930
  createdAt: number;
2106
1931
  createdBy: string;
2107
- scope: UpdateProjectProtectionBypassProjectsScope;
1932
+ scope: "automation-bypass";
2108
1933
  };
2109
1934
 
2110
- export const UpdateProjectProtectionBypassScope = {
2111
- IntegrationAutomationBypass: "integration-automation-bypass",
2112
- } as const;
2113
- export type UpdateProjectProtectionBypassScope = ClosedEnum<
2114
- typeof UpdateProjectProtectionBypassScope
2115
- >;
2116
-
2117
1935
  export type UpdateProjectProtectionBypass1 = {
2118
1936
  createdAt: number;
2119
1937
  createdBy: string;
2120
- scope: UpdateProjectProtectionBypassScope;
1938
+ scope: "integration-automation-bypass";
2121
1939
  integrationId: string;
2122
1940
  configurationId: string;
2123
1941
  };
@@ -2352,36 +2170,15 @@ export type UpdateProjectBlock = {
2352
2170
  isCascading?: boolean | undefined;
2353
2171
  };
2354
2172
 
2355
- export const UpdateProjectBlockHistoryProjectsResponse200Action = {
2356
- RouteUnblocked: "route-unblocked",
2357
- } as const;
2358
- export type UpdateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<
2359
- typeof UpdateProjectBlockHistoryProjectsResponse200Action
2360
- >;
2361
-
2362
- export const UpdateProjectHasProjectsResponse200Type = {
2363
- Host: "host",
2364
- } as const;
2365
- export type UpdateProjectHasProjectsResponse200Type = ClosedEnum<
2366
- typeof UpdateProjectHasProjectsResponse200Type
2367
- >;
2368
-
2369
2173
  export type UpdateProjectHasProjectsResponse200Value = {
2370
2174
  eq: string;
2371
2175
  };
2372
2176
 
2373
2177
  export type UpdateProjectHasProjects2 = {
2374
- type: UpdateProjectHasProjectsResponse200Type;
2178
+ type: "host";
2375
2179
  value: UpdateProjectHasProjectsResponse200Value;
2376
2180
  };
2377
2181
 
2378
- export const UpdateProjectHasProjectsResponseType = {
2379
- Header: "header",
2380
- } as const;
2381
- export type UpdateProjectHasProjectsResponseType = ClosedEnum<
2382
- typeof UpdateProjectHasProjectsResponseType
2383
- >;
2384
-
2385
2182
  export const UpdateProjectHasProjectsKey = {
2386
2183
  XVercelIpCountry: "x-vercel-ip-country",
2387
2184
  } as const;
@@ -2394,7 +2191,7 @@ export type UpdateProjectHasProjectsResponseValue = {
2394
2191
  };
2395
2192
 
2396
2193
  export type UpdateProjectHasProjects1 = {
2397
- type: UpdateProjectHasProjectsResponseType;
2194
+ type: "header";
2398
2195
  key: UpdateProjectHasProjectsKey;
2399
2196
  value: UpdateProjectHasProjectsResponseValue;
2400
2197
  };
@@ -2430,7 +2227,7 @@ export type UpdateProjectBlockHistoryProjectsRoute =
2430
2227
  | UpdateProjectRouteProjects2;
2431
2228
 
2432
2229
  export type UpdateProjectBlockHistory4 = {
2433
- action: UpdateProjectBlockHistoryProjectsResponse200Action;
2230
+ action: "route-unblocked";
2434
2231
  route: UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
2435
2232
  statusCode?: number | undefined;
2436
2233
  createdAt: number;
@@ -2440,39 +2237,16 @@ export type UpdateProjectBlockHistory4 = {
2440
2237
  isCascading?: boolean | undefined;
2441
2238
  };
2442
2239
 
2443
- export const UpdateProjectBlockHistoryProjectsResponseAction = {
2444
- RouteBlocked: "route-blocked",
2445
- } as const;
2446
- export type UpdateProjectBlockHistoryProjectsResponseAction = ClosedEnum<
2447
- typeof UpdateProjectBlockHistoryProjectsResponseAction
2448
- >;
2449
-
2450
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType =
2451
- {
2452
- Host: "host",
2453
- } as const;
2454
- export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType =
2455
- ClosedEnum<
2456
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
2457
- >;
2458
-
2459
2240
  export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue =
2460
2241
  {
2461
2242
  eq: string;
2462
2243
  };
2463
2244
 
2464
2245
  export type UpdateProjectHasProjectsResponse2 = {
2465
- type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
2246
+ type: "host";
2466
2247
  value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
2467
2248
  };
2468
2249
 
2469
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType = {
2470
- Header: "header",
2471
- } as const;
2472
- export type UpdateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<
2473
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONType
2474
- >;
2475
-
2476
2250
  export const UpdateProjectHasProjectsResponseKey = {
2477
2251
  XVercelIpCountry: "x-vercel-ip-country",
2478
2252
  } as const;
@@ -2485,7 +2259,7 @@ export type UpdateProjectHasProjectsResponse200ApplicationJSONValue = {
2485
2259
  };
2486
2260
 
2487
2261
  export type UpdateProjectHasProjectsResponse1 = {
2488
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType;
2262
+ type: "header";
2489
2263
  key: UpdateProjectHasProjectsResponseKey;
2490
2264
  value: UpdateProjectHasProjectsResponse200ApplicationJSONValue;
2491
2265
  };
@@ -2523,7 +2297,7 @@ export type UpdateProjectBlockHistoryRoute =
2523
2297
  | UpdateProjectRoute2;
2524
2298
 
2525
2299
  export type UpdateProjectBlockHistory3 = {
2526
- action: UpdateProjectBlockHistoryProjectsResponseAction;
2300
+ action: "route-blocked";
2527
2301
  route: UpdateProjectRoute1 | UpdateProjectRoute2;
2528
2302
  reason: string;
2529
2303
  createdAt: number;
@@ -2533,15 +2307,8 @@ export type UpdateProjectBlockHistory3 = {
2533
2307
  isCascading?: boolean | undefined;
2534
2308
  };
2535
2309
 
2536
- export const UpdateProjectBlockHistoryProjectsAction = {
2537
- Unblocked: "unblocked",
2538
- } as const;
2539
- export type UpdateProjectBlockHistoryProjectsAction = ClosedEnum<
2540
- typeof UpdateProjectBlockHistoryProjectsAction
2541
- >;
2542
-
2543
2310
  export type UpdateProjectBlockHistory2 = {
2544
- action: UpdateProjectBlockHistoryProjectsAction;
2311
+ action: "unblocked";
2545
2312
  createdAt: number;
2546
2313
  caseId?: string | undefined;
2547
2314
  actor?: string | undefined;
@@ -2549,15 +2316,8 @@ export type UpdateProjectBlockHistory2 = {
2549
2316
  isCascading?: boolean | undefined;
2550
2317
  };
2551
2318
 
2552
- export const UpdateProjectBlockHistoryAction = {
2553
- Blocked: "blocked",
2554
- } as const;
2555
- export type UpdateProjectBlockHistoryAction = ClosedEnum<
2556
- typeof UpdateProjectBlockHistoryAction
2557
- >;
2558
-
2559
2319
  export type UpdateProjectBlockHistory1 = {
2560
- action: UpdateProjectBlockHistoryAction;
2320
+ action: "blocked";
2561
2321
  reason: string;
2562
2322
  statusCode: number;
2563
2323
  createdAt: number;
@@ -2569,9 +2329,9 @@ export type UpdateProjectBlockHistory1 = {
2569
2329
 
2570
2330
  export type UpdateProjectBlockHistory =
2571
2331
  | UpdateProjectBlockHistory1
2332
+ | UpdateProjectBlockHistory2
2572
2333
  | UpdateProjectBlockHistory3
2573
- | UpdateProjectBlockHistory4
2574
- | UpdateProjectBlockHistory2;
2334
+ | UpdateProjectBlockHistory4;
2575
2335
 
2576
2336
  export type UpdateProjectAbuse = {
2577
2337
  scanner?: string | undefined;
@@ -2581,35 +2341,23 @@ export type UpdateProjectAbuse = {
2581
2341
  blockHistory?:
2582
2342
  | Array<
2583
2343
  | UpdateProjectBlockHistory1
2344
+ | UpdateProjectBlockHistory2
2584
2345
  | UpdateProjectBlockHistory3
2585
2346
  | UpdateProjectBlockHistory4
2586
- | UpdateProjectBlockHistory2
2587
2347
  >
2588
2348
  | undefined;
2589
2349
  interstitial?: boolean | undefined;
2590
2350
  };
2591
2351
 
2592
- export const UpdateProjectHasProjectsType = {
2593
- Host: "host",
2594
- } as const;
2595
- export type UpdateProjectHasProjectsType = ClosedEnum<
2596
- typeof UpdateProjectHasProjectsType
2597
- >;
2598
-
2599
2352
  export type UpdateProjectHasProjectsValue = {
2600
2353
  eq: string;
2601
2354
  };
2602
2355
 
2603
2356
  export type UpdateProjectHas2 = {
2604
- type: UpdateProjectHasProjectsType;
2357
+ type: "host";
2605
2358
  value: UpdateProjectHasProjectsValue;
2606
2359
  };
2607
2360
 
2608
- export const UpdateProjectHasType = {
2609
- Header: "header",
2610
- } as const;
2611
- export type UpdateProjectHasType = ClosedEnum<typeof UpdateProjectHasType>;
2612
-
2613
2361
  export const UpdateProjectHasKey = {
2614
2362
  XVercelIpCountry: "x-vercel-ip-country",
2615
2363
  } as const;
@@ -2620,7 +2368,7 @@ export type UpdateProjectHasValue = {
2620
2368
  };
2621
2369
 
2622
2370
  export type UpdateProjectHas1 = {
2623
- type: UpdateProjectHasType;
2371
+ type: "header";
2624
2372
  key: UpdateProjectHasKey;
2625
2373
  value: UpdateProjectHasValue;
2626
2374
  };
@@ -2725,11 +2473,11 @@ export type UpdateProjectResponseBody = {
2725
2473
  ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
2726
2474
  latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
2727
2475
  link?:
2728
- | UpdateProjectLink4
2729
- | UpdateProjectLink5
2730
- | UpdateProjectLink3
2731
2476
  | UpdateProjectLink1
2732
2477
  | UpdateProjectLink2
2478
+ | UpdateProjectLink3
2479
+ | UpdateProjectLink4
2480
+ | UpdateProjectLink5
2733
2481
  | undefined;
2734
2482
  microfrontends?:
2735
2483
  | UpdateProjectMicrofrontends1
@@ -4256,33 +4004,18 @@ export const UpdateProjectType$outboundSchema: z.ZodNativeEnum<
4256
4004
  typeof UpdateProjectType
4257
4005
  > = UpdateProjectType$inboundSchema;
4258
4006
 
4259
- /** @internal */
4260
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema:
4261
- z.ZodNativeEnum<
4262
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
4263
- > = z.nativeEnum(
4264
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type,
4265
- );
4266
- /** @internal */
4267
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema:
4268
- z.ZodNativeEnum<
4269
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
4270
- > =
4271
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
4272
-
4273
4007
  /** @internal */
4274
4008
  export const UpdateProjectContentHint15$inboundSchema: z.ZodType<
4275
4009
  UpdateProjectContentHint15,
4276
4010
  z.ZodTypeDef,
4277
4011
  unknown
4278
4012
  > = z.object({
4279
- type:
4280
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
4013
+ type: z.literal("flags-connection-string"),
4281
4014
  projectId: z.string(),
4282
4015
  });
4283
4016
  /** @internal */
4284
4017
  export type UpdateProjectContentHint15$Outbound = {
4285
- type: string;
4018
+ type: "flags-connection-string";
4286
4019
  projectId: string;
4287
4020
  };
4288
4021
 
@@ -4292,8 +4025,7 @@ export const UpdateProjectContentHint15$outboundSchema: z.ZodType<
4292
4025
  z.ZodTypeDef,
4293
4026
  UpdateProjectContentHint15
4294
4027
  > = z.object({
4295
- type:
4296
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
4028
+ type: z.literal("flags-connection-string"),
4297
4029
  projectId: z.string(),
4298
4030
  });
4299
4031
 
@@ -4314,28 +4046,13 @@ export function updateProjectContentHint15FromJSON(
4314
4046
  );
4315
4047
  }
4316
4048
 
4317
- /** @internal */
4318
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
4319
- z.ZodNativeEnum<
4320
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
4321
- > = z.nativeEnum(
4322
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type,
4323
- );
4324
- /** @internal */
4325
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema:
4326
- z.ZodNativeEnum<
4327
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
4328
- > =
4329
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
4330
-
4331
4049
  /** @internal */
4332
4050
  export const UpdateProjectContentHint14$inboundSchema: z.ZodType<
4333
4051
  UpdateProjectContentHint14,
4334
4052
  z.ZodTypeDef,
4335
4053
  unknown
4336
4054
  > = z.object({
4337
- type:
4338
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
4055
+ type: z.literal("integration-store-secret"),
4339
4056
  storeId: z.string(),
4340
4057
  integrationId: z.string(),
4341
4058
  integrationProductId: z.string(),
@@ -4343,7 +4060,7 @@ export const UpdateProjectContentHint14$inboundSchema: z.ZodType<
4343
4060
  });
4344
4061
  /** @internal */
4345
4062
  export type UpdateProjectContentHint14$Outbound = {
4346
- type: string;
4063
+ type: "integration-store-secret";
4347
4064
  storeId: string;
4348
4065
  integrationId: string;
4349
4066
  integrationProductId: string;
@@ -4356,8 +4073,7 @@ export const UpdateProjectContentHint14$outboundSchema: z.ZodType<
4356
4073
  z.ZodTypeDef,
4357
4074
  UpdateProjectContentHint14
4358
4075
  > = z.object({
4359
- type:
4360
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
4076
+ type: z.literal("integration-store-secret"),
4361
4077
  storeId: z.string(),
4362
4078
  integrationId: z.string(),
4363
4079
  integrationProductId: z.string(),
@@ -4381,33 +4097,18 @@ export function updateProjectContentHint14FromJSON(
4381
4097
  );
4382
4098
  }
4383
4099
 
4384
- /** @internal */
4385
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
4386
- z.ZodNativeEnum<
4387
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
4388
- > = z.nativeEnum(
4389
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type,
4390
- );
4391
- /** @internal */
4392
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema:
4393
- z.ZodNativeEnum<
4394
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
4395
- > =
4396
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
4397
-
4398
4100
  /** @internal */
4399
4101
  export const UpdateProjectContentHint13$inboundSchema: z.ZodType<
4400
4102
  UpdateProjectContentHint13,
4401
4103
  z.ZodTypeDef,
4402
4104
  unknown
4403
4105
  > = z.object({
4404
- type:
4405
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
4106
+ type: z.literal("postgres-url-no-ssl"),
4406
4107
  storeId: z.string(),
4407
4108
  });
4408
4109
  /** @internal */
4409
4110
  export type UpdateProjectContentHint13$Outbound = {
4410
- type: string;
4111
+ type: "postgres-url-no-ssl";
4411
4112
  storeId: string;
4412
4113
  };
4413
4114
 
@@ -4417,8 +4118,7 @@ export const UpdateProjectContentHint13$outboundSchema: z.ZodType<
4417
4118
  z.ZodTypeDef,
4418
4119
  UpdateProjectContentHint13
4419
4120
  > = z.object({
4420
- type:
4421
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
4121
+ type: z.literal("postgres-url-no-ssl"),
4422
4122
  storeId: z.string(),
4423
4123
  });
4424
4124
 
@@ -4439,33 +4139,18 @@ export function updateProjectContentHint13FromJSON(
4439
4139
  );
4440
4140
  }
4441
4141
 
4442
- /** @internal */
4443
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
4444
- z.ZodNativeEnum<
4445
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
4446
- > = z.nativeEnum(
4447
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type,
4448
- );
4449
- /** @internal */
4450
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema:
4451
- z.ZodNativeEnum<
4452
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
4453
- > =
4454
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
4455
-
4456
4142
  /** @internal */
4457
4143
  export const UpdateProjectContentHint12$inboundSchema: z.ZodType<
4458
4144
  UpdateProjectContentHint12,
4459
4145
  z.ZodTypeDef,
4460
4146
  unknown
4461
4147
  > = z.object({
4462
- type:
4463
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
4148
+ type: z.literal("postgres-database"),
4464
4149
  storeId: z.string(),
4465
4150
  });
4466
4151
  /** @internal */
4467
4152
  export type UpdateProjectContentHint12$Outbound = {
4468
- type: string;
4153
+ type: "postgres-database";
4469
4154
  storeId: string;
4470
4155
  };
4471
4156
 
@@ -4475,8 +4160,7 @@ export const UpdateProjectContentHint12$outboundSchema: z.ZodType<
4475
4160
  z.ZodTypeDef,
4476
4161
  UpdateProjectContentHint12
4477
4162
  > = z.object({
4478
- type:
4479
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
4163
+ type: z.literal("postgres-database"),
4480
4164
  storeId: z.string(),
4481
4165
  });
4482
4166
 
@@ -4497,33 +4181,18 @@ export function updateProjectContentHint12FromJSON(
4497
4181
  );
4498
4182
  }
4499
4183
 
4500
- /** @internal */
4501
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
4502
- z.ZodNativeEnum<
4503
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
4504
- > = z.nativeEnum(
4505
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type,
4506
- );
4507
- /** @internal */
4508
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema:
4509
- z.ZodNativeEnum<
4510
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
4511
- > =
4512
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
4513
-
4514
4184
  /** @internal */
4515
4185
  export const UpdateProjectContentHint11$inboundSchema: z.ZodType<
4516
4186
  UpdateProjectContentHint11,
4517
4187
  z.ZodTypeDef,
4518
4188
  unknown
4519
4189
  > = z.object({
4520
- type:
4521
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
4190
+ type: z.literal("postgres-password"),
4522
4191
  storeId: z.string(),
4523
4192
  });
4524
4193
  /** @internal */
4525
4194
  export type UpdateProjectContentHint11$Outbound = {
4526
- type: string;
4195
+ type: "postgres-password";
4527
4196
  storeId: string;
4528
4197
  };
4529
4198
 
@@ -4533,8 +4202,7 @@ export const UpdateProjectContentHint11$outboundSchema: z.ZodType<
4533
4202
  z.ZodTypeDef,
4534
4203
  UpdateProjectContentHint11
4535
4204
  > = z.object({
4536
- type:
4537
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
4205
+ type: z.literal("postgres-password"),
4538
4206
  storeId: z.string(),
4539
4207
  });
4540
4208
 
@@ -4555,33 +4223,18 @@ export function updateProjectContentHint11FromJSON(
4555
4223
  );
4556
4224
  }
4557
4225
 
4558
- /** @internal */
4559
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
4560
- z.ZodNativeEnum<
4561
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
4562
- > = z.nativeEnum(
4563
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type,
4564
- );
4565
- /** @internal */
4566
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema:
4567
- z.ZodNativeEnum<
4568
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
4569
- > =
4570
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
4571
-
4572
4226
  /** @internal */
4573
4227
  export const UpdateProjectContentHint10$inboundSchema: z.ZodType<
4574
4228
  UpdateProjectContentHint10,
4575
4229
  z.ZodTypeDef,
4576
4230
  unknown
4577
4231
  > = z.object({
4578
- type:
4579
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
4232
+ type: z.literal("postgres-host"),
4580
4233
  storeId: z.string(),
4581
4234
  });
4582
4235
  /** @internal */
4583
4236
  export type UpdateProjectContentHint10$Outbound = {
4584
- type: string;
4237
+ type: "postgres-host";
4585
4238
  storeId: string;
4586
4239
  };
4587
4240
 
@@ -4591,8 +4244,7 @@ export const UpdateProjectContentHint10$outboundSchema: z.ZodType<
4591
4244
  z.ZodTypeDef,
4592
4245
  UpdateProjectContentHint10
4593
4246
  > = z.object({
4594
- type:
4595
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
4247
+ type: z.literal("postgres-host"),
4596
4248
  storeId: z.string(),
4597
4249
  });
4598
4250
 
@@ -4613,33 +4265,18 @@ export function updateProjectContentHint10FromJSON(
4613
4265
  );
4614
4266
  }
4615
4267
 
4616
- /** @internal */
4617
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
4618
- z.ZodNativeEnum<
4619
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
4620
- > = z.nativeEnum(
4621
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type,
4622
- );
4623
- /** @internal */
4624
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema:
4625
- z.ZodNativeEnum<
4626
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
4627
- > =
4628
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
4629
-
4630
4268
  /** @internal */
4631
4269
  export const UpdateProjectContentHint9$inboundSchema: z.ZodType<
4632
4270
  UpdateProjectContentHint9,
4633
4271
  z.ZodTypeDef,
4634
4272
  unknown
4635
4273
  > = z.object({
4636
- type:
4637
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
4274
+ type: z.literal("postgres-user"),
4638
4275
  storeId: z.string(),
4639
4276
  });
4640
4277
  /** @internal */
4641
4278
  export type UpdateProjectContentHint9$Outbound = {
4642
- type: string;
4279
+ type: "postgres-user";
4643
4280
  storeId: string;
4644
4281
  };
4645
4282
 
@@ -4649,8 +4286,7 @@ export const UpdateProjectContentHint9$outboundSchema: z.ZodType<
4649
4286
  z.ZodTypeDef,
4650
4287
  UpdateProjectContentHint9
4651
4288
  > = z.object({
4652
- type:
4653
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
4289
+ type: z.literal("postgres-user"),
4654
4290
  storeId: z.string(),
4655
4291
  });
4656
4292
 
@@ -4671,33 +4307,18 @@ export function updateProjectContentHint9FromJSON(
4671
4307
  );
4672
4308
  }
4673
4309
 
4674
- /** @internal */
4675
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema:
4676
- z.ZodNativeEnum<
4677
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
4678
- > = z.nativeEnum(
4679
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type,
4680
- );
4681
- /** @internal */
4682
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema:
4683
- z.ZodNativeEnum<
4684
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
4685
- > =
4686
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
4687
-
4688
4310
  /** @internal */
4689
4311
  export const UpdateProjectContentHint8$inboundSchema: z.ZodType<
4690
4312
  UpdateProjectContentHint8,
4691
4313
  z.ZodTypeDef,
4692
4314
  unknown
4693
4315
  > = z.object({
4694
- type:
4695
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema,
4316
+ type: z.literal("postgres-prisma-url"),
4696
4317
  storeId: z.string(),
4697
4318
  });
4698
4319
  /** @internal */
4699
4320
  export type UpdateProjectContentHint8$Outbound = {
4700
- type: string;
4321
+ type: "postgres-prisma-url";
4701
4322
  storeId: string;
4702
4323
  };
4703
4324
 
@@ -4707,8 +4328,7 @@ export const UpdateProjectContentHint8$outboundSchema: z.ZodType<
4707
4328
  z.ZodTypeDef,
4708
4329
  UpdateProjectContentHint8
4709
4330
  > = z.object({
4710
- type:
4711
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema,
4331
+ type: z.literal("postgres-prisma-url"),
4712
4332
  storeId: z.string(),
4713
4333
  });
4714
4334
 
@@ -4729,33 +4349,18 @@ export function updateProjectContentHint8FromJSON(
4729
4349
  );
4730
4350
  }
4731
4351
 
4732
- /** @internal */
4733
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
4734
- z.ZodNativeEnum<
4735
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
4736
- > = z.nativeEnum(
4737
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType,
4738
- );
4739
- /** @internal */
4740
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema:
4741
- z.ZodNativeEnum<
4742
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
4743
- > =
4744
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
4745
-
4746
4352
  /** @internal */
4747
4353
  export const UpdateProjectContentHint7$inboundSchema: z.ZodType<
4748
4354
  UpdateProjectContentHint7,
4749
4355
  z.ZodTypeDef,
4750
4356
  unknown
4751
4357
  > = z.object({
4752
- type:
4753
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
4358
+ type: z.literal("postgres-url-non-pooling"),
4754
4359
  storeId: z.string(),
4755
4360
  });
4756
4361
  /** @internal */
4757
4362
  export type UpdateProjectContentHint7$Outbound = {
4758
- type: string;
4363
+ type: "postgres-url-non-pooling";
4759
4364
  storeId: string;
4760
4365
  };
4761
4366
 
@@ -4765,8 +4370,7 @@ export const UpdateProjectContentHint7$outboundSchema: z.ZodType<
4765
4370
  z.ZodTypeDef,
4766
4371
  UpdateProjectContentHint7
4767
4372
  > = z.object({
4768
- type:
4769
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
4373
+ type: z.literal("postgres-url-non-pooling"),
4770
4374
  storeId: z.string(),
4771
4375
  });
4772
4376
 
@@ -4787,33 +4391,18 @@ export function updateProjectContentHint7FromJSON(
4787
4391
  );
4788
4392
  }
4789
4393
 
4790
- /** @internal */
4791
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
4792
- z.ZodNativeEnum<
4793
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
4794
- > = z.nativeEnum(
4795
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType,
4796
- );
4797
- /** @internal */
4798
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
4799
- z.ZodNativeEnum<
4800
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
4801
- > =
4802
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
4803
-
4804
4394
  /** @internal */
4805
4395
  export const UpdateProjectContentHint6$inboundSchema: z.ZodType<
4806
4396
  UpdateProjectContentHint6,
4807
4397
  z.ZodTypeDef,
4808
4398
  unknown
4809
4399
  > = z.object({
4810
- type:
4811
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
4400
+ type: z.literal("postgres-url"),
4812
4401
  storeId: z.string(),
4813
4402
  });
4814
4403
  /** @internal */
4815
4404
  export type UpdateProjectContentHint6$Outbound = {
4816
- type: string;
4405
+ type: "postgres-url";
4817
4406
  storeId: string;
4818
4407
  };
4819
4408
 
@@ -4823,8 +4412,7 @@ export const UpdateProjectContentHint6$outboundSchema: z.ZodType<
4823
4412
  z.ZodTypeDef,
4824
4413
  UpdateProjectContentHint6
4825
4414
  > = z.object({
4826
- type:
4827
- UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
4415
+ type: z.literal("postgres-url"),
4828
4416
  storeId: z.string(),
4829
4417
  });
4830
4418
 
@@ -4845,33 +4433,18 @@ export function updateProjectContentHint6FromJSON(
4845
4433
  );
4846
4434
  }
4847
4435
 
4848
- /** @internal */
4849
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
4850
- z.ZodNativeEnum<
4851
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType
4852
- > = z.nativeEnum(
4853
- UpdateProjectContentHintProjectsResponse200ApplicationJSONType,
4854
- );
4855
- /** @internal */
4856
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
4857
- z.ZodNativeEnum<
4858
- typeof UpdateProjectContentHintProjectsResponse200ApplicationJSONType
4859
- > =
4860
- UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
4861
-
4862
4436
  /** @internal */
4863
4437
  export const UpdateProjectContentHint5$inboundSchema: z.ZodType<
4864
4438
  UpdateProjectContentHint5,
4865
4439
  z.ZodTypeDef,
4866
4440
  unknown
4867
4441
  > = z.object({
4868
- type:
4869
- UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
4442
+ type: z.literal("blob-read-write-token"),
4870
4443
  storeId: z.string(),
4871
4444
  });
4872
4445
  /** @internal */
4873
4446
  export type UpdateProjectContentHint5$Outbound = {
4874
- type: string;
4447
+ type: "blob-read-write-token";
4875
4448
  storeId: string;
4876
4449
  };
4877
4450
 
@@ -4881,8 +4454,7 @@ export const UpdateProjectContentHint5$outboundSchema: z.ZodType<
4881
4454
  z.ZodTypeDef,
4882
4455
  UpdateProjectContentHint5
4883
4456
  > = z.object({
4884
- type:
4885
- UpdateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
4457
+ type: z.literal("blob-read-write-token"),
4886
4458
  storeId: z.string(),
4887
4459
  });
4888
4460
 
@@ -4903,27 +4475,18 @@ export function updateProjectContentHint5FromJSON(
4903
4475
  );
4904
4476
  }
4905
4477
 
4906
- /** @internal */
4907
- export const UpdateProjectContentHintProjectsResponse200Type$inboundSchema:
4908
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200Type> = z
4909
- .nativeEnum(UpdateProjectContentHintProjectsResponse200Type);
4910
- /** @internal */
4911
- export const UpdateProjectContentHintProjectsResponse200Type$outboundSchema:
4912
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponse200Type> =
4913
- UpdateProjectContentHintProjectsResponse200Type$inboundSchema;
4914
-
4915
4478
  /** @internal */
4916
4479
  export const UpdateProjectContentHint4$inboundSchema: z.ZodType<
4917
4480
  UpdateProjectContentHint4,
4918
4481
  z.ZodTypeDef,
4919
4482
  unknown
4920
4483
  > = z.object({
4921
- type: UpdateProjectContentHintProjectsResponse200Type$inboundSchema,
4484
+ type: z.literal("redis-rest-api-read-only-token"),
4922
4485
  storeId: z.string(),
4923
4486
  });
4924
4487
  /** @internal */
4925
4488
  export type UpdateProjectContentHint4$Outbound = {
4926
- type: string;
4489
+ type: "redis-rest-api-read-only-token";
4927
4490
  storeId: string;
4928
4491
  };
4929
4492
 
@@ -4933,7 +4496,7 @@ export const UpdateProjectContentHint4$outboundSchema: z.ZodType<
4933
4496
  z.ZodTypeDef,
4934
4497
  UpdateProjectContentHint4
4935
4498
  > = z.object({
4936
- type: UpdateProjectContentHintProjectsResponse200Type$outboundSchema,
4499
+ type: z.literal("redis-rest-api-read-only-token"),
4937
4500
  storeId: z.string(),
4938
4501
  });
4939
4502
 
@@ -4954,27 +4517,18 @@ export function updateProjectContentHint4FromJSON(
4954
4517
  );
4955
4518
  }
4956
4519
 
4957
- /** @internal */
4958
- export const UpdateProjectContentHintProjectsResponseType$inboundSchema:
4959
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponseType> = z
4960
- .nativeEnum(UpdateProjectContentHintProjectsResponseType);
4961
- /** @internal */
4962
- export const UpdateProjectContentHintProjectsResponseType$outboundSchema:
4963
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsResponseType> =
4964
- UpdateProjectContentHintProjectsResponseType$inboundSchema;
4965
-
4966
4520
  /** @internal */
4967
4521
  export const UpdateProjectContentHint3$inboundSchema: z.ZodType<
4968
4522
  UpdateProjectContentHint3,
4969
4523
  z.ZodTypeDef,
4970
4524
  unknown
4971
4525
  > = z.object({
4972
- type: UpdateProjectContentHintProjectsResponseType$inboundSchema,
4526
+ type: z.literal("redis-rest-api-token"),
4973
4527
  storeId: z.string(),
4974
4528
  });
4975
4529
  /** @internal */
4976
4530
  export type UpdateProjectContentHint3$Outbound = {
4977
- type: string;
4531
+ type: "redis-rest-api-token";
4978
4532
  storeId: string;
4979
4533
  };
4980
4534
 
@@ -4984,7 +4538,7 @@ export const UpdateProjectContentHint3$outboundSchema: z.ZodType<
4984
4538
  z.ZodTypeDef,
4985
4539
  UpdateProjectContentHint3
4986
4540
  > = z.object({
4987
- type: UpdateProjectContentHintProjectsResponseType$outboundSchema,
4541
+ type: z.literal("redis-rest-api-token"),
4988
4542
  storeId: z.string(),
4989
4543
  });
4990
4544
 
@@ -5005,28 +4559,18 @@ export function updateProjectContentHint3FromJSON(
5005
4559
  );
5006
4560
  }
5007
4561
 
5008
- /** @internal */
5009
- export const UpdateProjectContentHintProjectsType$inboundSchema:
5010
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsType> = z.nativeEnum(
5011
- UpdateProjectContentHintProjectsType,
5012
- );
5013
- /** @internal */
5014
- export const UpdateProjectContentHintProjectsType$outboundSchema:
5015
- z.ZodNativeEnum<typeof UpdateProjectContentHintProjectsType> =
5016
- UpdateProjectContentHintProjectsType$inboundSchema;
5017
-
5018
4562
  /** @internal */
5019
4563
  export const UpdateProjectContentHint2$inboundSchema: z.ZodType<
5020
4564
  UpdateProjectContentHint2,
5021
4565
  z.ZodTypeDef,
5022
4566
  unknown
5023
4567
  > = z.object({
5024
- type: UpdateProjectContentHintProjectsType$inboundSchema,
4568
+ type: z.literal("redis-rest-api-url"),
5025
4569
  storeId: z.string(),
5026
4570
  });
5027
4571
  /** @internal */
5028
4572
  export type UpdateProjectContentHint2$Outbound = {
5029
- type: string;
4573
+ type: "redis-rest-api-url";
5030
4574
  storeId: string;
5031
4575
  };
5032
4576
 
@@ -5036,7 +4580,7 @@ export const UpdateProjectContentHint2$outboundSchema: z.ZodType<
5036
4580
  z.ZodTypeDef,
5037
4581
  UpdateProjectContentHint2
5038
4582
  > = z.object({
5039
- type: UpdateProjectContentHintProjectsType$outboundSchema,
4583
+ type: z.literal("redis-rest-api-url"),
5040
4584
  storeId: z.string(),
5041
4585
  });
5042
4586
 
@@ -5057,27 +4601,18 @@ export function updateProjectContentHint2FromJSON(
5057
4601
  );
5058
4602
  }
5059
4603
 
5060
- /** @internal */
5061
- export const UpdateProjectContentHintType$inboundSchema: z.ZodNativeEnum<
5062
- typeof UpdateProjectContentHintType
5063
- > = z.nativeEnum(UpdateProjectContentHintType);
5064
- /** @internal */
5065
- export const UpdateProjectContentHintType$outboundSchema: z.ZodNativeEnum<
5066
- typeof UpdateProjectContentHintType
5067
- > = UpdateProjectContentHintType$inboundSchema;
5068
-
5069
4604
  /** @internal */
5070
4605
  export const UpdateProjectContentHint1$inboundSchema: z.ZodType<
5071
4606
  UpdateProjectContentHint1,
5072
4607
  z.ZodTypeDef,
5073
4608
  unknown
5074
4609
  > = z.object({
5075
- type: UpdateProjectContentHintType$inboundSchema,
4610
+ type: z.literal("redis-url"),
5076
4611
  storeId: z.string(),
5077
4612
  });
5078
4613
  /** @internal */
5079
4614
  export type UpdateProjectContentHint1$Outbound = {
5080
- type: string;
4615
+ type: "redis-url";
5081
4616
  storeId: string;
5082
4617
  };
5083
4618
 
@@ -5087,7 +4622,7 @@ export const UpdateProjectContentHint1$outboundSchema: z.ZodType<
5087
4622
  z.ZodTypeDef,
5088
4623
  UpdateProjectContentHint1
5089
4624
  > = z.object({
5090
- type: UpdateProjectContentHintType$outboundSchema,
4625
+ type: z.literal("redis-url"),
5091
4626
  storeId: z.string(),
5092
4627
  });
5093
4628
 
@@ -5114,7 +4649,6 @@ export const UpdateProjectContentHint$inboundSchema: z.ZodType<
5114
4649
  z.ZodTypeDef,
5115
4650
  unknown
5116
4651
  > = z.union([
5117
- z.lazy(() => UpdateProjectContentHint14$inboundSchema),
5118
4652
  z.lazy(() => UpdateProjectContentHint1$inboundSchema),
5119
4653
  z.lazy(() => UpdateProjectContentHint2$inboundSchema),
5120
4654
  z.lazy(() => UpdateProjectContentHint3$inboundSchema),
@@ -5128,11 +4662,11 @@ export const UpdateProjectContentHint$inboundSchema: z.ZodType<
5128
4662
  z.lazy(() => UpdateProjectContentHint11$inboundSchema),
5129
4663
  z.lazy(() => UpdateProjectContentHint12$inboundSchema),
5130
4664
  z.lazy(() => UpdateProjectContentHint13$inboundSchema),
4665
+ z.lazy(() => UpdateProjectContentHint14$inboundSchema),
5131
4666
  z.lazy(() => UpdateProjectContentHint15$inboundSchema),
5132
4667
  ]);
5133
4668
  /** @internal */
5134
4669
  export type UpdateProjectContentHint$Outbound =
5135
- | UpdateProjectContentHint14$Outbound
5136
4670
  | UpdateProjectContentHint1$Outbound
5137
4671
  | UpdateProjectContentHint2$Outbound
5138
4672
  | UpdateProjectContentHint3$Outbound
@@ -5146,6 +4680,7 @@ export type UpdateProjectContentHint$Outbound =
5146
4680
  | UpdateProjectContentHint11$Outbound
5147
4681
  | UpdateProjectContentHint12$Outbound
5148
4682
  | UpdateProjectContentHint13$Outbound
4683
+ | UpdateProjectContentHint14$Outbound
5149
4684
  | UpdateProjectContentHint15$Outbound;
5150
4685
 
5151
4686
  /** @internal */
@@ -5154,7 +4689,6 @@ export const UpdateProjectContentHint$outboundSchema: z.ZodType<
5154
4689
  z.ZodTypeDef,
5155
4690
  UpdateProjectContentHint
5156
4691
  > = z.union([
5157
- z.lazy(() => UpdateProjectContentHint14$outboundSchema),
5158
4692
  z.lazy(() => UpdateProjectContentHint1$outboundSchema),
5159
4693
  z.lazy(() => UpdateProjectContentHint2$outboundSchema),
5160
4694
  z.lazy(() => UpdateProjectContentHint3$outboundSchema),
@@ -5168,6 +4702,7 @@ export const UpdateProjectContentHint$outboundSchema: z.ZodType<
5168
4702
  z.lazy(() => UpdateProjectContentHint11$outboundSchema),
5169
4703
  z.lazy(() => UpdateProjectContentHint12$outboundSchema),
5170
4704
  z.lazy(() => UpdateProjectContentHint13$outboundSchema),
4705
+ z.lazy(() => UpdateProjectContentHint14$outboundSchema),
5171
4706
  z.lazy(() => UpdateProjectContentHint15$outboundSchema),
5172
4707
  ]);
5173
4708
 
@@ -5273,7 +4808,6 @@ export const UpdateProjectEnv$inboundSchema: z.ZodType<
5273
4808
  edgeConfigTokenId: z.nullable(z.string()).optional(),
5274
4809
  contentHint: z.nullable(
5275
4810
  z.union([
5276
- z.lazy(() => UpdateProjectContentHint14$inboundSchema),
5277
4811
  z.lazy(() => UpdateProjectContentHint1$inboundSchema),
5278
4812
  z.lazy(() => UpdateProjectContentHint2$inboundSchema),
5279
4813
  z.lazy(() => UpdateProjectContentHint3$inboundSchema),
@@ -5287,6 +4821,7 @@ export const UpdateProjectEnv$inboundSchema: z.ZodType<
5287
4821
  z.lazy(() => UpdateProjectContentHint11$inboundSchema),
5288
4822
  z.lazy(() => UpdateProjectContentHint12$inboundSchema),
5289
4823
  z.lazy(() => UpdateProjectContentHint13$inboundSchema),
4824
+ z.lazy(() => UpdateProjectContentHint14$inboundSchema),
5290
4825
  z.lazy(() => UpdateProjectContentHint15$inboundSchema),
5291
4826
  ]),
5292
4827
  ).optional(),
@@ -5315,7 +4850,6 @@ export type UpdateProjectEnv$Outbound = {
5315
4850
  edgeConfigId?: string | null | undefined;
5316
4851
  edgeConfigTokenId?: string | null | undefined;
5317
4852
  contentHint?:
5318
- | UpdateProjectContentHint14$Outbound
5319
4853
  | UpdateProjectContentHint1$Outbound
5320
4854
  | UpdateProjectContentHint2$Outbound
5321
4855
  | UpdateProjectContentHint3$Outbound
@@ -5329,6 +4863,7 @@ export type UpdateProjectEnv$Outbound = {
5329
4863
  | UpdateProjectContentHint11$Outbound
5330
4864
  | UpdateProjectContentHint12$Outbound
5331
4865
  | UpdateProjectContentHint13$Outbound
4866
+ | UpdateProjectContentHint14$Outbound
5332
4867
  | UpdateProjectContentHint15$Outbound
5333
4868
  | null
5334
4869
  | undefined;
@@ -5365,7 +4900,6 @@ export const UpdateProjectEnv$outboundSchema: z.ZodType<
5365
4900
  edgeConfigTokenId: z.nullable(z.string()).optional(),
5366
4901
  contentHint: z.nullable(
5367
4902
  z.union([
5368
- z.lazy(() => UpdateProjectContentHint14$outboundSchema),
5369
4903
  z.lazy(() => UpdateProjectContentHint1$outboundSchema),
5370
4904
  z.lazy(() => UpdateProjectContentHint2$outboundSchema),
5371
4905
  z.lazy(() => UpdateProjectContentHint3$outboundSchema),
@@ -5379,6 +4913,7 @@ export const UpdateProjectEnv$outboundSchema: z.ZodType<
5379
4913
  z.lazy(() => UpdateProjectContentHint11$outboundSchema),
5380
4914
  z.lazy(() => UpdateProjectContentHint12$outboundSchema),
5381
4915
  z.lazy(() => UpdateProjectContentHint13$outboundSchema),
4916
+ z.lazy(() => UpdateProjectContentHint14$outboundSchema),
5382
4917
  z.lazy(() => UpdateProjectContentHint15$outboundSchema),
5383
4918
  ]),
5384
4919
  ).optional(),
@@ -6227,17 +5762,6 @@ export function updateProjectLatestDeploymentsFromJSON(
6227
5762
  );
6228
5763
  }
6229
5764
 
6230
- /** @internal */
6231
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema:
6232
- z.ZodNativeEnum<
6233
- typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType
6234
- > = z.nativeEnum(UpdateProjectLinkProjectsResponse200ApplicationJSONType);
6235
- /** @internal */
6236
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema:
6237
- z.ZodNativeEnum<
6238
- typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType
6239
- > = UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
6240
-
6241
5765
  /** @internal */
6242
5766
  export const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
6243
5767
  z.ZodType<
@@ -6308,7 +5832,7 @@ export const UpdateProjectLink5$inboundSchema: z.ZodType<
6308
5832
  name: z.string(),
6309
5833
  slug: z.string(),
6310
5834
  owner: z.string(),
6311
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema,
5835
+ type: z.literal("bitbucket"),
6312
5836
  uuid: z.string(),
6313
5837
  workspaceUuid: z.string(),
6314
5838
  createdAt: z.number().optional(),
@@ -6327,7 +5851,7 @@ export type UpdateProjectLink5$Outbound = {
6327
5851
  name: string;
6328
5852
  slug: string;
6329
5853
  owner: string;
6330
- type: string;
5854
+ type: "bitbucket";
6331
5855
  uuid: string;
6332
5856
  workspaceUuid: string;
6333
5857
  createdAt?: number | undefined;
@@ -6349,7 +5873,7 @@ export const UpdateProjectLink5$outboundSchema: z.ZodType<
6349
5873
  name: z.string(),
6350
5874
  slug: z.string(),
6351
5875
  owner: z.string(),
6352
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema,
5876
+ type: z.literal("bitbucket"),
6353
5877
  uuid: z.string(),
6354
5878
  workspaceUuid: z.string(),
6355
5879
  createdAt: z.number().optional(),
@@ -6381,15 +5905,6 @@ export function updateProjectLink5FromJSON(
6381
5905
  );
6382
5906
  }
6383
5907
 
6384
- /** @internal */
6385
- export const UpdateProjectLinkProjectsResponse200Type$inboundSchema:
6386
- z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type> = z
6387
- .nativeEnum(UpdateProjectLinkProjectsResponse200Type);
6388
- /** @internal */
6389
- export const UpdateProjectLinkProjectsResponse200Type$outboundSchema:
6390
- z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type> =
6391
- UpdateProjectLinkProjectsResponse200Type$inboundSchema;
6392
-
6393
5908
  /** @internal */
6394
5909
  export const UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema:
6395
5910
  z.ZodType<
@@ -6464,7 +5979,7 @@ export const UpdateProjectLink4$inboundSchema: z.ZodType<
6464
5979
  projectNamespace: z.string(),
6465
5980
  projectOwnerId: z.number().optional(),
6466
5981
  projectUrl: z.string(),
6467
- type: UpdateProjectLinkProjectsResponse200Type$inboundSchema,
5982
+ type: z.literal("gitlab"),
6468
5983
  createdAt: z.number().optional(),
6469
5984
  deployHooks: z.array(
6470
5985
  z.lazy(() => UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
@@ -6482,7 +5997,7 @@ export type UpdateProjectLink4$Outbound = {
6482
5997
  projectNamespace: string;
6483
5998
  projectOwnerId?: number | undefined;
6484
5999
  projectUrl: string;
6485
- type: string;
6000
+ type: "gitlab";
6486
6001
  createdAt?: number | undefined;
6487
6002
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
6488
6003
  gitCredentialId: string;
@@ -6503,7 +6018,7 @@ export const UpdateProjectLink4$outboundSchema: z.ZodType<
6503
6018
  projectNamespace: z.string(),
6504
6019
  projectOwnerId: z.number().optional(),
6505
6020
  projectUrl: z.string(),
6506
- type: UpdateProjectLinkProjectsResponse200Type$outboundSchema,
6021
+ type: z.literal("gitlab"),
6507
6022
  createdAt: z.number().optional(),
6508
6023
  deployHooks: z.array(
6509
6024
  z.lazy(() =>
@@ -6533,16 +6048,6 @@ export function updateProjectLink4FromJSON(
6533
6048
  );
6534
6049
  }
6535
6050
 
6536
- /** @internal */
6537
- export const UpdateProjectLinkProjectsResponseType$inboundSchema:
6538
- z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType> = z.nativeEnum(
6539
- UpdateProjectLinkProjectsResponseType,
6540
- );
6541
- /** @internal */
6542
- export const UpdateProjectLinkProjectsResponseType$outboundSchema:
6543
- z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType> =
6544
- UpdateProjectLinkProjectsResponseType$inboundSchema;
6545
-
6546
6051
  /** @internal */
6547
6052
  export const UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema:
6548
6053
  z.ZodType<
@@ -6615,7 +6120,7 @@ export const UpdateProjectLink3$inboundSchema: z.ZodType<
6615
6120
  repoOwnerId: z.number().optional(),
6616
6121
  repo: z.string().optional(),
6617
6122
  repoId: z.number().optional(),
6618
- type: UpdateProjectLinkProjectsResponseType$inboundSchema,
6123
+ type: z.literal("github-custom-host"),
6619
6124
  host: z.string(),
6620
6125
  createdAt: z.number().optional(),
6621
6126
  deployHooks: z.array(
@@ -6632,7 +6137,7 @@ export type UpdateProjectLink3$Outbound = {
6632
6137
  repoOwnerId?: number | undefined;
6633
6138
  repo?: string | undefined;
6634
6139
  repoId?: number | undefined;
6635
- type: string;
6140
+ type: "github-custom-host";
6636
6141
  host: string;
6637
6142
  createdAt?: number | undefined;
6638
6143
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
@@ -6652,7 +6157,7 @@ export const UpdateProjectLink3$outboundSchema: z.ZodType<
6652
6157
  repoOwnerId: z.number().optional(),
6653
6158
  repo: z.string().optional(),
6654
6159
  repoId: z.number().optional(),
6655
- type: UpdateProjectLinkProjectsResponseType$outboundSchema,
6160
+ type: z.literal("github-custom-host"),
6656
6161
  host: z.string(),
6657
6162
  createdAt: z.number().optional(),
6658
6163
  deployHooks: z.array(
@@ -6681,15 +6186,6 @@ export function updateProjectLink3FromJSON(
6681
6186
  );
6682
6187
  }
6683
6188
 
6684
- /** @internal */
6685
- export const UpdateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
6686
- typeof UpdateProjectLinkProjectsType
6687
- > = z.nativeEnum(UpdateProjectLinkProjectsType);
6688
- /** @internal */
6689
- export const UpdateProjectLinkProjectsType$outboundSchema: z.ZodNativeEnum<
6690
- typeof UpdateProjectLinkProjectsType
6691
- > = UpdateProjectLinkProjectsType$inboundSchema;
6692
-
6693
6189
  /** @internal */
6694
6190
  export const UpdateProjectLinkProjectsDeployHooks$inboundSchema: z.ZodType<
6695
6191
  UpdateProjectLinkProjectsDeployHooks,
@@ -6750,7 +6246,7 @@ export const UpdateProjectLink2$inboundSchema: z.ZodType<
6750
6246
  z.ZodTypeDef,
6751
6247
  unknown
6752
6248
  > = z.object({
6753
- type: UpdateProjectLinkProjectsType$inboundSchema,
6249
+ type: z.literal("github-limited"),
6754
6250
  repo: z.string().optional(),
6755
6251
  repoId: z.number().optional(),
6756
6252
  createdAt: z.number().optional(),
@@ -6766,7 +6262,7 @@ export const UpdateProjectLink2$inboundSchema: z.ZodType<
6766
6262
  });
6767
6263
  /** @internal */
6768
6264
  export type UpdateProjectLink2$Outbound = {
6769
- type: string;
6265
+ type: "github-limited";
6770
6266
  repo?: string | undefined;
6771
6267
  repoId?: number | undefined;
6772
6268
  createdAt?: number | undefined;
@@ -6785,7 +6281,7 @@ export const UpdateProjectLink2$outboundSchema: z.ZodType<
6785
6281
  z.ZodTypeDef,
6786
6282
  UpdateProjectLink2
6787
6283
  > = z.object({
6788
- type: UpdateProjectLinkProjectsType$outboundSchema,
6284
+ type: z.literal("github-limited"),
6789
6285
  repo: z.string().optional(),
6790
6286
  repoId: z.number().optional(),
6791
6287
  createdAt: z.number().optional(),
@@ -6817,15 +6313,6 @@ export function updateProjectLink2FromJSON(
6817
6313
  );
6818
6314
  }
6819
6315
 
6820
- /** @internal */
6821
- export const UpdateProjectLinkType$inboundSchema: z.ZodNativeEnum<
6822
- typeof UpdateProjectLinkType
6823
- > = z.nativeEnum(UpdateProjectLinkType);
6824
- /** @internal */
6825
- export const UpdateProjectLinkType$outboundSchema: z.ZodNativeEnum<
6826
- typeof UpdateProjectLinkType
6827
- > = UpdateProjectLinkType$inboundSchema;
6828
-
6829
6316
  /** @internal */
6830
6317
  export const UpdateProjectLinkDeployHooks$inboundSchema: z.ZodType<
6831
6318
  UpdateProjectLinkDeployHooks,
@@ -6889,7 +6376,7 @@ export const UpdateProjectLink1$inboundSchema: z.ZodType<
6889
6376
  repoOwnerId: z.number().optional(),
6890
6377
  repo: z.string().optional(),
6891
6378
  repoId: z.number().optional(),
6892
- type: UpdateProjectLinkType$inboundSchema,
6379
+ type: z.literal("github"),
6893
6380
  createdAt: z.number().optional(),
6894
6381
  deployHooks: z.array(
6895
6382
  z.lazy(() => UpdateProjectLinkDeployHooks$inboundSchema),
@@ -6905,7 +6392,7 @@ export type UpdateProjectLink1$Outbound = {
6905
6392
  repoOwnerId?: number | undefined;
6906
6393
  repo?: string | undefined;
6907
6394
  repoId?: number | undefined;
6908
- type: string;
6395
+ type: "github";
6909
6396
  createdAt?: number | undefined;
6910
6397
  deployHooks: Array<UpdateProjectLinkDeployHooks$Outbound>;
6911
6398
  gitCredentialId: string;
@@ -6924,7 +6411,7 @@ export const UpdateProjectLink1$outboundSchema: z.ZodType<
6924
6411
  repoOwnerId: z.number().optional(),
6925
6412
  repo: z.string().optional(),
6926
6413
  repoId: z.number().optional(),
6927
- type: UpdateProjectLinkType$outboundSchema,
6414
+ type: z.literal("github"),
6928
6415
  createdAt: z.number().optional(),
6929
6416
  deployHooks: z.array(
6930
6417
  z.lazy(() => UpdateProjectLinkDeployHooks$outboundSchema),
@@ -6958,19 +6445,19 @@ export const UpdateProjectLink$inboundSchema: z.ZodType<
6958
6445
  z.ZodTypeDef,
6959
6446
  unknown
6960
6447
  > = z.union([
6961
- z.lazy(() => UpdateProjectLink4$inboundSchema),
6962
- z.lazy(() => UpdateProjectLink5$inboundSchema),
6963
- z.lazy(() => UpdateProjectLink3$inboundSchema),
6964
6448
  z.lazy(() => UpdateProjectLink1$inboundSchema),
6965
6449
  z.lazy(() => UpdateProjectLink2$inboundSchema),
6450
+ z.lazy(() => UpdateProjectLink3$inboundSchema),
6451
+ z.lazy(() => UpdateProjectLink4$inboundSchema),
6452
+ z.lazy(() => UpdateProjectLink5$inboundSchema),
6966
6453
  ]);
6967
6454
  /** @internal */
6968
6455
  export type UpdateProjectLink$Outbound =
6969
- | UpdateProjectLink4$Outbound
6970
- | UpdateProjectLink5$Outbound
6971
- | UpdateProjectLink3$Outbound
6972
6456
  | UpdateProjectLink1$Outbound
6973
- | UpdateProjectLink2$Outbound;
6457
+ | UpdateProjectLink2$Outbound
6458
+ | UpdateProjectLink3$Outbound
6459
+ | UpdateProjectLink4$Outbound
6460
+ | UpdateProjectLink5$Outbound;
6974
6461
 
6975
6462
  /** @internal */
6976
6463
  export const UpdateProjectLink$outboundSchema: z.ZodType<
@@ -6978,11 +6465,11 @@ export const UpdateProjectLink$outboundSchema: z.ZodType<
6978
6465
  z.ZodTypeDef,
6979
6466
  UpdateProjectLink
6980
6467
  > = z.union([
6981
- z.lazy(() => UpdateProjectLink4$outboundSchema),
6982
- z.lazy(() => UpdateProjectLink5$outboundSchema),
6983
- z.lazy(() => UpdateProjectLink3$outboundSchema),
6984
6468
  z.lazy(() => UpdateProjectLink1$outboundSchema),
6985
6469
  z.lazy(() => UpdateProjectLink2$outboundSchema),
6470
+ z.lazy(() => UpdateProjectLink3$outboundSchema),
6471
+ z.lazy(() => UpdateProjectLink4$outboundSchema),
6472
+ z.lazy(() => UpdateProjectLink5$outboundSchema),
6986
6473
  ]);
6987
6474
 
6988
6475
  export function updateProjectLinkToJSON(
@@ -9139,15 +8626,6 @@ export function updateProjectLastAliasRequestFromJSON(
9139
8626
  );
9140
8627
  }
9141
8628
 
9142
- /** @internal */
9143
- export const UpdateProjectProtectionBypassProjectsScope$inboundSchema:
9144
- z.ZodNativeEnum<typeof UpdateProjectProtectionBypassProjectsScope> = z
9145
- .nativeEnum(UpdateProjectProtectionBypassProjectsScope);
9146
- /** @internal */
9147
- export const UpdateProjectProtectionBypassProjectsScope$outboundSchema:
9148
- z.ZodNativeEnum<typeof UpdateProjectProtectionBypassProjectsScope> =
9149
- UpdateProjectProtectionBypassProjectsScope$inboundSchema;
9150
-
9151
8629
  /** @internal */
9152
8630
  export const UpdateProjectProtectionBypass2$inboundSchema: z.ZodType<
9153
8631
  UpdateProjectProtectionBypass2,
@@ -9156,13 +8634,13 @@ export const UpdateProjectProtectionBypass2$inboundSchema: z.ZodType<
9156
8634
  > = z.object({
9157
8635
  createdAt: z.number(),
9158
8636
  createdBy: z.string(),
9159
- scope: UpdateProjectProtectionBypassProjectsScope$inboundSchema,
8637
+ scope: z.literal("automation-bypass"),
9160
8638
  });
9161
8639
  /** @internal */
9162
8640
  export type UpdateProjectProtectionBypass2$Outbound = {
9163
8641
  createdAt: number;
9164
8642
  createdBy: string;
9165
- scope: string;
8643
+ scope: "automation-bypass";
9166
8644
  };
9167
8645
 
9168
8646
  /** @internal */
@@ -9173,7 +8651,7 @@ export const UpdateProjectProtectionBypass2$outboundSchema: z.ZodType<
9173
8651
  > = z.object({
9174
8652
  createdAt: z.number(),
9175
8653
  createdBy: z.string(),
9176
- scope: UpdateProjectProtectionBypassProjectsScope$outboundSchema,
8654
+ scope: z.literal("automation-bypass"),
9177
8655
  });
9178
8656
 
9179
8657
  export function updateProjectProtectionBypass2ToJSON(
@@ -9195,15 +8673,6 @@ export function updateProjectProtectionBypass2FromJSON(
9195
8673
  );
9196
8674
  }
9197
8675
 
9198
- /** @internal */
9199
- export const UpdateProjectProtectionBypassScope$inboundSchema: z.ZodNativeEnum<
9200
- typeof UpdateProjectProtectionBypassScope
9201
- > = z.nativeEnum(UpdateProjectProtectionBypassScope);
9202
- /** @internal */
9203
- export const UpdateProjectProtectionBypassScope$outboundSchema: z.ZodNativeEnum<
9204
- typeof UpdateProjectProtectionBypassScope
9205
- > = UpdateProjectProtectionBypassScope$inboundSchema;
9206
-
9207
8676
  /** @internal */
9208
8677
  export const UpdateProjectProtectionBypass1$inboundSchema: z.ZodType<
9209
8678
  UpdateProjectProtectionBypass1,
@@ -9212,7 +8681,7 @@ export const UpdateProjectProtectionBypass1$inboundSchema: z.ZodType<
9212
8681
  > = z.object({
9213
8682
  createdAt: z.number(),
9214
8683
  createdBy: z.string(),
9215
- scope: UpdateProjectProtectionBypassScope$inboundSchema,
8684
+ scope: z.literal("integration-automation-bypass"),
9216
8685
  integrationId: z.string(),
9217
8686
  configurationId: z.string(),
9218
8687
  });
@@ -9220,7 +8689,7 @@ export const UpdateProjectProtectionBypass1$inboundSchema: z.ZodType<
9220
8689
  export type UpdateProjectProtectionBypass1$Outbound = {
9221
8690
  createdAt: number;
9222
8691
  createdBy: string;
9223
- scope: string;
8692
+ scope: "integration-automation-bypass";
9224
8693
  integrationId: string;
9225
8694
  configurationId: string;
9226
8695
  };
@@ -9233,7 +8702,7 @@ export const UpdateProjectProtectionBypass1$outboundSchema: z.ZodType<
9233
8702
  > = z.object({
9234
8703
  createdAt: z.number(),
9235
8704
  createdBy: z.string(),
9236
- scope: UpdateProjectProtectionBypassScope$outboundSchema,
8705
+ scope: z.literal("integration-automation-bypass"),
9237
8706
  integrationId: z.string(),
9238
8707
  configurationId: z.string(),
9239
8708
  });
@@ -10173,24 +9642,6 @@ export function updateProjectBlockFromJSON(
10173
9642
  );
10174
9643
  }
10175
9644
 
10176
- /** @internal */
10177
- export const UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema:
10178
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action> = z
10179
- .nativeEnum(UpdateProjectBlockHistoryProjectsResponse200Action);
10180
- /** @internal */
10181
- export const UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema:
10182
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action> =
10183
- UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema;
10184
-
10185
- /** @internal */
10186
- export const UpdateProjectHasProjectsResponse200Type$inboundSchema:
10187
- z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type> = z
10188
- .nativeEnum(UpdateProjectHasProjectsResponse200Type);
10189
- /** @internal */
10190
- export const UpdateProjectHasProjectsResponse200Type$outboundSchema:
10191
- z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type> =
10192
- UpdateProjectHasProjectsResponse200Type$inboundSchema;
10193
-
10194
9645
  /** @internal */
10195
9646
  export const UpdateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<
10196
9647
  UpdateProjectHasProjectsResponse200Value,
@@ -10245,12 +9696,12 @@ export const UpdateProjectHasProjects2$inboundSchema: z.ZodType<
10245
9696
  z.ZodTypeDef,
10246
9697
  unknown
10247
9698
  > = z.object({
10248
- type: UpdateProjectHasProjectsResponse200Type$inboundSchema,
9699
+ type: z.literal("host"),
10249
9700
  value: z.lazy(() => UpdateProjectHasProjectsResponse200Value$inboundSchema),
10250
9701
  });
10251
9702
  /** @internal */
10252
9703
  export type UpdateProjectHasProjects2$Outbound = {
10253
- type: string;
9704
+ type: "host";
10254
9705
  value: UpdateProjectHasProjectsResponse200Value$Outbound;
10255
9706
  };
10256
9707
 
@@ -10260,7 +9711,7 @@ export const UpdateProjectHasProjects2$outboundSchema: z.ZodType<
10260
9711
  z.ZodTypeDef,
10261
9712
  UpdateProjectHasProjects2
10262
9713
  > = z.object({
10263
- type: UpdateProjectHasProjectsResponse200Type$outboundSchema,
9714
+ type: z.literal("host"),
10264
9715
  value: z.lazy(() => UpdateProjectHasProjectsResponse200Value$outboundSchema),
10265
9716
  });
10266
9717
 
@@ -10281,16 +9732,6 @@ export function updateProjectHasProjects2FromJSON(
10281
9732
  );
10282
9733
  }
10283
9734
 
10284
- /** @internal */
10285
- export const UpdateProjectHasProjectsResponseType$inboundSchema:
10286
- z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType> = z.nativeEnum(
10287
- UpdateProjectHasProjectsResponseType,
10288
- );
10289
- /** @internal */
10290
- export const UpdateProjectHasProjectsResponseType$outboundSchema:
10291
- z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType> =
10292
- UpdateProjectHasProjectsResponseType$inboundSchema;
10293
-
10294
9735
  /** @internal */
10295
9736
  export const UpdateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<
10296
9737
  typeof UpdateProjectHasProjectsKey
@@ -10348,13 +9789,13 @@ export const UpdateProjectHasProjects1$inboundSchema: z.ZodType<
10348
9789
  z.ZodTypeDef,
10349
9790
  unknown
10350
9791
  > = z.object({
10351
- type: UpdateProjectHasProjectsResponseType$inboundSchema,
9792
+ type: z.literal("header"),
10352
9793
  key: UpdateProjectHasProjectsKey$inboundSchema,
10353
9794
  value: z.lazy(() => UpdateProjectHasProjectsResponseValue$inboundSchema),
10354
9795
  });
10355
9796
  /** @internal */
10356
9797
  export type UpdateProjectHasProjects1$Outbound = {
10357
- type: string;
9798
+ type: "header";
10358
9799
  key: string;
10359
9800
  value: UpdateProjectHasProjectsResponseValue$Outbound;
10360
9801
  };
@@ -10365,7 +9806,7 @@ export const UpdateProjectHasProjects1$outboundSchema: z.ZodType<
10365
9806
  z.ZodTypeDef,
10366
9807
  UpdateProjectHasProjects1
10367
9808
  > = z.object({
10368
- type: UpdateProjectHasProjectsResponseType$outboundSchema,
9809
+ type: z.literal("header"),
10369
9810
  key: UpdateProjectHasProjectsKey$outboundSchema,
10370
9811
  value: z.lazy(() => UpdateProjectHasProjectsResponseValue$outboundSchema),
10371
9812
  });
@@ -10635,7 +10076,7 @@ export const UpdateProjectBlockHistory4$inboundSchema: z.ZodType<
10635
10076
  z.ZodTypeDef,
10636
10077
  unknown
10637
10078
  > = z.object({
10638
- action: UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema,
10079
+ action: z.literal("route-unblocked"),
10639
10080
  route: z.union([
10640
10081
  z.lazy(() => UpdateProjectRouteProjects1$inboundSchema),
10641
10082
  z.lazy(() => UpdateProjectRouteProjects2$inboundSchema),
@@ -10649,7 +10090,7 @@ export const UpdateProjectBlockHistory4$inboundSchema: z.ZodType<
10649
10090
  });
10650
10091
  /** @internal */
10651
10092
  export type UpdateProjectBlockHistory4$Outbound = {
10652
- action: string;
10093
+ action: "route-unblocked";
10653
10094
  route:
10654
10095
  | UpdateProjectRouteProjects1$Outbound
10655
10096
  | UpdateProjectRouteProjects2$Outbound;
@@ -10667,7 +10108,7 @@ export const UpdateProjectBlockHistory4$outboundSchema: z.ZodType<
10667
10108
  z.ZodTypeDef,
10668
10109
  UpdateProjectBlockHistory4
10669
10110
  > = z.object({
10670
- action: UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema,
10111
+ action: z.literal("route-unblocked"),
10671
10112
  route: z.union([
10672
10113
  z.lazy(() => UpdateProjectRouteProjects1$outboundSchema),
10673
10114
  z.lazy(() => UpdateProjectRouteProjects2$outboundSchema),
@@ -10697,29 +10138,6 @@ export function updateProjectBlockHistory4FromJSON(
10697
10138
  );
10698
10139
  }
10699
10140
 
10700
- /** @internal */
10701
- export const UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema:
10702
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction> = z
10703
- .nativeEnum(UpdateProjectBlockHistoryProjectsResponseAction);
10704
- /** @internal */
10705
- export const UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema:
10706
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction> =
10707
- UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema;
10708
-
10709
- /** @internal */
10710
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
10711
- z.ZodNativeEnum<
10712
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
10713
- > = z.nativeEnum(
10714
- UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType,
10715
- );
10716
- /** @internal */
10717
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
10718
- z.ZodNativeEnum<
10719
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
10720
- > =
10721
- UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
10722
-
10723
10141
  /** @internal */
10724
10142
  export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema:
10725
10143
  z.ZodType<
@@ -10777,15 +10195,14 @@ export const UpdateProjectHasProjectsResponse2$inboundSchema: z.ZodType<
10777
10195
  z.ZodTypeDef,
10778
10196
  unknown
10779
10197
  > = z.object({
10780
- type:
10781
- UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
10198
+ type: z.literal("host"),
10782
10199
  value: z.lazy(() =>
10783
10200
  UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema
10784
10201
  ),
10785
10202
  });
10786
10203
  /** @internal */
10787
10204
  export type UpdateProjectHasProjectsResponse2$Outbound = {
10788
- type: string;
10205
+ type: "host";
10789
10206
  value:
10790
10207
  UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
10791
10208
  };
@@ -10796,8 +10213,7 @@ export const UpdateProjectHasProjectsResponse2$outboundSchema: z.ZodType<
10796
10213
  z.ZodTypeDef,
10797
10214
  UpdateProjectHasProjectsResponse2
10798
10215
  > = z.object({
10799
- type:
10800
- UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
10216
+ type: z.literal("host"),
10801
10217
  value: z.lazy(() =>
10802
10218
  UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema
10803
10219
  ),
@@ -10822,17 +10238,6 @@ export function updateProjectHasProjectsResponse2FromJSON(
10822
10238
  );
10823
10239
  }
10824
10240
 
10825
- /** @internal */
10826
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema:
10827
- z.ZodNativeEnum<
10828
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONType
10829
- > = z.nativeEnum(UpdateProjectHasProjectsResponse200ApplicationJSONType);
10830
- /** @internal */
10831
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema:
10832
- z.ZodNativeEnum<
10833
- typeof UpdateProjectHasProjectsResponse200ApplicationJSONType
10834
- > = UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema;
10835
-
10836
10241
  /** @internal */
10837
10242
  export const UpdateProjectHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<
10838
10243
  typeof UpdateProjectHasProjectsResponseKey
@@ -10896,7 +10301,7 @@ export const UpdateProjectHasProjectsResponse1$inboundSchema: z.ZodType<
10896
10301
  z.ZodTypeDef,
10897
10302
  unknown
10898
10303
  > = z.object({
10899
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema,
10304
+ type: z.literal("header"),
10900
10305
  key: UpdateProjectHasProjectsResponseKey$inboundSchema,
10901
10306
  value: z.lazy(() =>
10902
10307
  UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema
@@ -10904,7 +10309,7 @@ export const UpdateProjectHasProjectsResponse1$inboundSchema: z.ZodType<
10904
10309
  });
10905
10310
  /** @internal */
10906
10311
  export type UpdateProjectHasProjectsResponse1$Outbound = {
10907
- type: string;
10312
+ type: "header";
10908
10313
  key: string;
10909
10314
  value: UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
10910
10315
  };
@@ -10915,7 +10320,7 @@ export const UpdateProjectHasProjectsResponse1$outboundSchema: z.ZodType<
10915
10320
  z.ZodTypeDef,
10916
10321
  UpdateProjectHasProjectsResponse1
10917
10322
  > = z.object({
10918
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema,
10323
+ type: z.literal("header"),
10919
10324
  key: UpdateProjectHasProjectsResponseKey$outboundSchema,
10920
10325
  value: z.lazy(() =>
10921
10326
  UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema
@@ -11179,7 +10584,7 @@ export const UpdateProjectBlockHistory3$inboundSchema: z.ZodType<
11179
10584
  z.ZodTypeDef,
11180
10585
  unknown
11181
10586
  > = z.object({
11182
- action: UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema,
10587
+ action: z.literal("route-blocked"),
11183
10588
  route: z.union([
11184
10589
  z.lazy(() => UpdateProjectRoute1$inboundSchema),
11185
10590
  z.lazy(() => UpdateProjectRoute2$inboundSchema),
@@ -11193,7 +10598,7 @@ export const UpdateProjectBlockHistory3$inboundSchema: z.ZodType<
11193
10598
  });
11194
10599
  /** @internal */
11195
10600
  export type UpdateProjectBlockHistory3$Outbound = {
11196
- action: string;
10601
+ action: "route-blocked";
11197
10602
  route: UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
11198
10603
  reason: string;
11199
10604
  createdAt: number;
@@ -11209,7 +10614,7 @@ export const UpdateProjectBlockHistory3$outboundSchema: z.ZodType<
11209
10614
  z.ZodTypeDef,
11210
10615
  UpdateProjectBlockHistory3
11211
10616
  > = z.object({
11212
- action: UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema,
10617
+ action: z.literal("route-blocked"),
11213
10618
  route: z.union([
11214
10619
  z.lazy(() => UpdateProjectRoute1$outboundSchema),
11215
10620
  z.lazy(() => UpdateProjectRoute2$outboundSchema),
@@ -11239,22 +10644,13 @@ export function updateProjectBlockHistory3FromJSON(
11239
10644
  );
11240
10645
  }
11241
10646
 
11242
- /** @internal */
11243
- export const UpdateProjectBlockHistoryProjectsAction$inboundSchema:
11244
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction> = z
11245
- .nativeEnum(UpdateProjectBlockHistoryProjectsAction);
11246
- /** @internal */
11247
- export const UpdateProjectBlockHistoryProjectsAction$outboundSchema:
11248
- z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction> =
11249
- UpdateProjectBlockHistoryProjectsAction$inboundSchema;
11250
-
11251
10647
  /** @internal */
11252
10648
  export const UpdateProjectBlockHistory2$inboundSchema: z.ZodType<
11253
10649
  UpdateProjectBlockHistory2,
11254
10650
  z.ZodTypeDef,
11255
10651
  unknown
11256
10652
  > = z.object({
11257
- action: UpdateProjectBlockHistoryProjectsAction$inboundSchema,
10653
+ action: z.literal("unblocked"),
11258
10654
  createdAt: z.number(),
11259
10655
  caseId: z.string().optional(),
11260
10656
  actor: z.string().optional(),
@@ -11263,7 +10659,7 @@ export const UpdateProjectBlockHistory2$inboundSchema: z.ZodType<
11263
10659
  });
11264
10660
  /** @internal */
11265
10661
  export type UpdateProjectBlockHistory2$Outbound = {
11266
- action: string;
10662
+ action: "unblocked";
11267
10663
  createdAt: number;
11268
10664
  caseId?: string | undefined;
11269
10665
  actor?: string | undefined;
@@ -11277,7 +10673,7 @@ export const UpdateProjectBlockHistory2$outboundSchema: z.ZodType<
11277
10673
  z.ZodTypeDef,
11278
10674
  UpdateProjectBlockHistory2
11279
10675
  > = z.object({
11280
- action: UpdateProjectBlockHistoryProjectsAction$outboundSchema,
10676
+ action: z.literal("unblocked"),
11281
10677
  createdAt: z.number(),
11282
10678
  caseId: z.string().optional(),
11283
10679
  actor: z.string().optional(),
@@ -11302,22 +10698,13 @@ export function updateProjectBlockHistory2FromJSON(
11302
10698
  );
11303
10699
  }
11304
10700
 
11305
- /** @internal */
11306
- export const UpdateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<
11307
- typeof UpdateProjectBlockHistoryAction
11308
- > = z.nativeEnum(UpdateProjectBlockHistoryAction);
11309
- /** @internal */
11310
- export const UpdateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<
11311
- typeof UpdateProjectBlockHistoryAction
11312
- > = UpdateProjectBlockHistoryAction$inboundSchema;
11313
-
11314
10701
  /** @internal */
11315
10702
  export const UpdateProjectBlockHistory1$inboundSchema: z.ZodType<
11316
10703
  UpdateProjectBlockHistory1,
11317
10704
  z.ZodTypeDef,
11318
10705
  unknown
11319
10706
  > = z.object({
11320
- action: UpdateProjectBlockHistoryAction$inboundSchema,
10707
+ action: z.literal("blocked"),
11321
10708
  reason: z.string(),
11322
10709
  statusCode: z.number(),
11323
10710
  createdAt: z.number(),
@@ -11328,7 +10715,7 @@ export const UpdateProjectBlockHistory1$inboundSchema: z.ZodType<
11328
10715
  });
11329
10716
  /** @internal */
11330
10717
  export type UpdateProjectBlockHistory1$Outbound = {
11331
- action: string;
10718
+ action: "blocked";
11332
10719
  reason: string;
11333
10720
  statusCode: number;
11334
10721
  createdAt: number;
@@ -11344,7 +10731,7 @@ export const UpdateProjectBlockHistory1$outboundSchema: z.ZodType<
11344
10731
  z.ZodTypeDef,
11345
10732
  UpdateProjectBlockHistory1
11346
10733
  > = z.object({
11347
- action: UpdateProjectBlockHistoryAction$outboundSchema,
10734
+ action: z.literal("blocked"),
11348
10735
  reason: z.string(),
11349
10736
  statusCode: z.number(),
11350
10737
  createdAt: z.number(),
@@ -11378,16 +10765,16 @@ export const UpdateProjectBlockHistory$inboundSchema: z.ZodType<
11378
10765
  unknown
11379
10766
  > = z.union([
11380
10767
  z.lazy(() => UpdateProjectBlockHistory1$inboundSchema),
10768
+ z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
11381
10769
  z.lazy(() => UpdateProjectBlockHistory3$inboundSchema),
11382
10770
  z.lazy(() => UpdateProjectBlockHistory4$inboundSchema),
11383
- z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
11384
10771
  ]);
11385
10772
  /** @internal */
11386
10773
  export type UpdateProjectBlockHistory$Outbound =
11387
10774
  | UpdateProjectBlockHistory1$Outbound
10775
+ | UpdateProjectBlockHistory2$Outbound
11388
10776
  | UpdateProjectBlockHistory3$Outbound
11389
- | UpdateProjectBlockHistory4$Outbound
11390
- | UpdateProjectBlockHistory2$Outbound;
10777
+ | UpdateProjectBlockHistory4$Outbound;
11391
10778
 
11392
10779
  /** @internal */
11393
10780
  export const UpdateProjectBlockHistory$outboundSchema: z.ZodType<
@@ -11396,9 +10783,9 @@ export const UpdateProjectBlockHistory$outboundSchema: z.ZodType<
11396
10783
  UpdateProjectBlockHistory
11397
10784
  > = z.union([
11398
10785
  z.lazy(() => UpdateProjectBlockHistory1$outboundSchema),
10786
+ z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
11399
10787
  z.lazy(() => UpdateProjectBlockHistory3$outboundSchema),
11400
10788
  z.lazy(() => UpdateProjectBlockHistory4$outboundSchema),
11401
- z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
11402
10789
  ]);
11403
10790
 
11404
10791
  export function updateProjectBlockHistoryToJSON(
@@ -11431,9 +10818,9 @@ export const UpdateProjectAbuse$inboundSchema: z.ZodType<
11431
10818
  blockHistory: z.array(
11432
10819
  z.union([
11433
10820
  z.lazy(() => UpdateProjectBlockHistory1$inboundSchema),
10821
+ z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
11434
10822
  z.lazy(() => UpdateProjectBlockHistory3$inboundSchema),
11435
10823
  z.lazy(() => UpdateProjectBlockHistory4$inboundSchema),
11436
- z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
11437
10824
  ]),
11438
10825
  ).optional(),
11439
10826
  interstitial: z.boolean().optional(),
@@ -11447,9 +10834,9 @@ export type UpdateProjectAbuse$Outbound = {
11447
10834
  blockHistory?:
11448
10835
  | Array<
11449
10836
  | UpdateProjectBlockHistory1$Outbound
10837
+ | UpdateProjectBlockHistory2$Outbound
11450
10838
  | UpdateProjectBlockHistory3$Outbound
11451
10839
  | UpdateProjectBlockHistory4$Outbound
11452
- | UpdateProjectBlockHistory2$Outbound
11453
10840
  >
11454
10841
  | undefined;
11455
10842
  interstitial?: boolean | undefined;
@@ -11468,9 +10855,9 @@ export const UpdateProjectAbuse$outboundSchema: z.ZodType<
11468
10855
  blockHistory: z.array(
11469
10856
  z.union([
11470
10857
  z.lazy(() => UpdateProjectBlockHistory1$outboundSchema),
10858
+ z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
11471
10859
  z.lazy(() => UpdateProjectBlockHistory3$outboundSchema),
11472
10860
  z.lazy(() => UpdateProjectBlockHistory4$outboundSchema),
11473
- z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
11474
10861
  ]),
11475
10862
  ).optional(),
11476
10863
  interstitial: z.boolean().optional(),
@@ -11493,15 +10880,6 @@ export function updateProjectAbuseFromJSON(
11493
10880
  );
11494
10881
  }
11495
10882
 
11496
- /** @internal */
11497
- export const UpdateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<
11498
- typeof UpdateProjectHasProjectsType
11499
- > = z.nativeEnum(UpdateProjectHasProjectsType);
11500
- /** @internal */
11501
- export const UpdateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<
11502
- typeof UpdateProjectHasProjectsType
11503
- > = UpdateProjectHasProjectsType$inboundSchema;
11504
-
11505
10883
  /** @internal */
11506
10884
  export const UpdateProjectHasProjectsValue$inboundSchema: z.ZodType<
11507
10885
  UpdateProjectHasProjectsValue,
@@ -11549,12 +10927,12 @@ export const UpdateProjectHas2$inboundSchema: z.ZodType<
11549
10927
  z.ZodTypeDef,
11550
10928
  unknown
11551
10929
  > = z.object({
11552
- type: UpdateProjectHasProjectsType$inboundSchema,
10930
+ type: z.literal("host"),
11553
10931
  value: z.lazy(() => UpdateProjectHasProjectsValue$inboundSchema),
11554
10932
  });
11555
10933
  /** @internal */
11556
10934
  export type UpdateProjectHas2$Outbound = {
11557
- type: string;
10935
+ type: "host";
11558
10936
  value: UpdateProjectHasProjectsValue$Outbound;
11559
10937
  };
11560
10938
 
@@ -11564,7 +10942,7 @@ export const UpdateProjectHas2$outboundSchema: z.ZodType<
11564
10942
  z.ZodTypeDef,
11565
10943
  UpdateProjectHas2
11566
10944
  > = z.object({
11567
- type: UpdateProjectHasProjectsType$outboundSchema,
10945
+ type: z.literal("host"),
11568
10946
  value: z.lazy(() => UpdateProjectHasProjectsValue$outboundSchema),
11569
10947
  });
11570
10948
 
@@ -11585,15 +10963,6 @@ export function updateProjectHas2FromJSON(
11585
10963
  );
11586
10964
  }
11587
10965
 
11588
- /** @internal */
11589
- export const UpdateProjectHasType$inboundSchema: z.ZodNativeEnum<
11590
- typeof UpdateProjectHasType
11591
- > = z.nativeEnum(UpdateProjectHasType);
11592
- /** @internal */
11593
- export const UpdateProjectHasType$outboundSchema: z.ZodNativeEnum<
11594
- typeof UpdateProjectHasType
11595
- > = UpdateProjectHasType$inboundSchema;
11596
-
11597
10966
  /** @internal */
11598
10967
  export const UpdateProjectHasKey$inboundSchema: z.ZodNativeEnum<
11599
10968
  typeof UpdateProjectHasKey
@@ -11648,13 +11017,13 @@ export const UpdateProjectHas1$inboundSchema: z.ZodType<
11648
11017
  z.ZodTypeDef,
11649
11018
  unknown
11650
11019
  > = z.object({
11651
- type: UpdateProjectHasType$inboundSchema,
11020
+ type: z.literal("header"),
11652
11021
  key: UpdateProjectHasKey$inboundSchema,
11653
11022
  value: z.lazy(() => UpdateProjectHasValue$inboundSchema),
11654
11023
  });
11655
11024
  /** @internal */
11656
11025
  export type UpdateProjectHas1$Outbound = {
11657
- type: string;
11026
+ type: "header";
11658
11027
  key: string;
11659
11028
  value: UpdateProjectHasValue$Outbound;
11660
11029
  };
@@ -11665,7 +11034,7 @@ export const UpdateProjectHas1$outboundSchema: z.ZodType<
11665
11034
  z.ZodTypeDef,
11666
11035
  UpdateProjectHas1
11667
11036
  > = z.object({
11668
- type: UpdateProjectHasType$outboundSchema,
11037
+ type: z.literal("header"),
11669
11038
  key: UpdateProjectHasKey$outboundSchema,
11670
11039
  value: z.lazy(() => UpdateProjectHasValue$outboundSchema),
11671
11040
  });
@@ -12207,11 +11576,11 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
12207
11576
  z.lazy(() => UpdateProjectLatestDeployments$inboundSchema),
12208
11577
  ).optional(),
12209
11578
  link: z.union([
12210
- z.lazy(() => UpdateProjectLink4$inboundSchema),
12211
- z.lazy(() => UpdateProjectLink5$inboundSchema),
12212
- z.lazy(() => UpdateProjectLink3$inboundSchema),
12213
11579
  z.lazy(() => UpdateProjectLink1$inboundSchema),
12214
11580
  z.lazy(() => UpdateProjectLink2$inboundSchema),
11581
+ z.lazy(() => UpdateProjectLink3$inboundSchema),
11582
+ z.lazy(() => UpdateProjectLink4$inboundSchema),
11583
+ z.lazy(() => UpdateProjectLink5$inboundSchema),
12215
11584
  ]).optional(),
12216
11585
  microfrontends: z.union([
12217
11586
  z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
@@ -12352,11 +11721,11 @@ export type UpdateProjectResponseBody$Outbound = {
12352
11721
  | Array<UpdateProjectLatestDeployments$Outbound>
12353
11722
  | undefined;
12354
11723
  link?:
12355
- | UpdateProjectLink4$Outbound
12356
- | UpdateProjectLink5$Outbound
12357
- | UpdateProjectLink3$Outbound
12358
11724
  | UpdateProjectLink1$Outbound
12359
11725
  | UpdateProjectLink2$Outbound
11726
+ | UpdateProjectLink3$Outbound
11727
+ | UpdateProjectLink4$Outbound
11728
+ | UpdateProjectLink5$Outbound
12360
11729
  | undefined;
12361
11730
  microfrontends?:
12362
11731
  | UpdateProjectMicrofrontends1$Outbound
@@ -12487,11 +11856,11 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
12487
11856
  z.lazy(() => UpdateProjectLatestDeployments$outboundSchema),
12488
11857
  ).optional(),
12489
11858
  link: z.union([
12490
- z.lazy(() => UpdateProjectLink4$outboundSchema),
12491
- z.lazy(() => UpdateProjectLink5$outboundSchema),
12492
- z.lazy(() => UpdateProjectLink3$outboundSchema),
12493
11859
  z.lazy(() => UpdateProjectLink1$outboundSchema),
12494
11860
  z.lazy(() => UpdateProjectLink2$outboundSchema),
11861
+ z.lazy(() => UpdateProjectLink3$outboundSchema),
11862
+ z.lazy(() => UpdateProjectLink4$outboundSchema),
11863
+ z.lazy(() => UpdateProjectLink5$outboundSchema),
12495
11864
  ]).optional(),
12496
11865
  microfrontends: z.union([
12497
11866
  z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),