vercel-api-js 1.18.0 → 1.18.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.
@@ -6233,6 +6233,15 @@ const userEventSchema = z__namespace.object({
6233
6233
  ]),
6234
6234
  unenforcedTeamIds: z__namespace.array(z__namespace.string())
6235
6235
  }).strict(),
6236
+ z__namespace.object({
6237
+ enabled: z__namespace.union([
6238
+ z__namespace.literal(false),
6239
+ z__namespace.literal(true)
6240
+ ]),
6241
+ organizationId: z__namespace.string(),
6242
+ teamId: z__namespace.string(),
6243
+ teamSlug: z__namespace.string()
6244
+ }).strict(),
6236
6245
  z__namespace.object({
6237
6246
  organizationId: z__namespace.string(),
6238
6247
  slug: z__namespace.string()
@@ -9976,6 +9985,7 @@ const userEventSchema = z__namespace.object({
9976
9985
  "organization-delete",
9977
9986
  "organization-dsync-group-delete",
9978
9987
  "organization-dsync-group-upsert",
9988
+ "organization-emu-team-updated",
9979
9989
  "organization-emu-updated",
9980
9990
  "organization-slug-update",
9981
9991
  "organization-team-add",
@@ -10746,6 +10756,7 @@ const listEventTypeSchema = z__namespace.object({
10746
10756
  "organization-delete",
10747
10757
  "organization-dsync-group-delete",
10748
10758
  "organization-dsync-group-upsert",
10759
+ "organization-emu-team-updated",
10749
10760
  "organization-emu-updated",
10750
10761
  "organization-slug-update",
10751
10762
  "organization-team-add",
@@ -11432,6 +11443,7 @@ const listEventTypeSchema = z__namespace.object({
11432
11443
  "organization-delete",
11433
11444
  "organization-dsync-group-delete",
11434
11445
  "organization-dsync-group-upsert",
11446
+ "organization-emu-team-updated",
11435
11447
  "organization-emu-updated",
11436
11448
  "organization-slug-update",
11437
11449
  "organization-team-add",
@@ -6213,6 +6213,15 @@ const userEventSchema = z.object({
6213
6213
  ]),
6214
6214
  unenforcedTeamIds: z.array(z.string())
6215
6215
  }).strict(),
6216
+ z.object({
6217
+ enabled: z.union([
6218
+ z.literal(false),
6219
+ z.literal(true)
6220
+ ]),
6221
+ organizationId: z.string(),
6222
+ teamId: z.string(),
6223
+ teamSlug: z.string()
6224
+ }).strict(),
6216
6225
  z.object({
6217
6226
  organizationId: z.string(),
6218
6227
  slug: z.string()
@@ -9956,6 +9965,7 @@ const userEventSchema = z.object({
9956
9965
  "organization-delete",
9957
9966
  "organization-dsync-group-delete",
9958
9967
  "organization-dsync-group-upsert",
9968
+ "organization-emu-team-updated",
9959
9969
  "organization-emu-updated",
9960
9970
  "organization-slug-update",
9961
9971
  "organization-team-add",
@@ -10726,6 +10736,7 @@ const listEventTypeSchema = z.object({
10726
10736
  "organization-delete",
10727
10737
  "organization-dsync-group-delete",
10728
10738
  "organization-dsync-group-upsert",
10739
+ "organization-emu-team-updated",
10729
10740
  "organization-emu-updated",
10730
10741
  "organization-slug-update",
10731
10742
  "organization-team-add",
@@ -11412,6 +11423,7 @@ const listEventTypeSchema = z.object({
11412
11423
  "organization-delete",
11413
11424
  "organization-dsync-group-delete",
11414
11425
  "organization-dsync-group-upsert",
11426
+ "organization-emu-team-updated",
11415
11427
  "organization-emu-updated",
11416
11428
  "organization-slug-update",
11417
11429
  "organization-team-add",
package/dist/schemas.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var schemas = require('./schemas-h2au2774.cjs');
3
+ var schemas = require('./schemas-i6g5yy7y.cjs');
4
4
 
5
5
 
6
6
 
@@ -5013,6 +5013,11 @@ declare const userEventSchema: z.ZodObject<{
5013
5013
  toggle: "toggle";
5014
5014
  }>;
5015
5015
  unenforcedTeamIds: z.ZodArray<z.ZodString>;
5016
+ }, z.core.$strict>, z.ZodObject<{
5017
+ enabled: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
5018
+ organizationId: z.ZodString;
5019
+ teamId: z.ZodString;
5020
+ teamSlug: z.ZodString;
5016
5021
  }, z.core.$strict>, z.ZodObject<{
5017
5022
  organizationId: z.ZodString;
5018
5023
  slug: z.ZodString;
@@ -8073,6 +8078,7 @@ declare const userEventSchema: z.ZodObject<{
8073
8078
  "organization-delete": "organization-delete";
8074
8079
  "organization-dsync-group-delete": "organization-dsync-group-delete";
8075
8080
  "organization-dsync-group-upsert": "organization-dsync-group-upsert";
8081
+ "organization-emu-team-updated": "organization-emu-team-updated";
8076
8082
  "organization-emu-updated": "organization-emu-updated";
8077
8083
  "organization-slug-update": "organization-slug-update";
8078
8084
  "organization-team-add": "organization-team-add";
@@ -8821,6 +8827,7 @@ declare const listEventTypeSchema: z.ZodObject<{
8821
8827
  "organization-delete": "organization-delete";
8822
8828
  "organization-dsync-group-delete": "organization-dsync-group-delete";
8823
8829
  "organization-dsync-group-upsert": "organization-dsync-group-upsert";
8830
+ "organization-emu-team-updated": "organization-emu-team-updated";
8824
8831
  "organization-emu-updated": "organization-emu-updated";
8825
8832
  "organization-slug-update": "organization-slug-update";
8826
8833
  "organization-team-add": "organization-team-add";
@@ -9503,6 +9510,7 @@ declare const listEventTypeSchema: z.ZodObject<{
9503
9510
  "organization-delete": "organization-delete";
9504
9511
  "organization-dsync-group-delete": "organization-dsync-group-delete";
9505
9512
  "organization-dsync-group-upsert": "organization-dsync-group-upsert";
9513
+ "organization-emu-team-updated": "organization-emu-team-updated";
9506
9514
  "organization-emu-updated": "organization-emu-updated";
9507
9515
  "organization-slug-update": "organization-slug-update";
9508
9516
  "organization-team-add": "organization-team-add";