vercel-api-js 1.7.2 → 1.8.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.
package/dist/types.cjs CHANGED
@@ -188,6 +188,7 @@ const userEventTypeEnum = {
188
188
  "ai-gateway-api-key-created": "ai-gateway-api-key-created",
189
189
  "ai-gateway-api-key-deleted": "ai-gateway-api-key-deleted",
190
190
  "ai-gateway-api-key-quota-updated": "ai-gateway-api-key-quota-updated",
191
+ "ai-gateway-budget-default-updated": "ai-gateway-budget-default-updated",
191
192
  "ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
192
193
  "ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
193
194
  "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
@@ -205,6 +206,7 @@ const userEventTypeEnum = {
205
206
  "ai-gateway-rule-created": "ai-gateway-rule-created",
206
207
  "ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
207
208
  "ai-gateway-rule-updated": "ai-gateway-rule-updated",
209
+ "ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
208
210
  "ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
209
211
  "ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
210
212
  "ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
@@ -250,6 +252,7 @@ const userEventTypeEnum = {
250
252
  "cert-system-create": "cert-system-create",
251
253
  "code-owners-config-updated": "code-owners-config-updated",
252
254
  "compliance-document-downloaded": "compliance-document-downloaded",
255
+ "compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
253
256
  "concurrent-builds-update": "concurrent-builds-update",
254
257
  "connect-attach-project": "connect-attach-project",
255
258
  "connect-bitbucket": "connect-bitbucket",
@@ -441,6 +444,10 @@ const userEventTypeEnum = {
441
444
  "observability-enabled": "observability-enabled",
442
445
  "observability-plus-project-disabled": "observability-plus-project-disabled",
443
446
  "observability-plus-project-enabled": "observability-plus-project-enabled",
447
+ "oidc-policy-created": "oidc-policy-created",
448
+ "oidc-policy-deleted": "oidc-policy-deleted",
449
+ "oidc-policy-updated": "oidc-policy-updated",
450
+ "oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
444
451
  "organization-create": "organization-create",
445
452
  "organization-delete": "organization-delete",
446
453
  "organization-slug-update": "organization-slug-update",
@@ -489,6 +496,7 @@ const userEventTypeEnum = {
489
496
  "project-build-command-updated": "project-build-command-updated",
490
497
  "project-build-logs-and-source-protection-updated": "project-build-logs-and-source-protection-updated",
491
498
  "project-build-machine-updated": "project-build-machine-updated",
499
+ "project-card-widget-preference-updated": "project-card-widget-preference-updated",
492
500
  "project-client-cert-delete": "project-client-cert-delete",
493
501
  "project-client-cert-upload": "project-client-cert-upload",
494
502
  "project-connect-configurations": "project-connect-configurations",
@@ -648,6 +656,7 @@ const userEventTypeEnum = {
648
656
  "subscription-product-removed": "subscription-product-removed",
649
657
  "subscription-updated": "subscription-updated",
650
658
  team: "team",
659
+ "team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
651
660
  "team-avatar-update": "team-avatar-update",
652
661
  "team-collaboration-settings-updated": "team-collaboration-settings-updated",
653
662
  "team-default-build-machine-updated": "team-default-build-machine-updated",
@@ -700,7 +709,9 @@ const userEventTypeEnum = {
700
709
  "user-emu-account-archived": "user-emu-account-archived",
701
710
  "user-emu-account-deleted": "user-emu-account-deleted",
702
711
  "user-emu-account-recovered": "user-emu-account-recovered",
712
+ "user-mfa-challenge-failed": "user-mfa-challenge-failed",
703
713
  "user-mfa-challenge-verified": "user-mfa-challenge-verified",
714
+ "user-mfa-change-failed": "user-mfa-change-failed",
704
715
  "user-mfa-configuration-updated": "user-mfa-configuration-updated",
705
716
  "user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
706
717
  "user-mfa-removed": "user-mfa-removed",
@@ -769,8 +780,13 @@ const userEventCategoriesEnum = {
769
780
  workflow: "workflow"
770
781
  };
771
782
  const actionEnum = {
772
- disabled: "disabled",
773
- enabled: "enabled"
783
+ "add-passkey": "add-passkey",
784
+ "add-totp": "add-totp",
785
+ "admin-remove": "admin-remove",
786
+ disable: "disable",
787
+ enable: "enable",
788
+ "regenerate-recovery-codes": "regenerate-recovery-codes",
789
+ "remove-passkey": "remove-passkey"
774
790
  };
775
791
  const providerEnum = {
776
792
  apple: "apple",
@@ -802,6 +818,10 @@ const changeEnum = {
802
818
  remove: "remove",
803
819
  set: "set"
804
820
  };
821
+ const scopeTypeEnum = {
822
+ project: "project",
823
+ team: "team"
824
+ };
805
825
  const nextRoleEnum = {
806
826
  ADMIN: "ADMIN",
807
827
  PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
@@ -838,6 +858,7 @@ const reasonEnum = {
838
858
  ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
839
859
  EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
840
860
  FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
861
+ HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
841
862
  SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
842
863
  SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
843
864
  UNPAID_INVOICE: "UNPAID_INVOICE"
@@ -877,11 +898,19 @@ const importFlowGitProviderEnum = {
877
898
  gitlab: "gitlab",
878
899
  vercel: "vercel"
879
900
  };
901
+ const widgetEnum = {
902
+ alert: "alert",
903
+ "firewall-allowed": "firewall-allowed",
904
+ "firewall-denied": "firewall-denied",
905
+ online: "online",
906
+ res: "res"
907
+ };
880
908
  const configurationEnum = {
881
909
  SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
882
910
  WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
883
911
  };
884
912
  const defaultEnum = {
913
+ basic: "basic",
885
914
  elastic: "elastic",
886
915
  enhanced: "enhanced",
887
916
  standard: "standard",
@@ -943,6 +972,47 @@ const blockedDueToOverageTypeEnum = {
943
972
  wafRateLimitRequest: "wafRateLimitRequest",
944
973
  webAnalyticsEvent: "webAnalyticsEvent"
945
974
  };
975
+ const allocationEnum = {
976
+ analyticsUsage: "analyticsUsage",
977
+ artifacts: "artifacts",
978
+ bandwidth: "bandwidth",
979
+ blobDataTransfer: "blobDataTransfer",
980
+ blobTotalAdvancedRequests: "blobTotalAdvancedRequests",
981
+ blobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
982
+ blobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
983
+ blobTotalSimpleRequests: "blobTotalSimpleRequests",
984
+ connectDataTransfer: "connectDataTransfer",
985
+ dataCacheRead: "dataCacheRead",
986
+ dataCacheWrite: "dataCacheWrite",
987
+ edgeConfigRead: "edgeConfigRead",
988
+ edgeConfigWrite: "edgeConfigWrite",
989
+ edgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
990
+ edgeMiddlewareInvocations: "edgeMiddlewareInvocations",
991
+ edgeRequest: "edgeRequest",
992
+ edgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
993
+ elasticConcurrencyBuildSlots: "elasticConcurrencyBuildSlots",
994
+ fastDataTransfer: "fastDataTransfer",
995
+ fastOriginTransfer: "fastOriginTransfer",
996
+ fluidCpuDuration: "fluidCpuDuration",
997
+ fluidDuration: "fluidDuration",
998
+ functionDuration: "functionDuration",
999
+ functionInvocation: "functionInvocation",
1000
+ imageOptimizationCacheRead: "imageOptimizationCacheRead",
1001
+ imageOptimizationCacheWrite: "imageOptimizationCacheWrite",
1002
+ imageOptimizationTransformation: "imageOptimizationTransformation",
1003
+ logDrainsVolume: "logDrainsVolume",
1004
+ monitoringMetric: "monitoringMetric",
1005
+ observabilityEvent: "observabilityEvent",
1006
+ onDemandConcurrencyMinutes: "onDemandConcurrencyMinutes",
1007
+ runtimeCacheRead: "runtimeCacheRead",
1008
+ runtimeCacheWrite: "runtimeCacheWrite",
1009
+ serverlessFunctionExecution: "serverlessFunctionExecution",
1010
+ sourceImages: "sourceImages",
1011
+ wafOwaspExcessBytes: "wafOwaspExcessBytes",
1012
+ wafOwaspRequests: "wafOwaspRequests",
1013
+ wafRateLimitRequest: "wafRateLimitRequest",
1014
+ webAnalyticsEvent: "webAnalyticsEvent"
1015
+ };
946
1016
  const roleEnum = {
947
1017
  BILLING: "BILLING",
948
1018
  CONTRIBUTOR: "CONTRIBUTOR",
@@ -1158,12 +1228,14 @@ const scopeEnum = {
1158
1228
  user: "user"
1159
1229
  };
1160
1230
  const previousEnum = {
1231
+ basic: "basic",
1161
1232
  elastic: "elastic",
1162
1233
  enhanced: "enhanced",
1163
1234
  standard: "standard",
1164
1235
  turbo: "turbo"
1165
1236
  };
1166
1237
  const nextEnum = {
1238
+ basic: "basic",
1167
1239
  elastic: "elastic",
1168
1240
  enhanced: "enhanced",
1169
1241
  standard: "standard",
@@ -1209,6 +1281,10 @@ const sourceEnum = {
1209
1281
  saml: "saml",
1210
1282
  teams: "teams"
1211
1283
  };
1284
+ const decisionEnum = {
1285
+ keep_on: "keep_on",
1286
+ turn_off: "turn_off"
1287
+ };
1212
1288
  const envEnum = {
1213
1289
  preview: "preview",
1214
1290
  production: "production"
@@ -1270,6 +1346,7 @@ const listEventTypeNameEnum = {
1270
1346
  "ai-gateway-api-key-created": "ai-gateway-api-key-created",
1271
1347
  "ai-gateway-api-key-deleted": "ai-gateway-api-key-deleted",
1272
1348
  "ai-gateway-api-key-quota-updated": "ai-gateway-api-key-quota-updated",
1349
+ "ai-gateway-budget-default-updated": "ai-gateway-budget-default-updated",
1273
1350
  "ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
1274
1351
  "ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
1275
1352
  "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
@@ -1287,6 +1364,7 @@ const listEventTypeNameEnum = {
1287
1364
  "ai-gateway-rule-created": "ai-gateway-rule-created",
1288
1365
  "ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
1289
1366
  "ai-gateway-rule-updated": "ai-gateway-rule-updated",
1367
+ "ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
1290
1368
  "ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
1291
1369
  "ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
1292
1370
  "ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
@@ -1332,6 +1410,7 @@ const listEventTypeNameEnum = {
1332
1410
  "cert-system-create": "cert-system-create",
1333
1411
  "code-owners-config-updated": "code-owners-config-updated",
1334
1412
  "compliance-document-downloaded": "compliance-document-downloaded",
1413
+ "compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
1335
1414
  "concurrent-builds-update": "concurrent-builds-update",
1336
1415
  "connect-attach-project": "connect-attach-project",
1337
1416
  "connect-bitbucket": "connect-bitbucket",
@@ -1523,6 +1602,10 @@ const listEventTypeNameEnum = {
1523
1602
  "observability-enabled": "observability-enabled",
1524
1603
  "observability-plus-project-disabled": "observability-plus-project-disabled",
1525
1604
  "observability-plus-project-enabled": "observability-plus-project-enabled",
1605
+ "oidc-policy-created": "oidc-policy-created",
1606
+ "oidc-policy-deleted": "oidc-policy-deleted",
1607
+ "oidc-policy-updated": "oidc-policy-updated",
1608
+ "oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
1526
1609
  "organization-create": "organization-create",
1527
1610
  "organization-delete": "organization-delete",
1528
1611
  "organization-slug-update": "organization-slug-update",
@@ -1571,6 +1654,7 @@ const listEventTypeNameEnum = {
1571
1654
  "project-build-command-updated": "project-build-command-updated",
1572
1655
  "project-build-logs-and-source-protection-updated": "project-build-logs-and-source-protection-updated",
1573
1656
  "project-build-machine-updated": "project-build-machine-updated",
1657
+ "project-card-widget-preference-updated": "project-card-widget-preference-updated",
1574
1658
  "project-client-cert-delete": "project-client-cert-delete",
1575
1659
  "project-client-cert-upload": "project-client-cert-upload",
1576
1660
  "project-connect-configurations": "project-connect-configurations",
@@ -1730,6 +1814,7 @@ const listEventTypeNameEnum = {
1730
1814
  "subscription-product-removed": "subscription-product-removed",
1731
1815
  "subscription-updated": "subscription-updated",
1732
1816
  team: "team",
1817
+ "team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
1733
1818
  "team-avatar-update": "team-avatar-update",
1734
1819
  "team-collaboration-settings-updated": "team-collaboration-settings-updated",
1735
1820
  "team-default-build-machine-updated": "team-default-build-machine-updated",
@@ -1782,7 +1867,9 @@ const listEventTypeNameEnum = {
1782
1867
  "user-emu-account-archived": "user-emu-account-archived",
1783
1868
  "user-emu-account-deleted": "user-emu-account-deleted",
1784
1869
  "user-emu-account-recovered": "user-emu-account-recovered",
1870
+ "user-mfa-challenge-failed": "user-mfa-challenge-failed",
1785
1871
  "user-mfa-challenge-verified": "user-mfa-challenge-verified",
1872
+ "user-mfa-change-failed": "user-mfa-change-failed",
1786
1873
  "user-mfa-configuration-updated": "user-mfa-configuration-updated",
1787
1874
  "user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
1788
1875
  "user-mfa-removed": "user-mfa-removed",
@@ -1869,6 +1956,7 @@ const listEventTypeReplacedByEnum = {
1869
1956
  "ai-gateway-api-key-created": "ai-gateway-api-key-created",
1870
1957
  "ai-gateway-api-key-deleted": "ai-gateway-api-key-deleted",
1871
1958
  "ai-gateway-api-key-quota-updated": "ai-gateway-api-key-quota-updated",
1959
+ "ai-gateway-budget-default-updated": "ai-gateway-budget-default-updated",
1872
1960
  "ai-gateway-byok-credential-created": "ai-gateway-byok-credential-created",
1873
1961
  "ai-gateway-byok-credential-deleted": "ai-gateway-byok-credential-deleted",
1874
1962
  "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated",
@@ -1886,6 +1974,7 @@ const listEventTypeReplacedByEnum = {
1886
1974
  "ai-gateway-rule-created": "ai-gateway-rule-created",
1887
1975
  "ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
1888
1976
  "ai-gateway-rule-updated": "ai-gateway-rule-updated",
1977
+ "ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
1889
1978
  "ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
1890
1979
  "ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
1891
1980
  "ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
@@ -1931,6 +2020,7 @@ const listEventTypeReplacedByEnum = {
1931
2020
  "cert-system-create": "cert-system-create",
1932
2021
  "code-owners-config-updated": "code-owners-config-updated",
1933
2022
  "compliance-document-downloaded": "compliance-document-downloaded",
2023
+ "compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
1934
2024
  "concurrent-builds-update": "concurrent-builds-update",
1935
2025
  "connect-attach-project": "connect-attach-project",
1936
2026
  "connect-bitbucket": "connect-bitbucket",
@@ -2122,6 +2212,10 @@ const listEventTypeReplacedByEnum = {
2122
2212
  "observability-enabled": "observability-enabled",
2123
2213
  "observability-plus-project-disabled": "observability-plus-project-disabled",
2124
2214
  "observability-plus-project-enabled": "observability-plus-project-enabled",
2215
+ "oidc-policy-created": "oidc-policy-created",
2216
+ "oidc-policy-deleted": "oidc-policy-deleted",
2217
+ "oidc-policy-updated": "oidc-policy-updated",
2218
+ "oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
2125
2219
  "organization-create": "organization-create",
2126
2220
  "organization-delete": "organization-delete",
2127
2221
  "organization-slug-update": "organization-slug-update",
@@ -2170,6 +2264,7 @@ const listEventTypeReplacedByEnum = {
2170
2264
  "project-build-command-updated": "project-build-command-updated",
2171
2265
  "project-build-logs-and-source-protection-updated": "project-build-logs-and-source-protection-updated",
2172
2266
  "project-build-machine-updated": "project-build-machine-updated",
2267
+ "project-card-widget-preference-updated": "project-card-widget-preference-updated",
2173
2268
  "project-client-cert-delete": "project-client-cert-delete",
2174
2269
  "project-client-cert-upload": "project-client-cert-upload",
2175
2270
  "project-connect-configurations": "project-connect-configurations",
@@ -2329,6 +2424,7 @@ const listEventTypeReplacedByEnum = {
2329
2424
  "subscription-product-removed": "subscription-product-removed",
2330
2425
  "subscription-updated": "subscription-updated",
2331
2426
  team: "team",
2427
+ "team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
2332
2428
  "team-avatar-update": "team-avatar-update",
2333
2429
  "team-collaboration-settings-updated": "team-collaboration-settings-updated",
2334
2430
  "team-default-build-machine-updated": "team-default-build-machine-updated",
@@ -2381,7 +2477,9 @@ const listEventTypeReplacedByEnum = {
2381
2477
  "user-emu-account-archived": "user-emu-account-archived",
2382
2478
  "user-emu-account-deleted": "user-emu-account-deleted",
2383
2479
  "user-emu-account-recovered": "user-emu-account-recovered",
2480
+ "user-mfa-challenge-failed": "user-mfa-challenge-failed",
2384
2481
  "user-mfa-challenge-verified": "user-mfa-challenge-verified",
2482
+ "user-mfa-change-failed": "user-mfa-change-failed",
2385
2483
  "user-mfa-configuration-updated": "user-mfa-configuration-updated",
2386
2484
  "user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
2387
2485
  "user-mfa-removed": "user-mfa-removed",
@@ -2634,6 +2732,7 @@ const teamDefaultRolesTeamPermissionsEnum = {
2634
2732
  V0Viewer: "V0Viewer"
2635
2733
  };
2636
2734
  const teamResourceConfigBuildMachineDefaultEnum = {
2735
+ basic: "basic",
2637
2736
  elastic: "elastic",
2638
2737
  enhanced: "enhanced",
2639
2738
  standard: "standard",
@@ -2816,6 +2915,7 @@ const authUserSoftBlockReasonEnum = {
2816
2915
  ENTERPRISE_UNPAID_INVOICE: "ENTERPRISE_UNPAID_INVOICE",
2817
2916
  EXPOSURE_CAP_EXCEEDED: "EXPOSURE_CAP_EXCEEDED",
2818
2917
  FAIR_USE_LIMITS_EXCEEDED: "FAIR_USE_LIMITS_EXCEEDED",
2918
+ HOBBY_ALLOCATION_PAUSED: "HOBBY_ALLOCATION_PAUSED",
2819
2919
  SUBSCRIPTION_CANCELED: "SUBSCRIPTION_CANCELED",
2820
2920
  SUBSCRIPTION_EXPIRED: "SUBSCRIPTION_EXPIRED",
2821
2921
  UNPAID_INVOICE: "UNPAID_INVOICE"
@@ -2941,6 +3041,7 @@ exports.actorTypeEnum = actorTypeEnum;
2941
3041
  exports.additionalContactInfoRequiredCodeEnum = additionalContactInfoRequiredCodeEnum;
2942
3042
  exports.additionalContactInfoRequiredStatusEnum = additionalContactInfoRequiredStatusEnum;
2943
3043
  exports.aiGatewayRuleTypeEnum = aiGatewayRuleTypeEnum;
3044
+ exports.allocationEnum = allocationEnum;
2944
3045
  exports.allowListedReadyStateReasonInternalEnum = allowListedReadyStateReasonInternalEnum;
2945
3046
  exports.approvalScopeEnum = approvalScopeEnum;
2946
3047
  exports.april2026SecurityIncidentMigrationAppliedFromEnum = april2026SecurityIncidentMigrationAppliedFromEnum;
@@ -2965,6 +3066,7 @@ exports.configurationEnum = configurationEnum;
2965
3066
  exports.consentEnum = consentEnum;
2966
3067
  exports.createDeploymentsEnum = createDeploymentsEnum;
2967
3068
  exports.cve55182MigrationAppliedFromEnum = cve55182MigrationAppliedFromEnum;
3069
+ exports.decisionEnum = decisionEnum;
2968
3070
  exports.defaultEnum = defaultEnum;
2969
3071
  exports.deploymentTypeEnum = deploymentTypeEnum;
2970
3072
  exports.directionalityEnum = directionalityEnum;
@@ -3070,6 +3172,7 @@ exports.ruleNameEnum = ruleNameEnum;
3070
3172
  exports.ruleProvenanceEnum = ruleProvenanceEnum;
3071
3173
  exports.sandboxNetworkPolicyModeEnum = sandboxNetworkPolicyModeEnum;
3072
3174
  exports.scopeEnum = scopeEnum;
3175
+ exports.scopeTypeEnum = scopeTypeEnum;
3073
3176
  exports.segmentTypeNameEnum = segmentTypeNameEnum;
3074
3177
  exports.sessionStatusEnum = sessionStatusEnum;
3075
3178
  exports.settlementMethodEnum = settlementMethodEnum;
@@ -3126,3 +3229,4 @@ exports.vcrTagKindEnum = vcrTagKindEnum;
3126
3229
  exports.vcrTagStatusEnum = vcrTagStatusEnum;
3127
3230
  exports.versionEnum = versionEnum;
3128
3231
  exports.viewPreferenceEnum = viewPreferenceEnum;
3232
+ exports.widgetEnum = widgetEnum;