@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
@@ -218,130 +218,70 @@ export declare const GetProjectsType: {
218
218
  readonly Secret: "secret";
219
219
  };
220
220
  export type GetProjectsType = ClosedEnum<typeof GetProjectsType>;
221
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type: {
222
- readonly FlagsConnectionString: "flags-connection-string";
223
- };
224
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type>;
225
221
  export type GetProjectsContentHint15 = {
226
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type;
222
+ type: "flags-connection-string";
227
223
  projectId: string;
228
224
  };
229
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type: {
230
- readonly IntegrationStoreSecret: "integration-store-secret";
231
- };
232
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type>;
233
225
  export type GetProjectsContentHint14 = {
234
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type;
226
+ type: "integration-store-secret";
235
227
  storeId: string;
236
228
  integrationId: string;
237
229
  integrationProductId: string;
238
230
  integrationConfigurationId: string;
239
231
  };
240
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type: {
241
- readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
242
- };
243
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type>;
244
232
  export type GetProjectsContentHint13 = {
245
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type;
233
+ type: "postgres-url-no-ssl";
246
234
  storeId: string;
247
235
  };
248
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type: {
249
- readonly PostgresDatabase: "postgres-database";
250
- };
251
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type>;
252
236
  export type GetProjectsContentHint12 = {
253
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type;
237
+ type: "postgres-database";
254
238
  storeId: string;
255
239
  };
256
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type: {
257
- readonly PostgresPassword: "postgres-password";
258
- };
259
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type>;
260
240
  export type GetProjectsContentHint11 = {
261
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type;
241
+ type: "postgres-password";
262
242
  storeId: string;
263
243
  };
264
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type: {
265
- readonly PostgresHost: "postgres-host";
266
- };
267
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type>;
268
244
  export type GetProjectsContentHint10 = {
269
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type;
245
+ type: "postgres-host";
270
246
  storeId: string;
271
247
  };
272
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type: {
273
- readonly PostgresUser: "postgres-user";
274
- };
275
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type>;
276
248
  export type GetProjectsContentHint9 = {
277
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type;
249
+ type: "postgres-user";
278
250
  storeId: string;
279
251
  };
280
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType: {
281
- readonly PostgresPrismaUrl: "postgres-prisma-url";
282
- };
283
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType>;
284
252
  export type GetProjectsContentHint8 = {
285
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType;
253
+ type: "postgres-prisma-url";
286
254
  storeId: string;
287
255
  };
288
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType: {
289
- readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
290
- };
291
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType>;
292
256
  export type GetProjectsContentHint7 = {
293
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType;
257
+ type: "postgres-url-non-pooling";
294
258
  storeId: string;
295
259
  };
296
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
297
- readonly PostgresUrl: "postgres-url";
298
- };
299
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
300
260
  export type GetProjectsContentHint6 = {
301
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType;
261
+ type: "postgres-url";
302
262
  storeId: string;
303
263
  };
304
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONType: {
305
- readonly BlobReadWriteToken: "blob-read-write-token";
306
- };
307
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType>;
308
264
  export type GetProjectsContentHint5 = {
309
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONType;
265
+ type: "blob-read-write-token";
310
266
  storeId: string;
311
267
  };
312
- export declare const GetProjectsContentHintProjectsResponse200Type: {
313
- readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
314
- };
315
- export type GetProjectsContentHintProjectsResponse200Type = ClosedEnum<typeof GetProjectsContentHintProjectsResponse200Type>;
316
268
  export type GetProjectsContentHint4 = {
317
- type: GetProjectsContentHintProjectsResponse200Type;
269
+ type: "redis-rest-api-read-only-token";
318
270
  storeId: string;
319
271
  };
320
- export declare const GetProjectsContentHintProjectsResponseType: {
321
- readonly RedisRestApiToken: "redis-rest-api-token";
322
- };
323
- export type GetProjectsContentHintProjectsResponseType = ClosedEnum<typeof GetProjectsContentHintProjectsResponseType>;
324
272
  export type GetProjectsContentHint3 = {
325
- type: GetProjectsContentHintProjectsResponseType;
273
+ type: "redis-rest-api-token";
326
274
  storeId: string;
327
275
  };
328
- export declare const GetProjectsContentHintProjectsType: {
329
- readonly RedisRestApiUrl: "redis-rest-api-url";
330
- };
331
- export type GetProjectsContentHintProjectsType = ClosedEnum<typeof GetProjectsContentHintProjectsType>;
332
276
  export type GetProjectsContentHint2 = {
333
- type: GetProjectsContentHintProjectsType;
277
+ type: "redis-rest-api-url";
334
278
  storeId: string;
335
279
  };
336
- export declare const GetProjectsContentHintType: {
337
- readonly RedisUrl: "redis-url";
338
- };
339
- export type GetProjectsContentHintType = ClosedEnum<typeof GetProjectsContentHintType>;
340
280
  export type GetProjectsContentHint1 = {
341
- type: GetProjectsContentHintType;
281
+ type: "redis-url";
342
282
  storeId: string;
343
283
  };
344
- export type GetProjectsContentHint = GetProjectsContentHint14 | GetProjectsContentHint1 | GetProjectsContentHint2 | GetProjectsContentHint3 | GetProjectsContentHint4 | GetProjectsContentHint5 | GetProjectsContentHint6 | GetProjectsContentHint7 | GetProjectsContentHint8 | GetProjectsContentHint9 | GetProjectsContentHint10 | GetProjectsContentHint11 | GetProjectsContentHint12 | GetProjectsContentHint13 | GetProjectsContentHint15;
284
+ export type GetProjectsContentHint = GetProjectsContentHint1 | GetProjectsContentHint2 | GetProjectsContentHint3 | GetProjectsContentHint4 | GetProjectsContentHint5 | GetProjectsContentHint6 | GetProjectsContentHint7 | GetProjectsContentHint8 | GetProjectsContentHint9 | GetProjectsContentHint10 | GetProjectsContentHint11 | GetProjectsContentHint12 | GetProjectsContentHint13 | GetProjectsContentHint14 | GetProjectsContentHint15;
345
285
  export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyType: {
346
286
  readonly FlagsSecret: "flags-secret";
347
287
  };
