@distilled.cloud/vercel 0.0.0 → 1.0.0-rc.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.
- package/lib/credentials.d.ts +21 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +40 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +80 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +50 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +15 -0
- package/lib/index.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +69 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +54 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +47 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/access_groups.d.ts +459 -0
- package/lib/services/access_groups.d.ts.map +1 -0
- package/lib/services/access_groups.js +453 -0
- package/lib/services/access_groups.js.map +1 -0
- package/lib/services/ai_gateway.d.ts +124 -0
- package/lib/services/ai_gateway.d.ts.map +1 -0
- package/lib/services/ai_gateway.js +126 -0
- package/lib/services/ai_gateway.js.map +1 -0
- package/lib/services/aliases.d.ts +591 -0
- package/lib/services/aliases.d.ts.map +1 -0
- package/lib/services/aliases.js +508 -0
- package/lib/services/aliases.js.map +1 -0
- package/lib/services/artifacts.d.ts +228 -0
- package/lib/services/artifacts.d.ts.map +1 -0
- package/lib/services/artifacts.js +216 -0
- package/lib/services/artifacts.js.map +1 -0
- package/lib/services/authentication.d.ts +373 -0
- package/lib/services/authentication.d.ts.map +1 -0
- package/lib/services/authentication.js +310 -0
- package/lib/services/authentication.js.map +1 -0
- package/lib/services/billing.d.ts +792 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +616 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bulk_redirects.d.ts +308 -0
- package/lib/services/bulk_redirects.d.ts.map +1 -0
- package/lib/services/bulk_redirects.js +306 -0
- package/lib/services/bulk_redirects.js.map +1 -0
- package/lib/services/certs.d.ts +171 -0
- package/lib/services/certs.d.ts.map +1 -0
- package/lib/services/certs.js +165 -0
- package/lib/services/certs.js.map +1 -0
- package/lib/services/checks_v2.d.ts +1162 -0
- package/lib/services/checks_v2.d.ts.map +1 -0
- package/lib/services/checks_v2.js +1252 -0
- package/lib/services/checks_v2.js.map +1 -0
- package/lib/services/connect.d.ts +1034 -0
- package/lib/services/connect.d.ts.map +1 -0
- package/lib/services/connect.js +993 -0
- package/lib/services/connect.js.map +1 -0
- package/lib/services/deployments.d.ts +9111 -0
- package/lib/services/deployments.d.ts.map +1 -0
- package/lib/services/deployments.js +8664 -0
- package/lib/services/deployments.js.map +1 -0
- package/lib/services/dns.d.ts +279 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +282 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/domains.d.ts +539 -0
- package/lib/services/domains.d.ts.map +1 -0
- package/lib/services/domains.js +464 -0
- package/lib/services/domains.js.map +1 -0
- package/lib/services/domains_registrar.d.ts +798 -0
- package/lib/services/domains_registrar.d.ts.map +1 -0
- package/lib/services/domains_registrar.js +968 -0
- package/lib/services/domains_registrar.js.map +1 -0
- package/lib/services/drains.d.ts +2263 -0
- package/lib/services/drains.d.ts.map +1 -0
- package/lib/services/drains.js +2406 -0
- package/lib/services/drains.js.map +1 -0
- package/lib/services/edge_cache.d.ts +125 -0
- package/lib/services/edge_cache.d.ts.map +1 -0
- package/lib/services/edge_cache.js +140 -0
- package/lib/services/edge_cache.js.map +1 -0
- package/lib/services/environment.d.ts +1020 -0
- package/lib/services/environment.d.ts.map +1 -0
- package/lib/services/environment.js +842 -0
- package/lib/services/environment.js.map +1 -0
- package/lib/services/feature_flags.d.ts +3109 -0
- package/lib/services/feature_flags.d.ts.map +1 -0
- package/lib/services/feature_flags.js +3074 -0
- package/lib/services/feature_flags.js.map +1 -0
- package/lib/services/global_config.d.ts +618 -0
- package/lib/services/global_config.d.ts.map +1 -0
- package/lib/services/global_config.js +716 -0
- package/lib/services/global_config.js.map +1 -0
- package/lib/services/index.d.ts +39 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +40 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/integrations.d.ts +2987 -0
- package/lib/services/integrations.d.ts.map +1 -0
- package/lib/services/integrations.js +2903 -0
- package/lib/services/integrations.js.map +1 -0
- package/lib/services/log_drains.d.ts +848 -0
- package/lib/services/log_drains.d.ts.map +1 -0
- package/lib/services/log_drains.js +866 -0
- package/lib/services/log_drains.js.map +1 -0
- package/lib/services/logs.d.ts +40 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +43 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/marketplace.d.ts +991 -0
- package/lib/services/marketplace.d.ts.map +1 -0
- package/lib/services/marketplace.js +1044 -0
- package/lib/services/marketplace.js.map +1 -0
- package/lib/services/microfrontends.d.ts +3210 -0
- package/lib/services/microfrontends.d.ts.map +1 -0
- package/lib/services/microfrontends.js +3300 -0
- package/lib/services/microfrontends.js.map +1 -0
- package/lib/services/networking.d.ts +239 -0
- package/lib/services/networking.d.ts.map +1 -0
- package/lib/services/networking.js +224 -0
- package/lib/services/networking.js.map +1 -0
- package/lib/services/observability.d.ts +168 -0
- package/lib/services/observability.d.ts.map +1 -0
- package/lib/services/observability.js +191 -0
- package/lib/services/observability.js.map +1 -0
- package/lib/services/project_members.d.ts +142 -0
- package/lib/services/project_members.d.ts.map +1 -0
- package/lib/services/project_members.js +139 -0
- package/lib/services/project_members.js.map +1 -0
- package/lib/services/project_routes.d.ts +1990 -0
- package/lib/services/project_routes.d.ts.map +1 -0
- package/lib/services/project_routes.js +2026 -0
- package/lib/services/project_routes.js.map +1 -0
- package/lib/services/projects.d.ts +23449 -0
- package/lib/services/projects.d.ts.map +1 -0
- package/lib/services/projects.js +23570 -0
- package/lib/services/projects.js.map +1 -0
- package/lib/services/rolling_release.d.ts +764 -0
- package/lib/services/rolling_release.d.ts.map +1 -0
- package/lib/services/rolling_release.js +630 -0
- package/lib/services/rolling_release.js.map +1 -0
- package/lib/services/sandboxes.d.ts +2183 -0
- package/lib/services/sandboxes.d.ts.map +1 -0
- package/lib/services/sandboxes.js +1756 -0
- package/lib/services/sandboxes.js.map +1 -0
- package/lib/services/security.d.ts +3932 -0
- package/lib/services/security.d.ts.map +1 -0
- package/lib/services/security.js +4411 -0
- package/lib/services/security.js.map +1 -0
- package/lib/services/storage.d.ts +251 -0
- package/lib/services/storage.d.ts.map +1 -0
- package/lib/services/storage.js +270 -0
- package/lib/services/storage.js.map +1 -0
- package/lib/services/teams.d.ts +1577 -0
- package/lib/services/teams.d.ts.map +1 -0
- package/lib/services/teams.js +1359 -0
- package/lib/services/teams.js.map +1 -0
- package/lib/services/user.d.ts +7972 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +7093 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vcr.d.ts +793 -0
- package/lib/services/vcr.d.ts.map +1 -0
- package/lib/services/vcr.js +882 -0
- package/lib/services/vcr.js.map +1 -0
- package/lib/services/web_analytics.d.ts +694 -0
- package/lib/services/web_analytics.d.ts.map +1 -0
- package/lib/services/web_analytics.js +695 -0
- package/lib/services/web_analytics.js.map +1 -0
- package/lib/services/webhooks.d.ts +207 -0
- package/lib/services/webhooks.d.ts.map +1 -0
- package/lib/services/webhooks.js +171 -0
- package/lib/services/webhooks.js.map +1 -0
- package/lib/traits.d.ts +10 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -7
- package/src/credentials.ts +70 -0
- package/src/errors.ts +93 -0
- package/src/index.ts +18 -0
- package/src/protocol.ts +98 -0
- package/src/retry.ts +78 -0
- package/src/services/access_groups.ts +1165 -0
- package/src/services/ai_gateway.ts +272 -0
- package/src/services/aliases.ts +1323 -0
- package/src/services/artifacts.ts +542 -0
- package/src/services/authentication.ts +829 -0
- package/src/services/billing.ts +1776 -0
- package/src/services/bulk_redirects.ts +748 -0
- package/src/services/certs.ts +377 -0
- package/src/services/checks_v2.ts +3136 -0
- package/src/services/connect.ts +2607 -0
- package/src/services/deployments.ts +23682 -0
- package/src/services/dns.ts +718 -0
- package/src/services/domains.ts +1209 -0
- package/src/services/domains_registrar.ts +2290 -0
- package/src/services/drains.ts +5989 -0
- package/src/services/edge_cache.ts +303 -0
- package/src/services/environment.ts +2388 -0
- package/src/services/feature_flags.ts +8302 -0
- package/src/services/global_config.ts +1668 -0
- package/src/services/index.ts +39 -0
- package/src/services/integrations.ts +8846 -0
- package/src/services/log_drains.ts +2413 -0
- package/src/services/logs.ts +78 -0
- package/src/services/marketplace.ts +2626 -0
- package/src/services/microfrontends.ts +9650 -0
- package/src/services/networking.ts +530 -0
- package/src/services/observability.ts +436 -0
- package/src/services/project_members.ts +328 -0
- package/src/services/project_routes.ts +5259 -0
- package/src/services/projects.ts +67377 -0
- package/src/services/rolling_release.ts +1869 -0
- package/src/services/sandboxes.ts +5259 -0
- package/src/services/security.ts +12408 -0
- package/src/services/storage.ts +849 -0
- package/src/services/teams.ts +3995 -0
- package/src/services/user.ts +21687 -0
- package/src/services/vcr.ts +2165 -0
- package/src/services/web_analytics.ts +1570 -0
- package/src/services/webhooks.ts +1073 -0
- package/src/traits.ts +44 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,591 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as Redacted from "effect/Redacted";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
|
|
5
|
+
export type { VercelOpError, VercelOpContext };
|
|
6
|
+
declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
|
|
7
|
+
readonly code: any;
|
|
8
|
+
readonly message: any;
|
|
9
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
10
|
+
"@distilled.cloud/error/categories": {
|
|
11
|
+
BadRequestError: true;
|
|
12
|
+
};
|
|
13
|
+
});
|
|
14
|
+
export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
|
|
15
|
+
}
|
|
16
|
+
declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
|
|
17
|
+
readonly code: any;
|
|
18
|
+
readonly message: any;
|
|
19
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
20
|
+
"@distilled.cloud/error/categories": {
|
|
21
|
+
ConflictError: true;
|
|
22
|
+
};
|
|
23
|
+
});
|
|
24
|
+
export declare class Conflict extends /*@__PURE__*/ Conflict_base {
|
|
25
|
+
}
|
|
26
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
27
|
+
readonly code: any;
|
|
28
|
+
readonly message: any;
|
|
29
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
30
|
+
"@distilled.cloud/error/categories": {
|
|
31
|
+
AuthError: true;
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
35
|
+
}
|
|
36
|
+
declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
|
|
37
|
+
readonly code: any;
|
|
38
|
+
readonly message: any;
|
|
39
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
40
|
+
"@distilled.cloud/error/categories": {
|
|
41
|
+
BadRequestError: true;
|
|
42
|
+
};
|
|
43
|
+
});
|
|
44
|
+
export declare class NotFound extends /*@__PURE__*/ NotFound_base {
|
|
45
|
+
}
|
|
46
|
+
declare const PaymentRequired_base: S.Class<PaymentRequired, S.TaggedStruct<"PaymentRequired", {
|
|
47
|
+
readonly code: any;
|
|
48
|
+
readonly message: any;
|
|
49
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
50
|
+
"@distilled.cloud/error/categories": {
|
|
51
|
+
QuotaError: true;
|
|
52
|
+
};
|
|
53
|
+
});
|
|
54
|
+
export declare class PaymentRequired extends /*@__PURE__*/ PaymentRequired_base {
|
|
55
|
+
}
|
|
56
|
+
export interface AssignAliasRequest {
|
|
57
|
+
/** The deployment or alias ID or URL to assign from */
|
|
58
|
+
id: string;
|
|
59
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
60
|
+
teamId?: string;
|
|
61
|
+
/** The Team slug to perform the request on behalf of. */
|
|
62
|
+
slug?: string;
|
|
63
|
+
/** The alias we want to assign to the deployment defined in the URL */
|
|
64
|
+
alias?: string;
|
|
65
|
+
/** The redirect property will take precedence over the deployment id from the URL and consists of a hostname (like test.com) to which the alias should redirect using status code 307 */
|
|
66
|
+
redirect?: string | null;
|
|
67
|
+
}
|
|
68
|
+
export declare const AssignAliasRequest: S.Schema<AssignAliasRequest>;
|
|
69
|
+
export interface AssignAliasResponse {
|
|
70
|
+
/** The unique identifier of the alias */
|
|
71
|
+
uid: string;
|
|
72
|
+
/** The assigned alias name */
|
|
73
|
+
alias: string;
|
|
74
|
+
/** The date when the alias was created */
|
|
75
|
+
created: string;
|
|
76
|
+
/** The unique identifier of the previously aliased deployment, only received when the alias was used before */
|
|
77
|
+
oldDeploymentId?: string | null;
|
|
78
|
+
}
|
|
79
|
+
export declare const AssignAliasResponse: S.Schema<AssignAliasResponse>;
|
|
80
|
+
export interface DeleteAliasRequest {
|
|
81
|
+
/** The ID or alias that will be removed */
|
|
82
|
+
aliasId: string;
|
|
83
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
84
|
+
teamId?: string;
|
|
85
|
+
/** The Team slug to perform the request on behalf of. */
|
|
86
|
+
slug?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare const DeleteAliasRequest: S.Schema<DeleteAliasRequest>;
|
|
89
|
+
export type DeleteAliasResponseStatus = "SUCCESS";
|
|
90
|
+
export declare const DeleteAliasResponseStatus: any;
|
|
91
|
+
export interface DeleteAliasResponse {
|
|
92
|
+
status: DeleteAliasResponseStatus;
|
|
93
|
+
}
|
|
94
|
+
export declare const DeleteAliasResponse: S.Schema<DeleteAliasResponse>;
|
|
95
|
+
export interface GetAliasRequest {
|
|
96
|
+
/** The alias or alias ID to be retrieved */
|
|
97
|
+
idOrAlias: string;
|
|
98
|
+
/** Get the alias only if it was created after the provided timestamp */
|
|
99
|
+
from?: number;
|
|
100
|
+
/** Get the alias only if it is assigned to the provided project ID */
|
|
101
|
+
projectId?: string;
|
|
102
|
+
/** Get the alias only if it was created after this JavaScript timestamp */
|
|
103
|
+
since?: number;
|
|
104
|
+
/** Get the alias only if it was created before this JavaScript timestamp */
|
|
105
|
+
until?: number;
|
|
106
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
107
|
+
teamId?: string;
|
|
108
|
+
/** The Team slug to perform the request on behalf of. */
|
|
109
|
+
slug?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare const GetAliasRequest: S.Schema<GetAliasRequest>;
|
|
112
|
+
/** Information of the user who created the alias */
|
|
113
|
+
export interface GetAliasResponseCreator {
|
|
114
|
+
/** ID of the user who created the alias */
|
|
115
|
+
uid: string;
|
|
116
|
+
/** Email of the user who created the alias */
|
|
117
|
+
email: string;
|
|
118
|
+
/** Username of the user who created the alias */
|
|
119
|
+
username: string;
|
|
120
|
+
}
|
|
121
|
+
export declare const GetAliasResponseCreator: S.Schema<GetAliasResponseCreator>;
|
|
122
|
+
/** A map with the deployment ID, URL and metadata */
|
|
123
|
+
export interface GetAliasResponseDeployment {
|
|
124
|
+
/** The deployment unique identifier */
|
|
125
|
+
id: string;
|
|
126
|
+
/** The deployment unique URL */
|
|
127
|
+
url: string;
|
|
128
|
+
/** The deployment metadata */
|
|
129
|
+
meta?: string;
|
|
130
|
+
}
|
|
131
|
+
export declare const GetAliasResponseDeployment: S.Schema<GetAliasResponseDeployment>;
|
|
132
|
+
/** Status code to be used on redirect */
|
|
133
|
+
export type GetAliasResponseRedirectStatusCode = 301 | 302 | 307 | 308;
|
|
134
|
+
export declare const GetAliasResponseRedirectStatusCode: any;
|
|
135
|
+
export type GetAliasResponseProtectionBypassValueCase0Scope = "shareable-link";
|
|
136
|
+
export declare const GetAliasResponseProtectionBypassValueCase0Scope: any;
|
|
137
|
+
/** The protection bypass for the alias */
|
|
138
|
+
export interface GetAliasResponseProtectionBypassValueCase0 {
|
|
139
|
+
createdAt: number;
|
|
140
|
+
createdBy: string;
|
|
141
|
+
scope: GetAliasResponseProtectionBypassValueCase0Scope;
|
|
142
|
+
expires?: number;
|
|
143
|
+
}
|
|
144
|
+
export declare const GetAliasResponseProtectionBypassValueCase0: S.Schema<GetAliasResponseProtectionBypassValueCase0>;
|
|
145
|
+
export type GetAliasResponseProtectionBypassValueCase1Access = "granted" | "requested";
|
|
146
|
+
export declare const GetAliasResponseProtectionBypassValueCase1Access: any;
|
|
147
|
+
export type GetAliasResponseProtectionBypassValueCase1Scope = "user";
|
|
148
|
+
export declare const GetAliasResponseProtectionBypassValueCase1Scope: any;
|
|
149
|
+
/** The protection bypass for the alias */
|
|
150
|
+
export interface GetAliasResponseProtectionBypassValueCase1 {
|
|
151
|
+
createdAt: number;
|
|
152
|
+
lastUpdatedAt: number;
|
|
153
|
+
lastUpdatedBy: string;
|
|
154
|
+
access: GetAliasResponseProtectionBypassValueCase1Access;
|
|
155
|
+
scope: GetAliasResponseProtectionBypassValueCase1Scope;
|
|
156
|
+
}
|
|
157
|
+
export declare const GetAliasResponseProtectionBypassValueCase1: S.Schema<GetAliasResponseProtectionBypassValueCase1>;
|
|
158
|
+
export type GetAliasResponseProtectionBypassValueCase2Scope = "alias-protection-override";
|
|
159
|
+
export declare const GetAliasResponseProtectionBypassValueCase2Scope: any;
|
|
160
|
+
/** The protection bypass for the alias */
|
|
161
|
+
export interface GetAliasResponseProtectionBypassValueCase2 {
|
|
162
|
+
createdAt: number;
|
|
163
|
+
createdBy: string;
|
|
164
|
+
scope: GetAliasResponseProtectionBypassValueCase2Scope;
|
|
165
|
+
}
|
|
166
|
+
export declare const GetAliasResponseProtectionBypassValueCase2: S.Schema<GetAliasResponseProtectionBypassValueCase2>;
|
|
167
|
+
export type GetAliasResponseProtectionBypassValueCase3Scope = "email_invite";
|
|
168
|
+
export declare const GetAliasResponseProtectionBypassValueCase3Scope: any;
|
|
169
|
+
/** The protection bypass for the alias */
|
|
170
|
+
export interface GetAliasResponseProtectionBypassValueCase3 {
|
|
171
|
+
createdAt: number;
|
|
172
|
+
lastUpdatedAt: number;
|
|
173
|
+
lastUpdatedBy: string;
|
|
174
|
+
scope: GetAliasResponseProtectionBypassValueCase3Scope;
|
|
175
|
+
}
|
|
176
|
+
export declare const GetAliasResponseProtectionBypassValueCase3: S.Schema<GetAliasResponseProtectionBypassValueCase3>;
|
|
177
|
+
export type GetAliasResponseProtectionBypassValue = GetAliasResponseProtectionBypassValueCase0 | GetAliasResponseProtectionBypassValueCase1 | GetAliasResponseProtectionBypassValueCase2 | GetAliasResponseProtectionBypassValueCase3;
|
|
178
|
+
export declare const GetAliasResponseProtectionBypassValue: S.Schema<GetAliasResponseProtectionBypassValue>;
|
|
179
|
+
/** The protection bypass for the alias */
|
|
180
|
+
export type GetAliasResponseProtectionBypassMap = {
|
|
181
|
+
[key: string]: GetAliasResponseProtectionBypassValue | undefined;
|
|
182
|
+
};
|
|
183
|
+
export declare const GetAliasResponseProtectionBypassMap: S.Schema<GetAliasResponseProtectionBypassMap>;
|
|
184
|
+
export interface GetAliasResponseMicrofrontendsDefaultApp {
|
|
185
|
+
projectId: string;
|
|
186
|
+
}
|
|
187
|
+
export declare const GetAliasResponseMicrofrontendsDefaultApp: S.Schema<GetAliasResponseMicrofrontendsDefaultApp>;
|
|
188
|
+
/** A list of the deployment routing information for each project. */
|
|
189
|
+
export interface GetAliasResponseMicrofrontendsApplicationsCase0Item {
|
|
190
|
+
/** 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. */
|
|
191
|
+
fallbackHost: string;
|
|
192
|
+
/** The project ID of the microfrontends application. */
|
|
193
|
+
projectId: string;
|
|
194
|
+
}
|
|
195
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase0Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase0Item>;
|
|
196
|
+
/** A list of the deployment routing information for each project. */
|
|
197
|
+
export type GetAliasResponseMicrofrontendsApplicationsCase0List = Array<GetAliasResponseMicrofrontendsApplicationsCase0Item>;
|
|
198
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase0List: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase0List>;
|
|
199
|
+
/** A list of the deployment routing information for each project. */
|
|
200
|
+
export interface GetAliasResponseMicrofrontendsApplicationsCase1Item {
|
|
201
|
+
/** This is always set. For branch aliases, it's used as the fallback if there is no deployment for the branch. */
|
|
202
|
+
fallbackHost: string;
|
|
203
|
+
/** 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. */
|
|
204
|
+
branchAlias: string;
|
|
205
|
+
/** The project ID of the microfrontends application. */
|
|
206
|
+
projectId: string;
|
|
207
|
+
}
|
|
208
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase1Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase1Item>;
|
|
209
|
+
/** A list of the deployment routing information for each project. */
|
|
210
|
+
export type GetAliasResponseMicrofrontendsApplicationsCase1List = Array<GetAliasResponseMicrofrontendsApplicationsCase1Item>;
|
|
211
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase1List: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase1List>;
|
|
212
|
+
/** A list of the deployment routing information for each project. */
|
|
213
|
+
export interface GetAliasResponseMicrofrontendsApplicationsCase2Item {
|
|
214
|
+
/** 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. */
|
|
215
|
+
deploymentId?: string;
|
|
216
|
+
/** 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. */
|
|
217
|
+
branchDeploymentId?: string;
|
|
218
|
+
/** 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. */
|
|
219
|
+
fallbackDeploymentId?: string;
|
|
220
|
+
/** Temporary for backwards compatibility. Can remove when metadata change is released */
|
|
221
|
+
fallbackHost?: string;
|
|
222
|
+
branchAlias?: string;
|
|
223
|
+
/** The project ID of the microfrontends application. */
|
|
224
|
+
projectId: string;
|
|
225
|
+
}
|
|
226
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase2Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase2Item>;
|
|
227
|
+
/** A list of the deployment routing information for each project. */
|
|
228
|
+
export type GetAliasResponseMicrofrontendsApplicationsCase2List = Array<GetAliasResponseMicrofrontendsApplicationsCase2Item>;
|
|
229
|
+
export declare const GetAliasResponseMicrofrontendsApplicationsCase2List: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase2List>;
|
|
230
|
+
export type GetAliasResponseMicrofrontendsApplications = GetAliasResponseMicrofrontendsApplicationsCase0List | GetAliasResponseMicrofrontendsApplicationsCase1List | GetAliasResponseMicrofrontendsApplicationsCase2List;
|
|
231
|
+
export declare const GetAliasResponseMicrofrontendsApplications: S.Schema<GetAliasResponseMicrofrontendsApplications>;
|
|
232
|
+
/** The microfrontends for the alias including the routing configuration */
|
|
233
|
+
export interface GetAliasResponseMicrofrontends {
|
|
234
|
+
defaultApp: GetAliasResponseMicrofrontendsDefaultApp;
|
|
235
|
+
applications: GetAliasResponseMicrofrontendsApplications;
|
|
236
|
+
}
|
|
237
|
+
export declare const GetAliasResponseMicrofrontends: S.Schema<GetAliasResponseMicrofrontends>;
|
|
238
|
+
export interface GetAliasResponse {
|
|
239
|
+
/** The alias name, it could be a `.vercel.app` subdomain or a custom domain */
|
|
240
|
+
alias: string;
|
|
241
|
+
/** The date when the alias was created */
|
|
242
|
+
created: string;
|
|
243
|
+
/** The date when the alias was created in milliseconds since the UNIX epoch */
|
|
244
|
+
createdAt?: number | null;
|
|
245
|
+
/** Information of the user who created the alias */
|
|
246
|
+
creator?: GetAliasResponseCreator;
|
|
247
|
+
/** The date when the alias was deleted in milliseconds since the UNIX epoch */
|
|
248
|
+
deletedAt?: number | null;
|
|
249
|
+
/** A map with the deployment ID, URL and metadata */
|
|
250
|
+
deployment?: GetAliasResponseDeployment;
|
|
251
|
+
/** The deployment ID */
|
|
252
|
+
deploymentId: string | null;
|
|
253
|
+
/** The unique identifier of the project */
|
|
254
|
+
projectId: string | null;
|
|
255
|
+
/** Target destination domain for redirect when the alias is a redirect */
|
|
256
|
+
redirect?: string | null;
|
|
257
|
+
/** Status code to be used on redirect */
|
|
258
|
+
redirectStatusCode?: GetAliasResponseRedirectStatusCode | null;
|
|
259
|
+
/** The unique identifier of the alias */
|
|
260
|
+
uid: string;
|
|
261
|
+
/** The date when the alias was updated in milliseconds since the UNIX epoch */
|
|
262
|
+
updatedAt?: number | null;
|
|
263
|
+
/** The protection bypass for the alias */
|
|
264
|
+
protectionBypass?: GetAliasResponseProtectionBypassMap;
|
|
265
|
+
/** The microfrontends for the alias including the routing configuration */
|
|
266
|
+
microfrontends?: GetAliasResponseMicrofrontends;
|
|
267
|
+
}
|
|
268
|
+
export declare const GetAliasResponse: S.Schema<GetAliasResponse>;
|
|
269
|
+
export type ListAliasesRequestDomainCase0List = Array<string>;
|
|
270
|
+
export declare const ListAliasesRequestDomainCase0List: S.Schema<ListAliasesRequestDomainCase0List>;
|
|
271
|
+
/** Get only aliases of the given domain name */
|
|
272
|
+
export type ListAliasesRequestDomain = ListAliasesRequestDomainCase0List | string;
|
|
273
|
+
export declare const ListAliasesRequestDomain: S.Schema<ListAliasesRequestDomain>;
|
|
274
|
+
export interface ListAliasesRequest {
|
|
275
|
+
/** Get only aliases of the given domain name */
|
|
276
|
+
domain?: ListAliasesRequestDomain;
|
|
277
|
+
/** Get only aliases created after the provided timestamp */
|
|
278
|
+
from?: number;
|
|
279
|
+
/** Maximum number of aliases to list from a request */
|
|
280
|
+
limit?: number;
|
|
281
|
+
/** Filter aliases from the given `projectId` */
|
|
282
|
+
projectId?: string;
|
|
283
|
+
/** Get aliases created after this JavaScript timestamp */
|
|
284
|
+
since?: number;
|
|
285
|
+
/** Get aliases created before this JavaScript timestamp */
|
|
286
|
+
until?: number;
|
|
287
|
+
/** Get aliases that would be rolled back for the given deployment */
|
|
288
|
+
rollbackDeploymentId?: string;
|
|
289
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
290
|
+
teamId?: string;
|
|
291
|
+
/** The Team slug to perform the request on behalf of. */
|
|
292
|
+
slug?: string;
|
|
293
|
+
}
|
|
294
|
+
export declare const ListAliasesRequest: S.Schema<ListAliasesRequest>;
|
|
295
|
+
/** Information of the user who created the alias */
|
|
296
|
+
export type ListAliasesResponseAliasesItemCreator = GetAliasResponseCreator;
|
|
297
|
+
export declare const ListAliasesResponseAliasesItemCreator: S.Schema<GetAliasResponseCreator>;
|
|
298
|
+
/** A map with the deployment ID, URL and metadata */
|
|
299
|
+
export type ListAliasesResponseAliasesItemDeployment = GetAliasResponseDeployment;
|
|
300
|
+
export declare const ListAliasesResponseAliasesItemDeployment: S.Schema<GetAliasResponseDeployment>;
|
|
301
|
+
/** Status code to be used on redirect */
|
|
302
|
+
export type ListAliasesResponseAliasesItemRedirectStatusCode = 301 | 302 | 307 | 308;
|
|
303
|
+
export declare const ListAliasesResponseAliasesItemRedirectStatusCode: any;
|
|
304
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValueCase0Scope = "shareable-link";
|
|
305
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase0Scope: any;
|
|
306
|
+
/** The protection bypass for the alias */
|
|
307
|
+
export interface ListAliasesResponseAliasesItemProtectionBypassValueCase0 {
|
|
308
|
+
createdAt: number;
|
|
309
|
+
createdBy: string;
|
|
310
|
+
scope: ListAliasesResponseAliasesItemProtectionBypassValueCase0Scope;
|
|
311
|
+
expires?: number;
|
|
312
|
+
}
|
|
313
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase0: S.Schema<ListAliasesResponseAliasesItemProtectionBypassValueCase0>;
|
|
314
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValueCase1Access = "granted" | "requested";
|
|
315
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase1Access: any;
|
|
316
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValueCase1Scope = "user";
|
|
317
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase1Scope: any;
|
|
318
|
+
/** The protection bypass for the alias */
|
|
319
|
+
export interface ListAliasesResponseAliasesItemProtectionBypassValueCase1 {
|
|
320
|
+
createdAt: number;
|
|
321
|
+
lastUpdatedAt: number;
|
|
322
|
+
lastUpdatedBy: string;
|
|
323
|
+
access: ListAliasesResponseAliasesItemProtectionBypassValueCase1Access;
|
|
324
|
+
scope: ListAliasesResponseAliasesItemProtectionBypassValueCase1Scope;
|
|
325
|
+
}
|
|
326
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase1: S.Schema<ListAliasesResponseAliasesItemProtectionBypassValueCase1>;
|
|
327
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValueCase2Scope = "alias-protection-override";
|
|
328
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase2Scope: any;
|
|
329
|
+
/** The protection bypass for the alias */
|
|
330
|
+
export interface ListAliasesResponseAliasesItemProtectionBypassValueCase2 {
|
|
331
|
+
createdAt: number;
|
|
332
|
+
createdBy: string;
|
|
333
|
+
scope: ListAliasesResponseAliasesItemProtectionBypassValueCase2Scope;
|
|
334
|
+
}
|
|
335
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase2: S.Schema<ListAliasesResponseAliasesItemProtectionBypassValueCase2>;
|
|
336
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValueCase3Scope = "email_invite";
|
|
337
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase3Scope: any;
|
|
338
|
+
/** The protection bypass for the alias */
|
|
339
|
+
export interface ListAliasesResponseAliasesItemProtectionBypassValueCase3 {
|
|
340
|
+
createdAt: number;
|
|
341
|
+
lastUpdatedAt: number;
|
|
342
|
+
lastUpdatedBy: string;
|
|
343
|
+
scope: ListAliasesResponseAliasesItemProtectionBypassValueCase3Scope;
|
|
344
|
+
}
|
|
345
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValueCase3: S.Schema<ListAliasesResponseAliasesItemProtectionBypassValueCase3>;
|
|
346
|
+
export type ListAliasesResponseAliasesItemProtectionBypassValue = ListAliasesResponseAliasesItemProtectionBypassValueCase0 | ListAliasesResponseAliasesItemProtectionBypassValueCase1 | ListAliasesResponseAliasesItemProtectionBypassValueCase2 | ListAliasesResponseAliasesItemProtectionBypassValueCase3;
|
|
347
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassValue: S.Schema<ListAliasesResponseAliasesItemProtectionBypassValue>;
|
|
348
|
+
/** The protection bypass for the alias */
|
|
349
|
+
export type ListAliasesResponseAliasesItemProtectionBypassMap = {
|
|
350
|
+
[key: string]: ListAliasesResponseAliasesItemProtectionBypassValue | undefined;
|
|
351
|
+
};
|
|
352
|
+
export declare const ListAliasesResponseAliasesItemProtectionBypassMap: S.Schema<ListAliasesResponseAliasesItemProtectionBypassMap>;
|
|
353
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsDefaultApp = GetAliasResponseMicrofrontendsDefaultApp;
|
|
354
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsDefaultApp: S.Schema<GetAliasResponseMicrofrontendsDefaultApp>;
|
|
355
|
+
/** A list of the deployment routing information for each project. */
|
|
356
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0Item = GetAliasResponseMicrofrontendsApplicationsCase0Item;
|
|
357
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase0Item>;
|
|
358
|
+
/** A list of the deployment routing information for each project. */
|
|
359
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0List = Array<GetAliasResponseMicrofrontendsApplicationsCase0Item>;
|
|
360
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0List: S.Schema<ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0List>;
|
|
361
|
+
/** A list of the deployment routing information for each project. */
|
|
362
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1Item = GetAliasResponseMicrofrontendsApplicationsCase1Item;
|
|
363
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase1Item>;
|
|
364
|
+
/** A list of the deployment routing information for each project. */
|
|
365
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1List = Array<GetAliasResponseMicrofrontendsApplicationsCase1Item>;
|
|
366
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1List: S.Schema<ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1List>;
|
|
367
|
+
/** A list of the deployment routing information for each project. */
|
|
368
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2Item = GetAliasResponseMicrofrontendsApplicationsCase2Item;
|
|
369
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2Item: S.Schema<GetAliasResponseMicrofrontendsApplicationsCase2Item>;
|
|
370
|
+
/** A list of the deployment routing information for each project. */
|
|
371
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2List = Array<GetAliasResponseMicrofrontendsApplicationsCase2Item>;
|
|
372
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2List: S.Schema<ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2List>;
|
|
373
|
+
export type ListAliasesResponseAliasesItemMicrofrontendsApplications = ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase0List | ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase1List | ListAliasesResponseAliasesItemMicrofrontendsApplicationsCase2List;
|
|
374
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontendsApplications: S.Schema<ListAliasesResponseAliasesItemMicrofrontendsApplications>;
|
|
375
|
+
/** The microfrontends for the alias including the routing configuration */
|
|
376
|
+
export interface ListAliasesResponseAliasesItemMicrofrontends {
|
|
377
|
+
defaultApp: GetAliasResponseMicrofrontendsDefaultApp;
|
|
378
|
+
applications: ListAliasesResponseAliasesItemMicrofrontendsApplications;
|
|
379
|
+
}
|
|
380
|
+
export declare const ListAliasesResponseAliasesItemMicrofrontends: S.Schema<ListAliasesResponseAliasesItemMicrofrontends>;
|
|
381
|
+
export interface ListAliasesResponseAliasesItem {
|
|
382
|
+
/** The alias name, it could be a `.vercel.app` subdomain or a custom domain */
|
|
383
|
+
alias: string;
|
|
384
|
+
/** The date when the alias was created */
|
|
385
|
+
created: string;
|
|
386
|
+
/** The date when the alias was created in milliseconds since the UNIX epoch */
|
|
387
|
+
createdAt?: number;
|
|
388
|
+
/** Information of the user who created the alias */
|
|
389
|
+
creator?: GetAliasResponseCreator;
|
|
390
|
+
/** The date when the alias was deleted in milliseconds since the UNIX epoch */
|
|
391
|
+
deletedAt?: number | null;
|
|
392
|
+
/** A map with the deployment ID, URL and metadata */
|
|
393
|
+
deployment?: GetAliasResponseDeployment;
|
|
394
|
+
/** The deployment ID */
|
|
395
|
+
deploymentId: string | null;
|
|
396
|
+
/** The unique identifier of the project */
|
|
397
|
+
projectId: string | null;
|
|
398
|
+
/** Target destination domain for redirect when the alias is a redirect */
|
|
399
|
+
redirect?: string | null;
|
|
400
|
+
/** Status code to be used on redirect */
|
|
401
|
+
redirectStatusCode?: ListAliasesResponseAliasesItemRedirectStatusCode | null;
|
|
402
|
+
/** The unique identifier of the alias */
|
|
403
|
+
uid: string;
|
|
404
|
+
/** The date when the alias was updated in milliseconds since the UNIX epoch */
|
|
405
|
+
updatedAt?: number;
|
|
406
|
+
/** The protection bypass for the alias */
|
|
407
|
+
protectionBypass?: ListAliasesResponseAliasesItemProtectionBypassMap;
|
|
408
|
+
/** The microfrontends for the alias including the routing configuration */
|
|
409
|
+
microfrontends?: ListAliasesResponseAliasesItemMicrofrontends;
|
|
410
|
+
}
|
|
411
|
+
export declare const ListAliasesResponseAliasesItem: S.Schema<ListAliasesResponseAliasesItem>;
|
|
412
|
+
export type ListAliasesResponseAliasesList = Array<ListAliasesResponseAliasesItem>;
|
|
413
|
+
export declare const ListAliasesResponseAliasesList: S.Schema<ListAliasesResponseAliasesList>;
|
|
414
|
+
/** This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data. */
|
|
415
|
+
export interface Pagination {
|
|
416
|
+
/** Amount of items in the current page. */
|
|
417
|
+
count: number;
|
|
418
|
+
/** Timestamp that must be used to request the next page. */
|
|
419
|
+
next: number | null;
|
|
420
|
+
/** Timestamp that must be used to request the previous page. */
|
|
421
|
+
prev: number | null;
|
|
422
|
+
}
|
|
423
|
+
export declare const Pagination: S.Schema<Pagination>;
|
|
424
|
+
export interface ListAliasesResponse {
|
|
425
|
+
aliases: ListAliasesResponseAliasesList;
|
|
426
|
+
pagination: Pagination;
|
|
427
|
+
}
|
|
428
|
+
export declare const ListAliasesResponse: S.Schema<ListAliasesResponse>;
|
|
429
|
+
export interface ListDeploymentAliasesRequest {
|
|
430
|
+
/** The ID of the deployment the aliases should be listed for */
|
|
431
|
+
id: string;
|
|
432
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
433
|
+
teamId?: string;
|
|
434
|
+
/** The Team slug to perform the request on behalf of. */
|
|
435
|
+
slug?: string;
|
|
436
|
+
}
|
|
437
|
+
export declare const ListDeploymentAliasesRequest: S.Schema<ListDeploymentAliasesRequest>;
|
|
438
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0Scope = "shareable-link";
|
|
439
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0Scope: any;
|
|
440
|
+
/** The protection bypass for the alias */
|
|
441
|
+
export interface ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0 {
|
|
442
|
+
createdAt: number;
|
|
443
|
+
createdBy: string;
|
|
444
|
+
scope: ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0Scope;
|
|
445
|
+
expires?: number;
|
|
446
|
+
}
|
|
447
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0>;
|
|
448
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Access = "granted" | "requested";
|
|
449
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Access: any;
|
|
450
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Scope = "user";
|
|
451
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Scope: any;
|
|
452
|
+
/** The protection bypass for the alias */
|
|
453
|
+
export interface ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1 {
|
|
454
|
+
createdAt: number;
|
|
455
|
+
lastUpdatedAt: number;
|
|
456
|
+
lastUpdatedBy: string;
|
|
457
|
+
access: ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Access;
|
|
458
|
+
scope: ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1Scope;
|
|
459
|
+
}
|
|
460
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1>;
|
|
461
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2Scope = "alias-protection-override";
|
|
462
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2Scope: any;
|
|
463
|
+
/** The protection bypass for the alias */
|
|
464
|
+
export interface ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2 {
|
|
465
|
+
createdAt: number;
|
|
466
|
+
createdBy: string;
|
|
467
|
+
scope: ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2Scope;
|
|
468
|
+
}
|
|
469
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2>;
|
|
470
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3Scope = "email_invite";
|
|
471
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3Scope: any;
|
|
472
|
+
/** The protection bypass for the alias */
|
|
473
|
+
export interface ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3 {
|
|
474
|
+
createdAt: number;
|
|
475
|
+
lastUpdatedAt: number;
|
|
476
|
+
lastUpdatedBy: string;
|
|
477
|
+
scope: ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3Scope;
|
|
478
|
+
}
|
|
479
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3>;
|
|
480
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassValue = ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase0 | ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase1 | ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase2 | ListDeploymentAliasesResponseAliasesItemProtectionBypassValueCase3;
|
|
481
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassValue: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassValue>;
|
|
482
|
+
/** The protection bypass for the alias */
|
|
483
|
+
export type ListDeploymentAliasesResponseAliasesItemProtectionBypassMap = {
|
|
484
|
+
[key: string]: ListDeploymentAliasesResponseAliasesItemProtectionBypassValue | undefined;
|
|
485
|
+
};
|
|
486
|
+
export declare const ListDeploymentAliasesResponseAliasesItemProtectionBypassMap: S.Schema<ListDeploymentAliasesResponseAliasesItemProtectionBypassMap>;
|
|
487
|
+
/** A list of the aliases assigned to the deployment */
|
|
488
|
+
export interface ListDeploymentAliasesResponseAliasesItem {
|
|
489
|
+
/** The unique identifier of the alias */
|
|
490
|
+
uid: string;
|
|
491
|
+
/** The alias name, it could be a `.vercel.app` subdomain or a custom domain */
|
|
492
|
+
alias: string;
|
|
493
|
+
/** The date when the alias was created */
|
|
494
|
+
created: string;
|
|
495
|
+
/** Target destination domain for redirect when the alias is a redirect */
|
|
496
|
+
redirect?: string | null;
|
|
497
|
+
/** The protection bypass for the alias */
|
|
498
|
+
protectionBypass?: ListDeploymentAliasesResponseAliasesItemProtectionBypassMap;
|
|
499
|
+
}
|
|
500
|
+
export declare const ListDeploymentAliasesResponseAliasesItem: S.Schema<ListDeploymentAliasesResponseAliasesItem>;
|
|
501
|
+
/** A list of the aliases assigned to the deployment */
|
|
502
|
+
export type ListDeploymentAliasesResponseAliasesList = Array<ListDeploymentAliasesResponseAliasesItem>;
|
|
503
|
+
export declare const ListDeploymentAliasesResponseAliasesList: S.Schema<ListDeploymentAliasesResponseAliasesList>;
|
|
504
|
+
export interface ListDeploymentAliasesResponse {
|
|
505
|
+
/** A list of the aliases assigned to the deployment */
|
|
506
|
+
aliases: ListDeploymentAliasesResponseAliasesList;
|
|
507
|
+
}
|
|
508
|
+
export declare const ListDeploymentAliasesResponse: S.Schema<ListDeploymentAliasesResponse>;
|
|
509
|
+
/** Optional instructions for revoking and regenerating a shareable link */
|
|
510
|
+
export interface PatchUrlProtectionBypassRequestBodyCase0Revoke {
|
|
511
|
+
/** Sharebale link to revoked */
|
|
512
|
+
secret: string | Redacted.Redacted<string>;
|
|
513
|
+
/** Whether or not a new shareable link should be created after the provided secret is revoked */
|
|
514
|
+
regenerate: boolean;
|
|
515
|
+
}
|
|
516
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase0Revoke: S.Schema<PatchUrlProtectionBypassRequestBodyCase0Revoke>;
|
|
517
|
+
export interface PatchUrlProtectionBypassRequestBodyCase0 {
|
|
518
|
+
/** Optional time the shareable link is valid for in seconds. If not provided, the shareable link will never expire. */
|
|
519
|
+
ttl?: number;
|
|
520
|
+
/** Optional instructions for revoking and regenerating a shareable link */
|
|
521
|
+
revoke?: PatchUrlProtectionBypassRequestBodyCase0Revoke;
|
|
522
|
+
}
|
|
523
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase0: S.Schema<PatchUrlProtectionBypassRequestBodyCase0>;
|
|
524
|
+
/** Invitation status for the user scoped bypass. */
|
|
525
|
+
export type PatchUrlProtectionBypassRequestBodyCase1ScopeAccess = "denied" | "granted";
|
|
526
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase1ScopeAccess: any;
|
|
527
|
+
/** Instructions for creating a user scoped protection bypass */
|
|
528
|
+
export interface PatchUrlProtectionBypassRequestBodyCase1Scope {
|
|
529
|
+
/** Specified user id for the scoped bypass. */
|
|
530
|
+
userId?: string;
|
|
531
|
+
/** Specified email for the scoped bypass. */
|
|
532
|
+
email?: string;
|
|
533
|
+
/** Invitation status for the user scoped bypass. */
|
|
534
|
+
access: PatchUrlProtectionBypassRequestBodyCase1ScopeAccess | (string & {});
|
|
535
|
+
}
|
|
536
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase1Scope: S.Schema<PatchUrlProtectionBypassRequestBodyCase1Scope>;
|
|
537
|
+
export interface PatchUrlProtectionBypassRequestBodyCase1 {
|
|
538
|
+
/** Instructions for creating a user scoped protection bypass */
|
|
539
|
+
scope: PatchUrlProtectionBypassRequestBodyCase1Scope;
|
|
540
|
+
}
|
|
541
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase1: S.Schema<PatchUrlProtectionBypassRequestBodyCase1>;
|
|
542
|
+
export type PatchUrlProtectionBypassRequestBodyCase2OverrideScope = "alias-protection-override";
|
|
543
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase2OverrideScope: any;
|
|
544
|
+
export type PatchUrlProtectionBypassRequestBodyCase2OverrideAction = "create" | "revoke";
|
|
545
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase2OverrideAction: any;
|
|
546
|
+
export interface PatchUrlProtectionBypassRequestBodyCase2Override {
|
|
547
|
+
scope: PatchUrlProtectionBypassRequestBodyCase2OverrideScope | (string & {});
|
|
548
|
+
action: PatchUrlProtectionBypassRequestBodyCase2OverrideAction | (string & {});
|
|
549
|
+
}
|
|
550
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase2Override: S.Schema<PatchUrlProtectionBypassRequestBodyCase2Override>;
|
|
551
|
+
export interface PatchUrlProtectionBypassRequestBodyCase2 {
|
|
552
|
+
override: PatchUrlProtectionBypassRequestBodyCase2Override;
|
|
553
|
+
}
|
|
554
|
+
export declare const PatchUrlProtectionBypassRequestBodyCase2: S.Schema<PatchUrlProtectionBypassRequestBodyCase2>;
|
|
555
|
+
export type PatchUrlProtectionBypassRequestBody = PatchUrlProtectionBypassRequestBodyCase0 | PatchUrlProtectionBypassRequestBodyCase1 | PatchUrlProtectionBypassRequestBodyCase2;
|
|
556
|
+
export declare const PatchUrlProtectionBypassRequestBody: S.Schema<PatchUrlProtectionBypassRequestBody>;
|
|
557
|
+
export interface PatchUrlProtectionBypassRequest {
|
|
558
|
+
/** The alias or deployment ID */
|
|
559
|
+
id: string;
|
|
560
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
561
|
+
teamId?: string;
|
|
562
|
+
/** The Team slug to perform the request on behalf of. */
|
|
563
|
+
slug?: string;
|
|
564
|
+
body?: PatchUrlProtectionBypassRequestBody;
|
|
565
|
+
}
|
|
566
|
+
export declare const PatchUrlProtectionBypassRequest: S.Schema<PatchUrlProtectionBypassRequest>;
|
|
567
|
+
export type PatchUrlProtectionBypassResponseBodyMap = {
|
|
568
|
+
[key: string]: unknown | undefined;
|
|
569
|
+
};
|
|
570
|
+
export declare const PatchUrlProtectionBypassResponseBodyMap: S.Schema<PatchUrlProtectionBypassResponseBodyMap>;
|
|
571
|
+
export type PatchUrlProtectionBypassResponse = PatchUrlProtectionBypassResponseBodyMap;
|
|
572
|
+
export declare const PatchUrlProtectionBypassResponse: S.Schema<PatchUrlProtectionBypassResponse>;
|
|
573
|
+
export type AssignAliasError = BadRequest | PaymentRequired | Forbidden | NotFound | Conflict | VercelOpError;
|
|
574
|
+
/** Assign an Alias Creates a new alias for the deployment resolved from the given deployment or alias ID or URL. The authenticated user or team must own this deployment. If the desired alias is already assigned to another deployment, then it will be removed from the old deployment and assigned to the new one. */
|
|
575
|
+
export declare const assignAlias: API.OperationMethod<AssignAliasRequest, AssignAliasResponse, AssignAliasError, VercelOpContext>;
|
|
576
|
+
export type DeleteAliasError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
577
|
+
/** Delete an Alias Delete an Alias with the specified ID. */
|
|
578
|
+
export declare const deleteAlias: API.OperationMethod<DeleteAliasRequest, DeleteAliasResponse, DeleteAliasError, VercelOpContext>;
|
|
579
|
+
export type GetAliasError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
580
|
+
/** Get an Alias Retrieves an Alias for the given host name or alias ID. */
|
|
581
|
+
export declare const getAlias: API.OperationMethod<GetAliasRequest, GetAliasResponse, GetAliasError, VercelOpContext>;
|
|
582
|
+
export type ListAliasesError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
583
|
+
/** List aliases Retrieves a list of aliases for the authenticated User or Team. When `domain` is provided, only aliases for that domain will be returned. When `projectId` is provided, it will only return the given project aliases. */
|
|
584
|
+
export declare const listAliases: API.OperationMethod<ListAliasesRequest, ListAliasesResponse, ListAliasesError, VercelOpContext>;
|
|
585
|
+
export type ListDeploymentAliasesError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
586
|
+
/** List Deployment Aliases Retrieves all Aliases for the Deployment with the given ID. The authenticated user or team must own the deployment. */
|
|
587
|
+
export declare const listDeploymentAliases: API.OperationMethod<ListDeploymentAliasesRequest, ListDeploymentAliasesResponse, ListDeploymentAliasesError, VercelOpContext>;
|
|
588
|
+
export type PatchUrlProtectionBypassError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
|
|
589
|
+
/** Update the protection bypass for a URL Update the protection bypass for the alias or deployment URL (used for user access & comment access for deployments). Used as shareable links and user scoped access for Vercel Authentication and also to allow external (logged in) people to comment on previews for Preview Comments (next-live-mode). */
|
|
590
|
+
export declare const patchUrlProtectionBypass: API.OperationMethod<PatchUrlProtectionBypassRequest, PatchUrlProtectionBypassResponse, PatchUrlProtectionBypassError, VercelOpContext>;
|
|
591
|
+
//# sourceMappingURL=aliases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliases.d.ts","sourceRoot":"","sources":["../../src/services/aliases.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,GAAG,MAAM,2BAA2B,CAAC;AAGjD,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,eAAe,EACrB,MAAM,gBAAgB,CAAC;AAGxB,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC;;;;;;;;;AAE/C,qBAAa,UACX,SAAQ,aAAa,CAAC,eAMrB;CAAG;;;;;;;;;AAEN,qBAAa,QACX,SAAQ,aAAa,CAAC,aAMrB;CAAG;;;;;;;;;AAEN,qBAAa,SACX,SAAQ,aAAa,CAAC,cAMrB;CAAG;;;;;;;;;AAEN,qBAAa,QACX,SAAQ,aAAa,CAAC,aAMrB;CAAG;;;;;;;;;AAEN,qBAAa,eACX,SAAQ,aAAa,CAAC,oBAMrB;CAAG;AAEN,MAAM,WAAW,kBAAkB;IACjC,uDAAuD;IACvD,EAAE,EAAE,MAAM,CAAC;IACX,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uEAAuE;IACvE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yLAAyL;IACzL,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AACD,eAAO,MAAM,kBAAkB,EAYlB,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;AAE1C,MAAM,WAAW,mBAAmB;IAClC,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,+GAA+G;IAC/G,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AACD,eAAO,MAAM,mBAAmB,EASnB,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAE3C,MAAM,WAAW,kBAAkB;IACjC,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,kBAAkB,EAUlB,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;AAE1C,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAAC;AAClD,eAAO,MAAM,yBAAyB,KAAyB,CAAC;AAEhE,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,yBAAyB,CAAC;CACnC;AACD,eAAO,MAAM,mBAAmB,EAMnB,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC9B,4CAA4C;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,wEAAwE;IACxE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2EAA2E;IAC3E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4EAA4E;IAC5E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,eAAe,EAYf,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;AAEvC,oDAAoD;AACpD,MAAM,WAAW,uBAAuB;IACtC,2CAA2C;IAC3C,GAAG,EAAE,MAAM,CAAC;IACZ,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,QAAQ,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,uBAAuB,EAQvB,CAAC,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;AAE/C,qDAAqD;AACrD,MAAM,WAAW,0BAA0B;IACzC,uCAAuC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,0BAA0B,EAQ1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,yCAAyC;AACzC,MAAM,MAAM,kCAAkC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AACvE,eAAO,MAAM,kCAAkC,KAAyB,CAAC;AAEzE,MAAM,MAAM,+CAA+C,GAAG,gBAAgB,CAAC;AAC/E,eAAO,MAAM,+CAA+C,KACpC,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,0CAA0C;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,+CAA+C,CAAC;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,0CAA0C,EAUxC,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEpE,MAAM,MAAM,gDAAgD,GACxD,SAAS,GACT,WAAW,CAAC;AAChB,eAAO,MAAM,gDAAgD,KACrC,CAAC;AAEzB,MAAM,MAAM,+CAA+C,GAAG,MAAM,CAAC;AACrE,eAAO,MAAM,+CAA+C,KACpC,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,0CAA0C;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,gDAAgD,CAAC;IACzD,KAAK,EAAE,+CAA+C,CAAC;CACxD;AACD,eAAO,MAAM,0CAA0C,EAWxC,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEpE,MAAM,MAAM,+CAA+C,GACzD,2BAA2B,CAAC;AAC9B,eAAO,MAAM,+CAA+C,KACpC,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,0CAA0C;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,+CAA+C,CAAC;CACxD;AACD,eAAO,MAAM,0CAA0C,EASxC,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEpE,MAAM,MAAM,+CAA+C,GAAG,cAAc,CAAC;AAC7E,eAAO,MAAM,+CAA+C,KACpC,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,0CAA0C;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,+CAA+C,CAAC;CACxD;AACD,eAAO,MAAM,0CAA0C,EAUxC,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEpE,MAAM,MAAM,qCAAqC,GAC7C,0CAA0C,GAC1C,0CAA0C,GAC1C,0CAA0C,GAC1C,0CAA0C,CAAC;AAC/C,eAAO,MAAM,qCAAqC,EACd,CAAC,CAAC,MAAM,CAAC,qCAAqC,CAAC,CAAC;AAEpF,0CAA0C;AAC1C,MAAM,MAAM,mCAAmC,GAAG;IAChD,CAAC,GAAG,EAAE,MAAM,GAAG,qCAAqC,GAAG,SAAS,CAAC;CAClE,CAAC;AACF,eAAO,MAAM,mCAAmC,EAGpC,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAE1D,MAAM,WAAW,wCAAwC;IACvD,SAAS,EAAE,MAAM,CAAC;CACnB;AACD,eAAO,MAAM,wCAAwC,EAOxC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAEhE,qEAAqE;AACrE,MAAM,WAAW,mDAAmD;IAClE,4LAA4L;IAC5L,YAAY,EAAE,MAAM,CAAC;IACrB,wDAAwD;IACxD,SAAS,EAAE,MAAM,CAAC;CACnB;AACD,eAAO,MAAM,mDAAmD,EAQjD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE7E,qEAAqE;AACrE,MAAM,MAAM,mDAAmD,GAC7D,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,mDAAmD,EAGlD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE5E,qEAAqE;AACrE,MAAM,WAAW,mDAAmD;IAClE,kHAAkH;IAClH,YAAY,EAAE,MAAM,CAAC;IACrB,6JAA6J;IAC7J,WAAW,EAAE,MAAM,CAAC;IACpB,wDAAwD;IACxD,SAAS,EAAE,MAAM,CAAC;CACnB;AACD,eAAO,MAAM,mDAAmD,EASjD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE7E,qEAAqE;AACrE,MAAM,MAAM,mDAAmD,GAC7D,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,mDAAmD,EAGlD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE5E,qEAAqE;AACrE,MAAM,WAAW,mDAAmD;IAClE,2KAA2K;IAC3K,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uVAAuV;IACvV,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gZAAgZ;IAChZ,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yFAAyF;IACzF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wDAAwD;IACxD,SAAS,EAAE,MAAM,CAAC;CACnB;AACD,eAAO,MAAM,mDAAmD,EAYjD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE7E,qEAAqE;AACrE,MAAM,MAAM,mDAAmD,GAC7D,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,mDAAmD,EAGlD,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAE5E,MAAM,MAAM,0CAA0C,GAClD,mDAAmD,GACnD,mDAAmD,GACnD,mDAAmD,CAAC;AACxD,eAAO,MAAM,0CAA0C,EACnB,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEzF,2EAA2E;AAC3E,MAAM,WAAW,8BAA8B;IAC7C,UAAU,EAAE,wCAAwC,CAAC;IACrD,YAAY,EAAE,0CAA0C,CAAC;CAC1D;AACD,eAAO,MAAM,8BAA8B,EAO9B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAEtD,MAAM,WAAW,gBAAgB;IAC/B,+EAA+E;IAC/E,KAAK,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,oDAAoD;IACpD,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,qDAAqD;IACrD,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC,wBAAwB;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,2CAA2C;IAC3C,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,yCAAyC;IACzC,kBAAkB,CAAC,EAAE,kCAAkC,GAAG,IAAI,CAAC;IAC/D,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,mCAAmC,CAAC;IACvD,2EAA2E;IAC3E,cAAc,CAAC,EAAE,8BAA8B,CAAC;CACjD;AACD,eAAO,MAAM,gBAAgB,EAqBhB,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAExC,MAAM,MAAM,iCAAiC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAC9D,eAAO,MAAM,iCAAiC,EAElC,CAAC,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;AAExD,gDAAgD;AAChD,MAAM,MAAM,wBAAwB,GAChC,iCAAiC,GACjC,MAAM,CAAC;AACX,eAAO,MAAM,wBAAwB,EACD,CAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;AAEvE,MAAM,WAAW,kBAAkB;IACjC,gDAAgD;IAChD,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,4DAA4D;IAC5D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,kBAAkB,EAclB,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;AAE1C,oDAAoD;AACpD,MAAM,MAAM,qCAAqC,GAAG,uBAAuB,CAAC;AAC5E,eAAO,MAAM,qCAAqC,mCAA0B,CAAC;AAE7E,qDAAqD;AACrD,MAAM,MAAM,wCAAwC,GAClD,0BAA0B,CAAC;AAC7B,eAAO,MAAM,wCAAwC,sCACzB,CAAC;AAE7B,yCAAyC;AACzC,MAAM,MAAM,gDAAgD,GACxD,GAAG,GACH,GAAG,GACH,GAAG,GACH,GAAG,CAAC;AACR,eAAO,MAAM,gDAAgD,KACrC,CAAC;AAEzB,MAAM,MAAM,6DAA6D,GACvE,gBAAgB,CAAC;AACnB,eAAO,MAAM,6DAA6D,KAClD,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,wDAAwD;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,6DAA6D,CAAC;IACrE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,wDAAwD,EAUtD,CAAC,CAAC,MAAM,CAAC,wDAAwD,CAAC,CAAC;AAElF,MAAM,MAAM,8DAA8D,GACtE,SAAS,GACT,WAAW,CAAC;AAChB,eAAO,MAAM,8DAA8D,KACnD,CAAC;AAEzB,MAAM,MAAM,6DAA6D,GACvE,MAAM,CAAC;AACT,eAAO,MAAM,6DAA6D,KAClD,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,wDAAwD;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,8DAA8D,CAAC;IACvE,KAAK,EAAE,6DAA6D,CAAC;CACtE;AACD,eAAO,MAAM,wDAAwD,EAWtD,CAAC,CAAC,MAAM,CAAC,wDAAwD,CAAC,CAAC;AAElF,MAAM,MAAM,6DAA6D,GACvE,2BAA2B,CAAC;AAC9B,eAAO,MAAM,6DAA6D,KAClD,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,wDAAwD;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,6DAA6D,CAAC;CACtE;AACD,eAAO,MAAM,wDAAwD,EAStD,CAAC,CAAC,MAAM,CAAC,wDAAwD,CAAC,CAAC;AAElF,MAAM,MAAM,6DAA6D,GACvE,cAAc,CAAC;AACjB,eAAO,MAAM,6DAA6D,KAClD,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,wDAAwD;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,6DAA6D,CAAC;CACtE;AACD,eAAO,MAAM,wDAAwD,EAUtD,CAAC,CAAC,MAAM,CAAC,wDAAwD,CAAC,CAAC;AAElF,MAAM,MAAM,mDAAmD,GAC3D,wDAAwD,GACxD,wDAAwD,GACxD,wDAAwD,GACxD,wDAAwD,CAAC;AAC7D,eAAO,MAAM,mDAAmD,EAC5B,CAAC,CAAC,MAAM,CAAC,mDAAmD,CAAC,CAAC;AAElG,0CAA0C;AAC1C,MAAM,MAAM,iDAAiD,GAAG;IAC9D,CAAC,GAAG,EAAE,MAAM,GACR,mDAAmD,GACnD,SAAS,CAAC;CACf,CAAC;AACF,eAAO,MAAM,iDAAiD,EAIhD,CAAC,CAAC,MAAM,CAAC,iDAAiD,CAAC,CAAC;AAE1E,MAAM,MAAM,sDAAsD,GAChE,wCAAwC,CAAC;AAC3C,eAAO,MAAM,sDAAsD,oDACzB,CAAC;AAE3C,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,mDAAmD,CAAC;AACtD,eAAO,MAAM,iEAAiE,+DACzB,CAAC;AAEtD,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,iEAAiE,EAGhE,CAAC,CAAC,MAAM,CAAC,iEAAiE,CAAC,CAAC;AAE1F,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,mDAAmD,CAAC;AACtD,eAAO,MAAM,iEAAiE,+DACzB,CAAC;AAEtD,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,iEAAiE,EAGhE,CAAC,CAAC,MAAM,CAAC,iEAAiE,CAAC,CAAC;AAE1F,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,mDAAmD,CAAC;AACtD,eAAO,MAAM,iEAAiE,+DACzB,CAAC;AAEtD,qEAAqE;AACrE,MAAM,MAAM,iEAAiE,GAC3E,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC7D,eAAO,MAAM,iEAAiE,EAGhE,CAAC,CAAC,MAAM,CAAC,iEAAiE,CAAC,CAAC;AAE1F,MAAM,MAAM,wDAAwD,GAChE,iEAAiE,GACjE,iEAAiE,GACjE,iEAAiE,CAAC;AACtE,eAAO,MAAM,wDAAwD,EACjC,CAAC,CAAC,MAAM,CAAC,wDAAwD,CAAC,CAAC;AAEvG,2EAA2E;AAC3E,MAAM,WAAW,4CAA4C;IAC3D,UAAU,EAAE,wCAAwC,CAAC;IACrD,YAAY,EAAE,wDAAwD,CAAC;CACxE;AACD,eAAO,MAAM,4CAA4C,EAQ1C,CAAC,CAAC,MAAM,CAAC,4CAA4C,CAAC,CAAC;AAEtE,MAAM,WAAW,8BAA8B;IAC7C,+EAA+E;IAC/E,KAAK,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oDAAoD;IACpD,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,qDAAqD;IACrD,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC,wBAAwB;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,2CAA2C;IAC3C,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,yCAAyC;IACzC,kBAAkB,CAAC,EAAE,gDAAgD,GAAG,IAAI,CAAC;IAC7E,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,+EAA+E;IAC/E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,iDAAiD,CAAC;IACrE,2EAA2E;IAC3E,cAAc,CAAC,EAAE,4CAA4C,CAAC;CAC/D;AACD,eAAO,MAAM,8BAA8B,EAuB9B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAEtD,MAAM,MAAM,8BAA8B,GACxC,KAAK,CAAC,8BAA8B,CAAC,CAAC;AACxC,eAAO,MAAM,8BAA8B,EAE/B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAErD,sKAAsK;AACtK,MAAM,WAAW,UAAU;IACzB,2CAA2C;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,4DAA4D;IAC5D,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,gEAAgE;IAChE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AACD,eAAO,MAAM,UAAU,EAM4B,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;AAExE,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,8BAA8B,CAAC;IACxC,UAAU,EAAE,UAAU,CAAC;CACxB;AACD,eAAO,MAAM,mBAAmB,EAOnB,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAE3C,MAAM,WAAW,4BAA4B;IAC3C,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,4BAA4B,EAU5B,CAAC,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAAC;AAEpD,MAAM,MAAM,uEAAuE,GACjF,gBAAgB,CAAC;AACnB,eAAO,MAAM,uEAAuE,KAC5D,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,kEAAkE;IACjF,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,uEAAuE,CAAC;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,kEAAkE,EAYhE,CAAC,CAAC,MAAM,CAAC,kEAAkE,CAAC,CAAC;AAE5F,MAAM,MAAM,wEAAwE,GAClF,SAAS,GAAG,WAAW,CAAC;AAC1B,eAAO,MAAM,wEAAwE,KAC7D,CAAC;AAEzB,MAAM,MAAM,uEAAuE,GACjF,MAAM,CAAC;AACT,eAAO,MAAM,uEAAuE,KAC5D,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,kEAAkE;IACjF,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wEAAwE,CAAC;IACjF,KAAK,EAAE,uEAAuE,CAAC;CAChF;AACD,eAAO,MAAM,kEAAkE,EAchE,CAAC,CAAC,MAAM,CAAC,kEAAkE,CAAC,CAAC;AAE5F,MAAM,MAAM,uEAAuE,GACjF,2BAA2B,CAAC;AAC9B,eAAO,MAAM,uEAAuE,KAC5D,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,kEAAkE;IACjF,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,uEAAuE,CAAC;CAChF;AACD,eAAO,MAAM,kEAAkE,EAWhE,CAAC,CAAC,MAAM,CAAC,kEAAkE,CAAC,CAAC;AAE5F,MAAM,MAAM,uEAAuE,GACjF,cAAc,CAAC;AACjB,eAAO,MAAM,uEAAuE,KAC5D,CAAC;AAEzB,0CAA0C;AAC1C,MAAM,WAAW,kEAAkE;IACjF,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,uEAAuE,CAAC;CAChF;AACD,eAAO,MAAM,kEAAkE,EAYhE,CAAC,CAAC,MAAM,CAAC,kEAAkE,CAAC,CAAC;AAE5F,MAAM,MAAM,6DAA6D,GACrE,kEAAkE,GAClE,kEAAkE,GAClE,kEAAkE,GAClE,kEAAkE,CAAC;AACvE,eAAO,MAAM,6DAA6D,EACtC,CAAC,CAAC,MAAM,CAAC,6DAA6D,CAAC,CAAC;AAE5G,0CAA0C;AAC1C,MAAM,MAAM,2DAA2D,GAAG;IACxE,CAAC,GAAG,EAAE,MAAM,GACR,6DAA6D,GAC7D,SAAS,CAAC;CACf,CAAC;AACF,eAAO,MAAM,2DAA2D,EAI1D,CAAC,CAAC,MAAM,CAAC,2DAA2D,CAAC,CAAC;AAEpF,uDAAuD;AACvD,MAAM,WAAW,wCAAwC;IACvD,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,+EAA+E;IAC/E,KAAK,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,2DAA2D,CAAC;CAChF;AACD,eAAO,MAAM,wCAAwC,EAaxC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAEhE,uDAAuD;AACvD,MAAM,MAAM,wCAAwC,GAClD,KAAK,CAAC,wCAAwC,CAAC,CAAC;AAClD,eAAO,MAAM,wCAAwC,EAEzC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAE/D,MAAM,WAAW,6BAA6B;IAC5C,uDAAuD;IACvD,OAAO,EAAE,wCAAwC,CAAC;CACnD;AACD,eAAO,MAAM,6BAA6B,EAM7B,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;AAErD,2EAA2E;AAC3E,MAAM,WAAW,8CAA8C;IAC7D,gCAAgC;IAChC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC3C,iGAAiG;IACjG,UAAU,EAAE,OAAO,CAAC;CACrB;AACD,eAAO,MAAM,8CAA8C,EAQ5C,CAAC,CAAC,MAAM,CAAC,8CAA8C,CAAC,CAAC;AAExE,MAAM,WAAW,wCAAwC;IACvD,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,2EAA2E;IAC3E,MAAM,CAAC,EAAE,8CAA8C,CAAC;CACzD;AACD,eAAO,MAAM,wCAAwC,EAQxC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAEhE,oDAAoD;AACpD,MAAM,MAAM,mDAAmD,GAC3D,QAAQ,GACR,SAAS,CAAC;AACd,eAAO,MAAM,mDAAmD,KACxC,CAAC;AAEzB,gEAAgE;AAChE,MAAM,WAAW,6CAA6C;IAC5D,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oDAAoD;IACpD,MAAM,EAAE,mDAAmD,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CAC7E;AACD,eAAO,MAAM,6CAA6C,EAS3C,CAAC,CAAC,MAAM,CAAC,6CAA6C,CAAC,CAAC;AAEvE,MAAM,WAAW,wCAAwC;IACvD,gEAAgE;IAChE,KAAK,EAAE,6CAA6C,CAAC;CACtD;AACD,eAAO,MAAM,wCAAwC,EAOxC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAEhE,MAAM,MAAM,qDAAqD,GAC/D,2BAA2B,CAAC;AAC9B,eAAO,MAAM,qDAAqD,KAC1C,CAAC;AAEzB,MAAM,MAAM,sDAAsD,GAC9D,QAAQ,GACR,QAAQ,CAAC;AACb,eAAO,MAAM,sDAAsD,KAC3C,CAAC;AAEzB,MAAM,WAAW,gDAAgD;IAC/D,KAAK,EAAE,qDAAqD,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAC7E,MAAM,EACF,sDAAsD,GACtD,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CACnB;AACD,eAAO,MAAM,gDAAgD,EAQ9C,CAAC,CAAC,MAAM,CAAC,gDAAgD,CAAC,CAAC;AAE1E,MAAM,WAAW,wCAAwC;IACvD,QAAQ,EAAE,gDAAgD,CAAC;CAC5D;AACD,eAAO,MAAM,wCAAwC,EAOxC,CAAC,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAAC;AAEhE,MAAM,MAAM,mCAAmC,GAC3C,wCAAwC,GACxC,wCAAwC,GACxC,wCAAwC,CAAC;AAC7C,eAAO,MAAM,mCAAmC,EACZ,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAElF,MAAM,WAAW,+BAA+B;IAC9C,iCAAiC;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC5C;AACD,eAAO,MAAM,+BAA+B,EAe/B,CAAC,CAAC,MAAM,CAAC,+BAA+B,CAAC,CAAC;AAEvD,MAAM,MAAM,uCAAuC,GAAG;IACpD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CACpC,CAAC;AACF,eAAO,MAAM,uCAAuC,EAGxC,CAAC,CAAC,MAAM,CAAC,uCAAuC,CAAC,CAAC;AAE9D,MAAM,MAAM,gCAAgC,GAC1C,uCAAuC,CAAC;AAC1C,eAAO,MAAM,gCAAgC,EAIhC,CAAC,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;AAExD,MAAM,MAAM,gBAAgB,GACxB,UAAU,GACV,eAAe,GACf,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,aAAa,CAAC;AAClB,0TAA0T;AAC1T,eAAO,MAAM,WAAW,EAAE,GAAG,CAAC,eAAe,CAC3C,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,CAOd,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GACxB,UAAU,GACV,SAAS,GACT,QAAQ,GACR,aAAa,CAAC;AAClB,6DAA6D;AAC7D,eAAO,MAAM,WAAW,EAAE,GAAG,CAAC,eAAe,CAC3C,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,CAOd,CAAC;AAEJ,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAC;AAC9E,2EAA2E;AAC3E,eAAO,MAAM,QAAQ,EAAE,GAAG,CAAC,eAAe,CACxC,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,eAAe,CAOd,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GACxB,UAAU,GACV,SAAS,GACT,QAAQ,GACR,aAAa,CAAC;AAClB,0OAA0O;AAC1O,eAAO,MAAM,WAAW,EAAE,GAAG,CAAC,eAAe,CAC3C,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,CAOd,CAAC;AAEJ,MAAM,MAAM,0BAA0B,GAClC,UAAU,GACV,SAAS,GACT,QAAQ,GACR,aAAa,CAAC;AAClB,kJAAkJ;AAClJ,eAAO,MAAM,qBAAqB,EAAE,GAAG,CAAC,eAAe,CACrD,4BAA4B,EAC5B,6BAA6B,EAC7B,0BAA0B,EAC1B,eAAe,CAOd,CAAC;AAEJ,MAAM,MAAM,6BAA6B,GACrC,UAAU,GACV,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,aAAa,CAAC;AAClB,wVAAwV;AACxV,eAAO,MAAM,wBAAwB,EAAE,GAAG,CAAC,eAAe,CACxD,+BAA+B,EAC/B,gCAAgC,EAChC,6BAA6B,EAC7B,eAAe,CAOd,CAAC"}
|