@vercel/sdk 1.10.0 → 1.10.1

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 (261) hide show
  1. package/bin/mcp-server.js +3144 -2287
  2. package/bin/mcp-server.js.map +51 -51
  3. package/docs/sdks/accessgroups/README.md +11 -0
  4. package/docs/sdks/aliases/README.md +7 -1
  5. package/docs/sdks/artifacts/README.md +6 -0
  6. package/docs/sdks/authentication/README.md +5 -0
  7. package/docs/sdks/certs/README.md +4 -0
  8. package/docs/sdks/checks/README.md +5 -0
  9. package/docs/sdks/deployments/README.md +18 -0
  10. package/docs/sdks/dns/README.md +4 -0
  11. package/docs/sdks/domains/README.md +10 -0
  12. package/docs/sdks/edgeconfig/README.md +17 -0
  13. package/docs/sdks/environment/README.md +5 -0
  14. package/docs/sdks/integrations/README.md +4 -0
  15. package/docs/sdks/logdrains/README.md +3 -0
  16. package/docs/sdks/logs/README.md +1 -0
  17. package/docs/sdks/marketplace/README.md +20 -0
  18. package/docs/sdks/projectmembers/README.md +3 -0
  19. package/docs/sdks/projects/README.md +24 -0
  20. package/docs/sdks/rollingrelease/README.md +7 -0
  21. package/docs/sdks/security/README.md +8 -0
  22. package/docs/sdks/teams/README.md +13 -0
  23. package/docs/sdks/user/README.md +3 -0
  24. package/docs/sdks/webhooks/README.md +4 -0
  25. package/esm/__tests__/aliases.test.js +16 -16
  26. package/esm/__tests__/aliases.test.js.map +1 -1
  27. package/esm/__tests__/security.test.js +13 -1
  28. package/esm/__tests__/security.test.js.map +1 -1
  29. package/esm/__tests__/teams.test.js +2 -2
  30. package/esm/__tests__/teams.test.js.map +1 -1
  31. package/esm/funcs/aliasesGetAlias.d.ts +2 -2
  32. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  33. package/esm/funcs/aliasesGetAlias.js +3 -2
  34. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  35. package/esm/funcs/checksRerequestCheck.js +1 -0
  36. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  37. package/esm/funcs/domainsGetDomainConfig.js +2 -2
  38. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  39. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
  40. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
  41. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
  42. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
  43. package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
  44. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  45. package/esm/funcs/projectsCreateProject.js +2 -2
  46. package/esm/funcs/projectsCreateProject.js.map +1 -1
  47. package/esm/funcs/teamsPatchTeam.js +2 -2
  48. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  49. package/esm/lib/config.d.ts +3 -3
  50. package/esm/lib/config.js +3 -3
  51. package/esm/mcp-server/mcp-server.js +1 -1
  52. package/esm/mcp-server/server.js +1 -1
  53. package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
  54. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  55. package/esm/models/acceptprojecttransferrequestop.js +176 -2
  56. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  57. package/esm/models/addbypassipop.d.ts +38 -38
  58. package/esm/models/addbypassipop.d.ts.map +1 -1
  59. package/esm/models/addbypassipop.js +44 -42
  60. package/esm/models/addbypassipop.js.map +1 -1
  61. package/esm/models/authtoken.d.ts +10 -4
  62. package/esm/models/authtoken.d.ts.map +1 -1
  63. package/esm/models/authtoken.js +6 -4
  64. package/esm/models/authtoken.js.map +1 -1
  65. package/esm/models/authuser.d.ts +54 -0
  66. package/esm/models/authuser.d.ts.map +1 -1
  67. package/esm/models/authuser.js +34 -0
  68. package/esm/models/authuser.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +336 -99
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +310 -93
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/createcustomenvironmentop.d.ts +3 -3
  74. package/esm/models/createcustomenvironmentop.js +1 -1
  75. package/esm/models/createcustomenvironmentop.js.map +1 -1
  76. package/esm/models/createdeploymentop.d.ts +412 -152
  77. package/esm/models/createdeploymentop.d.ts.map +1 -1
  78. package/esm/models/createdeploymentop.js +348 -122
  79. package/esm/models/createdeploymentop.js.map +1 -1
  80. package/esm/models/createlogdrainop.d.ts +2 -2
  81. package/esm/models/createlogdrainop.d.ts.map +1 -1
  82. package/esm/models/createlogdrainop.js +2 -2
  83. package/esm/models/createlogdrainop.js.map +1 -1
  84. package/esm/models/createprojectop.d.ts +191 -58
  85. package/esm/models/createprojectop.d.ts.map +1 -1
  86. package/esm/models/createprojectop.js +168 -43
  87. package/esm/models/createprojectop.js.map +1 -1
  88. package/esm/models/createwebhookop.d.ts +12 -0
  89. package/esm/models/createwebhookop.d.ts.map +1 -1
  90. package/esm/models/createwebhookop.js +4 -0
  91. package/esm/models/createwebhookop.js.map +1 -1
  92. package/esm/models/exchangessotokenop.d.ts +4 -4
  93. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  94. package/esm/models/exchangessotokenop.js +4 -4
  95. package/esm/models/exchangessotokenop.js.map +1 -1
  96. package/esm/models/getaliasop.d.ts +0 -555
  97. package/esm/models/getaliasop.d.ts.map +1 -1
  98. package/esm/models/getaliasop.js +0 -449
  99. package/esm/models/getaliasop.js.map +1 -1
  100. package/esm/models/getbypassipop.d.ts +55 -179
  101. package/esm/models/getbypassipop.d.ts.map +1 -1
  102. package/esm/models/getbypassipop.js +59 -221
  103. package/esm/models/getbypassipop.js.map +1 -1
  104. package/esm/models/getcustomenvironmentop.d.ts +3 -3
  105. package/esm/models/getcustomenvironmentop.js +1 -1
  106. package/esm/models/getcustomenvironmentop.js.map +1 -1
  107. package/esm/models/getdeploymentop.d.ts +757 -276
  108. package/esm/models/getdeploymentop.d.ts.map +1 -1
  109. package/esm/models/getdeploymentop.js +703 -262
  110. package/esm/models/getdeploymentop.js.map +1 -1
  111. package/esm/models/getdeploymentsop.d.ts +3 -0
  112. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  113. package/esm/models/getdeploymentsop.js +1 -0
  114. package/esm/models/getdeploymentsop.js.map +1 -1
  115. package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
  116. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  117. package/esm/models/getintegrationlogdrainsop.js +4 -2
  118. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  119. package/esm/models/getprojectmembersop.d.ts +3 -0
  120. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  121. package/esm/models/getprojectmembersop.js +1 -0
  122. package/esm/models/getprojectmembersop.js.map +1 -1
  123. package/esm/models/getprojectsop.d.ts +185 -58
  124. package/esm/models/getprojectsop.d.ts.map +1 -1
  125. package/esm/models/getprojectsop.js +166 -43
  126. package/esm/models/getprojectsop.js.map +1 -1
  127. package/esm/models/getrecordsop.d.ts +8 -0
  128. package/esm/models/getrecordsop.d.ts.map +1 -1
  129. package/esm/models/getrecordsop.js +8 -0
  130. package/esm/models/getrecordsop.js.map +1 -1
  131. package/esm/models/getteammembersop.d.ts +6 -0
  132. package/esm/models/getteammembersop.d.ts.map +1 -1
  133. package/esm/models/getteammembersop.js +2 -0
  134. package/esm/models/getteammembersop.js.map +1 -1
  135. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
  136. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
  137. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  138. package/esm/models/getwebhookop.d.ts +6 -0
  139. package/esm/models/getwebhookop.d.ts.map +1 -1
  140. package/esm/models/getwebhookop.js +2 -0
  141. package/esm/models/getwebhookop.js.map +1 -1
  142. package/esm/models/getwebhooksop.d.ts +15 -0
  143. package/esm/models/getwebhooksop.d.ts.map +1 -1
  144. package/esm/models/getwebhooksop.js +5 -0
  145. package/esm/models/getwebhooksop.js.map +1 -1
  146. package/esm/models/inviteusertoteamop.d.ts +33 -0
  147. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  148. package/esm/models/inviteusertoteamop.js +11 -0
  149. package/esm/models/inviteusertoteamop.js.map +1 -1
  150. package/esm/models/listaccessgroupmembersop.d.ts +3 -0
  151. package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
  152. package/esm/models/listaccessgroupmembersop.js +1 -0
  153. package/esm/models/listaccessgroupmembersop.js.map +1 -1
  154. package/esm/models/listaliasesop.d.ts +141 -39
  155. package/esm/models/listaliasesop.d.ts.map +1 -1
  156. package/esm/models/listaliasesop.js +132 -35
  157. package/esm/models/listaliasesop.js.map +1 -1
  158. package/esm/models/listdeploymentaliasesop.d.ts +30 -30
  159. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  160. package/esm/models/listdeploymentaliasesop.js +34 -34
  161. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  162. package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
  163. package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
  164. package/esm/models/patchedgeconfigitemsop.js +0 -4
  165. package/esm/models/patchedgeconfigitemsop.js.map +1 -1
  166. package/esm/models/patchteamop.d.ts +185 -0
  167. package/esm/models/patchteamop.d.ts.map +1 -1
  168. package/esm/models/patchteamop.js +132 -0
  169. package/esm/models/patchteamop.js.map +1 -1
  170. package/esm/models/removecustomenvironmentop.d.ts +3 -3
  171. package/esm/models/removecustomenvironmentop.js +1 -1
  172. package/esm/models/removecustomenvironmentop.js.map +1 -1
  173. package/esm/models/rerequestcheckop.d.ts +5 -0
  174. package/esm/models/rerequestcheckop.d.ts.map +1 -1
  175. package/esm/models/rerequestcheckop.js +2 -0
  176. package/esm/models/rerequestcheckop.js.map +1 -1
  177. package/esm/models/team.d.ts +149 -10
  178. package/esm/models/team.d.ts.map +1 -1
  179. package/esm/models/team.js +115 -5
  180. package/esm/models/team.js.map +1 -1
  181. package/esm/models/teamlimited.d.ts +15 -0
  182. package/esm/models/teamlimited.d.ts.map +1 -1
  183. package/esm/models/teamlimited.js +5 -0
  184. package/esm/models/teamlimited.js.map +1 -1
  185. package/esm/models/updatecustomenvironmentop.d.ts +3 -3
  186. package/esm/models/updatecustomenvironmentop.js +1 -1
  187. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  188. package/esm/models/updateprojectdatacacheop.d.ts +185 -58
  189. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  190. package/esm/models/updateprojectdatacacheop.js +166 -43
  191. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  192. package/esm/models/updateprojectop.d.ts +188 -58
  193. package/esm/models/updateprojectop.d.ts.map +1 -1
  194. package/esm/models/updateprojectop.js +167 -43
  195. package/esm/models/updateprojectop.js.map +1 -1
  196. package/esm/models/userevent.d.ts +1599 -1433
  197. package/esm/models/userevent.d.ts.map +1 -1
  198. package/esm/models/userevent.js +1998 -1847
  199. package/esm/models/userevent.js.map +1 -1
  200. package/esm/sdk/aliases.d.ts +2 -2
  201. package/esm/sdk/aliases.d.ts.map +1 -1
  202. package/examples/README.md +5 -0
  203. package/examples/package-lock.json +8 -7
  204. package/examples/projectsUpdateProject.example.ts +2 -0
  205. package/jsr.json +1 -1
  206. package/package.json +6 -8
  207. package/src/__tests__/aliases.test.ts +16 -16
  208. package/src/__tests__/security.test.ts +13 -1
  209. package/src/__tests__/teams.test.ts +2 -2
  210. package/src/funcs/aliasesGetAlias.ts +5 -6
  211. package/src/funcs/checksRerequestCheck.ts +1 -0
  212. package/src/funcs/domainsGetDomainConfig.ts +2 -2
  213. package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
  214. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
  215. package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
  216. package/src/funcs/projectsCreateProject.ts +2 -2
  217. package/src/funcs/teamsPatchTeam.ts +2 -2
  218. package/src/lib/config.ts +3 -3
  219. package/src/mcp-server/mcp-server.ts +1 -1
  220. package/src/mcp-server/server.ts +1 -1
  221. package/src/models/acceptprojecttransferrequestop.ts +449 -4
  222. package/src/models/addbypassipop.ts +69 -78
  223. package/src/models/authtoken.ts +10 -8
  224. package/src/models/authuser.ts +93 -0
  225. package/src/models/canceldeploymentop.ts +655 -190
  226. package/src/models/createcustomenvironmentop.ts +1 -1
  227. package/src/models/createdeploymentop.ts +752 -268
  228. package/src/models/createlogdrainop.ts +4 -4
  229. package/src/models/createprojectop.ts +365 -82
  230. package/src/models/createwebhookop.ts +4 -0
  231. package/src/models/exchangessotokenop.ts +8 -8
  232. package/src/models/getaliasop.ts +0 -1042
  233. package/src/models/getbypassipop.ts +100 -404
  234. package/src/models/getcustomenvironmentop.ts +1 -1
  235. package/src/models/getdeploymentop.ts +1657 -674
  236. package/src/models/getdeploymentsop.ts +1 -0
  237. package/src/models/getintegrationlogdrainsop.ts +6 -4
  238. package/src/models/getprojectmembersop.ts +1 -0
  239. package/src/models/getprojectsop.ts +363 -81
  240. package/src/models/getrecordsop.ts +16 -0
  241. package/src/models/getteammembersop.ts +2 -0
  242. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
  243. package/src/models/getwebhookop.ts +2 -0
  244. package/src/models/getwebhooksop.ts +5 -0
  245. package/src/models/inviteusertoteamop.ts +11 -0
  246. package/src/models/listaccessgroupmembersop.ts +1 -0
  247. package/src/models/listaliasesop.ts +290 -74
  248. package/src/models/listdeploymentaliasesop.ts +58 -70
  249. package/src/models/patchedgeconfigitemsop.ts +0 -8
  250. package/src/models/patchteamop.ts +311 -0
  251. package/src/models/removecustomenvironmentop.ts +1 -1
  252. package/src/models/rerequestcheckop.ts +7 -0
  253. package/src/models/team.ts +251 -12
  254. package/src/models/teamlimited.ts +5 -0
  255. package/src/models/updatecustomenvironmentop.ts +1 -1
  256. package/src/models/updateprojectdatacacheop.ts +352 -82
  257. package/src/models/updateprojectop.ts +364 -82
  258. package/src/models/userevent.ts +3609 -3269
  259. package/src/sdk/aliases.ts +2 -2
  260. package/temp/example.ts +11 -0
  261. package/vercel-spec.json +1984 -867
