@seamapi/types 1.751.0 → 1.752.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.
@@ -4348,6 +4348,19 @@ declare const acs_access_group: z.ZodObject<{
4348
4348
  }>, z.ZodObject<{
4349
4349
  created_at: z.ZodString;
4350
4350
  message: z.ZodString;
4351
+ } & {
4352
+ mutation_code: z.ZodLiteral<"deferring_deletion">;
4353
+ }, "strip", z.ZodTypeAny, {
4354
+ message: string;
4355
+ created_at: string;
4356
+ mutation_code: "deferring_deletion";
4357
+ }, {
4358
+ message: string;
4359
+ created_at: string;
4360
+ mutation_code: "deferring_deletion";
4361
+ }>, z.ZodObject<{
4362
+ created_at: z.ZodString;
4363
+ message: z.ZodString;
4351
4364
  } & {
4352
4365
  mutation_code: z.ZodLiteral<"updating_group_information">;
4353
4366
  from: z.ZodObject<{
@@ -4530,19 +4543,6 @@ declare const acs_access_group: z.ZodObject<{
4530
4543
  mutation_code: "deferring_user_membership_update";
4531
4544
  acs_user_id: string;
4532
4545
  variant: "removing" | "adding";
4533
- }>, z.ZodObject<{
4534
- created_at: z.ZodString;
4535
- message: z.ZodString;
4536
- } & {
4537
- mutation_code: z.ZodLiteral<"deferring_deletion">;
4538
- }, "strip", z.ZodTypeAny, {
4539
- message: string;
4540
- created_at: string;
4541
- mutation_code: "deferring_deletion";
4542
- }, {
4543
- message: string;
4544
- created_at: string;
4545
- mutation_code: "deferring_deletion";
4546
4546
  }>]>, "many">;
4547
4547
  } & {
4548
4548
  is_managed: z.ZodLiteral<true>;
@@ -4615,13 +4615,13 @@ declare const acs_access_group: z.ZodObject<{
4615
4615
  } | {
4616
4616
  message: string;
4617
4617
  created_at: string;
4618
- mutation_code: "deferring_user_membership_update";
4619
- acs_user_id: string;
4620
- variant: "removing" | "adding";
4618
+ mutation_code: "deferring_deletion";
4621
4619
  } | {
4622
4620
  message: string;
4623
4621
  created_at: string;
4624
- mutation_code: "deferring_deletion";
4622
+ mutation_code: "deferring_user_membership_update";
4623
+ acs_user_id: string;
4624
+ variant: "removing" | "adding";
4625
4625
  })[];
4626
4626
  acs_access_group_id: string;
4627
4627
  acs_system_id: string;
@@ -4702,13 +4702,13 @@ declare const acs_access_group: z.ZodObject<{
4702
4702
  } | {
4703
4703
  message: string;
4704
4704
  created_at: string;
4705
- mutation_code: "deferring_user_membership_update";
4706
- acs_user_id: string;
4707
- variant: "removing" | "adding";
4705
+ mutation_code: "deferring_deletion";
4708
4706
  } | {
4709
4707
  message: string;
4710
4708
  created_at: string;
4711
- mutation_code: "deferring_deletion";
4709
+ mutation_code: "deferring_user_membership_update";
4710
+ acs_user_id: string;
4711
+ variant: "removing" | "adding";
4712
4712
  })[];
4713
4713
  acs_access_group_id: string;
4714
4714
  acs_system_id: string;
