vercel-api-js 1.19.0 → 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.
@@ -2168,6 +2168,7 @@ const userEventSchema = z__namespace.object({
2168
2168
  "read-write:project-protection-bypass",
2169
2169
  "read-write:remote-cache",
2170
2170
  "read-write:sandbox",
2171
+ "read-write:schedule",
2171
2172
  "read-write:team-members",
2172
2173
  "read-write:vcr",
2173
2174
  "read:access-group",
@@ -2193,6 +2194,7 @@ const userEventSchema = z__namespace.object({
2193
2194
  "read:project-flags",
2194
2195
  "read:remote-cache",
2195
2196
  "read:sandbox",
2197
+ "read:schedule",
2196
2198
  "read:speed-insights",
2197
2199
  "read:team",
2198
2200
  "read:user",
@@ -2247,6 +2249,7 @@ const userEventSchema = z__namespace.object({
2247
2249
  "read-write:project-protection-bypass",
2248
2250
  "read-write:remote-cache",
2249
2251
  "read-write:sandbox",
2252
+ "read-write:schedule",
2250
2253
  "read-write:team-members",
2251
2254
  "read-write:vcr",
2252
2255
  "read:access-group",
@@ -2272,6 +2275,7 @@ const userEventSchema = z__namespace.object({
2272
2275
  "read:project-flags",
2273
2276
  "read:remote-cache",
2274
2277
  "read:sandbox",
2278
+ "read:schedule",
2275
2279
  "read:speed-insights",
2276
2280
  "read:team",
2277
2281
  "read:user",
@@ -2321,6 +2325,7 @@ const userEventSchema = z__namespace.object({
2321
2325
  "read-write:project-protection-bypass",
2322
2326
  "read-write:remote-cache",
2323
2327
  "read-write:sandbox",
2328
+ "read-write:schedule",
2324
2329
  "read-write:team-members",
2325
2330
  "read-write:vcr",
2326
2331
  "read:access-group",
@@ -2346,6 +2351,7 @@ const userEventSchema = z__namespace.object({
2346
2351
  "read:project-flags",
2347
2352
  "read:remote-cache",
2348
2353
  "read:sandbox",
2354
+ "read:schedule",
2349
2355
  "read:speed-insights",
2350
2356
  "read:team",
2351
2357
  "read:vcr",
@@ -2402,6 +2408,7 @@ const userEventSchema = z__namespace.object({
2402
2408
  "read-write:project-protection-bypass",
2403
2409
  "read-write:remote-cache",
2404
2410
  "read-write:sandbox",
2411
+ "read-write:schedule",
2405
2412
  "read-write:team-members",
2406
2413
  "read-write:vcr",
2407
2414
  "read:access-group",
@@ -2427,6 +2434,7 @@ const userEventSchema = z__namespace.object({
2427
2434
  "read:project-flags",
2428
2435
  "read:remote-cache",
2429
2436
  "read:sandbox",
2437
+ "read:schedule",
2430
2438
  "read:speed-insights",
2431
2439
  "read:team",
2432
2440
  "read:vcr",
@@ -2485,6 +2493,7 @@ const userEventSchema = z__namespace.object({
2485
2493
  "read-write:project-protection-bypass",
2486
2494
  "read-write:remote-cache",
2487
2495
  "read-write:sandbox",
2496
+ "read-write:schedule",
2488
2497
  "read-write:team-members",
2489
2498
  "read-write:vcr",
2490
2499
  "read:access-group",
@@ -2510,6 +2519,7 @@ const userEventSchema = z__namespace.object({
2510
2519
  "read:project-flags",
2511
2520
  "read:remote-cache",
2512
2521
  "read:sandbox",
2522
+ "read:schedule",
2513
2523
  "read:speed-insights",
2514
2524
  "read:team",
2515
2525
  "read:vcr",
@@ -5615,12 +5625,12 @@ const userEventSchema = z__namespace.object({
5615
5625
  ]),
5616
5626
  teamId: z__namespace.string(),
5617
5627
  teamPermissions: z__namespace.array(z__namespace.enum([
5618
- "AiGatewayApiKeyOwnedBySelf",
5619
5628
  "AiGatewayBudgetManager",
5620
5629
  "AiGatewayCredits",
5621
5630
  "AiGatewaySettings",
5622
5631
  "AiGatewayTranscriptsManager",
5623
5632
  "AiGatewayTranscriptsViewer",
5633
+ "AiGatewayUser",
5624
5634
  "ConnectorManager",
5625
5635
  "CreateProject",
5626
5636
  "EnvVariableManager",
@@ -8644,12 +8654,12 @@ const userEventSchema = z__namespace.object({
8644
8654
  origin: z__namespace.string().optional(),
8645
8655
  previousRole: z__namespace.string(),
8646
8656
  previousTeamPermissions: z__namespace.array(z__namespace.enum([
8647
- "AiGatewayApiKeyOwnedBySelf",
8648
8657
  "AiGatewayBudgetManager",
8649
8658
  "AiGatewayCredits",
8650
8659
  "AiGatewaySettings",
8651
8660
  "AiGatewayTranscriptsManager",
8652
8661
  "AiGatewayTranscriptsViewer",
8662
+ "AiGatewayUser",
8653
8663
  "ConnectorManager",
8654
8664
  "CreateProject",
8655
8665
  "EnvVariableManager",
@@ -8677,12 +8687,12 @@ const userEventSchema = z__namespace.object({
8677
8687
  role: z__namespace.string().optional(),
8678
8688
  ssoType: z__namespace.string().optional(),
8679
8689
  teamPermissions: z__namespace.array(z__namespace.enum([
8680
- "AiGatewayApiKeyOwnedBySelf",
8681
8690
  "AiGatewayBudgetManager",
8682
8691
  "AiGatewayCredits",
8683
8692
  "AiGatewaySettings",
8684
8693
  "AiGatewayTranscriptsManager",
8685
8694
  "AiGatewayTranscriptsViewer",
8695
+ "AiGatewayUser",
8686
8696
  "ConnectorManager",
8687
8697
  "CreateProject",
8688
8698
  "EnvVariableManager",
@@ -12882,12 +12892,12 @@ const invitedTeamMemberSchema = z__namespace.object({
12882
12892
  ]
12883
12893
  }),
12884
12894
  teamPermissions: z__namespace.array(z__namespace.enum([
12885
- "AiGatewayApiKeyOwnedBySelf",
12886
12895
  "AiGatewayBudgetManager",
12887
12896
  "AiGatewayCredits",
12888
12897
  "AiGatewaySettings",
12889
12898
  "AiGatewayTranscriptsManager",
12890
12899
  "AiGatewayTranscriptsViewer",
12900
+ "AiGatewayUser",
12891
12901
  "ConnectorManager",
12892
12902
  "CreateProject",
12893
12903
  "EnvVariableManager",
@@ -13003,12 +13013,12 @@ const teamSchema = z__namespace.object({
13003
13013
  }).optional().describe("Default job configuration applied to new projects created in this team."),
13004
13014
  defaultRoles: z__namespace.object({
13005
13015
  teamPermissions: z__namespace.array(z__namespace.enum([
13006
- "AiGatewayApiKeyOwnedBySelf",
13007
13016
  "AiGatewayBudgetManager",
13008
13017
  "AiGatewayCredits",
13009
13018
  "AiGatewaySettings",
13010
13019
  "AiGatewayTranscriptsManager",
13011
13020
  "AiGatewayTranscriptsViewer",
13021
+ "AiGatewayUser",
13012
13022
  "ConnectorManager",
13013
13023
  "CreateProject",
13014
13024
  "EnvVariableManager",
@@ -13237,12 +13247,12 @@ const teamSchema = z__namespace.object({
13237
13247
  ]),
13238
13248
  teamId: z__namespace.string().optional(),
13239
13249
  teamPermissions: z__namespace.array(z__namespace.enum([
13240
- "AiGatewayApiKeyOwnedBySelf",
13241
13250
  "AiGatewayBudgetManager",
13242
13251
  "AiGatewayCredits",
13243
13252
  "AiGatewaySettings",
13244
13253
  "AiGatewayTranscriptsManager",
13245
13254
  "AiGatewayTranscriptsViewer",
13255
+ "AiGatewayUser",
13246
13256
  "ConnectorManager",
13247
13257
  "CreateProject",
13248
13258
  "EnvVariableManager",
@@ -13556,12 +13566,12 @@ const teamLimitedSchema = z__namespace.object({
13556
13566
  ]),
13557
13567
  teamId: z__namespace.string().optional(),
13558
13568
  teamPermissions: z__namespace.array(z__namespace.enum([
13559
- "AiGatewayApiKeyOwnedBySelf",
13560
13569
  "AiGatewayBudgetManager",
13561
13570
  "AiGatewayCredits",
13562
13571
  "AiGatewaySettings",
13563
13572
  "AiGatewayTranscriptsManager",
13564
13573
  "AiGatewayTranscriptsViewer",
13574
+ "AiGatewayUser",
13565
13575
  "ConnectorManager",
13566
13576
  "CreateProject",
13567
13577
  "EnvVariableManager",
@@ -2148,6 +2148,7 @@ const userEventSchema = z.object({
2148
2148
  "read-write:project-protection-bypass",
2149
2149
  "read-write:remote-cache",
2150
2150
  "read-write:sandbox",
2151
+ "read-write:schedule",
2151
2152
  "read-write:team-members",
2152
2153
  "read-write:vcr",
2153
2154
  "read:access-group",
@@ -2173,6 +2174,7 @@ const userEventSchema = z.object({
2173
2174
  "read:project-flags",
2174
2175
  "read:remote-cache",
2175
2176
  "read:sandbox",
2177
+ "read:schedule",
2176
2178
  "read:speed-insights",
2177
2179
  "read:team",
2178
2180
  "read:user",
@@ -2227,6 +2229,7 @@ const userEventSchema = z.object({
2227
2229
  "read-write:project-protection-bypass",
2228
2230
  "read-write:remote-cache",
2229
2231
  "read-write:sandbox",
2232
+ "read-write:schedule",
2230
2233
  "read-write:team-members",
2231
2234
  "read-write:vcr",
2232
2235
  "read:access-group",
@@ -2252,6 +2255,7 @@ const userEventSchema = z.object({
2252
2255
  "read:project-flags",
2253
2256
  "read:remote-cache",
2254
2257
  "read:sandbox",
2258
+ "read:schedule",
2255
2259
  "read:speed-insights",
2256
2260
  "read:team",
2257
2261
  "read:user",
@@ -2301,6 +2305,7 @@ const userEventSchema = z.object({
2301
2305
  "read-write:project-protection-bypass",
2302
2306
  "read-write:remote-cache",
2303
2307
  "read-write:sandbox",
2308
+ "read-write:schedule",
2304
2309
  "read-write:team-members",
2305
2310
  "read-write:vcr",
2306
2311
  "read:access-group",
@@ -2326,6 +2331,7 @@ const userEventSchema = z.object({
2326
2331
  "read:project-flags",
2327
2332
  "read:remote-cache",
2328
2333
  "read:sandbox",
2334
+ "read:schedule",
2329
2335
  "read:speed-insights",
2330
2336
  "read:team",
2331
2337
  "read:vcr",
@@ -2382,6 +2388,7 @@ const userEventSchema = z.object({
2382
2388
  "read-write:project-protection-bypass",
2383
2389
  "read-write:remote-cache",
2384
2390
  "read-write:sandbox",
2391
+ "read-write:schedule",
2385
2392
  "read-write:team-members",
2386
2393
  "read-write:vcr",
2387
2394
  "read:access-group",
@@ -2407,6 +2414,7 @@ const userEventSchema = z.object({
2407
2414
  "read:project-flags",
2408
2415
  "read:remote-cache",
2409
2416
  "read:sandbox",
2417
+ "read:schedule",
2410
2418
  "read:speed-insights",
2411
2419
  "read:team",
2412
2420
  "read:vcr",
@@ -2465,6 +2473,7 @@ const userEventSchema = z.object({
2465
2473
  "read-write:project-protection-bypass",
2466
2474
  "read-write:remote-cache",
2467
2475
  "read-write:sandbox",
2476
+ "read-write:schedule",
2468
2477
  "read-write:team-members",
2469
2478
  "read-write:vcr",
2470
2479
  "read:access-group",
@@ -2490,6 +2499,7 @@ const userEventSchema = z.object({
2490
2499
  "read:project-flags",
2491
2500
  "read:remote-cache",
2492
2501
  "read:sandbox",
2502
+ "read:schedule",
2493
2503
  "read:speed-insights",
2494
2504
  "read:team",
2495
2505
  "read:vcr",
@@ -5595,12 +5605,12 @@ const userEventSchema = z.object({
5595
5605
  ]),
5596
5606
  teamId: z.string(),
5597
5607
  teamPermissions: z.array(z.enum([
5598
- "AiGatewayApiKeyOwnedBySelf",
5599
5608
  "AiGatewayBudgetManager",
5600
5609
  "AiGatewayCredits",
5601
5610
  "AiGatewaySettings",
5602
5611
  "AiGatewayTranscriptsManager",
5603
5612
  "AiGatewayTranscriptsViewer",
5613
+ "AiGatewayUser",
5604
5614
  "ConnectorManager",
5605
5615
  "CreateProject",
5606
5616
  "EnvVariableManager",
@@ -8624,12 +8634,12 @@ const userEventSchema = z.object({
8624
8634
  origin: z.string().optional(),
8625
8635
  previousRole: z.string(),
8626
8636
  previousTeamPermissions: z.array(z.enum([
8627
- "AiGatewayApiKeyOwnedBySelf",
8628
8637
  "AiGatewayBudgetManager",
8629
8638
  "AiGatewayCredits",
8630
8639
  "AiGatewaySettings",
8631
8640
  "AiGatewayTranscriptsManager",
8632
8641
  "AiGatewayTranscriptsViewer",
8642
+ "AiGatewayUser",
8633
8643
  "ConnectorManager",
8634
8644
  "CreateProject",
8635
8645
  "EnvVariableManager",
@@ -8657,12 +8667,12 @@ const userEventSchema = z.object({
8657
8667
  role: z.string().optional(),
8658
8668
  ssoType: z.string().optional(),
8659
8669
  teamPermissions: z.array(z.enum([
8660
- "AiGatewayApiKeyOwnedBySelf",
8661
8670
  "AiGatewayBudgetManager",
8662
8671
  "AiGatewayCredits",
8663
8672
  "AiGatewaySettings",
8664
8673
  "AiGatewayTranscriptsManager",
8665
8674
  "AiGatewayTranscriptsViewer",
8675
+ "AiGatewayUser",
8666
8676
  "ConnectorManager",
8667
8677
  "CreateProject",
8668
8678
  "EnvVariableManager",
@@ -12862,12 +12872,12 @@ const invitedTeamMemberSchema = z.object({
12862
12872
  ]
12863
12873
  }),
12864
12874
  teamPermissions: z.array(z.enum([
12865
- "AiGatewayApiKeyOwnedBySelf",
12866
12875
  "AiGatewayBudgetManager",
12867
12876
  "AiGatewayCredits",
12868
12877
  "AiGatewaySettings",
12869
12878
  "AiGatewayTranscriptsManager",
12870
12879
  "AiGatewayTranscriptsViewer",
12880
+ "AiGatewayUser",
12871
12881
  "ConnectorManager",
12872
12882
  "CreateProject",
12873
12883
  "EnvVariableManager",
@@ -12983,12 +12993,12 @@ const teamSchema = z.object({
12983
12993
  }).optional().describe("Default job configuration applied to new projects created in this team."),
12984
12994
  defaultRoles: z.object({
12985
12995
  teamPermissions: z.array(z.enum([
12986
- "AiGatewayApiKeyOwnedBySelf",
12987
12996
  "AiGatewayBudgetManager",
12988
12997
  "AiGatewayCredits",
12989
12998
  "AiGatewaySettings",
12990
12999
  "AiGatewayTranscriptsManager",
12991
13000
  "AiGatewayTranscriptsViewer",
13001
+ "AiGatewayUser",
12992
13002
  "ConnectorManager",
12993
13003
  "CreateProject",
12994
13004
  "EnvVariableManager",
@@ -13217,12 +13227,12 @@ const teamSchema = z.object({
13217
13227
  ]),
13218
13228
  teamId: z.string().optional(),
13219
13229
  teamPermissions: z.array(z.enum([
13220
- "AiGatewayApiKeyOwnedBySelf",
13221
13230
  "AiGatewayBudgetManager",
13222
13231
  "AiGatewayCredits",
13223
13232
  "AiGatewaySettings",
13224
13233
  "AiGatewayTranscriptsManager",
13225
13234
  "AiGatewayTranscriptsViewer",
13235
+ "AiGatewayUser",
13226
13236
  "ConnectorManager",
13227
13237
  "CreateProject",
13228
13238
  "EnvVariableManager",
@@ -13536,12 +13546,12 @@ const teamLimitedSchema = z.object({
13536
13546
  ]),
13537
13547
  teamId: z.string().optional(),
13538
13548
  teamPermissions: z.array(z.enum([
13539
- "AiGatewayApiKeyOwnedBySelf",
13540
13549
  "AiGatewayBudgetManager",
13541
13550
  "AiGatewayCredits",
13542
13551
  "AiGatewaySettings",
13543
13552
  "AiGatewayTranscriptsManager",
13544
13553
  "AiGatewayTranscriptsViewer",
13554
+ "AiGatewayUser",
13545
13555
  "ConnectorManager",
13546
13556
  "CreateProject",
13547
13557
  "EnvVariableManager",
package/dist/schemas.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var schemas = require('./schemas-bnk8yeey.cjs');
3
+ var schemas = require('./schemas-kbkmflwt.cjs');
4
4
 
5
5
 
6
6
 
@@ -1766,6 +1766,7 @@ declare const userEventSchema: z.ZodObject<{
1766
1766
  "read-write:project-protection-bypass": "read-write:project-protection-bypass";
1767
1767
  "read-write:remote-cache": "read-write:remote-cache";
1768
1768
  "read-write:sandbox": "read-write:sandbox";
1769
+ "read-write:schedule": "read-write:schedule";
1769
1770
  "read-write:team-members": "read-write:team-members";
1770
1771
  "read-write:vcr": "read-write:vcr";
1771
1772
  "read:access-group": "read:access-group";
@@ -1791,6 +1792,7 @@ declare const userEventSchema: z.ZodObject<{
1791
1792
  "read:project-flags": "read:project-flags";
1792
1793
  "read:remote-cache": "read:remote-cache";
1793
1794
  "read:sandbox": "read:sandbox";
1795
+ "read:schedule": "read:schedule";
1794
1796
  "read:speed-insights": "read:speed-insights";
1795
1797
  "read:team": "read:team";
1796
1798
  "read:user": "read:user";
@@ -1843,6 +1845,7 @@ declare const userEventSchema: z.ZodObject<{
1843
1845
  "read-write:project-protection-bypass": "read-write:project-protection-bypass";
1844
1846
  "read-write:remote-cache": "read-write:remote-cache";
1845
1847
  "read-write:sandbox": "read-write:sandbox";
1848
+ "read-write:schedule": "read-write:schedule";
1846
1849
  "read-write:team-members": "read-write:team-members";
1847
1850
  "read-write:vcr": "read-write:vcr";
1848
1851
  "read:access-group": "read:access-group";
@@ -1868,6 +1871,7 @@ declare const userEventSchema: z.ZodObject<{
1868
1871
  "read:project-flags": "read:project-flags";
1869
1872
  "read:remote-cache": "read:remote-cache";
1870
1873
  "read:sandbox": "read:sandbox";
1874
+ "read:schedule": "read:schedule";
1871
1875
  "read:speed-insights": "read:speed-insights";
1872
1876
  "read:team": "read:team";
1873
1877
  "read:user": "read:user";
@@ -1916,6 +1920,7 @@ declare const userEventSchema: z.ZodObject<{
1916
1920
  "read-write:project-protection-bypass": "read-write:project-protection-bypass";
1917
1921
  "read-write:remote-cache": "read-write:remote-cache";
1918
1922
  "read-write:sandbox": "read-write:sandbox";
1923
+ "read-write:schedule": "read-write:schedule";
1919
1924
  "read-write:team-members": "read-write:team-members";
1920
1925
  "read-write:vcr": "read-write:vcr";
1921
1926
  "read:access-group": "read:access-group";
@@ -1941,6 +1946,7 @@ declare const userEventSchema: z.ZodObject<{
1941
1946
  "read:project-flags": "read:project-flags";
1942
1947
  "read:remote-cache": "read:remote-cache";
1943
1948
  "read:sandbox": "read:sandbox";
1949
+ "read:schedule": "read:schedule";
1944
1950
  "read:speed-insights": "read:speed-insights";
1945
1951
  "read:team": "read:team";
1946
1952
  "read:vcr": "read:vcr";
@@ -1997,6 +2003,7 @@ declare const userEventSchema: z.ZodObject<{
1997
2003
  "read-write:project-protection-bypass": "read-write:project-protection-bypass";
1998
2004
  "read-write:remote-cache": "read-write:remote-cache";
1999
2005
  "read-write:sandbox": "read-write:sandbox";
2006
+ "read-write:schedule": "read-write:schedule";
2000
2007
  "read-write:team-members": "read-write:team-members";
2001
2008
  "read-write:vcr": "read-write:vcr";
2002
2009
  "read:access-group": "read:access-group";
@@ -2022,6 +2029,7 @@ declare const userEventSchema: z.ZodObject<{
2022
2029
  "read:project-flags": "read:project-flags";
2023
2030
  "read:remote-cache": "read:remote-cache";
2024
2031
  "read:sandbox": "read:sandbox";
2032
+ "read:schedule": "read:schedule";
2025
2033
  "read:speed-insights": "read:speed-insights";
2026
2034
  "read:team": "read:team";
2027
2035
  "read:vcr": "read:vcr";
@@ -2079,6 +2087,7 @@ declare const userEventSchema: z.ZodObject<{
2079
2087
  "read-write:project-protection-bypass": "read-write:project-protection-bypass";
2080
2088
  "read-write:remote-cache": "read-write:remote-cache";
2081
2089
  "read-write:sandbox": "read-write:sandbox";
2090
+ "read-write:schedule": "read-write:schedule";
2082
2091
  "read-write:team-members": "read-write:team-members";
2083
2092
  "read-write:vcr": "read-write:vcr";
2084
2093
  "read:access-group": "read:access-group";
@@ -2104,6 +2113,7 @@ declare const userEventSchema: z.ZodObject<{
2104
2113
  "read:project-flags": "read:project-flags";
2105
2114
  "read:remote-cache": "read:remote-cache";
2106
2115
  "read:sandbox": "read:sandbox";
2116
+ "read:schedule": "read:schedule";
2107
2117
  "read:speed-insights": "read:speed-insights";
2108
2118
  "read:team": "read:team";
2109
2119
  "read:vcr": "read:vcr";
@@ -4538,12 +4548,12 @@ declare const userEventSchema: z.ZodObject<{
4538
4548
  }>;
4539
4549
  teamId: z.ZodString;
4540
4550
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4541
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
4542
4551
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
4543
4552
  AiGatewayCredits: "AiGatewayCredits";
4544
4553
  AiGatewaySettings: "AiGatewaySettings";
4545
4554
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
4546
4555
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
4556
+ AiGatewayUser: "AiGatewayUser";
4547
4557
  ConnectorManager: "ConnectorManager";
4548
4558
  CreateProject: "CreateProject";
4549
4559
  EnvVariableManager: "EnvVariableManager";
@@ -6926,12 +6936,12 @@ declare const userEventSchema: z.ZodObject<{
6926
6936
  origin: z.ZodOptional<z.ZodString>;
6927
6937
  previousRole: z.ZodString;
6928
6938
  previousTeamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6929
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
6930
6939
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
6931
6940
  AiGatewayCredits: "AiGatewayCredits";
6932
6941
  AiGatewaySettings: "AiGatewaySettings";
6933
6942
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
6934
6943
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
6944
+ AiGatewayUser: "AiGatewayUser";
6935
6945
  ConnectorManager: "ConnectorManager";
6936
6946
  CreateProject: "CreateProject";
6937
6947
  EnvVariableManager: "EnvVariableManager";
@@ -6959,12 +6969,12 @@ declare const userEventSchema: z.ZodObject<{
6959
6969
  role: z.ZodOptional<z.ZodString>;
6960
6970
  ssoType: z.ZodOptional<z.ZodString>;
6961
6971
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6962
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
6963
6972
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
6964
6973
  AiGatewayCredits: "AiGatewayCredits";
6965
6974
  AiGatewaySettings: "AiGatewaySettings";
6966
6975
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
6967
6976
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
6977
+ AiGatewayUser: "AiGatewayUser";
6968
6978
  ConnectorManager: "ConnectorManager";
6969
6979
  CreateProject: "CreateProject";
6970
6980
  EnvVariableManager: "EnvVariableManager";
@@ -10472,12 +10482,12 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
10472
10482
  CONTRIBUTOR: "CONTRIBUTOR";
10473
10483
  }>;
10474
10484
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
10475
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
10476
10485
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
10477
10486
  AiGatewayCredits: "AiGatewayCredits";
10478
10487
  AiGatewaySettings: "AiGatewaySettings";
10479
10488
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
10480
10489
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
10490
+ AiGatewayUser: "AiGatewayUser";
10481
10491
  ConnectorManager: "ConnectorManager";
10482
10492
  CreateProject: "CreateProject";
10483
10493
  EnvVariableManager: "EnvVariableManager";
@@ -10558,12 +10568,12 @@ declare const teamSchema: z.ZodObject<{
10558
10568
  }, z.core.$strip>>;
10559
10569
  defaultRoles: z.ZodOptional<z.ZodObject<{
10560
10570
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
10561
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
10562
10571
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
10563
10572
  AiGatewayCredits: "AiGatewayCredits";
10564
10573
  AiGatewaySettings: "AiGatewaySettings";
10565
10574
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
10566
10575
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
10576
+ AiGatewayUser: "AiGatewayUser";
10567
10577
  ConnectorManager: "ConnectorManager";
10568
10578
  CreateProject: "CreateProject";
10569
10579
  EnvVariableManager: "EnvVariableManager";
@@ -10740,12 +10750,12 @@ declare const teamSchema: z.ZodObject<{
10740
10750
  }>;
10741
10751
  teamId: z.ZodOptional<z.ZodString>;
10742
10752
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
10743
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
10744
10753
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
10745
10754
  AiGatewayCredits: "AiGatewayCredits";
10746
10755
  AiGatewaySettings: "AiGatewaySettings";
10747
10756
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
10748
10757
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
10758
+ AiGatewayUser: "AiGatewayUser";
10749
10759
  ConnectorManager: "ConnectorManager";
10750
10760
  CreateProject: "CreateProject";
10751
10761
  EnvVariableManager: "EnvVariableManager";
@@ -10943,12 +10953,12 @@ declare const teamLimitedSchema: z.ZodObject<{
10943
10953
  }>;
10944
10954
  teamId: z.ZodOptional<z.ZodString>;
10945
10955
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
10946
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
10947
10956
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
10948
10957
  AiGatewayCredits: "AiGatewayCredits";
10949
10958
  AiGatewaySettings: "AiGatewaySettings";
10950
10959
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
10951
10960
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
10961
+ AiGatewayUser: "AiGatewayUser";
10952
10962
  ConnectorManager: "ConnectorManager";
10953
10963
  CreateProject: "CreateProject";
10954
10964
  EnvVariableManager: "EnvVariableManager";