@@ -103,6 +103,22 @@ export type GitMetadata = {
103
103
  * Whether or not there have been modifications to the working tree since the latest commit
104
104
  */
105
105
  dirty?: boolean | undefined;
106
+ /**
107
+ * True if process.env.CI was set when deploying
108
+ */
109
+ ci?: boolean | undefined;
110
+ /**
111
+ * The type of CI system used
112
+ */
113
+ ciType?: string | undefined;
114
+ /**
115
+ * The username used for the Git Provider (e.g. GitHub) if their CI (e.g. GitHub Actions) was used, if available
116
+ */
117
+ ciGitProviderUsername?: string | undefined;
118
+ /**
119
+ * The visibility of the Git repository if their CI (e.g. GitHub Actions) was used, if available
120
+ */
121
+ ciGitRepoVisibility?: string | undefined;
106
122
  };
107
123
  export declare const CreateDeploymentGitSourceDeploymentsRequestType: {
108
124
  readonly Bitbucket: "bitbucket";
@@ -214,6 +230,7 @@ export declare const Framework: {
214
230
  readonly Sanity: "sanity";
215
231
  readonly Storybook: "storybook";
216
232
  readonly Nitro: "nitro";
233
+ readonly Hono: "hono";
217
234
  };
218
235
  /**
219
236
  * The framework that is being used for this project. When `null` is used no framework is selected
@@ -414,6 +431,7 @@ export declare const CreateDeploymentFramework: {
414
431
  readonly Sanity: "sanity";
415
432
  readonly Storybook: "storybook";
416
433
  readonly Nitro: "nitro";
434
+ readonly Hono: "hono";
417
435
  };
418
436
  export type CreateDeploymentFramework = ClosedEnum<typeof CreateDeploymentFramework>;
419
437
  export type CreateDeploymentSpeedInsights = {
@@ -442,11 +460,11 @@ export type CreateDeploymentProjectSettings = {
442
460
  webAnalytics?: CreateDeploymentWebAnalytics | undefined;
443
461
  };
444
462
  export declare const CreateDeploymentDeploymentsStatus: {
463
+ readonly Error: "error";
464
+ readonly Timeout: "timeout";
445
465
  readonly Skipped: "skipped";
446
466
  readonly Pending: "pending";
447
467
  readonly Ready: "ready";
448
- readonly Error: "error";
449
- readonly Timeout: "timeout";
450
468
  };
451
469
  export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
452
470
  export type Integrations = {
@@ -527,8 +545,8 @@ export type Creator = {
527
545
  avatar?: string | undefined;
528
546
  };
529
547
  export declare const CreateDeploymentReadyState: {
530
- readonly Building: "BUILDING";
531
548
  readonly Error: "ERROR";
549
+ readonly Building: "BUILDING";
532
550
  readonly Initializing: "INITIALIZING";
533
551
  readonly Ready: "READY";
534
552
  };
@@ -543,8 +561,8 @@ export type CreateDeploymentOutput = {
543
561
  export type Lambdas = {
544
562
  id?: string | undefined;
545
563
  createdAt?: number | undefined;
546
- entrypoint?: string | null | undefined;
547
564
  readyState?: CreateDeploymentReadyState | undefined;
565
+ entrypoint?: string | null | undefined;
548
566
  readyStateAt?: number | undefined;
549
567
  output: Array<CreateDeploymentOutput>;
550
568
  };
@@ -684,12 +702,12 @@ export declare const CreateDeploymentType: {
684
702
  readonly Lambdas: "LAMBDAS";
685
703
  };
686
704
  export type CreateDeploymentType = ClosedEnum<typeof CreateDeploymentType>;
687
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
705
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type: {
688
706
  readonly Bitbucket: "bitbucket";
689
707
  };
690
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
691
- export type CreateDeploymentGitSource12 = {
692
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
708
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
709
+ export type CreateDeploymentGitSource15 = {
710
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type;
693
711
  ref: string;
694
712
  sha: string;
695
713
  owner?: string | undefined;
@@ -697,22 +715,34 @@ export type CreateDeploymentGitSource12 = {
697
715
  workspaceUuid: string;
698
716
  repoUuid: string;
699
717
  };
700
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
718
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type: {
701
719
  readonly Gitlab: "gitlab";
702
720
  };
703
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
704
- export type CreateDeploymentGitSource11 = {
705
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
721
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
722
+ export type CreateDeploymentGitSource14 = {
723
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type;
706
724
  ref: string;
707
725
  sha: string;
708
726
  projectId: number;
709
727
  };
710
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
728
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type: {
729
+ readonly GithubLimited: "github-limited";
730
+ };
731
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
732
+ export type CreateDeploymentGitSource13 = {
733
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type;
734
+ ref: string;
735
+ sha: string;
736
+ repoId: number;
737
+ org?: string | undefined;
738
+ repo?: string | undefined;
739
+ };
740
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
711
741
  readonly GithubCustomHost: "github-custom-host";
712
742
  };
713
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
714
- export type CreateDeploymentGitSource10 = {
715
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
743
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
744
+ export type CreateDeploymentGitSource12 = {
745
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
716
746
  host: string;
717
747
  ref: string;
718
748
  sha: string;
@@ -720,63 +750,87 @@ export type CreateDeploymentGitSource10 = {
720
750
  org?: string | undefined;
721
751
  repo?: string | undefined;
722
752
  };
723
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
753
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
724
754
  readonly Github: "github";
725
755
  };
726
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
727
- export type CreateDeploymentGitSource9 = {
728
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
756
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
757
+ export type CreateDeploymentGitSource11 = {
758
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
729
759
  ref: string;
730
760
  sha: string;
731
761
  repoId: number;
732
762
  org?: string | undefined;
733
763
  repo?: string | undefined;
734
764
  };
735
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
765
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
736
766
  readonly Custom: "custom";
737
767
  };
738
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
768
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
739
769
  /**
740
770
  * Allows custom git sources (local folder mounted to the container) in test mode
741
771
  */
742
- export type CreateDeploymentGitSource8 = {
743
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
772
+ export type CreateDeploymentGitSource10 = {
773
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
744
774
  ref: string;
745
775
  sha: string;
746
776
  gitUrl: string;
747
777
  };
748
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
778
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
749
779
  readonly Bitbucket: "bitbucket";
750
780
  };
781
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
782
+ export type CreateDeploymentGitSource9 = {
783
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
784
+ owner: string;
785
+ slug: string;
786
+ ref?: string | null | undefined;
787
+ sha?: string | undefined;
788
+ prId?: number | null | undefined;
789
+ };
790
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
791
+ readonly Bitbucket: "bitbucket";
792
+ };
793
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
794
+ export type CreateDeploymentGitSource8 = {
795
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
796
+ workspaceUuid?: string | undefined;
797
+ repoUuid: string;
798
+ ref?: string | null | undefined;
799
+ sha?: string | undefined;
800
+ prId?: number | null | undefined;
801
+ };
802
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
803
+ readonly Gitlab: "gitlab";
804
+ };
751
805
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type>;
806
+ export type GitSourceProjectId = string | number;
752
807
  export type CreateDeploymentGitSource7 = {
753
808
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
754
- owner: string;
755
- slug: string;
809
+ projectId: string | number;
756
810
  ref?: string | null | undefined;
757
811
  sha?: string | undefined;
758
812
  prId?: number | null | undefined;
759
813
  };