@@ -4799,6 +4799,19 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
4799
4799
  }>, z.ZodObject<{
4800
4800
  created_at: z.ZodString;
4801
4801
  message: z.ZodString;
4802
+ } & {
4803
+ mutation_code: z.ZodLiteral<"deferring_deletion">;
4804
+ }, "strip", z.ZodTypeAny, {
4805
+ message: string;
4806
+ created_at: string;
4807
+ mutation_code: "deferring_deletion";
4808
+ }, {
4809
+ message: string;
4810
+ created_at: string;
4811
+ mutation_code: "deferring_deletion";
4812
+ }>, z.ZodObject<{
4813
+ created_at: z.ZodString;
4814
+ message: z.ZodString;
4802
4815
  } & {
4803
4816
  mutation_code: z.ZodLiteral<"updating_group_information">;
4804
4817
  from: z.ZodObject<{
@@ -4981,19 +4994,6 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
4981
4994
  mutation_code: "deferring_user_membership_update";
4982
4995
  acs_user_id: string;
4983
4996
  variant: "removing" | "adding";
4984
- }>, z.ZodObject<{
4985
- created_at: z.ZodString;
4986
- message: z.ZodString;
4987
- } & {
4988
- mutation_code: z.ZodLiteral<"deferring_deletion">;
4989
- }, "strip", z.ZodTypeAny, {
4990
- message: string;
4991
- created_at: string;
4992
- mutation_code: "deferring_deletion";
4993
- }, {
4994
- message: string;
4995
- created_at: string;
4996
- mutation_code: "deferring_deletion";
4997
4997
  }>]>, "many">;
4998
4998
  } & {
4999
4999
  is_managed: z.ZodLiteral<false>;
@@ -5066,13 +5066,13 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
5066
5066
  } | {
5067
5067
  message: string;
5068
5068
  created_at: string;
5069
- mutation_code: "deferring_user_membership_update";
5070
- acs_user_id: string;
5071
- variant: "removing" | "adding";
5069
+ mutation_code: "deferring_deletion";
5072
5070
  } | {
5073
5071
  message: string;
5074
5072
  created_at: string;
5075
- mutation_code: "deferring_deletion";
5073
+ mutation_code: "deferring_user_membership_update";
5074
+ acs_user_id: string;
5075
+ variant: "removing" | "adding";
5076
5076
  })[];
5077
5077
  acs_access_group_id: string;
5078
5078
  acs_system_id: string;
@@ -5153,13 +5153,13 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
5153
5153
  } | {
5154
5154
  message: string;
5155
5155
  created_at: string;
5156
- mutation_code: "deferring_user_membership_update";
5157
- acs_user_id: string;
5158
- variant: "removing" | "adding";
5156
+ mutation_code: "deferring_deletion";
5159
5157
  } | {
5160
5158
  message: string;
5161
5159
  created_at: string;
5162
- mutation_code: "deferring_deletion";
5160
+ mutation_code: "deferring_user_membership_update";
5161
+ acs_user_id: string;
5162
+ variant: "removing" | "adding";
5163
5163
  })[];
5164
5164
  acs_access_group_id: string;
5165
5165
  acs_system_id: string;
@@ -18202,6 +18202,19 @@ declare const batch: z.ZodObject<{
18202
18202
  }>, z.ZodObject<{
18203
18203
  created_at: z.ZodString;
18204
18204
  message: z.ZodString;
18205
+ } & {
18206
+ mutation_code: z.ZodLiteral<"deferring_deletion">;
18207
+ }, "strip", z.ZodTypeAny, {
18208
+ message: string;
18209
+ created_at: string;
18210
+ mutation_code: "deferring_deletion";
18211
+ }, {
18212
+ message: string;
18213
+ created_at: string;
18214
+ mutation_code: "deferring_deletion";
18215
+ }>, z.ZodObject<{
18216
+ created_at: z.ZodString;
18217
+ message: z.ZodString;
18205
18218
  } & {
18206
18219
  mutation_code: z.ZodLiteral<"updating_group_information">;
18207
18220
  from: z.ZodObject<{
@@ -18384,19 +18397,6 @@ declare const batch: z.ZodObject<{
18384
18397
  mutation_code: "deferring_user_membership_update";
18385
18398
  acs_user_id: string;
18386
18399
  variant: "removing" | "adding";
18387
- }>, z.ZodObject<{
18388
- created_at: z.ZodString;
18389
- message: z.ZodString;
18390
- } & {
18391
- mutation_code: z.ZodLiteral<"deferring_deletion">;
18392
- }, "strip", z.ZodTypeAny, {
18393
- message: string;
18394
- created_at: string;
18395
- mutation_code: "deferring_deletion";
18396
- }, {
18397
- message: string;
18398
- created_at: string;
18399
- mutation_code: "deferring_deletion";
18400
18400
  }>]>, "many">;
18401
18401
  } & {
18402
18402
  is_managed: z.ZodLiteral<true>;
@@ -18469,13 +18469,13 @@ declare const batch: z.ZodObject<{
18469
18469
  } | {
18470
18470
  message: string;
18471
18471
  created_at: string;
18472
- mutation_code: "deferring_user_membership_update";
18473
- acs_user_id: string;
18474
- variant: "removing" | "adding";
18472
+ mutation_code: "deferring_deletion";
18475
18473
  } | {
18476
18474
  message: string;
18477
18475
  created_at: string;
18478
- mutation_code: "deferring_deletion";
18476
+ mutation_code: "deferring_user_membership_update";
18477
+ acs_user_id: string;
18478
+ variant: "removing" | "adding";
18479
18479
  })[];
