vercel-api-js 1.14.0 → 1.14.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 +1 -1
- package/dist/index.d.ts +38 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-rypj5lzu.cjs → schemas-gb9msbpl.cjs} +20 -2
- package/dist/{schemas-bz496bmo.js → schemas-m4ld9x7a.js} +20 -2
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +19 -2
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +17 -0
- package/dist/types.d.mts +19 -10
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +17 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var components = require('./components-l5748yis.cjs');
|
|
4
|
-
var schemas = require('./schemas-
|
|
4
|
+
var schemas = require('./schemas-gb9msbpl.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
package/dist/index.d.ts
CHANGED
|
@@ -378,16 +378,6 @@ type Network = {
|
|
|
378
378
|
*/
|
|
379
379
|
createdAt: number;
|
|
380
380
|
egressIpAddresses?: string[] | undefined;
|
|
381
|
-
/**
|
|
382
|
-
* @description The BYOIP egress (NAT gateway) IP addresses pre-allocated for this network from the region\'s egress IPAM pool. Present in regions that have an egress pool. Customers can allowlist these addresses before egress is switched over to them, since they are reserved ahead of the switch.
|
|
383
|
-
* @type array | undefined
|
|
384
|
-
*/
|
|
385
|
-
reservedEgressIpAddresses?: string[] | undefined;
|
|
386
|
-
/**
|
|
387
|
-
* @description The single contiguous CIDR block from which all egress (NAT gateway) IP addresses are allocated. Present only for networks created with the egress CIDR block feature enabled. Customers can allowlist this range instead of individual egress IPs so it keeps working when AZs are added.
|
|
388
|
-
* @type string | undefined
|
|
389
|
-
*/
|
|
390
|
-
egressCidrBlock?: string | undefined;
|
|
391
381
|
/**
|
|
392
382
|
* @description Metadata about any AWS Route53 Hosted Zones associated with the Network.
|
|
393
383
|
* @type object | undefined
|
|
@@ -2313,6 +2303,7 @@ declare const userEventTypeEnum: {
|
|
|
2313
2303
|
readonly "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
2314
2304
|
readonly "ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
2315
2305
|
readonly "ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
2306
|
+
readonly "ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
2316
2307
|
readonly "ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
2317
2308
|
readonly "ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
2318
2309
|
readonly "ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -3656,6 +3647,8 @@ declare const userEventPayloadNewOwnerTeamsTeamPermissionsEnum: {
|
|
|
3656
3647
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
3657
3648
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
3658
3649
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
3650
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
3651
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
3659
3652
|
readonly ConnectorManager: "ConnectorManager";
|
|
3660
3653
|
readonly CreateProject: "CreateProject";
|
|
3661
3654
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -4473,6 +4466,8 @@ declare const userEventPayloadPreviousTeamPermissionsEnum: {
|
|
|
4473
4466
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
4474
4467
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
4475
4468
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
4469
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
4470
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
4476
4471
|
readonly ConnectorManager: "ConnectorManager";
|
|
4477
4472
|
readonly CreateProject: "CreateProject";
|
|
4478
4473
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -4493,6 +4488,8 @@ declare const userEventPayloadTeamPermissionsEnum: {
|
|
|
4493
4488
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
4494
4489
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
4495
4490
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
4491
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
4492
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
4496
4493
|
readonly ConnectorManager: "ConnectorManager";
|
|
4497
4494
|
readonly CreateProject: "CreateProject";
|
|
4498
4495
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -5104,6 +5101,8 @@ type UserEvent = {
|
|
|
5104
5101
|
policiesAdded: string[];
|
|
5105
5102
|
policiesRemoved: string[];
|
|
5106
5103
|
policiesModified: string[];
|
|
5104
|
+
} | {
|
|
5105
|
+
regions: string[];
|
|
5107
5106
|
} | {
|
|
5108
5107
|
retention: {
|
|
5109
5108
|
defaultMode: UserEventPayloadRetentionDefaultModeEnumKey;
|
|
@@ -11136,6 +11135,7 @@ declare const listEventTypeNameEnum: {
|
|
|
11136
11135
|
readonly "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
11137
11136
|
readonly "ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
11138
11137
|
readonly "ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
11138
|
+
readonly "ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
11139
11139
|
readonly "ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
11140
11140
|
readonly "ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
11141
11141
|
readonly "ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -11822,6 +11822,7 @@ declare const listEventTypeReplacedByEnum: {
|
|
|
11822
11822
|
readonly "ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
11823
11823
|
readonly "ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
11824
11824
|
readonly "ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
11825
|
+
readonly "ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
11825
11826
|
readonly "ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
11826
11827
|
readonly "ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
11827
11828
|
readonly "ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -13721,6 +13722,8 @@ declare const invitedTeamMemberTeamPermissionsEnum: {
|
|
|
13721
13722
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
13722
13723
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
13723
13724
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
13725
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
13726
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
13724
13727
|
readonly ConnectorManager: "ConnectorManager";
|
|
13725
13728
|
readonly CreateProject: "CreateProject";
|
|
13726
13729
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -13816,6 +13819,8 @@ declare const teamDefaultRolesTeamPermissionsEnum: {
|
|
|
13816
13819
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
13817
13820
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
13818
13821
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
13822
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
13823
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
13819
13824
|
readonly ConnectorManager: "ConnectorManager";
|
|
13820
13825
|
readonly CreateProject: "CreateProject";
|
|
13821
13826
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -13944,6 +13949,8 @@ declare const teamMembershipTeamPermissionsEnum: {
|
|
|
13944
13949
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
13945
13950
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
13946
13951
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
13952
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
13953
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
13947
13954
|
readonly ConnectorManager: "ConnectorManager";
|
|
13948
13955
|
readonly CreateProject: "CreateProject";
|
|
13949
13956
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -14581,6 +14588,8 @@ declare const teamLimitedMembershipTeamPermissionsEnum: {
|
|
|
14581
14588
|
readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
14582
14589
|
readonly AiGatewayCredits: "AiGatewayCredits";
|
|
14583
14590
|
readonly AiGatewaySettings: "AiGatewaySettings";
|
|
14591
|
+
readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
14592
|
+
readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
14584
14593
|
readonly ConnectorManager: "ConnectorManager";
|
|
14585
14594
|
readonly CreateProject: "CreateProject";
|
|
14586
14595
|
readonly EnvVariableManager: "EnvVariableManager";
|
|
@@ -43039,8 +43048,6 @@ declare const networkSchema: z.ZodObject<{
|
|
|
43039
43048
|
cidr: z.ZodString;
|
|
43040
43049
|
createdAt: z.ZodNumber;
|
|
43041
43050
|
egressIpAddresses: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
43042
|
-
reservedEgressIpAddresses: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
43043
|
-
egressCidrBlock: z.ZodOptional<z.ZodString>;
|
|
43044
43051
|
hostedZones: z.ZodOptional<z.ZodObject<{
|
|
43045
43052
|
count: z.ZodNumber;
|
|
43046
43053
|
}, z.core.$strip>>;
|
|
@@ -43762,6 +43769,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
43762
43769
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
43763
43770
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
43764
43771
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
43772
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
43765
43773
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
43766
43774
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
43767
43775
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -44741,6 +44749,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
44741
44749
|
policiesAdded: z.ZodArray<z.ZodString>;
|
|
44742
44750
|
policiesRemoved: z.ZodArray<z.ZodString>;
|
|
44743
44751
|
policiesModified: z.ZodArray<z.ZodString>;
|
|
44752
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
44753
|
+
regions: z.ZodArray<z.ZodString>;
|
|
44744
44754
|
}, z.core.$strict>, z.ZodObject<{
|
|
44745
44755
|
retention: z.ZodObject<{
|
|
44746
44756
|
defaultMode: z.ZodEnum<{
|
|
@@ -47066,6 +47076,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
47066
47076
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
47067
47077
|
AiGatewayCredits: "AiGatewayCredits";
|
|
47068
47078
|
AiGatewaySettings: "AiGatewaySettings";
|
|
47079
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
47080
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
47069
47081
|
ConnectorManager: "ConnectorManager";
|
|
47070
47082
|
CreateProject: "CreateProject";
|
|
47071
47083
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -49992,6 +50004,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
49992
50004
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
49993
50005
|
AiGatewayCredits: "AiGatewayCredits";
|
|
49994
50006
|
AiGatewaySettings: "AiGatewaySettings";
|
|
50007
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
50008
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
49995
50009
|
ConnectorManager: "ConnectorManager";
|
|
49996
50010
|
CreateProject: "CreateProject";
|
|
49997
50011
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -50011,6 +50025,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
50011
50025
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
50012
50026
|
AiGatewayCredits: "AiGatewayCredits";
|
|
50013
50027
|
AiGatewaySettings: "AiGatewaySettings";
|
|
50028
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
50029
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
50014
50030
|
ConnectorManager: "ConnectorManager";
|
|
50015
50031
|
CreateProject: "CreateProject";
|
|
50016
50032
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -50786,6 +50802,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
50786
50802
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
50787
50803
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
50788
50804
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
50805
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
50789
50806
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
50790
50807
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
50791
50808
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -51472,6 +51489,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
51472
51489
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
51473
51490
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
51474
51491
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
51492
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
51475
51493
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
51476
51494
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
51477
51495
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -52707,6 +52725,8 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
|
|
|
52707
52725
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
52708
52726
|
AiGatewayCredits: "AiGatewayCredits";
|
|
52709
52727
|
AiGatewaySettings: "AiGatewaySettings";
|
|
52728
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
52729
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
52710
52730
|
ConnectorManager: "ConnectorManager";
|
|
52711
52731
|
CreateProject: "CreateProject";
|
|
52712
52732
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -52797,6 +52817,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
52797
52817
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
52798
52818
|
AiGatewayCredits: "AiGatewayCredits";
|
|
52799
52819
|
AiGatewaySettings: "AiGatewaySettings";
|
|
52820
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
52821
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
52800
52822
|
ConnectorManager: "ConnectorManager";
|
|
52801
52823
|
CreateProject: "CreateProject";
|
|
52802
52824
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -53035,6 +53057,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
53035
53057
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
53036
53058
|
AiGatewayCredits: "AiGatewayCredits";
|
|
53037
53059
|
AiGatewaySettings: "AiGatewaySettings";
|
|
53060
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
53061
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
53038
53062
|
ConnectorManager: "ConnectorManager";
|
|
53039
53063
|
CreateProject: "CreateProject";
|
|
53040
53064
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -53159,6 +53183,8 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
53159
53183
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
53160
53184
|
AiGatewayCredits: "AiGatewayCredits";
|
|
53161
53185
|
AiGatewaySettings: "AiGatewaySettings";
|
|
53186
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
53187
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
53162
53188
|
ConnectorManager: "ConnectorManager";
|
|
53163
53189
|
CreateProject: "CreateProject";
|
|
53164
53190
|
EnvVariableManager: "EnvVariableManager";
|