@seamapi/types 1.612.0 → 1.613.0

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.
@@ -5366,6 +5366,22 @@ declare const acs_user: z.ZodObject<{
5366
5366
  }>, z.ZodObject<{
5367
5367
  created_at: z.ZodString;
5368
5368
  message: z.ZodString;
5369
+ } & {
5370
+ mutation_code: z.ZodLiteral<"deferring_creation">;
5371
+ scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5372
+ }, "strip", z.ZodTypeAny, {
5373
+ message: string;
5374
+ created_at: string;
5375
+ mutation_code: "deferring_creation";
5376
+ scheduled_at?: string | null | undefined;
5377
+ }, {
5378
+ message: string;
5379
+ created_at: string;
5380
+ mutation_code: "deferring_creation";
5381
+ scheduled_at?: string | null | undefined;
5382
+ }>, z.ZodObject<{
5383
+ created_at: z.ZodString;
5384
+ message: z.ZodString;
5369
5385
  } & {
5370
5386
  mutation_code: z.ZodLiteral<"updating_user_information">;
5371
5387
  from: z.ZodObject<{
@@ -5634,6 +5650,11 @@ declare const acs_user: z.ZodObject<{
5634
5650
  message: string;
5635
5651
  created_at: string;
5636
5652
  mutation_code: "deleting";
5653
+ } | {
5654
+ message: string;
5655
+ created_at: string;
5656
+ mutation_code: "deferring_creation";
5657
+ scheduled_at?: string | null | undefined;
5637
5658
  } | {
5638
5659
  message: string;
5639
5660
  created_at: string;
@@ -5756,6 +5777,11 @@ declare const acs_user: z.ZodObject<{
5756
5777
  message: string;
5757
5778
  created_at: string;
5758
5779
  mutation_code: "deleting";
5780
+ } | {
5781
+ message: string;
5782
+ created_at: string;
5783
+ mutation_code: "deferring_creation";
5784
+ scheduled_at?: string | null | undefined;
5759
5785
  } | {
5760
5786
  message: string;
5761
5787
  created_at: string;
@@ -5989,6 +6015,22 @@ declare const unmanaged_acs_user: z.ZodObject<{
5989
6015
  }>, z.ZodObject<{
5990
6016
  created_at: z.ZodString;
5991
6017
  message: z.ZodString;
6018
+ } & {
6019
+ mutation_code: z.ZodLiteral<"deferring_creation">;
6020
+ scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6021
+ }, "strip", z.ZodTypeAny, {
6022
+ message: string;
6023
+ created_at: string;
6024
+ mutation_code: "deferring_creation";
6025
+ scheduled_at?: string | null | undefined;
6026
+ }, {
6027
+ message: string;
6028
+ created_at: string;
6029
+ mutation_code: "deferring_creation";
6030
+ scheduled_at?: string | null | undefined;
6031
+ }>, z.ZodObject<{
6032
+ created_at: z.ZodString;
6033
+ message: z.ZodString;
5992
6034
  } & {
5993
6035
  mutation_code: z.ZodLiteral<"updating_user_information">;
5994
6036
  from: z.ZodObject<{
@@ -6257,6 +6299,11 @@ declare const unmanaged_acs_user: z.ZodObject<{
6257
6299
  message: string;
6258
6300
  created_at: string;
6259
6301
  mutation_code: "deleting";
6302
+ } | {
6303
+ message: string;
6304
+ created_at: string;
6305
+ mutation_code: "deferring_creation";
6306
+ scheduled_at?: string | null | undefined;
6260
6307
  } | {
6261
6308
  message: string;
6262
6309
  created_at: string;
@@ -6379,6 +6426,11 @@ declare const unmanaged_acs_user: z.ZodObject<{
6379
6426
  message: string;
6380
6427
  created_at: string;
6381
6428
  mutation_code: "deleting";
6429
+ } | {
6430
+ message: string;
6431
+ created_at: string;
6432
+ mutation_code: "deferring_creation";
6433
+ scheduled_at?: string | null | undefined;
6382
6434
  } | {
6383
6435
  message: string;
6384
6436
  created_at: string;
@@ -15455,6 +15507,22 @@ declare const batch: z.ZodObject<{
15455
15507
  }>, z.ZodObject<{
15456
15508
  created_at: z.ZodString;
15457
15509
  message: z.ZodString;
15510
+ } & {
15511
+ mutation_code: z.ZodLiteral<"deferring_creation">;
15512
+ scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
15513
+ }, "strip", z.ZodTypeAny, {
15514
+ message: string;
15515
+ created_at: string;
15516
+ mutation_code: "deferring_creation";
15517
+ scheduled_at?: string | null | undefined;
15518
+ }, {
15519
+ message: string;
15520
+ created_at: string;
15521
+ mutation_code: "deferring_creation";
15522
+ scheduled_at?: string | null | undefined;
15523
+ }>, z.ZodObject<{
15524
+ created_at: z.ZodString;
15525
+ message: z.ZodString;
15458
15526
  } & {
15459
15527
  mutation_code: z.ZodLiteral<"updating_user_information">;
15460
15528
  from: z.ZodObject<{
@@ -15723,6 +15791,11 @@ declare const batch: z.ZodObject<{
15723
15791
  message: string;
15724
15792
  created_at: string;
15725
15793
  mutation_code: "deleting";
15794
+ } | {
15795
+ message: string;
15796
+ created_at: string;
15797
+ mutation_code: "deferring_creation";
15798
+ scheduled_at?: string | null | undefined;
15726
15799
  } | {
15727
15800
  message: string;
15728
15801
  created_at: string;
@@ -15845,6 +15918,11 @@ declare const batch: z.ZodObject<{
15845
15918
  message: string;
15846
15919
  created_at: string;
15847
15920
  mutation_code: "deleting";
15921
+ } | {
15922
+ message: string;
15923
+ created_at: string;
15924
+ mutation_code: "deferring_creation";
15925
+ scheduled_at?: string | null | undefined;
15848
15926
  } | {
15849
15927
  message: string;
15850
15928
  created_at: string;
@@ -20667,6 +20745,22 @@ declare const batch: z.ZodObject<{
20667
20745
  }>, z.ZodObject<{
20668
20746
  created_at: z.ZodString;
20669
20747
  message: z.ZodString;
20748
+ } & {
20749
+ mutation_code: z.ZodLiteral<"deferring_creation">;
20750
+ scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20751
+ }, "strip", z.ZodTypeAny, {
20752
+ message: string;
20753
+ created_at: string;
20754
+ mutation_code: "deferring_creation";
20755
+ scheduled_at?: string | null | undefined;
20756
+ }, {
20757
+ message: string;
20758
+ created_at: string;
20759
+ mutation_code: "deferring_creation";
20760
+ scheduled_at?: string | null | undefined;
20761
+ }>, z.ZodObject<{
20762
+ created_at: z.ZodString;
20763
+ message: z.ZodString;
20670
20764
  } & {
20671
20765
  mutation_code: z.ZodLiteral<"updating_user_information">;
20672
20766
  from: z.ZodObject<{
@@ -20935,6 +21029,11 @@ declare const batch: z.ZodObject<{
20935
21029
  message: string;
20936
21030
  created_at: string;
20937
21031
  mutation_code: "deleting";
21032
+ } | {
21033
+ message: string;
21034
+ created_at: string;
21035
+ mutation_code: "deferring_creation";
21036
+ scheduled_at?: string | null | undefined;
20938
21037
  } | {
20939
21038
  message: string;
20940
21039
  created_at: string;
@@ -21057,6 +21156,11 @@ declare const batch: z.ZodObject<{
21057
21156
  message: string;
21058
21157
  created_at: string;
21059
21158
  mutation_code: "deleting";
21159
+ } | {
21160
+ message: string;
21161
+ created_at: string;
21162
+ mutation_code: "deferring_creation";
21163
+ scheduled_at?: string | null | undefined;
21060
21164
  } | {
21061
21165
  message: string;
21062
21166
  created_at: string;
@@ -32146,6 +32250,11 @@ declare const batch: z.ZodObject<{
32146
32250
  message: string;
32147
32251
  created_at: string;
32148
32252
  mutation_code: "deleting";
32253
+ } | {
32254
+ message: string;
32255
+ created_at: string;
32256
+ mutation_code: "deferring_creation";
32257
+ scheduled_at?: string | null | undefined;
32149
32258
  } | {
32150
32259
  message: string;
32151
32260
  created_at: string;
@@ -33154,6 +33263,11 @@ declare const batch: z.ZodObject<{
33154
33263
  message: string;
33155
33264
  created_at: string;
33156
33265
  mutation_code: "deleting";
33266
+ } | {
33267
+ message: string;
33268
+ created_at: string;
33269
+ mutation_code: "deferring_creation";
33270
+ scheduled_at?: string | null | undefined;
33157
33271
  } | {
33158
33272
  message: string;
33159
33273
  created_at: string;
@@ -36067,6 +36181,11 @@ declare const batch: z.ZodObject<{
36067
36181
  message: string;
36068
36182
  created_at: string;
36069
36183
  mutation_code: "deleting";
36184
+ } | {
36185
+ message: string;
36186
+ created_at: string;
36187
+ mutation_code: "deferring_creation";
36188
+ scheduled_at?: string | null | undefined;
36070
36189
  } | {
36071
36190
  message: string;
36072
36191
  created_at: string;
@@ -37075,6 +37194,11 @@ declare const batch: z.ZodObject<{
37075
37194
  message: string;
37076
37195
  created_at: string;
37077
37196
  mutation_code: "deleting";
37197
+ } | {
37198
+ message: string;
37199
+ created_at: string;
37200
+ mutation_code: "deferring_creation";
37201
+ scheduled_at?: string | null | undefined;
37078
37202
  } | {
37079
37203
  message: string;
37080
37204
  created_at: string;
@@ -53427,6 +53551,35 @@ declare const _default: {
53427
53551
  enum: string[];
53428
53552
  type: string;
53429
53553
  };
53554
+ scheduled_at?: never;
53555
+ from?: never;
53556
+ to?: never;
53557
+ };
53558
+ required: string[];
53559
+ type: string;
53560
+ } | {
53561
+ description: string;
53562
+ properties: {
53563
+ created_at: {
53564
+ description: string;
53565
+ format: string;
53566
+ type: string;
53567
+ };
53568
+ message: {
53569
+ description: string;
53570
+ type: string;
53571
+ };
53572
+ mutation_code: {
53573
+ description: string;
53574
+ enum: string[];
53575
+ type: string;
53576
+ };
53577
+ scheduled_at: {
53578
+ description: string;
53579
+ format: string;
53580
+ nullable: boolean;
53581
+ type: string;
53582
+ };
53430
53583
  from?: never;
53431
53584
  to?: never;
53432
53585
  };
@@ -53502,6 +53655,7 @@ declare const _default: {
53502
53655
  type: string;
53503
53656
  required?: never;
53504
53657
  };
53658
+ scheduled_at?: never;
53505
53659
  };
53506
53660
  required: string[];
53507
53661
  type: string;
@@ -53571,6 +53725,7 @@ declare const _default: {
53571
53725
  required: string[];
53572
53726
  type: string;
53573
53727
  };
53728
+ scheduled_at?: never;
53574
53729
  };
53575
53730
  required: string[];
53576
53731
  type: string;
@@ -53623,6 +53778,7 @@ declare const _default: {
53623
53778
  required: string[];
53624
53779
  type: string;
53625
53780
  };
53781
+ scheduled_at?: never;
53626
53782
  };
53627
53783
  required: string[];
53628
53784
  type: string;
@@ -53681,6 +53837,7 @@ declare const _default: {
53681
53837
  required: string[];
53682
53838
  type: string;
53683
53839
  };
53840
+ scheduled_at?: never;
53684
53841
  };
53685
53842
  required: string[];
53686
53843
  type: string;
@@ -64870,6 +65027,35 @@ declare const _default: {
64870
65027
  enum: string[];
64871
65028
  type: string;
64872
65029
  };
65030
+ scheduled_at?: never;
65031
+ from?: never;
65032
+ to?: never;
65033
+ };
65034
+ required: string[];
65035
+ type: string;
65036
+ } | {
65037
+ description: string;
65038
+ properties: {
65039
+ created_at: {
65040
+ description: string;
65041
+ format: string;
65042
+ type: string;
65043
+ };
65044
+ message: {
65045
+ description: string;
65046
+ type: string;
65047
+ };
65048
+ mutation_code: {
65049
+ description: string;
65050
+ enum: string[];
65051
+ type: string;
65052
+ };
65053
+ scheduled_at: {
65054
+ description: string;
65055
+ format: string;
65056
+ nullable: boolean;
65057
+ type: string;
65058
+ };
64873
65059
  from?: never;
64874
65060
  to?: never;
64875
65061
  };
@@ -64945,6 +65131,7 @@ declare const _default: {
64945
65131
  type: string;
64946
65132
  required?: never;
64947
65133
  };
65134
+ scheduled_at?: never;
64948
65135
  };
64949
65136
  required: string[];
64950
65137
  type: string;
@@ -65014,6 +65201,7 @@ declare const _default: {
65014
65201
  required: string[];
65015
65202
  type: string;
65016
65203
  };
65204
+ scheduled_at?: never;
65017
65205
  };
65018
65206
  required: string[];
65019
65207
  type: string;
@@ -65066,6 +65254,7 @@ declare const _default: {
65066
65254
  required: string[];
65067
65255
  type: string;
65068
65256
  };
65257
+ scheduled_at?: never;
65069
65258
  };
65070
65259
  required: string[];
65071
65260
  type: string;
@@ -65124,6 +65313,7 @@ declare const _default: {
65124
65313
  required: string[];
65125
65314
  type: string;
65126
65315
  };
65316
+ scheduled_at?: never;
65127
65317
  };
65128
65318
  required: string[];
65129
65319
  type: string;
@@ -124209,6 +124399,15 @@ type Routes = {
124209
124399
  message: string;
124210
124400
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
124211
124401
  mutation_code: 'deleting';
124402
+ } | {
124403
+ /** Date and time at which the mutation was created. */
124404
+ created_at: string;
124405
+ /** Detailed description of the mutation. */
124406
+ message: string;
124407
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
124408
+ mutation_code: 'deferring_creation';
124409
+ /** Optional: When the user creation is scheduled to occur. */
124410
+ scheduled_at?: (string | undefined) | null;
124212
124411
  } | {
124213
124412
  /** Date and time at which the mutation was created. */
124214
124413
  created_at: string;
@@ -126014,6 +126213,15 @@ type Routes = {
126014
126213
  message: string;
126015
126214
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
126016
126215
  mutation_code: 'deleting';
126216
+ } | {
126217
+ /** Date and time at which the mutation was created. */
126218
+ created_at: string;
126219
+ /** Detailed description of the mutation. */
126220
+ message: string;
126221
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
126222
+ mutation_code: 'deferring_creation';
126223
+ /** Optional: When the user creation is scheduled to occur. */
126224
+ scheduled_at?: (string | undefined) | null;
126017
126225
  } | {
126018
126226
  /** Date and time at which the mutation was created. */
126019
126227
  created_at: string;
@@ -130181,6 +130389,15 @@ type Routes = {
130181
130389
  message: string;
130182
130390
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
130183
130391
  mutation_code: 'deleting';
130392
+ } | {
130393
+ /** Date and time at which the mutation was created. */
130394
+ created_at: string;
130395
+ /** Detailed description of the mutation. */
130396
+ message: string;
130397
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
130398
+ mutation_code: 'deferring_creation';
130399
+ /** Optional: When the user creation is scheduled to occur. */
130400
+ scheduled_at?: (string | undefined) | null;
130184
130401
  } | {
130185
130402
  /** Date and time at which the mutation was created. */
130186
130403
  created_at: string;
@@ -135814,6 +136031,15 @@ type Routes = {
135814
136031
  message: string;
135815
136032
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
135816
136033
  mutation_code: 'deleting';
136034
+ } | {
136035
+ /** Date and time at which the mutation was created. */
136036
+ created_at: string;
136037
+ /** Detailed description of the mutation. */
136038
+ message: string;
136039
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
136040
+ mutation_code: 'deferring_creation';
136041
+ /** Optional: When the user creation is scheduled to occur. */
136042
+ scheduled_at?: (string | undefined) | null;
135817
136043
  } | {
135818
136044
  /** Date and time at which the mutation was created. */
135819
136045
  created_at: string;
@@ -136060,6 +136286,15 @@ type Routes = {
136060
136286
  message: string;
136061
136287
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
136062
136288
  mutation_code: 'deleting';
136289
+ } | {
136290
+ /** Date and time at which the mutation was created. */
136291
+ created_at: string;
136292
+ /** Detailed description of the mutation. */
136293
+ message: string;
136294
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
136295
+ mutation_code: 'deferring_creation';
136296
+ /** Optional: When the user creation is scheduled to occur. */
136297
+ scheduled_at?: (string | undefined) | null;
136063
136298
  } | {
136064
136299
  /** Date and time at which the mutation was created. */
136065
136300
  created_at: string;
@@ -136295,6 +136530,15 @@ type Routes = {
136295
136530
  message: string;
136296
136531
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
136297
136532
  mutation_code: 'deleting';
136533
+ } | {
136534
+ /** Date and time at which the mutation was created. */
136535
+ created_at: string;
136536
+ /** Detailed description of the mutation. */
136537
+ message: string;
136538
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
136539
+ mutation_code: 'deferring_creation';
136540
+ /** Optional: When the user creation is scheduled to occur. */
136541
+ scheduled_at?: (string | undefined) | null;
136298
136542
  } | {
136299
136543
  /** Date and time at which the mutation was created. */
136300
136544
  created_at: string;
@@ -136712,6 +136956,15 @@ type Routes = {
136712
136956
  message: string;
136713
136957
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
136714
136958
  mutation_code: 'deleting';
136959
+ } | {
136960
+ /** Date and time at which the mutation was created. */
136961
+ created_at: string;
136962
+ /** Detailed description of the mutation. */
136963
+ message: string;
136964
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
136965
+ mutation_code: 'deferring_creation';
136966
+ /** Optional: When the user creation is scheduled to occur. */
136967
+ scheduled_at?: (string | undefined) | null;
136715
136968
  } | {
136716
136969
  /** Date and time at which the mutation was created. */
136717
136970
  created_at: string;
@@ -136941,6 +137194,15 @@ type Routes = {
136941
137194
  message: string;
136942
137195
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
136943
137196
  mutation_code: 'deleting';
137197
+ } | {
137198
+ /** Date and time at which the mutation was created. */
137199
+ created_at: string;
137200
+ /** Detailed description of the mutation. */
137201
+ message: string;
137202
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
137203
+ mutation_code: 'deferring_creation';
137204
+ /** Optional: When the user creation is scheduled to occur. */
137205
+ scheduled_at?: (string | undefined) | null;
136944
137206
  } | {
136945
137207
  /** Date and time at which the mutation was created. */
136946
137208
  created_at: string;
@@ -189687,6 +189949,15 @@ type Routes = {
189687
189949
  message: string;
189688
189950
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
189689
189951
  mutation_code: 'deleting';
189952
+ } | {
189953
+ /** Date and time at which the mutation was created. */
189954
+ created_at: string;
189955
+ /** Detailed description of the mutation. */
189956
+ message: string;
189957
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
189958
+ mutation_code: 'deferring_creation';
189959
+ /** Optional: When the user creation is scheduled to occur. */
189960
+ scheduled_at?: (string | undefined) | null;
189690
189961
  } | {
189691
189962
  /** Date and time at which the mutation was created. */
189692
189963
  created_at: string;
@@ -191919,6 +192190,15 @@ type Routes = {
191919
192190
  message: string;
191920
192191
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
191921
192192
  mutation_code: 'deleting';
192193
+ } | {
192194
+ /** Date and time at which the mutation was created. */
192195
+ created_at: string;
192196
+ /** Detailed description of the mutation. */
192197
+ message: string;
192198
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
192199
+ mutation_code: 'deferring_creation';
192200
+ /** Optional: When the user creation is scheduled to occur. */
192201
+ scheduled_at?: (string | undefined) | null;
191922
192202
  } | {
191923
192203
  /** Date and time at which the mutation was created. */
191924
192204
  created_at: string;
@@ -193724,6 +194004,15 @@ type Routes = {
193724
194004
  message: string;
193725
194005
  /** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
193726
194006
  mutation_code: 'deleting';
194007
+ } | {
194008
+ /** Date and time at which the mutation was created. */
194009
+ created_at: string;
194010
+ /** Detailed description of the mutation. */
194011
+ message: string;
194012
+ /** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
194013
+ mutation_code: 'deferring_creation';
194014
+ /** Optional: When the user creation is scheduled to occur. */
194015
+ scheduled_at?: (string | undefined) | null;
193727
194016
  } | {
193728
194017
  /** Date and time at which the mutation was created. */
193729
194018
  created_at: string;
package/dist/index.cjs CHANGED
@@ -3255,6 +3255,14 @@ var deleting = common_pending_mutation.extend({
3255
3255
  }).describe(
3256
3256
  "Seam is in the process of pushing a user deletion to the integrated access system."
3257
3257
  );
3258
+ var deferring_creation = common_pending_mutation.extend({
3259
+ mutation_code: zod.z.literal("deferring_creation").describe(
3260
+ "Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time."
3261
+ ),
3262
+ scheduled_at: zod.z.string().datetime().optional().nullable().describe("Optional: When the user creation is scheduled to occur.")
3263
+ }).describe(
3264
+ "User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued."
3265
+ );
3258
3266
  var acs_user_info = zod.z.object({
3259
3267
  email_address: zod.z.string().email().nullable().describe("Email address of the access system user."),
3260
3268
  full_name: zod.z.string().nullable().describe("Full name of the access system user."),
@@ -3307,6 +3315,7 @@ var acs_user_pending_mutations = zod.z.discriminatedUnion(
3307
3315
  [
3308
3316
  creating,
3309
3317
  deleting,
3318
+ deferring_creation,
3310
3319
  updating_user_information_mutation,
3311
3320
  updating_access_schedule_mutation,
3312
3321
  updating_suspension_state_mutation,
@@ -3316,6 +3325,7 @@ var acs_user_pending_mutations = zod.z.discriminatedUnion(
3316
3325
  zod.z.object({
3317
3326
  creating: creating.optional().nullable(),
3318
3327
  deleting: deleting.optional().nullable(),
3328
+ deferring_creation: deferring_creation.optional().nullable(),
3319
3329
  updating_access_schedule: updating_access_schedule_mutation.optional().nullable(),
3320
3330
  updating_group_membership: zod.z.map(zod.z.string().uuid(), updating_group_membership_mutation).optional().nullable(),
3321
3331
  updating_suspension_state: updating_suspension_state_mutation.optional().nullable(),
@@ -9186,6 +9196,33 @@ var openapi_default = {
9186
9196
  required: ["created_at", "message", "mutation_code"],
9187
9197
  type: "object"
9188
9198
  },
9199
+ {
9200
+ description: "User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued.",
9201
+ properties: {
9202
+ created_at: {
9203
+ description: "Date and time at which the mutation was created.",
9204
+ format: "date-time",
9205
+ type: "string"
9206
+ },
9207
+ message: {
9208
+ description: "Detailed description of the mutation.",
9209
+ type: "string"
9210
+ },
9211
+ mutation_code: {
9212
+ description: "Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time.",
9213
+ enum: ["deferring_creation"],
9214
+ type: "string"
9215
+ },
9216
+ scheduled_at: {
9217
+ description: "Optional: When the user creation is scheduled to occur.",
9218
+ format: "date-time",
9219
+ nullable: true,
9220
+ type: "string"
9221
+ }
9222
+ },
9223
+ required: ["created_at", "message", "mutation_code"],
9224
+ type: "object"
9225
+ },
9189
9226
  {
9190
9227
  properties: {
9191
9228
  created_at: {
@@ -27059,6 +27096,33 @@ var openapi_default = {
27059
27096
  required: ["created_at", "message", "mutation_code"],
27060
27097
  type: "object"
27061
27098
  },
27099
+ {
27100
+ description: "User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued.",
27101
+ properties: {
27102
+ created_at: {
27103
+ description: "Date and time at which the mutation was created.",
27104
+ format: "date-time",
27105
+ type: "string"
27106
+ },
27107
+ message: {
27108
+ description: "Detailed description of the mutation.",
27109
+ type: "string"
27110
+ },
27111
+ mutation_code: {
27112
+ description: "Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time.",
27113
+ enum: ["deferring_creation"],
27114
+ type: "string"
27115
+ },
27116
+ scheduled_at: {
27117
+ description: "Optional: When the user creation is scheduled to occur.",
27118
+ format: "date-time",
27119
+ nullable: true,
27120
+ type: "string"
27121
+ }
27122
+ },
27123
+ required: ["created_at", "message", "mutation_code"],
27124
+ type: "object"
27125
+ },
27062
27126
  {
27063
27127
  properties: {
27064
27128
  created_at: {