18480
18480
  acs_access_group_id: string;
18481
18481
  acs_system_id: string;
@@ -18556,13 +18556,13 @@ declare const batch: z.ZodObject<{
18556
18556
  } | {
18557
18557
  message: string;
18558
18558
  created_at: string;
18559
- mutation_code: "deferring_user_membership_update";
18560
- acs_user_id: string;
18561
- variant: "removing" | "adding";
18559
+ mutation_code: "deferring_deletion";
18562
18560
  } | {
18563
18561
  message: string;
18564
18562
  created_at: string;
18565
- mutation_code: "deferring_deletion";
18563
+ mutation_code: "deferring_user_membership_update";
18564
+ acs_user_id: string;
18565
+ variant: "removing" | "adding";
18566
18566
  })[];
18567
18567
  acs_access_group_id: string;
18568
18568
  acs_system_id: string;
@@ -23895,6 +23895,19 @@ declare const batch: z.ZodObject<{
23895
23895
  }>, z.ZodObject<{
23896
23896
  created_at: z.ZodString;
23897
23897
  message: z.ZodString;
23898
+ } & {
23899
+ mutation_code: z.ZodLiteral<"deferring_deletion">;
23900
+ }, "strip", z.ZodTypeAny, {
23901
+ message: string;
23902
+ created_at: string;
23903
+ mutation_code: "deferring_deletion";
23904
+ }, {
23905
+ message: string;
23906
+ created_at: string;
23907
+ mutation_code: "deferring_deletion";
23908
+ }>, z.ZodObject<{
23909
+ created_at: z.ZodString;
23910
+ message: z.ZodString;
23898
23911
  } & {
23899
23912
  mutation_code: z.ZodLiteral<"updating_group_information">;
23900
23913
  from: z.ZodObject<{
@@ -24077,19 +24090,6 @@ declare const batch: z.ZodObject<{
24077
24090
  mutation_code: "deferring_user_membership_update";
24078
24091
  acs_user_id: string;
24079
24092
  variant: "removing" | "adding";
24080
- }>, z.ZodObject<{
24081
- created_at: z.ZodString;
24082
- message: z.ZodString;
24083
- } & {
24084
- mutation_code: z.ZodLiteral<"deferring_deletion">;
24085
- }, "strip", z.ZodTypeAny, {
24086
- message: string;
24087
- created_at: string;
24088
- mutation_code: "deferring_deletion";
24089
- }, {
24090
- message: string;
24091
- created_at: string;
24092
- mutation_code: "deferring_deletion";
24093
24093
  }>]>, "many">;
24094
24094
  } & {
24095
24095
  is_managed: z.ZodLiteral<false>;
@@ -24162,13 +24162,13 @@ declare const batch: z.ZodObject<{
24162
24162
  } | {
24163
24163
  message: string;
24164
24164
  created_at: string;
24165
- mutation_code: "deferring_user_membership_update";
24166
- acs_user_id: string;
24167
- variant: "removing" | "adding";
24165
+ mutation_code: "deferring_deletion";
24168
24166
  } | {
24169
24167
  message: string;
24170
24168
  created_at: string;
24171
- mutation_code: "deferring_deletion";
24169
+ mutation_code: "deferring_user_membership_update";
24170
+ acs_user_id: string;
24171
+ variant: "removing" | "adding";
24172
24172
  })[];