@@ -376,7 +316,7 @@ export type GetProjectsEnv = {
376
316
  gitBranch?: string | undefined;
377
317
  edgeConfigId?: string | null | undefined;
378
318
  edgeConfigTokenId?: string | null | undefined;
379
- contentHint?: GetProjectsContentHint14 | GetProjectsContentHint1 | GetProjectsContentHint2 | GetProjectsContentHint3 | GetProjectsContentHint4 | GetProjectsContentHint5 | GetProjectsContentHint6 | GetProjectsContentHint7 | GetProjectsContentHint8 | GetProjectsContentHint9 | GetProjectsContentHint10 | GetProjectsContentHint11 | GetProjectsContentHint12 | GetProjectsContentHint13 | GetProjectsContentHint15 | null | undefined;
319
+ contentHint?: GetProjectsContentHint1 | GetProjectsContentHint2 | GetProjectsContentHint3 | GetProjectsContentHint4 | GetProjectsContentHint5 | GetProjectsContentHint6 | GetProjectsContentHint7 | GetProjectsContentHint8 | GetProjectsContentHint9 | GetProjectsContentHint10 | GetProjectsContentHint11 | GetProjectsContentHint12 | GetProjectsContentHint13 | GetProjectsContentHint14 | GetProjectsContentHint15 | null | undefined;
380
320
  /**
381
321
  * Similar to `contentHints`, but should not be exposed to the user.
382
322
  */
@@ -689,10 +629,6 @@ export type GetProjectsLatestDeployments = {
689
629
  userId: string;
690
630
  withCache?: boolean | undefined;
691
631
  };
692
- export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType: {
693
- readonly Bitbucket: "bitbucket";
694
- };
695
- export type GetProjectsLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
696
632
  export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
697
633
  createdAt?: number | undefined;
698
634
  id: string;
@@ -704,7 +640,7 @@ export type GetProjectsLink5 = {
704
640
  name: string;
705
641
  slug: string;
706
642
  owner: string;
707
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType;
643
+ type: "bitbucket";
708
644
  uuid: string;
709
645
  workspaceUuid: string;
710
646
  createdAt?: number | undefined;
@@ -714,10 +650,6 @@ export type GetProjectsLink5 = {
714
650
  sourceless?: boolean | undefined;
715
651
  productionBranch: string;
716
652
  };
717
- export declare const GetProjectsLinkProjectsResponse200Type: {
718
- readonly Gitlab: "gitlab";
719
- };
720
- export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<typeof GetProjectsLinkProjectsResponse200Type>;
721
653
  export type GetProjectsLinkProjectsResponse200DeployHooks = {
722
654
  createdAt?: number | undefined;
723
655
  id: string;
@@ -735,7 +667,7 @@ export type GetProjectsLink4 = {
735
667
  */
736
668
  projectOwnerId?: number | undefined;
737
669
  projectUrl: string;
738
- type: GetProjectsLinkProjectsResponse200Type;
670
+ type: "gitlab";
739
671
  createdAt?: number | undefined;
740
672
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
741
673
  gitCredentialId: string;
@@ -743,10 +675,6 @@ export type GetProjectsLink4 = {
743
675
  sourceless?: boolean | undefined;
744
676
  productionBranch: string;
745
677
  };
746
- export declare const GetProjectsLinkProjectsResponseType: {
747
- readonly GithubCustomHost: "github-custom-host";
748
- };
749
- export type GetProjectsLinkProjectsResponseType = ClosedEnum<typeof GetProjectsLinkProjectsResponseType>;
750
678
  export type GetProjectsLinkProjectsResponseDeployHooks = {
751
679
  createdAt?: number | undefined;
752
680
  id: string;
@@ -762,7 +690,7 @@ export type GetProjectsLink3 = {
762
690
  repoOwnerId?: number | undefined;
763
691
  repo?: string | undefined;
764
692
  repoId?: number | undefined;
765
- type: GetProjectsLinkProjectsResponseType;
693
+ type: "github-custom-host";
766
694
  host: string;
767
695
  createdAt?: number | undefined;
768
696
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
@@ -771,10 +699,6 @@ export type GetProjectsLink3 = {
771
699
  sourceless?: boolean | undefined;
772
700
  productionBranch: string;
773
701
  };
774
- export declare const GetProjectsLinkProjectsType: {
775
- readonly GithubLimited: "github-limited";
776
- };
777
- export type GetProjectsLinkProjectsType = ClosedEnum<typeof GetProjectsLinkProjectsType>;
778
702
  export type GetProjectsLinkProjectsDeployHooks = {
779
703
  createdAt?: number | undefined;
780
704
  id: string;
@@ -783,7 +707,7 @@ export type GetProjectsLinkProjectsDeployHooks = {
783
707
  url: string;
784
708
  };
785
709
  export type GetProjectsLink2 = {
786
- type: GetProjectsLinkProjectsType;
710
+ type: "github-limited";
787
711
  repo?: string | undefined;
788
712
  repoId?: number | undefined;
789
713
  createdAt?: number | undefined;
@@ -798,10 +722,6 @@ export type GetProjectsLink2 = {
798
722
  sourceless?: boolean | undefined;
799
723
  productionBranch: string;
800
724
  };
801
- export declare const GetProjectsLinkType: {
802
- readonly Github: "github";
803
- };
804
- export type GetProjectsLinkType = ClosedEnum<typeof GetProjectsLinkType>;
805
725
  export type GetProjectsLinkDeployHooks = {
806
726
  createdAt?: number | undefined;
807
727
  id: string;
@@ -817,7 +737,7 @@ export type GetProjectsLink1 = {
817
737
  repoOwnerId?: number | undefined;
818
738
  repo?: string | undefined;
819
739
  repoId?: number | undefined;
820
- type: GetProjectsLinkType;
740
+ type: "github";
821
741
  createdAt?: number | undefined;
822
742
  deployHooks: Array<GetProjectsLinkDeployHooks>;
823
743
  gitCredentialId: string;
@@ -825,7 +745,7 @@ export type GetProjectsLink1 = {
825
745
  sourceless?: boolean | undefined;
826
746
  productionBranch: string;
827
747
  };
828
- export type GetProjectsLink = GetProjectsLink4 | GetProjectsLink5 | GetProjectsLink3 | GetProjectsLink1 | GetProjectsLink2;
748
+ export type GetProjectsLink = GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4 | GetProjectsLink5;
829
749
  export type GetProjectsMicrofrontends3 = {
830
750
  updatedAt: number;
831
751
  groupIds: Array<any>;
@@ -1400,23 +1320,15 @@ export type GetProjectsLastAliasRequest = {
1400
1320
  requestedAt: number;
1401
1321
  type: GetProjectsProjectsResponse200ApplicationJSONType;
1402
1322
  };
1403
- export declare const GetProjectsProtectionBypassProjectsScope: {
1404
- readonly AutomationBypass: "automation-bypass";
1405
- };
1406
- export type GetProjectsProtectionBypassProjectsScope = ClosedEnum<typeof GetProjectsProtectionBypassProjectsScope>;
1407
1323
  export type GetProjectsProtectionBypass2 = {
1408
1324
  createdAt: number;
1409
1325
  createdBy: string;
1410
- scope: GetProjectsProtectionBypassProjectsScope;
1326
+ scope: "automation-bypass";
1411
1327
  };
1412
- export declare const GetProjectsProtectionBypassScope: {
1413
- readonly IntegrationAutomationBypass: "integration-automation-bypass";
1414
- };
1415
- export type GetProjectsProtectionBypassScope = ClosedEnum<typeof GetProjectsProtectionBypassScope>;
1416
1328
  export type GetProjectsProtectionBypass1 = {
1417
1329
  createdAt: number;
1418
1330
  createdBy: string;
1419
- scope: GetProjectsProtectionBypassScope;
1331
+ scope: "integration-automation-bypass";
1420
1332
  integrationId: string;
1421
1333
  configurationId: string;
1422
1334
  };
@@ -1597,25 +1509,13 @@ export type GetProjectsBlock = {
1597
1509
  comment?: string | undefined;
1598
1510
  isCascading?: boolean | undefined;
1599
1511
  };
1600
- export declare const GetProjectsBlockHistoryProjectsResponse200Action: {
1601
- readonly RouteUnblocked: "route-unblocked";
1602
- };
1603
- export type GetProjectsBlockHistoryProjectsResponse200Action = ClosedEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
1604
- export declare const GetProjectsHasProjectsResponse200Type: {
1605
- readonly Host: "host";
1606
- };
1607
- export type GetProjectsHasProjectsResponse200Type = ClosedEnum<typeof GetProjectsHasProjectsResponse200Type>;
1608
1512
  export type GetProjectsHasProjectsResponse200Value = {
1609
1513
  eq: string;
1610
1514
  };
1611
1515
  export type GetProjectsHasProjects2 = {
1612
- type: GetProjectsHasProjectsResponse200Type;
1516
+ type: "host";
1613
1517
  value: GetProjectsHasProjectsResponse200Value;
1614
1518
  };
1615
- export declare const GetProjectsHasProjectsResponseType: {
1616
- readonly Header: "header";
1617
- };
1618
- export type GetProjectsHasProjectsResponseType = ClosedEnum<typeof GetProjectsHasProjectsResponseType>;
1619
1519
  export declare const GetProjectsHasProjectsKey: {
1620
1520
  readonly XVercelIpCountry: "x-vercel-ip-country";
1621
1521
  };
@@ -1624,7 +1524,7 @@ export type GetProjectsHasProjectsResponseValue = {
1624
1524
  eq: string;
1625
1525
  };
1626
1526
  export type GetProjectsHasProjects1 = {
1627
- type: GetProjectsHasProjectsResponseType;
1527
+ type: "header";
1628
1528
  key: GetProjectsHasProjectsKey;
1629
1529
  value: GetProjectsHasProjectsResponseValue;
1630
1530
  };
@@ -1647,7 +1547,7 @@ export type GetProjectsRouteProjects1 = {
1647
1547
  };
1648
1548
  export type GetProjectsBlockHistoryProjectsRoute = GetProjectsRouteProjects1 | GetProjectsRouteProjects2;
1649
1549
  export type GetProjectsBlockHistory4 = {
1650
- action: GetProjectsBlockHistoryProjectsResponse200Action;
1550
+ action: "route-unblocked";
1651
1551
  route: GetProjectsRouteProjects1 | GetProjectsRouteProjects2;
1652
1552
  statusCode?: number | undefined;
1653
1553
  createdAt: number;
@@ -1656,25 +1556,13 @@ export type GetProjectsBlockHistory4 = {
1656
1556
  comment?: string | undefined;
1657
1557
  isCascading?: boolean | undefined;
1658
1558
  };
1659
- export declare const GetProjectsBlockHistoryProjectsResponseAction: {
1660
- readonly RouteBlocked: "route-blocked";
1661
- };
1662
- export type GetProjectsBlockHistoryProjectsResponseAction = ClosedEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
1663
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType: {
1664
- readonly Host: "host";
1665
- };
1666
- export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
1667
1559
  export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue = {
1668
1560
  eq: string;
1669
1561
  };
1670
1562
  export type GetProjectsHasProjectsResponse2 = {
1671
- type: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType;
1563
+ type: "host";
1672
1564
  value: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue;
1673
1565
  };
1674
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONType: {
1675
- readonly Header: "header";
1676
- };
1677
- export type GetProjectsHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
1678
1566
  export declare const GetProjectsHasProjectsResponseKey: {
1679
1567
  readonly XVercelIpCountry: "x-vercel-ip-country";
1680
1568
  };
@@ -1683,7 +1571,7 @@ export type GetProjectsHasProjectsResponse200ApplicationJSONValue = {
1683
1571
  eq: string;
1684
1572
  };
1685
1573
  export type GetProjectsHasProjectsResponse1 = {
1686
- type: GetProjectsHasProjectsResponse200ApplicationJSONType;
1574
+ type: "header";
1687
1575
  key: GetProjectsHasProjectsResponseKey;
1688
1576
  value: GetProjectsHasProjectsResponse200ApplicationJSONValue;
1689
1577
  };
@@ -1706,7 +1594,7 @@ export type GetProjectsRoute1 = {
1706
1594
  };
1707
1595
  export type GetProjectsBlockHistoryRoute = GetProjectsRoute1 | GetProjectsRoute2;
1708
1596
  export type GetProjectsBlockHistory3 = {
1709
- action: GetProjectsBlockHistoryProjectsResponseAction;
1597
+ action: "route-blocked";
1710
1598
  route: GetProjectsRoute1 | GetProjectsRoute2;
1711
1599
  reason: string;
1712
1600
  createdAt: number;
@@ -1715,24 +1603,16 @@ export type GetProjectsBlockHistory3 = {
1715
1603
  comment?: string | undefined;
1716
1604
  isCascading?: boolean | undefined;
1717
1605
  };
1718
- export declare const GetProjectsBlockHistoryProjectsAction: {
1719
- readonly Unblocked: "unblocked";
1720
- };
1721
- export type GetProjectsBlockHistoryProjectsAction = ClosedEnum<typeof GetProjectsBlockHistoryProjectsAction>;
1722
1606
  export type GetProjectsBlockHistory2 = {
1723
- action: GetProjectsBlockHistoryProjectsAction;
1607
+ action: "unblocked";
1724
1608
  createdAt: number;
1725
1609
  caseId?: string | undefined;
1726
1610
  actor?: string | undefined;
1727
1611
  comment?: string | undefined;
1728
1612
  isCascading?: boolean | undefined;
1729
1613
  };
1730
- export declare const GetProjectsBlockHistoryAction: {
1731
- readonly Blocked: "blocked";
1732
- };
1733
- export type GetProjectsBlockHistoryAction = ClosedEnum<typeof GetProjectsBlockHistoryAction>;
1734
1614
  export type GetProjectsBlockHistory1 = {
1735
- action: GetProjectsBlockHistoryAction;
1615
+ action: "blocked";
1736
1616
  reason: string;
1737
1617
  statusCode: number;
1738
1618
  createdAt: number;
@@ -1741,30 +1621,22 @@ export type GetProjectsBlockHistory1 = {
1741
1621
  comment?: string | undefined;
1742
1622
  isCascading?: boolean | undefined;
1743
1623
  };
1744
- export type GetProjectsBlockHistory = GetProjectsBlockHistory1 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4 | GetProjectsBlockHistory2;
1624
+ export type GetProjectsBlockHistory = GetProjectsBlockHistory1 | GetProjectsBlockHistory2 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4;
1745
1625
  export type GetProjectsAbuse = {
1746
1626
  scanner?: string | undefined;
1747
1627
  history: Array<GetProjectsHistory>;
1748
1628
  updatedAt: number;
1749
1629
  block?: GetProjectsBlock | undefined;
1750
- blockHistory?: Array<GetProjectsBlockHistory1 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4 | GetProjectsBlockHistory2> | undefined;
1630
+ blockHistory?: Array<GetProjectsBlockHistory1 | GetProjectsBlockHistory2 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4> | undefined;
1751
1631
  interstitial?: boolean | undefined;
1752
1632
  };
1753
- export declare const GetProjectsHasProjectsType: {
1754
- readonly Host: "host";
1755
- };
1756
- export type GetProjectsHasProjectsType = ClosedEnum<typeof GetProjectsHasProjectsType>;
1757
1633
  export type GetProjectsHasProjectsValue = {
1758
1634
  eq: string;
1759
1635
  };
1760
1636
  export type GetProjectsHas2 = {
1761
- type: GetProjectsHasProjectsType;
1637
+ type: "host";
1762
1638
  value: GetProjectsHasProjectsValue;
1763
1639
  };
1764
- export declare const GetProjectsHasType: {
1765
- readonly Header: "header";
1766
- };
1767
- export type GetProjectsHasType = ClosedEnum<typeof GetProjectsHasType>;
1768
1640
  export declare const GetProjectsHasKey: {
1769
1641
  readonly XVercelIpCountry: "x-vercel-ip-country";
1770
1642
  };
@@ -1773,7 +1645,7 @@ export type GetProjectsHasValue = {
1773
1645
  eq: string;
1774
1646
  };
1775
1647
  export type GetProjectsHas1 = {
1776
- type: GetProjectsHasType;
1648
+ type: "header";
1777
1649
  key: GetProjectsHasKey;
1778
1650
  value: GetProjectsHasValue;
1779
1651
  };
@@ -1846,7 +1718,7 @@ export type GetProjectsProjects = {
1846
1718
  id: string;
1847
1719
  ipBuckets?: Array<GetProjectsIpBuckets> | undefined;
1848
1720
  latestDeployments?: Array<GetProjectsLatestDeployments> | undefined;
1849
- link?: GetProjectsLink4 | GetProjectsLink5 | GetProjectsLink3 | GetProjectsLink1 | GetProjectsLink2 | undefined;
1721
+ link?: GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4 | GetProjectsLink5 | undefined;
1850
1722
  microfrontends?: GetProjectsMicrofrontends1 | GetProjectsMicrofrontends2 | GetProjectsMicrofrontends3 | undefined;
1851
1723
  name: string;
1852
1724
  nodeVersion: GetProjectsNodeVersion;
@@ -2110,14 +1982,10 @@ export declare const GetProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetPr
2110
1982
  /** @internal */
2111
1983
  export declare const GetProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsType>;
2112
1984
  /** @internal */
2113
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type>;
2114
- /** @internal */
2115
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type>;
2116
- /** @internal */
2117
1985
  export declare const GetProjectsContentHint15$inboundSchema: z.ZodType<GetProjectsContentHint15, z.ZodTypeDef, unknown>;
2118
1986
  /** @internal */
2119
1987
  export type GetProjectsContentHint15$Outbound = {
2120
- type: string;
1988
+ type: "flags-connection-string";
2121
1989
  projectId: string;
2122
1990
  };
2123
1991
  /** @internal */
@@ -2125,14 +1993,10 @@ export declare const GetProjectsContentHint15$outboundSchema: z.ZodType<GetProje
2125
1993
  export declare function getProjectsContentHint15ToJSON(getProjectsContentHint15: GetProjectsContentHint15): string;
2126
1994
  export declare function getProjectsContentHint15FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint15, SDKValidationError>;
2127
1995
  /** @internal */
2128
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type>;
2129
- /** @internal */
2130
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type>;
2131
- /** @internal */
2132
1996
  export declare const GetProjectsContentHint14$inboundSchema: z.ZodType<GetProjectsContentHint14, z.ZodTypeDef, unknown>;
2133
1997
  /** @internal */
2134
1998
  export type GetProjectsContentHint14$Outbound = {
2135
- type: string;
1999
+ type: "integration-store-secret";
2136
2000
  storeId: string;
2137
2001
  integrationId: string;
2138
2002
  integrationProductId: string;
@@ -2143,14 +2007,10 @@ export declare const GetProjectsContentHint14$outboundSchema: z.ZodType<GetProje
2143
2007
  export declare function getProjectsContentHint14ToJSON(getProjectsContentHint14: GetProjectsContentHint14): string;
2144
2008
  export declare function getProjectsContentHint14FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint14, SDKValidationError>;
2145
2009
  /** @internal */
2146
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type>;
2147
- /** @internal */
2148
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type>;
2149
- /** @internal */
2150
2010
  export declare const GetProjectsContentHint13$inboundSchema: z.ZodType<GetProjectsContentHint13, z.ZodTypeDef, unknown>;
2151
2011
  /** @internal */
2152
2012
  export type GetProjectsContentHint13$Outbound = {
2153
- type: string;
2013
+ type: "postgres-url-no-ssl";
2154
2014
  storeId: string;
2155
2015
  };
2156
2016
  /** @internal */
@@ -2158,14 +2018,10 @@ export declare const GetProjectsContentHint13$outboundSchema: z.ZodType<GetProje
2158
2018
  export declare function getProjectsContentHint13ToJSON(getProjectsContentHint13: GetProjectsContentHint13): string;
2159
2019
  export declare function getProjectsContentHint13FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint13, SDKValidationError>;
2160
2020
  /** @internal */
2161
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type>;
2162
- /** @internal */
2163
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type>;
2164
- /** @internal */
2165
2021
  export declare const GetProjectsContentHint12$inboundSchema: z.ZodType<GetProjectsContentHint12, z.ZodTypeDef, unknown>;
2166
2022
  /** @internal */
2167
2023
  export type GetProjectsContentHint12$Outbound = {
2168
- type: string;
2024
+ type: "postgres-database";
2169
2025
  storeId: string;
2170
2026
  };
2171
2027
  /** @internal */
@@ -2173,14 +2029,10 @@ export declare const GetProjectsContentHint12$outboundSchema: z.ZodType<GetProje
2173
2029
  export declare function getProjectsContentHint12ToJSON(getProjectsContentHint12: GetProjectsContentHint12): string;
2174
2030
  export declare function getProjectsContentHint12FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint12, SDKValidationError>;
2175
2031
  /** @internal */
2176
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type>;
2177
- /** @internal */
2178
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type>;
2179
- /** @internal */
2180
2032
  export declare const GetProjectsContentHint11$inboundSchema: z.ZodType<GetProjectsContentHint11, z.ZodTypeDef, unknown>;
2181
2033
  /** @internal */
2182
2034
  export type GetProjectsContentHint11$Outbound = {
2183
- type: string;
2035
+ type: "postgres-password";
2184
2036
  storeId: string;
2185
2037
  };
2186
2038
  /** @internal */
@@ -2188,14 +2040,10 @@ export declare const GetProjectsContentHint11$outboundSchema: z.ZodType<GetProje
2188
2040
  export declare function getProjectsContentHint11ToJSON(getProjectsContentHint11: GetProjectsContentHint11): string;
2189
2041
  export declare function getProjectsContentHint11FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint11, SDKValidationError>;
2190
2042
  /** @internal */
2191
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type>;
2192
- /** @internal */
2193
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type>;
2194
- /** @internal */
2195
2043
  export declare const GetProjectsContentHint10$inboundSchema: z.ZodType<GetProjectsContentHint10, z.ZodTypeDef, unknown>;
2196
2044
  /** @internal */
2197
2045
  export type GetProjectsContentHint10$Outbound = {
2198
- type: string;
2046
+ type: "postgres-host";
2199
2047
  storeId: string;
2200
2048
  };
2201
2049
  /** @internal */
@@ -2203,14 +2051,10 @@ export declare const GetProjectsContentHint10$outboundSchema: z.ZodType<GetProje
2203
2051
  export declare function getProjectsContentHint10ToJSON(getProjectsContentHint10: GetProjectsContentHint10): string;
2204
2052
  export declare function getProjectsContentHint10FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint10, SDKValidationError>;
2205
2053
  /** @internal */
2206
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type>;
2207
- /** @internal */
2208
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type>;
2209
- /** @internal */
2210
2054
  export declare const GetProjectsContentHint9$inboundSchema: z.ZodType<GetProjectsContentHint9, z.ZodTypeDef, unknown>;
2211
2055
  /** @internal */
2212
2056
  export type GetProjectsContentHint9$Outbound = {
2213
- type: string;
2057
+ type: "postgres-user";
2214
2058
  storeId: string;
2215
2059
  };
2216
2060
  /** @internal */
@@ -2218,14 +2062,10 @@ export declare const GetProjectsContentHint9$outboundSchema: z.ZodType<GetProjec
2218
2062
  export declare function getProjectsContentHint9ToJSON(getProjectsContentHint9: GetProjectsContentHint9): string;
2219
2063
  export declare function getProjectsContentHint9FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint9, SDKValidationError>;
2220
2064
  /** @internal */
2221
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType>;
2222
- /** @internal */
2223
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType>;
2224
- /** @internal */
2225
2065
  export declare const GetProjectsContentHint8$inboundSchema: z.ZodType<GetProjectsContentHint8, z.ZodTypeDef, unknown>;
2226
2066
  /** @internal */
2227
2067
  export type GetProjectsContentHint8$Outbound = {
2228
- type: string;
2068
+ type: "postgres-prisma-url";
2229
2069
  storeId: string;
2230
2070
  };
2231
2071
  /** @internal */
@@ -2233,14 +2073,10 @@ export declare const GetProjectsContentHint8$outboundSchema: z.ZodType<GetProjec
2233
2073
  export declare function getProjectsContentHint8ToJSON(getProjectsContentHint8: GetProjectsContentHint8): string;
2234
2074
  export declare function getProjectsContentHint8FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint8, SDKValidationError>;
2235
2075
  /** @internal */
2236
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType>;
2237
- /** @internal */
2238
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType>;
2239
- /** @internal */
2240
2076
  export declare const GetProjectsContentHint7$inboundSchema: z.ZodType<GetProjectsContentHint7, z.ZodTypeDef, unknown>;
2241
2077
  /** @internal */
2242
2078
  export type GetProjectsContentHint7$Outbound = {
2243
- type: string;
2079
+ type: "postgres-url-non-pooling";
2244
2080
  storeId: string;
2245
2081
  };
2246
2082
  /** @internal */
@@ -2248,14 +2084,10 @@ export declare const GetProjectsContentHint7$outboundSchema: z.ZodType<GetProjec
2248
2084
  export declare function getProjectsContentHint7ToJSON(getProjectsContentHint7: GetProjectsContentHint7): string;
2249
2085
  export declare function getProjectsContentHint7FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint7, SDKValidationError>;
2250
2086
  /** @internal */
2251
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2252
- /** @internal */
2253
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
2254
- /** @internal */
2255
2087
  export declare const GetProjectsContentHint6$inboundSchema: z.ZodType<GetProjectsContentHint6, z.ZodTypeDef, unknown>;
2256
2088
  /** @internal */
2257
2089
  export type GetProjectsContentHint6$Outbound = {
2258
- type: string;
2090
+ type: "postgres-url";
2259
2091
  storeId: string;
2260
2092
  };
2261
2093
  /** @internal */
@@ -2263,14 +2095,10 @@ export declare const GetProjectsContentHint6$outboundSchema: z.ZodType<GetProjec
2263
2095
  export declare function getProjectsContentHint6ToJSON(getProjectsContentHint6: GetProjectsContentHint6): string;
2264
2096
  export declare function getProjectsContentHint6FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint6, SDKValidationError>;
2265
2097
  /** @internal */
2266
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType>;
2267
- /** @internal */
2268
- export declare const GetProjectsContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType>;
2269
- /** @internal */
2270
2098
  export declare const GetProjectsContentHint5$inboundSchema: z.ZodType<GetProjectsContentHint5, z.ZodTypeDef, unknown>;
2271
2099
  /** @internal */
2272
2100
  export type GetProjectsContentHint5$Outbound = {
2273
- type: string;
2101
+ type: "blob-read-write-token";
2274
2102
  storeId: string;
2275
2103
  };
2276
2104
  /** @internal */
@@ -2278,14 +2106,10 @@ export declare const GetProjectsContentHint5$outboundSchema: z.ZodType<GetProjec
2278
2106
  export declare function getProjectsContentHint5ToJSON(getProjectsContentHint5: GetProjectsContentHint5): string;
2279
2107
  export declare function getProjectsContentHint5FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint5, SDKValidationError>;
2280
2108
  /** @internal */
2281
- export declare const GetProjectsContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200Type>;
2282
- /** @internal */
2283
- export declare const GetProjectsContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200Type>;
2284
- /** @internal */
2285
2109
  export declare const GetProjectsContentHint4$inboundSchema: z.ZodType<GetProjectsContentHint4, z.ZodTypeDef, unknown>;
2286
2110
  /** @internal */
2287
2111
  export type GetProjectsContentHint4$Outbound = {
2288
- type: string;
2112
+ type: "redis-rest-api-read-only-token";
2289
2113
  storeId: string;
2290
2114
  };
2291
2115
  /** @internal */
@@ -2293,14 +2117,10 @@ export declare const GetProjectsContentHint4$outboundSchema: z.ZodType<GetProjec
2293
2117
  export declare function getProjectsContentHint4ToJSON(getProjectsContentHint4: GetProjectsContentHint4): string;
2294
2118
  export declare function getProjectsContentHint4FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint4, SDKValidationError>;
2295
2119
  /** @internal */
2296
- export declare const GetProjectsContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponseType>;
2297
- /** @internal */
2298
- export declare const GetProjectsContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponseType>;
2299
- /** @internal */
2300
2120
  export declare const GetProjectsContentHint3$inboundSchema: z.ZodType<GetProjectsContentHint3, z.ZodTypeDef, unknown>;
2301
2121
  /** @internal */
2302
2122
  export type GetProjectsContentHint3$Outbound = {
2303
- type: string;
2123
+ type: "redis-rest-api-token";
2304
2124
  storeId: string;
2305
2125
  };
2306
2126
  /** @internal */
@@ -2308,14 +2128,10 @@ export declare const GetProjectsContentHint3$outboundSchema: z.ZodType<GetProjec
2308
2128
  export declare function getProjectsContentHint3ToJSON(getProjectsContentHint3: GetProjectsContentHint3): string;
2309
2129
  export declare function getProjectsContentHint3FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint3, SDKValidationError>;
2310
2130
  /** @internal */
2311
- export declare const GetProjectsContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsType>;
2312
- /** @internal */
2313
- export declare const GetProjectsContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintProjectsType>;
2314
- /** @internal */
2315
2131
  export declare const GetProjectsContentHint2$inboundSchema: z.ZodType<GetProjectsContentHint2, z.ZodTypeDef, unknown>;
2316
2132
  /** @internal */
2317
2133
  export type GetProjectsContentHint2$Outbound = {
2318
- type: string;
2134
+ type: "redis-rest-api-url";
2319
2135
  storeId: string;
2320
2136
  };
2321
2137
  /** @internal */
@@ -2323,14 +2139,10 @@ export declare const GetProjectsContentHint2$outboundSchema: z.ZodType<GetProjec
2323
2139
  export declare function getProjectsContentHint2ToJSON(getProjectsContentHint2: GetProjectsContentHint2): string;
2324
2140
  export declare function getProjectsContentHint2FromJSON(jsonString: string): SafeParseResult<GetProjectsContentHint2, SDKValidationError>;
2325
2141
  /** @internal */
2326
- export declare const GetProjectsContentHintType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintType>;
2327
- /** @internal */
2328
- export declare const GetProjectsContentHintType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsContentHintType>;
2329
- /** @internal */
2330
2142
  export declare const GetProjectsContentHint1$inboundSchema: z.ZodType<GetProjectsContentHint1, z.ZodTypeDef, unknown>;
2331
2143
  /** @internal */
2332
2144
  export type GetProjectsContentHint1$Outbound = {
2333
- type: string;
2145
+ type: "redis-url";
2334
2146
  storeId: string;
2335
2147
  };
2336
2148
  /** @internal */
@@ -2340,7 +2152,7 @@ export declare function getProjectsContentHint1FromJSON(jsonString: string): Saf
2340
2152
  /** @internal */
2341
2153
  export declare const GetProjectsContentHint$inboundSchema: z.ZodType<GetProjectsContentHint, z.ZodTypeDef, unknown>;
2342
2154
  /** @internal */
2343
- export type GetProjectsContentHint$Outbound = GetProjectsContentHint14$Outbound | GetProjectsContentHint1$Outbound | GetProjectsContentHint2$Outbound | GetProjectsContentHint3$Outbound | GetProjectsContentHint4$Outbound | GetProjectsContentHint5$Outbound | GetProjectsContentHint6$Outbound | GetProjectsContentHint7$Outbound | GetProjectsContentHint8$Outbound | GetProjectsContentHint9$Outbound | GetProjectsContentHint10$Outbound | GetProjectsContentHint11$Outbound | GetProjectsContentHint12$Outbound | GetProjectsContentHint13$Outbound | GetProjectsContentHint15$Outbound;
2155
+ export type GetProjectsContentHint$Outbound = GetProjectsContentHint1$Outbound | GetProjectsContentHint2$Outbound | GetProjectsContentHint3$Outbound | GetProjectsContentHint4$Outbound | GetProjectsContentHint5$Outbound | GetProjectsContentHint6$Outbound | GetProjectsContentHint7$Outbound | GetProjectsContentHint8$Outbound | GetProjectsContentHint9$Outbound | GetProjectsContentHint10$Outbound | GetProjectsContentHint11$Outbound | GetProjectsContentHint12$Outbound | GetProjectsContentHint13$Outbound | GetProjectsContentHint14$Outbound | GetProjectsContentHint15$Outbound;
2344
2156
  /** @internal */
2345
2157
  export declare const GetProjectsContentHint$outboundSchema: z.ZodType<GetProjectsContentHint$Outbound, z.ZodTypeDef, GetProjectsContentHint>;
2346
2158
  export declare function getProjectsContentHintToJSON(getProjectsContentHint: GetProjectsContentHint): string;
@@ -2380,7 +2192,7 @@ export type GetProjectsEnv$Outbound = {
2380
2192
  gitBranch?: string | undefined;
2381
2193
  edgeConfigId?: string | null | undefined;
2382
2194
  edgeConfigTokenId?: string | null | undefined;
2383
- contentHint?: GetProjectsContentHint14$Outbound | GetProjectsContentHint1$Outbound | GetProjectsContentHint2$Outbound | GetProjectsContentHint3$Outbound | GetProjectsContentHint4$Outbound | GetProjectsContentHint5$Outbound | GetProjectsContentHint6$Outbound | GetProjectsContentHint7$Outbound | GetProjectsContentHint8$Outbound | GetProjectsContentHint9$Outbound | GetProjectsContentHint10$Outbound | GetProjectsContentHint11$Outbound | GetProjectsContentHint12$Outbound | GetProjectsContentHint13$Outbound | GetProjectsContentHint15$Outbound | null | undefined;
2195
+ contentHint?: GetProjectsContentHint1$Outbound | GetProjectsContentHint2$Outbound | GetProjectsContentHint3$Outbound | GetProjectsContentHint4$Outbound | GetProjectsContentHint5$Outbound | GetProjectsContentHint6$Outbound | GetProjectsContentHint7$Outbound | GetProjectsContentHint8$Outbound | GetProjectsContentHint9$Outbound | GetProjectsContentHint10$Outbound | GetProjectsContentHint11$Outbound | GetProjectsContentHint12$Outbound | GetProjectsContentHint13$Outbound | GetProjectsContentHint14$Outbound | GetProjectsContentHint15$Outbound | null | undefined;
2384
2196
  internalContentHint?: GetProjectsInternalContentHint$Outbound | null | undefined;
2385
2197
  comment?: string | undefined;
2386
2198
  customEnvironmentIds?: Array<string> | undefined;
@@ -2625,10 +2437,6 @@ export declare const GetProjectsLatestDeployments$outboundSchema: z.ZodType<GetP
2625
2437
  export declare function getProjectsLatestDeploymentsToJSON(getProjectsLatestDeployments: GetProjectsLatestDeployments): string;
2626
2438
  export declare function getProjectsLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<GetProjectsLatestDeployments, SDKValidationError>;
2627
2439
  /** @internal */
2628
- export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
2629
- /** @internal */
2630
- export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
2631
- /** @internal */
2632
2440
  export declare const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
2633
2441
  /** @internal */
2634
2442
  export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
@@ -2649,7 +2457,7 @@ export type GetProjectsLink5$Outbound = {
2649
2457
  name: string;
2650
2458
  slug: string;
2651
2459
  owner: string;
2652
- type: string;
2460
+ type: "bitbucket";
2653
2461
  uuid: string;
2654
2462
  workspaceUuid: string;
2655
2463
  createdAt?: number | undefined;
@@ -2664,10 +2472,6 @@ export declare const GetProjectsLink5$outboundSchema: z.ZodType<GetProjectsLink5
2664
2472
  export declare function getProjectsLink5ToJSON(getProjectsLink5: GetProjectsLink5): string;
2665
2473
  export declare function getProjectsLink5FromJSON(jsonString: string): SafeParseResult<GetProjectsLink5, SDKValidationError>;
2666
2474
  /** @internal */
2667
- export declare const GetProjectsLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type>;
2668
- /** @internal */
2669
- export declare const GetProjectsLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type>;
2670
- /** @internal */
2671
2475
  export declare const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200DeployHooks, z.ZodTypeDef, unknown>;
2672
2476
  /** @internal */
2673
2477
  export type GetProjectsLinkProjectsResponse200DeployHooks$Outbound = {
@@ -2691,7 +2495,7 @@ export type GetProjectsLink4$Outbound = {
2691
2495
  projectNamespace: string;
2692
2496
  projectOwnerId?: number | undefined;
2693
2497
  projectUrl: string;
2694
- type: string;
2498
+ type: "gitlab";
2695
2499
  createdAt?: number | undefined;
2696
2500
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
2697
2501
  gitCredentialId: string;
@@ -2704,10 +2508,6 @@ export declare const GetProjectsLink4$outboundSchema: z.ZodType<GetProjectsLink4
2704
2508
  export declare function getProjectsLink4ToJSON(getProjectsLink4: GetProjectsLink4): string;
2705
2509
  export declare function getProjectsLink4FromJSON(jsonString: string): SafeParseResult<GetProjectsLink4, SDKValidationError>;
2706
2510
  /** @internal */
2707
- export declare const GetProjectsLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponseType>;
2708
- /** @internal */
2709
- export declare const GetProjectsLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponseType>;
2710
- /** @internal */
2711
2511
  export declare const GetProjectsLinkProjectsResponseDeployHooks$inboundSchema: z.ZodType<GetProjectsLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
2712
2512
  /** @internal */
2713
2513
  export type GetProjectsLinkProjectsResponseDeployHooks$Outbound = {
@@ -2729,7 +2529,7 @@ export type GetProjectsLink3$Outbound = {
2729
2529
  repoOwnerId?: number | undefined;
2730
2530
  repo?: string | undefined;
2731
2531
  repoId?: number | undefined;
2732
- type: string;
2532
+ type: "github-custom-host";
2733
2533
  host: string;
2734
2534
  createdAt?: number | undefined;
2735
2535
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
@@ -2743,10 +2543,6 @@ export declare const GetProjectsLink3$outboundSchema: z.ZodType<GetProjectsLink3
2743
2543
  export declare function getProjectsLink3ToJSON(getProjectsLink3: GetProjectsLink3): string;
2744
2544
  export declare function getProjectsLink3FromJSON(jsonString: string): SafeParseResult<GetProjectsLink3, SDKValidationError>;
2745
2545
  /** @internal */
2746
- export declare const GetProjectsLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsType>;
2747
- /** @internal */
2748
- export declare const GetProjectsLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsType>;
2749
- /** @internal */
2750
2546
  export declare const GetProjectsLinkProjectsDeployHooks$inboundSchema: z.ZodType<GetProjectsLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
2751
2547
  /** @internal */
2752
2548
  export type GetProjectsLinkProjectsDeployHooks$Outbound = {
@@ -2764,7 +2560,7 @@ export declare function getProjectsLinkProjectsDeployHooksFromJSON(jsonString: s
2764
2560
  export declare const GetProjectsLink2$inboundSchema: z.ZodType<GetProjectsLink2, z.ZodTypeDef, unknown>;
2765
2561
  /** @internal */
2766
2562
  export type GetProjectsLink2$Outbound = {
2767
- type: string;
2563
+ type: "github-limited";
2768
2564
  repo?: string | undefined;
2769
2565
  repoId?: number | undefined;
2770
2566
  createdAt?: number | undefined;
@@ -2781,10 +2577,6 @@ export declare const GetProjectsLink2$outboundSchema: z.ZodType<GetProjectsLink2
2781
2577
  export declare function getProjectsLink2ToJSON(getProjectsLink2: GetProjectsLink2): string;
2782
2578
  export declare function getProjectsLink2FromJSON(jsonString: string): SafeParseResult<GetProjectsLink2, SDKValidationError>;
2783
2579
  /** @internal */
2784
- export declare const GetProjectsLinkType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkType>;
2785
- /** @internal */
2786
- export declare const GetProjectsLinkType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkType>;
2787
- /** @internal */
2788
2580
  export declare const GetProjectsLinkDeployHooks$inboundSchema: z.ZodType<GetProjectsLinkDeployHooks, z.ZodTypeDef, unknown>;
2789
2581
  /** @internal */
2790
2582
  export type GetProjectsLinkDeployHooks$Outbound = {
@@ -2806,7 +2598,7 @@ export type GetProjectsLink1$Outbound = {
2806
2598
  repoOwnerId?: number | undefined;
2807
2599
  repo?: string | undefined;
2808
2600
  repoId?: number | undefined;
2809
- type: string;
2601
+ type: "github";
2810
2602
  createdAt?: number | undefined;
2811
2603
  deployHooks: Array<GetProjectsLinkDeployHooks$Outbound>;
2812
2604
  gitCredentialId: string;
@@ -2821,7 +2613,7 @@ export declare function getProjectsLink1FromJSON(jsonString: string): SafeParseR
2821
2613
  /** @internal */
2822
2614
  export declare const GetProjectsLink$inboundSchema: z.ZodType<GetProjectsLink, z.ZodTypeDef, unknown>;
2823
2615
  /** @internal */
2824
- export type GetProjectsLink$Outbound = GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | GetProjectsLink3$Outbound | GetProjectsLink1$Outbound | GetProjectsLink2$Outbound;
2616
+ export type GetProjectsLink$Outbound = GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound | GetProjectsLink5$Outbound;
2825
2617
  /** @internal */
2826
2618
  export declare const GetProjectsLink$outboundSchema: z.ZodType<GetProjectsLink$Outbound, z.ZodTypeDef, GetProjectsLink>;
2827
2619
  export declare function getProjectsLinkToJSON(getProjectsLink: GetProjectsLink): string;
@@ -3435,32 +3227,24 @@ export declare const GetProjectsLastAliasRequest$outboundSchema: z.ZodType<GetPr
3435
3227
  export declare function getProjectsLastAliasRequestToJSON(getProjectsLastAliasRequest: GetProjectsLastAliasRequest): string;
3436
3228
  export declare function getProjectsLastAliasRequestFromJSON(jsonString: string): SafeParseResult<GetProjectsLastAliasRequest, SDKValidationError>;
3437
3229
  /** @internal */
3438
- export declare const GetProjectsProtectionBypassProjectsScope$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProtectionBypassProjectsScope>;
3439
- /** @internal */
3440
- export declare const GetProjectsProtectionBypassProjectsScope$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProtectionBypassProjectsScope>;
3441
- /** @internal */
3442
3230
  export declare const GetProjectsProtectionBypass2$inboundSchema: z.ZodType<GetProjectsProtectionBypass2, z.ZodTypeDef, unknown>;
3443
3231
  /** @internal */
3444
3232
  export type GetProjectsProtectionBypass2$Outbound = {
3445
3233
  createdAt: number;
3446
3234
  createdBy: string;
3447
- scope: string;
3235
+ scope: "automation-bypass";
3448
3236
  };
3449
3237
  /** @internal */
3450
3238
  export declare const GetProjectsProtectionBypass2$outboundSchema: z.ZodType<GetProjectsProtectionBypass2$Outbound, z.ZodTypeDef, GetProjectsProtectionBypass2>;
3451
3239
  export declare function getProjectsProtectionBypass2ToJSON(getProjectsProtectionBypass2: GetProjectsProtectionBypass2): string;
3452
3240
  export declare function getProjectsProtectionBypass2FromJSON(jsonString: string): SafeParseResult<GetProjectsProtectionBypass2, SDKValidationError>;
3453
3241
  /** @internal */
3454
- export declare const GetProjectsProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProtectionBypassScope>;
3455
- /** @internal */
3456
- export declare const GetProjectsProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProtectionBypassScope>;
3457
- /** @internal */
3458
3242
  export declare const GetProjectsProtectionBypass1$inboundSchema: z.ZodType<GetProjectsProtectionBypass1, z.ZodTypeDef, unknown>;
3459
3243
  /** @internal */
3460
3244
  export type GetProjectsProtectionBypass1$Outbound = {
3461
3245
  createdAt: number;
3462
3246
  createdBy: string;
3463
- scope: string;
3247
+ scope: "integration-automation-bypass";
3464
3248
  integrationId: string;
3465
3249
  configurationId: string;
3466
3250
  };
@@ -3713,14 +3497,6 @@ export declare const GetProjectsBlock$outboundSchema: z.ZodType<GetProjectsBlock
3713
3497
  export declare function getProjectsBlockToJSON(getProjectsBlock: GetProjectsBlock): string;
3714
3498
  export declare function getProjectsBlockFromJSON(jsonString: string): SafeParseResult<GetProjectsBlock, SDKValidationError>;
3715
3499
  /** @internal */
3716
- export declare const GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
3717
- /** @internal */
3718
- export declare const GetProjectsBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
3719
- /** @internal */
3720
- export declare const GetProjectsHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type>;
3721
- /** @internal */
3722
- export declare const GetProjectsHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type>;
3723
- /** @internal */
3724
3500
  export declare const GetProjectsHasProjectsResponse200Value$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
3725
3501
  /** @internal */
3726
3502
  export type GetProjectsHasProjectsResponse200Value$Outbound = {
@@ -3734,7 +3510,7 @@ export declare function getProjectsHasProjectsResponse200ValueFromJSON(jsonStrin
3734
3510
  export declare const GetProjectsHasProjects2$inboundSchema: z.ZodType<GetProjectsHasProjects2, z.ZodTypeDef, unknown>;
3735
3511
  /** @internal */
3736
3512
  export type GetProjectsHasProjects2$Outbound = {
3737
- type: string;
3513
+ type: "host";
3738
3514
  value: GetProjectsHasProjectsResponse200Value$Outbound;
3739
3515
  };
3740
3516
  /** @internal */
@@ -3742,10 +3518,6 @@ export declare const GetProjectsHasProjects2$outboundSchema: z.ZodType<GetProjec
3742
3518
  export declare function getProjectsHasProjects2ToJSON(getProjectsHasProjects2: GetProjectsHasProjects2): string;
3743
3519
  export declare function getProjectsHasProjects2FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjects2, SDKValidationError>;
3744
3520
  /** @internal */
3745
- export declare const GetProjectsHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseType>;
3746
- /** @internal */
3747
- export declare const GetProjectsHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseType>;
3748
- /** @internal */
3749
3521
  export declare const GetProjectsHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsKey>;
3750
3522
  /** @internal */
3751
3523
  export declare const GetProjectsHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsKey>;
@@ -3763,7 +3535,7 @@ export declare function getProjectsHasProjectsResponseValueFromJSON(jsonString:
3763
3535
  export declare const GetProjectsHasProjects1$inboundSchema: z.ZodType<GetProjectsHasProjects1, z.ZodTypeDef, unknown>;
3764
3536
  /** @internal */
3765
3537
  export type GetProjectsHasProjects1$Outbound = {
3766
- type: string;
3538
+ type: "header";
3767
3539
  key: string;
3768
3540
  value: GetProjectsHasProjectsResponseValue$Outbound;
3769
3541
  };
@@ -3828,7 +3600,7 @@ export declare function getProjectsBlockHistoryProjectsRouteFromJSON(jsonString:
3828
3600
  export declare const GetProjectsBlockHistory4$inboundSchema: z.ZodType<GetProjectsBlockHistory4, z.ZodTypeDef, unknown>;
3829
3601
  /** @internal */
3830
3602
  export type GetProjectsBlockHistory4$Outbound = {
3831
- action: string;
3603
+ action: "route-unblocked";
3832
3604
  route: GetProjectsRouteProjects1$Outbound | GetProjectsRouteProjects2$Outbound;
3833
3605
  statusCode?: number | undefined;
3834
3606
  createdAt: number;
@@ -3842,14 +3614,6 @@ export declare const GetProjectsBlockHistory4$outboundSchema: z.ZodType<GetProje
3842
3614
  export declare function getProjectsBlockHistory4ToJSON(getProjectsBlockHistory4: GetProjectsBlockHistory4): string;
3843
3615
  export declare function getProjectsBlockHistory4FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory4, SDKValidationError>;
3844
3616
  /** @internal */
3845
- export declare const GetProjectsBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
3846
- /** @internal */
3847
- export declare const GetProjectsBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
3848
- /** @internal */
3849
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
3850
- /** @internal */
3851
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
3852
- /** @internal */
3853
3617
  export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
3854
3618
  /** @internal */
3855
3619
  export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
@@ -3863,7 +3627,7 @@ export declare function getProjectsHasProjectsResponse200ApplicationJSONResponse
3863
3627
  export declare const GetProjectsHasProjectsResponse2$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse2, z.ZodTypeDef, unknown>;
3864
3628
  /** @internal */
3865
3629
  export type GetProjectsHasProjectsResponse2$Outbound = {
3866
- type: string;
3630
+ type: "host";
3867
3631
  value: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
3868
3632
  };
3869
3633
  /** @internal */
@@ -3871,10 +3635,6 @@ export declare const GetProjectsHasProjectsResponse2$outboundSchema: z.ZodType<G
3871
3635
  export declare function getProjectsHasProjectsResponse2ToJSON(getProjectsHasProjectsResponse2: GetProjectsHasProjectsResponse2): string;
3872
3636
  export declare function getProjectsHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse2, SDKValidationError>;
3873
3637
  /** @internal */
3874
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
3875
- /** @internal */
3876
- export declare const GetProjectsHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
3877
- /** @internal */
3878
3638
  export declare const GetProjectsHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseKey>;
3879
3639
  /** @internal */
3880
3640
  export declare const GetProjectsHasProjectsResponseKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseKey>;
@@ -3892,7 +3652,7 @@ export declare function getProjectsHasProjectsResponse200ApplicationJSONValueFro
3892
3652
  export declare const GetProjectsHasProjectsResponse1$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse1, z.ZodTypeDef, unknown>;
3893
3653
  /** @internal */
3894
3654
  export type GetProjectsHasProjectsResponse1$Outbound = {
3895
- type: string;
3655
+ type: "header";
3896
3656
  key: string;
3897
3657
  value: GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound;
3898
3658
  };
@@ -3957,7 +3717,7 @@ export declare function getProjectsBlockHistoryRouteFromJSON(jsonString: string)
3957
3717
  export declare const GetProjectsBlockHistory3$inboundSchema: z.ZodType<GetProjectsBlockHistory3, z.ZodTypeDef, unknown>;
3958
3718
  /** @internal */
3959
3719
  export type GetProjectsBlockHistory3$Outbound = {
3960
- action: string;
3720
+ action: "route-blocked";
3961
3721
  route: GetProjectsRoute1$Outbound | GetProjectsRoute2$Outbound;
3962
3722
  reason: string;
3963
3723
  createdAt: number;
@@ -3971,14 +3731,10 @@ export declare const GetProjectsBlockHistory3$outboundSchema: z.ZodType<GetProje
3971
3731
  export declare function getProjectsBlockHistory3ToJSON(getProjectsBlockHistory3: GetProjectsBlockHistory3): string;
3972
3732
  export declare function getProjectsBlockHistory3FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory3, SDKValidationError>;
3973
3733
  /** @internal */
3974
- export declare const GetProjectsBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction>;
3975
- /** @internal */
3976
- export declare const GetProjectsBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction>;
3977
- /** @internal */
3978
3734
  export declare const GetProjectsBlockHistory2$inboundSchema: z.ZodType<GetProjectsBlockHistory2, z.ZodTypeDef, unknown>;
3979
3735
  /** @internal */
3980
3736
  export type GetProjectsBlockHistory2$Outbound = {
3981
- action: string;
3737
+ action: "unblocked";
3982
3738
  createdAt: number;
3983
3739
  caseId?: string | undefined;
3984
3740
  actor?: string | undefined;
@@ -3990,14 +3746,10 @@ export declare const GetProjectsBlockHistory2$outboundSchema: z.ZodType<GetProje
3990
3746
  export declare function getProjectsBlockHistory2ToJSON(getProjectsBlockHistory2: GetProjectsBlockHistory2): string;
3991
3747
  export declare function getProjectsBlockHistory2FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory2, SDKValidationError>;
3992
3748
  /** @internal */
3993
- export declare const GetProjectsBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryAction>;
3994
- /** @internal */
3995
- export declare const GetProjectsBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryAction>;
3996
- /** @internal */
3997
3749
  export declare const GetProjectsBlockHistory1$inboundSchema: z.ZodType<GetProjectsBlockHistory1, z.ZodTypeDef, unknown>;
3998
3750
  /** @internal */
3999
3751
  export type GetProjectsBlockHistory1$Outbound = {
4000
- action: string;
3752
+ action: "blocked";
4001
3753
  reason: string;
4002
3754
  statusCode: number;
4003
3755
  createdAt: number;
@@ -4013,7 +3765,7 @@ export declare function getProjectsBlockHistory1FromJSON(jsonString: string): Sa
4013
3765
  /** @internal */
4014
3766
  export declare const GetProjectsBlockHistory$inboundSchema: z.ZodType<GetProjectsBlockHistory, z.ZodTypeDef, unknown>;
4015
3767
  /** @internal */
4016
- export type GetProjectsBlockHistory$Outbound = GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound | GetProjectsBlockHistory2$Outbound;
3768
+ export type GetProjectsBlockHistory$Outbound = GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory2$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound;
4017
3769
  /** @internal */
4018
3770
  export declare const GetProjectsBlockHistory$outboundSchema: z.ZodType<GetProjectsBlockHistory$Outbound, z.ZodTypeDef, GetProjectsBlockHistory>;
4019
3771
  export declare function getProjectsBlockHistoryToJSON(getProjectsBlockHistory: GetProjectsBlockHistory): string;
@@ -4026,7 +3778,7 @@ export type GetProjectsAbuse$Outbound = {
4026
3778
  history: Array<GetProjectsHistory$Outbound>;
4027
3779
  updatedAt: number;
4028
3780
  block?: GetProjectsBlock$Outbound | undefined;
4029
- blockHistory?: Array<GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound | GetProjectsBlockHistory2$Outbound> | undefined;
3781
+ blockHistory?: Array<GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory2$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound> | undefined;
4030
3782
  interstitial?: boolean | undefined;
4031
3783
  };
4032
3784
  /** @internal */
@@ -4034,10 +3786,6 @@ export declare const GetProjectsAbuse$outboundSchema: z.ZodType<GetProjectsAbuse
4034
3786
  export declare function getProjectsAbuseToJSON(getProjectsAbuse: GetProjectsAbuse): string;
4035
3787
  export declare function getProjectsAbuseFromJSON(jsonString: string): SafeParseResult<GetProjectsAbuse, SDKValidationError>;
4036
3788
  /** @internal */
4037
- export declare const GetProjectsHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsType>;
4038
- /** @internal */
4039
- export declare const GetProjectsHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsType>;
4040
- /** @internal */
4041
3789
  export declare const GetProjectsHasProjectsValue$inboundSchema: z.ZodType<GetProjectsHasProjectsValue, z.ZodTypeDef, unknown>;
4042
3790
  /** @internal */
4043
3791
  export type GetProjectsHasProjectsValue$Outbound = {
@@ -4051,7 +3799,7 @@ export declare function getProjectsHasProjectsValueFromJSON(jsonString: string):
4051
3799
  export declare const GetProjectsHas2$inboundSchema: z.ZodType<GetProjectsHas2, z.ZodTypeDef, unknown>;
4052
3800
  /** @internal */
4053
3801
  export type GetProjectsHas2$Outbound = {
4054
- type: string;
3802
+ type: "host";
4055
3803
  value: GetProjectsHasProjectsValue$Outbound;
4056
3804
  };
4057
3805
  /** @internal */
@@ -4059,10 +3807,6 @@ export declare const GetProjectsHas2$outboundSchema: z.ZodType<GetProjectsHas2$O
4059
3807
  export declare function getProjectsHas2ToJSON(getProjectsHas2: GetProjectsHas2): string;
4060
3808
  export declare function getProjectsHas2FromJSON(jsonString: string): SafeParseResult<GetProjectsHas2, SDKValidationError>;
4061
3809
  /** @internal */
4062
- export declare const GetProjectsHasType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasType>;
4063
- /** @internal */
4064
- export declare const GetProjectsHasType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasType>;
4065
- /** @internal */
4066
3810
  export declare const GetProjectsHasKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasKey>;
4067
3811
  /** @internal */
4068
3812
  export declare const GetProjectsHasKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasKey>;
@@ -4080,7 +3824,7 @@ export declare function getProjectsHasValueFromJSON(jsonString: string): SafePar
4080
3824
  export declare const GetProjectsHas1$inboundSchema: z.ZodType<GetProjectsHas1, z.ZodTypeDef, unknown>;
4081
3825
  /** @internal */
4082
3826
  export type GetProjectsHas1$Outbound = {
4083
- type: string;
3827
+ type: "header";
4084
3828
  key: string;
4085
3829
  value: GetProjectsHasValue$Outbound;
4086
3830
  };
@@ -4225,7 +3969,7 @@ export type GetProjectsProjects$Outbound = {
4225
3969
  id: string;
4226
3970
  ipBuckets?: Array<GetProjectsIpBuckets$Outbound> | undefined;
4227
3971
  latestDeployments?: Array<GetProjectsLatestDeployments$Outbound> | undefined;
4228
- link?: GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | GetProjectsLink3$Outbound | GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | undefined;
3972
+ link?: GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | undefined;
4229
3973
  microfrontends?: GetProjectsMicrofrontends1$Outbound | GetProjectsMicrofrontends2$Outbound | GetProjectsMicrofrontends3$Outbound | undefined;
4230
3974
  name: string;
4231
3975
  nodeVersion: string;