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
|
@@ -156,8 +156,6 @@ const networkSchema = z__namespace.object({
|
|
|
156
156
|
cidr: z__namespace.string().describe("The CIDR range of the Network."),
|
|
157
157
|
createdAt: z__namespace.number().describe("The date at which the Network was created, represented as a UNIX timestamp since EPOCH."),
|
|
158
158
|
egressIpAddresses: z__namespace.array(z__namespace.string()).optional(),
|
|
159
|
-
reservedEgressIpAddresses: z__namespace.array(z__namespace.string()).optional().describe("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."),
|
|
160
|
-
egressCidrBlock: z__namespace.string().optional().describe("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."),
|
|
161
159
|
hostedZones: z__namespace.object({
|
|
162
160
|
count: z__namespace.number().describe("The number of AWS Route53 Hosted Zones associated with the Network.")
|
|
163
161
|
}).optional().describe("Metadata about any AWS Route53 Hosted Zones associated with the Network."),
|
|
@@ -1008,6 +1006,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1008
1006
|
"ai-gateway-byok-credential-updated",
|
|
1009
1007
|
"ai-gateway-credits-purchased",
|
|
1010
1008
|
"ai-gateway-guardrails-updated",
|
|
1009
|
+
"ai-gateway-inference-regions-updated",
|
|
1011
1010
|
"ai-gateway-model-allowlist-models-updated",
|
|
1012
1011
|
"ai-gateway-model-allowlist-toggled",
|
|
1013
1012
|
"ai-gateway-private-model-created",
|
|
@@ -2060,6 +2059,9 @@ const userEventSchema = z__namespace.object({
|
|
|
2060
2059
|
policiesRemoved: z__namespace.array(z__namespace.string()),
|
|
2061
2060
|
policiesModified: z__namespace.array(z__namespace.string())
|
|
2062
2061
|
}).strict(),
|
|
2062
|
+
z__namespace.object({
|
|
2063
|
+
regions: z__namespace.array(z__namespace.string())
|
|
2064
|
+
}).strict(),
|
|
2063
2065
|
z__namespace.object({
|
|
2064
2066
|
retention: z__namespace.object({
|
|
2065
2067
|
defaultMode: z__namespace.enum([
|
|
@@ -5055,6 +5057,8 @@ const userEventSchema = z__namespace.object({
|
|
|
5055
5057
|
"AiGatewayBudgetManager",
|
|
5056
5058
|
"AiGatewayCredits",
|
|
5057
5059
|
"AiGatewaySettings",
|
|
5060
|
+
"AiGatewayTranscriptsManager",
|
|
5061
|
+
"AiGatewayTranscriptsViewer",
|
|
5058
5062
|
"ConnectorManager",
|
|
5059
5063
|
"CreateProject",
|
|
5060
5064
|
"EnvVariableManager",
|
|
@@ -8616,6 +8620,8 @@ const userEventSchema = z__namespace.object({
|
|
|
8616
8620
|
"AiGatewayBudgetManager",
|
|
8617
8621
|
"AiGatewayCredits",
|
|
8618
8622
|
"AiGatewaySettings",
|
|
8623
|
+
"AiGatewayTranscriptsManager",
|
|
8624
|
+
"AiGatewayTranscriptsViewer",
|
|
8619
8625
|
"ConnectorManager",
|
|
8620
8626
|
"CreateProject",
|
|
8621
8627
|
"EnvVariableManager",
|
|
@@ -8635,6 +8641,8 @@ const userEventSchema = z__namespace.object({
|
|
|
8635
8641
|
"AiGatewayBudgetManager",
|
|
8636
8642
|
"AiGatewayCredits",
|
|
8637
8643
|
"AiGatewaySettings",
|
|
8644
|
+
"AiGatewayTranscriptsManager",
|
|
8645
|
+
"AiGatewayTranscriptsViewer",
|
|
8638
8646
|
"ConnectorManager",
|
|
8639
8647
|
"CreateProject",
|
|
8640
8648
|
"EnvVariableManager",
|
|
@@ -9589,6 +9597,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9589
9597
|
"ai-gateway-byok-credential-updated",
|
|
9590
9598
|
"ai-gateway-credits-purchased",
|
|
9591
9599
|
"ai-gateway-guardrails-updated",
|
|
9600
|
+
"ai-gateway-inference-regions-updated",
|
|
9592
9601
|
"ai-gateway-model-allowlist-models-updated",
|
|
9593
9602
|
"ai-gateway-model-allowlist-toggled",
|
|
9594
9603
|
"ai-gateway-private-model-created",
|
|
@@ -10286,6 +10295,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10286
10295
|
"ai-gateway-byok-credential-updated",
|
|
10287
10296
|
"ai-gateway-credits-purchased",
|
|
10288
10297
|
"ai-gateway-guardrails-updated",
|
|
10298
|
+
"ai-gateway-inference-regions-updated",
|
|
10289
10299
|
"ai-gateway-model-allowlist-models-updated",
|
|
10290
10300
|
"ai-gateway-model-allowlist-toggled",
|
|
10291
10301
|
"ai-gateway-private-model-created",
|
|
@@ -11979,6 +11989,8 @@ const invitedTeamMemberSchema = z__namespace.object({
|
|
|
11979
11989
|
"AiGatewayBudgetManager",
|
|
11980
11990
|
"AiGatewayCredits",
|
|
11981
11991
|
"AiGatewaySettings",
|
|
11992
|
+
"AiGatewayTranscriptsManager",
|
|
11993
|
+
"AiGatewayTranscriptsViewer",
|
|
11982
11994
|
"ConnectorManager",
|
|
11983
11995
|
"CreateProject",
|
|
11984
11996
|
"EnvVariableManager",
|
|
@@ -12142,6 +12154,8 @@ const teamSchema = z__namespace.object({
|
|
|
12142
12154
|
"AiGatewayBudgetManager",
|
|
12143
12155
|
"AiGatewayCredits",
|
|
12144
12156
|
"AiGatewaySettings",
|
|
12157
|
+
"AiGatewayTranscriptsManager",
|
|
12158
|
+
"AiGatewayTranscriptsViewer",
|
|
12145
12159
|
"ConnectorManager",
|
|
12146
12160
|
"CreateProject",
|
|
12147
12161
|
"EnvVariableManager",
|
|
@@ -12461,6 +12475,8 @@ const teamSchema = z__namespace.object({
|
|
|
12461
12475
|
"AiGatewayBudgetManager",
|
|
12462
12476
|
"AiGatewayCredits",
|
|
12463
12477
|
"AiGatewaySettings",
|
|
12478
|
+
"AiGatewayTranscriptsManager",
|
|
12479
|
+
"AiGatewayTranscriptsViewer",
|
|
12464
12480
|
"ConnectorManager",
|
|
12465
12481
|
"CreateProject",
|
|
12466
12482
|
"EnvVariableManager",
|
|
@@ -12659,6 +12675,8 @@ const teamLimitedSchema = z__namespace.object({
|
|
|
12659
12675
|
"AiGatewayBudgetManager",
|
|
12660
12676
|
"AiGatewayCredits",
|
|
12661
12677
|
"AiGatewaySettings",
|
|
12678
|
+
"AiGatewayTranscriptsManager",
|
|
12679
|
+
"AiGatewayTranscriptsViewer",
|
|
12662
12680
|
"ConnectorManager",
|
|
12663
12681
|
"CreateProject",
|
|
12664
12682
|
"EnvVariableManager",
|
|
@@ -136,8 +136,6 @@ const networkSchema = z.object({
|
|
|
136
136
|
cidr: z.string().describe("The CIDR range of the Network."),
|
|
137
137
|
createdAt: z.number().describe("The date at which the Network was created, represented as a UNIX timestamp since EPOCH."),
|
|
138
138
|
egressIpAddresses: z.array(z.string()).optional(),
|
|
139
|
-
reservedEgressIpAddresses: z.array(z.string()).optional().describe("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."),
|
|
140
|
-
egressCidrBlock: z.string().optional().describe("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."),
|
|
141
139
|
hostedZones: z.object({
|
|
142
140
|
count: z.number().describe("The number of AWS Route53 Hosted Zones associated with the Network.")
|
|
143
141
|
}).optional().describe("Metadata about any AWS Route53 Hosted Zones associated with the Network."),
|
|
@@ -988,6 +986,7 @@ const userEventSchema = z.object({
|
|
|
988
986
|
"ai-gateway-byok-credential-updated",
|
|
989
987
|
"ai-gateway-credits-purchased",
|
|
990
988
|
"ai-gateway-guardrails-updated",
|
|
989
|
+
"ai-gateway-inference-regions-updated",
|
|
991
990
|
"ai-gateway-model-allowlist-models-updated",
|
|
992
991
|
"ai-gateway-model-allowlist-toggled",
|
|
993
992
|
"ai-gateway-private-model-created",
|
|
@@ -2040,6 +2039,9 @@ const userEventSchema = z.object({
|
|
|
2040
2039
|
policiesRemoved: z.array(z.string()),
|
|
2041
2040
|
policiesModified: z.array(z.string())
|
|
2042
2041
|
}).strict(),
|
|
2042
|
+
z.object({
|
|
2043
|
+
regions: z.array(z.string())
|
|
2044
|
+
}).strict(),
|
|
2043
2045
|
z.object({
|
|
2044
2046
|
retention: z.object({
|
|
2045
2047
|
defaultMode: z.enum([
|
|
@@ -5035,6 +5037,8 @@ const userEventSchema = z.object({
|
|
|
5035
5037
|
"AiGatewayBudgetManager",
|
|
5036
5038
|
"AiGatewayCredits",
|
|
5037
5039
|
"AiGatewaySettings",
|
|
5040
|
+
"AiGatewayTranscriptsManager",
|
|
5041
|
+
"AiGatewayTranscriptsViewer",
|
|
5038
5042
|
"ConnectorManager",
|
|
5039
5043
|
"CreateProject",
|
|
5040
5044
|
"EnvVariableManager",
|
|
@@ -8596,6 +8600,8 @@ const userEventSchema = z.object({
|
|
|
8596
8600
|
"AiGatewayBudgetManager",
|
|
8597
8601
|
"AiGatewayCredits",
|
|
8598
8602
|
"AiGatewaySettings",
|
|
8603
|
+
"AiGatewayTranscriptsManager",
|
|
8604
|
+
"AiGatewayTranscriptsViewer",
|
|
8599
8605
|
"ConnectorManager",
|
|
8600
8606
|
"CreateProject",
|
|
8601
8607
|
"EnvVariableManager",
|
|
@@ -8615,6 +8621,8 @@ const userEventSchema = z.object({
|
|
|
8615
8621
|
"AiGatewayBudgetManager",
|
|
8616
8622
|
"AiGatewayCredits",
|
|
8617
8623
|
"AiGatewaySettings",
|
|
8624
|
+
"AiGatewayTranscriptsManager",
|
|
8625
|
+
"AiGatewayTranscriptsViewer",
|
|
8618
8626
|
"ConnectorManager",
|
|
8619
8627
|
"CreateProject",
|
|
8620
8628
|
"EnvVariableManager",
|
|
@@ -9569,6 +9577,7 @@ const listEventTypeSchema = z.object({
|
|
|
9569
9577
|
"ai-gateway-byok-credential-updated",
|
|
9570
9578
|
"ai-gateway-credits-purchased",
|
|
9571
9579
|
"ai-gateway-guardrails-updated",
|
|
9580
|
+
"ai-gateway-inference-regions-updated",
|
|
9572
9581
|
"ai-gateway-model-allowlist-models-updated",
|
|
9573
9582
|
"ai-gateway-model-allowlist-toggled",
|
|
9574
9583
|
"ai-gateway-private-model-created",
|
|
@@ -10266,6 +10275,7 @@ const listEventTypeSchema = z.object({
|
|
|
10266
10275
|
"ai-gateway-byok-credential-updated",
|
|
10267
10276
|
"ai-gateway-credits-purchased",
|
|
10268
10277
|
"ai-gateway-guardrails-updated",
|
|
10278
|
+
"ai-gateway-inference-regions-updated",
|
|
10269
10279
|
"ai-gateway-model-allowlist-models-updated",
|
|
10270
10280
|
"ai-gateway-model-allowlist-toggled",
|
|
10271
10281
|
"ai-gateway-private-model-created",
|
|
@@ -11959,6 +11969,8 @@ const invitedTeamMemberSchema = z.object({
|
|
|
11959
11969
|
"AiGatewayBudgetManager",
|
|
11960
11970
|
"AiGatewayCredits",
|
|
11961
11971
|
"AiGatewaySettings",
|
|
11972
|
+
"AiGatewayTranscriptsManager",
|
|
11973
|
+
"AiGatewayTranscriptsViewer",
|
|
11962
11974
|
"ConnectorManager",
|
|
11963
11975
|
"CreateProject",
|
|
11964
11976
|
"EnvVariableManager",
|
|
@@ -12122,6 +12134,8 @@ const teamSchema = z.object({
|
|
|
12122
12134
|
"AiGatewayBudgetManager",
|
|
12123
12135
|
"AiGatewayCredits",
|
|
12124
12136
|
"AiGatewaySettings",
|
|
12137
|
+
"AiGatewayTranscriptsManager",
|
|
12138
|
+
"AiGatewayTranscriptsViewer",
|
|
12125
12139
|
"ConnectorManager",
|
|
12126
12140
|
"CreateProject",
|
|
12127
12141
|
"EnvVariableManager",
|
|
@@ -12441,6 +12455,8 @@ const teamSchema = z.object({
|
|
|
12441
12455
|
"AiGatewayBudgetManager",
|
|
12442
12456
|
"AiGatewayCredits",
|
|
12443
12457
|
"AiGatewaySettings",
|
|
12458
|
+
"AiGatewayTranscriptsManager",
|
|
12459
|
+
"AiGatewayTranscriptsViewer",
|
|
12444
12460
|
"ConnectorManager",
|
|
12445
12461
|
"CreateProject",
|
|
12446
12462
|
"EnvVariableManager",
|
|
@@ -12639,6 +12655,8 @@ const teamLimitedSchema = z.object({
|
|
|
12639
12655
|
"AiGatewayBudgetManager",
|
|
12640
12656
|
"AiGatewayCredits",
|
|
12641
12657
|
"AiGatewaySettings",
|
|
12658
|
+
"AiGatewayTranscriptsManager",
|
|
12659
|
+
"AiGatewayTranscriptsViewer",
|
|
12642
12660
|
"ConnectorManager",
|
|
12643
12661
|
"CreateProject",
|
|
12644
12662
|
"EnvVariableManager",
|
package/dist/schemas.cjs
CHANGED
package/dist/schemas.d.mts
CHANGED
|
@@ -114,8 +114,6 @@ declare const networkSchema: z.ZodObject<{
|
|
|
114
114
|
cidr: z.ZodString;
|
|
115
115
|
createdAt: z.ZodNumber;
|
|
116
116
|
egressIpAddresses: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117
|
-
reservedEgressIpAddresses: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
118
|
-
egressCidrBlock: z.ZodOptional<z.ZodString>;
|
|
119
117
|
hostedZones: z.ZodOptional<z.ZodObject<{
|
|
120
118
|
count: z.ZodNumber;
|
|
121
119
|
}, z.core.$strip>>;
|
|
@@ -837,6 +835,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
837
835
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
838
836
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
839
837
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
838
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
840
839
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
841
840
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
842
841
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -1816,6 +1815,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1816
1815
|
policiesAdded: z.ZodArray<z.ZodString>;
|
|
1817
1816
|
policiesRemoved: z.ZodArray<z.ZodString>;
|
|
1818
1817
|
policiesModified: z.ZodArray<z.ZodString>;
|
|
1818
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1819
|
+
regions: z.ZodArray<z.ZodString>;
|
|
1819
1820
|
}, z.core.$strict>, z.ZodObject<{
|
|
1820
1821
|
retention: z.ZodObject<{
|
|
1821
1822
|
defaultMode: z.ZodEnum<{
|
|
@@ -4141,6 +4142,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4141
4142
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
4142
4143
|
AiGatewayCredits: "AiGatewayCredits";
|
|
4143
4144
|
AiGatewaySettings: "AiGatewaySettings";
|
|
4145
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
4146
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
4144
4147
|
ConnectorManager: "ConnectorManager";
|
|
4145
4148
|
CreateProject: "CreateProject";
|
|
4146
4149
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7067,6 +7070,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
7067
7070
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
7068
7071
|
AiGatewayCredits: "AiGatewayCredits";
|
|
7069
7072
|
AiGatewaySettings: "AiGatewaySettings";
|
|
7073
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
7074
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
7070
7075
|
ConnectorManager: "ConnectorManager";
|
|
7071
7076
|
CreateProject: "CreateProject";
|
|
7072
7077
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7086,6 +7091,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
7086
7091
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
7087
7092
|
AiGatewayCredits: "AiGatewayCredits";
|
|
7088
7093
|
AiGatewaySettings: "AiGatewaySettings";
|
|
7094
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
7095
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
7089
7096
|
ConnectorManager: "ConnectorManager";
|
|
7090
7097
|
CreateProject: "CreateProject";
|
|
7091
7098
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -7861,6 +7868,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7861
7868
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
7862
7869
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
7863
7870
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
7871
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
7864
7872
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
7865
7873
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
7866
7874
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -8547,6 +8555,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
8547
8555
|
"ai-gateway-byok-credential-updated": "ai-gateway-byok-credential-updated";
|
|
8548
8556
|
"ai-gateway-credits-purchased": "ai-gateway-credits-purchased";
|
|
8549
8557
|
"ai-gateway-guardrails-updated": "ai-gateway-guardrails-updated";
|
|
8558
|
+
"ai-gateway-inference-regions-updated": "ai-gateway-inference-regions-updated";
|
|
8550
8559
|
"ai-gateway-model-allowlist-models-updated": "ai-gateway-model-allowlist-models-updated";
|
|
8551
8560
|
"ai-gateway-model-allowlist-toggled": "ai-gateway-model-allowlist-toggled";
|
|
8552
8561
|
"ai-gateway-private-model-created": "ai-gateway-private-model-created";
|
|
@@ -9782,6 +9791,8 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
|
|
|
9782
9791
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
9783
9792
|
AiGatewayCredits: "AiGatewayCredits";
|
|
9784
9793
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9794
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
9795
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
9785
9796
|
ConnectorManager: "ConnectorManager";
|
|
9786
9797
|
CreateProject: "CreateProject";
|
|
9787
9798
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -9872,6 +9883,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
9872
9883
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
9873
9884
|
AiGatewayCredits: "AiGatewayCredits";
|
|
9874
9885
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9886
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
9887
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
9875
9888
|
ConnectorManager: "ConnectorManager";
|
|
9876
9889
|
CreateProject: "CreateProject";
|
|
9877
9890
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10110,6 +10123,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
10110
10123
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10111
10124
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10112
10125
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10126
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10127
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10113
10128
|
ConnectorManager: "ConnectorManager";
|
|
10114
10129
|
CreateProject: "CreateProject";
|
|
10115
10130
|
EnvVariableManager: "EnvVariableManager";
|
|
@@ -10234,6 +10249,8 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
10234
10249
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
10235
10250
|
AiGatewayCredits: "AiGatewayCredits";
|
|
10236
10251
|
AiGatewaySettings: "AiGatewaySettings";
|
|
10252
|
+
AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
|
|
10253
|
+
AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
|
|
10237
10254
|
ConnectorManager: "ConnectorManager";
|
|
10238
10255
|
CreateProject: "CreateProject";
|
|
10239
10256
|
EnvVariableManager: "EnvVariableManager";
|