@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
@@ -1,5 +1,4 @@
1
1
  import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
2
  import { Result as SafeParseResult } from "../types/fp.js";
4
3
  import { SDKValidationError } from "./sdkvalidationerror.js";
5
4
  export type GetAliasRequest = {
@@ -32,194 +31,6 @@ export type GetAliasRequest = {
32
31
  */
33
32
  slug?: string | undefined;
34
33
  };
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
- };
125
- export type GetAliasProtectionBypass = GetAliasProtectionBypass2 | ProtectionBypass4 | GetAliasProtectionBypass1 | ProtectionBypass3;
126
- export type DefaultApp = {
127
- projectId: string;
128
- };
129
- /**
130
- * A list of the deployment routing information for each project.
131
- */
132
- export type Applications = {
133
- /**
134
- * The project ID that should use the below configuration.
135
- */
136
- projectId: string;
137
- /**
138
- * This is always set and is the fallback host to send the request to if there is no deployment ID.
139
- */
140
- fallbackHost: string;
141
- /**
142
- * This is only set if there are changes to the application. This is the deployment ID to use for requests to that application. If this is unset, requests will be sent to the `fallbackHost`.
143
- */
144
- deploymentId?: string | undefined;
145
- /**
146
- * This is used and set in the exact same way as `deploymentId`.
147
- */
148
- deploymentUrl?: string | undefined;
149
- };
150
- /**
151
- * The microfrontends for the alias including the routing configuration
152
- */
153
- export type GetAliasMicrofrontends = {
154
- defaultApp: DefaultApp;
155
- /**
156
- * A list of the deployment routing information for each project.
157
- */
158
- applications: Array<Applications>;
159
- };
160
- /**
161
- * The alias information
162
- */
163
- export type GetAliasResponseBody = {
164
- /**
165
- * The alias name, it could be a `.vercel.app` subdomain or a custom domain
166
- */
167
- alias: string;
168
- /**
169
- * The date when the alias was created
170
- */
171
- created: Date;
172
- /**
173
- * The date when the alias was created in milliseconds since the UNIX epoch
174
- */
175
- createdAt?: number | null | undefined;
176
- /**
177
- * Information of the user who created the alias
178
- */
179
- creator?: GetAliasCreator | undefined;
180
- /**
181
- * The date when the alias was deleted in milliseconds since the UNIX epoch
182
- */
183
- deletedAt?: number | null | undefined;
184
- /**
185
- * A map with the deployment ID, URL and metadata
186
- */
187
- deployment?: GetAliasDeployment | undefined;
188
- /**
189
- * The deployment ID
190
- */
191
- deploymentId: string | null;
192
- /**
193
- * The unique identifier of the project
194
- */
195
- projectId: string | null;
196
- /**
197
- * Target destination domain for redirect when the alias is a redirect
198
- */
199
- redirect?: string | null | undefined;
200
- /**
201
- * Status code to be used on redirect
202
- */
203
- redirectStatusCode?: number | null | undefined;
204
- /**
205
- * The unique identifier of the alias
206
- */
207
- uid: string;
208
- /**
209
- * The date when the alias was updated in milliseconds since the UNIX epoch
210
- */
211
- updatedAt?: number | null | undefined;
212
- /**
213
- * The protection bypass for the alias
214
- */
215
- protectionBypass?: {
216
- [k: string]: GetAliasProtectionBypass2 | ProtectionBypass4 | GetAliasProtectionBypass1 | ProtectionBypass3;
217
- } | undefined;
218
- /**
219
- * The microfrontends for the alias including the routing configuration
220
- */
221
- microfrontends?: GetAliasMicrofrontends | undefined;
222
- };
223
34
  /** @internal */
224
35
  export declare const GetAliasRequest$inboundSchema: z.ZodType<GetAliasRequest, z.ZodTypeDef, unknown>;
225
36
  /** @internal */
@@ -248,370 +59,4 @@ export declare namespace GetAliasRequest$ {
248
59
  }
249
60
  export declare function getAliasRequestToJSON(getAliasRequest: GetAliasRequest): string;
250
61
  export declare function getAliasRequestFromJSON(jsonString: string): SafeParseResult<GetAliasRequest, SDKValidationError>;