24173
24173
  acs_access_group_id: string;
24174
24174
  acs_system_id: string;
@@ -24249,13 +24249,13 @@ declare const batch: z.ZodObject<{
24249
24249
  } | {
24250
24250
  message: string;
24251
24251
  created_at: string;
24252
- mutation_code: "deferring_user_membership_update";
24253
- acs_user_id: string;
24254
- variant: "removing" | "adding";
24252
+ mutation_code: "deferring_deletion";
24255
24253
  } | {
24256
24254
  message: string;
24257
24255
  created_at: string;
24258
- mutation_code: "deferring_deletion";
24256
+ mutation_code: "deferring_user_membership_update";
24257
+ acs_user_id: string;
24258
+ variant: "removing" | "adding";
24259
24259
  })[];
24260
24260
  acs_access_group_id: string;
24261
24261
  acs_system_id: string;
@@ -38055,13 +38055,13 @@ declare const batch: z.ZodObject<{
38055
38055
  } | {
38056
38056
  message: string;
38057
38057
  created_at: string;
38058
- mutation_code: "deferring_user_membership_update";
38059
- acs_user_id: string;
38060
- variant: "removing" | "adding";
38058
+ mutation_code: "deferring_deletion";
38061
38059
  } | {
38062
38060
  message: string;
38063
38061
  created_at: string;
38064
- mutation_code: "deferring_deletion";
38062
+ mutation_code: "deferring_user_membership_update";
38063
+ acs_user_id: string;
38064
+ variant: "removing" | "adding";
38065
38065
  })[];
38066
38066
  acs_access_group_id: string;
38067
38067
  acs_system_id: string;
@@ -39184,13 +39184,13 @@ declare const batch: z.ZodObject<{
39184
39184
  } | {
39185
39185
  message: string;
39186
39186
  created_at: string;
39187
- mutation_code: "deferring_user_membership_update";
39188
- acs_user_id: string;
39189
- variant: "removing" | "adding";
39187
+ mutation_code: "deferring_deletion";
39190
39188
  } | {
39191
39189
  message: string;
39192
39190
  created_at: string;
39193
- mutation_code: "deferring_deletion";
39191
+ mutation_code: "deferring_user_membership_update";
39192
+ acs_user_id: string;
39193
+ variant: "removing" | "adding";
39194
39194
  })[];
39195
39195
  acs_access_group_id: string;
39196
39196
  acs_system_id: string;
@@ -42858,13 +42858,13 @@ declare const batch: z.ZodObject<{
42858
42858
  } | {
42859
42859
  message: string;
42860
42860
  created_at: string;
42861
- mutation_code: "deferring_user_membership_update";
42862
- acs_user_id: string;
42863
- variant: "removing" | "adding";
42861
+ mutation_code: "deferring_deletion";
42864
42862
  } | {
42865
42863
  message: string;
42866
42864
  created_at: string;
42867
- mutation_code: "deferring_deletion";
42865
+ mutation_code: "deferring_user_membership_update";
42866
+ acs_user_id: string;
42867
+ variant: "removing" | "adding";
42868
42868
  })[];
42869
42869
  acs_access_group_id: string;
42870
42870
  acs_system_id: string;
@@ -43987,13 +43987,13 @@ declare const batch: z.ZodObject<{
43987
43987
  } | {
43988
43988
  message: string;
43989
43989
  created_at: string;
43990
- mutation_code: "deferring_user_membership_update";
43991
- acs_user_id: string;
43992
- variant: "removing" | "adding";
43990
+ mutation_code: "deferring_deletion";
43993
43991
  } | {
43994
43992
  message: string;
43995
43993
  created_at: string;
43996
- mutation_code: "deferring_deletion";
43994
+ mutation_code: "deferring_user_membership_update";
43995
+ acs_user_id: string;
43996
+ variant: "removing" | "adding";
43997
43997
  })[];
