vercel-api-js 1.0.1 → 1.6.0
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/dist/components.cjs +8931 -0
- package/dist/components.d.mts +7017 -0
- package/dist/components.d.mts.map +1 -0
- package/dist/components.mjs +8570 -0
- package/dist/effect.cjs +7893 -0
- package/dist/effect.d.mts +6801 -0
- package/dist/effect.d.mts.map +1 -0
- package/dist/effect.mjs +7871 -0
- package/dist/index.cjs +33432 -0
- package/dist/index.d.ts +72589 -1714
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +29151 -7
- package/dist/schemas.cjs +21657 -0
- package/dist/schemas.d.mts +13353 -0
- package/dist/schemas.d.mts.map +1 -0
- package/dist/schemas.mjs +17574 -0
- package/dist/types.cjs +3125 -0
- package/dist/types.d.mts +51848 -0
- package/dist/types.d.mts.map +1 -0
- package/dist/types.mjs +2930 -0
- package/package.json +57 -29
- package/README.md +0 -9
- package/dist/client.d.mts +0 -228
- package/dist/client.d.ts +0 -228
- package/dist/client.js +0 -75
- package/dist/client.mjs +0 -68
- package/dist/generated/components.d.mts +0 -2600
- package/dist/generated/components.d.ts +0 -2600
- package/dist/generated/components.js +0 -3579
- package/dist/generated/components.mjs +0 -3395
- package/dist/generated/mcp.d.mts +0 -2061
- package/dist/generated/mcp.d.ts +0 -2061
- package/dist/generated/mcp.js +0 -4692
- package/dist/generated/mcp.mjs +0 -4508
- package/dist/generated/schemas.d.mts +0 -19403
- package/dist/generated/schemas.d.ts +0 -19403
- package/dist/generated/schemas.js +0 -7619
- package/dist/generated/schemas.mjs +0 -7589
- package/dist/generated/types.d.mts +0 -15009
- package/dist/generated/types.d.ts +0 -15009
- package/dist/generated/types.js +0 -951
- package/dist/generated/types.mjs +0 -946
- package/dist/index.d.mts +0 -1718
- package/dist/index.js +0 -49
- package/dist/mcp.d.mts +0 -1
- package/dist/mcp.d.ts +0 -1
- package/dist/mcp.js +0 -5
- package/dist/mcp.mjs +0 -1
- package/dist/utils/fetch.d.mts +0 -18
- package/dist/utils/fetch.d.ts +0 -18
- package/dist/utils/fetch.js +0 -8
- package/dist/utils/fetch.mjs +0 -5
- package/dist/utils/fetcher.d.mts +0 -21
- package/dist/utils/fetcher.d.ts +0 -21
- package/dist/utils/fetcher.js +0 -69
- package/dist/utils/fetcher.mjs +0 -66
- package/dist/utils/lang.d.mts +0 -1
- package/dist/utils/lang.d.ts +0 -1
- package/dist/utils/lang.js +0 -9
- package/dist/utils/lang.mjs +0 -6
- package/dist/utils/mcp.d.mts +0 -1
- package/dist/utils/mcp.d.ts +0 -1
- package/dist/utils/mcp.js +0 -2
- package/dist/utils/mcp.mjs +0 -1
- package/dist/utils/types.d.mts +0 -3
- package/dist/utils/types.d.ts +0 -3
- package/dist/utils/types.js +0 -2
- package/dist/utils/types.mjs +0 -1
package/dist/generated/types.mjs
DELETED
|
@@ -1,946 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
*/
|
|
5
|
-
export const ACLActionEnum = {
|
|
6
|
-
create: 'create',
|
|
7
|
-
delete: 'delete',
|
|
8
|
-
list: 'list',
|
|
9
|
-
read: 'read',
|
|
10
|
-
update: 'update'
|
|
11
|
-
};
|
|
12
|
-
export const entitiesTypeEnum = {
|
|
13
|
-
author: 'author',
|
|
14
|
-
bitbucket_login: 'bitbucket_login',
|
|
15
|
-
bold: 'bold',
|
|
16
|
-
deployment_host: 'deployment_host',
|
|
17
|
-
dns_record: 'dns_record',
|
|
18
|
-
'edge-config': 'edge-config',
|
|
19
|
-
env_var_name: 'env_var_name',
|
|
20
|
-
flag: 'flag',
|
|
21
|
-
'flags-segment': 'flags-segment',
|
|
22
|
-
'flags-settings': 'flags-settings',
|
|
23
|
-
git_link: 'git_link',
|
|
24
|
-
github_login: 'github_login',
|
|
25
|
-
gitlab_login: 'gitlab_login',
|
|
26
|
-
hook_name: 'hook_name',
|
|
27
|
-
integration: 'integration',
|
|
28
|
-
link: 'link',
|
|
29
|
-
project_name: 'project_name',
|
|
30
|
-
scaling_rules: 'scaling_rules',
|
|
31
|
-
store: 'store',
|
|
32
|
-
system: 'system',
|
|
33
|
-
target: 'target'
|
|
34
|
-
};
|
|
35
|
-
export const principalTypeEnum = {
|
|
36
|
-
user: 'user'
|
|
37
|
-
};
|
|
38
|
-
export const principalTypeEnum2 = {
|
|
39
|
-
app: 'app'
|
|
40
|
-
};
|
|
41
|
-
export const viaTypeEnum = {
|
|
42
|
-
user: 'user'
|
|
43
|
-
};
|
|
44
|
-
export const viaTypeEnum2 = {
|
|
45
|
-
app: 'app'
|
|
46
|
-
};
|
|
47
|
-
export const payloadActionEnum = {
|
|
48
|
-
created: 'created',
|
|
49
|
-
updated: 'updated',
|
|
50
|
-
deleted: 'deleted',
|
|
51
|
-
archived: 'archived',
|
|
52
|
-
unarchived: 'unarchived'
|
|
53
|
-
};
|
|
54
|
-
export const payloadNextRoleEnum = {
|
|
55
|
-
ADMIN: 'ADMIN',
|
|
56
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
57
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
58
|
-
};
|
|
59
|
-
export const payloadPreviousRoleEnum = {
|
|
60
|
-
ADMIN: 'ADMIN',
|
|
61
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
62
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
63
|
-
};
|
|
64
|
-
export const payloadActionEnum2 = {
|
|
65
|
-
created: 'created',
|
|
66
|
-
removed: 'removed'
|
|
67
|
-
};
|
|
68
|
-
export const payloadTypeEnum = {
|
|
69
|
-
system: 'system',
|
|
70
|
-
encrypted: 'encrypted',
|
|
71
|
-
plain: 'plain',
|
|
72
|
-
sensitive: 'sensitive'
|
|
73
|
-
};
|
|
74
|
-
export const payloadTargetEnum = {
|
|
75
|
-
production: 'production',
|
|
76
|
-
preview: 'preview',
|
|
77
|
-
development: 'development'
|
|
78
|
-
};
|
|
79
|
-
export const oldEnvVarTypeEnum = {
|
|
80
|
-
system: 'system',
|
|
81
|
-
encrypted: 'encrypted',
|
|
82
|
-
plain: 'plain',
|
|
83
|
-
sensitive: 'sensitive'
|
|
84
|
-
};
|
|
85
|
-
export const oldEnvVarTargetEnum = {
|
|
86
|
-
production: 'production',
|
|
87
|
-
preview: 'preview',
|
|
88
|
-
development: 'development'
|
|
89
|
-
};
|
|
90
|
-
export const newEnvVarTypeEnum = {
|
|
91
|
-
system: 'system',
|
|
92
|
-
encrypted: 'encrypted',
|
|
93
|
-
plain: 'plain',
|
|
94
|
-
sensitive: 'sensitive'
|
|
95
|
-
};
|
|
96
|
-
export const newEnvVarTargetEnum = {
|
|
97
|
-
production: 'production',
|
|
98
|
-
preview: 'preview',
|
|
99
|
-
development: 'development'
|
|
100
|
-
};
|
|
101
|
-
export const updateDiffOldTargetEnum = {
|
|
102
|
-
production: 'production',
|
|
103
|
-
preview: 'preview',
|
|
104
|
-
development: 'development'
|
|
105
|
-
};
|
|
106
|
-
export const updateDiffNewTargetEnum = {
|
|
107
|
-
production: 'production',
|
|
108
|
-
preview: 'preview',
|
|
109
|
-
development: 'development'
|
|
110
|
-
};
|
|
111
|
-
export const payloadActionEnum3 = {
|
|
112
|
-
log: 'log',
|
|
113
|
-
challenge: 'challenge',
|
|
114
|
-
deny: 'deny'
|
|
115
|
-
};
|
|
116
|
-
export const actionEnum = {
|
|
117
|
-
log: 'log',
|
|
118
|
-
challenge: 'challenge',
|
|
119
|
-
deny: 'deny'
|
|
120
|
-
};
|
|
121
|
-
export const blockHistoryActionEnum = {
|
|
122
|
-
'hard-blocked': 'hard-blocked',
|
|
123
|
-
'soft-blocked': 'soft-blocked',
|
|
124
|
-
unblocked: 'unblocked'
|
|
125
|
-
};
|
|
126
|
-
export const billingPlanEnum = {
|
|
127
|
-
pro: 'pro',
|
|
128
|
-
enterprise: 'enterprise',
|
|
129
|
-
hobby: 'hobby'
|
|
130
|
-
};
|
|
131
|
-
export const credentialsTypeEnum = {
|
|
132
|
-
gitlab: 'gitlab',
|
|
133
|
-
bitbucket: 'bitbucket',
|
|
134
|
-
google: 'google',
|
|
135
|
-
'github-oauth': 'github-oauth',
|
|
136
|
-
'github-oauth-limited': 'github-oauth-limited'
|
|
137
|
-
};
|
|
138
|
-
export const credentialsTypeEnum2 = {
|
|
139
|
-
'github-oauth-custom-host': 'github-oauth-custom-host'
|
|
140
|
-
};
|
|
141
|
-
export const newOwnerImportFlowGitProviderEnum = {
|
|
142
|
-
github: 'github',
|
|
143
|
-
gitlab: 'gitlab',
|
|
144
|
-
bitbucket: 'bitbucket',
|
|
145
|
-
'github-limited': 'github-limited',
|
|
146
|
-
'github-custom-host': 'github-custom-host'
|
|
147
|
-
};
|
|
148
|
-
export const buildMachinePurchaseTypeEnum = {
|
|
149
|
-
enhanced: 'enhanced',
|
|
150
|
-
turbo: 'turbo'
|
|
151
|
-
};
|
|
152
|
-
export const activeDashboardViewsViewPreferenceEnum = {
|
|
153
|
-
cards: 'cards',
|
|
154
|
-
list: 'list'
|
|
155
|
-
};
|
|
156
|
-
export const activeDashboardViewsFavoritesViewPreferenceEnum = {
|
|
157
|
-
open: 'open',
|
|
158
|
-
closed: 'closed'
|
|
159
|
-
};
|
|
160
|
-
export const activeDashboardViewsRecentsViewPreferenceEnum = {
|
|
161
|
-
open: 'open',
|
|
162
|
-
closed: 'closed'
|
|
163
|
-
};
|
|
164
|
-
export const siftRouteNameEnum = {
|
|
165
|
-
string: 'string'
|
|
166
|
-
};
|
|
167
|
-
export const softBlockReasonEnum = {
|
|
168
|
-
SUBSCRIPTION_CANCELED: 'SUBSCRIPTION_CANCELED',
|
|
169
|
-
SUBSCRIPTION_EXPIRED: 'SUBSCRIPTION_EXPIRED',
|
|
170
|
-
UNPAID_INVOICE: 'UNPAID_INVOICE',
|
|
171
|
-
ENTERPRISE_TRIAL_ENDED: 'ENTERPRISE_TRIAL_ENDED',
|
|
172
|
-
FAIR_USE_LIMITS_EXCEEDED: 'FAIR_USE_LIMITS_EXCEEDED',
|
|
173
|
-
BLOCKED_FOR_PLATFORM_ABUSE: 'BLOCKED_FOR_PLATFORM_ABUSE'
|
|
174
|
-
};
|
|
175
|
-
export const softBlockBlockedDueToOverageTypeEnum = {
|
|
176
|
-
analyticsUsage: 'analyticsUsage',
|
|
177
|
-
artifacts: 'artifacts',
|
|
178
|
-
bandwidth: 'bandwidth',
|
|
179
|
-
blobTotalAdvancedRequests: 'blobTotalAdvancedRequests',
|
|
180
|
-
blobTotalAvgSizeInBytes: 'blobTotalAvgSizeInBytes',
|
|
181
|
-
blobTotalGetResponseObjectSizeInBytes: 'blobTotalGetResponseObjectSizeInBytes',
|
|
182
|
-
blobTotalSimpleRequests: 'blobTotalSimpleRequests',
|
|
183
|
-
connectDataTransfer: 'connectDataTransfer',
|
|
184
|
-
dataCacheRead: 'dataCacheRead',
|
|
185
|
-
dataCacheWrite: 'dataCacheWrite',
|
|
186
|
-
edgeConfigRead: 'edgeConfigRead',
|
|
187
|
-
edgeConfigWrite: 'edgeConfigWrite',
|
|
188
|
-
edgeFunctionExecutionUnits: 'edgeFunctionExecutionUnits',
|
|
189
|
-
edgeMiddlewareInvocations: 'edgeMiddlewareInvocations',
|
|
190
|
-
edgeRequestAdditionalCpuDuration: 'edgeRequestAdditionalCpuDuration',
|
|
191
|
-
edgeRequest: 'edgeRequest',
|
|
192
|
-
elasticConcurrencyBuildSlots: 'elasticConcurrencyBuildSlots',
|
|
193
|
-
fastDataTransfer: 'fastDataTransfer',
|
|
194
|
-
fastOriginTransfer: 'fastOriginTransfer',
|
|
195
|
-
fluidCpuDuration: 'fluidCpuDuration',
|
|
196
|
-
fluidDuration: 'fluidDuration',
|
|
197
|
-
functionDuration: 'functionDuration',
|
|
198
|
-
functionInvocation: 'functionInvocation',
|
|
199
|
-
imageOptimizationCacheRead: 'imageOptimizationCacheRead',
|
|
200
|
-
imageOptimizationCacheWrite: 'imageOptimizationCacheWrite',
|
|
201
|
-
imageOptimizationTransformation: 'imageOptimizationTransformation',
|
|
202
|
-
logDrainsVolume: 'logDrainsVolume',
|
|
203
|
-
monitoringMetric: 'monitoringMetric',
|
|
204
|
-
blobDataTransfer: 'blobDataTransfer',
|
|
205
|
-
observabilityEvent: 'observabilityEvent',
|
|
206
|
-
onDemandConcurrencyMinutes: 'onDemandConcurrencyMinutes',
|
|
207
|
-
runtimeCacheRead: 'runtimeCacheRead',
|
|
208
|
-
runtimeCacheWrite: 'runtimeCacheWrite',
|
|
209
|
-
serverlessFunctionExecution: 'serverlessFunctionExecution',
|
|
210
|
-
sourceImages: 'sourceImages',
|
|
211
|
-
wafOwaspExcessBytes: 'wafOwaspExcessBytes',
|
|
212
|
-
wafOwaspRequests: 'wafOwaspRequests',
|
|
213
|
-
wafRateLimitRequest: 'wafRateLimitRequest',
|
|
214
|
-
webAnalyticsEvent: 'webAnalyticsEvent'
|
|
215
|
-
};
|
|
216
|
-
export const teamsRoleEnum = {
|
|
217
|
-
OWNER: 'OWNER',
|
|
218
|
-
MEMBER: 'MEMBER',
|
|
219
|
-
DEVELOPER: 'DEVELOPER',
|
|
220
|
-
SECURITY: 'SECURITY',
|
|
221
|
-
BILLING: 'BILLING',
|
|
222
|
-
VIEWER: 'VIEWER',
|
|
223
|
-
CONTRIBUTOR: 'CONTRIBUTOR'
|
|
224
|
-
};
|
|
225
|
-
export const teamsTeamRolesEnum = {
|
|
226
|
-
OWNER: 'OWNER',
|
|
227
|
-
MEMBER: 'MEMBER',
|
|
228
|
-
DEVELOPER: 'DEVELOPER',
|
|
229
|
-
SECURITY: 'SECURITY',
|
|
230
|
-
BILLING: 'BILLING',
|
|
231
|
-
VIEWER: 'VIEWER',
|
|
232
|
-
CONTRIBUTOR: 'CONTRIBUTOR'
|
|
233
|
-
};
|
|
234
|
-
export const teamsTeamPermissionsEnum = {
|
|
235
|
-
CreateProject: 'CreateProject',
|
|
236
|
-
FullProductionDeployment: 'FullProductionDeployment',
|
|
237
|
-
UsageViewer: 'UsageViewer',
|
|
238
|
-
EnvVariableManager: 'EnvVariableManager',
|
|
239
|
-
EnvironmentManager: 'EnvironmentManager'
|
|
240
|
-
};
|
|
241
|
-
export const joinedFromOriginEnum = {
|
|
242
|
-
teams: 'teams',
|
|
243
|
-
saml: 'saml',
|
|
244
|
-
link: 'link',
|
|
245
|
-
github: 'github',
|
|
246
|
-
gitlab: 'gitlab',
|
|
247
|
-
bitbucket: 'bitbucket',
|
|
248
|
-
mail: 'mail',
|
|
249
|
-
import: 'import',
|
|
250
|
-
dsync: 'dsync',
|
|
251
|
-
feedback: 'feedback',
|
|
252
|
-
'organization-teams': 'organization-teams'
|
|
253
|
-
};
|
|
254
|
-
export const newOwnerTypeEnum = {
|
|
255
|
-
user: 'user'
|
|
256
|
-
};
|
|
257
|
-
export const newOwnerEnablePreviewFeedbackEnum = {
|
|
258
|
-
default: 'default',
|
|
259
|
-
on: 'on',
|
|
260
|
-
off: 'off',
|
|
261
|
-
'on-force': 'on-force',
|
|
262
|
-
'off-force': 'off-force',
|
|
263
|
-
'default-force': 'default-force'
|
|
264
|
-
};
|
|
265
|
-
export const webAnalyticsBlockReasonEnum = {
|
|
266
|
-
admin_override: 'admin_override',
|
|
267
|
-
limits_exceeded: 'limits_exceeded'
|
|
268
|
-
};
|
|
269
|
-
export const monitoringBlockReasonEnum = {
|
|
270
|
-
admin_override: 'admin_override',
|
|
271
|
-
limits_exceeded: 'limits_exceeded'
|
|
272
|
-
};
|
|
273
|
-
export const monitoringBlockTypeEnum = {
|
|
274
|
-
soft: 'soft',
|
|
275
|
-
hard: 'hard'
|
|
276
|
-
};
|
|
277
|
-
export const observabilityPlusBlockReasonEnum = {
|
|
278
|
-
admin_override: 'admin_override',
|
|
279
|
-
limits_exceeded: 'limits_exceeded'
|
|
280
|
-
};
|
|
281
|
-
export const observabilityPlusBlockTypeEnum = {
|
|
282
|
-
soft: 'soft',
|
|
283
|
-
hard: 'hard'
|
|
284
|
-
};
|
|
285
|
-
export const dataCacheBlockReasonEnum = {
|
|
286
|
-
admin_override: 'admin_override',
|
|
287
|
-
limits_exceeded: 'limits_exceeded'
|
|
288
|
-
};
|
|
289
|
-
export const imageOptimizationTransformationBlockReasonEnum = {
|
|
290
|
-
admin_override: 'admin_override',
|
|
291
|
-
limits_exceeded: 'limits_exceeded'
|
|
292
|
-
};
|
|
293
|
-
export const sourceImagesBlockReasonEnum = {
|
|
294
|
-
admin_override: 'admin_override',
|
|
295
|
-
limits_exceeded: 'limits_exceeded'
|
|
296
|
-
};
|
|
297
|
-
export const blobBlockReasonEnum = {
|
|
298
|
-
admin_override: 'admin_override',
|
|
299
|
-
limits_exceeded: 'limits_exceeded'
|
|
300
|
-
};
|
|
301
|
-
export const blobOverageReasonEnum = {
|
|
302
|
-
analyticsUsage: 'analyticsUsage',
|
|
303
|
-
artifacts: 'artifacts',
|
|
304
|
-
bandwidth: 'bandwidth',
|
|
305
|
-
blobTotalAdvancedRequests: 'blobTotalAdvancedRequests',
|
|
306
|
-
blobTotalAvgSizeInBytes: 'blobTotalAvgSizeInBytes',
|
|
307
|
-
blobTotalGetResponseObjectSizeInBytes: 'blobTotalGetResponseObjectSizeInBytes',
|
|
308
|
-
blobTotalSimpleRequests: 'blobTotalSimpleRequests',
|
|
309
|
-
connectDataTransfer: 'connectDataTransfer',
|
|
310
|
-
dataCacheRead: 'dataCacheRead',
|
|
311
|
-
dataCacheWrite: 'dataCacheWrite',
|
|
312
|
-
edgeConfigRead: 'edgeConfigRead',
|
|
313
|
-
edgeConfigWrite: 'edgeConfigWrite',
|
|
314
|
-
edgeFunctionExecutionUnits: 'edgeFunctionExecutionUnits',
|
|
315
|
-
edgeMiddlewareInvocations: 'edgeMiddlewareInvocations',
|
|
316
|
-
edgeRequestAdditionalCpuDuration: 'edgeRequestAdditionalCpuDuration',
|
|
317
|
-
edgeRequest: 'edgeRequest',
|
|
318
|
-
elasticConcurrencyBuildSlots: 'elasticConcurrencyBuildSlots',
|
|
319
|
-
fastDataTransfer: 'fastDataTransfer',
|
|
320
|
-
fastOriginTransfer: 'fastOriginTransfer',
|
|
321
|
-
fluidCpuDuration: 'fluidCpuDuration',
|
|
322
|
-
fluidDuration: 'fluidDuration',
|
|
323
|
-
functionDuration: 'functionDuration',
|
|
324
|
-
functionInvocation: 'functionInvocation',
|
|
325
|
-
imageOptimizationCacheRead: 'imageOptimizationCacheRead',
|
|
326
|
-
imageOptimizationCacheWrite: 'imageOptimizationCacheWrite',
|
|
327
|
-
imageOptimizationTransformation: 'imageOptimizationTransformation',
|
|
328
|
-
logDrainsVolume: 'logDrainsVolume',
|
|
329
|
-
monitoringMetric: 'monitoringMetric',
|
|
330
|
-
blobDataTransfer: 'blobDataTransfer',
|
|
331
|
-
observabilityEvent: 'observabilityEvent',
|
|
332
|
-
onDemandConcurrencyMinutes: 'onDemandConcurrencyMinutes',
|
|
333
|
-
runtimeCacheRead: 'runtimeCacheRead',
|
|
334
|
-
runtimeCacheWrite: 'runtimeCacheWrite',
|
|
335
|
-
serverlessFunctionExecution: 'serverlessFunctionExecution',
|
|
336
|
-
sourceImages: 'sourceImages',
|
|
337
|
-
wafOwaspExcessBytes: 'wafOwaspExcessBytes',
|
|
338
|
-
wafOwaspRequests: 'wafOwaspRequests',
|
|
339
|
-
wafRateLimitRequest: 'wafRateLimitRequest',
|
|
340
|
-
webAnalyticsEvent: 'webAnalyticsEvent'
|
|
341
|
-
};
|
|
342
|
-
export const postgresBlockReasonEnum = {
|
|
343
|
-
admin_override: 'admin_override',
|
|
344
|
-
limits_exceeded: 'limits_exceeded'
|
|
345
|
-
};
|
|
346
|
-
export const postgresOverageReasonEnum = {
|
|
347
|
-
analyticsUsage: 'analyticsUsage',
|
|
348
|
-
artifacts: 'artifacts',
|
|
349
|
-
bandwidth: 'bandwidth',
|
|
350
|
-
blobTotalAdvancedRequests: 'blobTotalAdvancedRequests',
|
|
351
|
-
blobTotalAvgSizeInBytes: 'blobTotalAvgSizeInBytes',
|
|
352
|
-
blobTotalGetResponseObjectSizeInBytes: 'blobTotalGetResponseObjectSizeInBytes',
|
|
353
|
-
blobTotalSimpleRequests: 'blobTotalSimpleRequests',
|
|
354
|
-
connectDataTransfer: 'connectDataTransfer',
|
|
355
|
-
dataCacheRead: 'dataCacheRead',
|
|
356
|
-
dataCacheWrite: 'dataCacheWrite',
|
|
357
|
-
edgeConfigRead: 'edgeConfigRead',
|
|
358
|
-
edgeConfigWrite: 'edgeConfigWrite',
|
|
359
|
-
edgeFunctionExecutionUnits: 'edgeFunctionExecutionUnits',
|
|
360
|
-
edgeMiddlewareInvocations: 'edgeMiddlewareInvocations',
|
|
361
|
-
edgeRequestAdditionalCpuDuration: 'edgeRequestAdditionalCpuDuration',
|
|
362
|
-
edgeRequest: 'edgeRequest',
|
|
363
|
-
elasticConcurrencyBuildSlots: 'elasticConcurrencyBuildSlots',
|
|
364
|
-
fastDataTransfer: 'fastDataTransfer',
|
|
365
|
-
fastOriginTransfer: 'fastOriginTransfer',
|
|
366
|
-
fluidCpuDuration: 'fluidCpuDuration',
|
|
367
|
-
fluidDuration: 'fluidDuration',
|
|
368
|
-
functionDuration: 'functionDuration',
|
|
369
|
-
functionInvocation: 'functionInvocation',
|
|
370
|
-
imageOptimizationCacheRead: 'imageOptimizationCacheRead',
|
|
371
|
-
imageOptimizationCacheWrite: 'imageOptimizationCacheWrite',
|
|
372
|
-
imageOptimizationTransformation: 'imageOptimizationTransformation',
|
|
373
|
-
logDrainsVolume: 'logDrainsVolume',
|
|
374
|
-
monitoringMetric: 'monitoringMetric',
|
|
375
|
-
blobDataTransfer: 'blobDataTransfer',
|
|
376
|
-
observabilityEvent: 'observabilityEvent',
|
|
377
|
-
onDemandConcurrencyMinutes: 'onDemandConcurrencyMinutes',
|
|
378
|
-
runtimeCacheRead: 'runtimeCacheRead',
|
|
379
|
-
runtimeCacheWrite: 'runtimeCacheWrite',
|
|
380
|
-
serverlessFunctionExecution: 'serverlessFunctionExecution',
|
|
381
|
-
sourceImages: 'sourceImages',
|
|
382
|
-
wafOwaspExcessBytes: 'wafOwaspExcessBytes',
|
|
383
|
-
wafOwaspRequests: 'wafOwaspRequests',
|
|
384
|
-
wafRateLimitRequest: 'wafRateLimitRequest',
|
|
385
|
-
webAnalyticsEvent: 'webAnalyticsEvent'
|
|
386
|
-
};
|
|
387
|
-
export const redisBlockReasonEnum = {
|
|
388
|
-
admin_override: 'admin_override',
|
|
389
|
-
limits_exceeded: 'limits_exceeded'
|
|
390
|
-
};
|
|
391
|
-
export const redisOverageReasonEnum = {
|
|
392
|
-
analyticsUsage: 'analyticsUsage',
|
|
393
|
-
artifacts: 'artifacts',
|
|
394
|
-
bandwidth: 'bandwidth',
|
|
395
|
-
blobTotalAdvancedRequests: 'blobTotalAdvancedRequests',
|
|
396
|
-
blobTotalAvgSizeInBytes: 'blobTotalAvgSizeInBytes',
|
|
397
|
-
blobTotalGetResponseObjectSizeInBytes: 'blobTotalGetResponseObjectSizeInBytes',
|
|
398
|
-
blobTotalSimpleRequests: 'blobTotalSimpleRequests',
|
|
399
|
-
connectDataTransfer: 'connectDataTransfer',
|
|
400
|
-
dataCacheRead: 'dataCacheRead',
|
|
401
|
-
dataCacheWrite: 'dataCacheWrite',
|
|
402
|
-
edgeConfigRead: 'edgeConfigRead',
|
|
403
|
-
edgeConfigWrite: 'edgeConfigWrite',
|
|
404
|
-
edgeFunctionExecutionUnits: 'edgeFunctionExecutionUnits',
|
|
405
|
-
edgeMiddlewareInvocations: 'edgeMiddlewareInvocations',
|
|
406
|
-
edgeRequestAdditionalCpuDuration: 'edgeRequestAdditionalCpuDuration',
|
|
407
|
-
edgeRequest: 'edgeRequest',
|
|
408
|
-
elasticConcurrencyBuildSlots: 'elasticConcurrencyBuildSlots',
|
|
409
|
-
fastDataTransfer: 'fastDataTransfer',
|
|
410
|
-
fastOriginTransfer: 'fastOriginTransfer',
|
|
411
|
-
fluidCpuDuration: 'fluidCpuDuration',
|
|
412
|
-
fluidDuration: 'fluidDuration',
|
|
413
|
-
functionDuration: 'functionDuration',
|
|
414
|
-
functionInvocation: 'functionInvocation',
|
|
415
|
-
imageOptimizationCacheRead: 'imageOptimizationCacheRead',
|
|
416
|
-
imageOptimizationCacheWrite: 'imageOptimizationCacheWrite',
|
|
417
|
-
imageOptimizationTransformation: 'imageOptimizationTransformation',
|
|
418
|
-
logDrainsVolume: 'logDrainsVolume',
|
|
419
|
-
monitoringMetric: 'monitoringMetric',
|
|
420
|
-
blobDataTransfer: 'blobDataTransfer',
|
|
421
|
-
observabilityEvent: 'observabilityEvent',
|
|
422
|
-
onDemandConcurrencyMinutes: 'onDemandConcurrencyMinutes',
|
|
423
|
-
runtimeCacheRead: 'runtimeCacheRead',
|
|
424
|
-
runtimeCacheWrite: 'runtimeCacheWrite',
|
|
425
|
-
serverlessFunctionExecution: 'serverlessFunctionExecution',
|
|
426
|
-
sourceImages: 'sourceImages',
|
|
427
|
-
wafOwaspExcessBytes: 'wafOwaspExcessBytes',
|
|
428
|
-
wafOwaspRequests: 'wafOwaspRequests',
|
|
429
|
-
wafRateLimitRequest: 'wafRateLimitRequest',
|
|
430
|
-
webAnalyticsEvent: 'webAnalyticsEvent'
|
|
431
|
-
};
|
|
432
|
-
export const newOwnerVersionEnum = {
|
|
433
|
-
northstar: 'northstar'
|
|
434
|
-
};
|
|
435
|
-
export const browserNameEnum = {
|
|
436
|
-
iphone: 'iphone',
|
|
437
|
-
ipad: 'ipad',
|
|
438
|
-
ipod: 'ipod',
|
|
439
|
-
chrome: 'chrome',
|
|
440
|
-
firefox: 'firefox',
|
|
441
|
-
mozilla: 'mozilla',
|
|
442
|
-
unknown: 'unknown'
|
|
443
|
-
};
|
|
444
|
-
export const osNameEnum = {
|
|
445
|
-
unknown: 'unknown',
|
|
446
|
-
darwin: 'darwin',
|
|
447
|
-
win32: 'win32',
|
|
448
|
-
win: 'win',
|
|
449
|
-
windows: 'windows',
|
|
450
|
-
linux: 'linux',
|
|
451
|
-
freebsd: 'freebsd',
|
|
452
|
-
sunos: 'sunos',
|
|
453
|
-
mac: 'mac',
|
|
454
|
-
ios: 'ios',
|
|
455
|
-
android: 'android',
|
|
456
|
-
'Mac OS': 'Mac OS',
|
|
457
|
-
'OS X': 'OS X'
|
|
458
|
-
};
|
|
459
|
-
export const roleEnum = {
|
|
460
|
-
OWNER: 'OWNER',
|
|
461
|
-
MEMBER: 'MEMBER',
|
|
462
|
-
DEVELOPER: 'DEVELOPER',
|
|
463
|
-
SECURITY: 'SECURITY',
|
|
464
|
-
BILLING: 'BILLING',
|
|
465
|
-
VIEWER: 'VIEWER',
|
|
466
|
-
CONTRIBUTOR: 'CONTRIBUTOR'
|
|
467
|
-
};
|
|
468
|
-
export const joinedFromOriginEnum2 = {
|
|
469
|
-
teams: 'teams',
|
|
470
|
-
saml: 'saml',
|
|
471
|
-
link: 'link',
|
|
472
|
-
github: 'github',
|
|
473
|
-
gitlab: 'gitlab',
|
|
474
|
-
bitbucket: 'bitbucket',
|
|
475
|
-
mail: 'mail',
|
|
476
|
-
import: 'import',
|
|
477
|
-
dsync: 'dsync',
|
|
478
|
-
feedback: 'feedback',
|
|
479
|
-
'organization-teams': 'organization-teams'
|
|
480
|
-
};
|
|
481
|
-
export const ssoProtectionDeploymentTypeEnum = {
|
|
482
|
-
all: 'all',
|
|
483
|
-
preview: 'preview',
|
|
484
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
485
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
486
|
-
};
|
|
487
|
-
export const payloadSsoProtectionEnum = {
|
|
488
|
-
all: 'all',
|
|
489
|
-
preview: 'preview',
|
|
490
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
491
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
492
|
-
};
|
|
493
|
-
export const oldSsoProtectionDeploymentTypeEnum = {
|
|
494
|
-
all: 'all',
|
|
495
|
-
preview: 'preview',
|
|
496
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
497
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
498
|
-
};
|
|
499
|
-
export const payloadOldSsoProtectionEnum = {
|
|
500
|
-
all: 'all',
|
|
501
|
-
preview: 'preview',
|
|
502
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
503
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
504
|
-
};
|
|
505
|
-
export const passwordProtectionDeploymentTypeEnum = {
|
|
506
|
-
all: 'all',
|
|
507
|
-
preview: 'preview',
|
|
508
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
509
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
510
|
-
};
|
|
511
|
-
export const payloadPasswordProtectionEnum = {
|
|
512
|
-
all: 'all',
|
|
513
|
-
preview: 'preview',
|
|
514
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
515
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
516
|
-
};
|
|
517
|
-
export const oldPasswordProtectionDeploymentTypeEnum = {
|
|
518
|
-
all: 'all',
|
|
519
|
-
preview: 'preview',
|
|
520
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
521
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
522
|
-
};
|
|
523
|
-
export const payloadOldPasswordProtectionEnum = {
|
|
524
|
-
all: 'all',
|
|
525
|
-
preview: 'preview',
|
|
526
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
527
|
-
all_except_custom_domains: 'all_except_custom_domains'
|
|
528
|
-
};
|
|
529
|
-
export const payloadTrustedIpsEnum = {
|
|
530
|
-
all: 'all',
|
|
531
|
-
preview: 'preview',
|
|
532
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
533
|
-
all_except_custom_domains: 'all_except_custom_domains',
|
|
534
|
-
production: 'production'
|
|
535
|
-
};
|
|
536
|
-
export const payloadOldTrustedIpsEnum = {
|
|
537
|
-
all: 'all',
|
|
538
|
-
preview: 'preview',
|
|
539
|
-
prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
|
|
540
|
-
all_except_custom_domains: 'all_except_custom_domains',
|
|
541
|
-
production: 'production'
|
|
542
|
-
};
|
|
543
|
-
export const payloadActionEnum4 = {
|
|
544
|
-
enabled: 'enabled',
|
|
545
|
-
disabled: 'disabled',
|
|
546
|
-
regenerated: 'regenerated'
|
|
547
|
-
};
|
|
548
|
-
export const oldConnectConfigurationsEnvIdEnum = {
|
|
549
|
-
preview: 'preview',
|
|
550
|
-
production: 'production'
|
|
551
|
-
};
|
|
552
|
-
export const newConnectConfigurationsEnvIdEnum = {
|
|
553
|
-
preview: 'preview',
|
|
554
|
-
production: 'production'
|
|
555
|
-
};
|
|
556
|
-
export const budgetTypeEnum = {
|
|
557
|
-
fixed: 'fixed'
|
|
558
|
-
};
|
|
559
|
-
export const budgetPricingPlanEnum = {
|
|
560
|
-
legacy: 'legacy',
|
|
561
|
-
unbundled: 'unbundled'
|
|
562
|
-
};
|
|
563
|
-
export const budgetItemTypeEnum = {
|
|
564
|
-
fixed: 'fixed'
|
|
565
|
-
};
|
|
566
|
-
export const budgetItemPricingPlanEnum = {
|
|
567
|
-
legacy: 'legacy',
|
|
568
|
-
unbundled: 'unbundled'
|
|
569
|
-
};
|
|
570
|
-
export const payloadTypeEnum2 = {
|
|
571
|
-
redis: 'redis',
|
|
572
|
-
postgres: 'postgres',
|
|
573
|
-
'edge-config': 'edge-config',
|
|
574
|
-
blob: 'blob',
|
|
575
|
-
integration: 'integration'
|
|
576
|
-
};
|
|
577
|
-
export const payloadStoreTypeEnum = {
|
|
578
|
-
redis: 'redis',
|
|
579
|
-
postgres: 'postgres'
|
|
580
|
-
};
|
|
581
|
-
export const projectMembershipRoleEnum = {
|
|
582
|
-
ADMIN: 'ADMIN',
|
|
583
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
584
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
585
|
-
};
|
|
586
|
-
export const removedMembershipRoleEnum = {
|
|
587
|
-
ADMIN: 'ADMIN',
|
|
588
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
589
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
590
|
-
};
|
|
591
|
-
export const projectMembershipRoleEnum2 = {
|
|
592
|
-
ADMIN: 'ADMIN',
|
|
593
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
594
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
595
|
-
};
|
|
596
|
-
export const projectMembershipPreviousRoleEnum = {
|
|
597
|
-
ADMIN: 'ADMIN',
|
|
598
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
599
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
600
|
-
};
|
|
601
|
-
export const projectRoleEnum = {
|
|
602
|
-
ADMIN: 'ADMIN',
|
|
603
|
-
PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
|
|
604
|
-
PROJECT_VIEWER: 'PROJECT_VIEWER'
|
|
605
|
-
};
|
|
606
|
-
export const payloadActionEnum5 = {
|
|
607
|
-
enable: 'enable',
|
|
608
|
-
disable: 'disable'
|
|
609
|
-
};
|
|
610
|
-
export const payloadTierEnum = {
|
|
611
|
-
pro: 'pro',
|
|
612
|
-
plus: 'plus'
|
|
613
|
-
};
|
|
614
|
-
export const payloadGrantTypeEnum = {
|
|
615
|
-
authorization_code: 'authorization_code',
|
|
616
|
-
refresh_token: 'refresh_token',
|
|
617
|
-
'urn:ietf:params:oauth:grant-type:device_code': 'urn:ietf:params:oauth:grant-type:device_code',
|
|
618
|
-
client_credentials: 'client_credentials'
|
|
619
|
-
};
|
|
620
|
-
export const payloadAuthMethodEnum = {
|
|
621
|
-
email: 'email',
|
|
622
|
-
saml: 'saml',
|
|
623
|
-
github: 'github',
|
|
624
|
-
gitlab: 'gitlab',
|
|
625
|
-
bitbucket: 'bitbucket',
|
|
626
|
-
manual: 'manual',
|
|
627
|
-
passkey: 'passkey',
|
|
628
|
-
otp: 'otp',
|
|
629
|
-
sms: 'sms',
|
|
630
|
-
invite: 'invite',
|
|
631
|
-
google: 'google'
|
|
632
|
-
};
|
|
633
|
-
export const rolesEnum = {
|
|
634
|
-
OWNER: 'OWNER',
|
|
635
|
-
MEMBER: 'MEMBER',
|
|
636
|
-
DEVELOPER: 'DEVELOPER',
|
|
637
|
-
SECURITY: 'SECURITY',
|
|
638
|
-
BILLING: 'BILLING',
|
|
639
|
-
VIEWER: 'VIEWER',
|
|
640
|
-
CONTRIBUTOR: 'CONTRIBUTOR'
|
|
641
|
-
};
|
|
642
|
-
export const teamEnablePreviewFeedbackEnum = {
|
|
643
|
-
default: 'default',
|
|
644
|
-
'default-force': 'default-force',
|
|
645
|
-
off: 'off',
|
|
646
|
-
'off-force': 'off-force',
|
|
647
|
-
on: 'on',
|
|
648
|
-
'on-force': 'on-force'
|
|
649
|
-
};
|
|
650
|
-
export const teamEnableProductionFeedbackEnum = {
|
|
651
|
-
default: 'default',
|
|
652
|
-
'default-force': 'default-force',
|
|
653
|
-
off: 'off',
|
|
654
|
-
'off-force': 'off-force',
|
|
655
|
-
on: 'on',
|
|
656
|
-
'on-force': 'on-force'
|
|
657
|
-
};
|
|
658
|
-
export const teamSensitiveEnvironmentVariablePolicyEnum = {
|
|
659
|
-
default: 'default',
|
|
660
|
-
off: 'off',
|
|
661
|
-
on: 'on'
|
|
662
|
-
};
|
|
663
|
-
export const membershipRoleEnum = {
|
|
664
|
-
BILLING: 'BILLING',
|
|
665
|
-
CONTRIBUTOR: 'CONTRIBUTOR',
|
|
666
|
-
DEVELOPER: 'DEVELOPER',
|
|
667
|
-
MEMBER: 'MEMBER',
|
|
668
|
-
OWNER: 'OWNER',
|
|
669
|
-
SECURITY: 'SECURITY',
|
|
670
|
-
VIEWER: 'VIEWER'
|
|
671
|
-
};
|
|
672
|
-
export const membershipTeamRolesEnum = {
|
|
673
|
-
BILLING: 'BILLING',
|
|
674
|
-
CONTRIBUTOR: 'CONTRIBUTOR',
|
|
675
|
-
DEVELOPER: 'DEVELOPER',
|
|
676
|
-
MEMBER: 'MEMBER',
|
|
677
|
-
OWNER: 'OWNER',
|
|
678
|
-
SECURITY: 'SECURITY',
|
|
679
|
-
VIEWER: 'VIEWER'
|
|
680
|
-
};
|
|
681
|
-
export const membershipTeamPermissionsEnum = {
|
|
682
|
-
CreateProject: 'CreateProject',
|
|
683
|
-
EnvVariableManager: 'EnvVariableManager',
|
|
684
|
-
EnvironmentManager: 'EnvironmentManager',
|
|
685
|
-
FullProductionDeployment: 'FullProductionDeployment',
|
|
686
|
-
UsageViewer: 'UsageViewer'
|
|
687
|
-
};
|
|
688
|
-
export const joinedFromOriginEnum3 = {
|
|
689
|
-
bitbucket: 'bitbucket',
|
|
690
|
-
dsync: 'dsync',
|
|
691
|
-
feedback: 'feedback',
|
|
692
|
-
github: 'github',
|
|
693
|
-
gitlab: 'gitlab',
|
|
694
|
-
import: 'import',
|
|
695
|
-
link: 'link',
|
|
696
|
-
mail: 'mail',
|
|
697
|
-
'organization-teams': 'organization-teams',
|
|
698
|
-
saml: 'saml',
|
|
699
|
-
teams: 'teams'
|
|
700
|
-
};
|
|
701
|
-
export const teamLimitedLimitedByEnum = {
|
|
702
|
-
mfa: 'mfa',
|
|
703
|
-
scope: 'scope'
|
|
704
|
-
};
|
|
705
|
-
export const membershipRoleEnum2 = {
|
|
706
|
-
BILLING: 'BILLING',
|
|
707
|
-
CONTRIBUTOR: 'CONTRIBUTOR',
|
|
708
|
-
DEVELOPER: 'DEVELOPER',
|
|
709
|
-
MEMBER: 'MEMBER',
|
|
710
|
-
OWNER: 'OWNER',
|
|
711
|
-
SECURITY: 'SECURITY',
|
|
712
|
-
VIEWER: 'VIEWER'
|
|
713
|
-
};
|
|
714
|
-
export const membershipTeamRolesEnum2 = {
|
|
715
|
-
BILLING: 'BILLING',
|
|
716
|
-
CONTRIBUTOR: 'CONTRIBUTOR',
|
|
717
|
-
DEVELOPER: 'DEVELOPER',
|
|
718
|
-
MEMBER: 'MEMBER',
|
|
719
|
-
OWNER: 'OWNER',
|
|
720
|
-
SECURITY: 'SECURITY',
|
|
721
|
-
VIEWER: 'VIEWER'
|
|
722
|
-
};
|
|
723
|
-
export const membershipTeamPermissionsEnum2 = {
|
|
724
|
-
CreateProject: 'CreateProject',
|
|
725
|
-
EnvVariableManager: 'EnvVariableManager',
|
|
726
|
-
EnvironmentManager: 'EnvironmentManager',
|
|
727
|
-
FullProductionDeployment: 'FullProductionDeployment',
|
|
728
|
-
UsageViewer: 'UsageViewer'
|
|
729
|
-
};
|
|
730
|
-
export const joinedFromOriginEnum4 = {
|
|
731
|
-
bitbucket: 'bitbucket',
|
|
732
|
-
dsync: 'dsync',
|
|
733
|
-
feedback: 'feedback',
|
|
734
|
-
github: 'github',
|
|
735
|
-
gitlab: 'gitlab',
|
|
736
|
-
import: 'import',
|
|
737
|
-
link: 'link',
|
|
738
|
-
mail: 'mail',
|
|
739
|
-
'organization-teams': 'organization-teams',
|
|
740
|
-
saml: 'saml',
|
|
741
|
-
teams: 'teams'
|
|
742
|
-
};
|
|
743
|
-
export const scopesTypeEnum = {
|
|
744
|
-
user: 'user'
|
|
745
|
-
};
|
|
746
|
-
export const sudoOriginEnum = {
|
|
747
|
-
totp: 'totp',
|
|
748
|
-
webauthn: 'webauthn',
|
|
749
|
-
'recovery-code': 'recovery-code'
|
|
750
|
-
};
|
|
751
|
-
export const scopesOriginEnum = {
|
|
752
|
-
saml: 'saml',
|
|
753
|
-
github: 'github',
|
|
754
|
-
gitlab: 'gitlab',
|
|
755
|
-
bitbucket: 'bitbucket',
|
|
756
|
-
email: 'email',
|
|
757
|
-
manual: 'manual',
|
|
758
|
-
passkey: 'passkey',
|
|
759
|
-
otp: 'otp',
|
|
760
|
-
sms: 'sms',
|
|
761
|
-
invite: 'invite',
|
|
762
|
-
google: 'google'
|
|
763
|
-
};
|
|
764
|
-
export const scopesTypeEnum2 = {
|
|
765
|
-
team: 'team'
|
|
766
|
-
};
|
|
767
|
-
export const scopesOriginEnum2 = {
|
|
768
|
-
saml: 'saml',
|
|
769
|
-
github: 'github',
|
|
770
|
-
gitlab: 'gitlab',
|
|
771
|
-
bitbucket: 'bitbucket',
|
|
772
|
-
email: 'email',
|
|
773
|
-
manual: 'manual',
|
|
774
|
-
passkey: 'passkey',
|
|
775
|
-
otp: 'otp',
|
|
776
|
-
sms: 'sms',
|
|
777
|
-
invite: 'invite',
|
|
778
|
-
google: 'google'
|
|
779
|
-
};
|
|
780
|
-
export const softBlockReasonEnum2 = {
|
|
781
|
-
BLOCKED_FOR_PLATFORM_ABUSE: 'BLOCKED_FOR_PLATFORM_ABUSE',
|
|
782
|
-
ENTERPRISE_TRIAL_ENDED: 'ENTERPRISE_TRIAL_ENDED',
|
|
783
|
-
FAIR_USE_LIMITS_EXCEEDED: 'FAIR_USE_LIMITS_EXCEEDED',
|
|
784
|
-
SUBSCRIPTION_CANCELED: 'SUBSCRIPTION_CANCELED',
|
|
785
|
-
SUBSCRIPTION_EXPIRED: 'SUBSCRIPTION_EXPIRED',
|
|
786
|
-
UNPAID_INVOICE: 'UNPAID_INVOICE'
|
|
787
|
-
};
|
|
788
|
-
export const softBlockBlockedDueToOverageTypeEnum2 = {
|
|
789
|
-
analyticsUsage: 'analyticsUsage',
|
|
790
|
-
artifacts: 'artifacts',
|
|
791
|
-
bandwidth: 'bandwidth',
|
|
792
|
-
blobDataTransfer: 'blobDataTransfer',
|
|
793
|
-
blobTotalAdvancedRequests: 'blobTotalAdvancedRequests',
|
|
794
|
-
blobTotalAvgSizeInBytes: 'blobTotalAvgSizeInBytes',
|
|
795
|
-
blobTotalGetResponseObjectSizeInBytes: 'blobTotalGetResponseObjectSizeInBytes',
|
|
796
|
-
blobTotalSimpleRequests: 'blobTotalSimpleRequests',
|
|
797
|
-
connectDataTransfer: 'connectDataTransfer',
|
|
798
|
-
dataCacheRead: 'dataCacheRead',
|
|
799
|
-
dataCacheWrite: 'dataCacheWrite',
|
|
800
|
-
edgeConfigRead: 'edgeConfigRead',
|
|
801
|
-
edgeConfigWrite: 'edgeConfigWrite',
|
|
802
|
-
edgeFunctionExecutionUnits: 'edgeFunctionExecutionUnits',
|
|
803
|
-
edgeMiddlewareInvocations: 'edgeMiddlewareInvocations',
|
|
804
|
-
edgeRequest: 'edgeRequest',
|
|
805
|
-
edgeRequestAdditionalCpuDuration: 'edgeRequestAdditionalCpuDuration',
|
|
806
|
-
elasticConcurrencyBuildSlots: 'elasticConcurrencyBuildSlots',
|
|
807
|
-
fastDataTransfer: 'fastDataTransfer',
|
|
808
|
-
fastOriginTransfer: 'fastOriginTransfer',
|
|
809
|
-
fluidCpuDuration: 'fluidCpuDuration',
|
|
810
|
-
fluidDuration: 'fluidDuration',
|
|
811
|
-
functionDuration: 'functionDuration',
|
|
812
|
-
functionInvocation: 'functionInvocation',
|
|
813
|
-
imageOptimizationCacheRead: 'imageOptimizationCacheRead',
|
|
814
|
-
imageOptimizationCacheWrite: 'imageOptimizationCacheWrite',
|
|
815
|
-
imageOptimizationTransformation: 'imageOptimizationTransformation',
|
|
816
|
-
logDrainsVolume: 'logDrainsVolume',
|
|
817
|
-
monitoringMetric: 'monitoringMetric',
|
|
818
|
-
observabilityEvent: 'observabilityEvent',
|
|
819
|
-
onDemandConcurrencyMinutes: 'onDemandConcurrencyMinutes',
|
|
820
|
-
runtimeCacheRead: 'runtimeCacheRead',
|
|
821
|
-
runtimeCacheWrite: 'runtimeCacheWrite',
|
|
822
|
-
serverlessFunctionExecution: 'serverlessFunctionExecution',
|
|
823
|
-
sourceImages: 'sourceImages',
|
|
824
|
-
wafOwaspExcessBytes: 'wafOwaspExcessBytes',
|
|
825
|
-
wafOwaspRequests: 'wafOwaspRequests',
|
|
826
|
-
wafRateLimitRequest: 'wafRateLimitRequest',
|
|
827
|
-
webAnalyticsEvent: 'webAnalyticsEvent'
|
|
828
|
-
};
|
|
829
|
-
export const buildMachinePurchaseTypeEnum2 = {
|
|
830
|
-
enhanced: 'enhanced',
|
|
831
|
-
turbo: 'turbo'
|
|
832
|
-
};
|
|
833
|
-
export const activeDashboardViewsViewPreferenceEnum2 = {
|
|
834
|
-
cards: 'cards',
|
|
835
|
-
list: 'list'
|
|
836
|
-
};
|
|
837
|
-
export const activeDashboardViewsFavoritesViewPreferenceEnum2 = {
|
|
838
|
-
closed: 'closed',
|
|
839
|
-
open: 'open'
|
|
840
|
-
};
|
|
841
|
-
export const activeDashboardViewsRecentsViewPreferenceEnum2 = {
|
|
842
|
-
closed: 'closed',
|
|
843
|
-
open: 'open'
|
|
844
|
-
};
|
|
845
|
-
export const authUserImportFlowGitProviderEnum = {
|
|
846
|
-
bitbucket: 'bitbucket',
|
|
847
|
-
github: 'github',
|
|
848
|
-
'github-custom-host': 'github-custom-host',
|
|
849
|
-
'github-limited': 'github-limited',
|
|
850
|
-
gitlab: 'gitlab'
|
|
851
|
-
};
|
|
852
|
-
export const fileTreeTypeEnum = {
|
|
853
|
-
directory: 'directory',
|
|
854
|
-
file: 'file',
|
|
855
|
-
invalid: 'invalid',
|
|
856
|
-
lambda: 'lambda',
|
|
857
|
-
middleware: 'middleware',
|
|
858
|
-
symlink: 'symlink'
|
|
859
|
-
};
|
|
860
|
-
export const getDeploymentEventsQueryParamsDirectionEnum = {
|
|
861
|
-
backward: 'backward',
|
|
862
|
-
forward: 'forward'
|
|
863
|
-
};
|
|
864
|
-
export const getDeploymentEventsQueryParamsFollowEnum = {
|
|
865
|
-
'0': 0,
|
|
866
|
-
'1': 1
|
|
867
|
-
};
|
|
868
|
-
export const getDeploymentEventsQueryParamsDelimiterEnum = {
|
|
869
|
-
'0': 0,
|
|
870
|
-
'1': 1
|
|
871
|
-
};
|
|
872
|
-
export const getDeploymentEventsQueryParamsBuildsEnum = {
|
|
873
|
-
'0': 0,
|
|
874
|
-
'1': 1
|
|
875
|
-
};
|
|
876
|
-
export const createDeploymentQueryParamsForceNewEnum = {
|
|
877
|
-
'0': '0',
|
|
878
|
-
'1': '1'
|
|
879
|
-
};
|
|
880
|
-
export const createDeploymentQueryParamsSkipAutoDetectionConfirmationEnum = {
|
|
881
|
-
'0': '0',
|
|
882
|
-
'1': '1'
|
|
883
|
-
};
|
|
884
|
-
export const checkDomainPriceQueryParamsTypeEnum = {
|
|
885
|
-
new: 'new',
|
|
886
|
-
renewal: 'renewal',
|
|
887
|
-
transfer: 'transfer',
|
|
888
|
-
redemption: 'redemption'
|
|
889
|
-
};
|
|
890
|
-
export const getDomainConfigQueryParamsStrictEnum = {
|
|
891
|
-
true: 'true',
|
|
892
|
-
false: 'false'
|
|
893
|
-
};
|
|
894
|
-
export const getConfigurationsQueryParamsViewEnum = {
|
|
895
|
-
account: 'account',
|
|
896
|
-
project: 'project'
|
|
897
|
-
};
|
|
898
|
-
export const getConfigurationsQueryParamsInstallationTypeEnum = {
|
|
899
|
-
marketplace: 'marketplace',
|
|
900
|
-
external: 'external'
|
|
901
|
-
};
|
|
902
|
-
export const getProjectsQueryParamsGitForkProtectionEnum = {
|
|
903
|
-
'1': '1',
|
|
904
|
-
'0': '0'
|
|
905
|
-
};
|
|
906
|
-
export const getProjectDomainsQueryParamsProductionEnum = {
|
|
907
|
-
true: 'true',
|
|
908
|
-
false: 'false'
|
|
909
|
-
};
|
|
910
|
-
export const getProjectDomainsQueryParamsTargetEnum = {
|
|
911
|
-
production: 'production',
|
|
912
|
-
preview: 'preview'
|
|
913
|
-
};
|
|
914
|
-
export const getProjectDomainsQueryParamsRedirectsEnum = {
|
|
915
|
-
true: 'true',
|
|
916
|
-
false: 'false'
|
|
917
|
-
};
|
|
918
|
-
export const getProjectDomainsQueryParamsVerifiedEnum = {
|
|
919
|
-
true: 'true',
|
|
920
|
-
false: 'false'
|
|
921
|
-
};
|
|
922
|
-
export const getProjectDomainsQueryParamsOrderEnum = {
|
|
923
|
-
ASC: 'ASC',
|
|
924
|
-
DESC: 'DESC'
|
|
925
|
-
};
|
|
926
|
-
export const filterProjectEnvsQueryParamsDecryptEnum = {
|
|
927
|
-
true: 'true',
|
|
928
|
-
false: 'false'
|
|
929
|
-
};
|
|
930
|
-
export const getRollingReleaseQueryParamsStateEnum = {
|
|
931
|
-
ACTIVE: 'ACTIVE',
|
|
932
|
-
COMPLETE: 'COMPLETE',
|
|
933
|
-
ABORTED: 'ABORTED'
|
|
934
|
-
};
|
|
935
|
-
export const getTeamMembersQueryParamsRoleEnum = {
|
|
936
|
-
OWNER: 'OWNER',
|
|
937
|
-
MEMBER: 'MEMBER',
|
|
938
|
-
DEVELOPER: 'DEVELOPER',
|
|
939
|
-
VIEWER: 'VIEWER',
|
|
940
|
-
BILLING: 'BILLING',
|
|
941
|
-
CONTRIBUTOR: 'CONTRIBUTOR'
|
|
942
|
-
};
|
|
943
|
-
export const getSecretQueryParamsDecryptEnum = {
|
|
944
|
-
true: 'true',
|
|
945
|
-
false: 'false'
|
|
946
|
-
};
|