vercel-api-js 1.8.2 → 1.9.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 +520 -11
- package/dist/components.d.mts +343 -10
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +503 -11
- package/dist/effect.cjs +465 -5
- package/dist/effect.d.mts +331 -5
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +465 -5
- package/dist/index.cjs +1735 -91
- package/dist/index.d.ts +3443 -120
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1504 -76
- package/dist/schemas.cjs +1074 -72
- package/dist/schemas.d.mts +631 -41
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +849 -57
- package/dist/types.cjs +159 -9
- package/dist/types.d.mts +2453 -70
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +154 -10
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -207,6 +207,11 @@ const userEventTypeEnum = {
|
|
|
207
207
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
|
|
208
208
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated",
|
|
209
209
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
|
|
210
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled",
|
|
211
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled",
|
|
212
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled",
|
|
213
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled",
|
|
214
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
210
215
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
211
216
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
212
217
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
@@ -252,6 +257,7 @@ const userEventTypeEnum = {
|
|
|
252
257
|
"cert-system-create": "cert-system-create",
|
|
253
258
|
"code-owners-config-updated": "code-owners-config-updated",
|
|
254
259
|
"compliance-document-downloaded": "compliance-document-downloaded",
|
|
260
|
+
"compliance-document-previewed": "compliance-document-previewed",
|
|
255
261
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
|
|
256
262
|
"concurrent-builds-update": "concurrent-builds-update",
|
|
257
263
|
"connect-attach-project": "connect-attach-project",
|
|
@@ -390,6 +396,7 @@ const userEventTypeEnum = {
|
|
|
390
396
|
"flags-segment": "flags-segment",
|
|
391
397
|
"flags-settings": "flags-settings",
|
|
392
398
|
"flags-transferred": "flags-transferred",
|
|
399
|
+
"git-integration-repo-push": "git-integration-repo-push",
|
|
393
400
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
394
401
|
"instant-rollback-created": "instant-rollback-created",
|
|
395
402
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed",
|
|
@@ -410,6 +417,7 @@ const userEventTypeEnum = {
|
|
|
410
417
|
"kms-issuer-deleted": "kms-issuer-deleted",
|
|
411
418
|
"kms-issuer-key-activated": "kms-issuer-key-activated",
|
|
412
419
|
"kms-issuer-key-created": "kms-issuer-key-created",
|
|
420
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked",
|
|
413
421
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated",
|
|
414
422
|
"kms-issuer-policy-created": "kms-issuer-policy-created",
|
|
415
423
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted",
|
|
@@ -420,7 +428,10 @@ const userEventTypeEnum = {
|
|
|
420
428
|
"log-drain-disabled": "log-drain-disabled",
|
|
421
429
|
"log-drain-enabled": "log-drain-enabled",
|
|
422
430
|
login: "login",
|
|
431
|
+
"login-connection-linked": "login-connection-linked",
|
|
432
|
+
"login-connection-unlinked": "login-connection-unlinked",
|
|
423
433
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
434
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
424
435
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
425
436
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
426
437
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -450,6 +461,8 @@ const userEventTypeEnum = {
|
|
|
450
461
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
451
462
|
"organization-create": "organization-create",
|
|
452
463
|
"organization-delete": "organization-delete",
|
|
464
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
465
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
453
466
|
"organization-slug-update": "organization-slug-update",
|
|
454
467
|
"organization-team-add": "organization-team-add",
|
|
455
468
|
"organization-team-create": "organization-team-create",
|
|
@@ -598,8 +611,11 @@ const userEventTypeEnum = {
|
|
|
598
611
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
599
612
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
600
613
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
614
|
+
"saml-connection-created": "saml-connection-created",
|
|
615
|
+
"saml-connection-deleted": "saml-connection-deleted",
|
|
601
616
|
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
602
617
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
618
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
603
619
|
scale: "scale",
|
|
604
620
|
"scale-auto": "scale-auto",
|
|
605
621
|
"secondary-email-added": "secondary-email-added",
|
|
@@ -629,6 +645,7 @@ const userEventTypeEnum = {
|
|
|
629
645
|
"spend-created": "spend-created",
|
|
630
646
|
"spend-deleted": "spend-deleted",
|
|
631
647
|
"spend-updated": "spend-updated",
|
|
648
|
+
"sso-login": "sso-login",
|
|
632
649
|
"storage-accept-tos": "storage-accept-tos",
|
|
633
650
|
"storage-access-token-set": "storage-access-token-set",
|
|
634
651
|
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
@@ -655,6 +672,7 @@ const userEventTypeEnum = {
|
|
|
655
672
|
"subscription-product-added": "subscription-product-added",
|
|
656
673
|
"subscription-product-removed": "subscription-product-removed",
|
|
657
674
|
"subscription-updated": "subscription-updated",
|
|
675
|
+
"support-session-created": "support-session-created",
|
|
658
676
|
team: "team",
|
|
659
677
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
660
678
|
"team-avatar-update": "team-avatar-update",
|
|
@@ -705,23 +723,36 @@ const userEventTypeEnum = {
|
|
|
705
723
|
"tracing-configured": "tracing-configured",
|
|
706
724
|
"tracing-disabled": "tracing-disabled",
|
|
707
725
|
"unlink-login-connection": "unlink-login-connection",
|
|
726
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
727
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
728
|
+
"user-auto-block-configured": "user-auto-block-configured",
|
|
729
|
+
"user-blocked": "user-blocked",
|
|
708
730
|
"user-delete": "user-delete",
|
|
731
|
+
"user-delete-requested": "user-delete-requested",
|
|
709
732
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
710
733
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
711
734
|
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
735
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
736
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
737
|
+
"user-emu-toggled": "user-emu-toggled",
|
|
712
738
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
713
739
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
714
740
|
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
715
741
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
742
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
716
743
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
717
744
|
"user-mfa-removed": "user-mfa-removed",
|
|
718
745
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
719
746
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
720
747
|
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
748
|
+
"user-phone-removed": "user-phone-removed",
|
|
749
|
+
"user-phone-updated": "user-phone-updated",
|
|
721
750
|
"user-primary-email-updated": "user-primary-email-updated",
|
|
751
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
722
752
|
"user-token-created": "user-token-created",
|
|
723
753
|
"user-token-deleted": "user-token-deleted",
|
|
724
754
|
"user-tokens-deleted": "user-tokens-deleted",
|
|
755
|
+
"user-unblocked": "user-unblocked",
|
|
725
756
|
username: "username",
|
|
726
757
|
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
727
758
|
"v0-chat-created": "v0-chat-created",
|
|
@@ -733,6 +764,7 @@ const userEventTypeEnum = {
|
|
|
733
764
|
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
734
765
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
735
766
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
767
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
736
768
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
737
769
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
738
770
|
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
@@ -760,6 +792,7 @@ const userEventCategoriesEnum = {
|
|
|
760
792
|
ai: "ai",
|
|
761
793
|
"ai-gateway": "ai-gateway",
|
|
762
794
|
billing: "billing",
|
|
795
|
+
connect: "connect",
|
|
763
796
|
deployment: "deployment",
|
|
764
797
|
domain: "domain",
|
|
765
798
|
edge: "edge",
|
|
@@ -796,7 +829,8 @@ const providerEnum = {
|
|
|
796
829
|
"github-custom-host": "github-custom-host",
|
|
797
830
|
"github-limited": "github-limited",
|
|
798
831
|
gitlab: "gitlab",
|
|
799
|
-
google: "google"
|
|
832
|
+
google: "google",
|
|
833
|
+
saml: "saml"
|
|
800
834
|
};
|
|
801
835
|
const fromPlanEnum = {
|
|
802
836
|
hobby: "hobby",
|
|
@@ -822,6 +856,14 @@ const scopeTypeEnum = {
|
|
|
822
856
|
project: "project",
|
|
823
857
|
team: "team"
|
|
824
858
|
};
|
|
859
|
+
const defaultModeEnum = {
|
|
860
|
+
days: "days",
|
|
861
|
+
"until-requested": "until-requested"
|
|
862
|
+
};
|
|
863
|
+
const ceilingModeEnum = {
|
|
864
|
+
days: "days",
|
|
865
|
+
"until-requested": "until-requested"
|
|
866
|
+
};
|
|
825
867
|
const nextRoleEnum = {
|
|
826
868
|
ADMIN: "ADMIN",
|
|
827
869
|
PROJECT_DEVELOPER: "PROJECT_DEVELOPER",
|
|
@@ -867,6 +909,9 @@ const subjectTypeEnum = {
|
|
|
867
909
|
app: "app",
|
|
868
910
|
user: "user"
|
|
869
911
|
};
|
|
912
|
+
const gitCredentialSourceEnum = {
|
|
913
|
+
"external-token": "external-token"
|
|
914
|
+
};
|
|
870
915
|
const commitVerificationEnum = {
|
|
871
916
|
unknown: "unknown",
|
|
872
917
|
unverified: "unverified",
|
|
@@ -885,6 +930,16 @@ const initiatorEnum = {
|
|
|
885
930
|
system: "system",
|
|
886
931
|
user: "user"
|
|
887
932
|
};
|
|
933
|
+
const outcomeEnum = {
|
|
934
|
+
failure: "failure",
|
|
935
|
+
success: "success"
|
|
936
|
+
};
|
|
937
|
+
const failureStageEnum = {
|
|
938
|
+
authorization: "authorization",
|
|
939
|
+
push: "push",
|
|
940
|
+
unexpected: "unexpected",
|
|
941
|
+
unknown: "unknown"
|
|
942
|
+
};
|
|
888
943
|
const planEnum = {
|
|
889
944
|
enterprise: "enterprise",
|
|
890
945
|
hobby: "hobby",
|
|
@@ -892,6 +947,7 @@ const planEnum = {
|
|
|
892
947
|
};
|
|
893
948
|
const importFlowGitProviderEnum = {
|
|
894
949
|
bitbucket: "bitbucket",
|
|
950
|
+
"cursor-origin": "cursor-origin",
|
|
895
951
|
github: "github",
|
|
896
952
|
"github-custom-host": "github-custom-host",
|
|
897
953
|
"github-limited": "github-limited",
|
|
@@ -900,21 +956,34 @@ const importFlowGitProviderEnum = {
|
|
|
900
956
|
};
|
|
901
957
|
const widgetEnum = {
|
|
902
958
|
alert: "alert",
|
|
959
|
+
"analytics-online": "analytics-online",
|
|
960
|
+
"analytics-page-views": "analytics-page-views",
|
|
961
|
+
"analytics-visitors": "analytics-visitors",
|
|
903
962
|
"firewall-allowed": "firewall-allowed",
|
|
904
963
|
"firewall-denied": "firewall-denied",
|
|
964
|
+
"observability-alert": "observability-alert",
|
|
965
|
+
"observability-edge-requests": "observability-edge-requests",
|
|
966
|
+
"observability-error-rate": "observability-error-rate",
|
|
967
|
+
"observability-function-invocations": "observability-function-invocations",
|
|
905
968
|
online: "online",
|
|
906
|
-
res: "res"
|
|
969
|
+
res: "res",
|
|
970
|
+
"speed-insights-cls": "speed-insights-cls",
|
|
971
|
+
"speed-insights-lcp": "speed-insights-lcp",
|
|
972
|
+
"speed-insights-res": "speed-insights-res"
|
|
907
973
|
};
|
|
908
974
|
const configurationEnum = {
|
|
909
975
|
SKIP_NAMESPACE_QUEUE: "SKIP_NAMESPACE_QUEUE",
|
|
910
976
|
WAIT_FOR_NAMESPACE_QUEUE: "WAIT_FOR_NAMESPACE_QUEUE"
|
|
911
977
|
};
|
|
912
978
|
const defaultEnum = {
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
979
|
+
BILLING: "BILLING",
|
|
980
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
981
|
+
DEVELOPER: "DEVELOPER",
|
|
982
|
+
MEMBER: "MEMBER",
|
|
983
|
+
OWNER: "OWNER",
|
|
984
|
+
SECURITY: "SECURITY",
|
|
985
|
+
VIEWER: "VIEWER",
|
|
986
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS"
|
|
918
987
|
};
|
|
919
988
|
const viewPreferenceEnum = {
|
|
920
989
|
cards: "cards",
|
|
@@ -1112,8 +1181,7 @@ const methodEnum = {
|
|
|
1112
1181
|
private_key_jwt: "private_key_jwt"
|
|
1113
1182
|
};
|
|
1114
1183
|
const actorTypeEnum = {
|
|
1115
|
-
admin: "admin"
|
|
1116
|
-
user: "user"
|
|
1184
|
+
admin: "admin"
|
|
1117
1185
|
};
|
|
1118
1186
|
const queryTypeEnum = {
|
|
1119
1187
|
"data-edit": "data-edit",
|
|
@@ -1160,6 +1228,7 @@ const oldBuildQueueConfigurationEnum = {
|
|
|
1160
1228
|
};
|
|
1161
1229
|
const gitProviderEnum = {
|
|
1162
1230
|
bitbucket: "bitbucket",
|
|
1231
|
+
"cursor-origin": "cursor-origin",
|
|
1163
1232
|
github: "github",
|
|
1164
1233
|
"github-custom-host": "github-custom-host",
|
|
1165
1234
|
"github-limited": "github-limited",
|
|
@@ -1365,6 +1434,11 @@ const listEventTypeNameEnum = {
|
|
|
1365
1434
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
|
|
1366
1435
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated",
|
|
1367
1436
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
|
|
1437
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled",
|
|
1438
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled",
|
|
1439
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled",
|
|
1440
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled",
|
|
1441
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
1368
1442
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
1369
1443
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
1370
1444
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
@@ -1410,6 +1484,7 @@ const listEventTypeNameEnum = {
|
|
|
1410
1484
|
"cert-system-create": "cert-system-create",
|
|
1411
1485
|
"code-owners-config-updated": "code-owners-config-updated",
|
|
1412
1486
|
"compliance-document-downloaded": "compliance-document-downloaded",
|
|
1487
|
+
"compliance-document-previewed": "compliance-document-previewed",
|
|
1413
1488
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
|
|
1414
1489
|
"concurrent-builds-update": "concurrent-builds-update",
|
|
1415
1490
|
"connect-attach-project": "connect-attach-project",
|
|
@@ -1548,6 +1623,7 @@ const listEventTypeNameEnum = {
|
|
|
1548
1623
|
"flags-segment": "flags-segment",
|
|
1549
1624
|
"flags-settings": "flags-settings",
|
|
1550
1625
|
"flags-transferred": "flags-transferred",
|
|
1626
|
+
"git-integration-repo-push": "git-integration-repo-push",
|
|
1551
1627
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
1552
1628
|
"instant-rollback-created": "instant-rollback-created",
|
|
1553
1629
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed",
|
|
@@ -1568,6 +1644,7 @@ const listEventTypeNameEnum = {
|
|
|
1568
1644
|
"kms-issuer-deleted": "kms-issuer-deleted",
|
|
1569
1645
|
"kms-issuer-key-activated": "kms-issuer-key-activated",
|
|
1570
1646
|
"kms-issuer-key-created": "kms-issuer-key-created",
|
|
1647
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked",
|
|
1571
1648
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated",
|
|
1572
1649
|
"kms-issuer-policy-created": "kms-issuer-policy-created",
|
|
1573
1650
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted",
|
|
@@ -1578,7 +1655,10 @@ const listEventTypeNameEnum = {
|
|
|
1578
1655
|
"log-drain-disabled": "log-drain-disabled",
|
|
1579
1656
|
"log-drain-enabled": "log-drain-enabled",
|
|
1580
1657
|
login: "login",
|
|
1658
|
+
"login-connection-linked": "login-connection-linked",
|
|
1659
|
+
"login-connection-unlinked": "login-connection-unlinked",
|
|
1581
1660
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
1661
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
1582
1662
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
1583
1663
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
1584
1664
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -1608,6 +1688,8 @@ const listEventTypeNameEnum = {
|
|
|
1608
1688
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
1609
1689
|
"organization-create": "organization-create",
|
|
1610
1690
|
"organization-delete": "organization-delete",
|
|
1691
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
1692
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
1611
1693
|
"organization-slug-update": "organization-slug-update",
|
|
1612
1694
|
"organization-team-add": "organization-team-add",
|
|
1613
1695
|
"organization-team-create": "organization-team-create",
|
|
@@ -1756,8 +1838,11 @@ const listEventTypeNameEnum = {
|
|
|
1756
1838
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
1757
1839
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
1758
1840
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
1841
|
+
"saml-connection-created": "saml-connection-created",
|
|
1842
|
+
"saml-connection-deleted": "saml-connection-deleted",
|
|
1759
1843
|
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
1760
1844
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
1845
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
1761
1846
|
scale: "scale",
|
|
1762
1847
|
"scale-auto": "scale-auto",
|
|
1763
1848
|
"secondary-email-added": "secondary-email-added",
|
|
@@ -1787,6 +1872,7 @@ const listEventTypeNameEnum = {
|
|
|
1787
1872
|
"spend-created": "spend-created",
|
|
1788
1873
|
"spend-deleted": "spend-deleted",
|
|
1789
1874
|
"spend-updated": "spend-updated",
|
|
1875
|
+
"sso-login": "sso-login",
|
|
1790
1876
|
"storage-accept-tos": "storage-accept-tos",
|
|
1791
1877
|
"storage-access-token-set": "storage-access-token-set",
|
|
1792
1878
|
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
@@ -1813,6 +1899,7 @@ const listEventTypeNameEnum = {
|
|
|
1813
1899
|
"subscription-product-added": "subscription-product-added",
|
|
1814
1900
|
"subscription-product-removed": "subscription-product-removed",
|
|
1815
1901
|
"subscription-updated": "subscription-updated",
|
|
1902
|
+
"support-session-created": "support-session-created",
|
|
1816
1903
|
team: "team",
|
|
1817
1904
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
1818
1905
|
"team-avatar-update": "team-avatar-update",
|
|
@@ -1863,23 +1950,36 @@ const listEventTypeNameEnum = {
|
|
|
1863
1950
|
"tracing-configured": "tracing-configured",
|
|
1864
1951
|
"tracing-disabled": "tracing-disabled",
|
|
1865
1952
|
"unlink-login-connection": "unlink-login-connection",
|
|
1953
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
1954
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
1955
|
+
"user-auto-block-configured": "user-auto-block-configured",
|
|
1956
|
+
"user-blocked": "user-blocked",
|
|
1866
1957
|
"user-delete": "user-delete",
|
|
1958
|
+
"user-delete-requested": "user-delete-requested",
|
|
1867
1959
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
1868
1960
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
1869
1961
|
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
1962
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
1963
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
1964
|
+
"user-emu-toggled": "user-emu-toggled",
|
|
1870
1965
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
1871
1966
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
1872
1967
|
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
1873
1968
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
1969
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
1874
1970
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
1875
1971
|
"user-mfa-removed": "user-mfa-removed",
|
|
1876
1972
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
1877
1973
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
1878
1974
|
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
1975
|
+
"user-phone-removed": "user-phone-removed",
|
|
1976
|
+
"user-phone-updated": "user-phone-updated",
|
|
1879
1977
|
"user-primary-email-updated": "user-primary-email-updated",
|
|
1978
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
1880
1979
|
"user-token-created": "user-token-created",
|
|
1881
1980
|
"user-token-deleted": "user-token-deleted",
|
|
1882
1981
|
"user-tokens-deleted": "user-tokens-deleted",
|
|
1982
|
+
"user-unblocked": "user-unblocked",
|
|
1883
1983
|
username: "username",
|
|
1884
1984
|
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
1885
1985
|
"v0-chat-created": "v0-chat-created",
|
|
@@ -1891,6 +1991,7 @@ const listEventTypeNameEnum = {
|
|
|
1891
1991
|
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
1892
1992
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
1893
1993
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
1994
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
1894
1995
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
1895
1996
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
1896
1997
|
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
@@ -1918,6 +2019,7 @@ const listEventTypeCategoriesEnum = {
|
|
|
1918
2019
|
ai: "ai",
|
|
1919
2020
|
"ai-gateway": "ai-gateway",
|
|
1920
2021
|
billing: "billing",
|
|
2022
|
+
connect: "connect",
|
|
1921
2023
|
deployment: "deployment",
|
|
1922
2024
|
domain: "domain",
|
|
1923
2025
|
edge: "edge",
|
|
@@ -1975,6 +2077,11 @@ const listEventTypeReplacedByEnum = {
|
|
|
1975
2077
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted",
|
|
1976
2078
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated",
|
|
1977
2079
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated",
|
|
2080
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled",
|
|
2081
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled",
|
|
2082
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled",
|
|
2083
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled",
|
|
2084
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated",
|
|
1978
2085
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived",
|
|
1979
2086
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created",
|
|
1980
2087
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored",
|
|
@@ -2020,6 +2127,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2020
2127
|
"cert-system-create": "cert-system-create",
|
|
2021
2128
|
"code-owners-config-updated": "code-owners-config-updated",
|
|
2022
2129
|
"compliance-document-downloaded": "compliance-document-downloaded",
|
|
2130
|
+
"compliance-document-previewed": "compliance-document-previewed",
|
|
2023
2131
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded",
|
|
2024
2132
|
"concurrent-builds-update": "concurrent-builds-update",
|
|
2025
2133
|
"connect-attach-project": "connect-attach-project",
|
|
@@ -2158,6 +2266,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2158
2266
|
"flags-segment": "flags-segment",
|
|
2159
2267
|
"flags-settings": "flags-settings",
|
|
2160
2268
|
"flags-transferred": "flags-transferred",
|
|
2269
|
+
"git-integration-repo-push": "git-integration-repo-push",
|
|
2161
2270
|
git_account_integration_link_added: "git_account_integration_link_added",
|
|
2162
2271
|
"instant-rollback-created": "instant-rollback-created",
|
|
2163
2272
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed",
|
|
@@ -2178,6 +2287,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2178
2287
|
"kms-issuer-deleted": "kms-issuer-deleted",
|
|
2179
2288
|
"kms-issuer-key-activated": "kms-issuer-key-activated",
|
|
2180
2289
|
"kms-issuer-key-created": "kms-issuer-key-created",
|
|
2290
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked",
|
|
2181
2291
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated",
|
|
2182
2292
|
"kms-issuer-policy-created": "kms-issuer-policy-created",
|
|
2183
2293
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted",
|
|
@@ -2188,7 +2298,10 @@ const listEventTypeReplacedByEnum = {
|
|
|
2188
2298
|
"log-drain-disabled": "log-drain-disabled",
|
|
2189
2299
|
"log-drain-enabled": "log-drain-enabled",
|
|
2190
2300
|
login: "login",
|
|
2301
|
+
"login-connection-linked": "login-connection-linked",
|
|
2302
|
+
"login-connection-unlinked": "login-connection-unlinked",
|
|
2191
2303
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2304
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2192
2305
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2193
2306
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
2194
2307
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -2218,6 +2331,8 @@ const listEventTypeReplacedByEnum = {
|
|
|
2218
2331
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
2219
2332
|
"organization-create": "organization-create",
|
|
2220
2333
|
"organization-delete": "organization-delete",
|
|
2334
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2335
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2221
2336
|
"organization-slug-update": "organization-slug-update",
|
|
2222
2337
|
"organization-team-add": "organization-team-add",
|
|
2223
2338
|
"organization-team-create": "organization-team-create",
|
|
@@ -2366,8 +2481,11 @@ const listEventTypeReplacedByEnum = {
|
|
|
2366
2481
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
2367
2482
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
2368
2483
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
2484
|
+
"saml-connection-created": "saml-connection-created",
|
|
2485
|
+
"saml-connection-deleted": "saml-connection-deleted",
|
|
2369
2486
|
"sandbox-alias-assigned": "sandbox-alias-assigned",
|
|
2370
2487
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
2488
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
2371
2489
|
scale: "scale",
|
|
2372
2490
|
"scale-auto": "scale-auto",
|
|
2373
2491
|
"secondary-email-added": "secondary-email-added",
|
|
@@ -2397,6 +2515,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2397
2515
|
"spend-created": "spend-created",
|
|
2398
2516
|
"spend-deleted": "spend-deleted",
|
|
2399
2517
|
"spend-updated": "spend-updated",
|
|
2518
|
+
"sso-login": "sso-login",
|
|
2400
2519
|
"storage-accept-tos": "storage-accept-tos",
|
|
2401
2520
|
"storage-access-token-set": "storage-access-token-set",
|
|
2402
2521
|
"storage-accessed-data-browser": "storage-accessed-data-browser",
|
|
@@ -2423,6 +2542,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2423
2542
|
"subscription-product-added": "subscription-product-added",
|
|
2424
2543
|
"subscription-product-removed": "subscription-product-removed",
|
|
2425
2544
|
"subscription-updated": "subscription-updated",
|
|
2545
|
+
"support-session-created": "support-session-created",
|
|
2426
2546
|
team: "team",
|
|
2427
2547
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed",
|
|
2428
2548
|
"team-avatar-update": "team-avatar-update",
|
|
@@ -2473,23 +2593,36 @@ const listEventTypeReplacedByEnum = {
|
|
|
2473
2593
|
"tracing-configured": "tracing-configured",
|
|
2474
2594
|
"tracing-disabled": "tracing-disabled",
|
|
2475
2595
|
"unlink-login-connection": "unlink-login-connection",
|
|
2596
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed",
|
|
2597
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
2598
|
+
"user-auto-block-configured": "user-auto-block-configured",
|
|
2599
|
+
"user-blocked": "user-blocked",
|
|
2476
2600
|
"user-delete": "user-delete",
|
|
2601
|
+
"user-delete-requested": "user-delete-requested",
|
|
2477
2602
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
2478
2603
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
2479
2604
|
"user-emu-account-recovered": "user-emu-account-recovered",
|
|
2605
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent",
|
|
2606
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated",
|
|
2607
|
+
"user-emu-toggled": "user-emu-toggled",
|
|
2480
2608
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed",
|
|
2481
2609
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified",
|
|
2482
2610
|
"user-mfa-change-failed": "user-mfa-change-failed",
|
|
2483
2611
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated",
|
|
2612
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used",
|
|
2484
2613
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated",
|
|
2485
2614
|
"user-mfa-removed": "user-mfa-removed",
|
|
2486
2615
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped",
|
|
2487
2616
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started",
|
|
2488
2617
|
"user-mfa-totp-verified": "user-mfa-totp-verified",
|
|
2618
|
+
"user-phone-removed": "user-phone-removed",
|
|
2619
|
+
"user-phone-updated": "user-phone-updated",
|
|
2489
2620
|
"user-primary-email-updated": "user-primary-email-updated",
|
|
2621
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed",
|
|
2490
2622
|
"user-token-created": "user-token-created",
|
|
2491
2623
|
"user-token-deleted": "user-token-deleted",
|
|
2492
2624
|
"user-tokens-deleted": "user-tokens-deleted",
|
|
2625
|
+
"user-unblocked": "user-unblocked",
|
|
2493
2626
|
username: "username",
|
|
2494
2627
|
"v0-chat-ai-usage": "v0-chat-ai-usage",
|
|
2495
2628
|
"v0-chat-created": "v0-chat-created",
|
|
@@ -2501,6 +2634,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2501
2634
|
"vcr-repository-permission-added": "vcr-repository-permission-added",
|
|
2502
2635
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed",
|
|
2503
2636
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared",
|
|
2637
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed",
|
|
2504
2638
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved",
|
|
2505
2639
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested",
|
|
2506
2640
|
"vercel-agent-session-created": "vercel-agent-session-created",
|
|
@@ -2679,6 +2813,7 @@ const invitedTeamMemberTeamPermissionsEnum = {
|
|
|
2679
2813
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
2680
2814
|
AiGatewayCredits: "AiGatewayCredits",
|
|
2681
2815
|
AiGatewaySettings: "AiGatewaySettings",
|
|
2816
|
+
ConnectorManager: "ConnectorManager",
|
|
2682
2817
|
CreateProject: "CreateProject",
|
|
2683
2818
|
EnvVariableManager: "EnvVariableManager",
|
|
2684
2819
|
EnvironmentManager: "EnvironmentManager",
|
|
@@ -2704,6 +2839,11 @@ const teamSamlDefaultRedirectUriEnum = {
|
|
|
2704
2839
|
"v0.dev": "v0.dev",
|
|
2705
2840
|
"vercel.com": "vercel.com"
|
|
2706
2841
|
};
|
|
2842
|
+
const teamBillingPlanEnum = {
|
|
2843
|
+
enterprise: "enterprise",
|
|
2844
|
+
hobby: "hobby",
|
|
2845
|
+
pro: "pro"
|
|
2846
|
+
};
|
|
2707
2847
|
const teamDefaultRolesTeamRolesEnum = {
|
|
2708
2848
|
BILLING: "BILLING",
|
|
2709
2849
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
@@ -2719,6 +2859,7 @@ const teamDefaultRolesTeamPermissionsEnum = {
|
|
|
2719
2859
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
2720
2860
|
AiGatewayCredits: "AiGatewayCredits",
|
|
2721
2861
|
AiGatewaySettings: "AiGatewaySettings",
|
|
2862
|
+
ConnectorManager: "ConnectorManager",
|
|
2722
2863
|
CreateProject: "CreateProject",
|
|
2723
2864
|
EnvVariableManager: "EnvVariableManager",
|
|
2724
2865
|
EnvironmentManager: "EnvironmentManager",
|
|
@@ -2804,6 +2945,7 @@ const teamMembershipTeamPermissionsEnum = {
|
|
|
2804
2945
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
2805
2946
|
AiGatewayCredits: "AiGatewayCredits",
|
|
2806
2947
|
AiGatewaySettings: "AiGatewaySettings",
|
|
2948
|
+
ConnectorManager: "ConnectorManager",
|
|
2807
2949
|
CreateProject: "CreateProject",
|
|
2808
2950
|
EnvVariableManager: "EnvVariableManager",
|
|
2809
2951
|
EnvironmentManager: "EnvironmentManager",
|
|
@@ -2875,6 +3017,7 @@ const teamLimitedMembershipTeamPermissionsEnum = {
|
|
|
2875
3017
|
AiGatewayBudgetManager: "AiGatewayBudgetManager",
|
|
2876
3018
|
AiGatewayCredits: "AiGatewayCredits",
|
|
2877
3019
|
AiGatewaySettings: "AiGatewaySettings",
|
|
3020
|
+
ConnectorManager: "ConnectorManager",
|
|
2878
3021
|
CreateProject: "CreateProject",
|
|
2879
3022
|
EnvVariableManager: "EnvVariableManager",
|
|
2880
3023
|
EnvironmentManager: "EnvironmentManager",
|
|
@@ -2967,6 +3110,7 @@ const authUserResourceConfigBuildQueueConfigurationEnum = {
|
|
|
2967
3110
|
};
|
|
2968
3111
|
const authUserImportFlowGitProviderEnum = {
|
|
2969
3112
|
bitbucket: "bitbucket",
|
|
3113
|
+
"cursor-origin": "cursor-origin",
|
|
2970
3114
|
github: "github",
|
|
2971
3115
|
"github-custom-host": "github-custom-host",
|
|
2972
3116
|
"github-limited": "github-limited",
|
|
@@ -3059,6 +3203,7 @@ exports.blockedDueToOverageTypeEnum = blockedDueToOverageTypeEnum;
|
|
|
3059
3203
|
exports.boughtTooRecentlyCodeEnum = boughtTooRecentlyCodeEnum;
|
|
3060
3204
|
exports.boughtTooRecentlyStatusEnum = boughtTooRecentlyStatusEnum;
|
|
3061
3205
|
exports.buildQueueConfigurationEnum = buildQueueConfigurationEnum;
|
|
3206
|
+
exports.ceilingModeEnum = ceilingModeEnum;
|
|
3062
3207
|
exports.changeEnum = changeEnum;
|
|
3063
3208
|
exports.cmpEnum = cmpEnum;
|
|
3064
3209
|
exports.commitVerificationEnum = commitVerificationEnum;
|
|
@@ -3068,6 +3213,7 @@ exports.createDeploymentsEnum = createDeploymentsEnum;
|
|
|
3068
3213
|
exports.cve55182MigrationAppliedFromEnum = cve55182MigrationAppliedFromEnum;
|
|
3069
3214
|
exports.decisionEnum = decisionEnum;
|
|
3070
3215
|
exports.defaultEnum = defaultEnum;
|
|
3216
|
+
exports.defaultModeEnum = defaultModeEnum;
|
|
3071
3217
|
exports.deploymentTypeEnum = deploymentTypeEnum;
|
|
3072
3218
|
exports.directionalityEnum = directionalityEnum;
|
|
3073
3219
|
exports.domainAlreadyOwnedCodeEnum = domainAlreadyOwnedCodeEnum;
|
|
@@ -3095,6 +3241,7 @@ exports.envEnum = envEnum;
|
|
|
3095
3241
|
exports.environmentEnum = environmentEnum;
|
|
3096
3242
|
exports.expectedPriceMismatchCodeEnum = expectedPriceMismatchCodeEnum;
|
|
3097
3243
|
exports.expectedPriceMismatchStatusEnum = expectedPriceMismatchStatusEnum;
|
|
3244
|
+
exports.failureStageEnum = failureStageEnum;
|
|
3098
3245
|
exports.favoritesViewPreferenceEnum = favoritesViewPreferenceEnum;
|
|
3099
3246
|
exports.fileTreeTypeEnum = fileTreeTypeEnum;
|
|
3100
3247
|
exports.flagExperimentAllocationUnitEnum = flagExperimentAllocationUnitEnum;
|
|
@@ -3108,6 +3255,7 @@ exports.flagsSdkKeyWithSecretsTypeEnum = flagsSdkKeyWithSecretsTypeEnum;
|
|
|
3108
3255
|
exports.forbiddenCodeEnum = forbiddenCodeEnum;
|
|
3109
3256
|
exports.forbiddenStatusEnum = forbiddenStatusEnum;
|
|
3110
3257
|
exports.fromPlanEnum = fromPlanEnum;
|
|
3258
|
+
exports.gitCredentialSourceEnum = gitCredentialSourceEnum;
|
|
3111
3259
|
exports.gitProviderEnum = gitProviderEnum;
|
|
3112
3260
|
exports.grantTypeEnum = grantTypeEnum;
|
|
3113
3261
|
exports.importFlowGitProviderEnum = importFlowGitProviderEnum;
|
|
@@ -3151,6 +3299,7 @@ exports.operationEnum = operationEnum;
|
|
|
3151
3299
|
exports.orderTooExpensiveCodeEnum = orderTooExpensiveCodeEnum;
|
|
3152
3300
|
exports.orderTooExpensiveStatusEnum = orderTooExpensiveStatusEnum;
|
|
3153
3301
|
exports.originEnum = originEnum;
|
|
3302
|
+
exports.outcomeEnum = outcomeEnum;
|
|
3154
3303
|
exports.overageReasonEnum = overageReasonEnum;
|
|
3155
3304
|
exports.planEnum = planEnum;
|
|
3156
3305
|
exports.planSlugEnum = planSlugEnum;
|
|
@@ -3183,6 +3332,7 @@ exports.storeTypeEnum = storeTypeEnum;
|
|
|
3183
3332
|
exports.subjectTypeEnum = subjectTypeEnum;
|
|
3184
3333
|
exports.tagEnum = tagEnum;
|
|
3185
3334
|
exports.targetEnum = targetEnum;
|
|
3335
|
+
exports.teamBillingPlanEnum = teamBillingPlanEnum;
|
|
3186
3336
|
exports.teamDefaultPassportDeploymentTypeEnum = teamDefaultPassportDeploymentTypeEnum;
|
|
3187
3337
|
exports.teamDefaultRolesTeamPermissionsEnum = teamDefaultRolesTeamPermissionsEnum;
|
|
3188
3338
|
exports.teamDefaultRolesTeamRolesEnum = teamDefaultRolesTeamRolesEnum;
|