43998
43998
  acs_access_group_id: string;
43999
43999
  acs_system_id: string;
@@ -145054,6 +145054,13 @@ type Routes = {
145054
145054
  message: string;
145055
145055
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
145056
145056
  mutation_code: 'deleting';
145057
+ } | {
145058
+ /** Date and time at which the mutation was created. */
145059
+ created_at: string;
145060
+ /** Detailed description of the mutation. */
145061
+ message: string;
145062
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
145063
+ mutation_code: 'deferring_deletion';
145057
145064
  } | {
145058
145065
  /** Date and time at which the mutation was created. */
145059
145066
  created_at: string;
@@ -145137,13 +145144,6 @@ type Routes = {
145137
145144
  acs_user_id: string;
145138
145145
  /** Whether the user is scheduled to be added to or removed from this access group. */
145139
145146
  variant: 'adding' | 'removing';
145140
- } | {
145141
- /** Date and time at which the mutation was created. */
145142
- created_at: string;
145143
- /** Detailed description of the mutation. */
145144
- message: string;
145145
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
145146
- mutation_code: 'deferring_deletion';
145147
145147
  })[];
145148
145148
  is_managed: true;
145149
145149
  }[] | undefined;
@@ -149831,6 +149831,13 @@ type Routes = {
149831
149831
  message: string;
149832
149832
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
149833
149833
  mutation_code: 'deleting';
149834
+ } | {
149835
+ /** Date and time at which the mutation was created. */
149836
+ created_at: string;
149837
+ /** Detailed description of the mutation. */
149838
+ message: string;
149839
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
149840
+ mutation_code: 'deferring_deletion';
149834
149841
  } | {
149835
149842
  /** Date and time at which the mutation was created. */
149836
149843
  created_at: string;
@@ -149914,13 +149921,6 @@ type Routes = {
149914
149921
  acs_user_id: string;
149915
149922
  /** Whether the user is scheduled to be added to or removed from this access group. */
149916
149923
  variant: 'adding' | 'removing';
149917
- } | {
149918
- /** Date and time at which the mutation was created. */
149919
- created_at: string;
149920
- /** Detailed description of the mutation. */
149921
- message: string;
149922
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
149923
- mutation_code: 'deferring_deletion';
149924
149924
  })[];
149925
149925
  is_managed: true;
149926
149926
  };
@@ -150006,6 +150006,13 @@ type Routes = {
150006
150006
  message: string;
150007
150007
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
150008
150008
  mutation_code: 'deleting';
150009
+ } | {
150010
+ /** Date and time at which the mutation was created. */
150011
+ created_at: string;
150012
+ /** Detailed description of the mutation. */
150013
+ message: string;
150014
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
150015
+ mutation_code: 'deferring_deletion';
150009
150016
  } | {
150010
150017
  /** Date and time at which the mutation was created. */
150011
150018
  created_at: string;
@@ -150089,13 +150096,6 @@ type Routes = {
150089
150096
  acs_user_id: string;
150090
150097
  /** Whether the user is scheduled to be added to or removed from this access group. */
150091
150098
  variant: 'adding' | 'removing';
150092
- } | {
150093
- /** Date and time at which the mutation was created. */
150094
- created_at: string;
150095
- /** Detailed description of the mutation. */
150096
- message: string;
150097
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
150098
- mutation_code: 'deferring_deletion';
150099
150099
  })[];
150100
150100
  is_managed: true;
150101
150101
  }[];
