@vercel/sdk 1.10.3 → 1.10.5

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 (237) hide show
  1. package/README.md +4 -2
  2. package/bin/mcp-server.js +5742 -1519
  3. package/bin/mcp-server.js.map +44 -41
  4. package/docs/sdks/aliases/README.md +1 -1
  5. package/docs/sdks/integrations/README.md +81 -0
  6. package/docs/sdks/projects/README.md +6 -0
  7. package/docs/sdks/teams/README.md +0 -2
  8. package/esm/__tests__/accessgroups.test.js +6 -0
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/aliases.test.js +1 -20
  11. package/esm/__tests__/aliases.test.js.map +1 -1
  12. package/esm/__tests__/deployments.test.js +2 -2
  13. package/esm/__tests__/deployments.test.js.map +1 -1
  14. package/esm/__tests__/domains.test.js +6 -0
  15. package/esm/__tests__/domains.test.js.map +1 -1
  16. package/esm/__tests__/edgeconfig.test.js +18 -0
  17. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  18. package/esm/__tests__/integrations.test.js +25 -0
  19. package/esm/__tests__/integrations.test.js.map +1 -1
  20. package/esm/__tests__/rollingrelease.test.js +2 -6
  21. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  22. package/esm/funcs/aliasesGetAlias.d.ts +2 -2
  23. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  24. package/esm/funcs/aliasesGetAlias.js +2 -2
  25. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  26. package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
  27. package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
  28. package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
  29. package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
  30. package/esm/funcs/projectsCreateProject.d.ts +3 -1
  31. package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
  32. package/esm/funcs/projectsCreateProject.js +16 -2
  33. package/esm/funcs/projectsCreateProject.js.map +1 -1
  34. package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
  35. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
  36. package/esm/funcs/projectsCreateProjectEnv.js +15 -2
  37. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
  38. package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
  39. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
  40. package/esm/funcs/projectsEditProjectEnv.js +4 -2
  41. package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
  42. package/esm/lib/config.d.ts +3 -3
  43. package/esm/lib/config.js +3 -3
  44. package/esm/lib/security.d.ts.map +1 -1
  45. package/esm/lib/security.js.map +1 -1
  46. package/esm/mcp-server/mcp-server.js +1 -1
  47. package/esm/mcp-server/server.d.ts.map +1 -1
  48. package/esm/mcp-server/server.js +3 -1
  49. package/esm/mcp-server/server.js.map +1 -1
  50. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
  51. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
  52. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
  53. package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
  54. package/esm/models/canceldeploymentop.d.ts +10 -4
  55. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  56. package/esm/models/canceldeploymentop.js +6 -4
  57. package/esm/models/canceldeploymentop.js.map +1 -1
  58. package/esm/models/createaccessgroupop.d.ts +24 -0
  59. package/esm/models/createaccessgroupop.d.ts.map +1 -1
  60. package/esm/models/createaccessgroupop.js +20 -0
  61. package/esm/models/createaccessgroupop.js.map +1 -1
  62. package/esm/models/createdeploymentop.d.ts +31 -19
  63. package/esm/models/createdeploymentop.d.ts.map +1 -1
  64. package/esm/models/createdeploymentop.js +23 -19
  65. package/esm/models/createdeploymentop.js.map +1 -1
  66. package/esm/models/createedgeconfigop.d.ts +17 -12
  67. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  68. package/esm/models/createedgeconfigop.js +14 -12
  69. package/esm/models/createedgeconfigop.js.map +1 -1
  70. package/esm/models/createprojectenvop.d.ts +12 -12
  71. package/esm/models/createprojectenvop.d.ts.map +1 -1
  72. package/esm/models/createprojectenvop.js +12 -12
  73. package/esm/models/createprojectenvop.js.map +1 -1
  74. package/esm/models/createprojectop.d.ts +81 -62
  75. package/esm/models/createprojectop.d.ts.map +1 -1
  76. package/esm/models/createprojectop.js +74 -68
  77. package/esm/models/createprojectop.js.map +1 -1
  78. package/esm/models/filterprojectenvsop.d.ts +20 -20
  79. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  80. package/esm/models/filterprojectenvsop.js +20 -24
  81. package/esm/models/filterprojectenvsop.js.map +1 -1
  82. package/esm/models/getaliasop.d.ts +656 -0
  83. package/esm/models/getaliasop.d.ts.map +1 -1
  84. package/esm/models/getaliasop.js +548 -0
  85. package/esm/models/getaliasop.js.map +1 -1
  86. package/esm/models/getconfigurationproductsop.d.ts +6435 -0
  87. package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
  88. package/esm/models/getconfigurationproductsop.js +7314 -0
  89. package/esm/models/getconfigurationproductsop.js.map +1 -0
  90. package/esm/models/getconfigurationsop.d.ts +15 -15
  91. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  92. package/esm/models/getconfigurationsop.js +15 -15
  93. package/esm/models/getconfigurationsop.js.map +1 -1
  94. package/esm/models/getdeploymentop.d.ts +66 -60
  95. package/esm/models/getdeploymentop.d.ts.map +1 -1
  96. package/esm/models/getdeploymentop.js +54 -52
  97. package/esm/models/getdeploymentop.js.map +1 -1
  98. package/esm/models/getdeploymentsop.d.ts +49 -0
  99. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  100. package/esm/models/getdeploymentsop.js +29 -0
  101. package/esm/models/getdeploymentsop.js.map +1 -1
  102. package/esm/models/getdomainconfigop.d.ts +24 -12
  103. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  104. package/esm/models/getdomainconfigop.js +24 -16
  105. package/esm/models/getdomainconfigop.js.map +1 -1
  106. package/esm/models/getedgeconfigop.d.ts +17 -12
  107. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  108. package/esm/models/getedgeconfigop.js +14 -12
  109. package/esm/models/getedgeconfigop.js.map +1 -1
  110. package/esm/models/getfirewallconfigop.d.ts +6 -0
  111. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  112. package/esm/models/getfirewallconfigop.js +2 -0
  113. package/esm/models/getfirewallconfigop.js.map +1 -1
  114. package/esm/models/getprojectmembersop.d.ts +8 -8
  115. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  116. package/esm/models/getprojectmembersop.js +12 -12
  117. package/esm/models/getprojectmembersop.js.map +1 -1
  118. package/esm/models/getprojectsop.d.ts +70 -62
  119. package/esm/models/getprojectsop.d.ts.map +1 -1
  120. package/esm/models/getprojectsop.js +70 -68
  121. package/esm/models/getprojectsop.js.map +1 -1
  122. package/esm/models/getteammembersop.d.ts +4 -4
  123. package/esm/models/getteammembersop.d.ts.map +1 -1
  124. package/esm/models/getteammembersop.js +4 -4
  125. package/esm/models/getteammembersop.js.map +1 -1
  126. package/esm/models/getwebhooksop.d.ts +6 -0
  127. package/esm/models/getwebhooksop.d.ts.map +1 -1
  128. package/esm/models/getwebhooksop.js +2 -0
  129. package/esm/models/getwebhooksop.js.map +1 -1
  130. package/esm/models/inviteusertoteamop.d.ts +32 -223
  131. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  132. package/esm/models/inviteusertoteamop.js +42 -182
  133. package/esm/models/inviteusertoteamop.js.map +1 -1
  134. package/esm/models/listaliasesop.d.ts +68 -66
  135. package/esm/models/listaliasesop.d.ts.map +1 -1
  136. package/esm/models/listaliasesop.js +80 -78
  137. package/esm/models/listaliasesop.js.map +1 -1
  138. package/esm/models/listdeploymentaliasesop.d.ts +32 -30
  139. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  140. package/esm/models/listdeploymentaliasesop.js +36 -34
  141. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  142. package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
  143. package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
  144. package/esm/models/patchurlprotectionbypassop.js +2 -0
  145. package/esm/models/patchurlprotectionbypassop.js.map +1 -1
  146. package/esm/models/putfirewallconfigop.d.ts +9 -0
  147. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  148. package/esm/models/putfirewallconfigop.js +3 -0
  149. package/esm/models/putfirewallconfigop.js.map +1 -1
  150. package/esm/models/team.d.ts +23 -0
  151. package/esm/models/team.d.ts.map +1 -1
  152. package/esm/models/team.js +23 -0
  153. package/esm/models/team.js.map +1 -1
  154. package/esm/models/updateaccessgroupop.d.ts +2 -2
  155. package/esm/models/updateaccessgroupop.d.ts.map +1 -1
  156. package/esm/models/updateaccessgroupop.js +2 -3
  157. package/esm/models/updateaccessgroupop.js.map +1 -1
  158. package/esm/models/updateedgeconfigop.d.ts +17 -12
  159. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  160. package/esm/models/updateedgeconfigop.js +14 -12
  161. package/esm/models/updateedgeconfigop.js.map +1 -1
  162. package/esm/models/updatefirewallconfigop.d.ts +78 -4
  163. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  164. package/esm/models/updatefirewallconfigop.js +50 -4
  165. package/esm/models/updatefirewallconfigop.js.map +1 -1
  166. package/esm/models/updateprojectdatacacheop.d.ts +70 -62
  167. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  168. package/esm/models/updateprojectdatacacheop.js +70 -70
  169. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  170. package/esm/models/updateprojectop.d.ts +76 -62
  171. package/esm/models/updateprojectop.d.ts.map +1 -1
  172. package/esm/models/updateprojectop.js +72 -68
  173. package/esm/models/updateprojectop.js.map +1 -1
  174. package/esm/models/userevent.d.ts +56 -56
  175. package/esm/models/userevent.d.ts.map +1 -1
  176. package/esm/models/userevent.js +56 -62
  177. package/esm/models/userevent.js.map +1 -1
  178. package/esm/sdk/aliases.d.ts +2 -2
  179. package/esm/sdk/aliases.d.ts.map +1 -1
  180. package/esm/sdk/integrations.d.ts +8 -0
  181. package/esm/sdk/integrations.d.ts.map +1 -1
  182. package/esm/sdk/integrations.js +10 -0
  183. package/esm/sdk/integrations.js.map +1 -1
  184. package/examples/package-lock.json +1 -1
  185. package/jsr.json +1 -1
  186. package/package.json +1 -1
  187. package/src/__tests__/accessgroups.test.ts +6 -0
  188. package/src/__tests__/aliases.test.ts +1 -20
  189. package/src/__tests__/deployments.test.ts +2 -2
  190. package/src/__tests__/domains.test.ts +6 -0
  191. package/src/__tests__/edgeconfig.test.ts +18 -0
  192. package/src/__tests__/integrations.test.ts +28 -0
  193. package/src/__tests__/rollingrelease.test.ts +2 -6
  194. package/src/funcs/aliasesGetAlias.ts +6 -4
  195. package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
  196. package/src/funcs/projectsCreateProject.ts +30 -2
  197. package/src/funcs/projectsCreateProjectEnv.ts +29 -2
  198. package/src/funcs/projectsEditProjectEnv.ts +18 -2
  199. package/src/lib/config.ts +3 -3
  200. package/src/lib/security.ts +4 -1
  201. package/src/mcp-server/mcp-server.ts +1 -1
  202. package/src/mcp-server/server.ts +3 -1
  203. package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
  204. package/src/models/canceldeploymentop.ts +10 -8
  205. package/src/models/createaccessgroupop.ts +32 -0
  206. package/src/models/createdeploymentop.ts +73 -47
  207. package/src/models/createedgeconfigop.ts +31 -24
  208. package/src/models/createprojectenvop.ts +24 -24
  209. package/src/models/createprojectop.ts +149 -136
  210. package/src/models/filterprojectenvsop.ts +42 -46
  211. package/src/models/getaliasop.ts +1266 -0
  212. package/src/models/getconfigurationproductsop.ts +16739 -0
  213. package/src/models/getconfigurationsop.ts +28 -24
  214. package/src/models/getdeploymentop.ts +91 -89
  215. package/src/models/getdeploymentsop.ts +57 -0
  216. package/src/models/getdomainconfigop.ts +48 -28
  217. package/src/models/getedgeconfigop.ts +31 -24
  218. package/src/models/getfirewallconfigop.ts +2 -0
  219. package/src/models/getprojectmembersop.ts +16 -19
  220. package/src/models/getprojectsop.ts +140 -136
  221. package/src/models/getteammembersop.ts +8 -8
  222. package/src/models/getwebhooksop.ts +2 -0
  223. package/src/models/inviteusertoteamop.ts +69 -330
  224. package/src/models/listaliasesop.ts +147 -124
  225. package/src/models/listdeploymentaliasesop.ts +74 -58
  226. package/src/models/patchurlprotectionbypassop.ts +7 -0
  227. package/src/models/putfirewallconfigop.ts +3 -0
  228. package/src/models/team.ts +54 -0
  229. package/src/models/updateaccessgroupop.ts +4 -5
  230. package/src/models/updateedgeconfigop.ts +31 -24
  231. package/src/models/updatefirewallconfigop.ts +73 -8
  232. package/src/models/updateprojectdatacacheop.ts +137 -135
  233. package/src/models/updateprojectop.ts +142 -136
  234. package/src/models/userevent.ts +112 -124
  235. package/src/sdk/aliases.ts +2 -2
  236. package/src/sdk/integrations.ts +22 -0
  237. package/vercel-spec.json +3704 -586