760
814
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type: {
761
- readonly Bitbucket: "bitbucket";
815
+ readonly GithubLimited: "github-limited";
762
816
  };
763
817
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type>;
764
818
  export type CreateDeploymentGitSource6 = {
765
819
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
766
- workspaceUuid?: string | undefined;
767
- repoUuid: string;
820
+ org: string;
821
+ repo: string;
768
822
  ref?: string | null | undefined;
769
823
  sha?: string | undefined;
770
824
  prId?: number | null | undefined;
771
825
  };
772
826
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type: {
773
- readonly Gitlab: "gitlab";
827
+ readonly GithubLimited: "github-limited";
774
828
  };
775
829
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
776
- export type GitSourceProjectId = string | number;
830
+ export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
777
831
  export type CreateDeploymentGitSource5 = {
778
832
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
779
- projectId: string | number;
833
+ repoId: string | number;
780
834
  ref?: string | null | undefined;
781
835
  sha?: string | undefined;
782
836
  prId?: number | null | undefined;
@@ -831,12 +885,29 @@ export type CreateDeploymentGitSource1 = {
831
885
  sha?: string | undefined;
832
886
  prId?: number | null | undefined;
833
887
  };
834
- export type CreateDeploymentGitSource = CreateDeploymentGitSource10 | CreateDeploymentGitSource12 | CreateDeploymentGitSource4 | CreateDeploymentGitSource8 | CreateDeploymentGitSource9 | CreateDeploymentGitSource11 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource7 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource6;
888
+ export type CreateDeploymentGitSource = CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8;
835
889
  export type CreateDeploymentProject = {
836
890
  id: string;
837
891
  name: string;
838
892
  framework?: string | null | undefined;
839
893
  };
894
+ /**
895
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
896
+ */
897
+ export declare const CreateDeploymentNodeVersion: {
898
+ readonly TwentyTwoDotX: "22.x";
899
+ readonly TwentyDotX: "20.x";
900
+ readonly EighteenDotX: "18.x";
901
+ readonly SixteenDotX: "16.x";
902
+ readonly FourteenDotX: "14.x";
903
+ readonly TwelveDotX: "12.x";
904
+ readonly TenDotX: "10.x";
905
+ readonly EightDot10DotX: "8.10.x";
906
+ };
907
+ /**
908
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
909
+ */
910
+ export type CreateDeploymentNodeVersion = ClosedEnum<typeof CreateDeploymentNodeVersion>;
840
911
  export declare const ReadyState: {
841
912
  readonly Canceled: "CANCELED";
842
913
  readonly Error: "ERROR";
@@ -909,19 +980,19 @@ export type OidcTokenClaims = {
909
980
  environment: string;
910
981
  };
911
982
  export declare const CreateDeploymentPlan: {
983
+ readonly Hobby: "hobby";
912
984
  readonly Pro: "pro";
913
985
  readonly Enterprise: "enterprise";
914
- readonly Hobby: "hobby";
915
986
  };
916
987
  export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
917
988
  export declare const FunctionType: {
918
- readonly Fluid: "fluid";
919
989
  readonly Standard: "standard";
990
+ readonly Fluid: "fluid";
920
991
  };
921
992
  export type FunctionType = ClosedEnum<typeof FunctionType>;
922
993
  export declare const FunctionMemoryType: {
923
- readonly Standard: "standard";
924
994
  readonly StandardLegacy: "standard_legacy";
995
+ readonly Standard: "standard";
925
996
  readonly Performance: "performance";
926
997
  };
927
998
  export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
@@ -996,12 +1067,12 @@ export type Routes3 = {
996
1067
  middleware: number;
997
1068
  };
998
1069
  export declare const RoutesHandle: {
999
- readonly Error: "error";
1000
1070
  readonly Filesystem: "filesystem";
1071
+ readonly Error: "error";
1001
1072
  readonly Hit: "hit";
1002
1073
  readonly Miss: "miss";
1003
- readonly Rewrite: "rewrite";
1004
1074
  readonly Resource: "resource";
1075
+ readonly Rewrite: "rewrite";
1005
1076
  };
1006
1077
  export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
1007
1078
  export type Routes2 = {
@@ -1125,8 +1196,8 @@ export declare const RoutesType: {
1125
1196
  };
1126
1197
  export type RoutesType = ClosedEnum<typeof RoutesType>;
1127
1198
  export declare const CreateDeploymentRoutesOp: {
1128
- readonly Append: "append";
1129
1199
  readonly Set: "set";
1200
+ readonly Append: "append";
1130
1201
  readonly Delete: "delete";
1131
1202
  };
1132
1203
  export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
@@ -1219,7 +1290,7 @@ export type CreateDeploymentChecks = {
1219
1290
  /**
1220
1291
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1221
1292
  */
1222
- export type CreateDeploymentMicrofrontendsApplications = {
1293
+ export type Applications = {
1223
1294
  isDefaultApp?: boolean | undefined;
1224
1295
  /**
1225
1296
  * This is the production alias, it will always show the most up to date of each application.
@@ -1236,7 +1307,7 @@ export type CreateDeploymentMicrofrontends2 = {
1236
1307
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1237
1308
  */
1238
1309
  applications?: {
1239
- [k: string]: CreateDeploymentMicrofrontendsApplications;
1310
+ [k: string]: Applications;
1240
1311
  } | undefined;
1241
1312
  isDefaultApp: boolean;
1242
1313
  /**
@@ -1252,13 +1323,9 @@ export type CreateDeploymentMicrofrontends2 = {
1252
1323
  */
1253
1324
  groupIds: Array<string>;
1254
1325
  /**
1255
- * Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
1256
- */
1257
- microfrontendsAliasEnabled?: boolean | undefined;
1258
- /**
1259
- * Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
1326
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1260
1327
  */
1261
- previewEnvAliasEnabled?: boolean | undefined;
1328
+ microfrontendsAlias2Enabled?: boolean | undefined;
1262
1329
  };
1263
1330
  export type CreateDeploymentMicrofrontends1 = {
1264
1331
  /**
@@ -1278,13 +1345,9 @@ export type CreateDeploymentMicrofrontends1 = {
1278
1345
  */
1279
1346
  groupIds: Array<string>;
1280
1347
  /**
1281
- * Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
1348
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1282
1349
  */
1283
- microfrontendsAliasEnabled?: boolean | undefined;
1284
- /**
1285
- * Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
1286
- */
1287
- previewEnvAliasEnabled?: boolean | undefined;
1350
+ microfrontendsAlias2Enabled?: boolean | undefined;
1288
1351
  };
1289
1352
  export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
1290
1353
  export declare const CreateDeploymentGitRepoDeploymentsType: {
@@ -1292,8 +1355,8 @@ export declare const CreateDeploymentGitRepoDeploymentsType: {
1292
1355
  };
1293
1356
  export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
1294
1357
  export declare const CreateDeploymentGitRepoOwnerType: {
1295
- readonly Team: "team";
1296
1358
  readonly User: "user";
1359
+ readonly Team: "team";
1297
1360
  };
1298
1361
  export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
1299
1362
  export type GitRepo3 = {
@@ -1313,8 +1376,8 @@ export declare const CreateDeploymentGitRepoType: {
1313
1376
  };
1314
1377
  export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
1315
1378
  export declare const GitRepoOwnerType: {
1316
- readonly Team: "team";
1317
1379
  readonly User: "user";
1380
+ readonly Team: "team";
1318
1381
  };
1319
1382
  export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
1320
1383
  export type GitRepo2 = {
@@ -1334,8 +1397,8 @@ export declare const GitRepoType: {
1334
1397
  };
1335
1398
  export type GitRepoType = ClosedEnum<typeof GitRepoType>;
1336
1399
  export declare const OwnerType: {
1337
- readonly Team: "team";
1338
1400
  readonly User: "user";
1401
+ readonly Team: "team";
1339
1402
  };
1340
1403
  export type OwnerType = ClosedEnum<typeof OwnerType>;
1341
1404
  export type GitRepo1 = {
@@ -1421,11 +1484,15 @@ export type CreateDeploymentResponseBody = {
1421
1484
  * applies to custom domains only, defaults to `true`
1422
1485
  */
1423
1486
  autoAssignCustomDomains?: boolean | undefined;
1424
- gitSource?: CreateDeploymentGitSource10 | CreateDeploymentGitSource12 | CreateDeploymentGitSource4 | CreateDeploymentGitSource8 | CreateDeploymentGitSource9 | CreateDeploymentGitSource11 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource7 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource6 | undefined;
1487
+ gitSource?: CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8 | undefined;
1425
1488
  meta: {
1426
1489
  [k: string]: string;
1427
1490
  };
1428
1491
  project?: CreateDeploymentProject | undefined;
1492
+ /**
1493
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
1494
+ */
1495
+ nodeVersion?: CreateDeploymentNodeVersion | undefined;
1429
1496
  readyState: ReadyState;
1430
1497
  source?: CreateDeploymentSource | undefined;
1431
1498
  target?: CreateDeploymentTarget | null | undefined;
@@ -1623,6 +1690,10 @@ export type GitMetadata$Outbound = {
1623
1690
  commitRef?: string | undefined;
1624
1691
  commitSha?: string | undefined;
1625
1692
  dirty?: boolean | undefined;
1693
+ ci?: boolean | undefined;
1694
+ ciType?: string | undefined;
1695
+ ciGitProviderUsername?: string | undefined;
1696
+ ciGitRepoVisibility?: string | undefined;
1626
1697
  };
1627
1698
  /** @internal */
1628
1699
  export declare const GitMetadata$outboundSchema: z.ZodType<GitMetadata$Outbound, z.ZodTypeDef, GitMetadata>;
@@ -1976,6 +2047,7 @@ export declare namespace Framework$ {
1976
2047
  readonly Sanity: "sanity";
1977
2048
  readonly Storybook: "storybook";
1978
2049
  readonly Nitro: "nitro";
2050
+ readonly Hono: "hono";
1979
2051
  }>;
1980
2052
  /** @deprecated use `Framework$outboundSchema` instead. */
1981
2053
  const outboundSchema: z.ZodNativeEnum<{
@@ -2026,6 +2098,7 @@ export declare namespace Framework$ {
2026
2098
  readonly Sanity: "sanity";
2027
2099
  readonly Storybook: "storybook";
2028
2100
  readonly Nitro: "nitro";
2101
+ readonly Hono: "hono";
2029
2102
  }>;
2030
2103
  }
2031
2104
  /** @internal */
@@ -2279,6 +2352,7 @@ export declare namespace CreateDeploymentFramework$ {
2279
2352
  readonly Sanity: "sanity";
2280
2353
  readonly Storybook: "storybook";
2281
2354
  readonly Nitro: "nitro";
2355
+ readonly Hono: "hono";
2282
2356
  }>;
2283
2357
  /** @deprecated use `CreateDeploymentFramework$outboundSchema` instead. */
2284
2358
  const outboundSchema: z.ZodNativeEnum<{
@@ -2329,6 +2403,7 @@ export declare namespace CreateDeploymentFramework$ {
2329
2403
  readonly Sanity: "sanity";
2330
2404
  readonly Storybook: "storybook";
2331
2405
  readonly Nitro: "nitro";
2406
+ readonly Hono: "hono";
2332
2407
  }>;
2333
2408
  }
2334
2409
  /** @internal */
@@ -2424,19 +2499,19 @@ export declare const CreateDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
2424
2499
  export declare namespace CreateDeploymentDeploymentsStatus$ {
2425
2500
  /** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
2426
2501
  const inboundSchema: z.ZodNativeEnum<{
2502
+ readonly Error: "error";
2503
+ readonly Timeout: "timeout";
2427
2504
  readonly Skipped: "skipped";
2428
2505
  readonly Pending: "pending";
2429
2506
  readonly Ready: "ready";
2430
- readonly Error: "error";
2431
- readonly Timeout: "timeout";
2432
2507
  }>;
2433
2508
  /** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
2434
2509
  const outboundSchema: z.ZodNativeEnum<{
2510
+ readonly Error: "error";
2511
+ readonly Timeout: "timeout";
2435
2512
  readonly Skipped: "skipped";
2436
2513
  readonly Pending: "pending";
2437
2514
  readonly Ready: "ready";
2438
- readonly Error: "error";
2439
- readonly Timeout: "timeout";
2440
2515
  }>;
2441
2516
  }
2442
2517
  /** @internal */
@@ -2640,15 +2715,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
2640
2715
  export declare namespace CreateDeploymentReadyState$ {
2641
2716
  /** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
2642
2717
  const inboundSchema: z.ZodNativeEnum<{
2643
- readonly Building: "BUILDING";
2644
2718
  readonly Error: "ERROR";
2719
+ readonly Building: "BUILDING";
2645
2720
  readonly Initializing: "INITIALIZING";
2646
2721
  readonly Ready: "READY";
2647
2722
  }>;
2648
2723
  /** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
2649
2724
  const outboundSchema: z.ZodNativeEnum<{
2650
- readonly Building: "BUILDING";
2651
2725
  readonly Error: "ERROR";
2726
+ readonly Building: "BUILDING";
2652
2727
  readonly Initializing: "INITIALIZING";
2653
2728
  readonly Ready: "READY";
2654
2729
  }>;
@@ -2682,8 +2757,8 @@ export declare const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unk
2682
2757
  export type Lambdas$Outbound = {
2683
2758
  id?: string | undefined;
2684
2759
  createdAt?: number | undefined;
2685
- entrypoint?: string | null | undefined;
2686
2760
  readyState?: string | undefined;
2761
+ entrypoint?: string | null | undefined;
2687
2762
  readyStateAt?: number | undefined;
2688
2763
  output: Array<CreateDeploymentOutput$Outbound>;
2689
2764
  };
@@ -2989,6 +3064,140 @@ export declare namespace CreateDeploymentType$ {
2989
3064
  }>;
2990
3065
  }
2991
3066
  /** @internal */
3067
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
3068
+ /** @internal */
3069
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
3070
+ /**
3071
+ * @internal
3072
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3073
+ */
3074
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ {
3075
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema` instead. */
3076
+ const inboundSchema: z.ZodNativeEnum<{
3077
+ readonly Bitbucket: "bitbucket";
3078
+ }>;
3079
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema` instead. */
3080
+ const outboundSchema: z.ZodNativeEnum<{
3081
+ readonly Bitbucket: "bitbucket";
3082
+ }>;
3083
+ }
3084
+ /** @internal */
3085
+ export declare const CreateDeploymentGitSource15$inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
3086
+ /** @internal */
3087
+ export type CreateDeploymentGitSource15$Outbound = {
3088
+ type: string;
3089
+ ref: string;
3090
+ sha: string;
3091
+ owner?: string | undefined;
3092
+ slug?: string | undefined;
3093
+ workspaceUuid: string;
3094
+ repoUuid: string;
3095
+ };
3096
+ /** @internal */
3097
+ export declare const CreateDeploymentGitSource15$outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
3098
+ /**
3099
+ * @internal
3100
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3101
+ */
3102
+ export declare namespace CreateDeploymentGitSource15$ {
3103
+ /** @deprecated use `CreateDeploymentGitSource15$inboundSchema` instead. */
3104
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
3105
+ /** @deprecated use `CreateDeploymentGitSource15$outboundSchema` instead. */
3106
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
3107
+ /** @deprecated use `CreateDeploymentGitSource15$Outbound` instead. */
3108
+ type Outbound = CreateDeploymentGitSource15$Outbound;
3109
+ }
3110
+ export declare function createDeploymentGitSource15ToJSON(createDeploymentGitSource15: CreateDeploymentGitSource15): string;
3111
+ export declare function createDeploymentGitSource15FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource15, SDKValidationError>;
3112
+ /** @internal */
3113
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
3114
+ /** @internal */
3115
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
3116
+ /**
3117
+ * @internal
3118
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3119
+ */
3120
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ {
3121
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema` instead. */
3122
+ const inboundSchema: z.ZodNativeEnum<{
3123
+ readonly Gitlab: "gitlab";
3124
+ }>;
3125
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema` instead. */
3126
+ const outboundSchema: z.ZodNativeEnum<{
3127
+ readonly Gitlab: "gitlab";
3128
+ }>;
3129
+ }
3130
+ /** @internal */
3131
+ export declare const CreateDeploymentGitSource14$inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
3132
+ /** @internal */
3133
+ export type CreateDeploymentGitSource14$Outbound = {
3134
+ type: string;
3135
+ ref: string;
3136
+ sha: string;
3137
+ projectId: number;
3138
+ };
3139
+ /** @internal */
3140
+ export declare const CreateDeploymentGitSource14$outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
3141
+ /**
3142
+ * @internal
3143
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3144
+ */
3145
+ export declare namespace CreateDeploymentGitSource14$ {
3146
+ /** @deprecated use `CreateDeploymentGitSource14$inboundSchema` instead. */
3147
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
3148
+ /** @deprecated use `CreateDeploymentGitSource14$outboundSchema` instead. */
3149
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
3150
+ /** @deprecated use `CreateDeploymentGitSource14$Outbound` instead. */
3151
+ type Outbound = CreateDeploymentGitSource14$Outbound;
3152
+ }
3153
+ export declare function createDeploymentGitSource14ToJSON(createDeploymentGitSource14: CreateDeploymentGitSource14): string;
3154
+ export declare function createDeploymentGitSource14FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource14, SDKValidationError>;
3155
+ /** @internal */
3156
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
3157
+ /** @internal */
3158
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
3159
+ /**
3160
+ * @internal
3161
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3162
+ */
3163
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ {
3164
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema` instead. */
3165
+ const inboundSchema: z.ZodNativeEnum<{
3166
+ readonly GithubLimited: "github-limited";
3167
+ }>;
3168
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema` instead. */
3169
+ const outboundSchema: z.ZodNativeEnum<{
3170
+ readonly GithubLimited: "github-limited";
3171
+ }>;
3172
+ }
3173
+ /** @internal */
3174
+ export declare const CreateDeploymentGitSource13$inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
3175
+ /** @internal */
3176
+ export type CreateDeploymentGitSource13$Outbound = {
3177
+ type: string;
3178
+ ref: string;
3179
+ sha: string;
3180
+ repoId: number;
3181
+ org?: string | undefined;
3182
+ repo?: string | undefined;
3183
+ };
3184
+ /** @internal */
3185
+ export declare const CreateDeploymentGitSource13$outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
3186
+ /**
3187
+ * @internal
3188
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3189
+ */
3190
+ export declare namespace CreateDeploymentGitSource13$ {
3191
+ /** @deprecated use `CreateDeploymentGitSource13$inboundSchema` instead. */
3192
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
3193
+ /** @deprecated use `CreateDeploymentGitSource13$outboundSchema` instead. */
3194
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
3195
+ /** @deprecated use `CreateDeploymentGitSource13$Outbound` instead. */
3196
+ type Outbound = CreateDeploymentGitSource13$Outbound;
3197
+ }
3198
+ export declare function createDeploymentGitSource13ToJSON(createDeploymentGitSource13: CreateDeploymentGitSource13): string;
3199
+ export declare function createDeploymentGitSource13FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource13, SDKValidationError>;
3200
+ /** @internal */
2992
3201
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
2993
3202
  /** @internal */
2994
3203
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
@@ -2999,11 +3208,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2999
3208
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
3000
3209
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
3001
3210
  const inboundSchema: z.ZodNativeEnum<{
3002
- readonly Bitbucket: "bitbucket";
3211
+ readonly GithubCustomHost: "github-custom-host";
3003
3212
  }>;
3004
3213
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
3005
3214
  const outboundSchema: z.ZodNativeEnum<{
3006
- readonly Bitbucket: "bitbucket";
3215
+ readonly GithubCustomHost: "github-custom-host";
3007
3216
  }>;
3008
3217
  }
3009
3218
  /** @internal */
@@ -3011,12 +3220,12 @@ export declare const CreateDeploymentGitSource12$inboundSchema: z.ZodType<Create
3011
3220
  /** @internal */
3012
3221
  export type CreateDeploymentGitSource12$Outbound = {
3013
3222
  type: string;
3223
+ host: string;
3014
3224
  ref: string;
3015
3225
  sha: string;
3016
- owner?: string | undefined;
3017
- slug?: string | undefined;
3018
- workspaceUuid: string;
3019
- repoUuid: string;
3226
+ repoId: number;
3227
+ org?: string | undefined;
3228
+ repo?: string | undefined;
3020
3229
  };
3021
3230
  /** @internal */
3022
3231
  export declare const CreateDeploymentGitSource12$outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
@@ -3045,11 +3254,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3045
3254
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
3046
3255
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
3047
3256
  const inboundSchema: z.ZodNativeEnum<{
3048
- readonly Gitlab: "gitlab";
3257
+ readonly Github: "github";
3049
3258
  }>;
3050
3259
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
3051
3260
  const outboundSchema: z.ZodNativeEnum<{
3052
- readonly Gitlab: "gitlab";
3261
+ readonly Github: "github";
3053
3262
  }>;
3054
3263
  }
3055
3264
  /** @internal */
@@ -3059,7 +3268,9 @@ export type CreateDeploymentGitSource11$Outbound = {
3059
3268
  type: string;
3060
3269
  ref: string;
3061
3270
  sha: string;
3062
- projectId: number;
3271
+ repoId: number;
3272
+ org?: string | undefined;
3273
+ repo?: string | undefined;
3063
3274
  };
3064
3275
  /** @internal */
3065
3276
  export declare const CreateDeploymentGitSource11$outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
@@ -3088,11 +3299,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3088
3299
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
3089
3300
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
3090
3301
  const inboundSchema: z.ZodNativeEnum<{
3091
- readonly GithubCustomHost: "github-custom-host";
3302
+ readonly Custom: "custom";
3092
3303
  }>;
3093
3304
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
3094
3305
  const outboundSchema: z.ZodNativeEnum<{
3095
- readonly GithubCustomHost: "github-custom-host";
3306
+ readonly Custom: "custom";
3096
3307
  }>;
3097
3308
  }
3098
3309
  /** @internal */
@@ -3100,12 +3311,9 @@ export declare const CreateDeploymentGitSource10$inboundSchema: z.ZodType<Create
3100
3311
  /** @internal */
3101
3312
  export type CreateDeploymentGitSource10$Outbound = {
3102
3313
  type: string;
3103
- host: string;
3104
3314
  ref: string;
3105
3315
  sha: string;
3106
- repoId: number;
3107
- org?: string | undefined;
3108
- repo?: string | undefined;
3316
+ gitUrl: string;
3109
3317
  };
3110
3318
  /** @internal */
3111
3319
  export declare const CreateDeploymentGitSource10$outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
@@ -3134,11 +3342,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3134
3342
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
3135
3343
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
3136
3344
  const inboundSchema: z.ZodNativeEnum<{
3137
- readonly Github: "github";
3345
+ readonly Bitbucket: "bitbucket";
3138
3346
  }>;
3139
3347
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
3140
3348
  const outboundSchema: z.ZodNativeEnum<{
3141
- readonly Github: "github";
3349
+ readonly Bitbucket: "bitbucket";
3142
3350
  }>;
3143
3351
  }
3144
3352
  /** @internal */
@@ -3146,11 +3354,11 @@ export declare const CreateDeploymentGitSource9$inboundSchema: z.ZodType<CreateD
3146
3354
  /** @internal */
3147
3355
  export type CreateDeploymentGitSource9$Outbound = {
3148
3356
  type: string;
3149
- ref: string;
3150
- sha: string;
3151
- repoId: number;
3152
- org?: string | undefined;
3153
- repo?: string | undefined;
3357
+ owner: string;
3358
+ slug: string;
3359
+ ref?: string | null | undefined;
3360
+ sha?: string | undefined;
3361
+ prId?: number | null | undefined;
3154
3362
  };
3155
3363
  /** @internal */
3156
3364
  export declare const CreateDeploymentGitSource9$outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
@@ -3179,11 +3387,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3179
3387
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
3180
3388
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
3181
3389
  const inboundSchema: z.ZodNativeEnum<{
3182
- readonly Custom: "custom";
3390
+ readonly Bitbucket: "bitbucket";
3183
3391
  }>;
3184
3392
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
3185
3393
  const outboundSchema: z.ZodNativeEnum<{
3186
- readonly Custom: "custom";
3394
+ readonly Bitbucket: "bitbucket";
3187
3395
  }>;
3188
3396
  }
3189
3397
  /** @internal */
@@ -3191,9 +3399,11 @@ export declare const CreateDeploymentGitSource8$inboundSchema: z.ZodType<CreateD
3191
3399
  /** @internal */
3192
3400
  export type CreateDeploymentGitSource8$Outbound = {
3193
3401
  type: string;
3194
- ref: string;
3195
- sha: string;
3196
- gitUrl: string;
3402
+ workspaceUuid?: string | undefined;
3403
+ repoUuid: string;
3404
+ ref?: string | null | undefined;
3405
+ sha?: string | undefined;
3406
+ prId?: number | null | undefined;
3197
3407
  };
3198
3408
  /** @internal */
3199
3409
  export declare const CreateDeploymentGitSource8$outboundSchema: z.ZodType<CreateDeploymentGitSource8$Outbound, z.ZodTypeDef, CreateDeploymentGitSource8>;
@@ -3222,20 +3432,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3222
3432
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ {
3223
3433
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
3224
3434
  const inboundSchema: z.ZodNativeEnum<{
3225
- readonly Bitbucket: "bitbucket";
3435
+ readonly Gitlab: "gitlab";
3226
3436
  }>;
3227
3437
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
3228
3438
  const outboundSchema: z.ZodNativeEnum<{
3229
- readonly Bitbucket: "bitbucket";
3439
+ readonly Gitlab: "gitlab";
3230
3440
  }>;
3231
3441
  }
3232
3442
  /** @internal */
3443
+ export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3444
+ /** @internal */
3445
+ export type GitSourceProjectId$Outbound = string | number;
3446
+ /** @internal */
3447
+ export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3448
+ /**
3449
+ * @internal
3450
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3451
+ */
3452
+ export declare namespace GitSourceProjectId$ {
3453
+ /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
3454
+ const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3455
+ /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
3456
+ const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3457
+ /** @deprecated use `GitSourceProjectId$Outbound` instead. */
3458
+ type Outbound = GitSourceProjectId$Outbound;
3459
+ }
3460
+ export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
3461
+ export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
3462
+ /** @internal */
3233
3463
  export declare const CreateDeploymentGitSource7$inboundSchema: z.ZodType<CreateDeploymentGitSource7, z.ZodTypeDef, unknown>;
3234
3464
  /** @internal */
3235
3465
  export type CreateDeploymentGitSource7$Outbound = {
3236
3466
  type: string;
3237
- owner: string;
3238
- slug: string;
3467
+ projectId: string | number;
3239
3468
  ref?: string | null | undefined;
3240
3469
  sha?: string | undefined;
3241
3470
  prId?: number | null | undefined;
@@ -3267,11 +3496,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3267
3496
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$ {
3268
3497
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
3269
3498
  const inboundSchema: z.ZodNativeEnum<{
3270
- readonly Bitbucket: "bitbucket";
3499
+ readonly GithubLimited: "github-limited";
3271
3500
  }>;
3272
3501
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
3273
3502
  const outboundSchema: z.ZodNativeEnum<{
3274
- readonly Bitbucket: "bitbucket";
3503
+ readonly GithubLimited: "github-limited";
3275
3504
  }>;
3276
3505
  }
3277
3506
  /** @internal */
@@ -3279,8 +3508,8 @@ export declare const CreateDeploymentGitSource6$inboundSchema: z.ZodType<CreateD
3279
3508
  /** @internal */
3280
3509
  export type CreateDeploymentGitSource6$Outbound = {
3281
3510
  type: string;
3282
- workspaceUuid?: string | undefined;
3283
- repoUuid: string;
3511
+ org: string;
3512
+ repo: string;
3284
3513
  ref?: string | null | undefined;
3285
3514
  sha?: string | undefined;
3286
3515
  prId?: number | null | undefined;
@@ -3312,39 +3541,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3312
3541
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ {
3313
3542
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
3314
3543
  const inboundSchema: z.ZodNativeEnum<{
3315
- readonly Gitlab: "gitlab";
3544
+ readonly GithubLimited: "github-limited";
3316
3545
  }>;
3317
3546
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
3318
3547
  const outboundSchema: z.ZodNativeEnum<{
3319
- readonly Gitlab: "gitlab";
3548
+ readonly GithubLimited: "github-limited";
3320
3549
  }>;
3321
3550
  }
3322
3551
  /** @internal */
3323
- export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3552
+ export declare const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
3324
3553
  /** @internal */
3325
- export type GitSourceProjectId$Outbound = string | number;
3554
+ export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
3326
3555
  /** @internal */
3327
- export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3556
+ export declare const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
3328
3557
  /**
3329
3558
  * @internal
3330
3559
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3331
3560
  */
3332
- export declare namespace GitSourceProjectId$ {
3333
- /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
3334
- const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3335
- /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
3336
- const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3337
- /** @deprecated use `GitSourceProjectId$Outbound` instead. */
3338
- type Outbound = GitSourceProjectId$Outbound;
3561
+ export declare namespace CreateDeploymentGitSourceDeploymentsRepoId$ {
3562
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
3563
+ const inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
3564
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
3565
+ const outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
3566
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
3567
+ type Outbound = CreateDeploymentGitSourceDeploymentsRepoId$Outbound;
3339
3568
  }
3340
- export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
3341
- export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
3569
+ export declare function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId: CreateDeploymentGitSourceDeploymentsRepoId): string;
3570
+ export declare function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
3342
3571
  /** @internal */
3343
3572
  export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
3344
3573
  /** @internal */
3345
3574
  export type CreateDeploymentGitSource5$Outbound = {
3346
3575
  type: string;
3347
- projectId: string | number;
3576
+ repoId: string | number;
3348
3577
  ref?: string | null | undefined;
3349
3578
  sha?: string | undefined;
3350
3579
  prId?: number | null | undefined;
@@ -3588,7 +3817,7 @@ export declare function createDeploymentGitSource1FromJSON(jsonString: string):
3588
3817
  /** @internal */
3589
3818
  export declare const CreateDeploymentGitSource$inboundSchema: z.ZodType<CreateDeploymentGitSource, z.ZodTypeDef, unknown>;
3590
3819
  /** @internal */
3591
- export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource6$Outbound;
3820
+ export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound;
3592
3821
  /** @internal */
3593
3822
  export declare const CreateDeploymentGitSource$outboundSchema: z.ZodType<CreateDeploymentGitSource$Outbound, z.ZodTypeDef, CreateDeploymentGitSource>;
3594
3823
  /**
@@ -3630,6 +3859,38 @@ export declare namespace CreateDeploymentProject$ {
3630
3859
  export declare function createDeploymentProjectToJSON(createDeploymentProject: CreateDeploymentProject): string;
3631
3860
  export declare function createDeploymentProjectFromJSON(jsonString: string): SafeParseResult<CreateDeploymentProject, SDKValidationError>;
3632
3861
  /** @internal */
3862
+ export declare const CreateDeploymentNodeVersion$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
3863
+ /** @internal */
3864
+ export declare const CreateDeploymentNodeVersion$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
3865
+ /**
3866
+ * @internal
3867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3868
+ */
3869
+ export declare namespace CreateDeploymentNodeVersion$ {
3870
+ /** @deprecated use `CreateDeploymentNodeVersion$inboundSchema` instead. */
3871
+ const inboundSchema: z.ZodNativeEnum<{
3872
+ readonly TwentyTwoDotX: "22.x";
3873
+ readonly TwentyDotX: "20.x";
3874
+ readonly EighteenDotX: "18.x";
3875
+ readonly SixteenDotX: "16.x";
3876
+ readonly FourteenDotX: "14.x";
3877
+ readonly TwelveDotX: "12.x";
3878
+ readonly TenDotX: "10.x";
3879
+ readonly EightDot10DotX: "8.10.x";
3880
+ }>;
3881
+ /** @deprecated use `CreateDeploymentNodeVersion$outboundSchema` instead. */
3882
+ const outboundSchema: z.ZodNativeEnum<{
3883
+ readonly TwentyTwoDotX: "22.x";
3884
+ readonly TwentyDotX: "20.x";
3885
+ readonly EighteenDotX: "18.x";
3886
+ readonly SixteenDotX: "16.x";
3887
+ readonly FourteenDotX: "14.x";
3888
+ readonly TwelveDotX: "12.x";
3889
+ readonly TenDotX: "10.x";
3890
+ readonly EightDot10DotX: "8.10.x";
3891
+ }>;
3892
+ }
3893
+ /** @internal */
3633
3894
  export declare const ReadyState$inboundSchema: z.ZodNativeEnum<typeof ReadyState>;
3634
3895
  /** @internal */
3635
3896
  export declare const ReadyState$outboundSchema: z.ZodNativeEnum<typeof ReadyState>;
@@ -3866,15 +4127,15 @@ export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof
3866
4127
  export declare namespace CreateDeploymentPlan$ {
3867
4128
  /** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
3868
4129
  const inboundSchema: z.ZodNativeEnum<{
4130
+ readonly Hobby: "hobby";
3869
4131
  readonly Pro: "pro";
3870
4132
  readonly Enterprise: "enterprise";
3871
- readonly Hobby: "hobby";
3872
4133
  }>;
3873
4134
  /** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
3874
4135
  const outboundSchema: z.ZodNativeEnum<{
4136
+ readonly Hobby: "hobby";
3875
4137
  readonly Pro: "pro";
3876
4138
  readonly Enterprise: "enterprise";
3877
- readonly Hobby: "hobby";
3878
4139
  }>;
3879
4140
  }
3880
4141
  /** @internal */
@@ -3888,13 +4149,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
3888
4149
  export declare namespace FunctionType$ {
3889
4150
  /** @deprecated use `FunctionType$inboundSchema` instead. */
3890
4151
  const inboundSchema: z.ZodNativeEnum<{
3891
- readonly Fluid: "fluid";
3892
4152
  readonly Standard: "standard";
4153
+ readonly Fluid: "fluid";
3893
4154
  }>;
3894
4155
  /** @deprecated use `FunctionType$outboundSchema` instead. */
3895
4156
  const outboundSchema: z.ZodNativeEnum<{
3896
- readonly Fluid: "fluid";
3897
4157
  readonly Standard: "standard";
4158
+ readonly Fluid: "fluid";
3898
4159
  }>;
3899
4160
  }
3900
4161
  /** @internal */
@@ -3908,14 +4169,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
3908
4169
  export declare namespace FunctionMemoryType$ {
3909
4170
  /** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
3910
4171
  const inboundSchema: z.ZodNativeEnum<{
3911
- readonly Standard: "standard";
3912
4172
  readonly StandardLegacy: "standard_legacy";
4173
+ readonly Standard: "standard";
3913
4174
  readonly Performance: "performance";
3914
4175
  }>;
3915
4176
  /** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
3916
4177
  const outboundSchema: z.ZodNativeEnum<{
3917
- readonly Standard: "standard";
3918
4178
  readonly StandardLegacy: "standard_legacy";
4179
+ readonly Standard: "standard";
3919
4180
  readonly Performance: "performance";
3920
4181
  }>;
3921
4182
  }
@@ -4075,21 +4336,21 @@ export declare const RoutesHandle$outboundSchema: z.ZodNativeEnum<typeof RoutesH
4075
4336
  export declare namespace RoutesHandle$ {
4076
4337
  /** @deprecated use `RoutesHandle$inboundSchema` instead. */
4077
4338
  const inboundSchema: z.ZodNativeEnum<{
4078
- readonly Error: "error";
4079
4339
  readonly Filesystem: "filesystem";
4340
+ readonly Error: "error";
4080
4341
  readonly Hit: "hit";
4081
4342
  readonly Miss: "miss";
4082
- readonly Rewrite: "rewrite";
4083
4343
  readonly Resource: "resource";
4344
+ readonly Rewrite: "rewrite";
4084
4345
  }>;
4085
4346
  /** @deprecated use `RoutesHandle$outboundSchema` instead. */
4086
4347
  const outboundSchema: z.ZodNativeEnum<{
4087
- readonly Error: "error";
4088
4348
  readonly Filesystem: "filesystem";
4349
+ readonly Error: "error";
4089
4350
  readonly Hit: "hit";
4090
4351
  readonly Miss: "miss";
4091
- readonly Rewrite: "rewrite";
4092
4352
  readonly Resource: "resource";
4353
+ readonly Rewrite: "rewrite";
4093
4354
  }>;
4094
4355
  }
4095
4356
  /** @internal */
@@ -4694,14 +4955,14 @@ export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<ty
4694
4955
  export declare namespace CreateDeploymentRoutesOp$ {
4695
4956
  /** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
4696
4957
  const inboundSchema: z.ZodNativeEnum<{
4697
- readonly Append: "append";
4698
4958
  readonly Set: "set";
4959
+ readonly Append: "append";
4699
4960
  readonly Delete: "delete";
4700
4961
  }>;
4701
4962
  /** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
4702
4963
  const outboundSchema: z.ZodNativeEnum<{
4703
- readonly Append: "append";
4704
4964
  readonly Set: "set";
4965
+ readonly Append: "append";
4705
4966
  readonly Delete: "delete";
4706
4967
  }>;
4707
4968
  }
@@ -5021,43 +5282,42 @@ export declare namespace CreateDeploymentChecks$ {
5021
5282
  export declare function createDeploymentChecksToJSON(createDeploymentChecks: CreateDeploymentChecks): string;
5022
5283
  export declare function createDeploymentChecksFromJSON(jsonString: string): SafeParseResult<CreateDeploymentChecks, SDKValidationError>;
5023
5284
  /** @internal */
5024
- export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
5285
+ export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
5025
5286
  /** @internal */
5026
- export type CreateDeploymentMicrofrontendsApplications$Outbound = {
5287
+ export type Applications$Outbound = {
5027
5288
  isDefaultApp?: boolean | undefined;
5028
5289
  productionHost: string;
5029
5290
  deploymentAlias?: string | undefined;
5030
5291
  deploymentHost?: string | undefined;
5031
5292
  };
5032
5293
  /** @internal */
5033
- export declare const CreateDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
5294
+ export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
5034
5295
  /**
5035
5296
  * @internal
5036
5297
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5037
5298
  */
5038
- export declare namespace CreateDeploymentMicrofrontendsApplications$ {
5039
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
5040
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
5041
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
5042
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
5043
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
5044
- type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
5299
+ export declare namespace Applications$ {
5300
+ /** @deprecated use `Applications$inboundSchema` instead. */
5301
+ const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
5302
+ /** @deprecated use `Applications$outboundSchema` instead. */
5303
+ const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
5304
+ /** @deprecated use `Applications$Outbound` instead. */
5305
+ type Outbound = Applications$Outbound;
5045
5306
  }
5046
- export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
5047
- export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
5307
+ export declare function applicationsToJSON(applications: Applications): string;
5308
+ export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
5048
5309
  /** @internal */
5049
5310
  export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
5050
5311
  /** @internal */
5051
5312
  export type CreateDeploymentMicrofrontends2$Outbound = {
5052
5313
  applications?: {
5053
- [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
5314
+ [k: string]: Applications$Outbound;
5054
5315
  } | undefined;
5055
5316
  isDefaultApp: boolean;
5056
5317
  defaultAppProjectName: string;
5057
5318
  defaultRoute?: string | undefined;
5058
5319
  groupIds: Array<string>;
5059
- microfrontendsAliasEnabled?: boolean | undefined;
5060
- previewEnvAliasEnabled?: boolean | undefined;
5320
+ microfrontendsAlias2Enabled?: boolean | undefined;
5061
5321
  };
5062
5322
  /** @internal */
5063
5323
  export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
@@ -5083,8 +5343,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
5083
5343
  defaultAppProjectName: string;
5084
5344
  defaultRoute?: string | undefined;
5085
5345
  groupIds: Array<string>;
5086
- microfrontendsAliasEnabled?: boolean | undefined;
5087
- previewEnvAliasEnabled?: boolean | undefined;
5346
+ microfrontendsAlias2Enabled?: boolean | undefined;
5088
5347
  };
5089
5348
  /** @internal */
5090
5349
  export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
@@ -5151,13 +5410,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
5151
5410
  export declare namespace CreateDeploymentGitRepoOwnerType$ {
5152
5411
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
5153
5412
  const inboundSchema: z.ZodNativeEnum<{
5154
- readonly Team: "team";
5155
5413
  readonly User: "user";
5414
+ readonly Team: "team";
5156
5415
  }>;
5157
5416
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
5158
5417
  const outboundSchema: z.ZodNativeEnum<{
5159
- readonly Team: "team";
5160
5418
  readonly User: "user";
5419
+ readonly Team: "team";
5161
5420
  }>;
5162
5421
  }
5163
5422
  /** @internal */
@@ -5220,13 +5479,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
5220
5479
  export declare namespace GitRepoOwnerType$ {
5221
5480
  /** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
5222
5481
  const inboundSchema: z.ZodNativeEnum<{
5223
- readonly Team: "team";
5224
5482
  readonly User: "user";
5483
+ readonly Team: "team";
5225
5484
  }>;
5226
5485
  /** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
5227
5486
  const outboundSchema: z.ZodNativeEnum<{
5228
- readonly Team: "team";
5229
5487
  readonly User: "user";
5488
+ readonly Team: "team";
5230
5489
  }>;
5231
5490
  }
5232
5491
  /** @internal */
@@ -5289,13 +5548,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
5289
5548
  export declare namespace OwnerType$ {
5290
5549
  /** @deprecated use `OwnerType$inboundSchema` instead. */
5291
5550
  const inboundSchema: z.ZodNativeEnum<{
5292
- readonly Team: "team";
5293
5551
  readonly User: "user";
5552
+ readonly Team: "team";
5294
5553
  }>;
5295
5554
  /** @deprecated use `OwnerType$outboundSchema` instead. */
5296
5555
  const outboundSchema: z.ZodNativeEnum<{
5297
- readonly Team: "team";
5298
5556
  readonly User: "user";
5557
+ readonly Team: "team";
5299
5558
  }>;
5300
5559
  }
5301
5560
  /** @internal */
@@ -5502,11 +5761,12 @@ export type CreateDeploymentResponseBody$Outbound = {
5502
5761
  deletedAt?: number | null | undefined;
5503
5762
  version: number;
5504
5763
  autoAssignCustomDomains?: boolean | undefined;
5505
- gitSource?: CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource6$Outbound | undefined;
5764
+ gitSource?: CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound | undefined;
5506
5765
  meta: {
5507
5766
  [k: string]: string;
5508
5767
  };
5509
5768
  project?: CreateDeploymentProject$Outbound | undefined;
5769
+ nodeVersion?: string | undefined;
5510
5770
  readyState: string;
5511
5771
  source?: string | undefined;
5512
5772
  target?: string | null | undefined;