@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
@@ -1,4 +1,5 @@
1
1
  import * as z from "zod";
2
+ import { ClosedEnum } from "../types/enums.js";
2
3
  import { Result as SafeParseResult } from "../types/fp.js";
3
4
  import { SDKValidationError } from "./sdkvalidationerror.js";
4
5
  export type GetAliasRequest = {
@@ -31,6 +32,225 @@ export type GetAliasRequest = {
31
32
  */
32
33
  slug?: string | undefined;
33
34
  };
35
+ /**
36
+ * Information of the user who created the alias
37
+ */
38
+ export type GetAliasCreator = {
39
+ /**
40
+ * ID of the user who created the alias
41
+ */
42
+ uid: string;
43
+ /**
44
+ * Email of the user who created the alias
45
+ */
46
+ email: string;
47
+ /**
48
+ * Username of the user who created the alias
49
+ */
50
+ username: string;
51
+ };
52
+ /**
53
+ * A map with the deployment ID, URL and metadata
54
+ */
55
+ export type GetAliasDeployment = {
56
+ /**
57
+ * The deployment unique identifier
58
+ */
59
+ id: string;
60
+ /**
61
+ * The deployment unique URL
62
+ */
63
+ url: string;
64
+ /**
65
+ * The deployment metadata
66
+ */
67
+ meta?: string | undefined;
68
+ };
69
+ export declare const GetAliasProtectionBypassAliasesResponse200Scope: {
70
+ readonly EmailInvite: "email_invite";
71
+ };
72
+ export type GetAliasProtectionBypassAliasesResponse200Scope = ClosedEnum<typeof GetAliasProtectionBypassAliasesResponse200Scope>;
73
+ /**
74
+ * The protection bypass for the alias
75
+ */
76
+ export type ProtectionBypass4 = {
77
+ createdAt: number;
78
+ lastUpdatedAt: number;
79
+ lastUpdatedBy: string;
80
+ scope: GetAliasProtectionBypassAliasesResponse200Scope;
81
+ };
82
+ export declare const GetAliasProtectionBypassAliasesResponseScope: {
83
+ readonly AliasProtectionOverride: "alias-protection-override";
84
+ };
85
+ export type GetAliasProtectionBypassAliasesResponseScope = ClosedEnum<typeof GetAliasProtectionBypassAliasesResponseScope>;
86
+ /**
87
+ * The protection bypass for the alias
88
+ */
89
+ export type ProtectionBypass3 = {
90
+ createdAt: number;
91
+ createdBy: string;
92
+ scope: GetAliasProtectionBypassAliasesResponseScope;
93
+ };
94
+ export declare const ProtectionBypassAccess: {
95
+ readonly Requested: "requested";
96
+ readonly Granted: "granted";
97
+ };
98
+ export type ProtectionBypassAccess = ClosedEnum<typeof ProtectionBypassAccess>;
99
+ export declare const GetAliasProtectionBypassAliasesScope: {
100
+ readonly User: "user";
101
+ };
102
+ export type GetAliasProtectionBypassAliasesScope = ClosedEnum<typeof GetAliasProtectionBypassAliasesScope>;
103
+ /**
104
+ * The protection bypass for the alias
105
+ */
106
+ export type GetAliasProtectionBypass2 = {
107
+ createdAt: number;
108
+ lastUpdatedAt: number;
109
+ lastUpdatedBy: string;
110
+ access: ProtectionBypassAccess;
111
+ scope: GetAliasProtectionBypassAliasesScope;
112
+ };
113
+ export declare const GetAliasProtectionBypassScope: {
114
+ readonly ShareableLink: "shareable-link";
115
+ };
116
+ export type GetAliasProtectionBypassScope = ClosedEnum<typeof GetAliasProtectionBypassScope>;
117
+ /**
118
+ * The protection bypass for the alias
119
+ */
120
+ export type GetAliasProtectionBypass1 = {
121
+ createdAt: number;
122
+ createdBy: string;
123
+ scope: GetAliasProtectionBypassScope;
124
+ expires?: number | undefined;
125
+ };
126
+ export type GetAliasProtectionBypass = GetAliasProtectionBypass2 | ProtectionBypass4 | GetAliasProtectionBypass1 | ProtectionBypass3;
127
+ export type DefaultApp = {
128
+ projectId: string;
129
+ };
130
+ /**
131
+ * A list of the deployment routing information for each project.
132
+ */
133
+ export type Applications3 = {
134
+ /**
135
+ * 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.
136
+ */
137
+ deploymentId?: string | undefined;
138
+ /**
139
+ * This is the latest non-cancelled deployment of the branch alias at the time the commit alias was created. It is possible there is no deployment for the branch, or this was set before the deployment was canceled, in which case this will point to a cancelled deployment, in either case the proxy will fallback to the fallbackDeploymentId.
140
+ */
141
+ branchDeploymentId?: string | undefined;
142
+ /**
143
+ * This is the deployment of the fallback host at the time the commit alias was created. It is possible for this to be a deleted deployment, in which case the proxy will show that the deployment is deleted. It will not use the fallbackHost, as a future deployment on the fallback host could be invalid for this deployment, and it could lead to confusion / incorrect behavior for the commit alias.
144
+ */
145
+ fallbackDeploymentId?: string | undefined;
146
+ /**
147
+ * Temporary for backwards compatibility. Can remove when metadata change is released
148
+ */
149
+ fallbackHost?: string | undefined;
150
+ branchAlias?: string | undefined;
151
+ /**
152
+ * The project ID of the microfrontends application.
153
+ */
154
+ projectId: string;
155
+ };
156
+ /**
157
+ * A list of the deployment routing information for each project.
158
+ */
159
+ export type Applications2 = {
160
+ /**
161
+ * This is always set. For branch aliases, it's used as the fallback if there is no deployment for the branch.
162
+ */
163
+ fallbackHost: string;
164
+ /**
165
+ * Could point to a branch without a deployment if the project was never deployed. The proxy will fallback to the fallbackHost if there is no deployment.
166
+ */
167
+ branchAlias: string;
168
+ /**
169
+ * The project ID of the microfrontends application.
170
+ */
171
+ projectId: string;
172
+ };
173
+ /**
174
+ * A list of the deployment routing information for each project.
175
+ */
176
+ export type Applications1 = {
177
+ /**
178
+ * 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.
179
+ */
180
+ fallbackHost: string;
181
+ /**
182
+ * The project ID of the microfrontends application.
183
+ */
184
+ projectId: string;
185
+ };
186
+ export type Applications = Array<Applications1> | Array<Applications2> | Array<Applications3>;
187
+ /**
188
+ * The microfrontends for the alias including the routing configuration
189
+ */
190
+ export type GetAliasMicrofrontends = {
191
+ defaultApp: DefaultApp;
192
+ applications: Array<Applications1> | Array<Applications2> | Array<Applications3>;
193
+ };
194
+ export type GetAliasResponseBody = {
195
+ /**
196
+ * The alias name, it could be a `.vercel.app` subdomain or a custom domain
197
+ */
198
+ alias: string;
199
+ /**
200
+ * The date when the alias was created
201
+ */
202
+ created: Date;
203
+ /**
204
+ * The date when the alias was created in milliseconds since the UNIX epoch
205
+ */
206
+ createdAt?: number | undefined;
207
+ /**
208
+ * Information of the user who created the alias
209
+ */
210
+ creator?: GetAliasCreator | undefined;
211
+ /**
212
+ * The date when the alias was deleted in milliseconds since the UNIX epoch
213
+ */
214
+ deletedAt?: number | undefined;
215
+ /**
216
+ * A map with the deployment ID, URL and metadata
217
+ */
218
+ deployment?: GetAliasDeployment | undefined;
219
+ /**
220
+ * The deployment ID
221
+ */
222
+ deploymentId: string | null;
223
+ /**
224
+ * The unique identifier of the project
225
+ */
226
+ projectId: string | null;
227
+ /**
228
+ * Target destination domain for redirect when the alias is a redirect
229
+ */
230
+ redirect?: string | null | undefined;
231
+ /**
232
+ * Status code to be used on redirect
233
+ */
234
+ redirectStatusCode?: number | null | undefined;
235
+ /**
236
+ * The unique identifier of the alias
237
+ */
238
+ uid: string;
239
+ /**
240
+ * The date when the alias was updated in milliseconds since the UNIX epoch
241
+ */
242
+ updatedAt?: number | undefined;
243
+ /**
244
+ * The protection bypass for the alias
245
+ */
246
+ protectionBypass?: {
247
+ [k: string]: GetAliasProtectionBypass2 | ProtectionBypass4 | GetAliasProtectionBypass1 | ProtectionBypass3;
248
+ } | undefined;
249
+ /**
250
+ * The microfrontends for the alias including the routing configuration
251
+ */
252
+ microfrontends?: GetAliasMicrofrontends | undefined;
253
+ };
34
254
  /** @internal */
35
255
  export declare const GetAliasRequest$inboundSchema: z.ZodType<GetAliasRequest, z.ZodTypeDef, unknown>;
36
256
  /** @internal */
@@ -59,4 +279,440 @@ export declare namespace GetAliasRequest$ {
59
279
  }
60
280
  export declare function getAliasRequestToJSON(getAliasRequest: GetAliasRequest): string;
61
281
  export declare function getAliasRequestFromJSON(jsonString: string): SafeParseResult<GetAliasRequest, SDKValidationError>;
282
+ /** @internal */
283
+ export declare const GetAliasCreator$inboundSchema: z.ZodType<GetAliasCreator, z.ZodTypeDef, unknown>;
284
+ /** @internal */
285
+ export type GetAliasCreator$Outbound = {
286
+ uid: string;
287
+ email: string;
288
+ username: string;
289
+ };
290
+ /** @internal */
291
+ export declare const GetAliasCreator$outboundSchema: z.ZodType<GetAliasCreator$Outbound, z.ZodTypeDef, GetAliasCreator>;
292
+ /**
293
+ * @internal
294
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
295
+ */
296
+ export declare namespace GetAliasCreator$ {
297
+ /** @deprecated use `GetAliasCreator$inboundSchema` instead. */
298
+ const inboundSchema: z.ZodType<GetAliasCreator, z.ZodTypeDef, unknown>;
299
+ /** @deprecated use `GetAliasCreator$outboundSchema` instead. */
300
+ const outboundSchema: z.ZodType<GetAliasCreator$Outbound, z.ZodTypeDef, GetAliasCreator>;
301
+ /** @deprecated use `GetAliasCreator$Outbound` instead. */
302
+ type Outbound = GetAliasCreator$Outbound;
303
+ }
304
+ export declare function getAliasCreatorToJSON(getAliasCreator: GetAliasCreator): string;
305
+ export declare function getAliasCreatorFromJSON(jsonString: string): SafeParseResult<GetAliasCreator, SDKValidationError>;
306
+ /** @internal */
307
+ export declare const GetAliasDeployment$inboundSchema: z.ZodType<GetAliasDeployment, z.ZodTypeDef, unknown>;
308
+ /** @internal */
309
+ export type GetAliasDeployment$Outbound = {
310
+ id: string;
311
+ url: string;
312
+ meta?: string | undefined;
313
+ };
314
+ /** @internal */
315
+ export declare const GetAliasDeployment$outboundSchema: z.ZodType<GetAliasDeployment$Outbound, z.ZodTypeDef, GetAliasDeployment>;
316
+ /**
317
+ * @internal
318
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
319
+ */
320
+ export declare namespace GetAliasDeployment$ {
321
+ /** @deprecated use `GetAliasDeployment$inboundSchema` instead. */
322
+ const inboundSchema: z.ZodType<GetAliasDeployment, z.ZodTypeDef, unknown>;
323
+ /** @deprecated use `GetAliasDeployment$outboundSchema` instead. */
324
+ const outboundSchema: z.ZodType<GetAliasDeployment$Outbound, z.ZodTypeDef, GetAliasDeployment>;
325
+ /** @deprecated use `GetAliasDeployment$Outbound` instead. */
326
+ type Outbound = GetAliasDeployment$Outbound;
327
+ }
328
+ export declare function getAliasDeploymentToJSON(getAliasDeployment: GetAliasDeployment): string;
329
+ export declare function getAliasDeploymentFromJSON(jsonString: string): SafeParseResult<GetAliasDeployment, SDKValidationError>;
330
+ /** @internal */
331
+ export declare const GetAliasProtectionBypassAliasesResponse200Scope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponse200Scope>;
332
+ /** @internal */
333
+ export declare const GetAliasProtectionBypassAliasesResponse200Scope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponse200Scope>;
334
+ /**
335
+ * @internal
336
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
337
+ */
338
+ export declare namespace GetAliasProtectionBypassAliasesResponse200Scope$ {
339
+ /** @deprecated use `GetAliasProtectionBypassAliasesResponse200Scope$inboundSchema` instead. */
340
+ const inboundSchema: z.ZodNativeEnum<{
341
+ readonly EmailInvite: "email_invite";
342
+ }>;
343
+ /** @deprecated use `GetAliasProtectionBypassAliasesResponse200Scope$outboundSchema` instead. */
344
+ const outboundSchema: z.ZodNativeEnum<{
345
+ readonly EmailInvite: "email_invite";
346
+ }>;
347
+ }
348
+ /** @internal */
349
+ export declare const ProtectionBypass4$inboundSchema: z.ZodType<ProtectionBypass4, z.ZodTypeDef, unknown>;
350
+ /** @internal */
351
+ export type ProtectionBypass4$Outbound = {
352
+ createdAt: number;
353
+ lastUpdatedAt: number;
354
+ lastUpdatedBy: string;
355
+ scope: string;
356
+ };
357
+ /** @internal */
358
+ export declare const ProtectionBypass4$outboundSchema: z.ZodType<ProtectionBypass4$Outbound, z.ZodTypeDef, ProtectionBypass4>;
359
+ /**
360
+ * @internal
361
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
362
+ */
363
+ export declare namespace ProtectionBypass4$ {
364
+ /** @deprecated use `ProtectionBypass4$inboundSchema` instead. */
365
+ const inboundSchema: z.ZodType<ProtectionBypass4, z.ZodTypeDef, unknown>;
366
+ /** @deprecated use `ProtectionBypass4$outboundSchema` instead. */
367
+ const outboundSchema: z.ZodType<ProtectionBypass4$Outbound, z.ZodTypeDef, ProtectionBypass4>;
368
+ /** @deprecated use `ProtectionBypass4$Outbound` instead. */
369
+ type Outbound = ProtectionBypass4$Outbound;
370
+ }
371
+ export declare function protectionBypass4ToJSON(protectionBypass4: ProtectionBypass4): string;
372
+ export declare function protectionBypass4FromJSON(jsonString: string): SafeParseResult<ProtectionBypass4, SDKValidationError>;
373
+ /** @internal */
374
+ export declare const GetAliasProtectionBypassAliasesResponseScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponseScope>;
375
+ /** @internal */
376
+ export declare const GetAliasProtectionBypassAliasesResponseScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponseScope>;
377
+ /**
378
+ * @internal
379
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
380
+ */
381
+ export declare namespace GetAliasProtectionBypassAliasesResponseScope$ {
382
+ /** @deprecated use `GetAliasProtectionBypassAliasesResponseScope$inboundSchema` instead. */
383
+ const inboundSchema: z.ZodNativeEnum<{
384
+ readonly AliasProtectionOverride: "alias-protection-override";
385
+ }>;
386
+ /** @deprecated use `GetAliasProtectionBypassAliasesResponseScope$outboundSchema` instead. */
387
+ const outboundSchema: z.ZodNativeEnum<{
388
+ readonly AliasProtectionOverride: "alias-protection-override";
389
+ }>;
390
+ }
391
+ /** @internal */
392
+ export declare const ProtectionBypass3$inboundSchema: z.ZodType<ProtectionBypass3, z.ZodTypeDef, unknown>;
393
+ /** @internal */
394
+ export type ProtectionBypass3$Outbound = {
395
+ createdAt: number;
396
+ createdBy: string;
397
+ scope: string;
398
+ };
399
+ /** @internal */
400
+ export declare const ProtectionBypass3$outboundSchema: z.ZodType<ProtectionBypass3$Outbound, z.ZodTypeDef, ProtectionBypass3>;
401
+ /**
402
+ * @internal
403
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
404
+ */
405
+ export declare namespace ProtectionBypass3$ {
406
+ /** @deprecated use `ProtectionBypass3$inboundSchema` instead. */
407
+ const inboundSchema: z.ZodType<ProtectionBypass3, z.ZodTypeDef, unknown>;
408
+ /** @deprecated use `ProtectionBypass3$outboundSchema` instead. */
409
+ const outboundSchema: z.ZodType<ProtectionBypass3$Outbound, z.ZodTypeDef, ProtectionBypass3>;
410
+ /** @deprecated use `ProtectionBypass3$Outbound` instead. */
411
+ type Outbound = ProtectionBypass3$Outbound;
412
+ }
413
+ export declare function protectionBypass3ToJSON(protectionBypass3: ProtectionBypass3): string;
414
+ export declare function protectionBypass3FromJSON(jsonString: string): SafeParseResult<ProtectionBypass3, SDKValidationError>;
415
+ /** @internal */
416
+ export declare const ProtectionBypassAccess$inboundSchema: z.ZodNativeEnum<typeof ProtectionBypassAccess>;
417
+ /** @internal */
418
+ export declare const ProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<typeof ProtectionBypassAccess>;
419
+ /**
420
+ * @internal
421
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
422
+ */
423
+ export declare namespace ProtectionBypassAccess$ {
424
+ /** @deprecated use `ProtectionBypassAccess$inboundSchema` instead. */
425
+ const inboundSchema: z.ZodNativeEnum<{
426
+ readonly Requested: "requested";
427
+ readonly Granted: "granted";
428
+ }>;
429
+ /** @deprecated use `ProtectionBypassAccess$outboundSchema` instead. */
430
+ const outboundSchema: z.ZodNativeEnum<{
431
+ readonly Requested: "requested";
432
+ readonly Granted: "granted";
433
+ }>;
434
+ }
435
+ /** @internal */
436
+ export declare const GetAliasProtectionBypassAliasesScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesScope>;
437
+ /** @internal */
438
+ export declare const GetAliasProtectionBypassAliasesScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesScope>;
439
+ /**
440
+ * @internal
441
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
442
+ */
443
+ export declare namespace GetAliasProtectionBypassAliasesScope$ {
444
+ /** @deprecated use `GetAliasProtectionBypassAliasesScope$inboundSchema` instead. */
445
+ const inboundSchema: z.ZodNativeEnum<{
446
+ readonly User: "user";
447
+ }>;
448
+ /** @deprecated use `GetAliasProtectionBypassAliasesScope$outboundSchema` instead. */
449
+ const outboundSchema: z.ZodNativeEnum<{
450
+ readonly User: "user";
451
+ }>;
452
+ }
453
+ /** @internal */
454
+ export declare const GetAliasProtectionBypass2$inboundSchema: z.ZodType<GetAliasProtectionBypass2, z.ZodTypeDef, unknown>;
455
+ /** @internal */
456
+ export type GetAliasProtectionBypass2$Outbound = {
457
+ createdAt: number;
458
+ lastUpdatedAt: number;
459
+ lastUpdatedBy: string;
460
+ access: string;
461
+ scope: string;
462
+ };
463
+ /** @internal */
464
+ export declare const GetAliasProtectionBypass2$outboundSchema: z.ZodType<GetAliasProtectionBypass2$Outbound, z.ZodTypeDef, GetAliasProtectionBypass2>;
465
+ /**
466
+ * @internal
467
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
468
+ */
469
+ export declare namespace GetAliasProtectionBypass2$ {
470
+ /** @deprecated use `GetAliasProtectionBypass2$inboundSchema` instead. */
471
+ const inboundSchema: z.ZodType<GetAliasProtectionBypass2, z.ZodTypeDef, unknown>;
472
+ /** @deprecated use `GetAliasProtectionBypass2$outboundSchema` instead. */
473
+ const outboundSchema: z.ZodType<GetAliasProtectionBypass2$Outbound, z.ZodTypeDef, GetAliasProtectionBypass2>;
474
+ /** @deprecated use `GetAliasProtectionBypass2$Outbound` instead. */
475
+ type Outbound = GetAliasProtectionBypass2$Outbound;
476
+ }
477
+ export declare function getAliasProtectionBypass2ToJSON(getAliasProtectionBypass2: GetAliasProtectionBypass2): string;
478
+ export declare function getAliasProtectionBypass2FromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass2, SDKValidationError>;
479
+ /** @internal */
480
+ export declare const GetAliasProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassScope>;
481
+ /** @internal */
482
+ export declare const GetAliasProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassScope>;
483
+ /**
484
+ * @internal
485
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
486
+ */
487
+ export declare namespace GetAliasProtectionBypassScope$ {
488
+ /** @deprecated use `GetAliasProtectionBypassScope$inboundSchema` instead. */
489
+ const inboundSchema: z.ZodNativeEnum<{
490
+ readonly ShareableLink: "shareable-link";
491
+ }>;
492
+ /** @deprecated use `GetAliasProtectionBypassScope$outboundSchema` instead. */
493
+ const outboundSchema: z.ZodNativeEnum<{
494
+ readonly ShareableLink: "shareable-link";
495
+ }>;
496
+ }
497
+ /** @internal */
498
+ export declare const GetAliasProtectionBypass1$inboundSchema: z.ZodType<GetAliasProtectionBypass1, z.ZodTypeDef, unknown>;
499
+ /** @internal */
500
+ export type GetAliasProtectionBypass1$Outbound = {
501
+ createdAt: number;
502
+ createdBy: string;
503
+ scope: string;
504
+ expires?: number | undefined;
505
+ };
506
+ /** @internal */
507
+ export declare const GetAliasProtectionBypass1$outboundSchema: z.ZodType<GetAliasProtectionBypass1$Outbound, z.ZodTypeDef, GetAliasProtectionBypass1>;
508
+ /**
509
+ * @internal
510
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
511
+ */
512
+ export declare namespace GetAliasProtectionBypass1$ {
513
+ /** @deprecated use `GetAliasProtectionBypass1$inboundSchema` instead. */
514
+ const inboundSchema: z.ZodType<GetAliasProtectionBypass1, z.ZodTypeDef, unknown>;
515
+ /** @deprecated use `GetAliasProtectionBypass1$outboundSchema` instead. */
516
+ const outboundSchema: z.ZodType<GetAliasProtectionBypass1$Outbound, z.ZodTypeDef, GetAliasProtectionBypass1>;
517
+ /** @deprecated use `GetAliasProtectionBypass1$Outbound` instead. */
518
+ type Outbound = GetAliasProtectionBypass1$Outbound;
519
+ }
520
+ export declare function getAliasProtectionBypass1ToJSON(getAliasProtectionBypass1: GetAliasProtectionBypass1): string;
521
+ export declare function getAliasProtectionBypass1FromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass1, SDKValidationError>;
522
+ /** @internal */
523
+ export declare const GetAliasProtectionBypass$inboundSchema: z.ZodType<GetAliasProtectionBypass, z.ZodTypeDef, unknown>;
524
+ /** @internal */
525
+ export type GetAliasProtectionBypass$Outbound = GetAliasProtectionBypass2$Outbound | ProtectionBypass4$Outbound | GetAliasProtectionBypass1$Outbound | ProtectionBypass3$Outbound;
526
+ /** @internal */
527
+ export declare const GetAliasProtectionBypass$outboundSchema: z.ZodType<GetAliasProtectionBypass$Outbound, z.ZodTypeDef, GetAliasProtectionBypass>;
528
+ /**
529
+ * @internal
530
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
531
+ */
532
+ export declare namespace GetAliasProtectionBypass$ {
533
+ /** @deprecated use `GetAliasProtectionBypass$inboundSchema` instead. */
534
+ const inboundSchema: z.ZodType<GetAliasProtectionBypass, z.ZodTypeDef, unknown>;
535
+ /** @deprecated use `GetAliasProtectionBypass$outboundSchema` instead. */
536
+ const outboundSchema: z.ZodType<GetAliasProtectionBypass$Outbound, z.ZodTypeDef, GetAliasProtectionBypass>;
537
+ /** @deprecated use `GetAliasProtectionBypass$Outbound` instead. */
538
+ type Outbound = GetAliasProtectionBypass$Outbound;
539
+ }
540
+ export declare function getAliasProtectionBypassToJSON(getAliasProtectionBypass: GetAliasProtectionBypass): string;
541
+ export declare function getAliasProtectionBypassFromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass, SDKValidationError>;
542
+ /** @internal */
543
+ export declare const DefaultApp$inboundSchema: z.ZodType<DefaultApp, z.ZodTypeDef, unknown>;
544
+ /** @internal */
545
+ export type DefaultApp$Outbound = {
546
+ projectId: string;
547
+ };
548
+ /** @internal */
549
+ export declare const DefaultApp$outboundSchema: z.ZodType<DefaultApp$Outbound, z.ZodTypeDef, DefaultApp>;
550
+ /**
551
+ * @internal
552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
553
+ */
554
+ export declare namespace DefaultApp$ {
555
+ /** @deprecated use `DefaultApp$inboundSchema` instead. */
556
+ const inboundSchema: z.ZodType<DefaultApp, z.ZodTypeDef, unknown>;
557
+ /** @deprecated use `DefaultApp$outboundSchema` instead. */
558
+ const outboundSchema: z.ZodType<DefaultApp$Outbound, z.ZodTypeDef, DefaultApp>;
559
+ /** @deprecated use `DefaultApp$Outbound` instead. */
560
+ type Outbound = DefaultApp$Outbound;
561
+ }
562
+ export declare function defaultAppToJSON(defaultApp: DefaultApp): string;
563
+ export declare function defaultAppFromJSON(jsonString: string): SafeParseResult<DefaultApp, SDKValidationError>;
564
+ /** @internal */
565
+ export declare const Applications3$inboundSchema: z.ZodType<Applications3, z.ZodTypeDef, unknown>;
566
+ /** @internal */
567
+ export type Applications3$Outbound = {
568
+ deploymentId?: string | undefined;
569
+ branchDeploymentId?: string | undefined;
570
+ fallbackDeploymentId?: string | undefined;
571
+ fallbackHost?: string | undefined;
572
+ branchAlias?: string | undefined;
573
+ projectId: string;
574
+ };
575
+ /** @internal */
576
+ export declare const Applications3$outboundSchema: z.ZodType<Applications3$Outbound, z.ZodTypeDef, Applications3>;
577
+ /**
578
+ * @internal
579
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
580
+ */
581
+ export declare namespace Applications3$ {
582
+ /** @deprecated use `Applications3$inboundSchema` instead. */
583
+ const inboundSchema: z.ZodType<Applications3, z.ZodTypeDef, unknown>;
584
+ /** @deprecated use `Applications3$outboundSchema` instead. */
585
+ const outboundSchema: z.ZodType<Applications3$Outbound, z.ZodTypeDef, Applications3>;
586
+ /** @deprecated use `Applications3$Outbound` instead. */
587
+ type Outbound = Applications3$Outbound;
588
+ }
589
+ export declare function applications3ToJSON(applications3: Applications3): string;
590
+ export declare function applications3FromJSON(jsonString: string): SafeParseResult<Applications3, SDKValidationError>;
591
+ /** @internal */
592
+ export declare const Applications2$inboundSchema: z.ZodType<Applications2, z.ZodTypeDef, unknown>;
593
+ /** @internal */
594
+ export type Applications2$Outbound = {
595
+ fallbackHost: string;
596
+ branchAlias: string;
597
+ projectId: string;
598
+ };
599
+ /** @internal */
600
+ export declare const Applications2$outboundSchema: z.ZodType<Applications2$Outbound, z.ZodTypeDef, Applications2>;
601
+ /**
602
+ * @internal
603
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
604
+ */
605
+ export declare namespace Applications2$ {
606
+ /** @deprecated use `Applications2$inboundSchema` instead. */
607
+ const inboundSchema: z.ZodType<Applications2, z.ZodTypeDef, unknown>;
608
+ /** @deprecated use `Applications2$outboundSchema` instead. */
609
+ const outboundSchema: z.ZodType<Applications2$Outbound, z.ZodTypeDef, Applications2>;
610
+ /** @deprecated use `Applications2$Outbound` instead. */
611
+ type Outbound = Applications2$Outbound;
612
+ }
613
+ export declare function applications2ToJSON(applications2: Applications2): string;
614
+ export declare function applications2FromJSON(jsonString: string): SafeParseResult<Applications2, SDKValidationError>;
615
+ /** @internal */
616
+ export declare const Applications1$inboundSchema: z.ZodType<Applications1, z.ZodTypeDef, unknown>;
617
+ /** @internal */
618
+ export type Applications1$Outbound = {
619
+ fallbackHost: string;
620
+ projectId: string;
621
+ };
622
+ /** @internal */
623
+ export declare const Applications1$outboundSchema: z.ZodType<Applications1$Outbound, z.ZodTypeDef, Applications1>;
624
+ /**
625
+ * @internal
626
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
627
+ */
628
+ export declare namespace Applications1$ {
629
+ /** @deprecated use `Applications1$inboundSchema` instead. */
630
+ const inboundSchema: z.ZodType<Applications1, z.ZodTypeDef, unknown>;
631
+ /** @deprecated use `Applications1$outboundSchema` instead. */
632
+ const outboundSchema: z.ZodType<Applications1$Outbound, z.ZodTypeDef, Applications1>;
633
+ /** @deprecated use `Applications1$Outbound` instead. */
634
+ type Outbound = Applications1$Outbound;
635
+ }
636
+ export declare function applications1ToJSON(applications1: Applications1): string;
637
+ export declare function applications1FromJSON(jsonString: string): SafeParseResult<Applications1, SDKValidationError>;
638
+ /** @internal */
639
+ export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
640
+ /** @internal */
641
+ export type Applications$Outbound = Array<Applications1$Outbound> | Array<Applications2$Outbound> | Array<Applications3$Outbound>;
642
+ /** @internal */
643
+ export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
644
+ /**
645
+ * @internal
646
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
647
+ */
648
+ export declare namespace Applications$ {
649
+ /** @deprecated use `Applications$inboundSchema` instead. */
650
+ const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
651
+ /** @deprecated use `Applications$outboundSchema` instead. */
652
+ const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
653
+ /** @deprecated use `Applications$Outbound` instead. */
654
+ type Outbound = Applications$Outbound;
655
+ }
656
+ export declare function applicationsToJSON(applications: Applications): string;
657
+ export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
658
+ /** @internal */
659
+ export declare const GetAliasMicrofrontends$inboundSchema: z.ZodType<GetAliasMicrofrontends, z.ZodTypeDef, unknown>;
660
+ /** @internal */
661
+ export type GetAliasMicrofrontends$Outbound = {
662
+ defaultApp: DefaultApp$Outbound;
663
+ applications: Array<Applications1$Outbound> | Array<Applications2$Outbound> | Array<Applications3$Outbound>;
664
+ };
665
+ /** @internal */
666
+ export declare const GetAliasMicrofrontends$outboundSchema: z.ZodType<GetAliasMicrofrontends$Outbound, z.ZodTypeDef, GetAliasMicrofrontends>;
667
+ /**
668
+ * @internal
669
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
670
+ */
671
+ export declare namespace GetAliasMicrofrontends$ {
672
+ /** @deprecated use `GetAliasMicrofrontends$inboundSchema` instead. */
673
+ const inboundSchema: z.ZodType<GetAliasMicrofrontends, z.ZodTypeDef, unknown>;
674
+ /** @deprecated use `GetAliasMicrofrontends$outboundSchema` instead. */
675
+ const outboundSchema: z.ZodType<GetAliasMicrofrontends$Outbound, z.ZodTypeDef, GetAliasMicrofrontends>;
676
+ /** @deprecated use `GetAliasMicrofrontends$Outbound` instead. */
677
+ type Outbound = GetAliasMicrofrontends$Outbound;
678
+ }
679
+ export declare function getAliasMicrofrontendsToJSON(getAliasMicrofrontends: GetAliasMicrofrontends): string;
680
+ export declare function getAliasMicrofrontendsFromJSON(jsonString: string): SafeParseResult<GetAliasMicrofrontends, SDKValidationError>;
681
+ /** @internal */
682
+ export declare const GetAliasResponseBody$inboundSchema: z.ZodType<GetAliasResponseBody, z.ZodTypeDef, unknown>;
683
+ /** @internal */
684
+ export type GetAliasResponseBody$Outbound = {
685
+ alias: string;
686
+ created: string;
687
+ createdAt?: number | undefined;
688
+ creator?: GetAliasCreator$Outbound | undefined;
689
+ deletedAt?: number | undefined;
690
+ deployment?: GetAliasDeployment$Outbound | undefined;
691
+ deploymentId: string | null;
692
+ projectId: string | null;
693
+ redirect?: string | null | undefined;
694
+ redirectStatusCode?: number | null | undefined;
695
+ uid: string;
696
+ updatedAt?: number | undefined;
697
+ protectionBypass?: {
698
+ [k: string]: GetAliasProtectionBypass2$Outbound | ProtectionBypass4$Outbound | GetAliasProtectionBypass1$Outbound | ProtectionBypass3$Outbound;
699
+ } | undefined;
700
+ microfrontends?: GetAliasMicrofrontends$Outbound | undefined;
701
+ };
702
+ /** @internal */
703
+ export declare const GetAliasResponseBody$outboundSchema: z.ZodType<GetAliasResponseBody$Outbound, z.ZodTypeDef, GetAliasResponseBody>;
704
+ /**
705
+ * @internal
706
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
707
+ */
708
+ export declare namespace GetAliasResponseBody$ {
709
+ /** @deprecated use `GetAliasResponseBody$inboundSchema` instead. */
710
+ const inboundSchema: z.ZodType<GetAliasResponseBody, z.ZodTypeDef, unknown>;
711
+ /** @deprecated use `GetAliasResponseBody$outboundSchema` instead. */
712
+ const outboundSchema: z.ZodType<GetAliasResponseBody$Outbound, z.ZodTypeDef, GetAliasResponseBody>;
713
+ /** @deprecated use `GetAliasResponseBody$Outbound` instead. */
714
+ type Outbound = GetAliasResponseBody$Outbound;
715
+ }
716
+ export declare function getAliasResponseBodyToJSON(getAliasResponseBody: GetAliasResponseBody): string;
717
+ export declare function getAliasResponseBodyFromJSON(jsonString: string): SafeParseResult<GetAliasResponseBody, SDKValidationError>;
62
718
  //# sourceMappingURL=getaliasop.d.ts.map