@seamapi/types 1.739.0 → 1.740.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.
@@ -14188,6 +14188,18 @@ export type Routes = {
14188
14188
  acs_entrance_id: string | null
14189
14189
  }
14190
14190
  }
14191
+ | {
14192
+ /** Date and time at which the mutation was created. */
14193
+ created_at: string
14194
+ /** Detailed description of the mutation. */
14195
+ message: string
14196
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
14197
+ mutation_code: 'deferring_user_membership_update'
14198
+ /** ID of the user involved in the scheduled change. */
14199
+ acs_user_id: string
14200
+ /** Whether the user is scheduled to be added to or removed from this access group. */
14201
+ variant: 'adding' | 'removing'
14202
+ }
14191
14203
  )[]
14192
14204
  is_managed: true
14193
14205
  }[]
@@ -19652,6 +19664,18 @@ export type Routes = {
19652
19664
  acs_entrance_id: string | null
19653
19665
  }
19654
19666
  }
19667
+ | {
19668
+ /** Date and time at which the mutation was created. */
19669
+ created_at: string
19670
+ /** Detailed description of the mutation. */
19671
+ message: string
19672
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
19673
+ mutation_code: 'deferring_user_membership_update'
19674
+ /** ID of the user involved in the scheduled change. */
19675
+ acs_user_id: string
19676
+ /** Whether the user is scheduled to be added to or removed from this access group. */
19677
+ variant: 'adding' | 'removing'
19678
+ }
19655
19679
  )[]
19656
19680
  is_managed: true
19657
19681
  }
@@ -19835,6 +19859,18 @@ export type Routes = {
19835
19859
  acs_entrance_id: string | null
19836
19860
  }
19837
19861
  }
19862
+ | {
19863
+ /** Date and time at which the mutation was created. */
19864
+ created_at: string
19865
+ /** Detailed description of the mutation. */
19866
+ message: string
19867
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
19868
+ mutation_code: 'deferring_user_membership_update'
19869
+ /** ID of the user involved in the scheduled change. */
19870
+ acs_user_id: string
19871
+ /** Whether the user is scheduled to be added to or removed from this access group. */
19872
+ variant: 'adding' | 'removing'
19873
+ }
19838
19874
  )[]
19839
19875
  is_managed: true
19840
19876
  }[]
@@ -20256,6 +20292,18 @@ export type Routes = {
20256
20292
  acs_access_group_id: string | null
20257
20293
  }
20258
20294
  }
20295
+ | {
20296
+ /** Date and time at which the mutation was created. */
20297
+ created_at: string
20298
+ /** Detailed description of the mutation. */
20299
+ message: string
20300
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
20301
+ mutation_code: 'deferring_group_membership_update'
20302
+ /** ID of the access group involved in the scheduled change. */
20303
+ acs_access_group_id: string
20304
+ /** Whether the user is scheduled to be added to or removed from the access group. */
20305
+ variant: 'adding' | 'removing'
20306
+ }
20259
20307
  )[]
20260
20308
  | undefined
20261
20309
  /** The last time an internal sync job completed for this access system user. */
@@ -20476,6 +20524,18 @@ export type Routes = {
20476
20524
  acs_entrance_id: string | null
20477
20525
  }
20478
20526
  }
20527
+ | {
20528
+ /** Date and time at which the mutation was created. */
20529
+ created_at: string
20530
+ /** Detailed description of the mutation. */
20531
+ message: string
20532
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
20533
+ mutation_code: 'deferring_user_membership_update'
20534
+ /** ID of the user involved in the scheduled change. */
20535
+ acs_user_id: string
20536
+ /** Whether the user is scheduled to be added to or removed from this access group. */
20537
+ variant: 'adding' | 'removing'
20538
+ }
20479
20539
  )[]
20480
20540
  is_managed: false
20481
20541
  }
@@ -20657,6 +20717,18 @@ export type Routes = {
20657
20717
  acs_entrance_id: string | null
20658
20718
  }
20659
20719
  }