@@ -127,11 +127,13 @@ export type ListAliasesProtectionBypass3 = {
127
127
  scope: ListAliasesProtectionBypassAliasesResponseScope;
128
128
  };
129
129
 
130
- export const ProtectionBypassAccess = {
130
+ export const ListAliasesProtectionBypassAccess = {
131
131
  Requested: "requested",
132
132
  Granted: "granted",
133
133
  } as const;
134
- export type ProtectionBypassAccess = ClosedEnum<typeof ProtectionBypassAccess>;
134
+ export type ListAliasesProtectionBypassAccess = ClosedEnum<
135
+ typeof ListAliasesProtectionBypassAccess
136
+ >;
135
137
 
136
138
  export const ListAliasesProtectionBypassAliasesScope = {
137
139
  User: "user",
@@ -147,7 +149,7 @@ export type ListAliasesProtectionBypass2 = {
147
149
  createdAt: number;
148
150
  lastUpdatedAt: number;
149
151
  lastUpdatedBy: string;
150
- access: ProtectionBypassAccess;
152
+ access: ListAliasesProtectionBypassAccess;
151
153
  scope: ListAliasesProtectionBypassAliasesScope;
152
154
  };
153
155
 
@@ -165,6 +167,7 @@ export type ListAliasesProtectionBypass1 = {
165
167
  createdAt: number;
166
168
  createdBy: string;
167
169
  scope: ListAliasesProtectionBypassScope;
170
+ expires?: number | undefined;
168
171
  };
169
172
 
170
173
  export type ListAliasesProtectionBypass =
@@ -173,14 +176,14 @@ export type ListAliasesProtectionBypass =
173
176
  | ListAliasesProtectionBypass1
174
177
  | ListAliasesProtectionBypass3;
175
178
 
176
- export type DefaultApp = {
179
+ export type ListAliasesDefaultApp = {
177
180
  projectId: string;
178
181
  };
179
182
 
180
183
  /**
181
184
  * A list of the deployment routing information for each project.
182
185
  */
183
- export type Applications3 = {
186
+ export type ListAliasesApplications3 = {
184
187
  /**
185
188
  * This is the deployment for the same commit, it could be a cancelled deployment. The proxy will fallback to the branchDeploymentId and then the fallbackDeploymentId.
186
189
  */
@@ -207,7 +210,7 @@ export type Applications3 = {
207
210
  /**
208
211
  * A list of the deployment routing information for each project.
209
212
  */
210
- export type Applications2 = {
213
+ export type ListAliasesApplications2 = {
211
214
  /**
212
215
  * This is always set. For branch aliases, it's used as the fallback if there is no deployment for the branch.
213
216
  */
@@ -225,7 +228,7 @@ export type Applications2 = {
225
228
  /**
226
229
  * A list of the deployment routing information for each project.
227
230
  */
228
- export type Applications1 = {
231
+ export type ListAliasesApplications1 = {
229
232
  /**
230
233
  * This is always set. In production it is used as a pointer to each apps production deployment. For pre-production, it's used as the fallback if there is no deployment for the branch.
231
234
  */
@@ -237,19 +240,19 @@ export type Applications1 = {
237
240
  };
238
241
 
239
242
  export type ListAliasesApplications =
240
- | Array<Applications1>
241
- | Array<Applications2>
242
- | Array<Applications3>;
243
+ | Array<ListAliasesApplications1>
244
+ | Array<ListAliasesApplications2>
245
+ | Array<ListAliasesApplications3>;
243
246
 
244
247
  /**
245
248
  * The microfrontends for the alias including the routing configuration
246
249
  */
247
250
  export type ListAliasesMicrofrontends = {
248
- defaultApp: DefaultApp;
251
+ defaultApp: ListAliasesDefaultApp;
249
252
  applications:
250
- | Array<Applications1>
251
- | Array<Applications2>
252
- | Array<Applications3>;
253
+ | Array<ListAliasesApplications1>
254
+ | Array<ListAliasesApplications2>
255
+ | Array<ListAliasesApplications3>;
253
256
  };
254
257
 
255
258
  export type ListAliasesAliases = {
@@ -741,24 +744,25 @@ export function listAliasesProtectionBypass3FromJSON(
741
744
  }
742
745
 
743
746
  /** @internal */
744
- export const ProtectionBypassAccess$inboundSchema: z.ZodNativeEnum<
745
- typeof ProtectionBypassAccess
746
- > = z.nativeEnum(ProtectionBypassAccess);
747
+ export const ListAliasesProtectionBypassAccess$inboundSchema: z.ZodNativeEnum<
748
+ typeof ListAliasesProtectionBypassAccess
749
+ > = z.nativeEnum(ListAliasesProtectionBypassAccess);
747
750
 
748
751
  /** @internal */
749
- export const ProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<
750
- typeof ProtectionBypassAccess
751
- > = ProtectionBypassAccess$inboundSchema;
752
+ export const ListAliasesProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<
753
+ typeof ListAliasesProtectionBypassAccess
754
+ > = ListAliasesProtectionBypassAccess$inboundSchema;
752
755
 
753
756
  /**
754
757
  * @internal
755
758
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
756
759
  */
757
- export namespace ProtectionBypassAccess$ {
758
- /** @deprecated use `ProtectionBypassAccess$inboundSchema` instead. */
759
- export const inboundSchema = ProtectionBypassAccess$inboundSchema;
760
- /** @deprecated use `ProtectionBypassAccess$outboundSchema` instead. */
761
- export const outboundSchema = ProtectionBypassAccess$outboundSchema;
760
+ export namespace ListAliasesProtectionBypassAccess$ {
761
+ /** @deprecated use `ListAliasesProtectionBypassAccess$inboundSchema` instead. */
762
+ export const inboundSchema = ListAliasesProtectionBypassAccess$inboundSchema;
763
+ /** @deprecated use `ListAliasesProtectionBypassAccess$outboundSchema` instead. */
764
+ export const outboundSchema =
765
+ ListAliasesProtectionBypassAccess$outboundSchema;
762
766
  }
763
767
 
764
768
  /** @internal */
@@ -793,7 +797,7 @@ export const ListAliasesProtectionBypass2$inboundSchema: z.ZodType<
793
797
  createdAt: z.number(),
794
798
  lastUpdatedAt: z.number(),
795
799
  lastUpdatedBy: z.string(),
796
- access: ProtectionBypassAccess$inboundSchema,
800
+ access: ListAliasesProtectionBypassAccess$inboundSchema,
797
801
  scope: ListAliasesProtectionBypassAliasesScope$inboundSchema,
798
802
  });
799
803
 
@@ -815,7 +819,7 @@ export const ListAliasesProtectionBypass2$outboundSchema: z.ZodType<
815
819
  createdAt: z.number(),
816
820
  lastUpdatedAt: z.number(),
817
821
  lastUpdatedBy: z.string(),
818
- access: ProtectionBypassAccess$outboundSchema,
822
+ access: ListAliasesProtectionBypassAccess$outboundSchema,
819
823
  scope: ListAliasesProtectionBypassAliasesScope$outboundSchema,
820
824
  });
821
825
 
@@ -882,6 +886,7 @@ export const ListAliasesProtectionBypass1$inboundSchema: z.ZodType<
882
886
  createdAt: z.number(),
883
887
  createdBy: z.string(),
884
888
  scope: ListAliasesProtectionBypassScope$inboundSchema,
889
+ expires: z.number().optional(),
885
890
  });
886
891
 
887
892
  /** @internal */
@@ -889,6 +894,7 @@ export type ListAliasesProtectionBypass1$Outbound = {
889
894
  createdAt: number;
890
895
  createdBy: string;
891
896
  scope: string;
897
+ expires?: number | undefined;
892
898
  };
893
899
 
894
900
  /** @internal */
@@ -900,6 +906,7 @@ export const ListAliasesProtectionBypass1$outboundSchema: z.ZodType<
900
906
  createdAt: z.number(),
901
907
  createdBy: z.string(),
902
908
  scope: ListAliasesProtectionBypassScope$outboundSchema,
909
+ expires: z.number().optional(),
903
910
  });
904
911
 
905
912
  /**
@@ -1000,8 +1007,8 @@ export function listAliasesProtectionBypassFromJSON(
1000
1007
  }
1001
1008
 
1002
1009
  /** @internal */
1003
- export const DefaultApp$inboundSchema: z.ZodType<
1004
- DefaultApp,
1010
+ export const ListAliasesDefaultApp$inboundSchema: z.ZodType<
1011
+ ListAliasesDefaultApp,
1005
1012
  z.ZodTypeDef,
1006
1013
  unknown
1007
1014
  > = z.object({
@@ -1009,15 +1016,15 @@ export const DefaultApp$inboundSchema: z.ZodType<
1009
1016
  });
1010
1017
 
1011
1018
  /** @internal */
1012
- export type DefaultApp$Outbound = {
1019
+ export type ListAliasesDefaultApp$Outbound = {
1013
1020
  projectId: string;
1014
1021
  };
1015
1022
 
1016
1023
  /** @internal */
1017
- export const DefaultApp$outboundSchema: z.ZodType<
1018
- DefaultApp$Outbound,
1024
+ export const ListAliasesDefaultApp$outboundSchema: z.ZodType<
1025
+ ListAliasesDefaultApp$Outbound,
1019
1026
  z.ZodTypeDef,
1020
- DefaultApp
1027
+ ListAliasesDefaultApp
1021
1028
  > = z.object({
1022
1029
  projectId: z.string(),
1023
1030
  });
@@ -1026,32 +1033,36 @@ export const DefaultApp$outboundSchema: z.ZodType<
1026
1033
  * @internal
1027
1034
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1028
1035
  */
1029
- export namespace DefaultApp$ {
1030
- /** @deprecated use `DefaultApp$inboundSchema` instead. */
1031
- export const inboundSchema = DefaultApp$inboundSchema;
1032
- /** @deprecated use `DefaultApp$outboundSchema` instead. */
1033
- export const outboundSchema = DefaultApp$outboundSchema;
1034
- /** @deprecated use `DefaultApp$Outbound` instead. */
1035
- export type Outbound = DefaultApp$Outbound;
1036
+ export namespace ListAliasesDefaultApp$ {
1037
+ /** @deprecated use `ListAliasesDefaultApp$inboundSchema` instead. */
1038
+ export const inboundSchema = ListAliasesDefaultApp$inboundSchema;
1039
+ /** @deprecated use `ListAliasesDefaultApp$outboundSchema` instead. */
1040
+ export const outboundSchema = ListAliasesDefaultApp$outboundSchema;
1041
+ /** @deprecated use `ListAliasesDefaultApp$Outbound` instead. */
1042
+ export type Outbound = ListAliasesDefaultApp$Outbound;
1036
1043
  }
1037
1044
 
1038
- export function defaultAppToJSON(defaultApp: DefaultApp): string {
1039
- return JSON.stringify(DefaultApp$outboundSchema.parse(defaultApp));
1045
+ export function listAliasesDefaultAppToJSON(
1046
+ listAliasesDefaultApp: ListAliasesDefaultApp,
1047
+ ): string {
1048
+ return JSON.stringify(
1049
+ ListAliasesDefaultApp$outboundSchema.parse(listAliasesDefaultApp),
1050
+ );
1040
1051
  }
1041
1052
 
1042
- export function defaultAppFromJSON(
1053
+ export function listAliasesDefaultAppFromJSON(
1043
1054
  jsonString: string,
1044
- ): SafeParseResult<DefaultApp, SDKValidationError> {
1055
+ ): SafeParseResult<ListAliasesDefaultApp, SDKValidationError> {
1045
1056
  return safeParse(
1046
1057
  jsonString,
1047
- (x) => DefaultApp$inboundSchema.parse(JSON.parse(x)),
1048
- `Failed to parse 'DefaultApp' from JSON`,
1058
+ (x) => ListAliasesDefaultApp$inboundSchema.parse(JSON.parse(x)),
1059
+ `Failed to parse 'ListAliasesDefaultApp' from JSON`,
1049
1060
  );
1050
1061
  }
1051
1062
 
1052
1063
  /** @internal */
1053
- export const Applications3$inboundSchema: z.ZodType<
1054
- Applications3,
1064
+ export const ListAliasesApplications3$inboundSchema: z.ZodType<
1065
+ ListAliasesApplications3,
1055
1066
  z.ZodTypeDef,
1056
1067
  unknown
1057
1068
  > = z.object({
@@ -1064,7 +1075,7 @@ export const Applications3$inboundSchema: z.ZodType<
1064
1075
  });
1065
1076
 
1066
1077
  /** @internal */
1067
- export type Applications3$Outbound = {
1078
+ export type ListAliasesApplications3$Outbound = {
1068
1079
  deploymentId?: string | undefined;
1069
1080
  branchDeploymentId?: string | undefined;
1070
1081
  fallbackDeploymentId?: string | undefined;
@@ -1074,10 +1085,10 @@ export type Applications3$Outbound = {
1074
1085
  };
1075
1086
 
1076
1087
  /** @internal */
1077
- export const Applications3$outboundSchema: z.ZodType<
1078
- Applications3$Outbound,
1088
+ export const ListAliasesApplications3$outboundSchema: z.ZodType<
1089
+ ListAliasesApplications3$Outbound,
1079
1090
  z.ZodTypeDef,
1080
- Applications3
1091
+ ListAliasesApplications3
1081
1092
  > = z.object({
1082
1093
  deploymentId: z.string().optional(),
1083
1094
  branchDeploymentId: z.string().optional(),
@@ -1091,32 +1102,36 @@ export const Applications3$outboundSchema: z.ZodType<
1091
1102
  * @internal
1092
1103
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1093
1104
  */
1094
- export namespace Applications3$ {
1095
- /** @deprecated use `Applications3$inboundSchema` instead. */
1096
- export const inboundSchema = Applications3$inboundSchema;
1097
- /** @deprecated use `Applications3$outboundSchema` instead. */
1098
- export const outboundSchema = Applications3$outboundSchema;
1099
- /** @deprecated use `Applications3$Outbound` instead. */
1100
- export type Outbound = Applications3$Outbound;
1105
+ export namespace ListAliasesApplications3$ {
1106
+ /** @deprecated use `ListAliasesApplications3$inboundSchema` instead. */
1107
+ export const inboundSchema = ListAliasesApplications3$inboundSchema;
1108
+ /** @deprecated use `ListAliasesApplications3$outboundSchema` instead. */
1109
+ export const outboundSchema = ListAliasesApplications3$outboundSchema;
1110
+ /** @deprecated use `ListAliasesApplications3$Outbound` instead. */
1111
+ export type Outbound = ListAliasesApplications3$Outbound;
1101
1112
  }
1102
1113
 
1103
- export function applications3ToJSON(applications3: Applications3): string {
1104
- return JSON.stringify(Applications3$outboundSchema.parse(applications3));
1114
+ export function listAliasesApplications3ToJSON(
1115
+ listAliasesApplications3: ListAliasesApplications3,
1116
+ ): string {
1117
+ return JSON.stringify(
1118
+ ListAliasesApplications3$outboundSchema.parse(listAliasesApplications3),
1119
+ );
1105
1120
  }
1106
1121
 
1107
- export function applications3FromJSON(
1122
+ export function listAliasesApplications3FromJSON(
1108
1123
  jsonString: string,
1109
- ): SafeParseResult<Applications3, SDKValidationError> {
1124
+ ): SafeParseResult<ListAliasesApplications3, SDKValidationError> {
1110
1125
  return safeParse(
1111
1126
  jsonString,
1112
- (x) => Applications3$inboundSchema.parse(JSON.parse(x)),
1113
- `Failed to parse 'Applications3' from JSON`,
1127
+ (x) => ListAliasesApplications3$inboundSchema.parse(JSON.parse(x)),
1128
+ `Failed to parse 'ListAliasesApplications3' from JSON`,
1114
1129
  );
1115
1130
  }
1116
1131
 
1117
1132
  /** @internal */
1118
- export const Applications2$inboundSchema: z.ZodType<
1119
- Applications2,
1133
+ export const ListAliasesApplications2$inboundSchema: z.ZodType<
1134
+ ListAliasesApplications2,
1120
1135
  z.ZodTypeDef,
1121
1136
  unknown
1122
1137
  > = z.object({
@@ -1126,17 +1141,17 @@ export const Applications2$inboundSchema: z.ZodType<
1126
1141
  });
1127
1142
 
1128
1143
  /** @internal */
1129
- export type Applications2$Outbound = {
1144
+ export type ListAliasesApplications2$Outbound = {
1130
1145
  fallbackHost: string;
1131
1146
  branchAlias: string;
1132
1147
  projectId: string;
1133
1148
  };
1134
1149
 
1135
1150
  /** @internal */
1136
- export const Applications2$outboundSchema: z.ZodType<
1137
- Applications2$Outbound,
1151
+ export const ListAliasesApplications2$outboundSchema: z.ZodType<
1152
+ ListAliasesApplications2$Outbound,
1138
1153
  z.ZodTypeDef,
1139
- Applications2
1154
+ ListAliasesApplications2
1140
1155
  > = z.object({
1141
1156
  fallbackHost: z.string(),
1142
1157
  branchAlias: z.string(),
@@ -1147,32 +1162,36 @@ export const Applications2$outboundSchema: z.ZodType<
1147
1162
  * @internal
1148
1163
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1149
1164
  */
1150
- export namespace Applications2$ {
1151
- /** @deprecated use `Applications2$inboundSchema` instead. */
1152
- export const inboundSchema = Applications2$inboundSchema;
1153
- /** @deprecated use `Applications2$outboundSchema` instead. */
1154
- export const outboundSchema = Applications2$outboundSchema;
1155
- /** @deprecated use `Applications2$Outbound` instead. */
1156
- export type Outbound = Applications2$Outbound;
1165
+ export namespace ListAliasesApplications2$ {
1166
+ /** @deprecated use `ListAliasesApplications2$inboundSchema` instead. */
1167
+ export const inboundSchema = ListAliasesApplications2$inboundSchema;
1168
+ /** @deprecated use `ListAliasesApplications2$outboundSchema` instead. */
1169
+ export const outboundSchema = ListAliasesApplications2$outboundSchema;
1170
+ /** @deprecated use `ListAliasesApplications2$Outbound` instead. */
1171
+ export type Outbound = ListAliasesApplications2$Outbound;
1157
1172
  }
1158
1173
 
1159
- export function applications2ToJSON(applications2: Applications2): string {
1160
- return JSON.stringify(Applications2$outboundSchema.parse(applications2));
1174
+ export function listAliasesApplications2ToJSON(
1175
+ listAliasesApplications2: ListAliasesApplications2,
1176
+ ): string {
1177
+ return JSON.stringify(
1178
+ ListAliasesApplications2$outboundSchema.parse(listAliasesApplications2),
1179
+ );
1161
1180
  }
1162
1181
 
1163
- export function applications2FromJSON(
1182
+ export function listAliasesApplications2FromJSON(
1164
1183
  jsonString: string,
1165
- ): SafeParseResult<Applications2, SDKValidationError> {
1184
+ ): SafeParseResult<ListAliasesApplications2, SDKValidationError> {
1166
1185
  return safeParse(
1167
1186
  jsonString,
1168
- (x) => Applications2$inboundSchema.parse(JSON.parse(x)),
1169
- `Failed to parse 'Applications2' from JSON`,
1187
+ (x) => ListAliasesApplications2$inboundSchema.parse(JSON.parse(x)),
1188
+ `Failed to parse 'ListAliasesApplications2' from JSON`,
1170
1189
  );
1171
1190
  }
1172
1191
 
1173
1192
  /** @internal */
1174
- export const Applications1$inboundSchema: z.ZodType<
1175
- Applications1,
1193
+ export const ListAliasesApplications1$inboundSchema: z.ZodType<
1194
+ ListAliasesApplications1,
1176
1195
  z.ZodTypeDef,
1177
1196
  unknown
1178
1197
  > = z.object({
@@ -1181,16 +1200,16 @@ export const Applications1$inboundSchema: z.ZodType<
1181
1200
  });
1182
1201
 
1183
1202
  /** @internal */
1184
- export type Applications1$Outbound = {
1203
+ export type ListAliasesApplications1$Outbound = {
1185
1204
  fallbackHost: string;
1186
1205
  projectId: string;
1187
1206
  };
1188
1207
 
1189
1208
  /** @internal */
1190
- export const Applications1$outboundSchema: z.ZodType<
1191
- Applications1$Outbound,
1209
+ export const ListAliasesApplications1$outboundSchema: z.ZodType<
1210
+ ListAliasesApplications1$Outbound,
1192
1211
  z.ZodTypeDef,
1193
- Applications1
1212
+ ListAliasesApplications1
1194
1213
  > = z.object({
1195
1214
  fallbackHost: z.string(),
1196
1215
  projectId: z.string(),
@@ -1200,26 +1219,30 @@ export const Applications1$outboundSchema: z.ZodType<
1200
1219
  * @internal
1201
1220
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1202
1221
  */
1203
- export namespace Applications1$ {
1204
- /** @deprecated use `Applications1$inboundSchema` instead. */
1205
- export const inboundSchema = Applications1$inboundSchema;
1206
- /** @deprecated use `Applications1$outboundSchema` instead. */
1207
- export const outboundSchema = Applications1$outboundSchema;
1208
- /** @deprecated use `Applications1$Outbound` instead. */
1209
- export type Outbound = Applications1$Outbound;
1222
+ export namespace ListAliasesApplications1$ {
1223
+ /** @deprecated use `ListAliasesApplications1$inboundSchema` instead. */
1224
+ export const inboundSchema = ListAliasesApplications1$inboundSchema;
1225
+ /** @deprecated use `ListAliasesApplications1$outboundSchema` instead. */
1226
+ export const outboundSchema = ListAliasesApplications1$outboundSchema;
1227
+ /** @deprecated use `ListAliasesApplications1$Outbound` instead. */
1228
+ export type Outbound = ListAliasesApplications1$Outbound;
1210
1229
  }
1211
1230
 
1212
- export function applications1ToJSON(applications1: Applications1): string {
1213
- return JSON.stringify(Applications1$outboundSchema.parse(applications1));
1231
+ export function listAliasesApplications1ToJSON(
1232
+ listAliasesApplications1: ListAliasesApplications1,
1233
+ ): string {
1234
+ return JSON.stringify(
1235
+ ListAliasesApplications1$outboundSchema.parse(listAliasesApplications1),
1236
+ );
1214
1237
  }
1215
1238
 
1216
- export function applications1FromJSON(
1239
+ export function listAliasesApplications1FromJSON(
1217
1240
  jsonString: string,
1218
- ): SafeParseResult<Applications1, SDKValidationError> {
1241
+ ): SafeParseResult<ListAliasesApplications1, SDKValidationError> {
1219
1242
  return safeParse(
1220
1243
  jsonString,
1221
- (x) => Applications1$inboundSchema.parse(JSON.parse(x)),
1222
- `Failed to parse 'Applications1' from JSON`,
1244
+ (x) => ListAliasesApplications1$inboundSchema.parse(JSON.parse(x)),
1245
+ `Failed to parse 'ListAliasesApplications1' from JSON`,
1223
1246
  );
1224
1247
  }
1225
1248
 
@@ -1229,16 +1252,16 @@ export const ListAliasesApplications$inboundSchema: z.ZodType<
1229
1252
  z.ZodTypeDef,
1230
1253
  unknown
1231
1254
  > = z.union([
1232
- z.array(z.lazy(() => Applications1$inboundSchema)),
1233
- z.array(z.lazy(() => Applications2$inboundSchema)),
1234
- z.array(z.lazy(() => Applications3$inboundSchema)),
1255
+ z.array(z.lazy(() => ListAliasesApplications1$inboundSchema)),
1256
+ z.array(z.lazy(() => ListAliasesApplications2$inboundSchema)),
1257
+ z.array(z.lazy(() => ListAliasesApplications3$inboundSchema)),
1235
1258
  ]);
1236
1259
 
1237
1260
  /** @internal */
1238
1261
  export type ListAliasesApplications$Outbound =
1239
- | Array<Applications1$Outbound>
1240
- | Array<Applications2$Outbound>
1241
- | Array<Applications3$Outbound>;
1262
+ | Array<ListAliasesApplications1$Outbound>
1263
+ | Array<ListAliasesApplications2$Outbound>
1264
+ | Array<ListAliasesApplications3$Outbound>;
1242
1265
 
1243
1266
  /** @internal */
1244
1267
  export const ListAliasesApplications$outboundSchema: z.ZodType<
@@ -1246,9 +1269,9 @@ export const ListAliasesApplications$outboundSchema: z.ZodType<
1246
1269
  z.ZodTypeDef,
1247
1270
  ListAliasesApplications
1248
1271
  > = z.union([
1249
- z.array(z.lazy(() => Applications1$outboundSchema)),
1250
- z.array(z.lazy(() => Applications2$outboundSchema)),
1251
- z.array(z.lazy(() => Applications3$outboundSchema)),
1272
+ z.array(z.lazy(() => ListAliasesApplications1$outboundSchema)),
1273
+ z.array(z.lazy(() => ListAliasesApplications2$outboundSchema)),
1274
+ z.array(z.lazy(() => ListAliasesApplications3$outboundSchema)),
1252
1275
  ]);
1253
1276
 
1254
1277
  /**
@@ -1288,21 +1311,21 @@ export const ListAliasesMicrofrontends$inboundSchema: z.ZodType<
1288
1311
  z.ZodTypeDef,
1289
1312
  unknown
1290
1313
  > = z.object({
1291
- defaultApp: z.lazy(() => DefaultApp$inboundSchema),
1314
+ defaultApp: z.lazy(() => ListAliasesDefaultApp$inboundSchema),
1292
1315
  applications: z.union([
1293
- z.array(z.lazy(() => Applications1$inboundSchema)),
1294
- z.array(z.lazy(() => Applications2$inboundSchema)),
1295
- z.array(z.lazy(() => Applications3$inboundSchema)),
1316
+ z.array(z.lazy(() => ListAliasesApplications1$inboundSchema)),
1317
+ z.array(z.lazy(() => ListAliasesApplications2$inboundSchema)),
1318
+ z.array(z.lazy(() => ListAliasesApplications3$inboundSchema)),
1296
1319
  ]),
1297
1320
  });
1298
1321
 
1299
1322
  /** @internal */
1300
1323
  export type ListAliasesMicrofrontends$Outbound = {
1301
- defaultApp: DefaultApp$Outbound;
1324
+ defaultApp: ListAliasesDefaultApp$Outbound;
1302
1325
  applications:
1303
- | Array<Applications1$Outbound>
1304
- | Array<Applications2$Outbound>
1305
- | Array<Applications3$Outbound>;
1326
+ | Array<ListAliasesApplications1$Outbound>
1327
+ | Array<ListAliasesApplications2$Outbound>
1328
+ | Array<ListAliasesApplications3$Outbound>;
1306
1329
  };
1307
1330
 
1308
1331
  /** @internal */
@@ -1311,11 +1334,11 @@ export const ListAliasesMicrofrontends$outboundSchema: z.ZodType<
1311
1334
  z.ZodTypeDef,
1312
1335
  ListAliasesMicrofrontends
1313
1336
  > = z.object({
1314
- defaultApp: z.lazy(() => DefaultApp$outboundSchema),
1337
+ defaultApp: z.lazy(() => ListAliasesDefaultApp$outboundSchema),
1315
1338
  applications: z.union([
1316
- z.array(z.lazy(() => Applications1$outboundSchema)),
1317
- z.array(z.lazy(() => Applications2$outboundSchema)),
1318
- z.array(z.lazy(() => Applications3$outboundSchema)),
1339
+ z.array(z.lazy(() => ListAliasesApplications1$outboundSchema)),
1340
+ z.array(z.lazy(() => ListAliasesApplications2$outboundSchema)),
1341
+ z.array(z.lazy(() => ListAliasesApplications3$outboundSchema)),
1319
1342
  ]),
1320
1343
  });
1321
1344