vercel-api-js 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ exports.ACLActionEnum = {
12
12
  delete: 'delete',
13
13
  list: 'list',
14
14
  read: 'read',
15
- update: 'update',
15
+ update: 'update'
16
16
  };
17
17
  exports.entitiesTypeEnum = {
18
18
  author: 'author',
@@ -35,139 +35,139 @@ exports.entitiesTypeEnum = {
35
35
  scaling_rules: 'scaling_rules',
36
36
  store: 'store',
37
37
  system: 'system',
38
- target: 'target',
38
+ target: 'target'
39
39
  };
40
40
  exports.principalTypeEnum = {
41
- user: 'user',
41
+ user: 'user'
42
42
  };
43
43
  exports.principalTypeEnum2 = {
44
- app: 'app',
44
+ app: 'app'
45
45
  };
46
46
  exports.viaTypeEnum = {
47
- user: 'user',
47
+ user: 'user'
48
48
  };
49
49
  exports.viaTypeEnum2 = {
50
- app: 'app',
50
+ app: 'app'
51
51
  };
52
52
  exports.payloadActionEnum = {
53
53
  created: 'created',
54
54
  updated: 'updated',
55
55
  deleted: 'deleted',
56
56
  archived: 'archived',
57
- unarchived: 'unarchived',
57
+ unarchived: 'unarchived'
58
58
  };
59
59
  exports.payloadNextRoleEnum = {
60
60
  ADMIN: 'ADMIN',
61
61
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
62
- PROJECT_VIEWER: 'PROJECT_VIEWER',
62
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
63
63
  };
64
64
  exports.payloadPreviousRoleEnum = {
65
65
  ADMIN: 'ADMIN',
66
66
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
67
- PROJECT_VIEWER: 'PROJECT_VIEWER',
67
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
68
68
  };
69
69
  exports.payloadActionEnum2 = {
70
70
  created: 'created',
71
- removed: 'removed',
71
+ removed: 'removed'
72
72
  };
73
73
  exports.payloadTypeEnum = {
74
74
  system: 'system',
75
75
  encrypted: 'encrypted',
76
76
  plain: 'plain',
77
- sensitive: 'sensitive',
77
+ sensitive: 'sensitive'
78
78
  };
79
79
  exports.payloadTargetEnum = {
80
80
  production: 'production',
81
81
  preview: 'preview',
82
- development: 'development',
82
+ development: 'development'
83
83
  };
84
84
  exports.oldEnvVarTypeEnum = {
85
85
  system: 'system',
86
86
  encrypted: 'encrypted',
87
87
  plain: 'plain',
88
- sensitive: 'sensitive',
88
+ sensitive: 'sensitive'
89
89
  };
90
90
  exports.oldEnvVarTargetEnum = {
91
91
  production: 'production',
92
92
  preview: 'preview',
93
- development: 'development',
93
+ development: 'development'
94
94
  };
95
95
  exports.newEnvVarTypeEnum = {
96
96
  system: 'system',
97
97
  encrypted: 'encrypted',
98
98
  plain: 'plain',
99
- sensitive: 'sensitive',
99
+ sensitive: 'sensitive'
100
100
  };
101
101
  exports.newEnvVarTargetEnum = {
102
102
  production: 'production',
103
103
  preview: 'preview',
104
- development: 'development',
104
+ development: 'development'
105
105
  };
106
106
  exports.updateDiffOldTargetEnum = {
107
107
  production: 'production',
108
108
  preview: 'preview',
109
- development: 'development',
109
+ development: 'development'
110
110
  };
111
111
  exports.updateDiffNewTargetEnum = {
112
112
  production: 'production',
113
113
  preview: 'preview',
114
- development: 'development',
114
+ development: 'development'
115
115
  };
116
116
  exports.payloadActionEnum3 = {
117
117
  log: 'log',
118
118
  challenge: 'challenge',
119
- deny: 'deny',
119
+ deny: 'deny'
120
120
  };
121
121
  exports.actionEnum = {
122
122
  log: 'log',
123
123
  challenge: 'challenge',
124
- deny: 'deny',
124
+ deny: 'deny'
125
125
  };
126
126
  exports.blockHistoryActionEnum = {
127
127
  'hard-blocked': 'hard-blocked',
128
128
  'soft-blocked': 'soft-blocked',
129
- unblocked: 'unblocked',
129
+ unblocked: 'unblocked'
130
130
  };
131
131
  exports.billingPlanEnum = {
132
132
  pro: 'pro',
133
133
  enterprise: 'enterprise',
134
- hobby: 'hobby',
134
+ hobby: 'hobby'
135
135
  };
136
136
  exports.credentialsTypeEnum = {
137
137
  gitlab: 'gitlab',
138
138
  bitbucket: 'bitbucket',
139
139
  google: 'google',
140
140
  'github-oauth': 'github-oauth',
141
- 'github-app': 'github-app',
141
+ 'github-oauth-limited': 'github-oauth-limited'
142
142
  };
143
143
  exports.credentialsTypeEnum2 = {
144
- 'github-oauth-custom-host': 'github-oauth-custom-host',
145
- 'github-app-custom-host': 'github-app-custom-host',
144
+ 'github-oauth-custom-host': 'github-oauth-custom-host'
146
145
  };
147
146
  exports.newOwnerImportFlowGitProviderEnum = {
148
147
  github: 'github',
149
148
  gitlab: 'gitlab',
150
149
  bitbucket: 'bitbucket',
151
- 'github-custom-host': 'github-custom-host',
150
+ 'github-limited': 'github-limited',
151
+ 'github-custom-host': 'github-custom-host'
152
152
  };
153
153
  exports.buildMachinePurchaseTypeEnum = {
154
154
  enhanced: 'enhanced',
155
- turbo: 'turbo',
155
+ turbo: 'turbo'
156
156
  };
157
157
  exports.activeDashboardViewsViewPreferenceEnum = {
158
158
  cards: 'cards',
159
- list: 'list',
159
+ list: 'list'
160
160
  };
161
161
  exports.activeDashboardViewsFavoritesViewPreferenceEnum = {
162
162
  open: 'open',
163
- closed: 'closed',
163
+ closed: 'closed'
164
164
  };
165
165
  exports.activeDashboardViewsRecentsViewPreferenceEnum = {
166
166
  open: 'open',
167
- closed: 'closed',
167
+ closed: 'closed'
168
168
  };
169
169
  exports.siftRouteNameEnum = {
170
- string: 'string',
170
+ string: 'string'
171
171
  };
172
172
  exports.softBlockReasonEnum = {
173
173
  SUBSCRIPTION_CANCELED: 'SUBSCRIPTION_CANCELED',
@@ -175,7 +175,7 @@ exports.softBlockReasonEnum = {
175
175
  UNPAID_INVOICE: 'UNPAID_INVOICE',
176
176
  ENTERPRISE_TRIAL_ENDED: 'ENTERPRISE_TRIAL_ENDED',
177
177
  FAIR_USE_LIMITS_EXCEEDED: 'FAIR_USE_LIMITS_EXCEEDED',
178
- BLOCKED_FOR_PLATFORM_ABUSE: 'BLOCKED_FOR_PLATFORM_ABUSE',
178
+ BLOCKED_FOR_PLATFORM_ABUSE: 'BLOCKED_FOR_PLATFORM_ABUSE'
179
179
  };
180
180
  exports.softBlockBlockedDueToOverageTypeEnum = {
181
181
  analyticsUsage: 'analyticsUsage',
@@ -216,7 +216,7 @@ exports.softBlockBlockedDueToOverageTypeEnum = {
216
216
  wafOwaspExcessBytes: 'wafOwaspExcessBytes',
217
217
  wafOwaspRequests: 'wafOwaspRequests',
218
218
  wafRateLimitRequest: 'wafRateLimitRequest',
219
- webAnalyticsEvent: 'webAnalyticsEvent',
219
+ webAnalyticsEvent: 'webAnalyticsEvent'
220
220
  };
221
221
  exports.teamsRoleEnum = {
222
222
  OWNER: 'OWNER',
@@ -225,7 +225,7 @@ exports.teamsRoleEnum = {
225
225
  SECURITY: 'SECURITY',
226
226
  BILLING: 'BILLING',
227
227
  VIEWER: 'VIEWER',
228
- CONTRIBUTOR: 'CONTRIBUTOR',
228
+ CONTRIBUTOR: 'CONTRIBUTOR'
229
229
  };
230
230
  exports.teamsTeamRolesEnum = {
231
231
  OWNER: 'OWNER',
@@ -234,14 +234,14 @@ exports.teamsTeamRolesEnum = {
234
234
  SECURITY: 'SECURITY',
235
235
  BILLING: 'BILLING',
236
236
  VIEWER: 'VIEWER',
237
- CONTRIBUTOR: 'CONTRIBUTOR',
237
+ CONTRIBUTOR: 'CONTRIBUTOR'
238
238
  };
239
239
  exports.teamsTeamPermissionsEnum = {
240
240
  CreateProject: 'CreateProject',
241
241
  FullProductionDeployment: 'FullProductionDeployment',
242
242
  UsageViewer: 'UsageViewer',
243
243
  EnvVariableManager: 'EnvVariableManager',
244
- EnvironmentManager: 'EnvironmentManager',
244
+ EnvironmentManager: 'EnvironmentManager'
245
245
  };
246
246
  exports.joinedFromOriginEnum = {
247
247
  teams: 'teams',
@@ -254,10 +254,10 @@ exports.joinedFromOriginEnum = {
254
254
  import: 'import',
255
255
  dsync: 'dsync',
256
256
  feedback: 'feedback',
257
- 'organization-teams': 'organization-teams',
257
+ 'organization-teams': 'organization-teams'
258
258
  };
259
259
  exports.newOwnerTypeEnum = {
260
- user: 'user',
260
+ user: 'user'
261
261
  };
262
262
  exports.newOwnerEnablePreviewFeedbackEnum = {
263
263
  default: 'default',
@@ -265,43 +265,43 @@ exports.newOwnerEnablePreviewFeedbackEnum = {
265
265
  off: 'off',
266
266
  'on-force': 'on-force',
267
267
  'off-force': 'off-force',
268
- 'default-force': 'default-force',
268
+ 'default-force': 'default-force'
269
269
  };
270
270
  exports.webAnalyticsBlockReasonEnum = {
271
271
  admin_override: 'admin_override',
272
- limits_exceeded: 'limits_exceeded',
272
+ limits_exceeded: 'limits_exceeded'
273
273
  };
274
274
  exports.monitoringBlockReasonEnum = {
275
275
  admin_override: 'admin_override',
276
- limits_exceeded: 'limits_exceeded',
276
+ limits_exceeded: 'limits_exceeded'
277
277
  };
278
278
  exports.monitoringBlockTypeEnum = {
279
279
  soft: 'soft',
280
- hard: 'hard',
280
+ hard: 'hard'
281
281
  };
282
282
  exports.observabilityPlusBlockReasonEnum = {
283
283
  admin_override: 'admin_override',
284
- limits_exceeded: 'limits_exceeded',
284
+ limits_exceeded: 'limits_exceeded'
285
285
  };
286
286
  exports.observabilityPlusBlockTypeEnum = {
287
287
  soft: 'soft',
288
- hard: 'hard',
288
+ hard: 'hard'
289
289
  };
290
290
  exports.dataCacheBlockReasonEnum = {
291
291
  admin_override: 'admin_override',
292
- limits_exceeded: 'limits_exceeded',
292
+ limits_exceeded: 'limits_exceeded'
293
293
  };
294
294
  exports.imageOptimizationTransformationBlockReasonEnum = {
295
295
  admin_override: 'admin_override',
296
- limits_exceeded: 'limits_exceeded',
296
+ limits_exceeded: 'limits_exceeded'
297
297
  };
298
298
  exports.sourceImagesBlockReasonEnum = {
299
299
  admin_override: 'admin_override',
300
- limits_exceeded: 'limits_exceeded',
300
+ limits_exceeded: 'limits_exceeded'
301
301
  };
302
302
  exports.blobBlockReasonEnum = {
303
303
  admin_override: 'admin_override',
304
- limits_exceeded: 'limits_exceeded',
304
+ limits_exceeded: 'limits_exceeded'
305
305
  };
306
306
  exports.blobOverageReasonEnum = {
307
307
  analyticsUsage: 'analyticsUsage',
@@ -342,11 +342,11 @@ exports.blobOverageReasonEnum = {
342
342
  wafOwaspExcessBytes: 'wafOwaspExcessBytes',
343
343
  wafOwaspRequests: 'wafOwaspRequests',
344
344
  wafRateLimitRequest: 'wafRateLimitRequest',
345
- webAnalyticsEvent: 'webAnalyticsEvent',
345
+ webAnalyticsEvent: 'webAnalyticsEvent'
346
346
  };
347
347
  exports.postgresBlockReasonEnum = {
348
348
  admin_override: 'admin_override',
349
- limits_exceeded: 'limits_exceeded',
349
+ limits_exceeded: 'limits_exceeded'
350
350
  };
351
351
  exports.postgresOverageReasonEnum = {
352
352
  analyticsUsage: 'analyticsUsage',
@@ -387,11 +387,11 @@ exports.postgresOverageReasonEnum = {
387
387
  wafOwaspExcessBytes: 'wafOwaspExcessBytes',
388
388
  wafOwaspRequests: 'wafOwaspRequests',
389
389
  wafRateLimitRequest: 'wafRateLimitRequest',
390
- webAnalyticsEvent: 'webAnalyticsEvent',
390
+ webAnalyticsEvent: 'webAnalyticsEvent'
391
391
  };
392
392
  exports.redisBlockReasonEnum = {
393
393
  admin_override: 'admin_override',
394
- limits_exceeded: 'limits_exceeded',
394
+ limits_exceeded: 'limits_exceeded'
395
395
  };
396
396
  exports.redisOverageReasonEnum = {
397
397
  analyticsUsage: 'analyticsUsage',
@@ -432,10 +432,10 @@ exports.redisOverageReasonEnum = {
432
432
  wafOwaspExcessBytes: 'wafOwaspExcessBytes',
433
433
  wafOwaspRequests: 'wafOwaspRequests',
434
434
  wafRateLimitRequest: 'wafRateLimitRequest',
435
- webAnalyticsEvent: 'webAnalyticsEvent',
435
+ webAnalyticsEvent: 'webAnalyticsEvent'
436
436
  };
437
437
  exports.newOwnerVersionEnum = {
438
- northstar: 'northstar',
438
+ northstar: 'northstar'
439
439
  };
440
440
  exports.browserNameEnum = {
441
441
  iphone: 'iphone',
@@ -444,7 +444,7 @@ exports.browserNameEnum = {
444
444
  chrome: 'chrome',
445
445
  firefox: 'firefox',
446
446
  mozilla: 'mozilla',
447
- unknown: 'unknown',
447
+ unknown: 'unknown'
448
448
  };
449
449
  exports.osNameEnum = {
450
450
  unknown: 'unknown',
@@ -459,7 +459,7 @@ exports.osNameEnum = {
459
459
  ios: 'ios',
460
460
  android: 'android',
461
461
  'Mac OS': 'Mac OS',
462
- 'OS X': 'OS X',
462
+ 'OS X': 'OS X'
463
463
  };
464
464
  exports.roleEnum = {
465
465
  OWNER: 'OWNER',
@@ -468,7 +468,7 @@ exports.roleEnum = {
468
468
  SECURITY: 'SECURITY',
469
469
  BILLING: 'BILLING',
470
470
  VIEWER: 'VIEWER',
471
- CONTRIBUTOR: 'CONTRIBUTOR',
471
+ CONTRIBUTOR: 'CONTRIBUTOR'
472
472
  };
473
473
  exports.joinedFromOriginEnum2 = {
474
474
  teams: 'teams',
@@ -481,146 +481,146 @@ exports.joinedFromOriginEnum2 = {
481
481
  import: 'import',
482
482
  dsync: 'dsync',
483
483
  feedback: 'feedback',
484
- 'organization-teams': 'organization-teams',
484
+ 'organization-teams': 'organization-teams'
485
485
  };
486
486
  exports.ssoProtectionDeploymentTypeEnum = {
487
487
  all: 'all',
488
488
  preview: 'preview',
489
489
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
490
- all_except_custom_domains: 'all_except_custom_domains',
490
+ all_except_custom_domains: 'all_except_custom_domains'
491
491
  };
492
492
  exports.payloadSsoProtectionEnum = {
493
493
  all: 'all',
494
494
  preview: 'preview',
495
495
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
496
- all_except_custom_domains: 'all_except_custom_domains',
496
+ all_except_custom_domains: 'all_except_custom_domains'
497
497
  };
498
498
  exports.oldSsoProtectionDeploymentTypeEnum = {
499
499
  all: 'all',
500
500
  preview: 'preview',
501
501
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
502
- all_except_custom_domains: 'all_except_custom_domains',
502
+ all_except_custom_domains: 'all_except_custom_domains'
503
503
  };
504
504
  exports.payloadOldSsoProtectionEnum = {
505
505
  all: 'all',
506
506
  preview: 'preview',
507
507
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
508
- all_except_custom_domains: 'all_except_custom_domains',
508
+ all_except_custom_domains: 'all_except_custom_domains'
509
509
  };
510
510
  exports.passwordProtectionDeploymentTypeEnum = {
511
511
  all: 'all',
512
512
  preview: 'preview',
513
513
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
514
- all_except_custom_domains: 'all_except_custom_domains',
514
+ all_except_custom_domains: 'all_except_custom_domains'
515
515
  };
516
516
  exports.payloadPasswordProtectionEnum = {
517
517
  all: 'all',
518
518
  preview: 'preview',
519
519
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
520
- all_except_custom_domains: 'all_except_custom_domains',
520
+ all_except_custom_domains: 'all_except_custom_domains'
521
521
  };
522
522
  exports.oldPasswordProtectionDeploymentTypeEnum = {
523
523
  all: 'all',
524
524
  preview: 'preview',
525
525
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
526
- all_except_custom_domains: 'all_except_custom_domains',
526
+ all_except_custom_domains: 'all_except_custom_domains'
527
527
  };
528
528
  exports.payloadOldPasswordProtectionEnum = {
529
529
  all: 'all',
530
530
  preview: 'preview',
531
531
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
532
- all_except_custom_domains: 'all_except_custom_domains',
532
+ all_except_custom_domains: 'all_except_custom_domains'
533
533
  };
534
534
  exports.payloadTrustedIpsEnum = {
535
535
  all: 'all',
536
536
  preview: 'preview',
537
537
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
538
538
  all_except_custom_domains: 'all_except_custom_domains',
539
- production: 'production',
539
+ production: 'production'
540
540
  };
541
541
  exports.payloadOldTrustedIpsEnum = {
542
542
  all: 'all',
543
543
  preview: 'preview',
544
544
  prod_deployment_urls_and_all_previews: 'prod_deployment_urls_and_all_previews',
545
545
  all_except_custom_domains: 'all_except_custom_domains',
546
- production: 'production',
546
+ production: 'production'
547
547
  };
548
548
  exports.payloadActionEnum4 = {
549
549
  enabled: 'enabled',
550
550
  disabled: 'disabled',
551
- regenerated: 'regenerated',
551
+ regenerated: 'regenerated'
552
552
  };
553
553
  exports.oldConnectConfigurationsEnvIdEnum = {
554
554
  preview: 'preview',
555
- production: 'production',
555
+ production: 'production'
556
556
  };
557
557
  exports.newConnectConfigurationsEnvIdEnum = {
558
558
  preview: 'preview',
559
- production: 'production',
559
+ production: 'production'
560
560
  };
561
561
  exports.budgetTypeEnum = {
562
- fixed: 'fixed',
562
+ fixed: 'fixed'
563
563
  };
564
564
  exports.budgetPricingPlanEnum = {
565
565
  legacy: 'legacy',
566
- unbundled: 'unbundled',
566
+ unbundled: 'unbundled'
567
567
  };
568
568
  exports.budgetItemTypeEnum = {
569
- fixed: 'fixed',
569
+ fixed: 'fixed'
570
570
  };
571
571
  exports.budgetItemPricingPlanEnum = {
572
572
  legacy: 'legacy',
573
- unbundled: 'unbundled',
573
+ unbundled: 'unbundled'
574
574
  };
575
575
  exports.payloadTypeEnum2 = {
576
576
  redis: 'redis',
577
577
  postgres: 'postgres',
578
578
  'edge-config': 'edge-config',
579
579
  blob: 'blob',
580
- integration: 'integration',
580
+ integration: 'integration'
581
581
  };
582
582
  exports.payloadStoreTypeEnum = {
583
583
  redis: 'redis',
584
- postgres: 'postgres',
584
+ postgres: 'postgres'
585
585
  };
586
586
  exports.projectMembershipRoleEnum = {
587
587
  ADMIN: 'ADMIN',
588
588
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
589
- PROJECT_VIEWER: 'PROJECT_VIEWER',
589
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
590
590
  };
591
591
  exports.removedMembershipRoleEnum = {
592
592
  ADMIN: 'ADMIN',
593
593
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
594
- PROJECT_VIEWER: 'PROJECT_VIEWER',
594
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
595
595
  };
596
596
  exports.projectMembershipRoleEnum2 = {
597
597
  ADMIN: 'ADMIN',
598
598
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
599
- PROJECT_VIEWER: 'PROJECT_VIEWER',
599
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
600
600
  };
601
601
  exports.projectMembershipPreviousRoleEnum = {
602
602
  ADMIN: 'ADMIN',
603
603
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
604
- PROJECT_VIEWER: 'PROJECT_VIEWER',
604
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
605
605
  };
606
606
  exports.projectRoleEnum = {
607
607
  ADMIN: 'ADMIN',
608
608
  PROJECT_DEVELOPER: 'PROJECT_DEVELOPER',
609
- PROJECT_VIEWER: 'PROJECT_VIEWER',
609
+ PROJECT_VIEWER: 'PROJECT_VIEWER'
610
610
  };
611
611
  exports.payloadActionEnum5 = {
612
612
  enable: 'enable',
613
- disable: 'disable',
613
+ disable: 'disable'
614
614
  };
615
615
  exports.payloadTierEnum = {
616
616
  pro: 'pro',
617
- plus: 'plus',
617
+ plus: 'plus'
618
618
  };
619
619
  exports.payloadGrantTypeEnum = {
620
620
  authorization_code: 'authorization_code',
621
621
  refresh_token: 'refresh_token',
622
622
  'urn:ietf:params:oauth:grant-type:device_code': 'urn:ietf:params:oauth:grant-type:device_code',
623
- client_credentials: 'client_credentials',
623
+ client_credentials: 'client_credentials'
624
624
  };
625
625
  exports.payloadAuthMethodEnum = {
626
626
  email: 'email',
@@ -633,7 +633,7 @@ exports.payloadAuthMethodEnum = {
633
633
  otp: 'otp',
634
634
  sms: 'sms',
635
635
  invite: 'invite',
636
- google: 'google',
636
+ google: 'google'
637
637
  };
638
638
  exports.rolesEnum = {
639
639
  OWNER: 'OWNER',
@@ -642,7 +642,7 @@ exports.rolesEnum = {
642
642
  SECURITY: 'SECURITY',
643
643
  BILLING: 'BILLING',
644
644
  VIEWER: 'VIEWER',
645
- CONTRIBUTOR: 'CONTRIBUTOR',
645
+ CONTRIBUTOR: 'CONTRIBUTOR'
646
646
  };
647
647
  exports.teamEnablePreviewFeedbackEnum = {
648
648
  default: 'default',
@@ -650,7 +650,7 @@ exports.teamEnablePreviewFeedbackEnum = {
650
650
  off: 'off',
651
651
  'off-force': 'off-force',
652
652
  on: 'on',
653
- 'on-force': 'on-force',
653
+ 'on-force': 'on-force'
654
654
  };
655
655
  exports.teamEnableProductionFeedbackEnum = {
656
656
  default: 'default',
@@ -658,12 +658,12 @@ exports.teamEnableProductionFeedbackEnum = {
658
658
  off: 'off',
659
659
  'off-force': 'off-force',
660
660
  on: 'on',
661
- 'on-force': 'on-force',
661
+ 'on-force': 'on-force'
662
662
  };
663
663
  exports.teamSensitiveEnvironmentVariablePolicyEnum = {
664
664
  default: 'default',
665
665
  off: 'off',
666
- on: 'on',
666
+ on: 'on'
667
667
  };
668
668
  exports.membershipRoleEnum = {
669
669
  BILLING: 'BILLING',
@@ -672,7 +672,7 @@ exports.membershipRoleEnum = {
672
672
  MEMBER: 'MEMBER',
673
673
  OWNER: 'OWNER',
674
674
  SECURITY: 'SECURITY',
675
- VIEWER: 'VIEWER',
675
+ VIEWER: 'VIEWER'
676
676
  };
677
677
  exports.membershipTeamRolesEnum = {
678
678
  BILLING: 'BILLING',
@@ -681,14 +681,14 @@ exports.membershipTeamRolesEnum = {
681
681
  MEMBER: 'MEMBER',
682
682
  OWNER: 'OWNER',
683
683
  SECURITY: 'SECURITY',
684
- VIEWER: 'VIEWER',
684
+ VIEWER: 'VIEWER'
685
685
  };
686
686
  exports.membershipTeamPermissionsEnum = {
687
687
  CreateProject: 'CreateProject',
688
688
  EnvVariableManager: 'EnvVariableManager',
689
689
  EnvironmentManager: 'EnvironmentManager',
690
690
  FullProductionDeployment: 'FullProductionDeployment',
691
- UsageViewer: 'UsageViewer',
691
+ UsageViewer: 'UsageViewer'
692
692
  };
693
693
  exports.joinedFromOriginEnum3 = {
694
694
  bitbucket: 'bitbucket',
@@ -701,11 +701,11 @@ exports.joinedFromOriginEnum3 = {
701
701
  mail: 'mail',
702
702
  'organization-teams': 'organization-teams',
703
703
  saml: 'saml',
704
- teams: 'teams',
704
+ teams: 'teams'
705
705
  };
706
706
  exports.teamLimitedLimitedByEnum = {
707
707
  mfa: 'mfa',
708
- scope: 'scope',
708
+ scope: 'scope'
709
709
  };
710
710
  exports.membershipRoleEnum2 = {
711
711
  BILLING: 'BILLING',
@@ -714,7 +714,7 @@ exports.membershipRoleEnum2 = {
714
714
  MEMBER: 'MEMBER',
715
715
  OWNER: 'OWNER',
716
716
  SECURITY: 'SECURITY',
717
- VIEWER: 'VIEWER',
717
+ VIEWER: 'VIEWER'
718
718
  };
719
719
  exports.membershipTeamRolesEnum2 = {
720
720
  BILLING: 'BILLING',
@@ -723,14 +723,14 @@ exports.membershipTeamRolesEnum2 = {
723
723
  MEMBER: 'MEMBER',
724
724
  OWNER: 'OWNER',
725
725
  SECURITY: 'SECURITY',
726
- VIEWER: 'VIEWER',
726
+ VIEWER: 'VIEWER'
727
727
  };
728
728
  exports.membershipTeamPermissionsEnum2 = {
729
729
  CreateProject: 'CreateProject',
730
730
  EnvVariableManager: 'EnvVariableManager',
731
731
  EnvironmentManager: 'EnvironmentManager',
732
732
  FullProductionDeployment: 'FullProductionDeployment',
733
- UsageViewer: 'UsageViewer',
733
+ UsageViewer: 'UsageViewer'
734
734
  };
735
735
  exports.joinedFromOriginEnum4 = {
736
736
  bitbucket: 'bitbucket',
@@ -743,15 +743,15 @@ exports.joinedFromOriginEnum4 = {
743
743
  mail: 'mail',
744
744
  'organization-teams': 'organization-teams',
745
745
  saml: 'saml',
746
- teams: 'teams',
746
+ teams: 'teams'
747
747
  };
748
748
  exports.scopesTypeEnum = {
749
- user: 'user',
749
+ user: 'user'
750
750
  };
751
751
  exports.sudoOriginEnum = {
752
752
  totp: 'totp',
753
753
  webauthn: 'webauthn',
754
- 'recovery-code': 'recovery-code',
754
+ 'recovery-code': 'recovery-code'
755
755
  };
756
756
  exports.scopesOriginEnum = {
757
757
  saml: 'saml',
@@ -764,10 +764,10 @@ exports.scopesOriginEnum = {
764
764
  otp: 'otp',
765
765
  sms: 'sms',
766
766
  invite: 'invite',
767
- google: 'google',
767
+ google: 'google'
768
768
  };
769
769
  exports.scopesTypeEnum2 = {
770
- team: 'team',
770
+ team: 'team'
771
771
  };
772
772
  exports.scopesOriginEnum2 = {
773
773
  saml: 'saml',
@@ -780,7 +780,7 @@ exports.scopesOriginEnum2 = {
780
780
  otp: 'otp',
781
781
  sms: 'sms',
782
782
  invite: 'invite',
783
- google: 'google',
783
+ google: 'google'
784
784
  };
785
785
  exports.softBlockReasonEnum2 = {
786
786
  BLOCKED_FOR_PLATFORM_ABUSE: 'BLOCKED_FOR_PLATFORM_ABUSE',
@@ -788,7 +788,7 @@ exports.softBlockReasonEnum2 = {
788
788
  FAIR_USE_LIMITS_EXCEEDED: 'FAIR_USE_LIMITS_EXCEEDED',
789
789
  SUBSCRIPTION_CANCELED: 'SUBSCRIPTION_CANCELED',
790
790
  SUBSCRIPTION_EXPIRED: 'SUBSCRIPTION_EXPIRED',
791
- UNPAID_INVOICE: 'UNPAID_INVOICE',
791
+ UNPAID_INVOICE: 'UNPAID_INVOICE'
792
792
  };
793
793
  exports.softBlockBlockedDueToOverageTypeEnum2 = {
794
794
  analyticsUsage: 'analyticsUsage',
@@ -829,29 +829,30 @@ exports.softBlockBlockedDueToOverageTypeEnum2 = {
829
829
  wafOwaspExcessBytes: 'wafOwaspExcessBytes',
830
830
  wafOwaspRequests: 'wafOwaspRequests',
831
831
  wafRateLimitRequest: 'wafRateLimitRequest',
832
- webAnalyticsEvent: 'webAnalyticsEvent',
832
+ webAnalyticsEvent: 'webAnalyticsEvent'
833
833
  };
834
834
  exports.buildMachinePurchaseTypeEnum2 = {
835
835
  enhanced: 'enhanced',
836
- turbo: 'turbo',
836
+ turbo: 'turbo'
837
837
  };
838
838
  exports.activeDashboardViewsViewPreferenceEnum2 = {
839
839
  cards: 'cards',
840
- list: 'list',
840
+ list: 'list'
841
841
  };
842
842
  exports.activeDashboardViewsFavoritesViewPreferenceEnum2 = {
843
843
  closed: 'closed',
844
- open: 'open',
844
+ open: 'open'
845
845
  };
846
846
  exports.activeDashboardViewsRecentsViewPreferenceEnum2 = {
847
847
  closed: 'closed',
848
- open: 'open',
848
+ open: 'open'
849
849
  };
850
850
  exports.authUserImportFlowGitProviderEnum = {
851
851
  bitbucket: 'bitbucket',
852
852
  github: 'github',
853
853
  'github-custom-host': 'github-custom-host',
854
- gitlab: 'gitlab',
854
+ 'github-limited': 'github-limited',
855
+ gitlab: 'gitlab'
855
856
  };
856
857
  exports.fileTreeTypeEnum = {
857
858
  directory: 'directory',
@@ -859,82 +860,82 @@ exports.fileTreeTypeEnum = {
859
860
  invalid: 'invalid',
860
861
  lambda: 'lambda',
861
862
  middleware: 'middleware',
862
- symlink: 'symlink',
863
+ symlink: 'symlink'
863
864
  };
864
865
  exports.getDeploymentEventsQueryParamsDirectionEnum = {
865
866
  backward: 'backward',
866
- forward: 'forward',
867
+ forward: 'forward'
867
868
  };
868
869
  exports.getDeploymentEventsQueryParamsFollowEnum = {
869
870
  '0': 0,
870
- '1': 1,
871
+ '1': 1
871
872
  };
872
873
  exports.getDeploymentEventsQueryParamsDelimiterEnum = {
873
874
  '0': 0,
874
- '1': 1,
875
+ '1': 1
875
876
  };
876
877
  exports.getDeploymentEventsQueryParamsBuildsEnum = {
877
878
  '0': 0,
878
- '1': 1,
879
+ '1': 1
879
880
  };
880
881
  exports.createDeploymentQueryParamsForceNewEnum = {
881
882
  '0': '0',
882
- '1': '1',
883
+ '1': '1'
883
884
  };
884
885
  exports.createDeploymentQueryParamsSkipAutoDetectionConfirmationEnum = {
885
886
  '0': '0',
886
- '1': '1',
887
+ '1': '1'
887
888
  };
888
889
  exports.checkDomainPriceQueryParamsTypeEnum = {
889
890
  new: 'new',
890
891
  renewal: 'renewal',
891
892
  transfer: 'transfer',
892
- redemption: 'redemption',
893
+ redemption: 'redemption'
893
894
  };
894
895
  exports.getDomainConfigQueryParamsStrictEnum = {
895
896
  true: 'true',
896
- false: 'false',
897
+ false: 'false'
897
898
  };
898
899
  exports.getConfigurationsQueryParamsViewEnum = {
899
900
  account: 'account',
900
- project: 'project',
901
+ project: 'project'
901
902
  };
902
903
  exports.getConfigurationsQueryParamsInstallationTypeEnum = {
903
904
  marketplace: 'marketplace',
904
- external: 'external',
905
+ external: 'external'
905
906
  };
906
907
  exports.getProjectsQueryParamsGitForkProtectionEnum = {
907
908
  '1': '1',
908
- '0': '0',
909
+ '0': '0'
909
910
  };
910
911
  exports.getProjectDomainsQueryParamsProductionEnum = {
911
912
  true: 'true',
912
- false: 'false',
913
+ false: 'false'
913
914
  };
914
915
  exports.getProjectDomainsQueryParamsTargetEnum = {
915
916
  production: 'production',
916
- preview: 'preview',
917
+ preview: 'preview'
917
918
  };
918
919
  exports.getProjectDomainsQueryParamsRedirectsEnum = {
919
920
  true: 'true',
920
- false: 'false',
921
+ false: 'false'
921
922
  };
922
923
  exports.getProjectDomainsQueryParamsVerifiedEnum = {
923
924
  true: 'true',
924
- false: 'false',
925
+ false: 'false'
925
926
  };
926
927
  exports.getProjectDomainsQueryParamsOrderEnum = {
927
928
  ASC: 'ASC',
928
- DESC: 'DESC',
929
+ DESC: 'DESC'
929
930
  };
930
931
  exports.filterProjectEnvsQueryParamsDecryptEnum = {
931
932
  true: 'true',
932
- false: 'false',
933
+ false: 'false'
933
934
  };
934
935
  exports.getRollingReleaseQueryParamsStateEnum = {
935
936
  ACTIVE: 'ACTIVE',
936
937
  COMPLETE: 'COMPLETE',
937
- ABORTED: 'ABORTED',
938
+ ABORTED: 'ABORTED'
938
939
  };
939
940
  exports.getTeamMembersQueryParamsRoleEnum = {
940
941
  OWNER: 'OWNER',
@@ -942,9 +943,9 @@ exports.getTeamMembersQueryParamsRoleEnum = {
942
943
  DEVELOPER: 'DEVELOPER',
943
944
  VIEWER: 'VIEWER',
944
945
  BILLING: 'BILLING',
945
- CONTRIBUTOR: 'CONTRIBUTOR',
946
+ CONTRIBUTOR: 'CONTRIBUTOR'
946
947
  };
947
948
  exports.getSecretQueryParamsDecryptEnum = {
948
949
  true: 'true',
949
- false: 'false',
950
+ false: 'false'
950
951
  };