20720
+ | {
20721
+ /** Date and time at which the mutation was created. */
20722
+ created_at: string
20723
+ /** Detailed description of the mutation. */
20724
+ message: string
20725
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
20726
+ mutation_code: 'deferring_user_membership_update'
20727
+ /** ID of the user involved in the scheduled change. */
20728
+ acs_user_id: string
20729
+ /** Whether the user is scheduled to be added to or removed from this access group. */
20730
+ variant: 'adding' | 'removing'
20731
+ }
20660
20732
  )[]
20661
20733
  is_managed: false
20662
20734
  }[]
@@ -27211,6 +27283,18 @@ export type Routes = {
27211
27283
  acs_access_group_id: string | null
27212
27284
  }
27213
27285
  }
27286
+ | {
27287
+ /** Date and time at which the mutation was created. */
27288
+ created_at: string
27289
+ /** Detailed description of the mutation. */
27290
+ message: string
27291
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
27292
+ mutation_code: 'deferring_group_membership_update'
27293
+ /** ID of the access group involved in the scheduled change. */
27294
+ acs_access_group_id: string
27295
+ /** Whether the user is scheduled to be added to or removed from the access group. */
27296
+ variant: 'adding' | 'removing'
27297
+ }
27214
27298
  )[]
27215
27299
  | undefined
27216
27300
  /** The last time an internal sync job completed for this access system user. */
@@ -27511,6 +27595,18 @@ export type Routes = {
27511
27595
  acs_access_group_id: string | null
27512
27596
  }
27513
27597
  }
27598
+ | {
27599
+ /** Date and time at which the mutation was created. */
27600
+ created_at: string
27601
+ /** Detailed description of the mutation. */
27602
+ message: string
27603
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
27604
+ mutation_code: 'deferring_group_membership_update'
27605
+ /** ID of the access group involved in the scheduled change. */
27606
+ acs_access_group_id: string
27607
+ /** Whether the user is scheduled to be added to or removed from the access group. */
27608
+ variant: 'adding' | 'removing'
27609
+ }
27514
27610
  )[]
27515
27611
  | undefined
27516
27612
  /** The last time an internal sync job completed for this access system user. */
@@ -27799,6 +27895,18 @@ export type Routes = {
27799
27895
  acs_access_group_id: string | null
27800
27896
  }
27801
27897
  }
27898
+ | {
27899
+ /** Date and time at which the mutation was created. */
27900
+ created_at: string
27901
+ /** Detailed description of the mutation. */
27902
+ message: string
27903
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
27904
+ mutation_code: 'deferring_group_membership_update'
27905
+ /** ID of the access group involved in the scheduled change. */
27906
+ acs_access_group_id: string
27907
+ /** Whether the user is scheduled to be added to or removed from the access group. */
27908
+ variant: 'adding' | 'removing'
27909
+ }
27802
27910
  )[]
27803
27911
  | undefined
27804
27912
  /** The last time an internal sync job completed for this access system user. */
@@ -28310,6 +28418,18 @@ export type Routes = {
28310
28418
  acs_access_group_id: string | null
28311
28419
  }
28312
28420
  }
28421
+ | {
28422
+ /** Date and time at which the mutation was created. */
28423
+ created_at: string
28424
+ /** Detailed description of the mutation. */
28425
+ message: string
28426
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
28427
+ mutation_code: 'deferring_group_membership_update'
28428
+ /** ID of the access group involved in the scheduled change. */
28429
+ acs_access_group_id: string
28430
+ /** Whether the user is scheduled to be added to or removed from the access group. */
28431
+ variant: 'adding' | 'removing'
28432
+ }
28313
28433
  )[]
28314
28434
  | undefined
28315
28435
  /** The last time an internal sync job completed for this access system user. */
@@ -28594,6 +28714,18 @@ export type Routes = {
28594
28714
  acs_access_group_id: string | null
28595
28715
  }
28596
28716
  }
28717
+ | {
28718
+ /** Date and time at which the mutation was created. */
28719
+ created_at: string
28720
+ /** Detailed description of the mutation. */
28721
+ message: string
28722
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
28723
+ mutation_code: 'deferring_group_membership_update'
28724
+ /** ID of the access group involved in the scheduled change. */
28725
+ acs_access_group_id: string
28726
+ /** Whether the user is scheduled to be added to or removed from the access group. */
28727
+ variant: 'adding' | 'removing'
28728
+ }
28597
28729
  )[]
