vercel-api-js 1.14.0 → 1.14.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/index.cjs +1 -1
- package/dist/index.d.ts +38 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-rypj5lzu.cjs → schemas-ev1tjsfi.cjs} +20 -0
- package/dist/{schemas-bz496bmo.js → schemas-jkpfjygi.js} +20 -0
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +19 -0
- 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 -0
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +17 -0
- package/package.json +1 -1
|
@@ -1008,6 +1008,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1008
1008
|
"ai-gateway-byok-credential-updated",
|
|
1009
1009
|
"ai-gateway-credits-purchased",
|
|
1010
1010
|
"ai-gateway-guardrails-updated",
|
|
1011
|
+
"ai-gateway-inference-regions-updated",
|
|
1011
1012
|
"ai-gateway-model-allowlist-models-updated",
|
|
1012
1013
|
"ai-gateway-model-allowlist-toggled",
|
|
1013
1014
|
"ai-gateway-private-model-created",
|
|
@@ -2060,6 +2061,9 @@ const userEventSchema = z__namespace.object({
|
|
|
2060
2061
|
policiesRemoved: z__namespace.array(z__namespace.string()),
|
|
2061
2062
|
policiesModified: z__namespace.array(z__namespace.string())
|
|
2062
2063
|
}).strict(),
|
|
2064
|
+
z__namespace.object({
|
|
2065
|
+
regions: z__namespace.array(z__namespace.string())
|
|
2066
|
+
}).strict(),
|
|
2063
2067
|
z__namespace.object({
|
|
2064
2068
|
retention: z__namespace.object({
|
|
2065
2069
|
defaultMode: z__namespace.enum([
|
|
@@ -5055,6 +5059,8 @@ const userEventSchema = z__namespace.object({
|
|
|
5055
5059
|
"AiGatewayBudgetManager",
|
|
5056
5060
|
"AiGatewayCredits",
|
|
5057
5061
|
"AiGatewaySettings",
|
|
5062
|
+
"AiGatewayTranscriptsManager",
|
|
5063
|
+
"AiGatewayTranscriptsViewer",
|
|
5058
5064
|
"ConnectorManager",
|
|
5059
5065
|
"CreateProject",
|
|
5060
5066
|
"EnvVariableManager",
|
|
@@ -8616,6 +8622,8 @@ const userEventSchema = z__namespace.object({
|
|
|
8616
8622
|
"AiGatewayBudgetManager",
|
|
8617
8623
|
"AiGatewayCredits",
|
|
8618
8624
|
"AiGatewaySettings",
|
|
8625
|
+
"AiGatewayTranscriptsManager",
|
|
8626
|
+
"AiGatewayTranscriptsViewer",
|
|
8619
8627
|
"ConnectorManager",
|
|
8620
8628
|
"CreateProject",
|
|
8621
8629
|
"EnvVariableManager",
|
|
@@ -8635,6 +8643,8 @@ const userEventSchema = z__namespace.object({
|
|
|
8635
8643
|
"AiGatewayBudgetManager",
|
|
8636
8644
|
"AiGatewayCredits",
|
|
8637
8645
|
"AiGatewaySettings",
|
|
8646
|
+
"AiGatewayTranscriptsManager",
|
|
8647
|
+
"AiGatewayTranscriptsViewer",
|
|
8638
8648
|
"ConnectorManager",
|
|
8639
8649
|
"CreateProject",
|
|
8640
8650
|
"EnvVariableManager",
|
|
@@ -9589,6 +9599,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9589
9599
|
"ai-gateway-byok-credential-updated",
|
|
9590
9600
|
"ai-gateway-credits-purchased",
|
|
9591
9601
|
"ai-gateway-guardrails-updated",
|
|
9602
|
+
"ai-gateway-inference-regions-updated",
|
|
9592
9603
|
"ai-gateway-model-allowlist-models-updated",
|
|
9593
9604
|
"ai-gateway-model-allowlist-toggled",
|
|
9594
9605
|
"ai-gateway-private-model-created",
|
|
@@ -10286,6 +10297,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10286
10297
|
"ai-gateway-byok-credential-updated",
|
|
10287
10298
|
"ai-gateway-credits-purchased",
|
|
10288
10299
|
"ai-gateway-guardrails-updated",
|
|
10300
|
+
"ai-gateway-inference-regions-updated",
|
|
10289
10301
|
"ai-gateway-model-allowlist-models-updated",
|
|
10290
10302
|
"ai-gateway-model-allowlist-toggled",
|
|
10291
10303
|
"ai-gateway-private-model-created",
|
|
@@ -11979,6 +11991,8 @@ const invitedTeamMemberSchema = z__namespace.object({
|
|
|
11979
11991
|
"AiGatewayBudgetManager",
|
|
11980
11992
|
"AiGatewayCredits",
|
|
11981
11993
|
"AiGatewaySettings",
|
|
11994
|
+
"AiGatewayTranscriptsManager",
|
|
11995
|
+
"AiGatewayTranscriptsViewer",
|
|
11982
11996
|
"ConnectorManager",
|
|
11983
11997
|
"CreateProject",
|
|
11984
11998
|
"EnvVariableManager",
|
|
@@ -12142,6 +12156,8 @@ const teamSchema = z__namespace.object({
|
|
|
12142
12156
|
"AiGatewayBudgetManager",
|
|
12143
12157
|
"AiGatewayCredits",
|
|
12144
12158
|
"AiGatewaySettings",
|
|
12159
|
+
"AiGatewayTranscriptsManager",
|
|
12160
|
+
"AiGatewayTranscriptsViewer",
|
|
12145
12161
|
"ConnectorManager",
|
|
12146
12162
|
"CreateProject",
|
|
12147
12163
|
"EnvVariableManager",
|
|
@@ -12461,6 +12477,8 @@ const teamSchema = z__namespace.object({
|
|
|
12461
12477
|
"AiGatewayBudgetManager",
|
|
12462
12478
|
"AiGatewayCredits",
|
|
12463
12479
|
"AiGatewaySettings",
|
|
12480
|
+
"AiGatewayTranscriptsManager",
|
|
12481
|
+
"AiGatewayTranscriptsViewer",
|
|
12464
12482
|
"ConnectorManager",
|
|
12465
12483
|
"CreateProject",
|
|
12466
12484
|
"EnvVariableManager",
|
|
@@ -12659,6 +12677,8 @@ const teamLimitedSchema = z__namespace.object({
|
|
|
12659
12677
|
"AiGatewayBudgetManager",
|
|
12660
12678
|
"AiGatewayCredits",
|
|
12661
12679
|
"AiGatewaySettings",
|
|
12680
|
+
"AiGatewayTranscriptsManager",
|
|
12681
|
+
"AiGatewayTranscriptsViewer",
|
|
12662
12682
|
"ConnectorManager",
|
|
12663
12683
|
"CreateProject",
|
|
12664
12684
|
"EnvVariableManager",
|
|
@@ -988,6 +988,7 @@ const userEventSchema = z.object({
|
|
|
988
988
|
"ai-gateway-byok-credential-updated",
|
|
989
989
|
"ai-gateway-credits-purchased",
|
|
990
990
|
"ai-gateway-guardrails-updated",
|
|
991
|
+
"ai-gateway-inference-regions-updated",
|
|
991
992
|
"ai-gateway-model-allowlist-models-updated",
|
|
992
993
|
"ai-gateway-model-allowlist-toggled",
|
|
993
994
|
"ai-gateway-private-model-created",
|
|
@@ -2040,6 +2041,9 @@ const userEventSchema = z.object({
|
|
|
2040
2041
|
policiesRemoved: z.array(z.string()),
|
|
2041
2042
|
policiesModified: z.array(z.string())
|
|
2042
2043
|
}).strict(),
|
|
2044
|
+
z.object({
|
|
2045
|
+
regions: z.array(z.string())
|
|
2046
|
+
}).strict(),
|
|
2043
2047
|
z.object({
|
|
2044
2048
|
retention: z.object({
|
|
2045
2049
|
defaultMode: z.enum([
|
|
@@ -5035,6 +5039,8 @@ const userEventSchema = z.object({
|
|
|
5035
5039
|
"AiGatewayBudgetManager",
|
|
5036
5040
|
"AiGatewayCredits",
|
|
5037
5041
|
"AiGatewaySettings",
|
|
5042
|
+
"AiGatewayTranscriptsManager",
|
|
5043
|
+
"AiGatewayTranscriptsViewer",
|
|
5038
5044
|
"ConnectorManager",
|
|
5039
5045
|
"CreateProject",
|
|
5040
5046
|
"EnvVariableManager",
|
|
@@ -8596,6 +8602,8 @@ const userEventSchema = z.object({
|
|
|
8596
8602
|
"AiGatewayBudgetManager",
|
|
8597
8603
|
"AiGatewayCredits",
|
|
8598
8604
|
"AiGatewaySettings",
|
|
8605
|
+
"AiGatewayTranscriptsManager",
|
|
8606
|
+
"AiGatewayTranscriptsViewer",
|
|
8599
8607
|
"ConnectorManager",
|
|
8600
8608
|
"CreateProject",
|
|
8601
8609
|
"EnvVariableManager",
|
|
@@ -8615,6 +8623,8 @@ const userEventSchema = z.object({
|
|
|
8615
8623
|
"AiGatewayBudgetManager",
|
|
8616
8624
|
"AiGatewayCredits",
|
|
8617
8625
|
"AiGatewaySettings",
|
|
8626
|
+
"AiGatewayTranscriptsManager",
|
|
8627
|
+
"AiGatewayTranscriptsViewer",
|
|
8618
8628
|
"ConnectorManager",
|
|
8619
8629
|
"CreateProject",
|
|
8620
8630
|
"EnvVariableManager",
|
|
@@ -9569,6 +9579,7 @@ const listEventTypeSchema = z.object({
|
|
|
9569
9579
|
"ai-gateway-byok-credential-updated",
|
|
9570
9580
|
"ai-gateway-credits-purchased",
|
|
9571
9581
|
"ai-gateway-guardrails-updated",
|
|
9582
|
+
"ai-gateway-inference-regions-updated",
|
|
9572
9583
|
"ai-gateway-model-allowlist-models-updated",
|
|
9573
9584
|
"ai-gateway-model-allowlist-toggled",
|
|
9574
9585
|
"ai-gateway-private-model-created",
|
|
@@ -10266,6 +10277,7 @@ const listEventTypeSchema = z.object({
|
|
|
10266
10277
|
"ai-gateway-byok-credential-updated",
|
|
10267
10278
|
"ai-gateway-credits-purchased",
|
|
10268
10279
|
"ai-gateway-guardrails-updated",
|
|
10280
|
+
"ai-gateway-inference-regions-updated",
|
|
10269
10281
|
"ai-gateway-model-allowlist-models-updated",
|
|
10270
10282
|
"ai-gateway-model-allowlist-toggled",
|
|
10271
10283
|
"ai-gateway-private-model-created",
|
|
@@ -11959,6 +11971,8 @@ const invitedTeamMemberSchema = z.object({
|
|
|
11959
11971
|
"AiGatewayBudgetManager",
|
|
11960
11972
|
"AiGatewayCredits",
|
|
11961
11973
|
"AiGatewaySettings",
|
|
11974
|
+
"AiGatewayTranscriptsManager",
|
|
11975
|
+
"AiGatewayTranscriptsViewer",
|
|
11962
11976
|
"ConnectorManager",
|
|
11963
11977
|
"CreateProject",
|
|
11964
11978
|
"EnvVariableManager",
|
|
@@ -12122,6 +12136,8 @@ const teamSchema = z.object({
|
|
|
12122
12136
|
"AiGatewayBudgetManager",
|
|
12123
12137
|
"AiGatewayCredits",
|
|
12124
12138
|
"AiGatewaySettings",
|
|
12139
|
+
"AiGatewayTranscriptsManager",
|
|
12140
|
+
"AiGatewayTranscriptsViewer",
|
|
12125
12141
|
"ConnectorManager",
|
|
12126
12142
|
"CreateProject",
|
|
12127
12143
|
"EnvVariableManager",
|
|
@@ -12441,6 +12457,8 @@ const teamSchema = z.object({
|
|
|
12441
12457
|
"AiGatewayBudgetManager",
|
|
12442
12458
|
"AiGatewayCredits",
|
|
12443
12459
|
"AiGatewaySettings",
|
|
12460
|
+
"AiGatewayTranscriptsManager",
|
|
12461
|
+
"AiGatewayTranscriptsViewer",
|
|
12444
12462
|
"ConnectorManager",
|
|
12445
12463
|
"CreateProject",
|
|
12446
12464
|
"EnvVariableManager",
|
|
@@ -12639,6 +12657,8 @@ const teamLimitedSchema = z.object({
|
|
|
12639
12657
|
"AiGatewayBudgetManager",
|
|
12640
12658
|
"AiGatewayCredits",
|
|
12641
12659
|
"AiGatewaySettings",
|
|
12660
|
+
"AiGatewayTranscriptsManager",
|
|
12661
|
+
"AiGatewayTranscriptsViewer",
|
|
12642
12662
|
"ConnectorManager",
|
|
12643
12663
|
"CreateProject",
|
|
12644
12664
|
"EnvVariableManager",
|
package/dist/schemas.cjs
CHANGED
package/dist/schemas.d.mts
CHANGED
|
@@ -837,6 +837,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
837
837
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
838
838
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
839
839
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
840
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
840
841
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
841
842
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
842
843
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -1816,6 +1817,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1816
1817
|
policiesAdded: z.ZodArray<z.ZodString>;
|
|
1817
1818
|
policiesRemoved: z.ZodArray<z.ZodString>;
|
|
1818
1819
|
policiesModified: z.ZodArray<z.ZodString>;
|
|
1820
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1821
|
+
regions: z.ZodArray<z.ZodString>;
|
|
1819
1822
|
}, z.core.$strict>, z.ZodObject<{
|
|
1820
1823
|
retention: z.ZodObject<{
|
|
1821
1824
|
defaultMode: z.ZodEnum<{
|
|
@@ -4141,6 +4144,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4141
4144
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
4142
4145
|
AiGatewayCredits: "AiGatewayCredits";
|
|
4143
4146
|
AiGatewaySettings: "AiGatewaySettings";
|
|
4147
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
4148
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
4144
4149
|
ConnectorManager: "ConnectorManager";
|
|
4145
4150
|
CreateProject: "CreateProject";
|
|
4146
4151
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7067,6 +7072,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
7067
7072
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
7068
7073
|
AiGatewayCredits: "AiGatewayCredits";
|
|
7069
7074
|
AiGatewaySettings: "AiGatewaySettings";
|
|
7075
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
7076
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
7070
7077
|
ConnectorManager: "ConnectorManager";
|
|
7071
7078
|
CreateProject: "CreateProject";
|
|
7072
7079
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7086,6 +7093,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
7086
7093
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
7087
7094
|
AiGatewayCredits: "AiGatewayCredits";
|
|
7088
7095
|
AiGatewaySettings: "AiGatewaySettings";
|
|
7096
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
7097
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
7089
7098
|
ConnectorManager: "ConnectorManager";
|
|
7090
7099
|
CreateProject: "CreateProject";
|
|
7091
7100
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7861,6 +7870,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7861
7870
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
7862
7871
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
7863
7872
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
7873
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
7864
7874
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
7865
7875
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
7866
7876
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -8547,6 +8557,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
8547
8557
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
8548
8558
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
8549
8559
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
8560
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
8550
8561
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
8551
8562
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
8552
8563
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -9782,6 +9793,8 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
|
|
|
9782
9793
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
9783
9794
|
AiGatewayCredits: "AiGatewayCredits";
|
|
9784
9795
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9796
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
9797
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
9785
9798
|
ConnectorManager: "ConnectorManager";
|
|
9786
9799
|
CreateProject: "CreateProject";
|
|
9787
9800
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -9872,6 +9885,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
9872
9885
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
9873
9886
|
AiGatewayCredits: "AiGatewayCredits";
|
|
9874
9887
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9888
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
9889
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
9875
9890
|
ConnectorManager: "ConnectorManager";
|
|
9876
9891
|
CreateProject: "CreateProject";
|
|
9877
9892
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10110,6 +10125,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
10110
10125
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10111
10126
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10112
10127
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10128
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10129
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10113
10130
|
ConnectorManager: "ConnectorManager";
|
|
10114
10131
|
CreateProject: "CreateProject";
|
|
10115
10132
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10234,6 +10251,8 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
10234
10251
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10235
10252
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10236
10253
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10254
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10255
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10237
10256
|
ConnectorManager: "ConnectorManager";
|
|
10238
10257
|
CreateProject: "CreateProject";
|
|
10239
10258
|
EnvVariableManager: "EnvVariableManager";
|