@seamapi/types 1.378.0 → 1.379.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.
@@ -4933,26 +4933,33 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4933
4933
  }>]>, "many">;
4934
4934
  pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
4935
4935
  created_at: z.ZodString;
4936
+ message: z.ZodString;
4936
4937
  }, {
4937
4938
  mutation_code: z.ZodLiteral<"creating">;
4938
4939
  }>, "strip", z.ZodTypeAny, {
4940
+ message: string;
4939
4941
  created_at: string;
4940
4942
  mutation_code: "creating";
4941
4943
  }, {
4944
+ message: string;
4942
4945
  created_at: string;
4943
4946
  mutation_code: "creating";
4944
4947
  }>, z.ZodObject<z.objectUtil.extendShape<{
4945
4948
  created_at: z.ZodString;
4949
+ message: z.ZodString;
4946
4950
  }, {
4947
4951
  mutation_code: z.ZodLiteral<"deleting">;
4948
4952
  }>, "strip", z.ZodTypeAny, {
4953
+ message: string;
4949
4954
  created_at: string;
4950
4955
  mutation_code: "deleting";
4951
4956
  }, {
4957
+ message: string;
4952
4958
  created_at: string;
4953
4959
  mutation_code: "deleting";
4954
4960
  }>, z.ZodObject<z.objectUtil.extendShape<{
4955
4961
  created_at: z.ZodString;
4962
+ message: z.ZodString;
4956
4963
  }, {
4957
4964
  mutation_code: z.ZodLiteral<"updating_user_information">;
4958
4965
  from: z.ZodObject<{
@@ -4982,6 +4989,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4982
4989
  phone_number?: string | null | undefined;
4983
4990
  }>;
4984
4991
  }>, "strip", z.ZodTypeAny, {
4992
+ message: string;
4985
4993
  created_at: string;
4986
4994
  mutation_code: "updating_user_information";
4987
4995
  from: {
@@ -4995,6 +5003,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4995
5003
  phone_number?: string | null | undefined;
4996
5004
  };
4997
5005
  }, {
5006
+ message: string;
4998
5007
  created_at: string;
4999
5008
  mutation_code: "updating_user_information";
5000
5009
  from: {
@@ -5009,6 +5018,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5009
5018
  };
5010
5019
  }>, z.ZodObject<z.objectUtil.extendShape<{
5011
5020
  created_at: z.ZodString;
5021
+ message: z.ZodString;
5012
5022
  }, {
5013
5023
  mutation_code: z.ZodLiteral<"updating_access_schedule">;
5014
5024
  from: z.ZodObject<{
@@ -5032,6 +5042,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5032
5042
  ends_at: string | null;
5033
5043
  }>;
5034
5044
  }>, "strip", z.ZodTypeAny, {
5045
+ message: string;
5035
5046
  created_at: string;
5036
5047
  mutation_code: "updating_access_schedule";
5037
5048
  from: {
@@ -5043,6 +5054,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5043
5054
  ends_at: string | null;
5044
5055
  };
5045
5056
  }, {
5057
+ message: string;
5046
5058
  created_at: string;
5047
5059
  mutation_code: "updating_access_schedule";
5048
5060
  from: {
@@ -5055,6 +5067,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5055
5067
  };
5056
5068
  }>, z.ZodObject<z.objectUtil.extendShape<{
5057
5069
  created_at: z.ZodString;
5070
+ message: z.ZodString;
5058
5071
  }, {
5059
5072
  mutation_code: z.ZodLiteral<"updating_suspension_state">;
5060
5073
  from: z.ZodObject<{
@@ -5072,6 +5085,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5072
5085
  is_suspended: boolean;
5073
5086
  }>;
5074
5087
  }>, "strip", z.ZodTypeAny, {
5088
+ message: string;
5075
5089
  created_at: string;
5076
5090
  mutation_code: "updating_suspension_state";
5077
5091
  from: {
@@ -5081,6 +5095,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5081
5095
  is_suspended: boolean;
5082
5096
  };
5083
5097
  }, {
5098
+ message: string;
5084
5099
  created_at: string;
5085
5100
  mutation_code: "updating_suspension_state";
5086
5101
  from: {
@@ -5091,6 +5106,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5091
5106
  };
5092
5107
  }>, z.ZodObject<z.objectUtil.extendShape<{
5093
5108
  created_at: z.ZodString;
5109
+ message: z.ZodString;
5094
5110
  }, {
5095
5111
  mutation_code: z.ZodLiteral<"updating_group_membership">;
5096
5112
  from: z.ZodObject<{
@@ -5108,6 +5124,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5108
5124
  acs_access_group_id: string | null;
5109
5125
  }>;
5110
5126
  }>, "strip", z.ZodTypeAny, {
5127
+ message: string;
5111
5128
  created_at: string;
5112
5129
  mutation_code: "updating_group_membership";
5113
5130
  from: {
@@ -5117,6 +5134,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5117
5134
  acs_access_group_id: string | null;
5118
5135
  };
5119
5136
  }, {
5137
+ message: string;
5120
5138
  created_at: string;
5121
5139
  mutation_code: "updating_group_membership";
5122
5140
  from: {
@@ -5193,12 +5211,15 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5193
5211
  user_identity_email_address?: string | null | undefined;
5194
5212
  user_identity_phone_number?: string | null | undefined;
5195
5213
  pending_mutations?: ({
5214
+ message: string;
5196
5215
  created_at: string;
5197
5216
  mutation_code: "creating";
5198
5217
  } | {
5218
+ message: string;
5199
5219
  created_at: string;
5200
5220
  mutation_code: "deleting";
5201
5221
  } | {
5222
+ message: string;
5202
5223
  created_at: string;
5203
5224
  mutation_code: "updating_user_information";
5204
5225
  from: {
@@ -5212,6 +5233,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5212
5233
  phone_number?: string | null | undefined;
5213
5234
  };
5214
5235
  } | {
5236
+ message: string;
5215
5237
  created_at: string;
5216
5238
  mutation_code: "updating_access_schedule";
5217
5239
  from: {
@@ -5223,6 +5245,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5223
5245
  ends_at: string | null;
5224
5246
  };
5225
5247
  } | {
5248
+ message: string;
5226
5249
  created_at: string;
5227
5250
  mutation_code: "updating_suspension_state";
5228
5251
  from: {
@@ -5232,6 +5255,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5232
5255
  is_suspended: boolean;
5233
5256
  };
5234
5257
  } | {
5258
+ message: string;
5235
5259
  created_at: string;
5236
5260
  mutation_code: "updating_group_membership";
5237
5261
  from: {
@@ -5301,12 +5325,15 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5301
5325
  user_identity_email_address?: string | null | undefined;
5302
5326
  user_identity_phone_number?: string | null | undefined;
5303
5327
  pending_mutations?: ({
5328
+ message: string;
5304
5329
  created_at: string;
5305
5330
  mutation_code: "creating";
5306
5331
  } | {
5332
+ message: string;
5307
5333
  created_at: string;
5308
5334
  mutation_code: "deleting";
5309
5335
  } | {
5336
+ message: string;
5310
5337
  created_at: string;
5311
5338
  mutation_code: "updating_user_information";
5312
5339
  from: {
@@ -5320,6 +5347,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5320
5347
  phone_number?: string | null | undefined;
5321
5348
  };
5322
5349
  } | {
5350
+ message: string;
5323
5351
  created_at: string;
5324
5352
  mutation_code: "updating_access_schedule";
5325
5353
  from: {
@@ -5331,6 +5359,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5331
5359
  ends_at: string | null;
5332
5360
  };
5333
5361
  } | {
5362
+ message: string;
5334
5363
  created_at: string;
5335
5364
  mutation_code: "updating_suspension_state";
5336
5365
  from: {
@@ -5340,6 +5369,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5340
5369
  is_suspended: boolean;
5341
5370
  };
5342
5371
  } | {
5372
+ message: string;
5343
5373
  created_at: string;
5344
5374
  mutation_code: "updating_group_membership";
5345
5375
  from: {
@@ -5484,26 +5514,33 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5484
5514
  }>]>, "many">;
5485
5515
  pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
5486
5516
  created_at: z.ZodString;
5517
+ message: z.ZodString;
5487
5518
  }, {
5488
5519
  mutation_code: z.ZodLiteral<"creating">;
5489
5520
  }>, "strip", z.ZodTypeAny, {
5521
+ message: string;
5490
5522
  created_at: string;
5491
5523
  mutation_code: "creating";
5492
5524
  }, {
5525
+ message: string;
5493
5526
  created_at: string;
5494
5527
  mutation_code: "creating";
5495
5528
  }>, z.ZodObject<z.objectUtil.extendShape<{
5496
5529
  created_at: z.ZodString;
5530
+ message: z.ZodString;
5497
5531
  }, {
5498
5532
  mutation_code: z.ZodLiteral<"deleting">;
5499
5533
  }>, "strip", z.ZodTypeAny, {
5534
+ message: string;
5500
5535
  created_at: string;
5501
5536
  mutation_code: "deleting";
5502
5537
  }, {
5538
+ message: string;
5503
5539
  created_at: string;
5504
5540
  mutation_code: "deleting";
5505
5541
  }>, z.ZodObject<z.objectUtil.extendShape<{
5506
5542
  created_at: z.ZodString;
5543
+ message: z.ZodString;
5507
5544
  }, {
5508
5545
  mutation_code: z.ZodLiteral<"updating_user_information">;
5509
5546
  from: z.ZodObject<{
@@ -5533,6 +5570,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5533
5570
  phone_number?: string | null | undefined;
5534
5571
  }>;
5535
5572
  }>, "strip", z.ZodTypeAny, {
5573
+ message: string;
5536
5574
  created_at: string;
5537
5575
  mutation_code: "updating_user_information";
5538
5576
  from: {
@@ -5546,6 +5584,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5546
5584
  phone_number?: string | null | undefined;
5547
5585
  };
5548
5586
  }, {
5587
+ message: string;
5549
5588
  created_at: string;
5550
5589
  mutation_code: "updating_user_information";
5551
5590
  from: {
@@ -5560,6 +5599,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5560
5599
  };
5561
5600
  }>, z.ZodObject<z.objectUtil.extendShape<{
5562
5601
  created_at: z.ZodString;
5602
+ message: z.ZodString;
5563
5603
  }, {
5564
5604
  mutation_code: z.ZodLiteral<"updating_access_schedule">;
5565
5605
  from: z.ZodObject<{
@@ -5583,6 +5623,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5583
5623
  ends_at: string | null;
5584
5624
  }>;
5585
5625
  }>, "strip", z.ZodTypeAny, {
5626
+ message: string;
5586
5627
  created_at: string;
5587
5628
  mutation_code: "updating_access_schedule";
5588
5629
  from: {
@@ -5594,6 +5635,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5594
5635
  ends_at: string | null;
5595
5636
  };
5596
5637
  }, {
5638
+ message: string;
5597
5639
  created_at: string;
5598
5640
  mutation_code: "updating_access_schedule";
5599
5641
  from: {
@@ -5606,6 +5648,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5606
5648
  };
5607
5649
  }>, z.ZodObject<z.objectUtil.extendShape<{
5608
5650
  created_at: z.ZodString;
5651
+ message: z.ZodString;
5609
5652
  }, {
5610
5653
  mutation_code: z.ZodLiteral<"updating_suspension_state">;
5611
5654
  from: z.ZodObject<{
@@ -5623,6 +5666,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5623
5666
  is_suspended: boolean;
5624
5667
  }>;
5625
5668
  }>, "strip", z.ZodTypeAny, {
5669
+ message: string;
5626
5670
  created_at: string;
5627
5671
  mutation_code: "updating_suspension_state";
5628
5672
  from: {
@@ -5632,6 +5676,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5632
5676
  is_suspended: boolean;
5633
5677
  };
5634
5678
  }, {
5679
+ message: string;
5635
5680
  created_at: string;
5636
5681
  mutation_code: "updating_suspension_state";
5637
5682
  from: {
@@ -5642,6 +5687,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5642
5687
  };
5643
5688
  }>, z.ZodObject<z.objectUtil.extendShape<{
5644
5689
  created_at: z.ZodString;
5690
+ message: z.ZodString;
5645
5691
  }, {
5646
5692
  mutation_code: z.ZodLiteral<"updating_group_membership">;
5647
5693
  from: z.ZodObject<{
@@ -5659,6 +5705,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5659
5705
  acs_access_group_id: string | null;
5660
5706
  }>;
5661
5707
  }>, "strip", z.ZodTypeAny, {
5708
+ message: string;
5662
5709
  created_at: string;
5663
5710
  mutation_code: "updating_group_membership";
5664
5711
  from: {
@@ -5668,6 +5715,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5668
5715
  acs_access_group_id: string | null;
5669
5716
  };
5670
5717
  }, {
5718
+ message: string;
5671
5719
  created_at: string;
5672
5720
  mutation_code: "updating_group_membership";
5673
5721
  from: {
@@ -5744,12 +5792,15 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5744
5792
  user_identity_email_address?: string | null | undefined;
5745
5793
  user_identity_phone_number?: string | null | undefined;
5746
5794
  pending_mutations?: ({
5795
+ message: string;
5747
5796
  created_at: string;
5748
5797
  mutation_code: "creating";
5749
5798
  } | {
5799
+ message: string;
5750
5800
  created_at: string;
5751
5801
  mutation_code: "deleting";
5752
5802
  } | {
5803
+ message: string;
5753
5804
  created_at: string;
5754
5805
  mutation_code: "updating_user_information";
5755
5806
  from: {
@@ -5763,6 +5814,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5763
5814
  phone_number?: string | null | undefined;
5764
5815
  };
5765
5816
  } | {
5817
+ message: string;
5766
5818
  created_at: string;
5767
5819
  mutation_code: "updating_access_schedule";
5768
5820
  from: {
@@ -5774,6 +5826,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5774
5826
  ends_at: string | null;
5775
5827
  };
5776
5828
  } | {
5829
+ message: string;
5777
5830
  created_at: string;
5778
5831
  mutation_code: "updating_suspension_state";
5779
5832
  from: {
@@ -5783,6 +5836,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5783
5836
  is_suspended: boolean;
5784
5837
  };
5785
5838
  } | {
5839
+ message: string;
5786
5840
  created_at: string;
5787
5841
  mutation_code: "updating_group_membership";
5788
5842
  from: {
@@ -5852,12 +5906,15 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5852
5906
  user_identity_email_address?: string | null | undefined;
5853
5907
  user_identity_phone_number?: string | null | undefined;
5854
5908
  pending_mutations?: ({
5909
+ message: string;
5855
5910
  created_at: string;
5856
5911
  mutation_code: "creating";
5857
5912
  } | {
5913
+ message: string;
5858
5914
  created_at: string;
5859
5915
  mutation_code: "deleting";
5860
5916
  } | {
5917
+ message: string;
5861
5918
  created_at: string;
5862
5919
  mutation_code: "updating_user_information";
5863
5920
  from: {
@@ -5871,6 +5928,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5871
5928
  phone_number?: string | null | undefined;
5872
5929
  };
5873
5930
  } | {
5931
+ message: string;
5874
5932
  created_at: string;
5875
5933
  mutation_code: "updating_access_schedule";
5876
5934
  from: {
@@ -5882,6 +5940,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5882
5940
  ends_at: string | null;
5883
5941
  };
5884
5942
  } | {
5943
+ message: string;
5885
5944
  created_at: string;
5886
5945
  mutation_code: "updating_suspension_state";
5887
5946
  from: {
@@ -5891,6 +5950,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5891
5950
  is_suspended: boolean;
5892
5951
  };
5893
5952
  } | {
5953
+ message: string;
5894
5954
  created_at: string;
5895
5955
  mutation_code: "updating_group_membership";
5896
5956
  from: {
@@ -20995,6 +21055,9 @@ declare const _default: {
20995
21055
  format: string;
20996
21056
  type: string;
20997
21057
  };
21058
+ message: {
21059
+ type: string;
21060
+ };
20998
21061
  mutation_code: {
20999
21062
  enum: string[];
21000
21063
  type: string;
@@ -21033,6 +21096,9 @@ declare const _default: {
21033
21096
  type: string;
21034
21097
  required?: never;
21035
21098
  };
21099
+ message: {
21100
+ type: string;
21101
+ };
21036
21102
  mutation_code: {
21037
21103
  enum: string[];
21038
21104
  type: string;
@@ -21090,6 +21156,9 @@ declare const _default: {
21090
21156
  required: string[];
21091
21157
  type: string;
21092
21158
  };
21159
+ message: {
21160
+ type: string;
21161
+ };
21093
21162
  mutation_code: {
21094
21163
  enum: string[];
21095
21164
  type: string;
@@ -21139,6 +21208,9 @@ declare const _default: {
21139
21208
  required: string[];
21140
21209
  type: string;
21141
21210
  };
21211
+ message: {
21212
+ type: string;
21213
+ };
21142
21214
  mutation_code: {
21143
21215
  enum: string[];
21144
21216
  type: string;
@@ -21184,6 +21256,9 @@ declare const _default: {
21184
21256
  required: string[];
21185
21257
  type: string;
21186
21258
  };
21259
+ message: {
21260
+ type: string;
21261
+ };
21187
21262
  mutation_code: {
21188
21263
  enum: string[];
21189
21264
  type: string;
@@ -28291,6 +28366,9 @@ declare const _default: {
28291
28366
  format: string;
28292
28367
  type: string;
28293
28368
  };
28369
+ message: {
28370
+ type: string;
28371
+ };
28294
28372
  mutation_code: {
28295
28373
  enum: string[];
28296
28374
  type: string;
@@ -28329,6 +28407,9 @@ declare const _default: {
28329
28407
  type: string;
28330
28408
  required?: never;
28331
28409
  };
28410
+ message: {
28411
+ type: string;
28412
+ };
28332
28413
  mutation_code: {
28333
28414
  enum: string[];
28334
28415
  type: string;
@@ -28386,6 +28467,9 @@ declare const _default: {
28386
28467
  required: string[];
28387
28468
  type: string;
28388
28469
  };
28470
+ message: {
28471
+ type: string;
28472
+ };
28389
28473
  mutation_code: {
28390
28474
  enum: string[];
28391
28475
  type: string;
@@ -28435,6 +28519,9 @@ declare const _default: {
28435
28519
  required: string[];
28436
28520
  type: string;
28437
28521
  };
28522
+ message: {
28523
+ type: string;
28524
+ };
28438
28525
  mutation_code: {
28439
28526
  enum: string[];
28440
28527
  type: string;
@@ -28480,6 +28567,9 @@ declare const _default: {
28480
28567
  required: string[];
28481
28568
  type: string;
28482
28569
  };
28570
+ message: {
28571
+ type: string;
28572
+ };
28483
28573
  mutation_code: {
28484
28574
  enum: string[];
28485
28575
  type: string;
@@ -56030,12 +56120,15 @@ interface Routes {
56030
56120
  /** */
56031
56121
  pending_mutations?: Array<{
56032
56122
  created_at: string;
56123
+ message: string;
56033
56124
  mutation_code: 'creating';
56034
56125
  } | {
56035
56126
  created_at: string;
56127
+ message: string;
56036
56128
  mutation_code: 'deleting';
56037
56129
  } | {
56038
56130
  created_at: string;
56131
+ message: string;
56039
56132
  mutation_code: 'updating_user_information';
56040
56133
  from: {
56041
56134
  email_address?: (string | null) | undefined;
@@ -56049,6 +56142,7 @@ interface Routes {
56049
56142
  };
56050
56143
  } | {
56051
56144
  created_at: string;
56145
+ message: string;
56052
56146
  mutation_code: 'updating_access_schedule';
56053
56147
  from: {
56054
56148
  starts_at: string | null;
@@ -56060,6 +56154,7 @@ interface Routes {
56060
56154
  };
56061
56155
  } | {
56062
56156
  created_at: string;
56157
+ message: string;
56063
56158
  mutation_code: 'updating_suspension_state';
56064
56159
  from: {
56065
56160
  is_suspended: boolean;
@@ -56069,6 +56164,7 @@ interface Routes {
56069
56164
  };
56070
56165
  } | {
56071
56166
  created_at: string;
56167
+ message: string;
56072
56168
  mutation_code: 'updating_group_membership';
56073
56169
  from: {
56074
56170
  acs_access_group_id: string | null;
@@ -60523,12 +60619,15 @@ interface Routes {
60523
60619
  /** */
60524
60620
  pending_mutations?: Array<{
60525
60621
  created_at: string;
60622
+ message: string;
60526
60623
  mutation_code: 'creating';
60527
60624
  } | {
60528
60625
  created_at: string;
60626
+ message: string;
60529
60627
  mutation_code: 'deleting';
60530
60628
  } | {
60531
60629
  created_at: string;
60630
+ message: string;
60532
60631
  mutation_code: 'updating_user_information';
60533
60632
  from: {
60534
60633
  email_address?: (string | null) | undefined;
@@ -60542,6 +60641,7 @@ interface Routes {
60542
60641
  };
60543
60642
  } | {
60544
60643
  created_at: string;
60644
+ message: string;
60545
60645
  mutation_code: 'updating_access_schedule';
60546
60646
  from: {
60547
60647
  starts_at: string | null;
@@ -60553,6 +60653,7 @@ interface Routes {
60553
60653
  };
60554
60654
  } | {
60555
60655
  created_at: string;
60656
+ message: string;
60556
60657
  mutation_code: 'updating_suspension_state';
60557
60658
  from: {
60558
60659
  is_suspended: boolean;
@@ -60562,6 +60663,7 @@ interface Routes {
60562
60663
  };
60563
60664
  } | {
60564
60665
  created_at: string;
60666
+ message: string;
60565
60667
  mutation_code: 'updating_group_membership';
60566
60668
  from: {
60567
60669
  acs_access_group_id: string | null;
@@ -60703,12 +60805,15 @@ interface Routes {
60703
60805
  /** */
60704
60806
  pending_mutations?: Array<{
60705
60807
  created_at: string;
60808
+ message: string;
60706
60809
  mutation_code: 'creating';
60707
60810
  } | {
60708
60811
  created_at: string;
60812
+ message: string;
60709
60813
  mutation_code: 'deleting';
60710
60814
  } | {
60711
60815
  created_at: string;
60816
+ message: string;
60712
60817
  mutation_code: 'updating_user_information';
60713
60818
  from: {
60714
60819
  email_address?: (string | null) | undefined;
@@ -60722,6 +60827,7 @@ interface Routes {
60722
60827
  };
60723
60828
  } | {
60724
60829
  created_at: string;
60830
+ message: string;
60725
60831
  mutation_code: 'updating_access_schedule';
60726
60832
  from: {
60727
60833
  starts_at: string | null;
@@ -60733,6 +60839,7 @@ interface Routes {
60733
60839
  };
60734
60840
  } | {
60735
60841
  created_at: string;
60842
+ message: string;
60736
60843
  mutation_code: 'updating_suspension_state';
60737
60844
  from: {
60738
60845
  is_suspended: boolean;
@@ -60742,6 +60849,7 @@ interface Routes {
60742
60849
  };
60743
60850
  } | {
60744
60851
  created_at: string;
60852
+ message: string;
60745
60853
  mutation_code: 'updating_group_membership';
60746
60854
  from: {
60747
60855
  acs_access_group_id: string | null;
@@ -60879,12 +60987,15 @@ interface Routes {
60879
60987
  /** */
60880
60988
  pending_mutations?: Array<{
60881
60989
  created_at: string;
60990
+ message: string;
60882
60991
  mutation_code: 'creating';
60883
60992
  } | {
60884
60993
  created_at: string;
60994
+ message: string;
60885
60995
  mutation_code: 'deleting';
60886
60996
  } | {
60887
60997
  created_at: string;
60998
+ message: string;
60888
60999
  mutation_code: 'updating_user_information';
60889
61000
  from: {
60890
61001
  email_address?: (string | null) | undefined;
@@ -60898,6 +61009,7 @@ interface Routes {
60898
61009
  };
60899
61010
  } | {
60900
61011
  created_at: string;
61012
+ message: string;
60901
61013
  mutation_code: 'updating_access_schedule';
60902
61014
  from: {
60903
61015
  starts_at: string | null;
@@ -60909,6 +61021,7 @@ interface Routes {
60909
61021
  };
60910
61022
  } | {
60911
61023
  created_at: string;
61024
+ message: string;
60912
61025
  mutation_code: 'updating_suspension_state';
60913
61026
  from: {
60914
61027
  is_suspended: boolean;
@@ -60918,6 +61031,7 @@ interface Routes {
60918
61031
  };
60919
61032
  } | {
60920
61033
  created_at: string;
61034
+ message: string;
60921
61035
  mutation_code: 'updating_group_membership';
60922
61036
  from: {
60923
61037
  acs_access_group_id: string | null;
@@ -61164,12 +61278,15 @@ interface Routes {
61164
61278
  /** */
61165
61279
  pending_mutations?: Array<{
61166
61280
  created_at: string;
61281
+ message: string;
61167
61282
  mutation_code: 'creating';
61168
61283
  } | {
61169
61284
  created_at: string;
61285
+ message: string;
61170
61286
  mutation_code: 'deleting';
61171
61287
  } | {
61172
61288
  created_at: string;
61289
+ message: string;
61173
61290
  mutation_code: 'updating_user_information';
61174
61291
  from: {
61175
61292
  email_address?: (string | null) | undefined;
@@ -61183,6 +61300,7 @@ interface Routes {
61183
61300
  };
61184
61301
  } | {
61185
61302
  created_at: string;
61303
+ message: string;
61186
61304
  mutation_code: 'updating_access_schedule';
61187
61305
  from: {
61188
61306
  starts_at: string | null;
@@ -61194,6 +61312,7 @@ interface Routes {
61194
61312
  };
61195
61313
  } | {
61196
61314
  created_at: string;
61315
+ message: string;
61197
61316
  mutation_code: 'updating_suspension_state';
61198
61317
  from: {
61199
61318
  is_suspended: boolean;
@@ -61203,6 +61322,7 @@ interface Routes {
61203
61322
  };
61204
61323
  } | {
61205
61324
  created_at: string;
61325
+ message: string;
61206
61326
  mutation_code: 'updating_group_membership';
61207
61327
  from: {
61208
61328
  acs_access_group_id: string | null;
@@ -61330,12 +61450,15 @@ interface Routes {
61330
61450
  /** */
61331
61451
  pending_mutations?: Array<{
61332
61452
  created_at: string;
61453
+ message: string;
61333
61454
  mutation_code: 'creating';
61334
61455
  } | {
61335
61456
  created_at: string;
61457
+ message: string;
61336
61458
  mutation_code: 'deleting';
61337
61459
  } | {
61338
61460
  created_at: string;
61461
+ message: string;
61339
61462
  mutation_code: 'updating_user_information';
61340
61463
  from: {
61341
61464
  email_address?: (string | null) | undefined;
@@ -61349,6 +61472,7 @@ interface Routes {
61349
61472
  };
61350
61473
  } | {
61351
61474
  created_at: string;
61475
+ message: string;
61352
61476
  mutation_code: 'updating_access_schedule';
61353
61477
  from: {
61354
61478
  starts_at: string | null;
@@ -61360,6 +61484,7 @@ interface Routes {
61360
61484
  };
61361
61485
  } | {
61362
61486
  created_at: string;
61487
+ message: string;
61363
61488
  mutation_code: 'updating_suspension_state';
61364
61489
  from: {
61365
61490
  is_suspended: boolean;
@@ -61369,6 +61494,7 @@ interface Routes {
61369
61494
  };
61370
61495
  } | {
61371
61496
  created_at: string;
61497
+ message: string;
61372
61498
  mutation_code: 'updating_group_membership';
61373
61499
  from: {
61374
61500
  acs_access_group_id: string | null;
@@ -89751,12 +89877,15 @@ interface Routes {
89751
89877
  /** */
89752
89878
  pending_mutations?: Array<{
89753
89879
  created_at: string;
89880
+ message: string;
89754
89881
  mutation_code: 'creating';
89755
89882
  } | {
89756
89883
  created_at: string;
89884
+ message: string;
89757
89885
  mutation_code: 'deleting';
89758
89886
  } | {
89759
89887
  created_at: string;
89888
+ message: string;
89760
89889
  mutation_code: 'updating_user_information';
89761
89890
  from: {
89762
89891
  email_address?: (string | null) | undefined;
@@ -89770,6 +89899,7 @@ interface Routes {
89770
89899
  };
89771
89900
  } | {
89772
89901
  created_at: string;
89902
+ message: string;
89773
89903
  mutation_code: 'updating_access_schedule';
89774
89904
  from: {
89775
89905
  starts_at: string | null;
@@ -89781,6 +89911,7 @@ interface Routes {
89781
89911
  };
89782
89912
  } | {
89783
89913
  created_at: string;
89914
+ message: string;
89784
89915
  mutation_code: 'updating_suspension_state';
89785
89916
  from: {
89786
89917
  is_suspended: boolean;
@@ -89790,6 +89921,7 @@ interface Routes {
89790
89921
  };
89791
89922
  } | {
89792
89923
  created_at: string;
89924
+ message: string;
89793
89925
  mutation_code: 'updating_group_membership';
89794
89926
  from: {
89795
89927
  acs_access_group_id: string | null;