vercel-api-js 1.20.0 → 1.20.2
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/index.cjs +7 -1
- package/dist/index.d.ts +107 -19
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-g4hakv36.js → schemas-kld4las0.js} +43 -5
- package/dist/{schemas-b636kgje.cjs → schemas-ltom3qj0.cjs} +45 -4
- package/dist/schemas.cjs +4 -1
- package/dist/schemas.d.mts +38 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +21 -1
- package/dist/types.d.mts +70 -12
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +19 -2
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -22,7 +22,6 @@ const aiGatewayVirtualModelConfigInferenceRegionScopeEnum = {
|
|
|
22
22
|
};
|
|
23
23
|
const aiGatewayVirtualModelConfigSelectorEnum = {
|
|
24
24
|
cost: "cost",
|
|
25
|
-
priority: "priority",
|
|
26
25
|
tps: "tps",
|
|
27
26
|
ttft: "ttft"
|
|
28
27
|
};
|
|
@@ -2072,10 +2071,12 @@ const userEventTypeEnum = {
|
|
|
2072
2071
|
"oidc-policy-deleted": "oidc-policy-deleted",
|
|
2073
2072
|
"oidc-policy-updated": "oidc-policy-updated",
|
|
2074
2073
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
2074
|
+
"organization-avatar-update": "organization-avatar-update",
|
|
2075
2075
|
"organization-create": "organization-create",
|
|
2076
2076
|
"organization-delete": "organization-delete",
|
|
2077
2077
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2078
2078
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2079
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
2079
2080
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2080
2081
|
"organization-emu-updated": "organization-emu-updated",
|
|
2081
2082
|
"organization-slug-update": "organization-slug-update",
|
|
@@ -2784,10 +2785,12 @@ const listEventTypeNameEnum = {
|
|
|
2784
2785
|
"oidc-policy-deleted": "oidc-policy-deleted",
|
|
2785
2786
|
"oidc-policy-updated": "oidc-policy-updated",
|
|
2786
2787
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
2788
|
+
"organization-avatar-update": "organization-avatar-update",
|
|
2787
2789
|
"organization-create": "organization-create",
|
|
2788
2790
|
"organization-delete": "organization-delete",
|
|
2789
2791
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2790
2792
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2793
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
2791
2794
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2792
2795
|
"organization-emu-updated": "organization-emu-updated",
|
|
2793
2796
|
"organization-slug-update": "organization-slug-update",
|
|
@@ -3471,10 +3474,12 @@ const listEventTypeReplacedByEnum = {
|
|
|
3471
3474
|
"oidc-policy-deleted": "oidc-policy-deleted",
|
|
3472
3475
|
"oidc-policy-updated": "oidc-policy-updated",
|
|
3473
3476
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token",
|
|
3477
|
+
"organization-avatar-update": "organization-avatar-update",
|
|
3474
3478
|
"organization-create": "organization-create",
|
|
3475
3479
|
"organization-delete": "organization-delete",
|
|
3476
3480
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
3477
3481
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
3482
|
+
"organization-emu-domains-merged": "organization-emu-domains-merged",
|
|
3478
3483
|
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
3479
3484
|
"organization-emu-updated": "organization-emu-updated",
|
|
3480
3485
|
"organization-slug-update": "organization-slug-update",
|
|
@@ -3935,6 +3940,10 @@ const aCLAction = {
|
|
|
3935
3940
|
read: "read",
|
|
3936
3941
|
update: "update"
|
|
3937
3942
|
};
|
|
3943
|
+
const namedSandboxArchitectureEnum = {
|
|
3944
|
+
amd64: "amd64",
|
|
3945
|
+
arm64: "arm64"
|
|
3946
|
+
};
|
|
3938
3947
|
const namedSandboxFailoverRegionsEnum = {
|
|
3939
3948
|
arn1: "arn1",
|
|
3940
3949
|
bom1: "bom1",
|
|
@@ -3978,6 +3987,10 @@ const sandboxNetworkPolicyModeEnum = {
|
|
|
3978
3987
|
custom: "custom",
|
|
3979
3988
|
"deny-all": "deny-all"
|
|
3980
3989
|
};
|
|
3990
|
+
const sessionArchitectureEnum = {
|
|
3991
|
+
amd64: "amd64",
|
|
3992
|
+
arm64: "arm64"
|
|
3993
|
+
};
|
|
3981
3994
|
const sessionStatusEnum = {
|
|
3982
3995
|
aborted: "aborted",
|
|
3983
3996
|
failed: "failed",
|
|
@@ -3987,6 +4000,10 @@ const sessionStatusEnum = {
|
|
|
3987
4000
|
stopped: "stopped",
|
|
3988
4001
|
stopping: "stopping"
|
|
3989
4002
|
};
|
|
4003
|
+
const snapshotArchitectureEnum = {
|
|
4004
|
+
amd64: "amd64",
|
|
4005
|
+
arm64: "arm64"
|
|
4006
|
+
};
|
|
3990
4007
|
const snapshotCreationMethodEnum = {
|
|
3991
4008
|
automatic: "automatic",
|
|
3992
4009
|
manual: "manual"
|
|
@@ -4777,6 +4794,7 @@ exports.listTeamFlagsV2State = listTeamFlagsV2State;
|
|
|
4777
4794
|
exports.marketplaceFlagCategoryEnum = marketplaceFlagCategoryEnum;
|
|
4778
4795
|
exports.marketplaceFlagStateEnum = marketplaceFlagStateEnum;
|
|
4779
4796
|
exports.modeEnum = modeEnum;
|
|
4797
|
+
exports.namedSandboxArchitectureEnum = namedSandboxArchitectureEnum;
|
|
4780
4798
|
exports.namedSandboxFailoverRegionsEnum = namedSandboxFailoverRegionsEnum;
|
|
4781
4799
|
exports.namedSandboxNetworkPolicyModeEnum = namedSandboxNetworkPolicyModeEnum;
|
|
4782
4800
|
exports.namedSandboxStatusEnum = namedSandboxStatusEnum;
|
|
@@ -4790,7 +4808,9 @@ exports.searchRepoProvider = searchRepoProvider;
|
|
|
4790
4808
|
exports.segmentDataRulesConditionsCmpEnum = segmentDataRulesConditionsCmpEnum;
|
|
4791
4809
|
exports.segmentDataRulesConditionsRhs = segmentDataRulesConditionsRhs;
|
|
4792
4810
|
exports.segmentDataRulesConditionsRhsTypeEnum = segmentDataRulesConditionsRhsTypeEnum;
|
|
4811
|
+
exports.sessionArchitectureEnum = sessionArchitectureEnum;
|
|
4793
4812
|
exports.sessionStatusEnum = sessionStatusEnum;
|
|
4813
|
+
exports.snapshotArchitectureEnum = snapshotArchitectureEnum;
|
|
4794
4814
|
exports.snapshotCreationMethodEnum = snapshotCreationMethodEnum;
|
|
4795
4815
|
exports.snapshotStatusEnum = snapshotStatusEnum;
|
|
4796
4816
|
exports.teamBillingPlanEnum = teamBillingPlanEnum;
|