251
- /** @internal */
252
- export declare const GetAliasCreator$inboundSchema: z.ZodType<GetAliasCreator, z.ZodTypeDef, unknown>;
253
- /** @internal */
254
- export type GetAliasCreator$Outbound = {
255
- uid: string;
256
- email: string;
257
- username: string;
258
- };
259
- /** @internal */
260
- export declare const GetAliasCreator$outboundSchema: z.ZodType<GetAliasCreator$Outbound, z.ZodTypeDef, GetAliasCreator>;
261
- /**
262
- * @internal
263
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
264
- */
265
- export declare namespace GetAliasCreator$ {
266
- /** @deprecated use `GetAliasCreator$inboundSchema` instead. */
267
- const inboundSchema: z.ZodType<GetAliasCreator, z.ZodTypeDef, unknown>;
268
- /** @deprecated use `GetAliasCreator$outboundSchema` instead. */
269
- const outboundSchema: z.ZodType<GetAliasCreator$Outbound, z.ZodTypeDef, GetAliasCreator>;
270
- /** @deprecated use `GetAliasCreator$Outbound` instead. */
271
- type Outbound = GetAliasCreator$Outbound;
272
- }
273
- export declare function getAliasCreatorToJSON(getAliasCreator: GetAliasCreator): string;
274
- export declare function getAliasCreatorFromJSON(jsonString: string): SafeParseResult<GetAliasCreator, SDKValidationError>;
275
- /** @internal */
276
- export declare const GetAliasDeployment$inboundSchema: z.ZodType<GetAliasDeployment, z.ZodTypeDef, unknown>;
277
- /** @internal */
278
- export type GetAliasDeployment$Outbound = {
279
- id: string;
280
- url: string;
281
- meta?: string | undefined;
282
- };
283
- /** @internal */
284
- export declare const GetAliasDeployment$outboundSchema: z.ZodType<GetAliasDeployment$Outbound, z.ZodTypeDef, GetAliasDeployment>;
285
- /**
286
- * @internal
287
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
288
- */
289
- export declare namespace GetAliasDeployment$ {
290
- /** @deprecated use `GetAliasDeployment$inboundSchema` instead. */
291
- const inboundSchema: z.ZodType<GetAliasDeployment, z.ZodTypeDef, unknown>;
292
- /** @deprecated use `GetAliasDeployment$outboundSchema` instead. */
293
- const outboundSchema: z.ZodType<GetAliasDeployment$Outbound, z.ZodTypeDef, GetAliasDeployment>;
294
- /** @deprecated use `GetAliasDeployment$Outbound` instead. */
295
- type Outbound = GetAliasDeployment$Outbound;
296
- }
297
- export declare function getAliasDeploymentToJSON(getAliasDeployment: GetAliasDeployment): string;
298
- export declare function getAliasDeploymentFromJSON(jsonString: string): SafeParseResult<GetAliasDeployment, SDKValidationError>;
299
- /** @internal */
300
- export declare const GetAliasProtectionBypassAliasesResponse200Scope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponse200Scope>;
301
- /** @internal */
302
- export declare const GetAliasProtectionBypassAliasesResponse200Scope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponse200Scope>;
303
- /**
304
- * @internal
305
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
306
- */
307
- export declare namespace GetAliasProtectionBypassAliasesResponse200Scope$ {
308
- /** @deprecated use `GetAliasProtectionBypassAliasesResponse200Scope$inboundSchema` instead. */
309
- const inboundSchema: z.ZodNativeEnum<{
310
- readonly EmailInvite: "email_invite";
311
- }>;
312
- /** @deprecated use `GetAliasProtectionBypassAliasesResponse200Scope$outboundSchema` instead. */
313
- const outboundSchema: z.ZodNativeEnum<{
314
- readonly EmailInvite: "email_invite";
315
- }>;
316
- }
317
- /** @internal */
318
- export declare const ProtectionBypass4$inboundSchema: z.ZodType<ProtectionBypass4, z.ZodTypeDef, unknown>;
319
- /** @internal */
320
- export type ProtectionBypass4$Outbound = {
321
- createdAt: number;
322
- lastUpdatedAt: number;
323
- lastUpdatedBy: string;
324
- scope: string;
325
- };
326
- /** @internal */
327
- export declare const ProtectionBypass4$outboundSchema: z.ZodType<ProtectionBypass4$Outbound, z.ZodTypeDef, ProtectionBypass4>;
328
- /**
329
- * @internal
330
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
331
- */
332
- export declare namespace ProtectionBypass4$ {
333
- /** @deprecated use `ProtectionBypass4$inboundSchema` instead. */
334
- const inboundSchema: z.ZodType<ProtectionBypass4, z.ZodTypeDef, unknown>;
335
- /** @deprecated use `ProtectionBypass4$outboundSchema` instead. */
336
- const outboundSchema: z.ZodType<ProtectionBypass4$Outbound, z.ZodTypeDef, ProtectionBypass4>;
337
- /** @deprecated use `ProtectionBypass4$Outbound` instead. */
338
- type Outbound = ProtectionBypass4$Outbound;
339
- }
340
- export declare function protectionBypass4ToJSON(protectionBypass4: ProtectionBypass4): string;
341
- export declare function protectionBypass4FromJSON(jsonString: string): SafeParseResult<ProtectionBypass4, SDKValidationError>;
342
- /** @internal */
343
- export declare const GetAliasProtectionBypassAliasesResponseScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponseScope>;
344
- /** @internal */
345
- export declare const GetAliasProtectionBypassAliasesResponseScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesResponseScope>;
346
- /**
347
- * @internal
348
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
349
- */
350
- export declare namespace GetAliasProtectionBypassAliasesResponseScope$ {
351
- /** @deprecated use `GetAliasProtectionBypassAliasesResponseScope$inboundSchema` instead. */
352
- const inboundSchema: z.ZodNativeEnum<{
353
- readonly AliasProtectionOverride: "alias-protection-override";
354
- }>;
355
- /** @deprecated use `GetAliasProtectionBypassAliasesResponseScope$outboundSchema` instead. */
356
- const outboundSchema: z.ZodNativeEnum<{
357
- readonly AliasProtectionOverride: "alias-protection-override";
358
- }>;
359
- }
360
- /** @internal */
361
- export declare const ProtectionBypass3$inboundSchema: z.ZodType<ProtectionBypass3, z.ZodTypeDef, unknown>;
362
- /** @internal */
363
- export type ProtectionBypass3$Outbound = {
364
- createdAt: number;
365
- createdBy: string;
366
- scope: string;
367
- };
368
- /** @internal */
369
- export declare const ProtectionBypass3$outboundSchema: z.ZodType<ProtectionBypass3$Outbound, z.ZodTypeDef, ProtectionBypass3>;
370
- /**
371
- * @internal
372
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
373
- */
374
- export declare namespace ProtectionBypass3$ {
375
- /** @deprecated use `ProtectionBypass3$inboundSchema` instead. */
376
- const inboundSchema: z.ZodType<ProtectionBypass3, z.ZodTypeDef, unknown>;
377
- /** @deprecated use `ProtectionBypass3$outboundSchema` instead. */
378
- const outboundSchema: z.ZodType<ProtectionBypass3$Outbound, z.ZodTypeDef, ProtectionBypass3>;
379
- /** @deprecated use `ProtectionBypass3$Outbound` instead. */
380
- type Outbound = ProtectionBypass3$Outbound;
381
- }
382
- export declare function protectionBypass3ToJSON(protectionBypass3: ProtectionBypass3): string;
383
- export declare function protectionBypass3FromJSON(jsonString: string): SafeParseResult<ProtectionBypass3, SDKValidationError>;
384
- /** @internal */
385
- export declare const ProtectionBypassAccess$inboundSchema: z.ZodNativeEnum<typeof ProtectionBypassAccess>;
386
- /** @internal */
387
- export declare const ProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<typeof ProtectionBypassAccess>;
388
- /**
389
- * @internal
390
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
391
- */
392
- export declare namespace ProtectionBypassAccess$ {
393
- /** @deprecated use `ProtectionBypassAccess$inboundSchema` instead. */
394
- const inboundSchema: z.ZodNativeEnum<{
395
- readonly Requested: "requested";
396
- readonly Granted: "granted";
397
- }>;
398
- /** @deprecated use `ProtectionBypassAccess$outboundSchema` instead. */
399
- const outboundSchema: z.ZodNativeEnum<{
400
- readonly Requested: "requested";
401
- readonly Granted: "granted";
402
- }>;
403
- }
404
- /** @internal */
405
- export declare const GetAliasProtectionBypassAliasesScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesScope>;
406
- /** @internal */
407
- export declare const GetAliasProtectionBypassAliasesScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassAliasesScope>;
408
- /**
409
- * @internal
410
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
411
- */
412
- export declare namespace GetAliasProtectionBypassAliasesScope$ {
413
- /** @deprecated use `GetAliasProtectionBypassAliasesScope$inboundSchema` instead. */
414
- const inboundSchema: z.ZodNativeEnum<{
415
- readonly User: "user";
416
- }>;
417
- /** @deprecated use `GetAliasProtectionBypassAliasesScope$outboundSchema` instead. */
418
- const outboundSchema: z.ZodNativeEnum<{
419
- readonly User: "user";
420
- }>;
421
- }
422
- /** @internal */
423
- export declare const GetAliasProtectionBypass2$inboundSchema: z.ZodType<GetAliasProtectionBypass2, z.ZodTypeDef, unknown>;
424
- /** @internal */
425
- export type GetAliasProtectionBypass2$Outbound = {
426
- createdAt: number;
427
- lastUpdatedAt: number;
428
- lastUpdatedBy: string;
429
- access: string;
430
- scope: string;
431
- };
432
- /** @internal */
433
- export declare const GetAliasProtectionBypass2$outboundSchema: z.ZodType<GetAliasProtectionBypass2$Outbound, z.ZodTypeDef, GetAliasProtectionBypass2>;
434
- /**
435
- * @internal
436
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
437
- */
438
- export declare namespace GetAliasProtectionBypass2$ {
439
- /** @deprecated use `GetAliasProtectionBypass2$inboundSchema` instead. */
440
- const inboundSchema: z.ZodType<GetAliasProtectionBypass2, z.ZodTypeDef, unknown>;
441
- /** @deprecated use `GetAliasProtectionBypass2$outboundSchema` instead. */
442
- const outboundSchema: z.ZodType<GetAliasProtectionBypass2$Outbound, z.ZodTypeDef, GetAliasProtectionBypass2>;
443
- /** @deprecated use `GetAliasProtectionBypass2$Outbound` instead. */
444
- type Outbound = GetAliasProtectionBypass2$Outbound;
445
- }
446
- export declare function getAliasProtectionBypass2ToJSON(getAliasProtectionBypass2: GetAliasProtectionBypass2): string;
447
- export declare function getAliasProtectionBypass2FromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass2, SDKValidationError>;
448
- /** @internal */
449
- export declare const GetAliasProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassScope>;
450
- /** @internal */
451
- export declare const GetAliasProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof GetAliasProtectionBypassScope>;
452
- /**
453
- * @internal
454
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
455
- */
456
- export declare namespace GetAliasProtectionBypassScope$ {
457
- /** @deprecated use `GetAliasProtectionBypassScope$inboundSchema` instead. */
458
- const inboundSchema: z.ZodNativeEnum<{
459
- readonly ShareableLink: "shareable-link";
460
- }>;
461
- /** @deprecated use `GetAliasProtectionBypassScope$outboundSchema` instead. */
462
- const outboundSchema: z.ZodNativeEnum<{
463
- readonly ShareableLink: "shareable-link";
464
- }>;
465
- }
466
- /** @internal */
467
- export declare const GetAliasProtectionBypass1$inboundSchema: z.ZodType<GetAliasProtectionBypass1, z.ZodTypeDef, unknown>;
468
- /** @internal */
469
- export type GetAliasProtectionBypass1$Outbound = {
470
- createdAt: number;
471
- createdBy: string;
472
- scope: string;
473
- };
474
- /** @internal */
475
- export declare const GetAliasProtectionBypass1$outboundSchema: z.ZodType<GetAliasProtectionBypass1$Outbound, z.ZodTypeDef, GetAliasProtectionBypass1>;
476
- /**
477
- * @internal
478
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
479
- */
480
- export declare namespace GetAliasProtectionBypass1$ {
481
- /** @deprecated use `GetAliasProtectionBypass1$inboundSchema` instead. */
482
- const inboundSchema: z.ZodType<GetAliasProtectionBypass1, z.ZodTypeDef, unknown>;
483
- /** @deprecated use `GetAliasProtectionBypass1$outboundSchema` instead. */
484
- const outboundSchema: z.ZodType<GetAliasProtectionBypass1$Outbound, z.ZodTypeDef, GetAliasProtectionBypass1>;
485
- /** @deprecated use `GetAliasProtectionBypass1$Outbound` instead. */
486
- type Outbound = GetAliasProtectionBypass1$Outbound;
487
- }
488
- export declare function getAliasProtectionBypass1ToJSON(getAliasProtectionBypass1: GetAliasProtectionBypass1): string;
489
- export declare function getAliasProtectionBypass1FromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass1, SDKValidationError>;
490
- /** @internal */
491
- export declare const GetAliasProtectionBypass$inboundSchema: z.ZodType<GetAliasProtectionBypass, z.ZodTypeDef, unknown>;
492
- /** @internal */
493
- export type GetAliasProtectionBypass$Outbound = GetAliasProtectionBypass2$Outbound | ProtectionBypass4$Outbound | GetAliasProtectionBypass1$Outbound | ProtectionBypass3$Outbound;
494
- /** @internal */
495
- export declare const GetAliasProtectionBypass$outboundSchema: z.ZodType<GetAliasProtectionBypass$Outbound, z.ZodTypeDef, GetAliasProtectionBypass>;
496
- /**
497
- * @internal
498
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
499
- */
500
- export declare namespace GetAliasProtectionBypass$ {
501
- /** @deprecated use `GetAliasProtectionBypass$inboundSchema` instead. */
502
- const inboundSchema: z.ZodType<GetAliasProtectionBypass, z.ZodTypeDef, unknown>;
503
- /** @deprecated use `GetAliasProtectionBypass$outboundSchema` instead. */
504
- const outboundSchema: z.ZodType<GetAliasProtectionBypass$Outbound, z.ZodTypeDef, GetAliasProtectionBypass>;
505
- /** @deprecated use `GetAliasProtectionBypass$Outbound` instead. */
506
- type Outbound = GetAliasProtectionBypass$Outbound;
507
- }
508
- export declare function getAliasProtectionBypassToJSON(getAliasProtectionBypass: GetAliasProtectionBypass): string;
509
- export declare function getAliasProtectionBypassFromJSON(jsonString: string): SafeParseResult<GetAliasProtectionBypass, SDKValidationError>;
510
- /** @internal */
511
- export declare const DefaultApp$inboundSchema: z.ZodType<DefaultApp, z.ZodTypeDef, unknown>;
512
- /** @internal */
513
- export type DefaultApp$Outbound = {
514
- projectId: string;
515
- };
516
- /** @internal */
517
- export declare const DefaultApp$outboundSchema: z.ZodType<DefaultApp$Outbound, z.ZodTypeDef, DefaultApp>;
518
- /**
519
- * @internal
520
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
521
- */
522
- export declare namespace DefaultApp$ {
523
- /** @deprecated use `DefaultApp$inboundSchema` instead. */
524
- const inboundSchema: z.ZodType<DefaultApp, z.ZodTypeDef, unknown>;
525
- /** @deprecated use `DefaultApp$outboundSchema` instead. */
526
- const outboundSchema: z.ZodType<DefaultApp$Outbound, z.ZodTypeDef, DefaultApp>;
527
- /** @deprecated use `DefaultApp$Outbound` instead. */
528
- type Outbound = DefaultApp$Outbound;
529
- }
530
- export declare function defaultAppToJSON(defaultApp: DefaultApp): string;
531
- export declare function defaultAppFromJSON(jsonString: string): SafeParseResult<DefaultApp, SDKValidationError>;
532
- /** @internal */
533
- export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
534
- /** @internal */
535
- export type Applications$Outbound = {
536
- projectId: string;
537
- fallbackHost: string;
538
- deploymentId?: string | undefined;
539
- deploymentUrl?: string | undefined;
540
- };
541
- /** @internal */
542
- export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
543
- /**
544
- * @internal
545
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
546
- */
547
- export declare namespace Applications$ {
548
- /** @deprecated use `Applications$inboundSchema` instead. */
549
- const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
550
- /** @deprecated use `Applications$outboundSchema` instead. */
551
- const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
552
- /** @deprecated use `Applications$Outbound` instead. */
553
- type Outbound = Applications$Outbound;
554
- }
555
- export declare function applicationsToJSON(applications: Applications): string;
556
- export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
557
- /** @internal */
558
- export declare const GetAliasMicrofrontends$inboundSchema: z.ZodType<GetAliasMicrofrontends, z.ZodTypeDef, unknown>;
559
- /** @internal */
560
- export type GetAliasMicrofrontends$Outbound = {
561
- defaultApp: DefaultApp$Outbound;
562
- applications: Array<Applications$Outbound>;
563
- };
564
- /** @internal */
565
- export declare const GetAliasMicrofrontends$outboundSchema: z.ZodType<GetAliasMicrofrontends$Outbound, z.ZodTypeDef, GetAliasMicrofrontends>;
566
- /**
567
- * @internal
568
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
569
- */
570
- export declare namespace GetAliasMicrofrontends$ {
571
- /** @deprecated use `GetAliasMicrofrontends$inboundSchema` instead. */
572
- const inboundSchema: z.ZodType<GetAliasMicrofrontends, z.ZodTypeDef, unknown>;
573
- /** @deprecated use `GetAliasMicrofrontends$outboundSchema` instead. */
574
- const outboundSchema: z.ZodType<GetAliasMicrofrontends$Outbound, z.ZodTypeDef, GetAliasMicrofrontends>;
575
- /** @deprecated use `GetAliasMicrofrontends$Outbound` instead. */
576
- type Outbound = GetAliasMicrofrontends$Outbound;
577
- }
578
- export declare function getAliasMicrofrontendsToJSON(getAliasMicrofrontends: GetAliasMicrofrontends): string;
579
- export declare function getAliasMicrofrontendsFromJSON(jsonString: string): SafeParseResult<GetAliasMicrofrontends, SDKValidationError>;
580
- /** @internal */
581
- export declare const GetAliasResponseBody$inboundSchema: z.ZodType<GetAliasResponseBody, z.ZodTypeDef, unknown>;
582
- /** @internal */
583
- export type GetAliasResponseBody$Outbound = {
584
- alias: string;
585
- created: string;
586
- createdAt?: number | null | undefined;
587
- creator?: GetAliasCreator$Outbound | undefined;
588
- deletedAt?: number | null | undefined;
589
- deployment?: GetAliasDeployment$Outbound | undefined;
590
- deploymentId: string | null;
591
- projectId: string | null;
592
- redirect?: string | null | undefined;
593
- redirectStatusCode?: number | null | undefined;
594
- uid: string;
595
- updatedAt?: number | null | undefined;
596
- protectionBypass?: {
597
- [k: string]: GetAliasProtectionBypass2$Outbound | ProtectionBypass4$Outbound | GetAliasProtectionBypass1$Outbound | ProtectionBypass3$Outbound;
598
- } | undefined;
599
- microfrontends?: GetAliasMicrofrontends$Outbound | undefined;
600
- };
601
- /** @internal */
602
- export declare const GetAliasResponseBody$outboundSchema: z.ZodType<GetAliasResponseBody$Outbound, z.ZodTypeDef, GetAliasResponseBody>;
603
- /**
604
- * @internal
605
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
606
- */
607
- export declare namespace GetAliasResponseBody$ {
608
- /** @deprecated use `GetAliasResponseBody$inboundSchema` instead. */
609
- const inboundSchema: z.ZodType<GetAliasResponseBody, z.ZodTypeDef, unknown>;
610
- /** @deprecated use `GetAliasResponseBody$outboundSchema` instead. */
611
- const outboundSchema: z.ZodType<GetAliasResponseBody$Outbound, z.ZodTypeDef, GetAliasResponseBody>;
612
- /** @deprecated use `GetAliasResponseBody$Outbound` instead. */
613
- type Outbound = GetAliasResponseBody$Outbound;
614
- }
615
- export declare function getAliasResponseBodyToJSON(getAliasResponseBody: GetAliasResponseBody): string;
616
- export declare function getAliasResponseBodyFromJSON(jsonString: string): SafeParseResult<GetAliasResponseBody, SDKValidationError>;
617
62
  //# sourceMappingURL=getaliasop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getaliasop.d.ts","sourceRoot":"","sources":["../../src/models/getaliasop.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getaliasop.d.ts","sourceRoot":"","sources":["../../src/models/getaliasop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CASf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}