@seamapi/types 1.370.0 → 1.370.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.
@@ -4745,6 +4745,16 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4745
4745
  }>]>, "many">;
4746
4746
  pending_modifications: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"modification_code", [z.ZodObject<z.objectUtil.extendShape<{
4747
4747
  created_at: z.ZodString;
4748
+ }, {
4749
+ modification_code: z.ZodLiteral<"create">;
4750
+ }>, "strip", z.ZodTypeAny, {
4751
+ created_at: string;
4752
+ modification_code: "create";
4753
+ }, {
4754
+ created_at: string;
4755
+ modification_code: "create";
4756
+ }>, z.ZodObject<z.objectUtil.extendShape<{
4757
+ created_at: z.ZodString;
4748
4758
  }, {
4749
4759
  modification_code: z.ZodLiteral<"profile">;
4750
4760
  modified_from: z.ZodObject<{
@@ -4985,6 +4995,9 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4985
4995
  user_identity_email_address?: string | null | undefined;
4986
4996
  user_identity_phone_number?: string | null | undefined;
4987
4997
  pending_modifications?: ({
4998
+ created_at: string;
4999
+ modification_code: "create";
5000
+ } | {
4988
5001
  created_at: string;
4989
5002
  modification_code: "profile";
4990
5003
  modified_from: {
@@ -5087,6 +5100,9 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5087
5100
  user_identity_email_address?: string | null | undefined;
5088
5101
  user_identity_phone_number?: string | null | undefined;
5089
5102
  pending_modifications?: ({
5103
+ created_at: string;
5104
+ modification_code: "create";
5105
+ } | {
5090
5106
  created_at: string;
5091
5107
  modification_code: "profile";
5092
5108
  modified_from: {
@@ -5264,6 +5280,16 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5264
5280
  }>]>, "many">;
5265
5281
  pending_modifications: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"modification_code", [z.ZodObject<z.objectUtil.extendShape<{
5266
5282
  created_at: z.ZodString;
5283
+ }, {
5284
+ modification_code: z.ZodLiteral<"create">;
5285
+ }>, "strip", z.ZodTypeAny, {
5286
+ created_at: string;
5287
+ modification_code: "create";
5288
+ }, {
5289
+ created_at: string;
5290
+ modification_code: "create";
5291
+ }>, z.ZodObject<z.objectUtil.extendShape<{
5292
+ created_at: z.ZodString;
5267
5293
  }, {
5268
5294
  modification_code: z.ZodLiteral<"profile">;
5269
5295
  modified_from: z.ZodObject<{
@@ -5504,6 +5530,9 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5504
5530
  user_identity_email_address?: string | null | undefined;
5505
5531
  user_identity_phone_number?: string | null | undefined;
5506
5532
  pending_modifications?: ({
5533
+ created_at: string;
5534
+ modification_code: "create";
5535
+ } | {
5507
5536
  created_at: string;
5508
5537
  modification_code: "profile";
5509
5538
  modified_from: {
@@ -5606,6 +5635,9 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5606
5635
  user_identity_email_address?: string | null | undefined;
5607
5636
  user_identity_phone_number?: string | null | undefined;
5608
5637
  pending_modifications?: ({
5638
+ created_at: string;
5639
+ modification_code: "create";
5640
+ } | {
5609
5641
  created_at: string;
5610
5642
  modification_code: "profile";
5611
5643
  modified_from: {
@@ -20450,6 +20482,21 @@ declare const _default: {
20450
20482
  propertyName: string;
20451
20483
  };
20452
20484
  oneOf: ({
20485
+ properties: {
20486
+ created_at: {
20487
+ format: string;
20488
+ type: string;
20489
+ };
20490
+ modification_code: {
20491
+ enum: string[];
20492
+ type: string;
20493
+ };
20494
+ modified_from?: never;
20495
+ modified_to?: never;
20496
+ };
20497
+ required: string[];
20498
+ type: string;
20499
+ } | {
20453
20500
  properties: {
20454
20501
  created_at: {
20455
20502
  format: string;
@@ -27689,6 +27736,21 @@ declare const _default: {
27689
27736
  propertyName: string;
27690
27737
  };
27691
27738
  oneOf: ({
27739
+ properties: {
27740
+ created_at: {
27741
+ format: string;
27742
+ type: string;
27743
+ };
27744
+ modification_code: {
27745
+ enum: string[];
27746
+ type: string;
27747
+ };
27748
+ modified_from?: never;
27749
+ modified_to?: never;
27750
+ };
27751
+ required: string[];
27752
+ type: string;
27753
+ } | {
27692
27754
  properties: {
27693
27755
  created_at: {
27694
27756
  format: string;
@@ -54118,6 +54180,9 @@ interface Routes {
54118
54180
  }>;
54119
54181
  /** */
54120
54182
  pending_modifications?: Array<{
54183
+ created_at: string;
54184
+ modification_code: 'create';
54185
+ } | {
54121
54186
  created_at: string;
54122
54187
  modification_code: 'profile';
54123
54188
  modified_from: {
@@ -58531,6 +58596,9 @@ interface Routes {
58531
58596
  }>;
58532
58597
  /** */
58533
58598
  pending_modifications?: Array<{
58599
+ created_at: string;
58600
+ modification_code: 'create';
58601
+ } | {
58534
58602
  created_at: string;
58535
58603
  modification_code: 'profile';
58536
58604
  modified_from: {
@@ -58709,6 +58777,9 @@ interface Routes {
58709
58777
  }>;
58710
58778
  /** */
58711
58779
  pending_modifications?: Array<{
58780
+ created_at: string;
58781
+ modification_code: 'create';
58782
+ } | {
58712
58783
  created_at: string;
58713
58784
  modification_code: 'profile';
58714
58785
  modified_from: {
@@ -58883,6 +58954,9 @@ interface Routes {
58883
58954
  }>;
58884
58955
  /** */
58885
58956
  pending_modifications?: Array<{
58957
+ created_at: string;
58958
+ modification_code: 'create';
58959
+ } | {
58886
58960
  created_at: string;
58887
58961
  modification_code: 'profile';
58888
58962
  modified_from: {
@@ -59166,6 +59240,9 @@ interface Routes {
59166
59240
  }>;
59167
59241
  /** */
59168
59242
  pending_modifications?: Array<{
59243
+ created_at: string;
59244
+ modification_code: 'create';
59245
+ } | {
59169
59246
  created_at: string;
59170
59247
  modification_code: 'profile';
59171
59248
  modified_from: {
@@ -59330,6 +59407,9 @@ interface Routes {
59330
59407
  }>;
59331
59408
  /** */
59332
59409
  pending_modifications?: Array<{
59410
+ created_at: string;
59411
+ modification_code: 'create';
59412
+ } | {
59333
59413
  created_at: string;
59334
59414
  modification_code: 'profile';
59335
59415
  modified_from: {
@@ -87450,6 +87530,9 @@ interface Routes {
87450
87530
  }>;
87451
87531
  /** */
87452
87532
  pending_modifications?: Array<{
87533
+ created_at: string;
87534
+ modification_code: 'create';
87535
+ } | {
87453
87536
  created_at: string;
87454
87537
  modification_code: 'profile';
87455
87538
  modified_from: {
@@ -444,6 +444,16 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
444
444
  }>]>, "many">;
445
445
  pending_modifications: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"modification_code", [z.ZodObject<z.objectUtil.extendShape<{
446
446
  created_at: z.ZodString;
447
+ }, {
448
+ modification_code: z.ZodLiteral<"create">;
449
+ }>, "strip", z.ZodTypeAny, {
450
+ created_at: string;
451
+ modification_code: "create";
452
+ }, {
453
+ created_at: string;
454
+ modification_code: "create";
455
+ }>, z.ZodObject<z.objectUtil.extendShape<{
456
+ created_at: z.ZodString;
447
457
  }, {
448
458
  modification_code: z.ZodLiteral<"profile">;
449
459
  modified_from: z.ZodObject<{
@@ -684,6 +694,9 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
684
694
  user_identity_email_address?: string | null | undefined;
685
695
  user_identity_phone_number?: string | null | undefined;
686
696
  pending_modifications?: ({
697
+ created_at: string;
698
+ modification_code: "create";
699
+ } | {
687
700
  created_at: string;
688
701
  modification_code: "profile";
689
702
  modified_from: {
@@ -786,6 +799,9 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
786
799
  user_identity_email_address?: string | null | undefined;
787
800
  user_identity_phone_number?: string | null | undefined;
788
801
  pending_modifications?: ({
802
+ created_at: string;
803
+ modification_code: "create";
804
+ } | {
789
805
  created_at: string;
790
806
  modification_code: "profile";
791
807
  modified_from: {
@@ -963,6 +979,16 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
963
979
  }>]>, "many">;
964
980
  pending_modifications: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"modification_code", [z.ZodObject<z.objectUtil.extendShape<{
965
981
  created_at: z.ZodString;
982
+ }, {
983
+ modification_code: z.ZodLiteral<"create">;
984
+ }>, "strip", z.ZodTypeAny, {
985
+ created_at: string;
986
+ modification_code: "create";
987
+ }, {
988
+ created_at: string;
989
+ modification_code: "create";
990
+ }>, z.ZodObject<z.objectUtil.extendShape<{
991
+ created_at: z.ZodString;
966
992
  }, {
967
993
  modification_code: z.ZodLiteral<"profile">;
968
994
  modified_from: z.ZodObject<{
@@ -1203,6 +1229,9 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
1203
1229
  user_identity_email_address?: string | null | undefined;
1204
1230
  user_identity_phone_number?: string | null | undefined;
1205
1231
  pending_modifications?: ({
1232
+ created_at: string;
1233
+ modification_code: "create";
1234
+ } | {
1206
1235
  created_at: string;
1207
1236
  modification_code: "profile";
1208
1237
  modified_from: {
@@ -1305,6 +1334,9 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
1305
1334
  user_identity_email_address?: string | null | undefined;
1306
1335
  user_identity_phone_number?: string | null | undefined;
1307
1336
  pending_modifications?: ({
1337
+ created_at: string;
1338
+ modification_code: "create";
1339
+ } | {
1308
1340
  created_at: string;
1309
1341
  modification_code: "profile";
1310
1342
  modified_from: {
@@ -1,6 +1,16 @@
1
1
  import { z } from 'zod';
2
2
  export declare const acs_user_pending_modification: z.ZodDiscriminatedUnion<"modification_code", [z.ZodObject<z.objectUtil.extendShape<{
3
3
  created_at: z.ZodString;
4
+ }, {
5
+ modification_code: z.ZodLiteral<"create">;
6
+ }>, "strip", z.ZodTypeAny, {
7
+ created_at: string;
8
+ modification_code: "create";
9
+ }, {
10
+ created_at: string;
11
+ modification_code: "create";
12
+ }>, z.ZodObject<z.objectUtil.extendShape<{
13
+ created_at: z.ZodString;
4
14
  }, {
5
15
  modification_code: z.ZodLiteral<"profile">;
6
16
  modified_from: z.ZodObject<{
@@ -176,6 +186,17 @@ export declare const acs_user_pending_modification: z.ZodDiscriminatedUnion<"mod
176
186
  }>]>;
177
187
  export type AcsUserPendingModification = z.infer<typeof acs_user_pending_modification>;
178
188
  declare const acs_user_pending_modifications_map: z.ZodObject<{
189
+ lifecycle_create: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
190
+ created_at: z.ZodString;
191
+ }, {
192
+ modification_code: z.ZodLiteral<"create">;
193
+ }>, "strip", z.ZodTypeAny, {
194
+ created_at: string;
195
+ modification_code: "create";
196
+ }, {
197
+ created_at: string;
198
+ modification_code: "create";
199
+ }>>>;
179
200
  'profile.full_name': z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
180
201
  created_at: z.ZodString;
181
202
  }, {
@@ -288,6 +309,10 @@ declare const acs_user_pending_modifications_map: z.ZodObject<{
288
309
  };
289
310
  }>>>;
290
311
  }, "strip", z.ZodTypeAny, {
312
+ lifecycle_create?: {
313
+ created_at: string;
314
+ modification_code: "create";
315
+ } | null | undefined;
291
316
  'profile.full_name'?: {
292
317
  created_at: string;
293
318
  modification_code: "profile";
@@ -319,6 +344,10 @@ declare const acs_user_pending_modifications_map: z.ZodObject<{
319
344
  };
320
345
  } | null | undefined;
321
346
  }, {
347
+ lifecycle_create?: {
348
+ created_at: string;
349
+ modification_code: "create";
350
+ } | null | undefined;
322
351
  'profile.full_name'?: {
323
352
  created_at: string;
324
353
  modification_code: "profile";
@@ -4,6 +4,9 @@ import { schedule } from '../../schedule.js';
4
4
  const common_pending_modification = z.object({
5
5
  created_at: z.string().datetime(),
6
6
  });
7
+ const lifecycle_create = common_pending_modification.extend({
8
+ modification_code: z.literal('create'),
9
+ });
7
10
  const acs_user_profile = z.object({
8
11
  email_address: z.string().email().nullable(),
9
12
  full_name: z.string().nullable(),
@@ -34,12 +37,14 @@ const acs_access_group_membership_pending_modification = common_pending_modifica
34
37
  }),
35
38
  });
36
39
  export const acs_user_pending_modification = z.discriminatedUnion('modification_code', [
40
+ lifecycle_create,
37
41
  profile_pending_modification,
38
42
  access_schedule_pending_modification,
39
43
  suspension_state_pending_modification,
40
44
  acs_access_group_membership_pending_modification,
41
45
  ]);
42
46
  const acs_user_pending_modifications_map = z.object({
47
+ lifecycle_create: lifecycle_create.optional().nullable(),
43
48
  'profile.full_name': common_pending_modification
44
49
  .extend({
45
50
  modification_code: z.literal('profile'),
@@ -1 +1 @@
1
- {"version":3,"file":"pending-modifications.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pending-modifications.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts"],"names":[],"mappings":"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"}
@@ -1188,6 +1188,21 @@ declare const _default: {
1188
1188
  propertyName: string;
1189
1189
  };
1190
1190
  oneOf: ({
1191
+ properties: {
1192
+ created_at: {
1193
+ format: string;
1194
+ type: string;
1195
+ };
1196
+ modification_code: {
1197
+ enum: string[];
1198
+ type: string;
1199
+ };
1200
+ modified_from?: never;
1201
+ modified_to?: never;
1202
+ };
1203
+ required: string[];
1204
+ type: string;
1205
+ } | {
1191
1206
  properties: {
1192
1207
  created_at: {
1193
1208
  format: string;
@@ -8427,6 +8442,21 @@ declare const _default: {
8427
8442
  propertyName: string;
8428
8443
  };
8429
8444
  oneOf: ({
8445
+ properties: {
8446
+ created_at: {
8447
+ format: string;
8448
+ type: string;
8449
+ };
8450
+ modification_code: {
8451
+ enum: string[];
8452
+ type: string;
8453
+ };
8454
+ modified_from?: never;
8455
+ modified_to?: never;
8456
+ };
8457
+ required: string[];
8458
+ type: string;
8459
+ } | {
8430
8460
  properties: {
8431
8461
  created_at: {
8432
8462
  format: string;
@@ -2196,6 +2196,14 @@ export default {
2196
2196
  items: {
2197
2197
  discriminator: { propertyName: 'modification_code' },
2198
2198
  oneOf: [
2199
+ {
2200
+ properties: {
2201
+ created_at: { format: 'date-time', type: 'string' },
2202
+ modification_code: { enum: ['create'], type: 'string' },
2203
+ },
2204
+ required: ['created_at', 'modification_code'],
2205
+ type: 'object',
2206
+ },
2199
2207
  {
2200
2208
  properties: {
2201
2209
  created_at: { format: 'date-time', type: 'string' },
@@ -13749,6 +13757,14 @@ export default {
13749
13757
  items: {
13750
13758
  discriminator: { propertyName: 'modification_code' },
13751
13759
  oneOf: [
13760
+ {
13761
+ properties: {
13762
+ created_at: { format: 'date-time', type: 'string' },
13763
+ modification_code: { enum: ['create'], type: 'string' },
13764
+ },
13765
+ required: ['created_at', 'modification_code'],
13766
+ type: 'object',
13767
+ },
13752
13768
  {
13753
13769
  properties: {
13754
13770
  created_at: { format: 'date-time', type: 'string' },
@@ -18683,7 +18699,7 @@ export default {
18683
18699
  },
18684
18700
  '/acs/systems/list': {
18685
18701
  post: {
18686
- description: 'Returns a list of all [access control systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access control systems by a specific connected account ID, include the\n`connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the\nresponse includes all access control systems connected to your workspace.',
18702
+ description: 'Returns a list of all [access control systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access control systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access control systems connected to your workspace.',
18687
18703
  operationId: 'acsSystemsListPost',
18688
18704
  requestBody: {
18689
18705
  content: {