@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,3210 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
|
|
4
|
+
export type { VercelOpError, VercelOpContext };
|
|
5
|
+
declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
|
|
6
|
+
readonly code: any;
|
|
7
|
+
readonly message: any;
|
|
8
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
9
|
+
"@distilled.cloud/error/categories": {
|
|
10
|
+
BadRequestError: true;
|
|
11
|
+
};
|
|
12
|
+
});
|
|
13
|
+
export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
|
|
14
|
+
}
|
|
15
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
16
|
+
readonly code: any;
|
|
17
|
+
readonly message: any;
|
|
18
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
19
|
+
"@distilled.cloud/error/categories": {
|
|
20
|
+
AuthError: true;
|
|
21
|
+
};
|
|
22
|
+
});
|
|
23
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
24
|
+
}
|
|
25
|
+
declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
|
|
26
|
+
readonly code: any;
|
|
27
|
+
readonly message: any;
|
|
28
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
29
|
+
"@distilled.cloud/error/categories": {
|
|
30
|
+
BadRequestError: true;
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
export declare class NotFound extends /*@__PURE__*/ NotFound_base {
|
|
34
|
+
}
|
|
35
|
+
/** The default app for the new microfrontend group */
|
|
36
|
+
export interface CreateMicrofrontendsGroupWithApplicationsRequestDefaultApp {
|
|
37
|
+
/** The id of the project that will be used as the default app for the new microfrontend group */
|
|
38
|
+
projectId: string;
|
|
39
|
+
/** The default route for the default app of the new microfrontend group */
|
|
40
|
+
defaultRoute?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsRequestDefaultApp: S.Schema<CreateMicrofrontendsGroupWithApplicationsRequestDefaultApp>;
|
|
43
|
+
export interface CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsItem {
|
|
44
|
+
/** The id of the project that will be used in the new microfrontend group */
|
|
45
|
+
projectId: string;
|
|
46
|
+
/** The default route for the application in the new microfrontend group */
|
|
47
|
+
defaultRoute?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsItem: S.Schema<CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsItem>;
|
|
50
|
+
/** The list of other applications that will be used in the new microfrontend group */
|
|
51
|
+
export type CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsList = Array<CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsItem>;
|
|
52
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsList: S.Schema<CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsList>;
|
|
53
|
+
export interface CreateMicrofrontendsGroupWithApplicationsRequest {
|
|
54
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
55
|
+
teamId?: string;
|
|
56
|
+
/** The Team slug to perform the request on behalf of. */
|
|
57
|
+
slug?: string;
|
|
58
|
+
/** The name of the microfrontends group that will be used to identify the group */
|
|
59
|
+
groupName: string;
|
|
60
|
+
/** The default app for the new microfrontend group */
|
|
61
|
+
defaultApp: CreateMicrofrontendsGroupWithApplicationsRequestDefaultApp;
|
|
62
|
+
/** The list of other applications that will be used in the new microfrontend group */
|
|
63
|
+
otherApplications: CreateMicrofrontendsGroupWithApplicationsRequestOtherApplicationsList;
|
|
64
|
+
}
|
|
65
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsRequest: S.Schema<CreateMicrofrontendsGroupWithApplicationsRequest>;
|
|
66
|
+
export interface CreateMicrofrontendsGroupWithApplicationsResponseNewMicrofrontendsGroup {
|
|
67
|
+
id: string;
|
|
68
|
+
slug: string;
|
|
69
|
+
name: string;
|
|
70
|
+
fallbackEnvironment: string;
|
|
71
|
+
createdAt: number;
|
|
72
|
+
updatedAt: number;
|
|
73
|
+
}
|
|
74
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsResponseNewMicrofrontendsGroup: S.Schema<CreateMicrofrontendsGroupWithApplicationsResponseNewMicrofrontendsGroup>;
|
|
75
|
+
export interface CreateMicrofrontendsGroupWithApplicationsResponse {
|
|
76
|
+
newMicrofrontendsGroup: CreateMicrofrontendsGroupWithApplicationsResponseNewMicrofrontendsGroup;
|
|
77
|
+
}
|
|
78
|
+
export declare const CreateMicrofrontendsGroupWithApplicationsResponse: S.Schema<CreateMicrofrontendsGroupWithApplicationsResponse>;
|
|
79
|
+
export interface GetMicrofrontendsConfigRequest {
|
|
80
|
+
/** The unique deployment identifier */
|
|
81
|
+
deploymentId: string;
|
|
82
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
83
|
+
teamId?: string;
|
|
84
|
+
/** The Team slug to perform the request on behalf of. */
|
|
85
|
+
slug?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare const GetMicrofrontendsConfigRequest: S.Schema<GetMicrofrontendsConfigRequest>;
|
|
88
|
+
/** The version of the microfrontends config schema. */
|
|
89
|
+
export type GetMicrofrontendsConfigResponseConfigVersion = "1";
|
|
90
|
+
export declare const GetMicrofrontendsConfigResponseConfigVersion: any;
|
|
91
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsValueCase0DevelopmentLocal = string | number;
|
|
92
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase0DevelopmentLocal: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase0DevelopmentLocal>;
|
|
93
|
+
/** Development configuration for the default application. */
|
|
94
|
+
export interface GetMicrofrontendsConfigResponseConfigApplicationsValueCase0Development {
|
|
95
|
+
/** Fallback for local development, could point to any environment. This is required for the default app. This value is used as the fallback for child apps as well if they do not have a fallback. If passing a string, include the protocol (optional), host (required) and port (optional). For example: `https://this.ismyhost:8080`. If omitted, the protocol defaults to HTTPS. If omitted, the port defaults to `80` for HTTP and `443` for HTTPS. See https://vercel.com/docs/microfrontends/local-development. */
|
|
96
|
+
fallback: string;
|
|
97
|
+
local?: GetMicrofrontendsConfigResponseConfigApplicationsValueCase0DevelopmentLocal;
|
|
98
|
+
/** The task to run when starting the development server. Should reference a script in the package.json of the application. The default value is "dev". See https://vercel.com/docs/microfrontends/local-development. */
|
|
99
|
+
task?: string;
|
|
100
|
+
}
|
|
101
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase0Development: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase0Development>;
|
|
102
|
+
export interface GetMicrofrontendsConfigResponseConfigApplicationsValueCase0 {
|
|
103
|
+
/** Development configuration for the default application. */
|
|
104
|
+
development: GetMicrofrontendsConfigResponseConfigApplicationsValueCase0Development;
|
|
105
|
+
/** The name used to run the application, e.g. the `name` field in the `package.json`. This is used by the local proxy to map the application config to the locally running app. This is only necessary when the application name does not match the `name` used in `package.json`. See https://vercel.com/docs/microfrontends/configuration#application-naming. */
|
|
106
|
+
packageName?: string;
|
|
107
|
+
projectId: string;
|
|
108
|
+
}
|
|
109
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase0: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase0>;
|
|
110
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsValueCase1DevelopmentLocal = string | number;
|
|
111
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1DevelopmentLocal: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1DevelopmentLocal>;
|
|
112
|
+
/** Development configuration for the child application. */
|
|
113
|
+
export interface GetMicrofrontendsConfigResponseConfigApplicationsValueCase1Development {
|
|
114
|
+
/** Fallback for local development, could point to any environment. If not provided for child apps, the fallback of the default app will be used. If passing a string, include the protocol (optional), host (required) and port (optional). For example: `https://this.ismyhost:8080`. If omitted, the protocol defaults to HTTPS. If omitted, the port defaults to `80` for HTTP and `443` for HTTPS. See https://vercel.com/docs/microfrontends/local-development. */
|
|
115
|
+
fallback?: string;
|
|
116
|
+
local?: GetMicrofrontendsConfigResponseConfigApplicationsValueCase1DevelopmentLocal;
|
|
117
|
+
/** The task to run when starting the development server. Should reference a script in the package.json of the application. The default value is "dev". See https://vercel.com/docs/microfrontends/local-development. */
|
|
118
|
+
task?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1Development: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1Development>;
|
|
121
|
+
/** A list of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing#supported-path-expressions. */
|
|
122
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItemPathsList = Array<string>;
|
|
123
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItemPathsList: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItemPathsList>;
|
|
124
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
125
|
+
export interface GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItem {
|
|
126
|
+
/** Group name for the paths. */
|
|
127
|
+
group?: string;
|
|
128
|
+
/** The name of the feature flag that controls routing for this group of paths. See https://vercel.com/docs/microfrontends/path-routing#routing-changes-safely-with-flags. */
|
|
129
|
+
flag?: string;
|
|
130
|
+
/** A list of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing#supported-path-expressions. */
|
|
131
|
+
paths: GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItemPathsList;
|
|
132
|
+
}
|
|
133
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItem: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItem>;
|
|
134
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
135
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingList = Array<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingItem>;
|
|
136
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingList: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingList>;
|
|
137
|
+
export interface GetMicrofrontendsConfigResponseConfigApplicationsValueCase1 {
|
|
138
|
+
/** Development configuration for the child application. */
|
|
139
|
+
development?: GetMicrofrontendsConfigResponseConfigApplicationsValueCase1Development;
|
|
140
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
141
|
+
routing: GetMicrofrontendsConfigResponseConfigApplicationsValueCase1RoutingList;
|
|
142
|
+
/** The name of the asset prefix to use instead of the auto-generated name. The asset prefix is used to prefix all paths to static assets, such as JS, CSS, or images that are served by a specific application. It is necessary to ensure there are no conflicts with other applications on the same domain. An auto-generated asset prefix of the form `vc-ap-<hash>` is used when this field is not provided. When this field is provided, `/${assetPrefix}/:path*` must also be added to the list of paths in the `routing` field. Changing the asset prefix after a microfrontend application has already been deployed is not a forwards and backwards compatible change, and the asset prefix should be added to the `routing` field and deployed before setting the `assetPrefix` field. The default value is the auto-generated asset prefix of the form `vc-ap-<hash>`. See https://vercel.com/docs/microfrontends/path-routing#asset-prefix. */
|
|
143
|
+
assetPrefix?: string;
|
|
144
|
+
/** The name used to run the application, e.g. the `name` field in the `package.json`. This is used by the local proxy to map the application config to the locally running app. This is only necessary when the application name does not match the `name` used in `package.json`. See https://vercel.com/docs/microfrontends/configuration#application-naming. */
|
|
145
|
+
packageName?: string;
|
|
146
|
+
projectId: string;
|
|
147
|
+
}
|
|
148
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValueCase1: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValueCase1>;
|
|
149
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsValue = GetMicrofrontendsConfigResponseConfigApplicationsValueCase0 | GetMicrofrontendsConfigResponseConfigApplicationsValueCase1;
|
|
150
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsValue: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsValue>;
|
|
151
|
+
export type GetMicrofrontendsConfigResponseConfigApplicationsMap = {
|
|
152
|
+
[key: string]: GetMicrofrontendsConfigResponseConfigApplicationsValue | undefined;
|
|
153
|
+
};
|
|
154
|
+
export declare const GetMicrofrontendsConfigResponseConfigApplicationsMap: S.Schema<GetMicrofrontendsConfigResponseConfigApplicationsMap>;
|
|
155
|
+
/** Optional configuration options for the microfrontend. */
|
|
156
|
+
export interface GetMicrofrontendsConfigResponseConfigOptions {
|
|
157
|
+
/** If you want to disable the overrides for the site. For example, if you are managing rewrites between applications externally, you may wish to disable the overrides on the toolbar as they will have no effect. See https://vercel.com/docs/microfrontends/managing-microfrontends/vercel-toolbar#routing-overrides. */
|
|
158
|
+
disableOverrides?: boolean;
|
|
159
|
+
/** The port number used by the local proxy server. The default value is 3024. See https://vercel.com/docs/microfrontends/local-development. */
|
|
160
|
+
localProxyPort?: number;
|
|
161
|
+
}
|
|
162
|
+
export declare const GetMicrofrontendsConfigResponseConfigOptions: S.Schema<GetMicrofrontendsConfigResponseConfigOptions>;
|
|
163
|
+
/** projectIds are added when the config is uploaded to s3 deployment assets. */
|
|
164
|
+
export interface GetMicrofrontendsConfigResponseConfig {
|
|
165
|
+
/** See https://openapi.vercel.sh/microfrontends.json. */
|
|
166
|
+
_schema?: string;
|
|
167
|
+
/** The version of the microfrontends config schema. */
|
|
168
|
+
version?: GetMicrofrontendsConfigResponseConfigVersion;
|
|
169
|
+
applications: GetMicrofrontendsConfigResponseConfigApplicationsMap;
|
|
170
|
+
/** Optional configuration options for the microfrontend. */
|
|
171
|
+
options?: GetMicrofrontendsConfigResponseConfigOptions;
|
|
172
|
+
}
|
|
173
|
+
export declare const GetMicrofrontendsConfigResponseConfig: S.Schema<GetMicrofrontendsConfigResponseConfig>;
|
|
174
|
+
export interface GetMicrofrontendsConfigResponse {
|
|
175
|
+
/** projectIds are added when the config is uploaded to s3 deployment assets. */
|
|
176
|
+
config: GetMicrofrontendsConfigResponseConfig | null;
|
|
177
|
+
}
|
|
178
|
+
export declare const GetMicrofrontendsConfigResponse: S.Schema<GetMicrofrontendsConfigResponse>;
|
|
179
|
+
export interface GetMicrofrontendsConfigForProjectRequest {
|
|
180
|
+
/** The name or ID of the project */
|
|
181
|
+
projectIdOrName: string;
|
|
182
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
183
|
+
teamId?: string;
|
|
184
|
+
/** The Team slug to perform the request on behalf of. */
|
|
185
|
+
slug?: string;
|
|
186
|
+
}
|
|
187
|
+
export declare const GetMicrofrontendsConfigForProjectRequest: S.Schema<GetMicrofrontendsConfigForProjectRequest>;
|
|
188
|
+
/** The version of the microfrontends config schema. */
|
|
189
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigVersion = "1";
|
|
190
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigVersion: any;
|
|
191
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0DevelopmentLocal = string | number;
|
|
192
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0DevelopmentLocal: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0DevelopmentLocal>;
|
|
193
|
+
/** Development configuration for the default application. */
|
|
194
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0Development {
|
|
195
|
+
/** Fallback for local development, could point to any environment. This is required for the default app. This value is used as the fallback for child apps as well if they do not have a fallback. If passing a string, include the protocol (optional), host (required) and port (optional). For example: `https://this.ismyhost:8080`. If omitted, the protocol defaults to HTTPS. If omitted, the port defaults to `80` for HTTP and `443` for HTTPS. See https://vercel.com/docs/microfrontends/local-development. */
|
|
196
|
+
fallback: string;
|
|
197
|
+
local?: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0DevelopmentLocal;
|
|
198
|
+
/** The task to run when starting the development server. Should reference a script in the package.json of the application. The default value is "dev". See https://vercel.com/docs/microfrontends/local-development. */
|
|
199
|
+
task?: string;
|
|
200
|
+
}
|
|
201
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0Development: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0Development>;
|
|
202
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0 {
|
|
203
|
+
/** Development configuration for the default application. */
|
|
204
|
+
development: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0Development;
|
|
205
|
+
/** The name used to run the application, e.g. the `name` field in the `package.json`. This is used by the local proxy to map the application config to the locally running app. This is only necessary when the application name does not match the `name` used in `package.json`. See https://vercel.com/docs/microfrontends/configuration#application-naming. */
|
|
206
|
+
packageName?: string;
|
|
207
|
+
projectId: string;
|
|
208
|
+
}
|
|
209
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0>;
|
|
210
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1DevelopmentLocal = string | number;
|
|
211
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1DevelopmentLocal: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1DevelopmentLocal>;
|
|
212
|
+
/** Development configuration for the child application. */
|
|
213
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1Development {
|
|
214
|
+
/** Fallback for local development, could point to any environment. If not provided for child apps, the fallback of the default app will be used. If passing a string, include the protocol (optional), host (required) and port (optional). For example: `https://this.ismyhost:8080`. If omitted, the protocol defaults to HTTPS. If omitted, the port defaults to `80` for HTTP and `443` for HTTPS. See https://vercel.com/docs/microfrontends/local-development. */
|
|
215
|
+
fallback?: string;
|
|
216
|
+
local?: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1DevelopmentLocal;
|
|
217
|
+
/** The task to run when starting the development server. Should reference a script in the package.json of the application. The default value is "dev". See https://vercel.com/docs/microfrontends/local-development. */
|
|
218
|
+
task?: string;
|
|
219
|
+
}
|
|
220
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1Development: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1Development>;
|
|
221
|
+
/** A list of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing#supported-path-expressions. */
|
|
222
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItemPathsList = Array<string>;
|
|
223
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItemPathsList: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItemPathsList>;
|
|
224
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
225
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItem {
|
|
226
|
+
/** Group name for the paths. */
|
|
227
|
+
group?: string;
|
|
228
|
+
/** The name of the feature flag that controls routing for this group of paths. See https://vercel.com/docs/microfrontends/path-routing#routing-changes-safely-with-flags. */
|
|
229
|
+
flag?: string;
|
|
230
|
+
/** A list of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing#supported-path-expressions. */
|
|
231
|
+
paths: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItemPathsList;
|
|
232
|
+
}
|
|
233
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItem: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItem>;
|
|
234
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
235
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingList = Array<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingItem>;
|
|
236
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingList: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingList>;
|
|
237
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1 {
|
|
238
|
+
/** Development configuration for the child application. */
|
|
239
|
+
development?: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1Development;
|
|
240
|
+
/** Groups of path expressions that are routed to this application. See https://vercel.com/docs/microfrontends/path-routing. */
|
|
241
|
+
routing: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1RoutingList;
|
|
242
|
+
/** The name of the asset prefix to use instead of the auto-generated name. The asset prefix is used to prefix all paths to static assets, such as JS, CSS, or images that are served by a specific application. It is necessary to ensure there are no conflicts with other applications on the same domain. An auto-generated asset prefix of the form `vc-ap-<hash>` is used when this field is not provided. When this field is provided, `/${assetPrefix}/:path*` must also be added to the list of paths in the `routing` field. Changing the asset prefix after a microfrontend application has already been deployed is not a forwards and backwards compatible change, and the asset prefix should be added to the `routing` field and deployed before setting the `assetPrefix` field. The default value is the auto-generated asset prefix of the form `vc-ap-<hash>`. See https://vercel.com/docs/microfrontends/path-routing#asset-prefix. */
|
|
243
|
+
assetPrefix?: string;
|
|
244
|
+
/** The name used to run the application, e.g. the `name` field in the `package.json`. This is used by the local proxy to map the application config to the locally running app. This is only necessary when the application name does not match the `name` used in `package.json`. See https://vercel.com/docs/microfrontends/configuration#application-naming. */
|
|
245
|
+
packageName?: string;
|
|
246
|
+
projectId: string;
|
|
247
|
+
}
|
|
248
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1>;
|
|
249
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsValue = GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase0 | GetMicrofrontendsConfigForProjectResponseConfigApplicationsValueCase1;
|
|
250
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsValue: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsValue>;
|
|
251
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigApplicationsMap = {
|
|
252
|
+
[key: string]: GetMicrofrontendsConfigForProjectResponseConfigApplicationsValue | undefined;
|
|
253
|
+
};
|
|
254
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigApplicationsMap: S.Schema<GetMicrofrontendsConfigForProjectResponseConfigApplicationsMap>;
|
|
255
|
+
/** Optional configuration options for the microfrontend. */
|
|
256
|
+
export type GetMicrofrontendsConfigForProjectResponseConfigOptions = GetMicrofrontendsConfigResponseConfigOptions;
|
|
257
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfigOptions: S.Schema<GetMicrofrontendsConfigResponseConfigOptions>;
|
|
258
|
+
/** projectIds are added when the config is uploaded to s3 deployment assets. */
|
|
259
|
+
export interface GetMicrofrontendsConfigForProjectResponseConfig {
|
|
260
|
+
/** See https://openapi.vercel.sh/microfrontends.json. */
|
|
261
|
+
_schema?: string;
|
|
262
|
+
/** The version of the microfrontends config schema. */
|
|
263
|
+
version?: GetMicrofrontendsConfigForProjectResponseConfigVersion;
|
|
264
|
+
applications: GetMicrofrontendsConfigForProjectResponseConfigApplicationsMap;
|
|
265
|
+
/** Optional configuration options for the microfrontend. */
|
|
266
|
+
options?: GetMicrofrontendsConfigResponseConfigOptions;
|
|
267
|
+
}
|
|
268
|
+
export declare const GetMicrofrontendsConfigForProjectResponseConfig: S.Schema<GetMicrofrontendsConfigForProjectResponseConfig>;
|
|
269
|
+
export interface GetMicrofrontendsConfigForProjectResponse {
|
|
270
|
+
/** projectIds are added when the config is uploaded to s3 deployment assets. */
|
|
271
|
+
config: GetMicrofrontendsConfigForProjectResponseConfig | null;
|
|
272
|
+
}
|
|
273
|
+
export declare const GetMicrofrontendsConfigForProjectResponse: S.Schema<GetMicrofrontendsConfigForProjectResponse>;
|
|
274
|
+
export interface GetMicrofrontendsGroupsRequest {
|
|
275
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
276
|
+
teamId?: string;
|
|
277
|
+
/** The Team slug to perform the request on behalf of. */
|
|
278
|
+
slug?: string;
|
|
279
|
+
}
|
|
280
|
+
export declare const GetMicrofrontendsGroupsRequest: S.Schema<GetMicrofrontendsGroupsRequest>;
|
|
281
|
+
export type GetMicrofrontendsGroupsResponse = unknown;
|
|
282
|
+
export declare const GetMicrofrontendsGroupsResponse: S.Schema<GetMicrofrontendsGroupsResponse>;
|
|
283
|
+
export interface GetMicrofrontendsInGroupRequest {
|
|
284
|
+
groupId: string;
|
|
285
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
286
|
+
teamId?: string;
|
|
287
|
+
/** The Team slug to perform the request on behalf of. */
|
|
288
|
+
slug?: string;
|
|
289
|
+
}
|
|
290
|
+
export declare const GetMicrofrontendsInGroupRequest: S.Schema<GetMicrofrontendsInGroupRequest>;
|
|
291
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Type = "user";
|
|
292
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Type: any;
|
|
293
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0Type = "app";
|
|
294
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0Type: any;
|
|
295
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App {
|
|
296
|
+
id: string;
|
|
297
|
+
}
|
|
298
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App>;
|
|
299
|
+
/** Set when a Vercel App or Integration acts on behalf of a {@link User}. Captures user-consented OAuth delegation that the ACL layer may inspect to evaluate scope restrictions. This is NOT for impersonation or token-exchange provenance — those live on `auth.token`, not on the principal. */
|
|
300
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0 {
|
|
301
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0Type;
|
|
302
|
+
app: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App;
|
|
303
|
+
}
|
|
304
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0>;
|
|
305
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Type = "integration";
|
|
306
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Type: any;
|
|
307
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration {
|
|
308
|
+
integrationId: string;
|
|
309
|
+
configurationId: string;
|
|
310
|
+
}
|
|
311
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration>;
|
|
312
|
+
/** Set when a Vercel App or Integration acts on behalf of a {@link User}. Captures user-consented OAuth delegation that the ACL layer may inspect to evaluate scope restrictions. This is NOT for impersonation or token-exchange provenance — those live on `auth.token`, not on the principal. */
|
|
313
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1 {
|
|
314
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Type;
|
|
315
|
+
integration: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration;
|
|
316
|
+
}
|
|
317
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1>;
|
|
318
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Via = GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0 | GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1;
|
|
319
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Via: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Via>;
|
|
320
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0User = GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App;
|
|
321
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0User: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App>;
|
|
322
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0 {
|
|
323
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Type;
|
|
324
|
+
via: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0Via | null;
|
|
325
|
+
user: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App;
|
|
326
|
+
}
|
|
327
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0>;
|
|
328
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1Type = "app";
|
|
329
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1Type: any;
|
|
330
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1App = GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App;
|
|
331
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1App: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App>;
|
|
332
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1 {
|
|
333
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1Type;
|
|
334
|
+
app: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase0App;
|
|
335
|
+
}
|
|
336
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1>;
|
|
337
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2Type = "integration";
|
|
338
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2Type: any;
|
|
339
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2Integration = GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration;
|
|
340
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2Integration: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration>;
|
|
341
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2 {
|
|
342
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2Type;
|
|
343
|
+
integration: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0ViaCase1Integration;
|
|
344
|
+
}
|
|
345
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2>;
|
|
346
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3Type = "system";
|
|
347
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3Type: any;
|
|
348
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3 {
|
|
349
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3Type;
|
|
350
|
+
}
|
|
351
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3>;
|
|
352
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCreator = GetMicrofrontendsInGroupResponseProjectsItemCreatorCase0 | GetMicrofrontendsInGroupResponseProjectsItemCreatorCase1 | GetMicrofrontendsInGroupResponseProjectsItemCreatorCase2 | GetMicrofrontendsInGroupResponseProjectsItemCreatorCase3;
|
|
353
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCreator: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCreator>;
|
|
354
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemConfiguredBy = "A" | "CNAME" | "dns-01" | "http";
|
|
355
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemConfiguredBy: any;
|
|
356
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasList = Array<string>;
|
|
357
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasList>;
|
|
358
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasAssigned = number | boolean;
|
|
359
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasAssigned: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasAssigned>;
|
|
360
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError {
|
|
361
|
+
code: string;
|
|
362
|
+
message: string;
|
|
363
|
+
}
|
|
364
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError>;
|
|
365
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAutomaticAliasesList = Array<string>;
|
|
366
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAutomaticAliasesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAutomaticAliasesList>;
|
|
367
|
+
/** The type of matching to perform */
|
|
368
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcherType = "endsWith" | "equals" | "startsWith";
|
|
369
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcherType: any;
|
|
370
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcher {
|
|
371
|
+
/** The type of matching to perform */
|
|
372
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcherType;
|
|
373
|
+
/** The pattern to match against branch names */
|
|
374
|
+
pattern: string;
|
|
375
|
+
}
|
|
376
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcher: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcher>;
|
|
377
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem {
|
|
378
|
+
use: string;
|
|
379
|
+
src?: string;
|
|
380
|
+
dest?: string;
|
|
381
|
+
}
|
|
382
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
383
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsList = Array<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
384
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsList>;
|
|
385
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksConclusion = "canceled" | "failed" | "skipped" | "succeeded";
|
|
386
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksConclusion: any;
|
|
387
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksState = "completed" | "registered" | "running";
|
|
388
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksState: any;
|
|
389
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator {
|
|
390
|
+
email: string;
|
|
391
|
+
githubLogin?: string;
|
|
392
|
+
gitlabLogin?: string;
|
|
393
|
+
uid: string;
|
|
394
|
+
username: string;
|
|
395
|
+
}
|
|
396
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator>;
|
|
397
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentMetaMap = {
|
|
398
|
+
[key: string]: string | undefined;
|
|
399
|
+
};
|
|
400
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentMetaMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentMetaMap>;
|
|
401
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaimsMfeGroupIdsList = Array<string>;
|
|
402
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaimsMfeGroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaimsMfeGroupIdsList>;
|
|
403
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaims {
|
|
404
|
+
iss: string;
|
|
405
|
+
sub: string;
|
|
406
|
+
scope: string;
|
|
407
|
+
aud: string;
|
|
408
|
+
owner: string;
|
|
409
|
+
owner_id: string;
|
|
410
|
+
project: string;
|
|
411
|
+
project_id: string;
|
|
412
|
+
environment: string;
|
|
413
|
+
custom_environment_id?: string;
|
|
414
|
+
mfe_group_ids?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaimsMfeGroupIdsList;
|
|
415
|
+
plan?: string;
|
|
416
|
+
}
|
|
417
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaims: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaims>;
|
|
418
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentPlan = "enterprise" | "hobby" | "pro";
|
|
419
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentPlan: any;
|
|
420
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadyState = "BLOCKED" | "BUILDING" | "CANCELED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY";
|
|
421
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadyState: any;
|
|
422
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadySubstate = "PROMOTED" | "ROLLING" | "STAGED";
|
|
423
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadySubstate: any;
|
|
424
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentType = "LAMBDAS";
|
|
425
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentType: any;
|
|
426
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeployment {
|
|
427
|
+
id: string;
|
|
428
|
+
alias?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasList;
|
|
429
|
+
aliasAssigned?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasAssigned | null;
|
|
430
|
+
aliasError?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError | null;
|
|
431
|
+
aliasFinal?: string | null;
|
|
432
|
+
automaticAliases?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAutomaticAliasesList;
|
|
433
|
+
branchMatcher?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBranchMatcher;
|
|
434
|
+
buildingAt?: number;
|
|
435
|
+
builds?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsList;
|
|
436
|
+
checksConclusion?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksConclusion;
|
|
437
|
+
checksState?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentChecksState;
|
|
438
|
+
connectBuildsEnabled?: boolean;
|
|
439
|
+
connectConfigurationId?: string;
|
|
440
|
+
createdAt: number;
|
|
441
|
+
createdIn: string;
|
|
442
|
+
creator: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator | null;
|
|
443
|
+
deletedAt?: number;
|
|
444
|
+
deploymentHostname: string;
|
|
445
|
+
forced?: boolean;
|
|
446
|
+
name: string;
|
|
447
|
+
meta?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentMetaMap;
|
|
448
|
+
monorepoManager?: string | null;
|
|
449
|
+
oidcTokenClaims?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentOidcTokenClaims;
|
|
450
|
+
plan: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentPlan;
|
|
451
|
+
/** Whether or not preview comments are enabled for the deployment */
|
|
452
|
+
previewCommentsEnabled?: boolean;
|
|
453
|
+
private: boolean;
|
|
454
|
+
readyAt?: number;
|
|
455
|
+
readyState: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadyState;
|
|
456
|
+
readySubstate?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentReadySubstate;
|
|
457
|
+
requestedAt?: number;
|
|
458
|
+
target?: string | null;
|
|
459
|
+
teamId?: string | null;
|
|
460
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentType;
|
|
461
|
+
url: string;
|
|
462
|
+
userId: string;
|
|
463
|
+
withCache?: boolean;
|
|
464
|
+
}
|
|
465
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeployment: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeployment>;
|
|
466
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemEnvironment = "preview" | "production";
|
|
467
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemEnvironment: any;
|
|
468
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemRedirectStatusCode = 301 | 302 | 307 | 308;
|
|
469
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemRedirectStatusCode: any;
|
|
470
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasItemTarget = "PREVIEW" | "PRODUCTION" | "STAGING";
|
|
471
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItemTarget: any;
|
|
472
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAliasItem {
|
|
473
|
+
configuredBy?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemConfiguredBy | null;
|
|
474
|
+
configuredChangedAt?: number | null;
|
|
475
|
+
createdAt?: number | null;
|
|
476
|
+
deployment: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeployment | null;
|
|
477
|
+
domain: string;
|
|
478
|
+
environment: GetMicrofrontendsInGroupResponseProjectsItemAliasItemEnvironment;
|
|
479
|
+
gitBranch?: string | null;
|
|
480
|
+
redirect?: string | null;
|
|
481
|
+
redirectStatusCode?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemRedirectStatusCode | null;
|
|
482
|
+
target: GetMicrofrontendsInGroupResponseProjectsItemAliasItemTarget;
|
|
483
|
+
}
|
|
484
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItem>;
|
|
485
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAliasList = Array<GetMicrofrontendsInGroupResponseProjectsItemAliasItem>;
|
|
486
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAliasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasList>;
|
|
487
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAnalytics {
|
|
488
|
+
id: string;
|
|
489
|
+
canceledAt?: number | null;
|
|
490
|
+
disabledAt: number;
|
|
491
|
+
enabledAt: number;
|
|
492
|
+
paidAt?: number;
|
|
493
|
+
sampleRatePercent?: number | null;
|
|
494
|
+
spendLimitInDollars?: number | null;
|
|
495
|
+
}
|
|
496
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAnalytics: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAnalytics>;
|
|
497
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSpeedInsights {
|
|
498
|
+
id: string;
|
|
499
|
+
enabledAt?: number;
|
|
500
|
+
disabledAt?: number;
|
|
501
|
+
canceledAt?: number;
|
|
502
|
+
hasData?: boolean;
|
|
503
|
+
paidAt?: number;
|
|
504
|
+
}
|
|
505
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSpeedInsights: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSpeedInsights>;
|
|
506
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvIdCase1 = "preview" | "production";
|
|
507
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvIdCase1: any;
|
|
508
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvId = string | GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvIdCase1;
|
|
509
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvId: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvId>;
|
|
510
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAwsSubnetIdsList = Array<string>;
|
|
511
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAwsSubnetIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAwsSubnetIdsList>;
|
|
512
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAws {
|
|
513
|
+
subnetIds: GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAwsSubnetIdsList;
|
|
514
|
+
securityGroupId?: string;
|
|
515
|
+
}
|
|
516
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAws: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAws>;
|
|
517
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItem {
|
|
518
|
+
envId: GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemEnvId;
|
|
519
|
+
connectConfigurationId: string;
|
|
520
|
+
dc?: string;
|
|
521
|
+
passive: boolean;
|
|
522
|
+
buildsEnabled: boolean;
|
|
523
|
+
aws?: GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItemAws;
|
|
524
|
+
createdAt: number;
|
|
525
|
+
updatedAt: number;
|
|
526
|
+
}
|
|
527
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItem>;
|
|
528
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsList = Array<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsItem>;
|
|
529
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsList>;
|
|
530
|
+
/** The origin of this definition. 'api' means created via the API. Undefined means it originated from a deployment (vercel.json). */
|
|
531
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItemSource = "api";
|
|
532
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItemSource: any;
|
|
533
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItem {
|
|
534
|
+
/** The hostname that should be used. */
|
|
535
|
+
host: string;
|
|
536
|
+
/** The path that should be called for the cronjob. */
|
|
537
|
+
path: string;
|
|
538
|
+
/** The cron expression. */
|
|
539
|
+
schedule: string;
|
|
540
|
+
/** The origin of this definition. 'api' means created via the API. Undefined means it originated from a deployment (vercel.json). */
|
|
541
|
+
source?: GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItemSource;
|
|
542
|
+
/** A human-readable description of what this cron job does. */
|
|
543
|
+
description?: string;
|
|
544
|
+
/** Whether the host was inferred from the production deployment URL rather than explicitly provided. */
|
|
545
|
+
hostInferred?: boolean;
|
|
546
|
+
}
|
|
547
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItem>;
|
|
548
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsList = Array<GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsItem>;
|
|
549
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsList>;
|
|
550
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCrons {
|
|
551
|
+
/** The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs. */
|
|
552
|
+
enabledAt: number;
|
|
553
|
+
/** The time the feature was disabled for this project. */
|
|
554
|
+
disabledAt: number | null;
|
|
555
|
+
updatedAt: number;
|
|
556
|
+
/** The ID of the Deployment from which the definitions originated. */
|
|
557
|
+
deploymentId: string | null;
|
|
558
|
+
definitions: GetMicrofrontendsInGroupResponseProjectsItemCronsDefinitionsList;
|
|
559
|
+
}
|
|
560
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCrons: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCrons>;
|
|
561
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDataCache {
|
|
562
|
+
userDisabled: boolean;
|
|
563
|
+
storageSizeBytes?: number | null;
|
|
564
|
+
unlimited?: boolean;
|
|
565
|
+
}
|
|
566
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDataCache: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDataCache>;
|
|
567
|
+
/** Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects. */
|
|
568
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentExpiration {
|
|
569
|
+
/** Number of days to keep non-production deployments (mostly preview deployments) before soft deletion. */
|
|
570
|
+
expirationDays?: number;
|
|
571
|
+
/** Number of days to keep production deployments before soft deletion. */
|
|
572
|
+
expirationDaysProduction?: number;
|
|
573
|
+
/** Number of days to keep canceled deployments before soft deletion. */
|
|
574
|
+
expirationDaysCanceled?: number;
|
|
575
|
+
/** Number of days to keep errored deployments before soft deletion. */
|
|
576
|
+
expirationDaysErrored?: number;
|
|
577
|
+
/** Minimum number of production deployments to keep for this project, even if they are over the production expiration limit. */
|
|
578
|
+
deploymentsToKeep?: number;
|
|
579
|
+
}
|
|
580
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentExpiration: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentExpiration>;
|
|
581
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemExpirationCase0 {
|
|
582
|
+
/** Unix ms timestamp when the project is scheduled to expire. */
|
|
583
|
+
expiresAt: number;
|
|
584
|
+
}
|
|
585
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemExpirationCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemExpirationCase0>;
|
|
586
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemExpirationCase1 {
|
|
587
|
+
/** Unix ms timestamp when the project was locked. */
|
|
588
|
+
lockedAt: number;
|
|
589
|
+
/** userId of the actor that triggered the lock (system or admin). */
|
|
590
|
+
lockedBy: string;
|
|
591
|
+
}
|
|
592
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemExpirationCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemExpirationCase1>;
|
|
593
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemExpiration = GetMicrofrontendsInGroupResponseProjectsItemExpirationCase0 | GetMicrofrontendsInGroupResponseProjectsItemExpirationCase1;
|
|
594
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemExpiration: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemExpiration>;
|
|
595
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0Item = "development" | "development" | "preview" | "preview" | "production";
|
|
596
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0Item: any;
|
|
597
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0List = Array<GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0Item>;
|
|
598
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0List: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0List>;
|
|
599
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase1 = "development" | "development" | "preview" | "preview" | "production";
|
|
600
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase1: any;
|
|
601
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemTarget = GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase0List | GetMicrofrontendsInGroupResponseProjectsItemEnvItemTargetCase1;
|
|
602
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemTarget: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemTarget>;
|
|
603
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemType = "encrypted" | "plain" | "secret" | "sensitive" | "system";
|
|
604
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemType: any;
|
|
605
|
+
/** User-facing config/secret model. When set, authoritative for new code paths when the env-var-config-secret-ui flag is enabled. Legacy rows omit this field; legacy rows omit it and callers fall back to existing `type` behavior. */
|
|
606
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemVisibility = "config" | "secret";
|
|
607
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemVisibility: any;
|
|
608
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0Type = "redis-url";
|
|
609
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0Type: any;
|
|
610
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0 {
|
|
611
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0Type;
|
|
612
|
+
storeId: string;
|
|
613
|
+
}
|
|
614
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0>;
|
|
615
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1Type = "redis-rest-api-url";
|
|
616
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1Type: any;
|
|
617
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1 {
|
|
618
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1Type;
|
|
619
|
+
storeId: string;
|
|
620
|
+
}
|
|
621
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1>;
|
|
622
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2Type = "redis-rest-api-token";
|
|
623
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2Type: any;
|
|
624
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2 {
|
|
625
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2Type;
|
|
626
|
+
storeId: string;
|
|
627
|
+
}
|
|
628
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2>;
|
|
629
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3Type = "redis-rest-api-read-only-token";
|
|
630
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3Type: any;
|
|
631
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3 {
|
|
632
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3Type;
|
|
633
|
+
storeId: string;
|
|
634
|
+
}
|
|
635
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3>;
|
|
636
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4Type = "blob-read-write-token";
|
|
637
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4Type: any;
|
|
638
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4 {
|
|
639
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4Type;
|
|
640
|
+
storeId: string;
|
|
641
|
+
}
|
|
642
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4>;
|
|
643
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5Type = "blob-store-id";
|
|
644
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5Type: any;
|
|
645
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5 {
|
|
646
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5Type;
|
|
647
|
+
storeId: string;
|
|
648
|
+
}
|
|
649
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5>;
|
|
650
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6Type = "blob-webhook-public-key";
|
|
651
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6Type: any;
|
|
652
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6 {
|
|
653
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6Type;
|
|
654
|
+
storeId: string;
|
|
655
|
+
}
|
|
656
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6>;
|
|
657
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7Type = "postgres-url";
|
|
658
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7Type: any;
|
|
659
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7 {
|
|
660
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7Type;
|
|
661
|
+
storeId: string;
|
|
662
|
+
}
|
|
663
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7>;
|
|
664
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8Type = "postgres-url-non-pooling";
|
|
665
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8Type: any;
|
|
666
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8 {
|
|
667
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8Type;
|
|
668
|
+
storeId: string;
|
|
669
|
+
}
|
|
670
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8>;
|
|
671
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9Type = "postgres-prisma-url";
|
|
672
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9Type: any;
|
|
673
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9 {
|
|
674
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9Type;
|
|
675
|
+
storeId: string;
|
|
676
|
+
}
|
|
677
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9>;
|
|
678
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10Type = "postgres-user";
|
|
679
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10Type: any;
|
|
680
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10 {
|
|
681
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10Type;
|
|
682
|
+
storeId: string;
|
|
683
|
+
}
|
|
684
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10>;
|
|
685
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11Type = "postgres-host";
|
|
686
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11Type: any;
|
|
687
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11 {
|
|
688
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11Type;
|
|
689
|
+
storeId: string;
|
|
690
|
+
}
|
|
691
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11>;
|
|
692
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12Type = "postgres-password";
|
|
693
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12Type: any;
|
|
694
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12 {
|
|
695
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12Type;
|
|
696
|
+
storeId: string;
|
|
697
|
+
}
|
|
698
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12>;
|
|
699
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13Type = "postgres-database";
|
|
700
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13Type: any;
|
|
701
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13 {
|
|
702
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13Type;
|
|
703
|
+
storeId: string;
|
|
704
|
+
}
|
|
705
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13>;
|
|
706
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14Type = "postgres-url-no-ssl";
|
|
707
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14Type: any;
|
|
708
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14 {
|
|
709
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14Type;
|
|
710
|
+
storeId: string;
|
|
711
|
+
}
|
|
712
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14>;
|
|
713
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15Type = "integration-store-secret";
|
|
714
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15Type: any;
|
|
715
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15 {
|
|
716
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15Type;
|
|
717
|
+
storeId: string;
|
|
718
|
+
integrationId: string;
|
|
719
|
+
integrationProductId: string;
|
|
720
|
+
integrationConfigurationId: string;
|
|
721
|
+
}
|
|
722
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15>;
|
|
723
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16Type = "flags-connection-string";
|
|
724
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16Type: any;
|
|
725
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16 {
|
|
726
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16Type;
|
|
727
|
+
projectId: string;
|
|
728
|
+
}
|
|
729
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16>;
|
|
730
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHint = GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase0 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase1 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase2 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase3 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase4 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase5 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase6 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase7 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase8 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase9 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase10 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase11 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase12 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase13 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase14 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase15 | GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHintCase16;
|
|
731
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHint: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHint>;
|
|
732
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHintType = "flags-secret";
|
|
733
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHintType: any;
|
|
734
|
+
/** Similar to `contentHints`, but should not be exposed to the user. */
|
|
735
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHint {
|
|
736
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHintType;
|
|
737
|
+
/** Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda. */
|
|
738
|
+
encryptedValue: string;
|
|
739
|
+
}
|
|
740
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHint: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHint>;
|
|
741
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvItemCustomEnvironmentIdsList = Array<string>;
|
|
742
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItemCustomEnvironmentIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItemCustomEnvironmentIdsList>;
|
|
743
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemEnvItem {
|
|
744
|
+
target?: GetMicrofrontendsInGroupResponseProjectsItemEnvItemTarget;
|
|
745
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemEnvItemType;
|
|
746
|
+
/** This is used to identify variables that have been migrated from type secret to sensitive. */
|
|
747
|
+
sunsetSecretId?: string;
|
|
748
|
+
/** Legacy now-encryption ciphertext, present after migration swaps value/vsmValue */
|
|
749
|
+
legacyValue?: string;
|
|
750
|
+
decrypted?: boolean;
|
|
751
|
+
value: string;
|
|
752
|
+
vsmValue?: string;
|
|
753
|
+
id?: string;
|
|
754
|
+
key: string;
|
|
755
|
+
configurationId?: string | null;
|
|
756
|
+
createdAt?: number;
|
|
757
|
+
updatedAt?: number;
|
|
758
|
+
createdBy?: string | null;
|
|
759
|
+
updatedBy?: string | null;
|
|
760
|
+
gitBranch?: string;
|
|
761
|
+
/** User-facing config/secret model. When set, authoritative for new code paths when the env-var-config-secret-ui flag is enabled. Legacy rows omit this field; legacy rows omit it and callers fall back to existing `type` behavior. */
|
|
762
|
+
visibility?: GetMicrofrontendsInGroupResponseProjectsItemEnvItemVisibility;
|
|
763
|
+
edgeConfigId?: string | null;
|
|
764
|
+
edgeConfigTokenId?: string | null;
|
|
765
|
+
contentHint?: GetMicrofrontendsInGroupResponseProjectsItemEnvItemContentHint | null;
|
|
766
|
+
/** Similar to `contentHints`, but should not be exposed to the user. */
|
|
767
|
+
internalContentHint?: GetMicrofrontendsInGroupResponseProjectsItemEnvItemInternalContentHint | null;
|
|
768
|
+
comment?: string;
|
|
769
|
+
customEnvironmentIds?: GetMicrofrontendsInGroupResponseProjectsItemEnvItemCustomEnvironmentIdsList;
|
|
770
|
+
}
|
|
771
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvItem>;
|
|
772
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemEnvList = Array<GetMicrofrontendsInGroupResponseProjectsItemEnvItem>;
|
|
773
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemEnvList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemEnvList>;
|
|
774
|
+
/** The type of environment (production, preview, or development) */
|
|
775
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemType = "development" | "preview" | "production";
|
|
776
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemType: any;
|
|
777
|
+
/** The type of matching to perform */
|
|
778
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcherType = "endsWith" | "equals" | "startsWith";
|
|
779
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcherType: any;
|
|
780
|
+
/** Configuration for matching git branches to this environment */
|
|
781
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcher {
|
|
782
|
+
/** The type of matching to perform */
|
|
783
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcherType;
|
|
784
|
+
/** The pattern to match against branch names */
|
|
785
|
+
pattern: string;
|
|
786
|
+
}
|
|
787
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcher: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcher>;
|
|
788
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemRedirectStatusCode = 301 | 302 | 307 | 308;
|
|
789
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemRedirectStatusCode: any;
|
|
790
|
+
/** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
|
|
791
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationItem {
|
|
792
|
+
type: string;
|
|
793
|
+
domain: string;
|
|
794
|
+
value: string;
|
|
795
|
+
reason: string;
|
|
796
|
+
}
|
|
797
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationItem>;
|
|
798
|
+
/** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
|
|
799
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationList = Array<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationItem>;
|
|
800
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationList>;
|
|
801
|
+
/** List of domains associated with this environment */
|
|
802
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItem {
|
|
803
|
+
name: string;
|
|
804
|
+
apexName: string;
|
|
805
|
+
projectId: string;
|
|
806
|
+
redirect?: string | null;
|
|
807
|
+
redirectStatusCode?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemRedirectStatusCode | null;
|
|
808
|
+
gitBranch?: string | null;
|
|
809
|
+
customEnvironmentId?: string | null;
|
|
810
|
+
updatedAt?: number;
|
|
811
|
+
createdAt?: number;
|
|
812
|
+
/** `true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed. */
|
|
813
|
+
verified: boolean;
|
|
814
|
+
/** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
|
|
815
|
+
verification?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItemVerificationList;
|
|
816
|
+
}
|
|
817
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItem>;
|
|
818
|
+
/** List of domains associated with this environment */
|
|
819
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsList = Array<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsItem>;
|
|
820
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsList>;
|
|
821
|
+
/** List of aliases for the current deployment */
|
|
822
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemCurrentDeploymentAliasesList = Array<string>;
|
|
823
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemCurrentDeploymentAliasesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemCurrentDeploymentAliasesList>;
|
|
824
|
+
/** Internal representation of a custom environment with all required properties */
|
|
825
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItem {
|
|
826
|
+
/** Unique identifier for the custom environment (format: env_*) */
|
|
827
|
+
id: string;
|
|
828
|
+
/** URL-friendly name of the environment */
|
|
829
|
+
slug: string;
|
|
830
|
+
/** The type of environment (production, preview, or development) */
|
|
831
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemType;
|
|
832
|
+
/** Optional description of the environment's purpose */
|
|
833
|
+
description?: string;
|
|
834
|
+
/** Configuration for matching git branches to this environment */
|
|
835
|
+
branchMatcher?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemBranchMatcher;
|
|
836
|
+
/** List of domains associated with this environment */
|
|
837
|
+
domains?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemDomainsList;
|
|
838
|
+
/** List of aliases for the current deployment */
|
|
839
|
+
currentDeploymentAliases?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItemCurrentDeploymentAliasesList;
|
|
840
|
+
/** Timestamp when the environment was created */
|
|
841
|
+
createdAt: number;
|
|
842
|
+
/** Timestamp when the environment was last updated */
|
|
843
|
+
updatedAt: number;
|
|
844
|
+
}
|
|
845
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItem>;
|
|
846
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsList = Array<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsItem>;
|
|
847
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsList>;
|
|
848
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
849
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemFramework: any;
|
|
850
|
+
/** Service kind (Service.type). Omitted for schemas that do not define one. */
|
|
851
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemServicesItemServiceType = "cron" | "job" | "web" | "worker";
|
|
852
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemServicesItemServiceType: any;
|
|
853
|
+
/** Framework slug, when the service has one (omitted otherwise). */
|
|
854
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemServicesItemFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
855
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemServicesItemFramework: any;
|
|
856
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemServicesItem {
|
|
857
|
+
/** Service name from the deployment (Service.name). */
|
|
858
|
+
serviceName: string;
|
|
859
|
+
/** Service kind (Service.type). Omitted for schemas that do not define one. */
|
|
860
|
+
serviceType?: GetMicrofrontendsInGroupResponseProjectsItemServicesItemServiceType;
|
|
861
|
+
/** Framework slug, when the service has one (omitted otherwise). */
|
|
862
|
+
framework?: GetMicrofrontendsInGroupResponseProjectsItemServicesItemFramework;
|
|
863
|
+
/** Generic runtime, e.g. 'node' | 'python' | 'go' | 'ruby' | 'rust' (Service.runtime). Omitted for static builds. */
|
|
864
|
+
runtime?: string;
|
|
865
|
+
}
|
|
866
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemServicesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemServicesItem>;
|
|
867
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemServicesList = Array<GetMicrofrontendsInGroupResponseProjectsItemServicesItem>;
|
|
868
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemServicesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemServicesList>;
|
|
869
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemIpBucketsItem {
|
|
870
|
+
bucket: string;
|
|
871
|
+
default?: boolean;
|
|
872
|
+
supportUntil?: number;
|
|
873
|
+
}
|
|
874
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemIpBucketsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemIpBucketsItem>;
|
|
875
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemIpBucketsList = Array<GetMicrofrontendsInGroupResponseProjectsItemIpBucketsItem>;
|
|
876
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemIpBucketsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemIpBucketsList>;
|
|
877
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemJobsLintTargetsList = Array<string>;
|
|
878
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsLintTargetsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsLintTargetsList>;
|
|
879
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemJobsLint {
|
|
880
|
+
targets: GetMicrofrontendsInGroupResponseProjectsItemJobsLintTargetsList;
|
|
881
|
+
}
|
|
882
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsLint: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsLint>;
|
|
883
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheckTargetsList = Array<string>;
|
|
884
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheckTargetsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheckTargetsList>;
|
|
885
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheck {
|
|
886
|
+
targets: GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheckTargetsList;
|
|
887
|
+
}
|
|
888
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheck: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheck>;
|
|
889
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresentTargetsList = Array<string>;
|
|
890
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresentTargetsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresentTargetsList>;
|
|
891
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresent {
|
|
892
|
+
targets: GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresentTargetsList;
|
|
893
|
+
}
|
|
894
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresent: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresent>;
|
|
895
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemJobs {
|
|
896
|
+
lint?: GetMicrofrontendsInGroupResponseProjectsItemJobsLint;
|
|
897
|
+
typecheck?: GetMicrofrontendsInGroupResponseProjectsItemJobsTypecheck;
|
|
898
|
+
mfe_config_present?: GetMicrofrontendsInGroupResponseProjectsItemJobsMfeConfigPresent;
|
|
899
|
+
}
|
|
900
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemJobs: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemJobs>;
|
|
901
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasList = Array<string>;
|
|
902
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasList>;
|
|
903
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasAssigned = number | boolean;
|
|
904
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasAssigned: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasAssigned>;
|
|
905
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasError = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError;
|
|
906
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasError: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError>;
|
|
907
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAutomaticAliasesList = Array<string>;
|
|
908
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAutomaticAliasesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAutomaticAliasesList>;
|
|
909
|
+
/** The type of matching to perform */
|
|
910
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcherType = "endsWith" | "equals" | "startsWith";
|
|
911
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcherType: any;
|
|
912
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcher {
|
|
913
|
+
/** The type of matching to perform */
|
|
914
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcherType;
|
|
915
|
+
/** The pattern to match against branch names */
|
|
916
|
+
pattern: string;
|
|
917
|
+
}
|
|
918
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcher: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcher>;
|
|
919
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsItem = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem;
|
|
920
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
921
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsList = Array<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
922
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsList>;
|
|
923
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksConclusion = "canceled" | "failed" | "skipped" | "succeeded";
|
|
924
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksConclusion: any;
|
|
925
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksState = "completed" | "registered" | "running";
|
|
926
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksState: any;
|
|
927
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemCreator = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator;
|
|
928
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemCreator: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator>;
|
|
929
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemMetaMap = {
|
|
930
|
+
[key: string]: string | undefined;
|
|
931
|
+
};
|
|
932
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemMetaMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemMetaMap>;
|
|
933
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaimsMfeGroupIdsList = Array<string>;
|
|
934
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaimsMfeGroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaimsMfeGroupIdsList>;
|
|
935
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaims {
|
|
936
|
+
iss: string;
|
|
937
|
+
sub: string;
|
|
938
|
+
scope: string;
|
|
939
|
+
aud: string;
|
|
940
|
+
owner: string;
|
|
941
|
+
owner_id: string;
|
|
942
|
+
project: string;
|
|
943
|
+
project_id: string;
|
|
944
|
+
environment: string;
|
|
945
|
+
custom_environment_id?: string;
|
|
946
|
+
mfe_group_ids?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaimsMfeGroupIdsList;
|
|
947
|
+
plan?: string;
|
|
948
|
+
}
|
|
949
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaims: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaims>;
|
|
950
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemPlan = "enterprise" | "hobby" | "pro";
|
|
951
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemPlan: any;
|
|
952
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadyState = "BLOCKED" | "BUILDING" | "CANCELED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY";
|
|
953
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadyState: any;
|
|
954
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadySubstate = "PROMOTED" | "ROLLING" | "STAGED";
|
|
955
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadySubstate: any;
|
|
956
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemType = "LAMBDAS";
|
|
957
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemType: any;
|
|
958
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItem {
|
|
959
|
+
id: string;
|
|
960
|
+
alias?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasList;
|
|
961
|
+
aliasAssigned?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAliasAssigned | null;
|
|
962
|
+
aliasError?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError | null;
|
|
963
|
+
aliasFinal?: string | null;
|
|
964
|
+
automaticAliases?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemAutomaticAliasesList;
|
|
965
|
+
branchMatcher?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBranchMatcher;
|
|
966
|
+
buildingAt?: number;
|
|
967
|
+
builds?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemBuildsList;
|
|
968
|
+
checksConclusion?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksConclusion;
|
|
969
|
+
checksState?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemChecksState;
|
|
970
|
+
connectBuildsEnabled?: boolean;
|
|
971
|
+
connectConfigurationId?: string;
|
|
972
|
+
createdAt: number;
|
|
973
|
+
createdIn: string;
|
|
974
|
+
creator: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator | null;
|
|
975
|
+
deletedAt?: number;
|
|
976
|
+
deploymentHostname: string;
|
|
977
|
+
forced?: boolean;
|
|
978
|
+
name: string;
|
|
979
|
+
meta?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemMetaMap;
|
|
980
|
+
monorepoManager?: string | null;
|
|
981
|
+
oidcTokenClaims?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemOidcTokenClaims;
|
|
982
|
+
plan: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemPlan;
|
|
983
|
+
/** Whether or not preview comments are enabled for the deployment */
|
|
984
|
+
previewCommentsEnabled?: boolean;
|
|
985
|
+
private: boolean;
|
|
986
|
+
readyAt?: number;
|
|
987
|
+
readyState: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadyState;
|
|
988
|
+
readySubstate?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemReadySubstate;
|
|
989
|
+
requestedAt?: number;
|
|
990
|
+
target?: string | null;
|
|
991
|
+
teamId?: string | null;
|
|
992
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItemType;
|
|
993
|
+
url: string;
|
|
994
|
+
userId: string;
|
|
995
|
+
withCache?: boolean;
|
|
996
|
+
}
|
|
997
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItem>;
|
|
998
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsList = Array<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsItem>;
|
|
999
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsList>;
|
|
1000
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase0Type = "github";
|
|
1001
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase0Type: any;
|
|
1002
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem {
|
|
1003
|
+
createdAt?: number;
|
|
1004
|
+
id: string;
|
|
1005
|
+
name: string;
|
|
1006
|
+
ref: string;
|
|
1007
|
+
url: string;
|
|
1008
|
+
}
|
|
1009
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1010
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1011
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksList>;
|
|
1012
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase0 {
|
|
1013
|
+
org: string;
|
|
1014
|
+
/** A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. */
|
|
1015
|
+
repoOwnerId?: number;
|
|
1016
|
+
repo?: string;
|
|
1017
|
+
repoId?: number;
|
|
1018
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase0Type;
|
|
1019
|
+
createdAt?: number;
|
|
1020
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksList;
|
|
1021
|
+
gitCredentialId: string;
|
|
1022
|
+
updatedAt?: number;
|
|
1023
|
+
sourceless?: boolean;
|
|
1024
|
+
productionBranch: string;
|
|
1025
|
+
}
|
|
1026
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0>;
|
|
1027
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase1Type = "github-limited";
|
|
1028
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase1Type: any;
|
|
1029
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1030
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1031
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1032
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksList>;
|
|
1033
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase1 {
|
|
1034
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase1Type;
|
|
1035
|
+
createdAt?: number;
|
|
1036
|
+
org: string;
|
|
1037
|
+
/** A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. */
|
|
1038
|
+
repoOwnerId?: number;
|
|
1039
|
+
repo?: string;
|
|
1040
|
+
repoId?: number;
|
|
1041
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase1DeployHooksList;
|
|
1042
|
+
gitCredentialId: string;
|
|
1043
|
+
updatedAt?: number;
|
|
1044
|
+
sourceless?: boolean;
|
|
1045
|
+
productionBranch: string;
|
|
1046
|
+
}
|
|
1047
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase1>;
|
|
1048
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase2Type = "github-custom-host";
|
|
1049
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase2Type: any;
|
|
1050
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1051
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1052
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1053
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksList>;
|
|
1054
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase2 {
|
|
1055
|
+
org: string;
|
|
1056
|
+
/** A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. */
|
|
1057
|
+
repoOwnerId?: number;
|
|
1058
|
+
repo?: string;
|
|
1059
|
+
repoId?: number;
|
|
1060
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase2Type;
|
|
1061
|
+
host: string;
|
|
1062
|
+
createdAt?: number;
|
|
1063
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase2DeployHooksList;
|
|
1064
|
+
gitCredentialId: string;
|
|
1065
|
+
updatedAt?: number;
|
|
1066
|
+
sourceless?: boolean;
|
|
1067
|
+
productionBranch: string;
|
|
1068
|
+
}
|
|
1069
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase2>;
|
|
1070
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase3Type = "gitlab";
|
|
1071
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase3Type: any;
|
|
1072
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1073
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1074
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1075
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksList>;
|
|
1076
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase3 {
|
|
1077
|
+
projectId: string;
|
|
1078
|
+
projectName: string;
|
|
1079
|
+
projectNameWithNamespace: string;
|
|
1080
|
+
projectNamespace: string;
|
|
1081
|
+
/** A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels). */
|
|
1082
|
+
projectOwnerId?: number;
|
|
1083
|
+
projectUrl: string;
|
|
1084
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase3Type;
|
|
1085
|
+
createdAt?: number;
|
|
1086
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase3DeployHooksList;
|
|
1087
|
+
gitCredentialId: string;
|
|
1088
|
+
updatedAt?: number;
|
|
1089
|
+
sourceless?: boolean;
|
|
1090
|
+
productionBranch: string;
|
|
1091
|
+
}
|
|
1092
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase3: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase3>;
|
|
1093
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase4Type = "bitbucket";
|
|
1094
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase4Type: any;
|
|
1095
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1096
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1097
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1098
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksList>;
|
|
1099
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase4 {
|
|
1100
|
+
name: string;
|
|
1101
|
+
slug: string;
|
|
1102
|
+
owner: string;
|
|
1103
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase4Type;
|
|
1104
|
+
uuid: string;
|
|
1105
|
+
workspaceUuid: string;
|
|
1106
|
+
createdAt?: number;
|
|
1107
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase4DeployHooksList;
|
|
1108
|
+
gitCredentialId: string;
|
|
1109
|
+
updatedAt?: number;
|
|
1110
|
+
sourceless?: boolean;
|
|
1111
|
+
productionBranch: string;
|
|
1112
|
+
}
|
|
1113
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase4: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase4>;
|
|
1114
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase5Type = "vercel";
|
|
1115
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase5Type: any;
|
|
1116
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1117
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1118
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1119
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksList>;
|
|
1120
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase5 {
|
|
1121
|
+
org: string;
|
|
1122
|
+
repo: string;
|
|
1123
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase5Type;
|
|
1124
|
+
createdAt?: number;
|
|
1125
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase5DeployHooksList;
|
|
1126
|
+
gitCredentialId: string;
|
|
1127
|
+
updatedAt?: number;
|
|
1128
|
+
sourceless?: boolean;
|
|
1129
|
+
productionBranch: string;
|
|
1130
|
+
}
|
|
1131
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase5: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase5>;
|
|
1132
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase6Type = "cursor-origin";
|
|
1133
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase6Type: any;
|
|
1134
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksItem = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem;
|
|
1135
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1136
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksList = Array<GetMicrofrontendsInGroupResponseProjectsItemLinkCase0DeployHooksItem>;
|
|
1137
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksList>;
|
|
1138
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLinkCase6 {
|
|
1139
|
+
/** Owner (namespace) slug, e.g. `acme`. */
|
|
1140
|
+
owner: string;
|
|
1141
|
+
repo: string;
|
|
1142
|
+
/** Origin repository id. */
|
|
1143
|
+
repoId: string;
|
|
1144
|
+
/** Origin namespace id (`ns_…`) of the owner. */
|
|
1145
|
+
ownerId: string;
|
|
1146
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLinkCase6Type;
|
|
1147
|
+
createdAt?: number;
|
|
1148
|
+
deployHooks: GetMicrofrontendsInGroupResponseProjectsItemLinkCase6DeployHooksList;
|
|
1149
|
+
gitCredentialId: string;
|
|
1150
|
+
updatedAt?: number;
|
|
1151
|
+
sourceless?: boolean;
|
|
1152
|
+
productionBranch: string;
|
|
1153
|
+
}
|
|
1154
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLinkCase6: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLinkCase6>;
|
|
1155
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLink = GetMicrofrontendsInGroupResponseProjectsItemLinkCase0 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase1 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase2 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase3 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase4 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase5 | GetMicrofrontendsInGroupResponseProjectsItemLinkCase6;
|
|
1156
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLink: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLink>;
|
|
1157
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemBlobs {
|
|
1158
|
+
/** Marks the team-level, Vercel-managed default blob project (`vercel-blob-default-project`) that orphan blob stores are scoped to when connected without an explicit project. Set only by internal storage flows and immutable after creation — guards rely on it to protect the connected stores from being lost when the project is deleted or transferred. */
|
|
1159
|
+
isDefaultApp?: boolean;
|
|
1160
|
+
}
|
|
1161
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemBlobs: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemBlobs>;
|
|
1162
|
+
/** The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together. */
|
|
1163
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0GroupIdsList = Array<string>;
|
|
1164
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0GroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0GroupIdsList>;
|
|
1165
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0 {
|
|
1166
|
+
isDefaultApp: boolean;
|
|
1167
|
+
/** Timestamp when the microfrontends settings were last updated. */
|
|
1168
|
+
updatedAt: number;
|
|
1169
|
+
/** The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together. */
|
|
1170
|
+
groupIds: GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0GroupIdsList;
|
|
1171
|
+
/** Whether microfrontends are enabled for this project. */
|
|
1172
|
+
enabled: boolean;
|
|
1173
|
+
/** A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs` */
|
|
1174
|
+
defaultRoute?: string;
|
|
1175
|
+
/** Whether the project was part of the legacy limits for hobby and pro-trial before billing was added. This field is only set when the team is upgraded to a paid plan and we are backfilling the subscription status. We cap the subscription to 2 projects and set this field for the 3rd project. When this field is set, the project is not charged for and we do not call any billing APIs for this project. */
|
|
1176
|
+
freeProjectForLegacyLimits?: boolean;
|
|
1177
|
+
}
|
|
1178
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0>;
|
|
1179
|
+
/** The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together. */
|
|
1180
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1GroupIdsList = Array<string>;
|
|
1181
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1GroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1GroupIdsList>;
|
|
1182
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1 {
|
|
1183
|
+
isDefaultApp?: boolean;
|
|
1184
|
+
/** Whether observability data should be routed to this microfrontend project or a root project. */
|
|
1185
|
+
routeObservabilityToThisProject?: boolean;
|
|
1186
|
+
/** Whether to add microfrontends routing to aliases. This means domains in this project will route as a microfrontend. */
|
|
1187
|
+
doNotRouteWithMicrofrontendsRouting?: boolean;
|
|
1188
|
+
/** Timestamp when the microfrontends settings were last updated. */
|
|
1189
|
+
updatedAt: number;
|
|
1190
|
+
/** The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together. */
|
|
1191
|
+
groupIds: GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1GroupIdsList;
|
|
1192
|
+
/** Whether microfrontends are enabled for this project. */
|
|
1193
|
+
enabled: boolean;
|
|
1194
|
+
/** A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs` */
|
|
1195
|
+
defaultRoute?: string;
|
|
1196
|
+
/** Whether the project was part of the legacy limits for hobby and pro-trial before billing was added. This field is only set when the team is upgraded to a paid plan and we are backfilling the subscription status. We cap the subscription to 2 projects and set this field for the 3rd project. When this field is set, the project is not charged for and we do not call any billing APIs for this project. */
|
|
1197
|
+
freeProjectForLegacyLimits?: boolean;
|
|
1198
|
+
}
|
|
1199
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1>;
|
|
1200
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2GroupIdsList = Array<unknown>;
|
|
1201
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2GroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2GroupIdsList>;
|
|
1202
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2 {
|
|
1203
|
+
updatedAt: number;
|
|
1204
|
+
groupIds: GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2GroupIdsList;
|
|
1205
|
+
enabled: boolean;
|
|
1206
|
+
freeProjectForLegacyLimits?: boolean;
|
|
1207
|
+
}
|
|
1208
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2>;
|
|
1209
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemMicrofrontends = GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase0 | GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase1 | GetMicrofrontendsInGroupResponseProjectsItemMicrofrontendsCase2;
|
|
1210
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemMicrofrontends: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemMicrofrontends>;
|
|
1211
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemNodeVersion = "10.x" | "12.x" | "14.x" | "16.x" | "18.x" | "20.x" | "22.x" | "24.x" | "8.10.x";
|
|
1212
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemNodeVersion: any;
|
|
1213
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsItem {
|
|
1214
|
+
value: string;
|
|
1215
|
+
}
|
|
1216
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsItem>;
|
|
1217
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsList = Array<GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsItem>;
|
|
1218
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsList>;
|
|
1219
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlist {
|
|
1220
|
+
paths: GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlistPathsList;
|
|
1221
|
+
}
|
|
1222
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlist: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlist>;
|
|
1223
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPassportDeploymentType = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews";
|
|
1224
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPassportDeploymentType: any;
|
|
1225
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemPassport {
|
|
1226
|
+
deploymentType: GetMicrofrontendsInGroupResponseProjectsItemPassportDeploymentType;
|
|
1227
|
+
connectorId: string;
|
|
1228
|
+
}
|
|
1229
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPassport: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPassport>;
|
|
1230
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemProtectionConfigSandboxUrls {
|
|
1231
|
+
inheritDeploymentProtection?: boolean;
|
|
1232
|
+
}
|
|
1233
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionConfigSandboxUrls: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionConfigSandboxUrls>;
|
|
1234
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemProtectionConfig {
|
|
1235
|
+
sandboxUrls?: GetMicrofrontendsInGroupResponseProjectsItemProtectionConfigSandboxUrls;
|
|
1236
|
+
}
|
|
1237
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionConfig: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionConfig>;
|
|
1238
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSandboxRegion = "cle1" | "iad1" | "sfo1";
|
|
1239
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSandboxRegion: any;
|
|
1240
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsItem = "cle1" | "iad1" | "sfo1";
|
|
1241
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsItem: any;
|
|
1242
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsList = Array<GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsItem>;
|
|
1243
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsList>;
|
|
1244
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSandbox {
|
|
1245
|
+
region?: GetMicrofrontendsInGroupResponseProjectsItemSandboxRegion;
|
|
1246
|
+
failoverRegions?: GetMicrofrontendsInGroupResponseProjectsItemSandboxFailoverRegionsList;
|
|
1247
|
+
}
|
|
1248
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSandbox: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSandbox>;
|
|
1249
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultRegionsList = Array<string>;
|
|
1250
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultRegionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultRegionsList>;
|
|
1251
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultMemoryType = "performance" | "performance_xl" | "standard" | "standard_legacy";
|
|
1252
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultMemoryType: any;
|
|
1253
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineType = "basic" | "enhanced" | "standard" | "turbo";
|
|
1254
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineType: any;
|
|
1255
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineSelection = "elastic" | "fixed";
|
|
1256
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineSelection: any;
|
|
1257
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineElasticReason = "basic-floor" | "build-timeout-failure" | "enospc-failure" | "enterprise-floor" | "high-peak-disk" | "high-peak-memory" | "long-build-duration" | "oom-failure" | "short-build-duration" | "sustained-high-cpu";
|
|
1258
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineElasticReason: any;
|
|
1259
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueueConfiguration = "SKIP_NAMESPACE_QUEUE" | "WAIT_FOR_NAMESPACE_QUEUE";
|
|
1260
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueueConfiguration: any;
|
|
1261
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueue {
|
|
1262
|
+
configuration?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueueConfiguration;
|
|
1263
|
+
}
|
|
1264
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueue>;
|
|
1265
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemResourceConfig {
|
|
1266
|
+
fluid?: boolean;
|
|
1267
|
+
functionDefaultRegions: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultRegionsList;
|
|
1268
|
+
functionDefaultTimeout?: number;
|
|
1269
|
+
functionDefaultMemoryType?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigFunctionDefaultMemoryType;
|
|
1270
|
+
functionZeroConfigFailover?: boolean;
|
|
1271
|
+
elasticConcurrencyEnabled?: boolean;
|
|
1272
|
+
buildMachineType?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineType;
|
|
1273
|
+
buildMachineSelection?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineSelection;
|
|
1274
|
+
buildMachineElasticLastUpdated?: number;
|
|
1275
|
+
buildMachineElasticReason?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildMachineElasticReason;
|
|
1276
|
+
isNSNBDisabled?: boolean;
|
|
1277
|
+
buildQueue?: GetMicrofrontendsInGroupResponseProjectsItemResourceConfigBuildQueue;
|
|
1278
|
+
enableFunctionsBeta?: boolean;
|
|
1279
|
+
}
|
|
1280
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemResourceConfig: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemResourceConfig>;
|
|
1281
|
+
/** Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback. */
|
|
1282
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemRollbackDescription {
|
|
1283
|
+
/** The user who rolled back the project. */
|
|
1284
|
+
userId: string;
|
|
1285
|
+
/** The username of the user who rolled back the project. */
|
|
1286
|
+
username: string;
|
|
1287
|
+
/** User-supplied explanation of why they rolled back the project. Limited to 250 characters. */
|
|
1288
|
+
description: string;
|
|
1289
|
+
/** Timestamp of when the rollback was requested. */
|
|
1290
|
+
createdAt: number;
|
|
1291
|
+
}
|
|
1292
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollbackDescription: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollbackDescription>;
|
|
1293
|
+
/** An array of all the stages required during a deployment release. Each stage defines a target percentage and advancement rules. The final stage must always have targetPercentage: 100. */
|
|
1294
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesItem {
|
|
1295
|
+
/** The percentage of traffic to serve to the canary deployment (0-100) */
|
|
1296
|
+
targetPercentage: number;
|
|
1297
|
+
/** Whether or not this stage requires manual approval to proceed */
|
|
1298
|
+
requireApproval?: boolean;
|
|
1299
|
+
/** Duration in minutes for automatic advancement to the next stage */
|
|
1300
|
+
duration?: number;
|
|
1301
|
+
/** Whether to linearly shift traffic over the duration of this stage */
|
|
1302
|
+
linearShift?: boolean;
|
|
1303
|
+
}
|
|
1304
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesItem>;
|
|
1305
|
+
/** An array of all the stages required during a deployment release. Each stage defines a target percentage and advancement rules. The final stage must always have targetPercentage: 100. */
|
|
1306
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesList = Array<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesItem>;
|
|
1307
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesList>;
|
|
1308
|
+
/** The metric this check evaluates. */
|
|
1309
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemType = "error-rate-5xx";
|
|
1310
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemType: any;
|
|
1311
|
+
/** Response status codes to ignore entirely — dropped from both the numerator (errors) and the denominator (total requests). Defaults to `[]` when omitted. */
|
|
1312
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludeStatusCodesList = Array<number>;
|
|
1313
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludeStatusCodesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludeStatusCodesList>;
|
|
1314
|
+
/** Request paths to ignore entirely — dropped from both the numerator (errors) and the denominator (total requests). Defaults to `[]` when omitted. */
|
|
1315
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludePathsList = Array<string>;
|
|
1316
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludePathsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludePathsList>;
|
|
1317
|
+
/** The checks to evaluate. An empty array means nothing is evaluated. */
|
|
1318
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItem {
|
|
1319
|
+
/** The metric this check evaluates. */
|
|
1320
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemType;
|
|
1321
|
+
/** Minimum number of requests required in the window before the check can fail. Below this, the check is inconclusive rather than failing, so low-traffic stages don't gate on noise. Defaults to `100` when omitted. */
|
|
1322
|
+
minSampleSize?: number;
|
|
1323
|
+
/** Response status codes to ignore entirely — dropped from both the numerator (errors) and the denominator (total requests). Defaults to `[]` when omitted. */
|
|
1324
|
+
excludeStatusCodes?: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludeStatusCodesList;
|
|
1325
|
+
/** Request paths to ignore entirely — dropped from both the numerator (errors) and the denominator (total requests). Defaults to `[]` when omitted. */
|
|
1326
|
+
excludePaths?: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItemExcludePathsList;
|
|
1327
|
+
/** Seconds of ingest lag to allow for: the query's upper bound is `now() - this value`, so the check never reads a window that is still filling. Defaults to `30` when omitted. */
|
|
1328
|
+
ingestWatermarkSeconds?: number;
|
|
1329
|
+
}
|
|
1330
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItem>;
|
|
1331
|
+
/** The checks to evaluate. An empty array means nothing is evaluated. */
|
|
1332
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksList = Array<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksItem>;
|
|
1333
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksList>;
|
|
1334
|
+
/** What to do when the gate trips: pause the rollout, or roll it back. */
|
|
1335
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateAction = "pause" | "rollback";
|
|
1336
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateAction: any;
|
|
1337
|
+
/** Automated gating configuration. Omitted (the default) means no gating is configured, which is equivalent to `enabled: false`. */
|
|
1338
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGate {
|
|
1339
|
+
/** Whether automated gating is enabled for this project's rollouts. */
|
|
1340
|
+
enabled: boolean;
|
|
1341
|
+
/** The checks to evaluate. An empty array means nothing is evaluated. */
|
|
1342
|
+
checks: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateChecksList;
|
|
1343
|
+
/** How many failing evaluations within {@link windowSize} trip the gate. Defaults to `3` when omitted. */
|
|
1344
|
+
failureThreshold?: number;
|
|
1345
|
+
/** How many of the most recent evaluations {@link failureThreshold} is counted against. Defaults to `5` when omitted. */
|
|
1346
|
+
windowSize?: number;
|
|
1347
|
+
/** What to do when the gate trips: pause the rollout, or roll it back. */
|
|
1348
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGateAction;
|
|
1349
|
+
/** When true, a tripped gate is only reported — {@link action} is not taken. */
|
|
1350
|
+
dryRun: boolean;
|
|
1351
|
+
}
|
|
1352
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGate: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGate>;
|
|
1353
|
+
/** Project-level rolling release configuration that defines how deployments should be gradually rolled out */
|
|
1354
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemRollingRelease {
|
|
1355
|
+
/** The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments. */
|
|
1356
|
+
target: string;
|
|
1357
|
+
/** An array of all the stages required during a deployment release. Each stage defines a target percentage and advancement rules. The final stage must always have targetPercentage: 100. */
|
|
1358
|
+
stages?: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseStagesList | null;
|
|
1359
|
+
/** Whether the request served by a canary deployment should return a header indicating a canary was served. Defaults to `false` when omitted. */
|
|
1360
|
+
canaryResponseHeader?: boolean;
|
|
1361
|
+
/** Automated gating configuration. Omitted (the default) means no gating is configured, which is equivalent to `enabled: false`. */
|
|
1362
|
+
gate?: GetMicrofrontendsInGroupResponseProjectsItemRollingReleaseGate;
|
|
1363
|
+
}
|
|
1364
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemRollingRelease: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemRollingRelease>;
|
|
1365
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultRegionsList = Array<string>;
|
|
1366
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultRegionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultRegionsList>;
|
|
1367
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultMemoryType = "performance" | "performance_xl" | "standard" | "standard_legacy";
|
|
1368
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultMemoryType: any;
|
|
1369
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineType = "basic" | "enhanced" | "standard" | "turbo";
|
|
1370
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineType: any;
|
|
1371
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineSelection = "elastic" | "fixed";
|
|
1372
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineSelection: any;
|
|
1373
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineElasticReason = "basic-floor" | "build-timeout-failure" | "enospc-failure" | "enterprise-floor" | "high-peak-disk" | "high-peak-memory" | "long-build-duration" | "oom-failure" | "short-build-duration" | "sustained-high-cpu";
|
|
1374
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineElasticReason: any;
|
|
1375
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueueConfiguration = "SKIP_NAMESPACE_QUEUE" | "WAIT_FOR_NAMESPACE_QUEUE";
|
|
1376
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueueConfiguration: any;
|
|
1377
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueue {
|
|
1378
|
+
configuration?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueueConfiguration;
|
|
1379
|
+
}
|
|
1380
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueue>;
|
|
1381
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfig {
|
|
1382
|
+
fluid?: boolean;
|
|
1383
|
+
functionDefaultRegions: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultRegionsList;
|
|
1384
|
+
functionDefaultTimeout?: number;
|
|
1385
|
+
functionDefaultMemoryType?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigFunctionDefaultMemoryType;
|
|
1386
|
+
functionZeroConfigFailover?: boolean;
|
|
1387
|
+
elasticConcurrencyEnabled?: boolean;
|
|
1388
|
+
buildMachineType?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineType;
|
|
1389
|
+
buildMachineSelection?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineSelection;
|
|
1390
|
+
buildMachineElasticLastUpdated?: number;
|
|
1391
|
+
buildMachineElasticReason?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildMachineElasticReason;
|
|
1392
|
+
isNSNBDisabled?: boolean;
|
|
1393
|
+
buildQueue?: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfigBuildQueue;
|
|
1394
|
+
enableFunctionsBeta?: boolean;
|
|
1395
|
+
}
|
|
1396
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfig: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfig>;
|
|
1397
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSkewProtectionAllowedDomainsList = Array<string>;
|
|
1398
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSkewProtectionAllowedDomainsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSkewProtectionAllowedDomainsList>;
|
|
1399
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemStaticIpsRegionsList = Array<string>;
|
|
1400
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemStaticIpsRegionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemStaticIpsRegionsList>;
|
|
1401
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemStaticIps {
|
|
1402
|
+
builds: boolean;
|
|
1403
|
+
enabled: boolean;
|
|
1404
|
+
regions: GetMicrofrontendsInGroupResponseProjectsItemStaticIpsRegionsList;
|
|
1405
|
+
}
|
|
1406
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemStaticIps: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemStaticIps>;
|
|
1407
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionDeploymentType = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews";
|
|
1408
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionDeploymentType: any;
|
|
1409
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionCve55182MigrationAppliedFrom = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews";
|
|
1410
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionCve55182MigrationAppliedFrom: any;
|
|
1411
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionApril2026SecurityIncidentMigrationAppliedFrom = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews";
|
|
1412
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionApril2026SecurityIncidentMigrationAppliedFrom: any;
|
|
1413
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSsoProtection {
|
|
1414
|
+
deploymentType: GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionDeploymentType;
|
|
1415
|
+
cve55182MigrationAppliedFrom?: GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionCve55182MigrationAppliedFrom | null;
|
|
1416
|
+
april2026SecurityIncidentMigrationAppliedFrom?: GetMicrofrontendsInGroupResponseProjectsItemSsoProtectionApril2026SecurityIncidentMigrationAppliedFrom | null;
|
|
1417
|
+
}
|
|
1418
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSsoProtection: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSsoProtection>;
|
|
1419
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasList = Array<string>;
|
|
1420
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasList>;
|
|
1421
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasAssigned = number | boolean;
|
|
1422
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasAssigned: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasAssigned>;
|
|
1423
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasError = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError;
|
|
1424
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasError: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError>;
|
|
1425
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAutomaticAliasesList = Array<string>;
|
|
1426
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAutomaticAliasesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAutomaticAliasesList>;
|
|
1427
|
+
/** The type of matching to perform */
|
|
1428
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcherType = "endsWith" | "equals" | "startsWith";
|
|
1429
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcherType: any;
|
|
1430
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcher {
|
|
1431
|
+
/** The type of matching to perform */
|
|
1432
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcherType;
|
|
1433
|
+
/** The pattern to match against branch names */
|
|
1434
|
+
pattern: string;
|
|
1435
|
+
}
|
|
1436
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcher: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcher>;
|
|
1437
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsItem = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem;
|
|
1438
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
1439
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsList = Array<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentBuildsItem>;
|
|
1440
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsList>;
|
|
1441
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksConclusion = "canceled" | "failed" | "skipped" | "succeeded";
|
|
1442
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksConclusion: any;
|
|
1443
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksState = "completed" | "registered" | "running";
|
|
1444
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksState: any;
|
|
1445
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueCreator = GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator;
|
|
1446
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueCreator: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator>;
|
|
1447
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueMetaMap = {
|
|
1448
|
+
[key: string]: string | undefined;
|
|
1449
|
+
};
|
|
1450
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueMetaMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueMetaMap>;
|
|
1451
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaimsMfeGroupIdsList = Array<string>;
|
|
1452
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaimsMfeGroupIdsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaimsMfeGroupIdsList>;
|
|
1453
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaims {
|
|
1454
|
+
iss: string;
|
|
1455
|
+
sub: string;
|
|
1456
|
+
scope: string;
|
|
1457
|
+
aud: string;
|
|
1458
|
+
owner: string;
|
|
1459
|
+
owner_id: string;
|
|
1460
|
+
project: string;
|
|
1461
|
+
project_id: string;
|
|
1462
|
+
environment: string;
|
|
1463
|
+
custom_environment_id?: string;
|
|
1464
|
+
mfe_group_ids?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaimsMfeGroupIdsList;
|
|
1465
|
+
plan?: string;
|
|
1466
|
+
}
|
|
1467
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaims: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaims>;
|
|
1468
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValuePlan = "enterprise" | "hobby" | "pro";
|
|
1469
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValuePlan: any;
|
|
1470
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadyState = "BLOCKED" | "BUILDING" | "CANCELED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY";
|
|
1471
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadyState: any;
|
|
1472
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadySubstate = "PROMOTED" | "ROLLING" | "STAGED";
|
|
1473
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadySubstate: any;
|
|
1474
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsValueType = "LAMBDAS";
|
|
1475
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValueType: any;
|
|
1476
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTargetsValue {
|
|
1477
|
+
id: string;
|
|
1478
|
+
alias?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasList;
|
|
1479
|
+
aliasAssigned?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAliasAssigned | null;
|
|
1480
|
+
aliasError?: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentAliasError | null;
|
|
1481
|
+
aliasFinal?: string | null;
|
|
1482
|
+
automaticAliases?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueAutomaticAliasesList;
|
|
1483
|
+
branchMatcher?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBranchMatcher;
|
|
1484
|
+
buildingAt?: number;
|
|
1485
|
+
builds?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueBuildsList;
|
|
1486
|
+
checksConclusion?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksConclusion;
|
|
1487
|
+
checksState?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueChecksState;
|
|
1488
|
+
connectBuildsEnabled?: boolean;
|
|
1489
|
+
connectConfigurationId?: string;
|
|
1490
|
+
createdAt: number;
|
|
1491
|
+
createdIn: string;
|
|
1492
|
+
creator: GetMicrofrontendsInGroupResponseProjectsItemAliasItemDeploymentCreator | null;
|
|
1493
|
+
deletedAt?: number;
|
|
1494
|
+
deploymentHostname: string;
|
|
1495
|
+
forced?: boolean;
|
|
1496
|
+
name: string;
|
|
1497
|
+
meta?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueMetaMap;
|
|
1498
|
+
monorepoManager?: string | null;
|
|
1499
|
+
oidcTokenClaims?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueOidcTokenClaims;
|
|
1500
|
+
plan: GetMicrofrontendsInGroupResponseProjectsItemTargetsValuePlan;
|
|
1501
|
+
/** Whether or not preview comments are enabled for the deployment */
|
|
1502
|
+
previewCommentsEnabled?: boolean;
|
|
1503
|
+
private: boolean;
|
|
1504
|
+
readyAt?: number;
|
|
1505
|
+
readyState: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadyState;
|
|
1506
|
+
readySubstate?: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueReadySubstate;
|
|
1507
|
+
requestedAt?: number;
|
|
1508
|
+
target?: string | null;
|
|
1509
|
+
teamId?: string | null;
|
|
1510
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemTargetsValueType;
|
|
1511
|
+
url: string;
|
|
1512
|
+
userId: string;
|
|
1513
|
+
withCache?: boolean;
|
|
1514
|
+
}
|
|
1515
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsValue>;
|
|
1516
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTargetsMap = {
|
|
1517
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemTargetsValue | undefined;
|
|
1518
|
+
};
|
|
1519
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTargetsMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTargetsMap>;
|
|
1520
|
+
/** Enum containing the actions that can be performed against a resource. Group operations are included. */
|
|
1521
|
+
export type ACLAction = "create" | "delete" | "list" | "read" | "update";
|
|
1522
|
+
export declare const ACLAction: any;
|
|
1523
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ConnectionList = Array<ACLAction>;
|
|
1524
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ConnectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ConnectionList>;
|
|
1525
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserList = Array<ACLAction>;
|
|
1526
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserList>;
|
|
1527
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserConnectionList = Array<ACLAction>;
|
|
1528
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserConnectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserConnectionList>;
|
|
1529
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserMfaConfigurationList = Array<ACLAction>;
|
|
1530
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserMfaConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserMfaConfigurationList>;
|
|
1531
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserPreferenceList = Array<ACLAction>;
|
|
1532
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserPreferenceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserPreferenceList>;
|
|
1533
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserSudoList = Array<ACLAction>;
|
|
1534
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserSudoList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserSudoList>;
|
|
1535
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAuthnList = Array<ACLAction>;
|
|
1536
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAuthnList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAuthnList>;
|
|
1537
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAccessGroupList = Array<ACLAction>;
|
|
1538
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAccessGroupList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAccessGroupList>;
|
|
1539
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAgentList = Array<ACLAction>;
|
|
1540
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAgentList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAgentList>;
|
|
1541
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyList = Array<ACLAction>;
|
|
1542
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyList>;
|
|
1543
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyOwnedBySelfList = Array<ACLAction>;
|
|
1544
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyOwnedBySelfList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyOwnedBySelfList>;
|
|
1545
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeySpendAttributionList = Array<ACLAction>;
|
|
1546
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeySpendAttributionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeySpendAttributionList>;
|
|
1547
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyZdrExemptionList = Array<ACLAction>;
|
|
1548
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyZdrExemptionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyZdrExemptionList>;
|
|
1549
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayBudgetList = Array<ACLAction>;
|
|
1550
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayBudgetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayBudgetList>;
|
|
1551
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayCreditsList = Array<ACLAction>;
|
|
1552
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayCreditsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayCreditsList>;
|
|
1553
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayPrivateModelsList = Array<ACLAction>;
|
|
1554
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayPrivateModelsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayPrivateModelsList>;
|
|
1555
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayGuardrailsList = Array<ACLAction>;
|
|
1556
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayGuardrailsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayGuardrailsList>;
|
|
1557
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayRulesList = Array<ACLAction>;
|
|
1558
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayRulesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayRulesList>;
|
|
1559
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewaySettingsList = Array<ACLAction>;
|
|
1560
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewaySettingsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewaySettingsList>;
|
|
1561
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayUsageList = Array<ACLAction>;
|
|
1562
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayUsageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayUsageList>;
|
|
1563
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayVirtualModelConfigsList = Array<ACLAction>;
|
|
1564
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayVirtualModelConfigsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayVirtualModelConfigsList>;
|
|
1565
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertsList = Array<ACLAction>;
|
|
1566
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertsList>;
|
|
1567
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertRulesList = Array<ACLAction>;
|
|
1568
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertRulesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertRulesList>;
|
|
1569
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasGlobalList = Array<ACLAction>;
|
|
1570
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasGlobalList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasGlobalList>;
|
|
1571
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsSamplingList = Array<ACLAction>;
|
|
1572
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsSamplingList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsSamplingList>;
|
|
1573
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsUsageList = Array<ACLAction>;
|
|
1574
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsUsageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsUsageList>;
|
|
1575
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyList = Array<ACLAction>;
|
|
1576
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyList>;
|
|
1577
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyAiGatewayList = Array<ACLAction>;
|
|
1578
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyAiGatewayList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyAiGatewayList>;
|
|
1579
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyOwnedBySelfList = Array<ACLAction>;
|
|
1580
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyOwnedBySelfList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyOwnedBySelfList>;
|
|
1581
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ApplicationList = Array<ACLAction>;
|
|
1582
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ApplicationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ApplicationList>;
|
|
1583
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationList = Array<ACLAction>;
|
|
1584
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationList>;
|
|
1585
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationRequestList = Array<ACLAction>;
|
|
1586
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationRequestList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationRequestList>;
|
|
1587
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAuditLogList = Array<ACLAction>;
|
|
1588
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAuditLogList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAuditLogList>;
|
|
1589
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingAddressList = Array<ACLAction>;
|
|
1590
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingAddressList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingAddressList>;
|
|
1591
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInformationList = Array<ACLAction>;
|
|
1592
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInformationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInformationList>;
|
|
1593
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceList = Array<ACLAction>;
|
|
1594
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceList>;
|
|
1595
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceEmailRecipientList = Array<ACLAction>;
|
|
1596
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceEmailRecipientList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceEmailRecipientList>;
|
|
1597
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceLanguageList = Array<ACLAction>;
|
|
1598
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceLanguageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceLanguageList>;
|
|
1599
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPlanList = Array<ACLAction>;
|
|
1600
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPlanList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPlanList>;
|
|
1601
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPurchaseOrderList = Array<ACLAction>;
|
|
1602
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPurchaseOrderList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPurchaseOrderList>;
|
|
1603
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingRefundList = Array<ACLAction>;
|
|
1604
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingRefundList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingRefundList>;
|
|
1605
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingTaxIdList = Array<ACLAction>;
|
|
1606
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingTaxIdList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingTaxIdList>;
|
|
1607
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobList = Array<ACLAction>;
|
|
1608
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobList>;
|
|
1609
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobStoreTokenSetList = Array<ACLAction>;
|
|
1610
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobStoreTokenSetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobStoreTokenSetList>;
|
|
1611
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBudgetList = Array<ACLAction>;
|
|
1612
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBudgetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBudgetList>;
|
|
1613
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactList = Array<ACLAction>;
|
|
1614
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactList>;
|
|
1615
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactUsageEventList = Array<ACLAction>;
|
|
1616
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactUsageEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactUsageEventList>;
|
|
1617
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeChecksList = Array<ACLAction>;
|
|
1618
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeChecksList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeChecksList>;
|
|
1619
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeOwnersList = Array<ACLAction>;
|
|
1620
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeOwnersList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeOwnersList>;
|
|
1621
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiInvocationsList = Array<ACLAction>;
|
|
1622
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiInvocationsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiInvocationsList>;
|
|
1623
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiLogsList = Array<ACLAction>;
|
|
1624
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiLogsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiLogsList>;
|
|
1625
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConcurrentBuildsList = Array<ACLAction>;
|
|
1626
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConcurrentBuildsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConcurrentBuildsList>;
|
|
1627
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectList = Array<ACLAction>;
|
|
1628
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectList>;
|
|
1629
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationList = Array<ACLAction>;
|
|
1630
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationList>;
|
|
1631
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectLogsList = Array<ACLAction>;
|
|
1632
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectLogsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectLogsList>;
|
|
1633
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientList = Array<ACLAction>;
|
|
1634
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientList>;
|
|
1635
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientProjectList = Array<ACLAction>;
|
|
1636
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientProjectList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientProjectList>;
|
|
1637
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexInstallationList = Array<ACLAction>;
|
|
1638
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexInstallationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexInstallationList>;
|
|
1639
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexTokenList = Array<ACLAction>;
|
|
1640
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexTokenList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexTokenList>;
|
|
1641
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineDefaultList = Array<ACLAction>;
|
|
1642
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineDefaultList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineDefaultList>;
|
|
1643
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsCursorOriginInstallationList = Array<ACLAction>;
|
|
1644
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsCursorOriginInstallationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsCursorOriginInstallationList>;
|
|
1645
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheBillingSettingsList = Array<ACLAction>;
|
|
1646
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheBillingSettingsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheBillingSettingsList>;
|
|
1647
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDefaultDeploymentProtectionList = Array<ACLAction>;
|
|
1648
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDefaultDeploymentProtectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDefaultDeploymentProtectionList>;
|
|
1649
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPolicyList = Array<ACLAction>;
|
|
1650
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPolicyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPolicyList>;
|
|
1651
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainList = Array<ACLAction>;
|
|
1652
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainList>;
|
|
1653
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAcceptDelegationList = Array<ACLAction>;
|
|
1654
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAcceptDelegationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAcceptDelegationList>;
|
|
1655
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAuthCodesList = Array<ACLAction>;
|
|
1656
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAuthCodesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAuthCodesList>;
|
|
1657
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCertificateList = Array<ACLAction>;
|
|
1658
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCertificateList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCertificateList>;
|
|
1659
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCheckConfigList = Array<ACLAction>;
|
|
1660
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCheckConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCheckConfigList>;
|
|
1661
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainMoveList = Array<ACLAction>;
|
|
1662
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainMoveList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainMoveList>;
|
|
1663
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainPurchaseList = Array<ACLAction>;
|
|
1664
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainPurchaseList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainPurchaseList>;
|
|
1665
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainRecordList = Array<ACLAction>;
|
|
1666
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainRecordList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainRecordList>;
|
|
1667
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainTransferInList = Array<ACLAction>;
|
|
1668
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainTransferInList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainTransferInList>;
|
|
1669
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDrainList = Array<ACLAction>;
|
|
1670
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDrainList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDrainList>;
|
|
1671
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigList = Array<ACLAction>;
|
|
1672
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigList>;
|
|
1673
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigItemList = Array<ACLAction>;
|
|
1674
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigItemList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigItemList>;
|
|
1675
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigSchemaList = Array<ACLAction>;
|
|
1676
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigSchemaList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigSchemaList>;
|
|
1677
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigTokenList = Array<ACLAction>;
|
|
1678
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigTokenList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigTokenList>;
|
|
1679
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEndpointVerificationList = Array<ACLAction>;
|
|
1680
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEndpointVerificationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEndpointVerificationList>;
|
|
1681
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEventList = Array<ACLAction>;
|
|
1682
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEventList>;
|
|
1683
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsFileUploadList = Array<ACLAction>;
|
|
1684
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsFileUploadList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsFileUploadList>;
|
|
1685
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsFlagsExplorerSubscriptionList = Array<ACLAction>;
|
|
1686
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsFlagsExplorerSubscriptionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsFlagsExplorerSubscriptionList>;
|
|
1687
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsGitRepositoryList = Array<ACLAction>;
|
|
1688
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsGitRepositoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsGitRepositoryList>;
|
|
1689
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsImageOptimizationNewPriceList = Array<ACLAction>;
|
|
1690
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsImageOptimizationNewPriceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsImageOptimizationNewPriceList>;
|
|
1691
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationList = Array<ACLAction>;
|
|
1692
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationList>;
|
|
1693
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationAccountList = Array<ACLAction>;
|
|
1694
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationAccountList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationAccountList>;
|
|
1695
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationList = Array<ACLAction>;
|
|
1696
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationList>;
|
|
1697
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationProjectsList = Array<ACLAction>;
|
|
1698
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationProjectsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationProjectsList>;
|
|
1699
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationRoleList = Array<ACLAction>;
|
|
1700
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationRoleList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationRoleList>;
|
|
1701
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationTransferList = Array<ACLAction>;
|
|
1702
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationTransferList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationTransferList>;
|
|
1703
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationDeploymentActionList = Array<ACLAction>;
|
|
1704
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationDeploymentActionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationDeploymentActionList>;
|
|
1705
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationEventList = Array<ACLAction>;
|
|
1706
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationEventList>;
|
|
1707
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationLogList = Array<ACLAction>;
|
|
1708
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationLogList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationLogList>;
|
|
1709
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceList = Array<ACLAction>;
|
|
1710
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceList>;
|
|
1711
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceDataList = Array<ACLAction>;
|
|
1712
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceDataList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceDataList>;
|
|
1713
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceReplCommandList = Array<ACLAction>;
|
|
1714
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceReplCommandList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceReplCommandList>;
|
|
1715
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceSecretsList = Array<ACLAction>;
|
|
1716
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceSecretsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceSecretsList>;
|
|
1717
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationSSOSessionList = Array<ACLAction>;
|
|
1718
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationSSOSessionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationSSOSessionList>;
|
|
1719
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStrictList = Array<ACLAction>;
|
|
1720
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStrictList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStrictList>;
|
|
1721
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStoreTokenSetList = Array<ACLAction>;
|
|
1722
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStoreTokenSetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStoreTokenSetList>;
|
|
1723
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationVercelConfigurationOverrideList = Array<ACLAction>;
|
|
1724
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationVercelConfigurationOverrideList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationVercelConfigurationOverrideList>;
|
|
1725
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationPullRequestList = Array<ACLAction>;
|
|
1726
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationPullRequestList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationPullRequestList>;
|
|
1727
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsIpBlockingList = Array<ACLAction>;
|
|
1728
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsIpBlockingList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsIpBlockingList>;
|
|
1729
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobGlobalList = Array<ACLAction>;
|
|
1730
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobGlobalList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobGlobalList>;
|
|
1731
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsIssuerList = Array<ACLAction>;
|
|
1732
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsIssuerList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsIssuerList>;
|
|
1733
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsProjectGrantList = Array<ACLAction>;
|
|
1734
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsProjectGrantList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsProjectGrantList>;
|
|
1735
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogDrainList = Array<ACLAction>;
|
|
1736
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogDrainList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogDrainList>;
|
|
1737
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceBillingDataList = Array<ACLAction>;
|
|
1738
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceBillingDataList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceBillingDataList>;
|
|
1739
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationEdgeConfigDataList = Array<ACLAction>;
|
|
1740
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationEdgeConfigDataList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationEdgeConfigDataList>;
|
|
1741
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationItemList = Array<ACLAction>;
|
|
1742
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationItemList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationItemList>;
|
|
1743
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceFlexCommitList = Array<ACLAction>;
|
|
1744
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceFlexCommitList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceFlexCommitList>;
|
|
1745
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInstallationMemberList = Array<ACLAction>;
|
|
1746
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInstallationMemberList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInstallationMemberList>;
|
|
1747
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInvoiceList = Array<ACLAction>;
|
|
1748
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInvoiceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInvoiceList>;
|
|
1749
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceSettingsList = Array<ACLAction>;
|
|
1750
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceSettingsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceSettingsList>;
|
|
1751
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringList = Array<ACLAction>;
|
|
1752
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringList>;
|
|
1753
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringAlertList = Array<ACLAction>;
|
|
1754
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringAlertList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringAlertList>;
|
|
1755
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringChartList = Array<ACLAction>;
|
|
1756
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringChartList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringChartList>;
|
|
1757
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringQueryList = Array<ACLAction>;
|
|
1758
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringQueryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringQueryList>;
|
|
1759
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringSettingsList = Array<ACLAction>;
|
|
1760
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringSettingsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringSettingsList>;
|
|
1761
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationCustomerBudgetList = Array<ACLAction>;
|
|
1762
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationCustomerBudgetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationCustomerBudgetList>;
|
|
1763
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDeploymentFailedList = Array<ACLAction>;
|
|
1764
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDeploymentFailedList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDeploymentFailedList>;
|
|
1765
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainConfigurationList = Array<ACLAction>;
|
|
1766
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainConfigurationList>;
|
|
1767
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainExpireList = Array<ACLAction>;
|
|
1768
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainExpireList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainExpireList>;
|
|
1769
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainMovedList = Array<ACLAction>;
|
|
1770
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainMovedList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainMovedList>;
|
|
1771
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainPurchaseList = Array<ACLAction>;
|
|
1772
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainPurchaseList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainPurchaseList>;
|
|
1773
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainRenewalList = Array<ACLAction>;
|
|
1774
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainRenewalList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainRenewalList>;
|
|
1775
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainTransferList = Array<ACLAction>;
|
|
1776
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainTransferList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainTransferList>;
|
|
1777
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainUnverifiedList = Array<ACLAction>;
|
|
1778
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainUnverifiedList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainUnverifiedList>;
|
|
1779
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationMonitoringAlertList = Array<ACLAction>;
|
|
1780
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationMonitoringAlertList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationMonitoringAlertList>;
|
|
1781
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPaymentFailedList = Array<ACLAction>;
|
|
1782
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPaymentFailedList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPaymentFailedList>;
|
|
1783
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPreferencesList = Array<ACLAction>;
|
|
1784
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPreferencesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPreferencesList>;
|
|
1785
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationStatementOfReasonsList = Array<ACLAction>;
|
|
1786
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationStatementOfReasonsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationStatementOfReasonsList>;
|
|
1787
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationUsageAlertList = Array<ACLAction>;
|
|
1788
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationUsageAlertList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationUsageAlertList>;
|
|
1789
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOidcFederationPolicyList = Array<ACLAction>;
|
|
1790
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOidcFederationPolicyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOidcFederationPolicyList>;
|
|
1791
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityConfigurationList = Array<ACLAction>;
|
|
1792
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityConfigurationList>;
|
|
1793
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityFunnelList = Array<ACLAction>;
|
|
1794
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityFunnelList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityFunnelList>;
|
|
1795
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityNotebookList = Array<ACLAction>;
|
|
1796
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityNotebookList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityNotebookList>;
|
|
1797
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOpenTelemetryEndpointList = Array<ACLAction>;
|
|
1798
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOpenTelemetryEndpointList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOpenTelemetryEndpointList>;
|
|
1799
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOwnEventList = Array<ACLAction>;
|
|
1800
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOwnEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOwnEventList>;
|
|
1801
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationList = Array<ACLAction>;
|
|
1802
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationList>;
|
|
1803
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationDomainList = Array<ACLAction>;
|
|
1804
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationDomainList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationDomainList>;
|
|
1805
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationTeamList = Array<ACLAction>;
|
|
1806
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationTeamList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationTeamList>;
|
|
1807
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionInvoiceItemList = Array<ACLAction>;
|
|
1808
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionInvoiceItemList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionInvoiceItemList>;
|
|
1809
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPaymentMethodList = Array<ACLAction>;
|
|
1810
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPaymentMethodList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPaymentMethodList>;
|
|
1811
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPermissionsList = Array<ACLAction>;
|
|
1812
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPermissionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPermissionsList>;
|
|
1813
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresList = Array<ACLAction>;
|
|
1814
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresList>;
|
|
1815
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresStoreTokenSetList = Array<ACLAction>;
|
|
1816
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresStoreTokenSetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresStoreTokenSetList>;
|
|
1817
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPreviewDeploymentSuffixList = Array<ACLAction>;
|
|
1818
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPreviewDeploymentSuffixList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPreviewDeploymentSuffixList>;
|
|
1819
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateCloudAccountList = Array<ACLAction>;
|
|
1820
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateCloudAccountList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateCloudAccountList>;
|
|
1821
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferInList = Array<ACLAction>;
|
|
1822
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferInList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferInList>;
|
|
1823
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProTrialOnboardingList = Array<ACLAction>;
|
|
1824
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProTrialOnboardingList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProTrialOnboardingList>;
|
|
1825
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsRateLimitList = Array<ACLAction>;
|
|
1826
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsRateLimitList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsRateLimitList>;
|
|
1827
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisList = Array<ACLAction>;
|
|
1828
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisList>;
|
|
1829
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisStoreTokenSetList = Array<ACLAction>;
|
|
1830
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisStoreTokenSetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisStoreTokenSetList>;
|
|
1831
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsRemoteCachingList = Array<ACLAction>;
|
|
1832
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsRemoteCachingList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsRemoteCachingList>;
|
|
1833
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsRepositoryList = Array<ACLAction>;
|
|
1834
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsRepositoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsRepositoryList>;
|
|
1835
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSamlConfigList = Array<ACLAction>;
|
|
1836
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSamlConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSamlConfigList>;
|
|
1837
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecretList = Array<ACLAction>;
|
|
1838
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecretList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecretList>;
|
|
1839
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityConfigList = Array<ACLAction>;
|
|
1840
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityConfigList>;
|
|
1841
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSensitiveEnvironmentVariablePolicyList = Array<ACLAction>;
|
|
1842
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSensitiveEnvironmentVariablePolicyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSensitiveEnvironmentVariablePolicyList>;
|
|
1843
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsList = Array<ACLAction>;
|
|
1844
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsList>;
|
|
1845
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsProductionList = Array<ACLAction>;
|
|
1846
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsProductionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsProductionList>;
|
|
1847
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceList = Array<ACLAction>;
|
|
1848
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceList>;
|
|
1849
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceRunList = Array<ACLAction>;
|
|
1850
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceRunList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceRunList>;
|
|
1851
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreIsLockedList = Array<ACLAction>;
|
|
1852
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreIsLockedList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreIsLockedList>;
|
|
1853
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTokenSetSensitiveList = Array<ACLAction>;
|
|
1854
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTokenSetSensitiveList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTokenSetSensitiveList>;
|
|
1855
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTransferList = Array<ACLAction>;
|
|
1856
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTransferList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTransferList>;
|
|
1857
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseList = Array<ACLAction>;
|
|
1858
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseList>;
|
|
1859
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseCommentList = Array<ACLAction>;
|
|
1860
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseCommentList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseCommentList>;
|
|
1861
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamList = Array<ACLAction>;
|
|
1862
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamList>;
|
|
1863
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamAccessRequestList = Array<ACLAction>;
|
|
1864
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamAccessRequestList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamAccessRequestList>;
|
|
1865
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamFellowMembershipList = Array<ACLAction>;
|
|
1866
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamFellowMembershipList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamFellowMembershipList>;
|
|
1867
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamGitExclusivityList = Array<ACLAction>;
|
|
1868
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamGitExclusivityList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamGitExclusivityList>;
|
|
1869
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteList = Array<ACLAction>;
|
|
1870
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteList>;
|
|
1871
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteCodeList = Array<ACLAction>;
|
|
1872
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteCodeList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteCodeList>;
|
|
1873
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteLinkList = Array<ACLAction>;
|
|
1874
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteLinkList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteLinkList>;
|
|
1875
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamJoinList = Array<ACLAction>;
|
|
1876
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamJoinList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamJoinList>;
|
|
1877
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMemberMfaStatusList = Array<ACLAction>;
|
|
1878
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMemberMfaStatusList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMemberMfaStatusList>;
|
|
1879
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMicrofrontendsList = Array<ACLAction>;
|
|
1880
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMicrofrontendsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMicrofrontendsList>;
|
|
1881
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipList = Array<ACLAction>;
|
|
1882
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipList>;
|
|
1883
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipDisconnectSAMLList = Array<ACLAction>;
|
|
1884
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipDisconnectSAMLList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipDisconnectSAMLList>;
|
|
1885
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamSudoList = Array<ACLAction>;
|
|
1886
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamSudoList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamSudoList>;
|
|
1887
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamTokenInvalidationList = Array<ACLAction>;
|
|
1888
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamTokenInvalidationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamTokenInvalidationList>;
|
|
1889
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTokenList = Array<ACLAction>;
|
|
1890
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTokenList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTokenList>;
|
|
1891
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsToolbarCommentList = Array<ACLAction>;
|
|
1892
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsToolbarCommentList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsToolbarCommentList>;
|
|
1893
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageList = Array<ACLAction>;
|
|
1894
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageList>;
|
|
1895
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageCycleList = Array<ACLAction>;
|
|
1896
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageCycleList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageCycleList>;
|
|
1897
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsVcrRepositoryList = Array<ACLAction>;
|
|
1898
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsVcrRepositoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsVcrRepositoryList>;
|
|
1899
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsVpcPeeringConnectionList = Array<ACLAction>;
|
|
1900
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsVpcPeeringConnectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsVpcPeeringConnectionList>;
|
|
1901
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsPlanList = Array<ACLAction>;
|
|
1902
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsPlanList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsPlanList>;
|
|
1903
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookList = Array<ACLAction>;
|
|
1904
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookList>;
|
|
1905
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookEventList = Array<ACLAction>;
|
|
1906
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookEventList>;
|
|
1907
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProjectList = Array<ACLAction>;
|
|
1908
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProjectList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProjectList>;
|
|
1909
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProtectionBypassList = Array<ACLAction>;
|
|
1910
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProtectionBypassList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProtectionBypassList>;
|
|
1911
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBulkRedirectsList = Array<ACLAction>;
|
|
1912
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBulkRedirectsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBulkRedirectsList>;
|
|
1913
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineList = Array<ACLAction>;
|
|
1914
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineList>;
|
|
1915
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationLinkList = Array<ACLAction>;
|
|
1916
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationLinkList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationLinkList>;
|
|
1917
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheNamespaceList = Array<ACLAction>;
|
|
1918
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheNamespaceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheNamespaceList>;
|
|
1919
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentList = Array<ACLAction>;
|
|
1920
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentList>;
|
|
1921
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentBuildLogsList = Array<ACLAction>;
|
|
1922
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentBuildLogsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentBuildLogsList>;
|
|
1923
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckList = Array<ACLAction>;
|
|
1924
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckList>;
|
|
1925
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckPreviewList = Array<ACLAction>;
|
|
1926
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckPreviewList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckPreviewList>;
|
|
1927
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckReRunFromProductionBranchList = Array<ACLAction>;
|
|
1928
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckReRunFromProductionBranchList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckReRunFromProductionBranchList>;
|
|
1929
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentProductionGitList = Array<ACLAction>;
|
|
1930
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentProductionGitList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentProductionGitList>;
|
|
1931
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentV0List = Array<ACLAction>;
|
|
1932
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentV0List: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentV0List>;
|
|
1933
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPreviewList = Array<ACLAction>;
|
|
1934
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPreviewList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPreviewList>;
|
|
1935
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPrivateList = Array<ACLAction>;
|
|
1936
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPrivateList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPrivateList>;
|
|
1937
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPromoteList = Array<ACLAction>;
|
|
1938
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPromoteList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPromoteList>;
|
|
1939
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentRollbackList = Array<ACLAction>;
|
|
1940
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentRollbackList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentRollbackList>;
|
|
1941
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeCacheNamespaceList = Array<ACLAction>;
|
|
1942
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeCacheNamespaceList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeCacheNamespaceList>;
|
|
1943
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsEnvironmentsList = Array<ACLAction>;
|
|
1944
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsEnvironmentsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsEnvironmentsList>;
|
|
1945
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobList = Array<ACLAction>;
|
|
1946
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobList>;
|
|
1947
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsList = Array<ACLAction>;
|
|
1948
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsList>;
|
|
1949
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsPresetList = Array<ACLAction>;
|
|
1950
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsPresetList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsPresetList>;
|
|
1951
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityDataList = Array<ACLAction>;
|
|
1952
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityDataList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityDataList>;
|
|
1953
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandBuildList = Array<ACLAction>;
|
|
1954
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandBuildList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandBuildList>;
|
|
1955
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandConcurrencyList = Array<ACLAction>;
|
|
1956
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandConcurrencyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandConcurrencyList>;
|
|
1957
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsOptionsAllowlistList = Array<ACLAction>;
|
|
1958
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsOptionsAllowlistList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsOptionsAllowlistList>;
|
|
1959
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionList = Array<ACLAction>;
|
|
1960
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionList>;
|
|
1961
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateLinkEndpointList = Array<ACLAction>;
|
|
1962
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateLinkEndpointList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateLinkEndpointList>;
|
|
1963
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProductionAliasProtectionBypassList = Array<ACLAction>;
|
|
1964
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProductionAliasProtectionBypassList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProductionAliasProtectionBypassList>;
|
|
1965
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectList = Array<ACLAction>;
|
|
1966
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectList>;
|
|
1967
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAccessGroupList = Array<ACLAction>;
|
|
1968
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAccessGroupList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAccessGroupList>;
|
|
1969
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsSamplingList = Array<ACLAction>;
|
|
1970
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsSamplingList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsSamplingList>;
|
|
1971
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsUsageList = Array<ACLAction>;
|
|
1972
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsUsageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsUsageList>;
|
|
1973
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckList = Array<ACLAction>;
|
|
1974
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckList>;
|
|
1975
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckRunList = Array<ACLAction>;
|
|
1976
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckRunList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckRunList>;
|
|
1977
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentExpirationList = Array<ACLAction>;
|
|
1978
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentExpirationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentExpirationList>;
|
|
1979
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentHookList = Array<ACLAction>;
|
|
1980
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentHookList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentHookList>;
|
|
1981
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentProtectionStrictList = Array<ACLAction>;
|
|
1982
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentProtectionStrictList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentProtectionStrictList>;
|
|
1983
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainList = Array<ACLAction>;
|
|
1984
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainList>;
|
|
1985
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainCheckConfigList = Array<ACLAction>;
|
|
1986
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainCheckConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainCheckConfigList>;
|
|
1987
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainMoveList = Array<ACLAction>;
|
|
1988
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainMoveList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainMoveList>;
|
|
1989
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainVerifyList = Array<ACLAction>;
|
|
1990
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainVerifyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainVerifyList>;
|
|
1991
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEventList = Array<ACLAction>;
|
|
1992
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEventList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEventList>;
|
|
1993
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsList = Array<ACLAction>;
|
|
1994
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsList>;
|
|
1995
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsProductionList = Array<ACLAction>;
|
|
1996
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsProductionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsProductionList>;
|
|
1997
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsUnownedByIntegrationList = Array<ACLAction>;
|
|
1998
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsUnownedByIntegrationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsUnownedByIntegrationList>;
|
|
1999
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsList = Array<ACLAction>;
|
|
2000
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsList>;
|
|
2001
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsProductionList = Array<ACLAction>;
|
|
2002
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsProductionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsProductionList>;
|
|
2003
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsSdkKeyList = Array<ACLAction>;
|
|
2004
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsSdkKeyList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsSdkKeyList>;
|
|
2005
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFromV0List = Array<ACLAction>;
|
|
2006
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFromV0List: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFromV0List>;
|
|
2007
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIdList = Array<ACLAction>;
|
|
2008
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIdList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIdList>;
|
|
2009
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIntegrationConfigurationList = Array<ACLAction>;
|
|
2010
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIntegrationConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIntegrationConfigurationList>;
|
|
2011
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectLinkList = Array<ACLAction>;
|
|
2012
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectLinkList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectLinkList>;
|
|
2013
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMemberList = Array<ACLAction>;
|
|
2014
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMemberList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMemberList>;
|
|
2015
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMonitoringList = Array<ACLAction>;
|
|
2016
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMonitoringList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMonitoringList>;
|
|
2017
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectOIDCTokenList = Array<ACLAction>;
|
|
2018
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectOIDCTokenList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectOIDCTokenList>;
|
|
2019
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectPermissionsList = Array<ACLAction>;
|
|
2020
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectPermissionsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectPermissionsList>;
|
|
2021
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProductionBranchList = Array<ACLAction>;
|
|
2022
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProductionBranchList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProductionBranchList>;
|
|
2023
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProtectionBypassList = Array<ACLAction>;
|
|
2024
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProtectionBypassList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProtectionBypassList>;
|
|
2025
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRollingReleaseList = Array<ACLAction>;
|
|
2026
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRollingReleaseList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRollingReleaseList>;
|
|
2027
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRoutesList = Array<ACLAction>;
|
|
2028
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRoutesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRoutesList>;
|
|
2029
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseList = Array<ACLAction>;
|
|
2030
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseList>;
|
|
2031
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseCommentList = Array<ACLAction>;
|
|
2032
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseCommentList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseCommentList>;
|
|
2033
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTierList = Array<ACLAction>;
|
|
2034
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTierList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTierList>;
|
|
2035
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferList = Array<ACLAction>;
|
|
2036
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferList>;
|
|
2037
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferOutList = Array<ACLAction>;
|
|
2038
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferOutList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferOutList>;
|
|
2039
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectUsageList = Array<ACLAction>;
|
|
2040
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectUsageList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectUsageList>;
|
|
2041
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsPageIntegrityList = Array<ACLAction>;
|
|
2042
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsPageIntegrityList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsPageIntegrityList>;
|
|
2043
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSeawallConfigList = Array<ACLAction>;
|
|
2044
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSeawallConfigList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSeawallConfigList>;
|
|
2045
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityPlusConfigurationList = Array<ACLAction>;
|
|
2046
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityPlusConfigurationList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityPlusConfigurationList>;
|
|
2047
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsShareableLinkStrictList = Array<ACLAction>;
|
|
2048
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsShareableLinkStrictList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsShareableLinkStrictList>;
|
|
2049
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarConnectionList = Array<ACLAction>;
|
|
2050
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarConnectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarConnectionList>;
|
|
2051
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsSkewProtectionList = Array<ACLAction>;
|
|
2052
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsSkewProtectionList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsSkewProtectionList>;
|
|
2053
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsList = Array<ACLAction>;
|
|
2054
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsList>;
|
|
2055
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedIpsList = Array<ACLAction>;
|
|
2056
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedIpsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedIpsList>;
|
|
2057
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedSourcesList = Array<ACLAction>;
|
|
2058
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedSourcesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedSourcesList>;
|
|
2059
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsV0ChatList = Array<ACLAction>;
|
|
2060
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsV0ChatList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsV0ChatList>;
|
|
2061
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelRunList = Array<ACLAction>;
|
|
2062
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelRunList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelRunList>;
|
|
2063
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsList = Array<ACLAction>;
|
|
2064
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsList>;
|
|
2065
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemPermissions {
|
|
2066
|
+
oauth2Connection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ConnectionList;
|
|
2067
|
+
user?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserList;
|
|
2068
|
+
userConnection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserConnectionList;
|
|
2069
|
+
userMfaConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserMfaConfigurationList;
|
|
2070
|
+
userPreference?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserPreferenceList;
|
|
2071
|
+
userSudo?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUserSudoList;
|
|
2072
|
+
webAuthn?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAuthnList;
|
|
2073
|
+
accessGroup?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAccessGroupList;
|
|
2074
|
+
agent?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAgentList;
|
|
2075
|
+
aiGatewayApiKey?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyList;
|
|
2076
|
+
aiGatewayApiKeyOwnedBySelf?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyOwnedBySelfList;
|
|
2077
|
+
aiGatewayApiKeySpendAttribution?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeySpendAttributionList;
|
|
2078
|
+
aiGatewayApiKeyZdrExemption?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayApiKeyZdrExemptionList;
|
|
2079
|
+
aiGatewayBudget?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayBudgetList;
|
|
2080
|
+
aiGatewayCredits?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayCreditsList;
|
|
2081
|
+
aiGatewayPrivateModels?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayPrivateModelsList;
|
|
2082
|
+
aiGatewayGuardrails?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayGuardrailsList;
|
|
2083
|
+
aiGatewayRules?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayRulesList;
|
|
2084
|
+
aiGatewaySettings?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewaySettingsList;
|
|
2085
|
+
aiGatewayUsage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayUsageList;
|
|
2086
|
+
aiGatewayVirtualModelConfigs?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAiGatewayVirtualModelConfigsList;
|
|
2087
|
+
alerts?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertsList;
|
|
2088
|
+
alertRules?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAlertRulesList;
|
|
2089
|
+
aliasGlobal?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasGlobalList;
|
|
2090
|
+
analyticsSampling?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsSamplingList;
|
|
2091
|
+
analyticsUsage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsUsageList;
|
|
2092
|
+
apiKey?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyList;
|
|
2093
|
+
apiKeyAiGateway?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyAiGatewayList;
|
|
2094
|
+
apiKeyOwnedBySelf?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsApiKeyOwnedBySelfList;
|
|
2095
|
+
oauth2Application?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOauth2ApplicationList;
|
|
2096
|
+
vercelAppInstallation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationList;
|
|
2097
|
+
vercelAppInstallationRequest?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelAppInstallationRequestList;
|
|
2098
|
+
auditLog?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAuditLogList;
|
|
2099
|
+
billingAddress?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingAddressList;
|
|
2100
|
+
billingInformation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInformationList;
|
|
2101
|
+
billingInvoice?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceList;
|
|
2102
|
+
billingInvoiceEmailRecipient?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceEmailRecipientList;
|
|
2103
|
+
billingInvoiceLanguage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingInvoiceLanguageList;
|
|
2104
|
+
billingPlan?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPlanList;
|
|
2105
|
+
billingPurchaseOrder?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingPurchaseOrderList;
|
|
2106
|
+
billingRefund?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingRefundList;
|
|
2107
|
+
billingTaxId?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBillingTaxIdList;
|
|
2108
|
+
blob?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobList;
|
|
2109
|
+
blobStoreTokenSet?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBlobStoreTokenSetList;
|
|
2110
|
+
budget?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBudgetList;
|
|
2111
|
+
cacheArtifact?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactList;
|
|
2112
|
+
cacheArtifactUsageEvent?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCacheArtifactUsageEventList;
|
|
2113
|
+
codeChecks?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeChecksList;
|
|
2114
|
+
codeOwners?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCodeOwnersList;
|
|
2115
|
+
ciInvocations?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiInvocationsList;
|
|
2116
|
+
ciLogs?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCiLogsList;
|
|
2117
|
+
concurrentBuilds?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConcurrentBuildsList;
|
|
2118
|
+
connect?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectList;
|
|
2119
|
+
connectConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationList;
|
|
2120
|
+
connectLogs?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectLogsList;
|
|
2121
|
+
connexClient?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientList;
|
|
2122
|
+
connexClientProject?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexClientProjectList;
|
|
2123
|
+
connexInstallation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexInstallationList;
|
|
2124
|
+
connexToken?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnexTokenList;
|
|
2125
|
+
buildMachineDefault?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineDefaultList;
|
|
2126
|
+
cursorOriginInstallation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsCursorOriginInstallationList;
|
|
2127
|
+
dataCacheBillingSettings?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheBillingSettingsList;
|
|
2128
|
+
defaultDeploymentProtection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDefaultDeploymentProtectionList;
|
|
2129
|
+
deploymentPolicy?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPolicyList;
|
|
2130
|
+
domain?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainList;
|
|
2131
|
+
domainAcceptDelegation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAcceptDelegationList;
|
|
2132
|
+
domainAuthCodes?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainAuthCodesList;
|
|
2133
|
+
domainCertificate?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCertificateList;
|
|
2134
|
+
domainCheckConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainCheckConfigList;
|
|
2135
|
+
domainMove?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainMoveList;
|
|
2136
|
+
domainPurchase?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainPurchaseList;
|
|
2137
|
+
domainRecord?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainRecordList;
|
|
2138
|
+
domainTransferIn?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDomainTransferInList;
|
|
2139
|
+
drain?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDrainList;
|
|
2140
|
+
edgeConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigList;
|
|
2141
|
+
edgeConfigItem?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigItemList;
|
|
2142
|
+
edgeConfigSchema?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigSchemaList;
|
|
2143
|
+
edgeConfigToken?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeConfigTokenList;
|
|
2144
|
+
endpointVerification?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEndpointVerificationList;
|
|
2145
|
+
event?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEventList;
|
|
2146
|
+
fileUpload?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsFileUploadList;
|
|
2147
|
+
flagsExplorerSubscription?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsFlagsExplorerSubscriptionList;
|
|
2148
|
+
gitRepository?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsGitRepositoryList;
|
|
2149
|
+
imageOptimizationNewPrice?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsImageOptimizationNewPriceList;
|
|
2150
|
+
integration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationList;
|
|
2151
|
+
integrationAccount?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationAccountList;
|
|
2152
|
+
integrationConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationList;
|
|
2153
|
+
integrationConfigurationProjects?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationProjectsList;
|
|
2154
|
+
integrationConfigurationRole?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationRoleList;
|
|
2155
|
+
integrationConfigurationTransfer?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationConfigurationTransferList;
|
|
2156
|
+
integrationDeploymentAction?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationDeploymentActionList;
|
|
2157
|
+
integrationEvent?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationEventList;
|
|
2158
|
+
integrationLog?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationLogList;
|
|
2159
|
+
integrationResource?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceList;
|
|
2160
|
+
integrationResourceData?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceDataList;
|
|
2161
|
+
integrationResourceReplCommand?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceReplCommandList;
|
|
2162
|
+
integrationResourceSecrets?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationResourceSecretsList;
|
|
2163
|
+
integrationSSOSession?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationSSOSessionList;
|
|
2164
|
+
integrationStrict?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStrictList;
|
|
2165
|
+
integrationStoreTokenSet?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationStoreTokenSetList;
|
|
2166
|
+
integrationVercelConfigurationOverride?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationVercelConfigurationOverrideList;
|
|
2167
|
+
integrationPullRequest?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIntegrationPullRequestList;
|
|
2168
|
+
ipBlocking?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsIpBlockingList;
|
|
2169
|
+
jobGlobal?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobGlobalList;
|
|
2170
|
+
kmsIssuer?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsIssuerList;
|
|
2171
|
+
kmsProjectGrant?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsKmsProjectGrantList;
|
|
2172
|
+
logDrain?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogDrainList;
|
|
2173
|
+
marketplaceBillingData?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceBillingDataList;
|
|
2174
|
+
marketplaceExperimentationEdgeConfigData?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationEdgeConfigDataList;
|
|
2175
|
+
marketplaceExperimentationItem?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceExperimentationItemList;
|
|
2176
|
+
marketplaceFlexCommit?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceFlexCommitList;
|
|
2177
|
+
marketplaceInstallationMember?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInstallationMemberList;
|
|
2178
|
+
marketplaceInvoice?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceInvoiceList;
|
|
2179
|
+
marketplaceSettings?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMarketplaceSettingsList;
|
|
2180
|
+
Monitoring?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringList;
|
|
2181
|
+
monitoringAlert?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringAlertList;
|
|
2182
|
+
monitoringChart?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringChartList;
|
|
2183
|
+
monitoringQuery?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringQueryList;
|
|
2184
|
+
monitoringSettings?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsMonitoringSettingsList;
|
|
2185
|
+
notificationCustomerBudget?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationCustomerBudgetList;
|
|
2186
|
+
notificationDeploymentFailed?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDeploymentFailedList;
|
|
2187
|
+
notificationDomainConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainConfigurationList;
|
|
2188
|
+
notificationDomainExpire?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainExpireList;
|
|
2189
|
+
notificationDomainMoved?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainMovedList;
|
|
2190
|
+
notificationDomainPurchase?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainPurchaseList;
|
|
2191
|
+
notificationDomainRenewal?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainRenewalList;
|
|
2192
|
+
notificationDomainTransfer?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainTransferList;
|
|
2193
|
+
notificationDomainUnverified?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationDomainUnverifiedList;
|
|
2194
|
+
NotificationMonitoringAlert?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationMonitoringAlertList;
|
|
2195
|
+
notificationPaymentFailed?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPaymentFailedList;
|
|
2196
|
+
notificationPreferences?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationPreferencesList;
|
|
2197
|
+
notificationStatementOfReasons?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationStatementOfReasonsList;
|
|
2198
|
+
notificationUsageAlert?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsNotificationUsageAlertList;
|
|
2199
|
+
oidcFederationPolicy?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOidcFederationPolicyList;
|
|
2200
|
+
observabilityConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityConfigurationList;
|
|
2201
|
+
observabilityFunnel?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityFunnelList;
|
|
2202
|
+
observabilityNotebook?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityNotebookList;
|
|
2203
|
+
openTelemetryEndpoint?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOpenTelemetryEndpointList;
|
|
2204
|
+
ownEvent?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOwnEventList;
|
|
2205
|
+
organization?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationList;
|
|
2206
|
+
organizationDomain?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationDomainList;
|
|
2207
|
+
organizationTeam?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOrganizationTeamList;
|
|
2208
|
+
passwordProtectionInvoiceItem?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionInvoiceItemList;
|
|
2209
|
+
paymentMethod?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPaymentMethodList;
|
|
2210
|
+
permissions?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPermissionsList;
|
|
2211
|
+
postgres?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresList;
|
|
2212
|
+
postgresStoreTokenSet?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPostgresStoreTokenSetList;
|
|
2213
|
+
previewDeploymentSuffix?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPreviewDeploymentSuffixList;
|
|
2214
|
+
privateCloudAccount?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateCloudAccountList;
|
|
2215
|
+
projectTransferIn?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferInList;
|
|
2216
|
+
proTrialOnboarding?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProTrialOnboardingList;
|
|
2217
|
+
rateLimit?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsRateLimitList;
|
|
2218
|
+
redis?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisList;
|
|
2219
|
+
redisStoreTokenSet?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsRedisStoreTokenSetList;
|
|
2220
|
+
remoteCaching?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsRemoteCachingList;
|
|
2221
|
+
repository?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsRepositoryList;
|
|
2222
|
+
samlConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSamlConfigList;
|
|
2223
|
+
secret?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecretList;
|
|
2224
|
+
securityConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityConfigList;
|
|
2225
|
+
sensitiveEnvironmentVariablePolicy?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSensitiveEnvironmentVariablePolicyList;
|
|
2226
|
+
sharedEnvVars?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsList;
|
|
2227
|
+
sharedEnvVarsProduction?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarsProductionList;
|
|
2228
|
+
space?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceList;
|
|
2229
|
+
spaceRun?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSpaceRunList;
|
|
2230
|
+
storeIsLocked?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreIsLockedList;
|
|
2231
|
+
storeTokenSetSensitive?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTokenSetSensitiveList;
|
|
2232
|
+
storeTransfer?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsStoreTransferList;
|
|
2233
|
+
supportCase?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseList;
|
|
2234
|
+
supportCaseComment?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSupportCaseCommentList;
|
|
2235
|
+
team?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamList;
|
|
2236
|
+
teamAccessRequest?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamAccessRequestList;
|
|
2237
|
+
teamFellowMembership?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamFellowMembershipList;
|
|
2238
|
+
teamGitExclusivity?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamGitExclusivityList;
|
|
2239
|
+
teamInvite?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteList;
|
|
2240
|
+
teamInviteCode?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteCodeList;
|
|
2241
|
+
teamInviteLink?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamInviteLinkList;
|
|
2242
|
+
teamJoin?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamJoinList;
|
|
2243
|
+
teamMemberMfaStatus?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMemberMfaStatusList;
|
|
2244
|
+
teamMicrofrontends?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamMicrofrontendsList;
|
|
2245
|
+
teamOwnMembership?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipList;
|
|
2246
|
+
teamOwnMembershipDisconnectSAML?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamOwnMembershipDisconnectSAMLList;
|
|
2247
|
+
teamSudo?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamSudoList;
|
|
2248
|
+
teamTokenInvalidation?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTeamTokenInvalidationList;
|
|
2249
|
+
token?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTokenList;
|
|
2250
|
+
toolbarComment?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsToolbarCommentList;
|
|
2251
|
+
usage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageList;
|
|
2252
|
+
usageCycle?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsUsageCycleList;
|
|
2253
|
+
vcrRepository?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsVcrRepositoryList;
|
|
2254
|
+
vpcPeeringConnection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsVpcPeeringConnectionList;
|
|
2255
|
+
webAnalyticsPlan?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsPlanList;
|
|
2256
|
+
webhook?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookList;
|
|
2257
|
+
webhook_event?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebhookEventList;
|
|
2258
|
+
aliasProject?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProjectList;
|
|
2259
|
+
aliasProtectionBypass?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAliasProtectionBypassList;
|
|
2260
|
+
bulkRedirects?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBulkRedirectsList;
|
|
2261
|
+
buildMachine?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsBuildMachineList;
|
|
2262
|
+
connectConfigurationLink?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsConnectConfigurationLinkList;
|
|
2263
|
+
dataCacheNamespace?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDataCacheNamespaceList;
|
|
2264
|
+
deployment?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentList;
|
|
2265
|
+
deploymentBuildLogs?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentBuildLogsList;
|
|
2266
|
+
deploymentCheck?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckList;
|
|
2267
|
+
deploymentCheckPreview?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckPreviewList;
|
|
2268
|
+
deploymentCheckReRunFromProductionBranch?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentCheckReRunFromProductionBranchList;
|
|
2269
|
+
deploymentProductionGit?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentProductionGitList;
|
|
2270
|
+
deploymentV0?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentV0List;
|
|
2271
|
+
deploymentPreview?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPreviewList;
|
|
2272
|
+
deploymentPrivate?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPrivateList;
|
|
2273
|
+
deploymentPromote?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentPromoteList;
|
|
2274
|
+
deploymentRollback?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsDeploymentRollbackList;
|
|
2275
|
+
edgeCacheNamespace?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEdgeCacheNamespaceList;
|
|
2276
|
+
environments?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsEnvironmentsList;
|
|
2277
|
+
job?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsJobList;
|
|
2278
|
+
logs?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsList;
|
|
2279
|
+
logsPreset?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsLogsPresetList;
|
|
2280
|
+
observabilityData?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsObservabilityDataList;
|
|
2281
|
+
onDemandBuild?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandBuildList;
|
|
2282
|
+
onDemandConcurrency?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOnDemandConcurrencyList;
|
|
2283
|
+
optionsAllowlist?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsOptionsAllowlistList;
|
|
2284
|
+
passwordProtection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPasswordProtectionList;
|
|
2285
|
+
privateLinkEndpoint?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPrivateLinkEndpointList;
|
|
2286
|
+
productionAliasProtectionBypass?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProductionAliasProtectionBypassList;
|
|
2287
|
+
project?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectList;
|
|
2288
|
+
projectAccessGroup?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAccessGroupList;
|
|
2289
|
+
projectAnalyticsSampling?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsSamplingList;
|
|
2290
|
+
projectAnalyticsUsage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectAnalyticsUsageList;
|
|
2291
|
+
projectCheck?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckList;
|
|
2292
|
+
projectCheckRun?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectCheckRunList;
|
|
2293
|
+
projectDeploymentExpiration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentExpirationList;
|
|
2294
|
+
projectDeploymentHook?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentHookList;
|
|
2295
|
+
projectDeploymentProtectionStrict?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDeploymentProtectionStrictList;
|
|
2296
|
+
projectDomain?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainList;
|
|
2297
|
+
projectDomainCheckConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainCheckConfigList;
|
|
2298
|
+
projectDomainMove?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainMoveList;
|
|
2299
|
+
projectDomainVerify?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectDomainVerifyList;
|
|
2300
|
+
projectEvent?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEventList;
|
|
2301
|
+
projectEnvVars?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsList;
|
|
2302
|
+
projectEnvVarsProduction?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsProductionList;
|
|
2303
|
+
projectEnvVarsUnownedByIntegration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectEnvVarsUnownedByIntegrationList;
|
|
2304
|
+
projectFlags?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsList;
|
|
2305
|
+
projectFlagsProduction?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsProductionList;
|
|
2306
|
+
projectFlagsSdkKey?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFlagsSdkKeyList;
|
|
2307
|
+
projectFromV0?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectFromV0List;
|
|
2308
|
+
projectId?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIdList;
|
|
2309
|
+
projectIntegrationConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectIntegrationConfigurationList;
|
|
2310
|
+
projectLink?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectLinkList;
|
|
2311
|
+
projectMember?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMemberList;
|
|
2312
|
+
projectMonitoring?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectMonitoringList;
|
|
2313
|
+
projectOIDCToken?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectOIDCTokenList;
|
|
2314
|
+
projectPermissions?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectPermissionsList;
|
|
2315
|
+
projectProductionBranch?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProductionBranchList;
|
|
2316
|
+
projectProtectionBypass?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectProtectionBypassList;
|
|
2317
|
+
projectRollingRelease?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRollingReleaseList;
|
|
2318
|
+
projectRoutes?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectRoutesList;
|
|
2319
|
+
projectSupportCase?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseList;
|
|
2320
|
+
projectSupportCaseComment?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectSupportCaseCommentList;
|
|
2321
|
+
projectTier?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTierList;
|
|
2322
|
+
projectTransfer?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferList;
|
|
2323
|
+
projectTransferOut?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectTransferOutList;
|
|
2324
|
+
projectUsage?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsProjectUsageList;
|
|
2325
|
+
pageIntegrity?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsPageIntegrityList;
|
|
2326
|
+
seawallConfig?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSeawallConfigList;
|
|
2327
|
+
securityPlusConfiguration?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSecurityPlusConfigurationList;
|
|
2328
|
+
shareableLinkStrict?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsShareableLinkStrictList;
|
|
2329
|
+
sharedEnvVarConnection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSharedEnvVarConnectionList;
|
|
2330
|
+
skewProtection?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsSkewProtectionList;
|
|
2331
|
+
analytics?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsAnalyticsList;
|
|
2332
|
+
trustedIps?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedIpsList;
|
|
2333
|
+
trustedSources?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsTrustedSourcesList;
|
|
2334
|
+
v0Chat?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsV0ChatList;
|
|
2335
|
+
vercelRun?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsVercelRunList;
|
|
2336
|
+
webAnalytics?: GetMicrofrontendsInGroupResponseProjectsItemPermissionsWebAnalyticsList;
|
|
2337
|
+
}
|
|
2338
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemPermissions: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemPermissions>;
|
|
2339
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestJobStatus = "failed" | "in-progress" | "pending" | "skipped" | "succeeded";
|
|
2340
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestJobStatus: any;
|
|
2341
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestType = "promote" | "rollback";
|
|
2342
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestType: any;
|
|
2343
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequest {
|
|
2344
|
+
fromDeploymentId: string | null;
|
|
2345
|
+
toDeploymentId: string;
|
|
2346
|
+
/** If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release. */
|
|
2347
|
+
fromRollingReleaseId?: string;
|
|
2348
|
+
jobStatus: GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestJobStatus;
|
|
2349
|
+
requestedAt: number;
|
|
2350
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequestType;
|
|
2351
|
+
}
|
|
2352
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequest: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequest>;
|
|
2353
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0Scope = "integration-automation-bypass";
|
|
2354
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0Scope: any;
|
|
2355
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0 {
|
|
2356
|
+
createdAt: number;
|
|
2357
|
+
createdBy: string;
|
|
2358
|
+
scope: GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0Scope;
|
|
2359
|
+
integrationId: string;
|
|
2360
|
+
configurationId: string;
|
|
2361
|
+
}
|
|
2362
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0>;
|
|
2363
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1Scope = "automation-bypass";
|
|
2364
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1Scope: any;
|
|
2365
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1 {
|
|
2366
|
+
createdAt: number;
|
|
2367
|
+
createdBy: string;
|
|
2368
|
+
scope: GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1Scope;
|
|
2369
|
+
/** When there was only one bypass, it was automatically set as an env var on deployments. With multiple bypasses, there is always one bypass that is selected as the default, and gets set as an env var on deployments. As this is a new field, undefined means that the bypass is the env var. If there are any automation bypasses, exactly one must be the env var. */
|
|
2370
|
+
isEnvVar?: boolean;
|
|
2371
|
+
/** Optional note about the bypass to be displayed in the UI */
|
|
2372
|
+
note?: string;
|
|
2373
|
+
}
|
|
2374
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1>;
|
|
2375
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValue = GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase0 | GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValueCase1;
|
|
2376
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValue>;
|
|
2377
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassMap = {
|
|
2378
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassValue | undefined;
|
|
2379
|
+
};
|
|
2380
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassMap>;
|
|
2381
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0DeploymentType = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews" | "production";
|
|
2382
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0DeploymentType: any;
|
|
2383
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesItem {
|
|
2384
|
+
value: string;
|
|
2385
|
+
note?: string;
|
|
2386
|
+
}
|
|
2387
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesItem>;
|
|
2388
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesList = Array<GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesItem>;
|
|
2389
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesList>;
|
|
2390
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0ProtectionMode = "additional" | "exclusive";
|
|
2391
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0ProtectionMode: any;
|
|
2392
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0 {
|
|
2393
|
+
deploymentType: GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0DeploymentType;
|
|
2394
|
+
addresses: GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0AddressesList;
|
|
2395
|
+
protectionMode: GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0ProtectionMode;
|
|
2396
|
+
}
|
|
2397
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0>;
|
|
2398
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1DeploymentType = "all" | "all_except_custom_domains" | "preview" | "prod_deployment_urls_and_all_previews" | "production";
|
|
2399
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1DeploymentType: any;
|
|
2400
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1 {
|
|
2401
|
+
deploymentType: GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1DeploymentType;
|
|
2402
|
+
}
|
|
2403
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1>;
|
|
2404
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedIps = GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase0 | GetMicrofrontendsInGroupResponseProjectsItemTrustedIpsCase1;
|
|
2405
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedIps: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedIps>;
|
|
2406
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2407
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0SlugsList = Array<string>;
|
|
2408
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0SlugsList>;
|
|
2409
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0Preset = "all-custom";
|
|
2410
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0Preset: any;
|
|
2411
|
+
/** The source envs on the trusted project that are allowed to access `to`. */
|
|
2412
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0 {
|
|
2413
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2414
|
+
slugs: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0SlugsList;
|
|
2415
|
+
preset?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0Preset;
|
|
2416
|
+
}
|
|
2417
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0>;
|
|
2418
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2419
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1SlugsList = Array<string>;
|
|
2420
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1SlugsList>;
|
|
2421
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1Preset = "all-custom";
|
|
2422
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1Preset: any;
|
|
2423
|
+
/** The source envs on the trusted project that are allowed to access `to`. */
|
|
2424
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1 {
|
|
2425
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2426
|
+
slugs?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1SlugsList;
|
|
2427
|
+
preset: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1Preset;
|
|
2428
|
+
}
|
|
2429
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1>;
|
|
2430
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFrom = GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase0 | GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFromCase1;
|
|
2431
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFrom: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFrom>;
|
|
2432
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2433
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0SlugsList = Array<string>;
|
|
2434
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0SlugsList>;
|
|
2435
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0Preset = "all-custom";
|
|
2436
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0Preset: any;
|
|
2437
|
+
/** The target envs on the current project that may be accessed. */
|
|
2438
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0 {
|
|
2439
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2440
|
+
slugs: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0SlugsList;
|
|
2441
|
+
preset?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0Preset;
|
|
2442
|
+
}
|
|
2443
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0>;
|
|
2444
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2445
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1SlugsList = Array<string>;
|
|
2446
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1SlugsList>;
|
|
2447
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1Preset = "all-custom";
|
|
2448
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1Preset: any;
|
|
2449
|
+
/** The target envs on the current project that may be accessed. */
|
|
2450
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1 {
|
|
2451
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2452
|
+
slugs?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1SlugsList;
|
|
2453
|
+
preset: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1Preset;
|
|
2454
|
+
}
|
|
2455
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1>;
|
|
2456
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemTo = GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase0 | GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemToCase1;
|
|
2457
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemTo: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemTo>;
|
|
2458
|
+
/** Optional overrides for the default same-env-by-slug matching. Provide explicit rules to allow cross-env access or presets. */
|
|
2459
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItem {
|
|
2460
|
+
from: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemFrom;
|
|
2461
|
+
to: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItemTo;
|
|
2462
|
+
}
|
|
2463
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItem>;
|
|
2464
|
+
/** Optional overrides for the default same-env-by-slug matching. Provide explicit rules to allow cross-env access or presets. */
|
|
2465
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowList = Array<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowItem>;
|
|
2466
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowList>;
|
|
2467
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValue {
|
|
2468
|
+
label?: string;
|
|
2469
|
+
/** Optional overrides for the default same-env-by-slug matching. Provide explicit rules to allow cross-env access or presets. */
|
|
2470
|
+
customAllow?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValueCustomAllowList;
|
|
2471
|
+
}
|
|
2472
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValue>;
|
|
2473
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsMap = {
|
|
2474
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsValue | undefined;
|
|
2475
|
+
};
|
|
2476
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsMap>;
|
|
2477
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2478
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0SlugsList = Array<string>;
|
|
2479
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0SlugsList>;
|
|
2480
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0Preset = "all-custom";
|
|
2481
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0Preset: any;
|
|
2482
|
+
/** The target envs on the current project that may be accessed. */
|
|
2483
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0 {
|
|
2484
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2485
|
+
slugs: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0SlugsList;
|
|
2486
|
+
preset?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0Preset;
|
|
2487
|
+
}
|
|
2488
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0>;
|
|
2489
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2490
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1SlugsList = Array<string>;
|
|
2491
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1SlugsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1SlugsList>;
|
|
2492
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1Preset = "all-custom";
|
|
2493
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1Preset: any;
|
|
2494
|
+
/** The target envs on the current project that may be accessed. */
|
|
2495
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1 {
|
|
2496
|
+
/** System environment slugs (`production`, `preview`) and/or custom environment slugs defined on the referenced project. */
|
|
2497
|
+
slugs?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1SlugsList;
|
|
2498
|
+
preset: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1Preset;
|
|
2499
|
+
}
|
|
2500
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1>;
|
|
2501
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemTo = GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase0 | GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemToCase1;
|
|
2502
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemTo: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemTo>;
|
|
2503
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsValueList = Array<string>;
|
|
2504
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsValueList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsValueList>;
|
|
2505
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsMap = {
|
|
2506
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsValueList | undefined;
|
|
2507
|
+
};
|
|
2508
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsMap>;
|
|
2509
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItem {
|
|
2510
|
+
to: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemTo;
|
|
2511
|
+
label?: string;
|
|
2512
|
+
claims: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItemClaimsMap;
|
|
2513
|
+
}
|
|
2514
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItem>;
|
|
2515
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueList = Array<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueItem>;
|
|
2516
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueList>;
|
|
2517
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersMap = {
|
|
2518
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersValueList | undefined;
|
|
2519
|
+
};
|
|
2520
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersMap>;
|
|
2521
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTrustedSources {
|
|
2522
|
+
projects?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesProjectsMap;
|
|
2523
|
+
oidcProviders?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSourcesOidcProvidersMap;
|
|
2524
|
+
}
|
|
2525
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTrustedSources: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTrustedSources>;
|
|
2526
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemGitComments {
|
|
2527
|
+
/** Whether the Vercel bot should comment on PRs */
|
|
2528
|
+
onPullRequest: boolean;
|
|
2529
|
+
/** Whether the Vercel bot should comment on commits */
|
|
2530
|
+
onCommit: boolean;
|
|
2531
|
+
}
|
|
2532
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemGitComments: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemGitComments>;
|
|
2533
|
+
/** Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead */
|
|
2534
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsCreateDeployments = "disabled" | "enabled";
|
|
2535
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsCreateDeployments: any;
|
|
2536
|
+
/** Configuration for consolidated git commit status reporting. When enabled, Vercel will post a single consolidated commit status instead of individual statuses for each deployment. */
|
|
2537
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsConsolidatedGitCommitStatus {
|
|
2538
|
+
/** Whether consolidated commit status is enabled. */
|
|
2539
|
+
enabled: boolean;
|
|
2540
|
+
/** Whether to propagate individual deployment failures to the consolidated status. */
|
|
2541
|
+
propagateFailures: boolean;
|
|
2542
|
+
}
|
|
2543
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsConsolidatedGitCommitStatus: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsConsolidatedGitCommitStatus>;
|
|
2544
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptions {
|
|
2545
|
+
/** Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead */
|
|
2546
|
+
createDeployments: GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsCreateDeployments;
|
|
2547
|
+
/** Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events - `true`: disable repository-dispatch events for this project (explicit override of the team setting). - `false`: enable repository-dispatch events for this project (explicit override of the team setting). - absent: inherit from `team.disableRepositoryDispatchEvents`. */
|
|
2548
|
+
disableRepositoryDispatchEvents?: boolean;
|
|
2549
|
+
/** Whether the project requires commits to be signed & verified before deployments will be created. - `true`: require verified commits for this project (explicit override of the team setting). - `false`: do not require verified commits (explicit override of the team setting). - absent: inherit from `team.requireVerifiedCommits`. */
|
|
2550
|
+
requireVerifiedCommits?: boolean;
|
|
2551
|
+
/** Whether Vercel should post commit statuses for this project. When omitted, commit statuses remain enabled. */
|
|
2552
|
+
gitCommitStatus?: boolean;
|
|
2553
|
+
/** Configuration for consolidated git commit status reporting. When enabled, Vercel will post a single consolidated commit status instead of individual statuses for each deployment. */
|
|
2554
|
+
consolidatedGitCommitStatus?: GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptionsConsolidatedGitCommitStatus;
|
|
2555
|
+
}
|
|
2556
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptions: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptions>;
|
|
2557
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemWebAnalytics {
|
|
2558
|
+
id: string;
|
|
2559
|
+
disabledAt?: number;
|
|
2560
|
+
canceledAt?: number;
|
|
2561
|
+
enabledAt?: number;
|
|
2562
|
+
hasData?: boolean;
|
|
2563
|
+
}
|
|
2564
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemWebAnalytics: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemWebAnalytics>;
|
|
2565
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueAction = "allow" | "bypass" | "challenge" | "deny" | "log" | "rate_limit" | "redirect";
|
|
2566
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueAction: any;
|
|
2567
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAlgo = "fixed_window" | "token_bucket";
|
|
2568
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAlgo: any;
|
|
2569
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitKeysList = Array<string>;
|
|
2570
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitKeysList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitKeysList>;
|
|
2571
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAction = "challenge" | "deny" | "log" | "rate_limit";
|
|
2572
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAction: any;
|
|
2573
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimit {
|
|
2574
|
+
algo: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAlgo;
|
|
2575
|
+
window: number;
|
|
2576
|
+
limit: number;
|
|
2577
|
+
keys: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitKeysList;
|
|
2578
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimitAction | null;
|
|
2579
|
+
}
|
|
2580
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimit: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimit>;
|
|
2581
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRedirect {
|
|
2582
|
+
location: string;
|
|
2583
|
+
permanent: boolean;
|
|
2584
|
+
}
|
|
2585
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRedirect: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRedirect>;
|
|
2586
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase0List = Array<string>;
|
|
2587
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase0List: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase0List>;
|
|
2588
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase1 = "*";
|
|
2589
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase1: any;
|
|
2590
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeaders = GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase0List | GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeadersCase1;
|
|
2591
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeaders: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeaders>;
|
|
2592
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValue {
|
|
2593
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueAction;
|
|
2594
|
+
rateLimit?: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRateLimit | null;
|
|
2595
|
+
redirect?: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueRedirect | null;
|
|
2596
|
+
actionDuration?: string | null;
|
|
2597
|
+
bypassSystem?: boolean | null;
|
|
2598
|
+
logHeaders?: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValueLogHeaders;
|
|
2599
|
+
}
|
|
2600
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValue>;
|
|
2601
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsMap = {
|
|
2602
|
+
[key: string]: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsValue | undefined;
|
|
2603
|
+
};
|
|
2604
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsMap: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsMap>;
|
|
2605
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityFirewallBypassIpsList = Array<string>;
|
|
2606
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityFirewallBypassIpsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityFirewallBypassIpsList>;
|
|
2607
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRulesetAction = "challenge" | "deny" | "log";
|
|
2608
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRulesetAction: any;
|
|
2609
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRuleset {
|
|
2610
|
+
active: boolean;
|
|
2611
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRulesetAction;
|
|
2612
|
+
}
|
|
2613
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRuleset: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRuleset>;
|
|
2614
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSourcesAction = "challenge" | "deny" | "log";
|
|
2615
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSourcesAction: any;
|
|
2616
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSources {
|
|
2617
|
+
active: boolean;
|
|
2618
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSourcesAction;
|
|
2619
|
+
}
|
|
2620
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSources: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSources>;
|
|
2621
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilterAction = "challenge" | "deny" | "log";
|
|
2622
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilterAction: any;
|
|
2623
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilter {
|
|
2624
|
+
active: boolean;
|
|
2625
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilterAction;
|
|
2626
|
+
}
|
|
2627
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilter: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilter>;
|
|
2628
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBotsAction = "challenge" | "deny" | "log";
|
|
2629
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBotsAction: any;
|
|
2630
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBots {
|
|
2631
|
+
active: boolean;
|
|
2632
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBotsAction;
|
|
2633
|
+
}
|
|
2634
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBots: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBots>;
|
|
2635
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwaspAction = "challenge" | "deny" | "log";
|
|
2636
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwaspAction: any;
|
|
2637
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwasp {
|
|
2638
|
+
active: boolean;
|
|
2639
|
+
action?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwaspAction;
|
|
2640
|
+
}
|
|
2641
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwasp: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwasp>;
|
|
2642
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRules {
|
|
2643
|
+
vercel_ruleset: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesVercelRuleset;
|
|
2644
|
+
traffic_sources: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesTrafficSources;
|
|
2645
|
+
bot_filter: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesBotFilter;
|
|
2646
|
+
ai_bots: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesAiBots;
|
|
2647
|
+
owasp: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRulesOwasp;
|
|
2648
|
+
}
|
|
2649
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRules: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRules>;
|
|
2650
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase0List = Array<string>;
|
|
2651
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase0List: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase0List>;
|
|
2652
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase1 = "*";
|
|
2653
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase1: any;
|
|
2654
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeaders = GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase0List | GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeadersCase1;
|
|
2655
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeaders: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeaders>;
|
|
2656
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecuritySecurityPlusMetadata {
|
|
2657
|
+
updatedAt: number;
|
|
2658
|
+
/** Timestamp when the feature was first enabled. Never changes after initial enablement. */
|
|
2659
|
+
firstEnabledAt?: number;
|
|
2660
|
+
}
|
|
2661
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecuritySecurityPlusMetadata: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecuritySecurityPlusMetadata>;
|
|
2662
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemSecurity {
|
|
2663
|
+
attackModeEnabled?: boolean;
|
|
2664
|
+
attackModeUpdatedAt?: number;
|
|
2665
|
+
firewallEnabled?: boolean;
|
|
2666
|
+
firewallUpdatedAt?: number;
|
|
2667
|
+
attackModeActiveUntil?: number | null;
|
|
2668
|
+
firewallConfigVersion?: number;
|
|
2669
|
+
rulesets?: GetMicrofrontendsInGroupResponseProjectsItemSecurityRulesetsMap;
|
|
2670
|
+
firewallSeawallEnabled?: boolean;
|
|
2671
|
+
ja3Enabled?: boolean;
|
|
2672
|
+
ja4Enabled?: boolean;
|
|
2673
|
+
firewallBypassIps?: GetMicrofrontendsInGroupResponseProjectsItemSecurityFirewallBypassIpsList;
|
|
2674
|
+
managedRules?: GetMicrofrontendsInGroupResponseProjectsItemSecurityManagedRules | null;
|
|
2675
|
+
botIdEnabled?: boolean;
|
|
2676
|
+
log_headers?: GetMicrofrontendsInGroupResponseProjectsItemSecurityLogHeaders;
|
|
2677
|
+
securityPlus?: boolean;
|
|
2678
|
+
securityPlusMetadata?: GetMicrofrontendsInGroupResponseProjectsItemSecuritySecurityPlusMetadata;
|
|
2679
|
+
/** Whether Page Integrity is enabled for this project. Used by the metadata service to gate DynamoDB lookups against the page-integrity-inventory table. */
|
|
2680
|
+
pageIntegrityEnabled?: boolean;
|
|
2681
|
+
}
|
|
2682
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemSecurity: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemSecurity>;
|
|
2683
|
+
/** - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com` */
|
|
2684
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfigIssuerMode = "global" | "team";
|
|
2685
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfigIssuerMode: any;
|
|
2686
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfig {
|
|
2687
|
+
/** Whether or not to generate OpenID Connect JSON Web Tokens. */
|
|
2688
|
+
enabled?: boolean;
|
|
2689
|
+
/** - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com` */
|
|
2690
|
+
issuerMode?: GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfigIssuerMode;
|
|
2691
|
+
}
|
|
2692
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfig: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfig>;
|
|
2693
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0Provider = "bitbucket" | "github";
|
|
2694
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0Provider: any;
|
|
2695
|
+
/** Allowlist entry for GitHub and Bitbucket, whose repos are identified by a flat `org`/`repo` (Bitbucket's workspace/owner maps to `org`, its repo slug to `repo`). Omit `repo` to match any repo in the org. Org is matched case-insensitively. */
|
|
2696
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0 {
|
|
2697
|
+
provider: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0Provider;
|
|
2698
|
+
org: string;
|
|
2699
|
+
repo?: string;
|
|
2700
|
+
}
|
|
2701
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0>;
|
|
2702
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1Provider = "gitlab";
|
|
2703
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1Provider: any;
|
|
2704
|
+
/** Allowlist entry for GitLab, which uses nested groups rather than a flat org/repo. `namespace` is the full group path (e.g. `group` or `group/subgroup`); `project` is the leaf project name. Omit `project` to match any project under the namespace. Namespace is matched case-insensitively. */
|
|
2705
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1 {
|
|
2706
|
+
provider: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1Provider;
|
|
2707
|
+
namespace: string;
|
|
2708
|
+
project?: string;
|
|
2709
|
+
}
|
|
2710
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1>;
|
|
2711
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItem = GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItemCase1;
|
|
2712
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItem>;
|
|
2713
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesItem>;
|
|
2714
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesList>;
|
|
2715
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Type = "system";
|
|
2716
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Type: any;
|
|
2717
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Target = "preview" | "production";
|
|
2718
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Target: any;
|
|
2719
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0 {
|
|
2720
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Type;
|
|
2721
|
+
target: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0Target;
|
|
2722
|
+
}
|
|
2723
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0>;
|
|
2724
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1Type = "custom";
|
|
2725
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1Type: any;
|
|
2726
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1 {
|
|
2727
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1Type;
|
|
2728
|
+
environmentId: string;
|
|
2729
|
+
}
|
|
2730
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1>;
|
|
2731
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItem = GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItemCase1;
|
|
2732
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItem>;
|
|
2733
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsItem>;
|
|
2734
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsList>;
|
|
2735
|
+
/** `enabled: true` with empty `sources` is deny-all. */
|
|
2736
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItem {
|
|
2737
|
+
sources: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemSourcesList;
|
|
2738
|
+
enabled: boolean;
|
|
2739
|
+
environments: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItemEnvironmentsList;
|
|
2740
|
+
}
|
|
2741
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItem>;
|
|
2742
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesItem>;
|
|
2743
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesList>;
|
|
2744
|
+
/** Customer-configurable deployment sources. Every deploy classifies to exactly one. JSON schema in `packages/deployment-policy/schemas/body.ts` enumerates exactly these values. - `'git'` — git provider webhook. - `'cli'` — Vercel CLI (legacy classic-token CLI and SIWV CLI both). - `'rest-api'` — direct user/team-token REST upload. Does NOT cover deploy hooks, Marketplace integrations, or first-party app tokens. - `'deploy-hook'` — project deploy-hook URL. The URL is the credential. - `'integration'` — third-party Marketplace actor: Marketplace integration token, user-delegated OAuth from a Marketplace app, or an unrecognized third-party Vercel App. First-party Vercel Apps are never `'integration'`. - `'v0'` — the v0 product surface (entitlement-gated). v0 deploys through the CLI under the hood, but classifies as its own source so a team can allow or deny v0 independently of `'cli'`. First-party Vercel apps (Toolbar, etc.) classify as `'first-party'` — see `ClassifiedSource` in `./checks`. They're not in this union because they aren't customer-configurable; they bypass `checkDeploymentSources` entirely. v0 is intentionally NOT among them: like the CLI, it's a real product surface and is policy-controllable. */
|
|
2745
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesItem = "cli" | "deploy-hook" | "git" | "integration" | "rest-api" | "v0";
|
|
2746
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesItem: any;
|
|
2747
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesItem>;
|
|
2748
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesList>;
|
|
2749
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Type = "system";
|
|
2750
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Type: any;
|
|
2751
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Target = "preview" | "production";
|
|
2752
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Target: any;
|
|
2753
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0 {
|
|
2754
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Type;
|
|
2755
|
+
target: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0Target;
|
|
2756
|
+
}
|
|
2757
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0>;
|
|
2758
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1Type = "custom";
|
|
2759
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1Type: any;
|
|
2760
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1 {
|
|
2761
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1Type;
|
|
2762
|
+
environmentId: string;
|
|
2763
|
+
}
|
|
2764
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1>;
|
|
2765
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItem = GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItemCase1;
|
|
2766
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItem>;
|
|
2767
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsItem>;
|
|
2768
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsList>;
|
|
2769
|
+
/** `enabled: true` with empty `sources` is deny-all. */
|
|
2770
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItem {
|
|
2771
|
+
sources: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemSourcesList;
|
|
2772
|
+
enabled: boolean;
|
|
2773
|
+
environments: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItemEnvironmentsList;
|
|
2774
|
+
}
|
|
2775
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItem>;
|
|
2776
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesList = Array<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesItem>;
|
|
2777
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesList>;
|
|
2778
|
+
/** Project shape. `null` on a rule list clears the project's override for that rule type (fall back to team for every env); omitting is equivalent. Setting `deploymentPolicy` itself to `null` clears every override at once. Kept structurally distinct from {@link TeamDeploymentPolicy} so the two storage locations don't share a type by accident. */
|
|
2779
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicy {
|
|
2780
|
+
gitSources?: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyGitSourcesList | null;
|
|
2781
|
+
deploymentSources?: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicyDeploymentSourcesList | null;
|
|
2782
|
+
}
|
|
2783
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicy: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicy>;
|
|
2784
|
+
/** Billing mode. Always 'flat' for flat-rate projects. */
|
|
2785
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemUsageStatusKind = "flat";
|
|
2786
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemUsageStatusKind: any;
|
|
2787
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemUsageStatus {
|
|
2788
|
+
/** Billing mode. Always 'flat' for flat-rate projects. */
|
|
2789
|
+
kind: GetMicrofrontendsInGroupResponseProjectsItemUsageStatusKind;
|
|
2790
|
+
/** Timestamp until which the project has exceeded its CDN allowance. */
|
|
2791
|
+
exceededAllowanceUntil?: number;
|
|
2792
|
+
/** Timestamp until which throttling is bypassed (project pays list rates for overage). */
|
|
2793
|
+
bypassThrottleUntil?: number;
|
|
2794
|
+
/** Per-project throttle, set explicitly for this project (e.g. via the per-project Flat Rate CDN endpoint). */
|
|
2795
|
+
throttled?: boolean;
|
|
2796
|
+
/** Synced from `team.billing.usageStatus.throttled`. When `true`, the team has throttled all of its projects regardless of `throttled`. The effective throttle the CDN enforces is `throttled || teamThrottled`. */
|
|
2797
|
+
teamThrottled?: boolean;
|
|
2798
|
+
}
|
|
2799
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemUsageStatus: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemUsageStatus>;
|
|
2800
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemFeatures {
|
|
2801
|
+
webAnalytics?: boolean;
|
|
2802
|
+
}
|
|
2803
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemFeatures: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemFeatures>;
|
|
2804
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryItem {
|
|
2805
|
+
scanner: string;
|
|
2806
|
+
reason: string;
|
|
2807
|
+
by: string;
|
|
2808
|
+
byId: string;
|
|
2809
|
+
at: number;
|
|
2810
|
+
}
|
|
2811
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryItem>;
|
|
2812
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryList = Array<GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryItem>;
|
|
2813
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryList>;
|
|
2814
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockAction = "blocked";
|
|
2815
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockAction: any;
|
|
2816
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlock {
|
|
2817
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockAction;
|
|
2818
|
+
reason: string;
|
|
2819
|
+
statusCode: number;
|
|
2820
|
+
createdAt: number;
|
|
2821
|
+
caseId?: string;
|
|
2822
|
+
actor?: string;
|
|
2823
|
+
comment?: string;
|
|
2824
|
+
ineligibleForAppeal?: boolean;
|
|
2825
|
+
isCascading?: boolean;
|
|
2826
|
+
}
|
|
2827
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlock: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlock>;
|
|
2828
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0Action = "blocked";
|
|
2829
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0Action: any;
|
|
2830
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0 {
|
|
2831
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0Action;
|
|
2832
|
+
reason: string;
|
|
2833
|
+
statusCode: number;
|
|
2834
|
+
createdAt: number;
|
|
2835
|
+
caseId?: string;
|
|
2836
|
+
actor?: string;
|
|
2837
|
+
comment?: string;
|
|
2838
|
+
ineligibleForAppeal?: boolean;
|
|
2839
|
+
isCascading?: boolean;
|
|
2840
|
+
}
|
|
2841
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0>;
|
|
2842
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1Action = "unblocked";
|
|
2843
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1Action: any;
|
|
2844
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1 {
|
|
2845
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1Action;
|
|
2846
|
+
createdAt: number;
|
|
2847
|
+
caseId?: string;
|
|
2848
|
+
actor?: string;
|
|
2849
|
+
comment?: string;
|
|
2850
|
+
ineligibleForAppeal?: boolean;
|
|
2851
|
+
isCascading?: boolean;
|
|
2852
|
+
}
|
|
2853
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1>;
|
|
2854
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Action = "route-blocked";
|
|
2855
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Action: any;
|
|
2856
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0 {
|
|
2857
|
+
src: string;
|
|
2858
|
+
status: number;
|
|
2859
|
+
expiry?: number;
|
|
2860
|
+
}
|
|
2861
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0>;
|
|
2862
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Type = "header";
|
|
2863
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Type: any;
|
|
2864
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Key = "x-vercel-ip-country";
|
|
2865
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Key: any;
|
|
2866
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value {
|
|
2867
|
+
eq: string;
|
|
2868
|
+
}
|
|
2869
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
2870
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0 {
|
|
2871
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Type;
|
|
2872
|
+
key: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Key;
|
|
2873
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2874
|
+
}
|
|
2875
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0>;
|
|
2876
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1Type = "host";
|
|
2877
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1Type: any;
|
|
2878
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1Value = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2879
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
2880
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1 {
|
|
2881
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1Type;
|
|
2882
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2883
|
+
}
|
|
2884
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1>;
|
|
2885
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItem = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase1;
|
|
2886
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItem>;
|
|
2887
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasList = Array<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItem>;
|
|
2888
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasList>;
|
|
2889
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1MitigateAction = "block_legal_cwc";
|
|
2890
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1MitigateAction: any;
|
|
2891
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1Mitigate {
|
|
2892
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1MitigateAction;
|
|
2893
|
+
}
|
|
2894
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1Mitigate: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1Mitigate>;
|
|
2895
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1 {
|
|
2896
|
+
has: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasList;
|
|
2897
|
+
mitigate: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1Mitigate;
|
|
2898
|
+
src?: string;
|
|
2899
|
+
}
|
|
2900
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1>;
|
|
2901
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Route = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1;
|
|
2902
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Route: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Route>;
|
|
2903
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2 {
|
|
2904
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Action;
|
|
2905
|
+
route: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2Route;
|
|
2906
|
+
reason: string;
|
|
2907
|
+
createdAt: number;
|
|
2908
|
+
caseId?: string;
|
|
2909
|
+
actor?: string;
|
|
2910
|
+
comment?: string;
|
|
2911
|
+
ineligibleForAppeal?: boolean;
|
|
2912
|
+
isCascading?: boolean;
|
|
2913
|
+
}
|
|
2914
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2>;
|
|
2915
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Action = "route-unblocked";
|
|
2916
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Action: any;
|
|
2917
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase0 = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0;
|
|
2918
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0>;
|
|
2919
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Type = "header";
|
|
2920
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Type: any;
|
|
2921
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Key = "x-vercel-ip-country";
|
|
2922
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Key: any;
|
|
2923
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Value = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2924
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
2925
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0 {
|
|
2926
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Type;
|
|
2927
|
+
key: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0Key;
|
|
2928
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2929
|
+
}
|
|
2930
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0>;
|
|
2931
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1Type = "host";
|
|
2932
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1Type: any;
|
|
2933
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1Value = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2934
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
2935
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1 {
|
|
2936
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1Type;
|
|
2937
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
2938
|
+
}
|
|
2939
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1>;
|
|
2940
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItem = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItemCase1;
|
|
2941
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItem>;
|
|
2942
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasList = Array<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasItem>;
|
|
2943
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasList>;
|
|
2944
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1MitigateAction = "block_legal_cwc";
|
|
2945
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1MitigateAction: any;
|
|
2946
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1Mitigate {
|
|
2947
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1MitigateAction;
|
|
2948
|
+
}
|
|
2949
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1Mitigate: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1Mitigate>;
|
|
2950
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1 {
|
|
2951
|
+
has: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1HasList;
|
|
2952
|
+
mitigate: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1Mitigate;
|
|
2953
|
+
src?: string;
|
|
2954
|
+
}
|
|
2955
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1>;
|
|
2956
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Route = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3RouteCase1;
|
|
2957
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Route: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Route>;
|
|
2958
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3 {
|
|
2959
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Action;
|
|
2960
|
+
route: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3Route;
|
|
2961
|
+
statusCode?: number;
|
|
2962
|
+
createdAt: number;
|
|
2963
|
+
caseId?: string;
|
|
2964
|
+
actor?: string;
|
|
2965
|
+
comment?: string;
|
|
2966
|
+
ineligibleForAppeal?: boolean;
|
|
2967
|
+
isCascading?: boolean;
|
|
2968
|
+
}
|
|
2969
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3>;
|
|
2970
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItem = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase1 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2 | GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase3;
|
|
2971
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItem>;
|
|
2972
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryList = Array<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItem>;
|
|
2973
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryList>;
|
|
2974
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItemAction = "add-deployment-interstitial" | "add-project-interstitial" | "remove-deployment-interstitial" | "remove-project-interstitial";
|
|
2975
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItemAction: any;
|
|
2976
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItem {
|
|
2977
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItemAction;
|
|
2978
|
+
createdAt: number;
|
|
2979
|
+
caseId?: string;
|
|
2980
|
+
reason?: string;
|
|
2981
|
+
actor?: string;
|
|
2982
|
+
comment?: string;
|
|
2983
|
+
}
|
|
2984
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItem>;
|
|
2985
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryList = Array<GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryItem>;
|
|
2986
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryList>;
|
|
2987
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemAbuse {
|
|
2988
|
+
scanner?: string;
|
|
2989
|
+
history: GetMicrofrontendsInGroupResponseProjectsItemAbuseHistoryList;
|
|
2990
|
+
updatedAt: number;
|
|
2991
|
+
block?: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlock;
|
|
2992
|
+
blockHistory?: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryList;
|
|
2993
|
+
interstitial?: boolean;
|
|
2994
|
+
interstitialHistory?: GetMicrofrontendsInGroupResponseProjectsItemAbuseInterstitialHistoryList;
|
|
2995
|
+
}
|
|
2996
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemAbuse: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuse>;
|
|
2997
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase0 = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0;
|
|
2998
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0>;
|
|
2999
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Type = "header";
|
|
3000
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Type: any;
|
|
3001
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Key = "x-vercel-ip-country";
|
|
3002
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Key: any;
|
|
3003
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Value = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
3004
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
3005
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0 {
|
|
3006
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Type;
|
|
3007
|
+
key: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0Key;
|
|
3008
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
3009
|
+
}
|
|
3010
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0>;
|
|
3011
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1Type = "host";
|
|
3012
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1Type: any;
|
|
3013
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1Value = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
3014
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1Value: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value>;
|
|
3015
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1 {
|
|
3016
|
+
type: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1Type;
|
|
3017
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase1HasItemCase0Value;
|
|
3018
|
+
}
|
|
3019
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1>;
|
|
3020
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItem = GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase0 | GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItemCase1;
|
|
3021
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItem>;
|
|
3022
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasList = Array<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasItem>;
|
|
3023
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasList>;
|
|
3024
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1MitigateAction = "block_legal_cwc";
|
|
3025
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1MitigateAction: any;
|
|
3026
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1Mitigate {
|
|
3027
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1MitigateAction;
|
|
3028
|
+
}
|
|
3029
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1Mitigate: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1Mitigate>;
|
|
3030
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1 {
|
|
3031
|
+
has: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1HasList;
|
|
3032
|
+
mitigate: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1Mitigate;
|
|
3033
|
+
src?: string;
|
|
3034
|
+
}
|
|
3035
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1>;
|
|
3036
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItem = GetMicrofrontendsInGroupResponseProjectsItemAbuseBlockHistoryItemCase2RouteCase0 | GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItemCase1;
|
|
3037
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItem>;
|
|
3038
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesList = Array<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesItem>;
|
|
3039
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesList>;
|
|
3040
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemAction = "accept" | "cancel" | "delete";
|
|
3041
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemAction: any;
|
|
3042
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2PreviousValue = string | number | boolean;
|
|
3043
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2PreviousValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2PreviousValue>;
|
|
3044
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2CurrentValue = string | number | boolean;
|
|
3045
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2CurrentValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2CurrentValue>;
|
|
3046
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2 {
|
|
3047
|
+
previousValue: GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2PreviousValue;
|
|
3048
|
+
currentValue: GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2CurrentValue;
|
|
3049
|
+
}
|
|
3050
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2>;
|
|
3051
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValue = string | number | GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValueCase2 | boolean;
|
|
3052
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValue: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValue>;
|
|
3053
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItem {
|
|
3054
|
+
key: string;
|
|
3055
|
+
dismissedAt: number;
|
|
3056
|
+
action: GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemAction;
|
|
3057
|
+
value: GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItemValue | null;
|
|
3058
|
+
}
|
|
3059
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItem>;
|
|
3060
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsList = Array<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsItem>;
|
|
3061
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsList>;
|
|
3062
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTracingIgnorePathsList = Array<string>;
|
|
3063
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracingIgnorePathsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTracingIgnorePathsList>;
|
|
3064
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemEnv = "preview" | "production";
|
|
3065
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemEnv: any;
|
|
3066
|
+
/** Which tracing destination this rule applies to. `internal` is the hidden Vercel production-tracing drain (internal delivery); `external` is any customer-configured drain. Derived from the owning drain's delivery type when project tracing is computed; absent on configs persisted before this field existed. */
|
|
3067
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemDestination = "external" | "internal";
|
|
3068
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemDestination: any;
|
|
3069
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItem {
|
|
3070
|
+
rate: number;
|
|
3071
|
+
env?: GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemEnv;
|
|
3072
|
+
requestPath?: string;
|
|
3073
|
+
/** Which tracing destination this rule applies to. `internal` is the hidden Vercel production-tracing drain (internal delivery); `external` is any customer-configured drain. Derived from the owning drain's delivery type when project tracing is computed; absent on configs persisted before this field existed. */
|
|
3074
|
+
destination?: GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItemDestination;
|
|
3075
|
+
}
|
|
3076
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItem>;
|
|
3077
|
+
export type GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesList = Array<GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesItem>;
|
|
3078
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesList: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesList>;
|
|
3079
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItemTracing {
|
|
3080
|
+
domains?: string;
|
|
3081
|
+
ignorePaths?: GetMicrofrontendsInGroupResponseProjectsItemTracingIgnorePathsList;
|
|
3082
|
+
samplingRules?: GetMicrofrontendsInGroupResponseProjectsItemTracingSamplingRulesList;
|
|
3083
|
+
}
|
|
3084
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItemTracing: S.Schema<GetMicrofrontendsInGroupResponseProjectsItemTracing>;
|
|
3085
|
+
export interface GetMicrofrontendsInGroupResponseProjectsItem {
|
|
3086
|
+
accountId: string;
|
|
3087
|
+
creator?: GetMicrofrontendsInGroupResponseProjectsItemCreator;
|
|
3088
|
+
alias: GetMicrofrontendsInGroupResponseProjectsItemAliasList;
|
|
3089
|
+
analytics?: GetMicrofrontendsInGroupResponseProjectsItemAnalytics;
|
|
3090
|
+
appliedCve55182Migration?: boolean;
|
|
3091
|
+
speedInsights?: GetMicrofrontendsInGroupResponseProjectsItemSpeedInsights;
|
|
3092
|
+
autoExposeSystemEnvs?: boolean;
|
|
3093
|
+
autoAssignCustomDomains?: boolean;
|
|
3094
|
+
autoAssignCustomDomainsUpdatedBy?: string;
|
|
3095
|
+
buildCommand?: string | null;
|
|
3096
|
+
commandForIgnoringBuildStep?: string | null;
|
|
3097
|
+
connectConfigurations?: GetMicrofrontendsInGroupResponseProjectsItemConnectConfigurationsList | null;
|
|
3098
|
+
connectConfigurationId?: string | null;
|
|
3099
|
+
connectBuildsEnabled?: boolean;
|
|
3100
|
+
passiveConnectConfigurationId?: string | null;
|
|
3101
|
+
createdAt?: number;
|
|
3102
|
+
customerSupportCodeVisibility?: boolean;
|
|
3103
|
+
crons?: GetMicrofrontendsInGroupResponseProjectsItemCrons;
|
|
3104
|
+
dataCache?: GetMicrofrontendsInGroupResponseProjectsItemDataCache;
|
|
3105
|
+
/** Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects. */
|
|
3106
|
+
deploymentExpiration: GetMicrofrontendsInGroupResponseProjectsItemDeploymentExpiration;
|
|
3107
|
+
expiration?: GetMicrofrontendsInGroupResponseProjectsItemExpiration;
|
|
3108
|
+
devCommand?: string | null;
|
|
3109
|
+
directoryListing: boolean;
|
|
3110
|
+
installCommand?: string | null;
|
|
3111
|
+
env?: GetMicrofrontendsInGroupResponseProjectsItemEnvList;
|
|
3112
|
+
customEnvironments?: GetMicrofrontendsInGroupResponseProjectsItemCustomEnvironmentsList;
|
|
3113
|
+
framework?: GetMicrofrontendsInGroupResponseProjectsItemFramework | null;
|
|
3114
|
+
services?: GetMicrofrontendsInGroupResponseProjectsItemServicesList;
|
|
3115
|
+
gitForkProtection?: boolean;
|
|
3116
|
+
gitLFS?: boolean;
|
|
3117
|
+
id: string;
|
|
3118
|
+
ipBuckets?: GetMicrofrontendsInGroupResponseProjectsItemIpBucketsList;
|
|
3119
|
+
jobs?: GetMicrofrontendsInGroupResponseProjectsItemJobs;
|
|
3120
|
+
latestDeployments?: GetMicrofrontendsInGroupResponseProjectsItemLatestDeploymentsList;
|
|
3121
|
+
link?: GetMicrofrontendsInGroupResponseProjectsItemLink;
|
|
3122
|
+
blobs?: GetMicrofrontendsInGroupResponseProjectsItemBlobs;
|
|
3123
|
+
microfrontends?: GetMicrofrontendsInGroupResponseProjectsItemMicrofrontends;
|
|
3124
|
+
name: string;
|
|
3125
|
+
nodeVersion: GetMicrofrontendsInGroupResponseProjectsItemNodeVersion;
|
|
3126
|
+
optionsAllowlist?: GetMicrofrontendsInGroupResponseProjectsItemOptionsAllowlist | null;
|
|
3127
|
+
outputDirectory?: string | null;
|
|
3128
|
+
passwordProtection?: unknown | null;
|
|
3129
|
+
passport?: GetMicrofrontendsInGroupResponseProjectsItemPassport | null;
|
|
3130
|
+
protectionConfig?: GetMicrofrontendsInGroupResponseProjectsItemProtectionConfig;
|
|
3131
|
+
sandbox?: GetMicrofrontendsInGroupResponseProjectsItemSandbox;
|
|
3132
|
+
productionDeploymentsFastLane?: boolean;
|
|
3133
|
+
resourceConfig: GetMicrofrontendsInGroupResponseProjectsItemResourceConfig;
|
|
3134
|
+
/** Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback. */
|
|
3135
|
+
rollbackDescription?: GetMicrofrontendsInGroupResponseProjectsItemRollbackDescription;
|
|
3136
|
+
/** Project-level rolling release configuration that defines how deployments should be gradually rolled out */
|
|
3137
|
+
rollingRelease?: GetMicrofrontendsInGroupResponseProjectsItemRollingRelease | null;
|
|
3138
|
+
defaultResourceConfig: GetMicrofrontendsInGroupResponseProjectsItemDefaultResourceConfig;
|
|
3139
|
+
rootDirectory?: string | null;
|
|
3140
|
+
serverlessFunctionZeroConfigFailover?: boolean;
|
|
3141
|
+
skewProtectionBoundaryAt?: number;
|
|
3142
|
+
skewProtectionMaxAge?: number;
|
|
3143
|
+
skewProtectionAllowedDomains?: GetMicrofrontendsInGroupResponseProjectsItemSkewProtectionAllowedDomainsList;
|
|
3144
|
+
skipGitConnectDuringLink?: boolean;
|
|
3145
|
+
staticIps?: GetMicrofrontendsInGroupResponseProjectsItemStaticIps;
|
|
3146
|
+
sourceFilesOutsideRootDirectory?: boolean;
|
|
3147
|
+
enableAffectedProjectsDeployments?: boolean;
|
|
3148
|
+
enableExternalRewriteCaching?: boolean;
|
|
3149
|
+
ssoProtection?: GetMicrofrontendsInGroupResponseProjectsItemSsoProtection | null;
|
|
3150
|
+
targets?: GetMicrofrontendsInGroupResponseProjectsItemTargetsMap;
|
|
3151
|
+
transferCompletedAt?: number;
|
|
3152
|
+
transferStartedAt?: number;
|
|
3153
|
+
transferToAccountId?: string;
|
|
3154
|
+
transferredFromAccountId?: string;
|
|
3155
|
+
updatedAt?: number;
|
|
3156
|
+
live?: boolean;
|
|
3157
|
+
enablePreviewFeedback?: boolean | null;
|
|
3158
|
+
enableProductionFeedback?: boolean | null;
|
|
3159
|
+
permissions?: GetMicrofrontendsInGroupResponseProjectsItemPermissions;
|
|
3160
|
+
lastRollbackTarget?: unknown | null;
|
|
3161
|
+
lastAliasRequest?: GetMicrofrontendsInGroupResponseProjectsItemLastAliasRequest | null;
|
|
3162
|
+
protectionBypass?: GetMicrofrontendsInGroupResponseProjectsItemProtectionBypassMap;
|
|
3163
|
+
hasActiveBranches?: boolean;
|
|
3164
|
+
trustedIps?: GetMicrofrontendsInGroupResponseProjectsItemTrustedIps | null;
|
|
3165
|
+
trustedSources?: GetMicrofrontendsInGroupResponseProjectsItemTrustedSources | null;
|
|
3166
|
+
gitComments?: GetMicrofrontendsInGroupResponseProjectsItemGitComments;
|
|
3167
|
+
gitProviderOptions?: GetMicrofrontendsInGroupResponseProjectsItemGitProviderOptions;
|
|
3168
|
+
paused?: boolean;
|
|
3169
|
+
concurrencyBucketName?: string;
|
|
3170
|
+
webAnalytics?: GetMicrofrontendsInGroupResponseProjectsItemWebAnalytics;
|
|
3171
|
+
security?: GetMicrofrontendsInGroupResponseProjectsItemSecurity;
|
|
3172
|
+
oidcTokenConfig?: GetMicrofrontendsInGroupResponseProjectsItemOidcTokenConfig;
|
|
3173
|
+
/** Project shape. `null` on a rule list clears the project's override for that rule type (fall back to team for every env); omitting is equivalent. Setting `deploymentPolicy` itself to `null` clears every override at once. Kept structurally distinct from {@link TeamDeploymentPolicy} so the two storage locations don't share a type by accident. */
|
|
3174
|
+
deploymentPolicy?: GetMicrofrontendsInGroupResponseProjectsItemDeploymentPolicy | null;
|
|
3175
|
+
tier?: string;
|
|
3176
|
+
usageStatus?: GetMicrofrontendsInGroupResponseProjectsItemUsageStatus;
|
|
3177
|
+
features?: GetMicrofrontendsInGroupResponseProjectsItemFeatures;
|
|
3178
|
+
v0?: boolean;
|
|
3179
|
+
v0Created?: boolean;
|
|
3180
|
+
abuse?: GetMicrofrontendsInGroupResponseProjectsItemAbuse;
|
|
3181
|
+
internalRoutes?: GetMicrofrontendsInGroupResponseProjectsItemInternalRoutesList;
|
|
3182
|
+
hasDeployments?: boolean;
|
|
3183
|
+
dismissedToasts?: GetMicrofrontendsInGroupResponseProjectsItemDismissedToastsList;
|
|
3184
|
+
protectedSourcemaps?: boolean;
|
|
3185
|
+
tracing?: GetMicrofrontendsInGroupResponseProjectsItemTracing;
|
|
3186
|
+
avatar?: string | null;
|
|
3187
|
+
}
|
|
3188
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsItem: S.Schema<GetMicrofrontendsInGroupResponseProjectsItem>;
|
|
3189
|
+
export type GetMicrofrontendsInGroupResponseProjectsList = Array<GetMicrofrontendsInGroupResponseProjectsItem>;
|
|
3190
|
+
export declare const GetMicrofrontendsInGroupResponseProjectsList: S.Schema<GetMicrofrontendsInGroupResponseProjectsList>;
|
|
3191
|
+
export interface GetMicrofrontendsInGroupResponse {
|
|
3192
|
+
projects: GetMicrofrontendsInGroupResponseProjectsList;
|
|
3193
|
+
}
|
|
3194
|
+
export declare const GetMicrofrontendsInGroupResponse: S.Schema<GetMicrofrontendsInGroupResponse>;
|
|
3195
|
+
export type CreateMicrofrontendsGroupWithApplicationsError = BadRequest | Forbidden | VercelOpError;
|
|
3196
|
+
/** Create a microfrontends group with applications Creates a microfrontends group and attaches multiple projects in a single request. */
|
|
3197
|
+
export declare const createMicrofrontendsGroupWithApplications: API.OperationMethod<CreateMicrofrontendsGroupWithApplicationsRequest, CreateMicrofrontendsGroupWithApplicationsResponse, CreateMicrofrontendsGroupWithApplicationsError, VercelOpContext>;
|
|
3198
|
+
export type GetMicrofrontendsConfigError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
3199
|
+
/** Get microfrontends config for a deployment Get the microfrontends config for a deployment. */
|
|
3200
|
+
export declare const getMicrofrontendsConfig: API.OperationMethod<GetMicrofrontendsConfigRequest, GetMicrofrontendsConfigResponse, GetMicrofrontendsConfigError, VercelOpContext>;
|
|
3201
|
+
export type GetMicrofrontendsConfigForProjectError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
3202
|
+
/** Get microfrontends config for a project Get the microfrontends config for a project by ID or name. */
|
|
3203
|
+
export declare const getMicrofrontendsConfigForProject: API.OperationMethod<GetMicrofrontendsConfigForProjectRequest, GetMicrofrontendsConfigForProjectResponse, GetMicrofrontendsConfigForProjectError, VercelOpContext>;
|
|
3204
|
+
export type GetMicrofrontendsGroupsError = BadRequest | Forbidden | VercelOpError;
|
|
3205
|
+
/** List microfrontends groups Get the microfrontends group IDs for a team. */
|
|
3206
|
+
export declare const getMicrofrontendsGroups: API.OperationMethod<GetMicrofrontendsGroupsRequest, GetMicrofrontendsGroupsResponse, GetMicrofrontendsGroupsError, VercelOpContext>;
|
|
3207
|
+
export type GetMicrofrontendsInGroupError = BadRequest | Forbidden | VercelOpError;
|
|
3208
|
+
/** List projects in a microfrontends group Get the microfrontends for a given group ID. */
|
|
3209
|
+
export declare const getMicrofrontendsInGroup: API.OperationMethod<GetMicrofrontendsInGroupRequest, GetMicrofrontendsInGroupResponse, GetMicrofrontendsInGroupError, VercelOpContext>;
|
|
3210
|
+
//# sourceMappingURL=microfrontends.d.ts.map
|