@@ -150587,6 +150587,13 @@ type Routes = {
150587
150587
  message: string;
150588
150588
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
150589
150589
  mutation_code: 'deleting';
150590
+ } | {
150591
+ /** Date and time at which the mutation was created. */
150592
+ created_at: string;
150593
+ /** Detailed description of the mutation. */
150594
+ message: string;
150595
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
150596
+ mutation_code: 'deferring_deletion';
150590
150597
  } | {
150591
150598
  /** Date and time at which the mutation was created. */
150592
150599
  created_at: string;
@@ -150670,13 +150677,6 @@ type Routes = {
150670
150677
  acs_user_id: string;
150671
150678
  /** Whether the user is scheduled to be added to or removed from this access group. */
150672
150679
  variant: 'adding' | 'removing';
150673
- } | {
150674
- /** Date and time at which the mutation was created. */
150675
- created_at: string;
150676
- /** Detailed description of the mutation. */
150677
- message: string;
150678
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
150679
- mutation_code: 'deferring_deletion';
150680
150680
  })[];
150681
150681
  is_managed: false;
150682
150682
  };
@@ -150760,6 +150760,13 @@ type Routes = {
150760
150760
  message: string;
150761
150761
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
150762
150762
  mutation_code: 'deleting';
150763
+ } | {
150764
+ /** Date and time at which the mutation was created. */
150765
+ created_at: string;
150766
+ /** Detailed description of the mutation. */
150767
+ message: string;
150768
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
150769
+ mutation_code: 'deferring_deletion';
150763
150770
  } | {
150764
150771
  /** Date and time at which the mutation was created. */
150765
150772
  created_at: string;
@@ -150843,13 +150850,6 @@ type Routes = {
150843
150850
  acs_user_id: string;
150844
150851
  /** Whether the user is scheduled to be added to or removed from this access group. */
150845
150852
  variant: 'adding' | 'removing';
150846
- } | {
150847
- /** Date and time at which the mutation was created. */
150848
- created_at: string;
150849
- /** Detailed description of the mutation. */
150850
- message: string;
150851
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
150852
- mutation_code: 'deferring_deletion';
150853
150853
  })[];
150854
150854
  is_managed: false;
150855
150855
  }[];
@@ -221311,6 +221311,13 @@ type Routes = {
221311
221311
  message: string;
221312
221312
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
221313
221313
  mutation_code: 'deleting';
221314
+ } | {
221315
+ /** Date and time at which the mutation was created. */
221316
+ created_at: string;
221317
+ /** Detailed description of the mutation. */
221318
+ message: string;
221319
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
221320
+ mutation_code: 'deferring_deletion';
221314
221321
  } | {
221315
221322
  /** Date and time at which the mutation was created. */
221316
221323
  created_at: string;
@@ -221394,13 +221401,6 @@ type Routes = {
221394
221401
  acs_user_id: string;
221395
221402
  /** Whether the user is scheduled to be added to or removed from this access group. */
221396
221403
  variant: 'adding' | 'removing';
221397
- } | {
221398
- /** Date and time at which the mutation was created. */
221399
- created_at: string;
221400
- /** Detailed description of the mutation. */
221401
- message: string;
221402
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
221403
- mutation_code: 'deferring_deletion';
221404
221404
  })[];
221405
221405
  is_managed: true;
221406
221406
  }[] | undefined;
@@ -223007,6 +223007,13 @@ type Routes = {
223007
223007
  message: string;
223008
223008
  /** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
223009
223009
  mutation_code: 'deleting';
223010
+ } | {
223011
+ /** Date and time at which the mutation was created. */
223012
+ created_at: string;
223013
+ /** Detailed description of the mutation. */
223014
+ message: string;
223015
+ /** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
223016
+ mutation_code: 'deferring_deletion';
223010
223017
  } | {
223011
223018
  /** Date and time at which the mutation was created. */
223012
223019
  created_at: string;
@@ -223090,13 +223097,6 @@ type Routes = {
223090
223097
  acs_user_id: string;
223091
223098
  /** Whether the user is scheduled to be added to or removed from this access group. */
223092
223099
  variant: 'adding' | 'removing';
223093
- } | {
223094
- /** Date and time at which the mutation was created. */
223095
- created_at: string;
223096
- /** Detailed description of the mutation. */
223097
- message: string;
223098
- /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
223099
- mutation_code: 'deferring_deletion';
223100
223100
  })[];
223101
223101
  is_managed: false;
223102
223102
  }[] | undefined;