vercel-api-js 1.19.1 → 1.19.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 +14 -14
- package/dist/index.mjs +1 -1
- package/dist/{schemas-ommjk7w2.cjs → schemas-kbkmflwt.cjs} +7 -7
- package/dist/{schemas-hikd2ypl.js → schemas-kyn4vosf.js} +7 -7
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +7 -7
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +7 -7
- package/dist/types.d.mts +7 -7
- package/dist/types.mjs +7 -7
- package/package.json +1 -1
|
@@ -5625,12 +5625,12 @@ const userEventSchema = z__namespace.object({
|
|
|
5625
5625
|
]),
|
|
5626
5626
|
teamId: z__namespace.string(),
|
|
5627
5627
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
5628
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
5629
5628
|
"AiGatewayBudgetManager",
|
|
5630
5629
|
"AiGatewayCredits",
|
|
5631
5630
|
"AiGatewaySettings",
|
|
5632
5631
|
"AiGatewayTranscriptsManager",
|
|
5633
5632
|
"AiGatewayTranscriptsViewer",
|
|
5633
|
+
"AiGatewayUser",
|
|
5634
5634
|
"ConnectorManager",
|
|
5635
5635
|
"CreateProject",
|
|
5636
5636
|
"EnvVariableManager",
|
|
@@ -8654,12 +8654,12 @@ const userEventSchema = z__namespace.object({
|
|
|
8654
8654
|
origin: z__namespace.string().optional(),
|
|
8655
8655
|
previousRole: z__namespace.string(),
|
|
8656
8656
|
previousTeamPermissions: z__namespace.array(z__namespace.enum([
|
|
8657
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
8658
8657
|
"AiGatewayBudgetManager",
|
|
8659
8658
|
"AiGatewayCredits",
|
|
8660
8659
|
"AiGatewaySettings",
|
|
8661
8660
|
"AiGatewayTranscriptsManager",
|
|
8662
8661
|
"AiGatewayTranscriptsViewer",
|
|
8662
|
+
"AiGatewayUser",
|
|
8663
8663
|
"ConnectorManager",
|
|
8664
8664
|
"CreateProject",
|
|
8665
8665
|
"EnvVariableManager",
|
|
@@ -8687,12 +8687,12 @@ const userEventSchema = z__namespace.object({
|
|
|
8687
8687
|
role: z__namespace.string().optional(),
|
|
8688
8688
|
ssoType: z__namespace.string().optional(),
|
|
8689
8689
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
8690
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
8691
8690
|
"AiGatewayBudgetManager",
|
|
8692
8691
|
"AiGatewayCredits",
|
|
8693
8692
|
"AiGatewaySettings",
|
|
8694
8693
|
"AiGatewayTranscriptsManager",
|
|
8695
8694
|
"AiGatewayTranscriptsViewer",
|
|
8695
|
+
"AiGatewayUser",
|
|
8696
8696
|
"ConnectorManager",
|
|
8697
8697
|
"CreateProject",
|
|
8698
8698
|
"EnvVariableManager",
|
|
@@ -12892,12 +12892,12 @@ const invitedTeamMemberSchema = z__namespace.object({
|
|
|
12892
12892
|
]
|
|
12893
12893
|
}),
|
|
12894
12894
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
12895
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
12896
12895
|
"AiGatewayBudgetManager",
|
|
12897
12896
|
"AiGatewayCredits",
|
|
12898
12897
|
"AiGatewaySettings",
|
|
12899
12898
|
"AiGatewayTranscriptsManager",
|
|
12900
12899
|
"AiGatewayTranscriptsViewer",
|
|
12900
|
+
"AiGatewayUser",
|
|
12901
12901
|
"ConnectorManager",
|
|
12902
12902
|
"CreateProject",
|
|
12903
12903
|
"EnvVariableManager",
|
|
@@ -13013,12 +13013,12 @@ const teamSchema = z__namespace.object({
|
|
|
13013
13013
|
}).optional().describe("Default job configuration applied to new projects created in this team."),
|
|
13014
13014
|
defaultRoles: z__namespace.object({
|
|
13015
13015
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
13016
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
13017
13016
|
"AiGatewayBudgetManager",
|
|
13018
13017
|
"AiGatewayCredits",
|
|
13019
13018
|
"AiGatewaySettings",
|
|
13020
13019
|
"AiGatewayTranscriptsManager",
|
|
13021
13020
|
"AiGatewayTranscriptsViewer",
|
|
13021
|
+
"AiGatewayUser",
|
|
13022
13022
|
"ConnectorManager",
|
|
13023
13023
|
"CreateProject",
|
|
13024
13024
|
"EnvVariableManager",
|
|
@@ -13247,12 +13247,12 @@ const teamSchema = z__namespace.object({
|
|
|
13247
13247
|
]),
|
|
13248
13248
|
teamId: z__namespace.string().optional(),
|
|
13249
13249
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
13250
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
13251
13250
|
"AiGatewayBudgetManager",
|
|
13252
13251
|
"AiGatewayCredits",
|
|
13253
13252
|
"AiGatewaySettings",
|
|
13254
13253
|
"AiGatewayTranscriptsManager",
|
|
13255
13254
|
"AiGatewayTranscriptsViewer",
|
|
13255
|
+
"AiGatewayUser",
|
|
13256
13256
|
"ConnectorManager",
|
|
13257
13257
|
"CreateProject",
|
|
13258
13258
|
"EnvVariableManager",
|
|
@@ -13566,12 +13566,12 @@ const teamLimitedSchema = z__namespace.object({
|
|
|
13566
13566
|
]),
|
|
13567
13567
|
teamId: z__namespace.string().optional(),
|
|
13568
13568
|
teamPermissions: z__namespace.array(z__namespace.enum([
|
|
13569
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
13570
13569
|
"AiGatewayBudgetManager",
|
|
13571
13570
|
"AiGatewayCredits",
|
|
13572
13571
|
"AiGatewaySettings",
|
|
13573
13572
|
"AiGatewayTranscriptsManager",
|
|
13574
13573
|
"AiGatewayTranscriptsViewer",
|
|
13574
|
+
"AiGatewayUser",
|
|
13575
13575
|
"ConnectorManager",
|
|
13576
13576
|
"CreateProject",
|
|
13577
13577
|
"EnvVariableManager",
|
|
@@ -5605,12 +5605,12 @@ const userEventSchema = z.object({
|
|
|
5605
5605
|
]),
|
|
5606
5606
|
teamId: z.string(),
|
|
5607
5607
|
teamPermissions: z.array(z.enum([
|
|
5608
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
5609
5608
|
"AiGatewayBudgetManager",
|
|
5610
5609
|
"AiGatewayCredits",
|
|
5611
5610
|
"AiGatewaySettings",
|
|
5612
5611
|
"AiGatewayTranscriptsManager",
|
|
5613
5612
|
"AiGatewayTranscriptsViewer",
|
|
5613
|
+
"AiGatewayUser",
|
|
5614
5614
|
"ConnectorManager",
|
|
5615
5615
|
"CreateProject",
|
|
5616
5616
|
"EnvVariableManager",
|
|
@@ -8634,12 +8634,12 @@ const userEventSchema = z.object({
|
|
|
8634
8634
|
origin: z.string().optional(),
|
|
8635
8635
|
previousRole: z.string(),
|
|
8636
8636
|
previousTeamPermissions: z.array(z.enum([
|
|
8637
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
8638
8637
|
"AiGatewayBudgetManager",
|
|
8639
8638
|
"AiGatewayCredits",
|
|
8640
8639
|
"AiGatewaySettings",
|
|
8641
8640
|
"AiGatewayTranscriptsManager",
|
|
8642
8641
|
"AiGatewayTranscriptsViewer",
|
|
8642
|
+
"AiGatewayUser",
|
|
8643
8643
|
"ConnectorManager",
|
|
8644
8644
|
"CreateProject",
|
|
8645
8645
|
"EnvVariableManager",
|
|
@@ -8667,12 +8667,12 @@ const userEventSchema = z.object({
|
|
|
8667
8667
|
role: z.string().optional(),
|
|
8668
8668
|
ssoType: z.string().optional(),
|
|
8669
8669
|
teamPermissions: z.array(z.enum([
|
|
8670
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
8671
8670
|
"AiGatewayBudgetManager",
|
|
8672
8671
|
"AiGatewayCredits",
|
|
8673
8672
|
"AiGatewaySettings",
|
|
8674
8673
|
"AiGatewayTranscriptsManager",
|
|
8675
8674
|
"AiGatewayTranscriptsViewer",
|
|
8675
|
+
"AiGatewayUser",
|
|
8676
8676
|
"ConnectorManager",
|
|
8677
8677
|
"CreateProject",
|
|
8678
8678
|
"EnvVariableManager",
|
|
@@ -12872,12 +12872,12 @@ const invitedTeamMemberSchema = z.object({
|
|
|
12872
12872
|
]
|
|
12873
12873
|
}),
|
|
12874
12874
|
teamPermissions: z.array(z.enum([
|
|
12875
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
12876
12875
|
"AiGatewayBudgetManager",
|
|
12877
12876
|
"AiGatewayCredits",
|
|
12878
12877
|
"AiGatewaySettings",
|
|
12879
12878
|
"AiGatewayTranscriptsManager",
|
|
12880
12879
|
"AiGatewayTranscriptsViewer",
|
|
12880
|
+
"AiGatewayUser",
|
|
12881
12881
|
"ConnectorManager",
|
|
12882
12882
|
"CreateProject",
|
|
12883
12883
|
"EnvVariableManager",
|
|
@@ -12993,12 +12993,12 @@ const teamSchema = z.object({
|
|
|
12993
12993
|
}).optional().describe("Default job configuration applied to new projects created in this team."),
|
|
12994
12994
|
defaultRoles: z.object({
|
|
12995
12995
|
teamPermissions: z.array(z.enum([
|
|
12996
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
12997
12996
|
"AiGatewayBudgetManager",
|
|
12998
12997
|
"AiGatewayCredits",
|
|
12999
12998
|
"AiGatewaySettings",
|
|
13000
12999
|
"AiGatewayTranscriptsManager",
|
|
13001
13000
|
"AiGatewayTranscriptsViewer",
|
|
13001
|
+
"AiGatewayUser",
|
|
13002
13002
|
"ConnectorManager",
|
|
13003
13003
|
"CreateProject",
|
|
13004
13004
|
"EnvVariableManager",
|
|
@@ -13227,12 +13227,12 @@ const teamSchema = z.object({
|
|
|
13227
13227
|
]),
|
|
13228
13228
|
teamId: z.string().optional(),
|
|
13229
13229
|
teamPermissions: z.array(z.enum([
|
|
13230
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
13231
13230
|
"AiGatewayBudgetManager",
|
|
13232
13231
|
"AiGatewayCredits",
|
|
13233
13232
|
"AiGatewaySettings",
|
|
13234
13233
|
"AiGatewayTranscriptsManager",
|
|
13235
13234
|
"AiGatewayTranscriptsViewer",
|
|
13235
|
+
"AiGatewayUser",
|
|
13236
13236
|
"ConnectorManager",
|
|
13237
13237
|
"CreateProject",
|
|
13238
13238
|
"EnvVariableManager",
|
|
@@ -13546,12 +13546,12 @@ const teamLimitedSchema = z.object({
|
|
|
13546
13546
|
]),
|
|
13547
13547
|
teamId: z.string().optional(),
|
|
13548
13548
|
teamPermissions: z.array(z.enum([
|
|
13549
|
-
"AiGatewayApiKeyOwnedBySelf",
|
|
13550
13549
|
"AiGatewayBudgetManager",
|
|
13551
13550
|
"AiGatewayCredits",
|
|
13552
13551
|
"AiGatewaySettings",
|
|
13553
13552
|
"AiGatewayTranscriptsManager",
|
|
13554
13553
|
"AiGatewayTranscriptsViewer",
|
|
13554
|
+
"AiGatewayUser",
|
|
13555
13555
|
"ConnectorManager",
|
|
13556
13556
|
"CreateProject",
|
|
13557
13557
|
"EnvVariableManager",
|
package/dist/schemas.cjs
CHANGED
package/dist/schemas.d.mts
CHANGED
|
@@ -4548,12 +4548,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4548
4548
|
}>;
|
|
4549
4549
|
teamId: z.ZodString;
|
|
4550
4550
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4551
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
4552
4551
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
4553
4552
|
AiGatewayCredits: "AiGatewayCredits";
|
|
4554
4553
|
AiGatewaySettings: "AiGatewaySettings";
|
|
4555
4554
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
4556
4555
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
4556
|
+
AiGatewayUser: "AiGatewayUser";
|
|
4557
4557
|
ConnectorManager: "ConnectorManager";
|
|
4558
4558
|
CreateProject: "CreateProject";
|
|
4559
4559
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -6936,12 +6936,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6936
6936
|
origin: z.ZodOptional<z.ZodString>;
|
|
6937
6937
|
previousRole: z.ZodString;
|
|
6938
6938
|
previousTeamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6939
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
6940
6939
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
6941
6940
|
AiGatewayCredits: "AiGatewayCredits";
|
|
6942
6941
|
AiGatewaySettings: "AiGatewaySettings";
|
|
6943
6942
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
6944
6943
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
6944
|
+
AiGatewayUser: "AiGatewayUser";
|
|
6945
6945
|
ConnectorManager: "ConnectorManager";
|
|
6946
6946
|
CreateProject: "CreateProject";
|
|
6947
6947
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -6969,12 +6969,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6969
6969
|
role: z.ZodOptional<z.ZodString>;
|
|
6970
6970
|
ssoType: z.ZodOptional<z.ZodString>;
|
|
6971
6971
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6972
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
6973
6972
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
6974
6973
|
AiGatewayCredits: "AiGatewayCredits";
|
|
6975
6974
|
AiGatewaySettings: "AiGatewaySettings";
|
|
6976
6975
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
6977
6976
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
6977
|
+
AiGatewayUser: "AiGatewayUser";
|
|
6978
6978
|
ConnectorManager: "ConnectorManager";
|
|
6979
6979
|
CreateProject: "CreateProject";
|
|
6980
6980
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10482,12 +10482,12 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
|
|
|
10482
10482
|
CONTRIBUTOR: "CONTRIBUTOR";
|
|
10483
10483
|
}>;
|
|
10484
10484
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10485
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
10486
10485
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10487
10486
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10488
10487
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10489
10488
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10490
10489
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10490
|
+
AiGatewayUser: "AiGatewayUser";
|
|
10491
10491
|
ConnectorManager: "ConnectorManager";
|
|
10492
10492
|
CreateProject: "CreateProject";
|
|
10493
10493
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10568,12 +10568,12 @@ declare const teamSchema: z.ZodObject<{
|
|
|
10568
10568
|
}, z.core.$strip>>;
|
|
10569
10569
|
defaultRoles: z.ZodOptional<z.ZodObject<{
|
|
10570
10570
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10571
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
10572
10571
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10573
10572
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10574
10573
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10575
10574
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10576
10575
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10576
|
+
AiGatewayUser: "AiGatewayUser";
|
|
10577
10577
|
ConnectorManager: "ConnectorManager";
|
|
10578
10578
|
CreateProject: "CreateProject";
|
|
10579
10579
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10750,12 +10750,12 @@ declare const teamSchema: z.ZodObject<{
|
|
|
10750
10750
|
}>;
|
|
10751
10751
|
teamId: z.ZodOptional<z.ZodString>;
|
|
10752
10752
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10753
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
10754
10753
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10755
10754
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10756
10755
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10757
10756
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10758
10757
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10758
|
+
AiGatewayUser: "AiGatewayUser";
|
|
10759
10759
|
ConnectorManager: "ConnectorManager";
|
|
10760
10760
|
CreateProject: "CreateProject";
|
|
10761
10761
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10953,12 +10953,12 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
10953
10953
|
}>;
|
|
10954
10954
|
teamId: z.ZodOptional<z.ZodString>;
|
|
10955
10955
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10956
|
-
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
10957
10956
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10958
10957
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10959
10958
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10960
10959
|
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10961
10960
|
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10961
|
+
AiGatewayUser: "AiGatewayUser";
|
|
10962
10962
|
ConnectorManager: "ConnectorManager";
|
|
10963
10963
|
CreateProject: "CreateProject";
|
|
10964
10964
|
EnvVariableManager: "EnvVariableManager";
|