vercel-api-js 1.19.1 → 1.19.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var components = require('./components-pfe7zbum.cjs');
4
- var schemas = require('./schemas-ommjk7w2.cjs');
4
+ var schemas = require('./schemas-mrdopgdo.cjs');
5
5
  var types = require('./types.cjs');
6
6
 
7
7
  function formEncoded(data) {
package/dist/index.d.ts CHANGED
@@ -115,6 +115,11 @@ type AiGatewayVirtualModelConfig = {
115
115
  * @type number
116
116
  */
117
117
  createdAt: number;
118
+ /**
119
+ * @description User or app id that created this VMC.
120
+ * @type string | undefined
121
+ */
122
+ createdBy?: string | undefined;
118
123
  /**
119
124
  * @description Whether this VMC is soft-deleted.
120
125
  * @type boolean
@@ -281,7 +286,7 @@ type AiGatewayVirtualModelConfig = {
281
286
  */
282
287
  updatedAt: number;
283
288
  /**
284
- * @description User id that last updated this VMC.
289
+ * @description User or app id that last updated this VMC.
285
290
  * @type string | undefined
286
291
  */
287
292
  updatedBy?: string | undefined;
@@ -5027,12 +5032,12 @@ declare const userEventPayloadNewOwnerTeamsRoleEnum: {
5027
5032
  };
5028
5033
  type UserEventPayloadNewOwnerTeamsRoleEnumKey = (typeof userEventPayloadNewOwnerTeamsRoleEnum)[keyof typeof userEventPayloadNewOwnerTeamsRoleEnum];
5029
5034
  declare const userEventPayloadNewOwnerTeamsTeamPermissionsEnum: {
5030
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
5031
5035
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
5032
5036
  readonly AiGatewayCredits: "AiGatewayCredits";
5033
5037
  readonly AiGatewaySettings: "AiGatewaySettings";
5034
5038
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
5035
5039
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
5040
+ readonly AiGatewayUser: "AiGatewayUser";
5036
5041
  readonly ConnectorManager: "ConnectorManager";
5037
5042
  readonly CreateProject: "CreateProject";
5038
5043
  readonly EnvVariableManager: "EnvVariableManager";
@@ -5565,12 +5570,12 @@ declare const userEventPayloadRoleEnum: {
5565
5570
  };
5566
5571
  type UserEventPayloadRoleEnumKey = (typeof userEventPayloadRoleEnum)[keyof typeof userEventPayloadRoleEnum];
5567
5572
  declare const userEventPayloadPreviousTeamPermissionsEnum: {
5568
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
5569
5573
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
5570
5574
  readonly AiGatewayCredits: "AiGatewayCredits";
5571
5575
  readonly AiGatewaySettings: "AiGatewaySettings";
5572
5576
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
5573
5577
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
5578
+ readonly AiGatewayUser: "AiGatewayUser";
5574
5579
  readonly ConnectorManager: "ConnectorManager";
5575
5580
  readonly CreateProject: "CreateProject";
5576
5581
  readonly EnvVariableManager: "EnvVariableManager";
@@ -5598,12 +5603,12 @@ declare const userEventPayloadPreviousTeamRolesEnum: {
5598
5603
  };
5599
5604
  type UserEventPayloadPreviousTeamRolesEnumKey = (typeof userEventPayloadPreviousTeamRolesEnum)[keyof typeof userEventPayloadPreviousTeamRolesEnum];
5600
5605
  declare const userEventPayloadTeamPermissionsEnum: {
5601
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
5602
5606
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
5603
5607
  readonly AiGatewayCredits: "AiGatewayCredits";
5604
5608
  readonly AiGatewaySettings: "AiGatewaySettings";
5605
5609
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
5606
5610
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
5611
+ readonly AiGatewayUser: "AiGatewayUser";
5607
5612
  readonly ConnectorManager: "ConnectorManager";
5608
5613
  readonly CreateProject: "CreateProject";
5609
5614
  readonly EnvVariableManager: "EnvVariableManager";
@@ -6085,10 +6090,13 @@ declare const userEventTypeEnum: {
6085
6090
  readonly "organization-emu-team-updated": "organization-emu-team-updated";
6086
6091
  readonly "organization-emu-updated": "organization-emu-updated";
6087
6092
  readonly "organization-slug-update": "organization-slug-update";
6093
+ readonly "organization-sso-enforced": "organization-sso-enforced";
6088
6094
  readonly "organization-team-add": "organization-team-add";
6089
6095
  readonly "organization-team-create": "organization-team-create";
6090
6096
  readonly "organization-team-delete": "organization-team-delete";
6091
6097
  readonly "organization-team-sso-update": "organization-team-sso-update";
6098
+ readonly "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
6099
+ readonly "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
6092
6100
  readonly "owner-blocked": "owner-blocked";
6093
6101
  readonly "owner-soft-blocked": "owner-soft-blocked";
6094
6102
  readonly "owner-soft-unblocked": "owner-soft-unblocked";
@@ -10281,6 +10289,11 @@ type UserEvent = {
10281
10289
  billingPlan: UserEventPayloadBillingPlanEnumKey;
10282
10290
  organizationId: string;
10283
10291
  teamId: string;
10292
+ } | {
10293
+ enforced: false | true;
10294
+ organizationId: string;
10295
+ organizationSlug: string;
10296
+ previousEnforced: false | true;
10284
10297
  } | {
10285
10298
  mode: UserEventPayloadModeEnumKey;
10286
10299
  organizationId: string;
@@ -12269,6 +12282,11 @@ type UserEvent = {
12269
12282
  }[] | undefined;
12270
12283
  } | {
12271
12284
  reason: "limits-exceeded";
12285
+ } | {
12286
+ organizationId: string;
12287
+ } | {
12288
+ organizationId: string;
12289
+ teamIds: string[];
12272
12290
  } | {
12273
12291
  teamName?: string | undefined;
12274
12292
  } | {
@@ -13424,10 +13442,13 @@ declare const listEventTypeNameEnum: {
13424
13442
  readonly "organization-emu-team-updated": "organization-emu-team-updated";
13425
13443
  readonly "organization-emu-updated": "organization-emu-updated";
13426
13444
  readonly "organization-slug-update": "organization-slug-update";
13445
+ readonly "organization-sso-enforced": "organization-sso-enforced";
13427
13446
  readonly "organization-team-add": "organization-team-add";
13428
13447
  readonly "organization-team-create": "organization-team-create";
13429
13448
  readonly "organization-team-delete": "organization-team-delete";
13430
13449
  readonly "organization-team-sso-update": "organization-team-sso-update";
13450
+ readonly "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
13451
+ readonly "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
13431
13452
  readonly "owner-blocked": "owner-blocked";
13432
13453
  readonly "owner-soft-blocked": "owner-soft-blocked";
13433
13454
  readonly "owner-soft-unblocked": "owner-soft-unblocked";
@@ -14109,10 +14130,13 @@ declare const listEventTypeReplacedByEnum: {
14109
14130
  readonly "organization-emu-team-updated": "organization-emu-team-updated";
14110
14131
  readonly "organization-emu-updated": "organization-emu-updated";
14111
14132
  readonly "organization-slug-update": "organization-slug-update";
14133
+ readonly "organization-sso-enforced": "organization-sso-enforced";
14112
14134
  readonly "organization-team-add": "organization-team-add";
14113
14135
  readonly "organization-team-create": "organization-team-create";
14114
14136
  readonly "organization-team-delete": "organization-team-delete";
14115
14137
  readonly "organization-team-sso-update": "organization-team-sso-update";
14138
+ readonly "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
14139
+ readonly "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
14116
14140
  readonly "owner-blocked": "owner-blocked";
14117
14141
  readonly "owner-soft-blocked": "owner-soft-blocked";
14118
14142
  readonly "owner-soft-unblocked": "owner-soft-unblocked";
@@ -15740,12 +15764,12 @@ declare const invitedTeamMemberRoleEnum: {
15740
15764
  };
15741
15765
  type InvitedTeamMemberRoleEnumKey = (typeof invitedTeamMemberRoleEnum)[keyof typeof invitedTeamMemberRoleEnum];
15742
15766
  declare const invitedTeamMemberTeamPermissionsEnum: {
15743
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
15744
15767
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
15745
15768
  readonly AiGatewayCredits: "AiGatewayCredits";
15746
15769
  readonly AiGatewaySettings: "AiGatewaySettings";
15747
15770
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
15748
15771
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
15772
+ readonly AiGatewayUser: "AiGatewayUser";
15749
15773
  readonly ConnectorManager: "ConnectorManager";
15750
15774
  readonly CreateProject: "CreateProject";
15751
15775
  readonly EnvVariableManager: "EnvVariableManager";
@@ -15828,12 +15852,12 @@ declare const teamDefaultPassportDeploymentTypeEnum: {
15828
15852
  };
15829
15853
  type TeamDefaultPassportDeploymentTypeEnumKey = (typeof teamDefaultPassportDeploymentTypeEnum)[keyof typeof teamDefaultPassportDeploymentTypeEnum];
15830
15854
  declare const teamDefaultRolesTeamPermissionsEnum: {
15831
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
15832
15855
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
15833
15856
  readonly AiGatewayCredits: "AiGatewayCredits";
15834
15857
  readonly AiGatewaySettings: "AiGatewaySettings";
15835
15858
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
15836
15859
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
15860
+ readonly AiGatewayUser: "AiGatewayUser";
15837
15861
  readonly ConnectorManager: "ConnectorManager";
15838
15862
  readonly CreateProject: "CreateProject";
15839
15863
  readonly EnvVariableManager: "EnvVariableManager";
@@ -15953,12 +15977,12 @@ declare const teamMembershipRoleEnum: {
15953
15977
  };
15954
15978
  type TeamMembershipRoleEnumKey = (typeof teamMembershipRoleEnum)[keyof typeof teamMembershipRoleEnum];
15955
15979
  declare const teamMembershipTeamPermissionsEnum: {
15956
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
15957
15980
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
15958
15981
  readonly AiGatewayCredits: "AiGatewayCredits";
15959
15982
  readonly AiGatewaySettings: "AiGatewaySettings";
15960
15983
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
15961
15984
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
15985
+ readonly AiGatewayUser: "AiGatewayUser";
15962
15986
  readonly ConnectorManager: "ConnectorManager";
15963
15987
  readonly CreateProject: "CreateProject";
15964
15988
  readonly EnvVariableManager: "EnvVariableManager";
@@ -16626,12 +16650,12 @@ declare const teamLimitedMembershipRoleEnum: {
16626
16650
  };
16627
16651
  type TeamLimitedMembershipRoleEnumKey = (typeof teamLimitedMembershipRoleEnum)[keyof typeof teamLimitedMembershipRoleEnum];
16628
16652
  declare const teamLimitedMembershipTeamPermissionsEnum: {
16629
- readonly AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
16630
16653
  readonly AiGatewayBudgetManager: "AiGatewayBudgetManager";
16631
16654
  readonly AiGatewayCredits: "AiGatewayCredits";
16632
16655
  readonly AiGatewaySettings: "AiGatewaySettings";
16633
16656
  readonly AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
16634
16657
  readonly AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
16658
+ readonly AiGatewayUser: "AiGatewayUser";
16635
16659
  readonly ConnectorManager: "ConnectorManager";
16636
16660
  readonly CreateProject: "CreateProject";
16637
16661
  readonly EnvVariableManager: "EnvVariableManager";
@@ -46413,6 +46437,7 @@ declare const aiGatewayVirtualModelConfigSchema: z.ZodObject<{
46413
46437
  auto: "auto";
46414
46438
  }>>;
46415
46439
  createdAt: z.ZodNumber;
46440
+ createdBy: z.ZodOptional<z.ZodString>;
46416
46441
  deleted: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
46417
46442
  description: z.ZodOptional<z.ZodString>;
46418
46443
  disallowPromptTraining: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
@@ -50952,12 +50977,12 @@ declare const userEventSchema: z.ZodObject<{
50952
50977
  }>;
50953
50978
  teamId: z.ZodString;
50954
50979
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
50955
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
50956
50980
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
50957
50981
  AiGatewayCredits: "AiGatewayCredits";
50958
50982
  AiGatewaySettings: "AiGatewaySettings";
50959
50983
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
50960
50984
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
50985
+ AiGatewayUser: "AiGatewayUser";
50961
50986
  ConnectorManager: "ConnectorManager";
50962
50987
  CreateProject: "CreateProject";
50963
50988
  EnvVariableManager: "EnvVariableManager";
@@ -51442,6 +51467,11 @@ declare const userEventSchema: z.ZodObject<{
51442
51467
  }>;
51443
51468
  organizationId: z.ZodString;
51444
51469
  teamId: z.ZodString;
51470
+ }, z.core.$strict>, z.ZodObject<{
51471
+ enforced: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
51472
+ organizationId: z.ZodString;
51473
+ organizationSlug: z.ZodString;
51474
+ previousEnforced: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
51445
51475
  }, z.core.$strict>, z.ZodObject<{
51446
51476
  mode: z.ZodEnum<{
51447
51477
  organization: "organization";
@@ -53340,12 +53370,12 @@ declare const userEventSchema: z.ZodObject<{
53340
53370
  origin: z.ZodOptional<z.ZodString>;
53341
53371
  previousRole: z.ZodString;
53342
53372
  previousTeamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
53343
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
53344
53373
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
53345
53374
  AiGatewayCredits: "AiGatewayCredits";
53346
53375
  AiGatewaySettings: "AiGatewaySettings";
53347
53376
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
53348
53377
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
53378
+ AiGatewayUser: "AiGatewayUser";
53349
53379
  ConnectorManager: "ConnectorManager";
53350
53380
  CreateProject: "CreateProject";
53351
53381
  EnvVariableManager: "EnvVariableManager";
@@ -53373,12 +53403,12 @@ declare const userEventSchema: z.ZodObject<{
53373
53403
  role: z.ZodOptional<z.ZodString>;
53374
53404
  ssoType: z.ZodOptional<z.ZodString>;
53375
53405
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
53376
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
53377
53406
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
53378
53407
  AiGatewayCredits: "AiGatewayCredits";
53379
53408
  AiGatewaySettings: "AiGatewaySettings";
53380
53409
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
53381
53410
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
53411
+ AiGatewayUser: "AiGatewayUser";
53382
53412
  ConnectorManager: "ConnectorManager";
53383
53413
  CreateProject: "CreateProject";
53384
53414
  EnvVariableManager: "EnvVariableManager";
@@ -53549,6 +53579,11 @@ declare const userEventSchema: z.ZodObject<{
53549
53579
  reason: z.ZodEnum<{
53550
53580
  "limits-exceeded": "limits-exceeded";
53551
53581
  }>;
53582
+ }, z.core.$strict>, z.ZodObject<{
53583
+ organizationId: z.ZodString;
53584
+ }, z.core.$strict>, z.ZodObject<{
53585
+ organizationId: z.ZodString;
53586
+ teamIds: z.ZodArray<z.ZodString>;
53552
53587
  }, z.core.$strict>, z.ZodObject<{
53553
53588
  teamName: z.ZodOptional<z.ZodString>;
53554
53589
  }, z.core.$strict>, z.ZodObject<{
@@ -54500,10 +54535,13 @@ declare const userEventSchema: z.ZodObject<{
54500
54535
  "organization-emu-team-updated": "organization-emu-team-updated";
54501
54536
  "organization-emu-updated": "organization-emu-updated";
54502
54537
  "organization-slug-update": "organization-slug-update";
54538
+ "organization-sso-enforced": "organization-sso-enforced";
54503
54539
  "organization-team-add": "organization-team-add";
54504
54540
  "organization-team-create": "organization-team-create";
54505
54541
  "organization-team-delete": "organization-team-delete";
54506
54542
  "organization-team-sso-update": "organization-team-sso-update";
54543
+ "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
54544
+ "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
54507
54545
  "owner-blocked": "owner-blocked";
54508
54546
  "owner-soft-blocked": "owner-soft-blocked";
54509
54547
  "owner-soft-unblocked": "owner-soft-unblocked";
@@ -55250,10 +55288,13 @@ declare const listEventTypeSchema: z.ZodObject<{
55250
55288
  "organization-emu-team-updated": "organization-emu-team-updated";
55251
55289
  "organization-emu-updated": "organization-emu-updated";
55252
55290
  "organization-slug-update": "organization-slug-update";
55291
+ "organization-sso-enforced": "organization-sso-enforced";
55253
55292
  "organization-team-add": "organization-team-add";
55254
55293
  "organization-team-create": "organization-team-create";
55255
55294
  "organization-team-delete": "organization-team-delete";
55256
55295
  "organization-team-sso-update": "organization-team-sso-update";
55296
+ "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
55297
+ "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
55257
55298
  "owner-blocked": "owner-blocked";
55258
55299
  "owner-soft-blocked": "owner-soft-blocked";
55259
55300
  "owner-soft-unblocked": "owner-soft-unblocked";
@@ -55934,10 +55975,13 @@ declare const listEventTypeSchema: z.ZodObject<{
55934
55975
  "organization-emu-team-updated": "organization-emu-team-updated";
55935
55976
  "organization-emu-updated": "organization-emu-updated";
55936
55977
  "organization-slug-update": "organization-slug-update";
55978
+ "organization-sso-enforced": "organization-sso-enforced";
55937
55979
  "organization-team-add": "organization-team-add";
55938
55980
  "organization-team-create": "organization-team-create";
55939
55981
  "organization-team-delete": "organization-team-delete";
55940
55982
  "organization-team-sso-update": "organization-team-sso-update";
55983
+ "organization-update-account-flow-dismissed": "organization-update-account-flow-dismissed";
55984
+ "organization-update-account-flow-triggered": "organization-update-account-flow-triggered";
55941
55985
  "owner-blocked": "owner-blocked";
55942
55986
  "owner-soft-blocked": "owner-soft-blocked";
55943
55987
  "owner-soft-unblocked": "owner-soft-unblocked";
@@ -56886,12 +56930,12 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
56886
56930
  CONTRIBUTOR: "CONTRIBUTOR";
56887
56931
  }>;
56888
56932
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
56889
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
56890
56933
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
56891
56934
  AiGatewayCredits: "AiGatewayCredits";
56892
56935
  AiGatewaySettings: "AiGatewaySettings";
56893
56936
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
56894
56937
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
56938
+ AiGatewayUser: "AiGatewayUser";
56895
56939
  ConnectorManager: "ConnectorManager";
56896
56940
  CreateProject: "CreateProject";
56897
56941
  EnvVariableManager: "EnvVariableManager";
@@ -56972,12 +57016,12 @@ declare const teamSchema: z.ZodObject<{
56972
57016
  }, z.core.$strip>>;
56973
57017
  defaultRoles: z.ZodOptional<z.ZodObject<{
56974
57018
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
56975
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
56976
57019
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
56977
57020
  AiGatewayCredits: "AiGatewayCredits";
56978
57021
  AiGatewaySettings: "AiGatewaySettings";
56979
57022
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
56980
57023
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
57024
+ AiGatewayUser: "AiGatewayUser";
56981
57025
  ConnectorManager: "ConnectorManager";
56982
57026
  CreateProject: "CreateProject";
56983
57027
  EnvVariableManager: "EnvVariableManager";
@@ -57154,12 +57198,12 @@ declare const teamSchema: z.ZodObject<{
57154
57198
  }>;
57155
57199
  teamId: z.ZodOptional<z.ZodString>;
57156
57200
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
57157
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
57158
57201
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
57159
57202
  AiGatewayCredits: "AiGatewayCredits";
57160
57203
  AiGatewaySettings: "AiGatewaySettings";
57161
57204
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
57162
57205
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
57206
+ AiGatewayUser: "AiGatewayUser";
57163
57207
  ConnectorManager: "ConnectorManager";
57164
57208
  CreateProject: "CreateProject";
57165
57209
  EnvVariableManager: "EnvVariableManager";
@@ -57357,12 +57401,12 @@ declare const teamLimitedSchema: z.ZodObject<{
57357
57401
  }>;
57358
57402
  teamId: z.ZodOptional<z.ZodString>;
57359
57403
  teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
57360
- AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
57361
57404
  AiGatewayBudgetManager: "AiGatewayBudgetManager";
57362
57405
  AiGatewayCredits: "AiGatewayCredits";
57363
57406
  AiGatewaySettings: "AiGatewaySettings";
57364
57407
  AiGatewayTranscriptsManager: "AiGatewayTranscriptsManager";
57365
57408
  AiGatewayTranscriptsViewer: "AiGatewayTranscriptsViewer";
57409
+ AiGatewayUser: "AiGatewayUser";
57366
57410
  ConnectorManager: "ConnectorManager";
57367
57411
  CreateProject: "CreateProject";
57368
57412
  EnvVariableManager: "EnvVariableManager";