28598
28730
  | undefined
28599
28731
  /** The last time an internal sync job completed for this access system user. */
@@ -100038,6 +100170,18 @@ export type Routes = {
100038
100170
  acs_access_group_id: string | null
100039
100171
  }
100040
100172
  }
100173
+ | {
100174
+ /** Date and time at which the mutation was created. */
100175
+ created_at: string
100176
+ /** Detailed description of the mutation. */
100177
+ message: string
100178
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
100179
+ mutation_code: 'deferring_group_membership_update'
100180
+ /** ID of the access group involved in the scheduled change. */
100181
+ acs_access_group_id: string
100182
+ /** Whether the user is scheduled to be added to or removed from the access group. */
100183
+ variant: 'adding' | 'removing'
100184
+ }
100041
100185
  )[]
100042
100186
  | undefined
100043
100187
  /** The last time an internal sync job completed for this access system user. */
@@ -102917,6 +103061,18 @@ export type Routes = {
102917
103061
  acs_access_group_id: string | null
102918
103062
  }
102919
103063
  }
103064
+ | {
103065
+ /** Date and time at which the mutation was created. */
103066
+ created_at: string
103067
+ /** Detailed description of the mutation. */
103068
+ message: string
103069
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
103070
+ mutation_code: 'deferring_group_membership_update'
103071
+ /** ID of the access group involved in the scheduled change. */
103072
+ acs_access_group_id: string
103073
+ /** Whether the user is scheduled to be added to or removed from the access group. */
103074
+ variant: 'adding' | 'removing'
103075
+ }
102920
103076
  )[]
102921
103077
  | undefined
102922
103078
  /** The last time an internal sync job completed for this access system user. */
@@ -103107,6 +103263,18 @@ export type Routes = {
103107
103263
  acs_entrance_id: string | null
103108
103264
  }
103109
103265
  }
103266
+ | {
103267
+ /** Date and time at which the mutation was created. */
103268
+ created_at: string
103269
+ /** Detailed description of the mutation. */
103270
+ message: string
103271
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
103272
+ mutation_code: 'deferring_user_membership_update'
103273
+ /** ID of the user involved in the scheduled change. */
103274
+ acs_user_id: string
103275
+ /** Whether the user is scheduled to be added to or removed from this access group. */
103276
+ variant: 'adding' | 'removing'
103277
+ }
103110
103278
  )[]
103111
103279
  is_managed: true
103112
103280
  }[]
@@ -104872,6 +105040,18 @@ export type Routes = {
104872
105040
  acs_access_group_id: string | null
104873
105041
  }
104874
105042
  }
105043
+ | {
105044
+ /** Date and time at which the mutation was created. */
105045
+ created_at: string
105046
+ /** Detailed description of the mutation. */
105047
+ message: string
105048
+ /** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
105049
+ mutation_code: 'deferring_group_membership_update'
105050
+ /** ID of the access group involved in the scheduled change. */
105051
+ acs_access_group_id: string
105052
+ /** Whether the user is scheduled to be added to or removed from the access group. */
105053
+ variant: 'adding' | 'removing'
105054
+ }
104875
105055
  )[]
104876
105056
  | undefined
104877
105057
  /** The last time an internal sync job completed for this access system user. */
@@ -105062,6 +105242,18 @@ export type Routes = {
105062
105242
  acs_entrance_id: string | null
105063
105243
  }
105064
105244
  }
105245
+ | {
105246
+ /** Date and time at which the mutation was created. */
105247
+ created_at: string
105248
+ /** Detailed description of the mutation. */
105249
+ message: string
105250
+ /** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
105251
+ mutation_code: 'deferring_user_membership_update'
105252
+ /** ID of the user involved in the scheduled change. */
105253
+ acs_user_id: string
105254
+ /** Whether the user is scheduled to be added to or removed from this access group. */
105255
+ variant: 'adding' | 'removing'
105256
+ }
105065
105257
  )[]
105066
105258
  is_managed: false
105067
105259
  }[]