@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.
- package/dist/connect.cjs +177 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +646 -0
- package/dist/index.cjs +177 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +62 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.d.ts +53 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js +19 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +62 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +53 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +19 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +172 -0
- package/lib/seam/connect/openapi.d.ts +174 -0
- package/lib/seam/connect/openapi.js +148 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +176 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.ts +26 -0
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +26 -0
- package/src/lib/seam/connect/openapi.ts +168 -0
- package/src/lib/seam/connect/route-types.ts +192 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4485,6 +4485,25 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
4485
4485
|
to: {
|
|
4486
4486
|
acs_entrance_id: string | null;
|
|
4487
4487
|
};
|
|
4488
|
+
}>, z.ZodObject<{
|
|
4489
|
+
created_at: z.ZodString;
|
|
4490
|
+
message: z.ZodString;
|
|
4491
|
+
} & {
|
|
4492
|
+
mutation_code: z.ZodLiteral<"deferring_user_membership_update">;
|
|
4493
|
+
acs_user_id: z.ZodString;
|
|
4494
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
4495
|
+
}, "strip", z.ZodTypeAny, {
|
|
4496
|
+
message: string;
|
|
4497
|
+
created_at: string;
|
|
4498
|
+
mutation_code: "deferring_user_membership_update";
|
|
4499
|
+
acs_user_id: string;
|
|
4500
|
+
variant: "removing" | "adding";
|
|
4501
|
+
}, {
|
|
4502
|
+
message: string;
|
|
4503
|
+
created_at: string;
|
|
4504
|
+
mutation_code: "deferring_user_membership_update";
|
|
4505
|
+
acs_user_id: string;
|
|
4506
|
+
variant: "removing" | "adding";
|
|
4488
4507
|
}>]>, "many">;
|
|
4489
4508
|
} & {
|
|
4490
4509
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -4554,6 +4573,12 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
4554
4573
|
to: {
|
|
4555
4574
|
acs_entrance_id: string | null;
|
|
4556
4575
|
};
|
|
4576
|
+
} | {
|
|
4577
|
+
message: string;
|
|
4578
|
+
created_at: string;
|
|
4579
|
+
mutation_code: "deferring_user_membership_update";
|
|
4580
|
+
acs_user_id: string;
|
|
4581
|
+
variant: "removing" | "adding";
|
|
4557
4582
|
})[];
|
|
4558
4583
|
acs_access_group_id: string;
|
|
4559
4584
|
acs_system_id: string;
|
|
@@ -4631,6 +4656,12 @@ declare const acs_access_group: z.ZodObject<{
|
|
|
4631
4656
|
to: {
|
|
4632
4657
|
acs_entrance_id: string | null;
|
|
4633
4658
|
};
|
|
4659
|
+
} | {
|
|
4660
|
+
message: string;
|
|
4661
|
+
created_at: string;
|
|
4662
|
+
mutation_code: "deferring_user_membership_update";
|
|
4663
|
+
acs_user_id: string;
|
|
4664
|
+
variant: "removing" | "adding";
|
|
4634
4665
|
})[];
|
|
4635
4666
|
acs_access_group_id: string;
|
|
4636
4667
|
acs_system_id: string;
|
|
@@ -4884,6 +4915,25 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
4884
4915
|
to: {
|
|
4885
4916
|
acs_entrance_id: string | null;
|
|
4886
4917
|
};
|
|
4918
|
+
}>, z.ZodObject<{
|
|
4919
|
+
created_at: z.ZodString;
|
|
4920
|
+
message: z.ZodString;
|
|
4921
|
+
} & {
|
|
4922
|
+
mutation_code: z.ZodLiteral<"deferring_user_membership_update">;
|
|
4923
|
+
acs_user_id: z.ZodString;
|
|
4924
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
4925
|
+
}, "strip", z.ZodTypeAny, {
|
|
4926
|
+
message: string;
|
|
4927
|
+
created_at: string;
|
|
4928
|
+
mutation_code: "deferring_user_membership_update";
|
|
4929
|
+
acs_user_id: string;
|
|
4930
|
+
variant: "removing" | "adding";
|
|
4931
|
+
}, {
|
|
4932
|
+
message: string;
|
|
4933
|
+
created_at: string;
|
|
4934
|
+
mutation_code: "deferring_user_membership_update";
|
|
4935
|
+
acs_user_id: string;
|
|
4936
|
+
variant: "removing" | "adding";
|
|
4887
4937
|
}>]>, "many">;
|
|
4888
4938
|
} & {
|
|
4889
4939
|
is_managed: z.ZodLiteral<false>;
|
|
@@ -4953,6 +5003,12 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
4953
5003
|
to: {
|
|
4954
5004
|
acs_entrance_id: string | null;
|
|
4955
5005
|
};
|
|
5006
|
+
} | {
|
|
5007
|
+
message: string;
|
|
5008
|
+
created_at: string;
|
|
5009
|
+
mutation_code: "deferring_user_membership_update";
|
|
5010
|
+
acs_user_id: string;
|
|
5011
|
+
variant: "removing" | "adding";
|
|
4956
5012
|
})[];
|
|
4957
5013
|
acs_access_group_id: string;
|
|
4958
5014
|
acs_system_id: string;
|
|
@@ -5030,6 +5086,12 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
|
|
|
5030
5086
|
to: {
|
|
5031
5087
|
acs_entrance_id: string | null;
|
|
5032
5088
|
};
|
|
5089
|
+
} | {
|
|
5090
|
+
message: string;
|
|
5091
|
+
created_at: string;
|
|
5092
|
+
mutation_code: "deferring_user_membership_update";
|
|
5093
|
+
acs_user_id: string;
|
|
5094
|
+
variant: "removing" | "adding";
|
|
5033
5095
|
})[];
|
|
5034
5096
|
acs_access_group_id: string;
|
|
5035
5097
|
acs_system_id: string;
|
|
@@ -6711,6 +6773,25 @@ declare const acs_user: z.ZodObject<{
|
|
|
6711
6773
|
to: {
|
|
6712
6774
|
acs_access_group_id: string | null;
|
|
6713
6775
|
};
|
|
6776
|
+
}>, z.ZodObject<{
|
|
6777
|
+
created_at: z.ZodString;
|
|
6778
|
+
message: z.ZodString;
|
|
6779
|
+
} & {
|
|
6780
|
+
mutation_code: z.ZodLiteral<"deferring_group_membership_update">;
|
|
6781
|
+
acs_access_group_id: z.ZodString;
|
|
6782
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
6783
|
+
}, "strip", z.ZodTypeAny, {
|
|
6784
|
+
message: string;
|
|
6785
|
+
created_at: string;
|
|
6786
|
+
mutation_code: "deferring_group_membership_update";
|
|
6787
|
+
variant: "removing" | "adding";
|
|
6788
|
+
acs_access_group_id: string;
|
|
6789
|
+
}, {
|
|
6790
|
+
message: string;
|
|
6791
|
+
created_at: string;
|
|
6792
|
+
mutation_code: "deferring_group_membership_update";
|
|
6793
|
+
variant: "removing" | "adding";
|
|
6794
|
+
acs_access_group_id: string;
|
|
6714
6795
|
}>]>, "many">>;
|
|
6715
6796
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
6716
6797
|
connected_account_id: z.ZodString;
|
|
@@ -6843,6 +6924,12 @@ declare const acs_user: z.ZodObject<{
|
|
|
6843
6924
|
to: {
|
|
6844
6925
|
acs_access_group_id: string | null;
|
|
6845
6926
|
};
|
|
6927
|
+
} | {
|
|
6928
|
+
message: string;
|
|
6929
|
+
created_at: string;
|
|
6930
|
+
mutation_code: "deferring_group_membership_update";
|
|
6931
|
+
variant: "removing" | "adding";
|
|
6932
|
+
acs_access_group_id: string;
|
|
6846
6933
|
})[] | undefined;
|
|
6847
6934
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
6848
6935
|
external_type_display_name?: string | undefined;
|
|
@@ -6974,6 +7061,12 @@ declare const acs_user: z.ZodObject<{
|
|
|
6974
7061
|
to: {
|
|
6975
7062
|
acs_access_group_id: string | null;
|
|
6976
7063
|
};
|
|
7064
|
+
} | {
|
|
7065
|
+
message: string;
|
|
7066
|
+
created_at: string;
|
|
7067
|
+
mutation_code: "deferring_group_membership_update";
|
|
7068
|
+
variant: "removing" | "adding";
|
|
7069
|
+
acs_access_group_id: string;
|
|
6977
7070
|
})[] | undefined;
|
|
6978
7071
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
6979
7072
|
external_type_display_name?: string | undefined;
|
|
@@ -7378,6 +7471,25 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7378
7471
|
to: {
|
|
7379
7472
|
acs_access_group_id: string | null;
|
|
7380
7473
|
};
|
|
7474
|
+
}>, z.ZodObject<{
|
|
7475
|
+
created_at: z.ZodString;
|
|
7476
|
+
message: z.ZodString;
|
|
7477
|
+
} & {
|
|
7478
|
+
mutation_code: z.ZodLiteral<"deferring_group_membership_update">;
|
|
7479
|
+
acs_access_group_id: z.ZodString;
|
|
7480
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
7481
|
+
}, "strip", z.ZodTypeAny, {
|
|
7482
|
+
message: string;
|
|
7483
|
+
created_at: string;
|
|
7484
|
+
mutation_code: "deferring_group_membership_update";
|
|
7485
|
+
variant: "removing" | "adding";
|
|
7486
|
+
acs_access_group_id: string;
|
|
7487
|
+
}, {
|
|
7488
|
+
message: string;
|
|
7489
|
+
created_at: string;
|
|
7490
|
+
mutation_code: "deferring_group_membership_update";
|
|
7491
|
+
variant: "removing" | "adding";
|
|
7492
|
+
acs_access_group_id: string;
|
|
7381
7493
|
}>]>, "many">>;
|
|
7382
7494
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
7383
7495
|
connected_account_id: z.ZodString;
|
|
@@ -7510,6 +7622,12 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7510
7622
|
to: {
|
|
7511
7623
|
acs_access_group_id: string | null;
|
|
7512
7624
|
};
|
|
7625
|
+
} | {
|
|
7626
|
+
message: string;
|
|
7627
|
+
created_at: string;
|
|
7628
|
+
mutation_code: "deferring_group_membership_update";
|
|
7629
|
+
variant: "removing" | "adding";
|
|
7630
|
+
acs_access_group_id: string;
|
|
7513
7631
|
})[] | undefined;
|
|
7514
7632
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
7515
7633
|
external_type_display_name?: string | undefined;
|
|
@@ -7641,6 +7759,12 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7641
7759
|
to: {
|
|
7642
7760
|
acs_access_group_id: string | null;
|
|
7643
7761
|
};
|
|
7762
|
+
} | {
|
|
7763
|
+
message: string;
|
|
7764
|
+
created_at: string;
|
|
7765
|
+
mutation_code: "deferring_group_membership_update";
|
|
7766
|
+
variant: "removing" | "adding";
|
|
7767
|
+
acs_access_group_id: string;
|
|
7644
7768
|
})[] | undefined;
|
|
7645
7769
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
7646
7770
|
external_type_display_name?: string | undefined;
|
|
@@ -17612,6 +17736,25 @@ declare const batch: z.ZodObject<{
|
|
|
17612
17736
|
to: {
|
|
17613
17737
|
acs_access_group_id: string | null;
|
|
17614
17738
|
};
|
|
17739
|
+
}>, z.ZodObject<{
|
|
17740
|
+
created_at: z.ZodString;
|
|
17741
|
+
message: z.ZodString;
|
|
17742
|
+
} & {
|
|
17743
|
+
mutation_code: z.ZodLiteral<"deferring_group_membership_update">;
|
|
17744
|
+
acs_access_group_id: z.ZodString;
|
|
17745
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
17746
|
+
}, "strip", z.ZodTypeAny, {
|
|
17747
|
+
message: string;
|
|
17748
|
+
created_at: string;
|
|
17749
|
+
mutation_code: "deferring_group_membership_update";
|
|
17750
|
+
variant: "removing" | "adding";
|
|
17751
|
+
acs_access_group_id: string;
|
|
17752
|
+
}, {
|
|
17753
|
+
message: string;
|
|
17754
|
+
created_at: string;
|
|
17755
|
+
mutation_code: "deferring_group_membership_update";
|
|
17756
|
+
variant: "removing" | "adding";
|
|
17757
|
+
acs_access_group_id: string;
|
|
17615
17758
|
}>]>, "many">>;
|
|
17616
17759
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
17617
17760
|
connected_account_id: z.ZodString;
|
|
@@ -17744,6 +17887,12 @@ declare const batch: z.ZodObject<{
|
|
|
17744
17887
|
to: {
|
|
17745
17888
|
acs_access_group_id: string | null;
|
|
17746
17889
|
};
|
|
17890
|
+
} | {
|
|
17891
|
+
message: string;
|
|
17892
|
+
created_at: string;
|
|
17893
|
+
mutation_code: "deferring_group_membership_update";
|
|
17894
|
+
variant: "removing" | "adding";
|
|
17895
|
+
acs_access_group_id: string;
|
|
17747
17896
|
})[] | undefined;
|
|
17748
17897
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
17749
17898
|
external_type_display_name?: string | undefined;
|
|
@@ -17875,6 +18024,12 @@ declare const batch: z.ZodObject<{
|
|
|
17875
18024
|
to: {
|
|
17876
18025
|
acs_access_group_id: string | null;
|
|
17877
18026
|
};
|
|
18027
|
+
} | {
|
|
18028
|
+
message: string;
|
|
18029
|
+
created_at: string;
|
|
18030
|
+
mutation_code: "deferring_group_membership_update";
|
|
18031
|
+
variant: "removing" | "adding";
|
|
18032
|
+
acs_access_group_id: string;
|
|
17878
18033
|
})[] | undefined;
|
|
17879
18034
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
17880
18035
|
external_type_display_name?: string | undefined;
|
|
@@ -18136,6 +18291,25 @@ declare const batch: z.ZodObject<{
|
|
|
18136
18291
|
to: {
|
|
18137
18292
|
acs_entrance_id: string | null;
|
|
18138
18293
|
};
|
|
18294
|
+
}>, z.ZodObject<{
|
|
18295
|
+
created_at: z.ZodString;
|
|
18296
|
+
message: z.ZodString;
|
|
18297
|
+
} & {
|
|
18298
|
+
mutation_code: z.ZodLiteral<"deferring_user_membership_update">;
|
|
18299
|
+
acs_user_id: z.ZodString;
|
|
18300
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
18301
|
+
}, "strip", z.ZodTypeAny, {
|
|
18302
|
+
message: string;
|
|
18303
|
+
created_at: string;
|
|
18304
|
+
mutation_code: "deferring_user_membership_update";
|
|
18305
|
+
acs_user_id: string;
|
|
18306
|
+
variant: "removing" | "adding";
|
|
18307
|
+
}, {
|
|
18308
|
+
message: string;
|
|
18309
|
+
created_at: string;
|
|
18310
|
+
mutation_code: "deferring_user_membership_update";
|
|
18311
|
+
acs_user_id: string;
|
|
18312
|
+
variant: "removing" | "adding";
|
|
18139
18313
|
}>]>, "many">;
|
|
18140
18314
|
} & {
|
|
18141
18315
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -18205,6 +18379,12 @@ declare const batch: z.ZodObject<{
|
|
|
18205
18379
|
to: {
|
|
18206
18380
|
acs_entrance_id: string | null;
|
|
18207
18381
|
};
|
|
18382
|
+
} | {
|
|
18383
|
+
message: string;
|
|
18384
|
+
created_at: string;
|
|
18385
|
+
mutation_code: "deferring_user_membership_update";
|
|
18386
|
+
acs_user_id: string;
|
|
18387
|
+
variant: "removing" | "adding";
|
|
18208
18388
|
})[];
|
|
18209
18389
|
acs_access_group_id: string;
|
|
18210
18390
|
acs_system_id: string;
|
|
@@ -18282,6 +18462,12 @@ declare const batch: z.ZodObject<{
|
|
|
18282
18462
|
to: {
|
|
18283
18463
|
acs_entrance_id: string | null;
|
|
18284
18464
|
};
|
|
18465
|
+
} | {
|
|
18466
|
+
message: string;
|
|
18467
|
+
created_at: string;
|
|
18468
|
+
mutation_code: "deferring_user_membership_update";
|
|
18469
|
+
acs_user_id: string;
|
|
18470
|
+
variant: "removing" | "adding";
|
|
18285
18471
|
})[];
|
|
18286
18472
|
acs_access_group_id: string;
|
|
18287
18473
|
acs_system_id: string;
|
|
@@ -23222,6 +23408,25 @@ declare const batch: z.ZodObject<{
|
|
|
23222
23408
|
to: {
|
|
23223
23409
|
acs_access_group_id: string | null;
|
|
23224
23410
|
};
|
|
23411
|
+
}>, z.ZodObject<{
|
|
23412
|
+
created_at: z.ZodString;
|
|
23413
|
+
message: z.ZodString;
|
|
23414
|
+
} & {
|
|
23415
|
+
mutation_code: z.ZodLiteral<"deferring_group_membership_update">;
|
|
23416
|
+
acs_access_group_id: z.ZodString;
|
|
23417
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
23418
|
+
}, "strip", z.ZodTypeAny, {
|
|
23419
|
+
message: string;
|
|
23420
|
+
created_at: string;
|
|
23421
|
+
mutation_code: "deferring_group_membership_update";
|
|
23422
|
+
variant: "removing" | "adding";
|
|
23423
|
+
acs_access_group_id: string;
|
|
23424
|
+
}, {
|
|
23425
|
+
message: string;
|
|
23426
|
+
created_at: string;
|
|
23427
|
+
mutation_code: "deferring_group_membership_update";
|
|
23428
|
+
variant: "removing" | "adding";
|
|
23429
|
+
acs_access_group_id: string;
|
|
23225
23430
|
}>]>, "many">>;
|
|
23226
23431
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
23227
23432
|
connected_account_id: z.ZodString;
|
|
@@ -23354,6 +23559,12 @@ declare const batch: z.ZodObject<{
|
|
|
23354
23559
|
to: {
|
|
23355
23560
|
acs_access_group_id: string | null;
|
|
23356
23561
|
};
|
|
23562
|
+
} | {
|
|
23563
|
+
message: string;
|
|
23564
|
+
created_at: string;
|
|
23565
|
+
mutation_code: "deferring_group_membership_update";
|
|
23566
|
+
variant: "removing" | "adding";
|
|
23567
|
+
acs_access_group_id: string;
|
|
23357
23568
|
})[] | undefined;
|
|
23358
23569
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
23359
23570
|
external_type_display_name?: string | undefined;
|
|
@@ -23485,6 +23696,12 @@ declare const batch: z.ZodObject<{
|
|
|
23485
23696
|
to: {
|
|
23486
23697
|
acs_access_group_id: string | null;
|
|
23487
23698
|
};
|
|
23699
|
+
} | {
|
|
23700
|
+
message: string;
|
|
23701
|
+
created_at: string;
|
|
23702
|
+
mutation_code: "deferring_group_membership_update";
|
|
23703
|
+
variant: "removing" | "adding";
|
|
23704
|
+
acs_access_group_id: string;
|
|
23488
23705
|
})[] | undefined;
|
|
23489
23706
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
23490
23707
|
external_type_display_name?: string | undefined;
|
|
@@ -23746,6 +23963,25 @@ declare const batch: z.ZodObject<{
|
|
|
23746
23963
|
to: {
|
|
23747
23964
|
acs_entrance_id: string | null;
|
|
23748
23965
|
};
|
|
23966
|
+
}>, z.ZodObject<{
|
|
23967
|
+
created_at: z.ZodString;
|
|
23968
|
+
message: z.ZodString;
|
|
23969
|
+
} & {
|
|
23970
|
+
mutation_code: z.ZodLiteral<"deferring_user_membership_update">;
|
|
23971
|
+
acs_user_id: z.ZodString;
|
|
23972
|
+
variant: z.ZodEnum<["adding", "removing"]>;
|
|
23973
|
+
}, "strip", z.ZodTypeAny, {
|
|
23974
|
+
message: string;
|
|
23975
|
+
created_at: string;
|
|
23976
|
+
mutation_code: "deferring_user_membership_update";
|
|
23977
|
+
acs_user_id: string;
|
|
23978
|
+
variant: "removing" | "adding";
|
|
23979
|
+
}, {
|
|
23980
|
+
message: string;
|
|
23981
|
+
created_at: string;
|
|
23982
|
+
mutation_code: "deferring_user_membership_update";
|
|
23983
|
+
acs_user_id: string;
|
|
23984
|
+
variant: "removing" | "adding";
|
|
23749
23985
|
}>]>, "many">;
|
|
23750
23986
|
} & {
|
|
23751
23987
|
is_managed: z.ZodLiteral<false>;
|
|
@@ -23815,6 +24051,12 @@ declare const batch: z.ZodObject<{
|
|
|
23815
24051
|
to: {
|
|
23816
24052
|
acs_entrance_id: string | null;
|
|
23817
24053
|
};
|
|
24054
|
+
} | {
|
|
24055
|
+
message: string;
|
|
24056
|
+
created_at: string;
|
|
24057
|
+
mutation_code: "deferring_user_membership_update";
|
|
24058
|
+
acs_user_id: string;
|
|
24059
|
+
variant: "removing" | "adding";
|
|
23818
24060
|
})[];
|
|
23819
24061
|
acs_access_group_id: string;
|
|
23820
24062
|
acs_system_id: string;
|
|
@@ -23892,6 +24134,12 @@ declare const batch: z.ZodObject<{
|
|
|
23892
24134
|
to: {
|
|
23893
24135
|
acs_entrance_id: string | null;
|
|
23894
24136
|
};
|
|
24137
|
+
} | {
|
|
24138
|
+
message: string;
|
|
24139
|
+
created_at: string;
|
|
24140
|
+
mutation_code: "deferring_user_membership_update";
|
|
24141
|
+
acs_user_id: string;
|
|
24142
|
+
variant: "removing" | "adding";
|
|
23895
24143
|
})[];
|
|
23896
24144
|
acs_access_group_id: string;
|
|
23897
24145
|
acs_system_id: string;
|
|
@@ -37481,6 +37729,12 @@ declare const batch: z.ZodObject<{
|
|
|
37481
37729
|
to: {
|
|
37482
37730
|
acs_access_group_id: string | null;
|
|
37483
37731
|
};
|
|
37732
|
+
} | {
|
|
37733
|
+
message: string;
|
|
37734
|
+
created_at: string;
|
|
37735
|
+
mutation_code: "deferring_group_membership_update";
|
|
37736
|
+
variant: "removing" | "adding";
|
|
37737
|
+
acs_access_group_id: string;
|
|
37484
37738
|
})[] | undefined;
|
|
37485
37739
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
37486
37740
|
external_type_display_name?: string | undefined;
|
|
@@ -37567,6 +37821,12 @@ declare const batch: z.ZodObject<{
|
|
|
37567
37821
|
to: {
|
|
37568
37822
|
acs_entrance_id: string | null;
|
|
37569
37823
|
};
|
|
37824
|
+
} | {
|
|
37825
|
+
message: string;
|
|
37826
|
+
created_at: string;
|
|
37827
|
+
mutation_code: "deferring_user_membership_update";
|
|
37828
|
+
acs_user_id: string;
|
|
37829
|
+
variant: "removing" | "adding";
|
|
37570
37830
|
})[];
|
|
37571
37831
|
acs_access_group_id: string;
|
|
37572
37832
|
acs_system_id: string;
|
|
@@ -38594,6 +38854,12 @@ declare const batch: z.ZodObject<{
|
|
|
38594
38854
|
to: {
|
|
38595
38855
|
acs_access_group_id: string | null;
|
|
38596
38856
|
};
|
|
38857
|
+
} | {
|
|
38858
|
+
message: string;
|
|
38859
|
+
created_at: string;
|
|
38860
|
+
mutation_code: "deferring_group_membership_update";
|
|
38861
|
+
variant: "removing" | "adding";
|
|
38862
|
+
acs_access_group_id: string;
|
|
38597
38863
|
})[] | undefined;
|
|
38598
38864
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
38599
38865
|
external_type_display_name?: string | undefined;
|
|
@@ -38680,6 +38946,12 @@ declare const batch: z.ZodObject<{
|
|
|
38680
38946
|
to: {
|
|
38681
38947
|
acs_entrance_id: string | null;
|
|
38682
38948
|
};
|
|
38949
|
+
} | {
|
|
38950
|
+
message: string;
|
|
38951
|
+
created_at: string;
|
|
38952
|
+
mutation_code: "deferring_user_membership_update";
|
|
38953
|
+
acs_user_id: string;
|
|
38954
|
+
variant: "removing" | "adding";
|
|
38683
38955
|
})[];
|
|
38684
38956
|
acs_access_group_id: string;
|
|
38685
38957
|
acs_system_id: string;
|
|
@@ -42218,6 +42490,12 @@ declare const batch: z.ZodObject<{
|
|
|
42218
42490
|
to: {
|
|
42219
42491
|
acs_access_group_id: string | null;
|
|
42220
42492
|
};
|
|
42493
|
+
} | {
|
|
42494
|
+
message: string;
|
|
42495
|
+
created_at: string;
|
|
42496
|
+
mutation_code: "deferring_group_membership_update";
|
|
42497
|
+
variant: "removing" | "adding";
|
|
42498
|
+
acs_access_group_id: string;
|
|
42221
42499
|
})[] | undefined;
|
|
42222
42500
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
42223
42501
|
external_type_display_name?: string | undefined;
|
|
@@ -42304,6 +42582,12 @@ declare const batch: z.ZodObject<{
|
|
|
42304
42582
|
to: {
|
|
42305
42583
|
acs_entrance_id: string | null;
|
|
42306
42584
|
};
|
|
42585
|
+
} | {
|
|
42586
|
+
message: string;
|
|
42587
|
+
created_at: string;
|
|
42588
|
+
mutation_code: "deferring_user_membership_update";
|
|
42589
|
+
acs_user_id: string;
|
|
42590
|
+
variant: "removing" | "adding";
|
|
42307
42591
|
})[];
|
|
42308
42592
|
acs_access_group_id: string;
|
|
42309
42593
|
acs_system_id: string;
|
|
@@ -43331,6 +43615,12 @@ declare const batch: z.ZodObject<{
|
|
|
43331
43615
|
to: {
|
|
43332
43616
|
acs_access_group_id: string | null;
|
|
43333
43617
|
};
|
|
43618
|
+
} | {
|
|
43619
|
+
message: string;
|
|
43620
|
+
created_at: string;
|
|
43621
|
+
mutation_code: "deferring_group_membership_update";
|
|
43622
|
+
variant: "removing" | "adding";
|
|
43623
|
+
acs_access_group_id: string;
|
|
43334
43624
|
})[] | undefined;
|
|
43335
43625
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
43336
43626
|
external_type_display_name?: string | undefined;
|
|
@@ -43417,6 +43707,12 @@ declare const batch: z.ZodObject<{
|
|
|
43417
43707
|
to: {
|
|
43418
43708
|
acs_entrance_id: string | null;
|
|
43419
43709
|
};
|
|
43710
|
+
} | {
|
|
43711
|
+
message: string;
|
|
43712
|
+
created_at: string;
|
|
43713
|
+
mutation_code: "deferring_user_membership_update";
|
|
43714
|
+
acs_user_id: string;
|
|
43715
|
+
variant: "removing" | "adding";
|
|
43420
43716
|
})[];
|
|
43421
43717
|
acs_access_group_id: string;
|
|
43422
43718
|
acs_system_id: string;
|
|
@@ -62190,6 +62486,8 @@ declare const _default: {
|
|
|
62190
62486
|
};
|
|
62191
62487
|
from?: never;
|
|
62192
62488
|
to?: never;
|
|
62489
|
+
acs_user_id?: never;
|
|
62490
|
+
variant?: never;
|
|
62193
62491
|
};
|
|
62194
62492
|
required: string[];
|
|
62195
62493
|
type: string;
|
|
@@ -62242,6 +62540,8 @@ declare const _default: {
|
|
|
62242
62540
|
type: string;
|
|
62243
62541
|
required?: never;
|
|
62244
62542
|
};
|
|
62543
|
+
acs_user_id?: never;
|
|
62544
|
+
variant?: never;
|
|
62245
62545
|
};
|
|
62246
62546
|
required: string[];
|
|
62247
62547
|
type: string;
|
|
@@ -62306,6 +62606,8 @@ declare const _default: {
|
|
|
62306
62606
|
required: string[];
|
|
62307
62607
|
type: string;
|
|
62308
62608
|
};
|
|
62609
|
+
acs_user_id?: never;
|
|
62610
|
+
variant?: never;
|
|
62309
62611
|
};
|
|
62310
62612
|
required: string[];
|
|
62311
62613
|
type: string;
|
|
@@ -62360,6 +62662,8 @@ declare const _default: {
|
|
|
62360
62662
|
required: string[];
|
|
62361
62663
|
type: string;
|
|
62362
62664
|
};
|
|
62665
|
+
acs_user_id?: never;
|
|
62666
|
+
variant?: never;
|
|
62363
62667
|
};
|
|
62364
62668
|
required: string[];
|
|
62365
62669
|
type: string;
|
|
@@ -62414,6 +62718,40 @@ declare const _default: {
|
|
|
62414
62718
|
required: string[];
|
|
62415
62719
|
type: string;
|
|
62416
62720
|
};
|
|
62721
|
+
acs_user_id?: never;
|
|
62722
|
+
variant?: never;
|
|
62723
|
+
};
|
|
62724
|
+
required: string[];
|
|
62725
|
+
type: string;
|
|
62726
|
+
} | {
|
|
62727
|
+
description: string;
|
|
62728
|
+
properties: {
|
|
62729
|
+
acs_user_id: {
|
|
62730
|
+
description: string;
|
|
62731
|
+
format: string;
|
|
62732
|
+
type: string;
|
|
62733
|
+
};
|
|
62734
|
+
created_at: {
|
|
62735
|
+
description: string;
|
|
62736
|
+
format: string;
|
|
62737
|
+
type: string;
|
|
62738
|
+
};
|
|
62739
|
+
message: {
|
|
62740
|
+
description: string;
|
|
62741
|
+
type: string;
|
|
62742
|
+
};
|
|
62743
|
+
mutation_code: {
|
|
62744
|
+
description: string;
|
|
62745
|
+
enum: string[];
|
|
62746
|
+
type: string;
|
|
62747
|
+
};
|
|
62748
|
+
variant: {
|
|
62749
|
+
description: string;
|
|
62750
|
+
enum: string[];
|
|
62751
|
+
type: string;
|
|
62752
|
+
};
|
|
62753
|
+
from?: never;
|
|
62754
|
+
to?: never;
|
|
62417
62755
|
};
|
|
62418
62756
|
required: string[];
|
|
62419
62757
|
type: string;
|
|
@@ -63513,6 +63851,8 @@ declare const _default: {
|
|
|
63513
63851
|
scheduled_at?: never;
|
|
63514
63852
|
from?: never;
|
|
63515
63853
|
to?: never;
|
|
63854
|
+
acs_access_group_id?: never;
|
|
63855
|
+
variant?: never;
|
|
63516
63856
|
};
|
|
63517
63857
|
required: string[];
|
|
63518
63858
|
type: string;
|
|
@@ -63541,6 +63881,8 @@ declare const _default: {
|
|
|
63541
63881
|
};
|
|
63542
63882
|
from?: never;
|
|
63543
63883
|
to?: never;
|
|
63884
|
+
acs_access_group_id?: never;
|
|
63885
|
+
variant?: never;
|
|
63544
63886
|
};
|
|
63545
63887
|
required: string[];
|
|
63546
63888
|
type: string;
|
|
@@ -63615,6 +63957,8 @@ declare const _default: {
|
|
|
63615
63957
|
required?: never;
|
|
63616
63958
|
};
|
|
63617
63959
|
scheduled_at?: never;
|
|
63960
|
+
acs_access_group_id?: never;
|
|
63961
|
+
variant?: never;
|
|
63618
63962
|
};
|
|
63619
63963
|
required: string[];
|
|
63620
63964
|
type: string;
|
|
@@ -63685,6 +64029,8 @@ declare const _default: {
|
|
|
63685
64029
|
type: string;
|
|
63686
64030
|
};
|
|
63687
64031
|
scheduled_at?: never;
|
|
64032
|
+
acs_access_group_id?: never;
|
|
64033
|
+
variant?: never;
|
|
63688
64034
|
};
|
|
63689
64035
|
required: string[];
|
|
63690
64036
|
type: string;
|
|
@@ -63738,6 +64084,8 @@ declare const _default: {
|
|
|
63738
64084
|
type: string;
|
|
63739
64085
|
};
|
|
63740
64086
|
scheduled_at?: never;
|
|
64087
|
+
acs_access_group_id?: never;
|
|
64088
|
+
variant?: never;
|
|
63741
64089
|
};
|
|
63742
64090
|
required: string[];
|
|
63743
64091
|
type: string;
|
|
@@ -63797,6 +64145,41 @@ declare const _default: {
|
|
|
63797
64145
|
type: string;
|
|
63798
64146
|
};
|
|
63799
64147
|
scheduled_at?: never;
|
|
64148
|
+
acs_access_group_id?: never;
|
|
64149
|
+
variant?: never;
|
|
64150
|
+
};
|
|
64151
|
+
required: string[];
|
|
64152
|
+
type: string;
|
|
64153
|
+
} | {
|
|
64154
|
+
description: string;
|
|
64155
|
+
properties: {
|
|
64156
|
+
acs_access_group_id: {
|
|
64157
|
+
description: string;
|
|
64158
|
+
format: string;
|
|
64159
|
+
type: string;
|
|
64160
|
+
};
|
|
64161
|
+
created_at: {
|
|
64162
|
+
description: string;
|
|
64163
|
+
format: string;
|
|
64164
|
+
type: string;
|
|
64165
|
+
};
|
|
64166
|
+
message: {
|
|
64167
|
+
description: string;
|
|
64168
|
+
type: string;
|
|
64169
|
+
};
|
|
64170
|
+
mutation_code: {
|
|
64171
|
+
description: string;
|
|
64172
|
+
enum: string[];
|
|
64173
|
+
type: string;
|
|
64174
|
+
};
|
|
64175
|
+
variant: {
|
|
64176
|
+
description: string;
|
|
64177
|
+
enum: string[];
|
|
64178
|
+
type: string;
|
|
64179
|
+
};
|
|
64180
|
+
scheduled_at?: never;
|
|
64181
|
+
from?: never;
|
|
64182
|
+
to?: never;
|
|
63800
64183
|
};
|
|
63801
64184
|
required: string[];
|
|
63802
64185
|
type: string;
|
|
@@ -77419,6 +77802,8 @@ declare const _default: {
|
|
|
77419
77802
|
};
|
|
77420
77803
|
from?: never;
|
|
77421
77804
|
to?: never;
|
|
77805
|
+
acs_user_id?: never;
|
|
77806
|
+
variant?: never;
|
|
77422
77807
|
};
|
|
77423
77808
|
required: string[];
|
|
77424
77809
|
type: string;
|
|
@@ -77471,6 +77856,8 @@ declare const _default: {
|
|
|
77471
77856
|
type: string;
|
|
77472
77857
|
required?: never;
|
|
77473
77858
|
};
|
|
77859
|
+
acs_user_id?: never;
|
|
77860
|
+
variant?: never;
|
|
77474
77861
|
};
|
|
77475
77862
|
required: string[];
|
|
77476
77863
|
type: string;
|
|
@@ -77535,6 +77922,8 @@ declare const _default: {
|
|
|
77535
77922
|
required: string[];
|
|
77536
77923
|
type: string;
|
|
77537
77924
|
};
|
|
77925
|
+
acs_user_id?: never;
|
|
77926
|
+
variant?: never;
|
|
77538
77927
|
};
|
|
77539
77928
|
required: string[];
|
|
77540
77929
|
type: string;
|
|
@@ -77589,6 +77978,8 @@ declare const _default: {
|
|
|
77589
77978
|
required: string[];
|
|
77590
77979
|
type: string;
|
|
77591
77980
|
};
|
|
77981
|
+
acs_user_id?: never;
|
|
77982
|
+
variant?: never;
|
|
77592
77983
|
};
|
|
77593
77984
|
required: string[];
|
|
77594
77985
|
type: string;
|
|
@@ -77643,6 +78034,40 @@ declare const _default: {
|
|
|
77643
78034
|
required: string[];
|
|
77644
78035
|
type: string;
|
|
77645
78036
|
};
|
|
78037
|
+
acs_user_id?: never;
|
|
78038
|
+
variant?: never;
|
|
78039
|
+
};
|
|
78040
|
+
required: string[];
|
|
78041
|
+
type: string;
|
|
78042
|
+
} | {
|
|
78043
|
+
description: string;
|
|
78044
|
+
properties: {
|
|
78045
|
+
acs_user_id: {
|
|
78046
|
+
description: string;
|
|
78047
|
+
format: string;
|
|
78048
|
+
type: string;
|
|
78049
|
+
};
|
|
78050
|
+
created_at: {
|
|
78051
|
+
description: string;
|
|
78052
|
+
format: string;
|
|
78053
|
+
type: string;
|
|
78054
|
+
};
|
|
78055
|
+
message: {
|
|
78056
|
+
description: string;
|
|
78057
|
+
type: string;
|
|
78058
|
+
};
|
|
78059
|
+
mutation_code: {
|
|
78060
|
+
description: string;
|
|
78061
|
+
enum: string[];
|
|
78062
|
+
type: string;
|
|
78063
|
+
};
|
|
78064
|
+
variant: {
|
|
78065
|
+
description: string;
|
|
78066
|
+
enum: string[];
|
|
78067
|
+
type: string;
|
|
78068
|
+
};
|
|
78069
|
+
from?: never;
|
|
78070
|
+
to?: never;
|
|
77646
78071
|
};
|
|
77647
78072
|
required: string[];
|
|
77648
78073
|
type: string;
|
|
@@ -78092,6 +78517,8 @@ declare const _default: {
|
|
|
78092
78517
|
scheduled_at?: never;
|
|
78093
78518
|
from?: never;
|
|
78094
78519
|
to?: never;
|
|
78520
|
+
acs_access_group_id?: never;
|
|
78521
|
+
variant?: never;
|
|
78095
78522
|
};
|
|
78096
78523
|
required: string[];
|
|
78097
78524
|
type: string;
|
|
@@ -78120,6 +78547,8 @@ declare const _default: {
|
|
|
78120
78547
|
};
|
|
78121
78548
|
from?: never;
|
|
78122
78549
|
to?: never;
|
|
78550
|
+
acs_access_group_id?: never;
|
|
78551
|
+
variant?: never;
|
|
78123
78552
|
};
|
|
78124
78553
|
required: string[];
|
|
78125
78554
|
type: string;
|
|
@@ -78194,6 +78623,8 @@ declare const _default: {
|
|
|
78194
78623
|
required?: never;
|
|
78195
78624
|
};
|
|
78196
78625
|
scheduled_at?: never;
|
|
78626
|
+
acs_access_group_id?: never;
|
|
78627
|
+
variant?: never;
|
|
78197
78628
|
};
|
|
78198
78629
|
required: string[];
|
|
78199
78630
|
type: string;
|
|
@@ -78264,6 +78695,8 @@ declare const _default: {
|
|
|
78264
78695
|
type: string;
|
|
78265
78696
|
};
|
|
78266
78697
|
scheduled_at?: never;
|
|
78698
|
+
acs_access_group_id?: never;
|
|
78699
|
+
variant?: never;
|
|
78267
78700
|
};
|
|
78268
78701
|
required: string[];
|
|
78269
78702
|
type: string;
|
|
@@ -78317,6 +78750,8 @@ declare const _default: {
|
|
|
78317
78750
|
type: string;
|
|
78318
78751
|
};
|
|
78319
78752
|
scheduled_at?: never;
|
|
78753
|
+
acs_access_group_id?: never;
|
|
78754
|
+
variant?: never;
|
|
78320
78755
|
};
|
|
78321
78756
|
required: string[];
|
|
78322
78757
|
type: string;
|
|
@@ -78376,6 +78811,41 @@ declare const _default: {
|
|
|
78376
78811
|
type: string;
|
|
78377
78812
|
};
|
|
78378
78813
|
scheduled_at?: never;
|
|
78814
|
+
acs_access_group_id?: never;
|
|
78815
|
+
variant?: never;
|
|
78816
|
+
};
|
|
78817
|
+
required: string[];
|
|
78818
|
+
type: string;
|
|
78819
|
+
} | {
|
|
78820
|
+
description: string;
|
|
78821
|
+
properties: {
|
|
78822
|
+
acs_access_group_id: {
|
|
78823
|
+
description: string;
|
|
78824
|
+
format: string;
|
|
78825
|
+
type: string;
|
|
78826
|
+
};
|
|
78827
|
+
created_at: {
|
|
78828
|
+
description: string;
|
|
78829
|
+
format: string;
|
|
78830
|
+
type: string;
|
|
78831
|
+
};
|
|
78832
|
+
message: {
|
|
78833
|
+
description: string;
|
|
78834
|
+
type: string;
|
|
78835
|
+
};
|
|
78836
|
+
mutation_code: {
|
|
78837
|
+
description: string;
|
|
78838
|
+
enum: string[];
|
|
78839
|
+
type: string;
|
|
78840
|
+
};
|
|
78841
|
+
variant: {
|
|
78842
|
+
description: string;
|
|
78843
|
+
enum: string[];
|
|
78844
|
+
type: string;
|
|
78845
|
+
};
|
|
78846
|
+
scheduled_at?: never;
|
|
78847
|
+
from?: never;
|
|
78848
|
+
to?: never;
|
|
78379
78849
|
};
|
|
78380
78850
|
required: string[];
|
|
78381
78851
|
type: string;
|
|
@@ -143328,6 +143798,17 @@ type Routes = {
|
|
|
143328
143798
|
/** New entrance ID. */
|
|
143329
143799
|
acs_entrance_id: string | null;
|
|
143330
143800
|
};
|
|
143801
|
+
} | {
|
|
143802
|
+
/** Date and time at which the mutation was created. */
|
|
143803
|
+
created_at: string;
|
|
143804
|
+
/** Detailed description of the mutation. */
|
|
143805
|
+
message: string;
|
|
143806
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
143807
|
+
mutation_code: 'deferring_user_membership_update';
|
|
143808
|
+
/** ID of the user involved in the scheduled change. */
|
|
143809
|
+
acs_user_id: string;
|
|
143810
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
143811
|
+
variant: 'adding' | 'removing';
|
|
143331
143812
|
})[];
|
|
143332
143813
|
is_managed: true;
|
|
143333
143814
|
}[] | undefined;
|
|
@@ -148031,6 +148512,17 @@ type Routes = {
|
|
|
148031
148512
|
/** New entrance ID. */
|
|
148032
148513
|
acs_entrance_id: string | null;
|
|
148033
148514
|
};
|
|
148515
|
+
} | {
|
|
148516
|
+
/** Date and time at which the mutation was created. */
|
|
148517
|
+
created_at: string;
|
|
148518
|
+
/** Detailed description of the mutation. */
|
|
148519
|
+
message: string;
|
|
148520
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
148521
|
+
mutation_code: 'deferring_user_membership_update';
|
|
148522
|
+
/** ID of the user involved in the scheduled change. */
|
|
148523
|
+
acs_user_id: string;
|
|
148524
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
148525
|
+
variant: 'adding' | 'removing';
|
|
148034
148526
|
})[];
|
|
148035
148527
|
is_managed: true;
|
|
148036
148528
|
};
|
|
@@ -148188,6 +148680,17 @@ type Routes = {
|
|
|
148188
148680
|
/** New entrance ID. */
|
|
148189
148681
|
acs_entrance_id: string | null;
|
|
148190
148682
|
};
|
|
148683
|
+
} | {
|
|
148684
|
+
/** Date and time at which the mutation was created. */
|
|
148685
|
+
created_at: string;
|
|
148686
|
+
/** Detailed description of the mutation. */
|
|
148687
|
+
message: string;
|
|
148688
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
148689
|
+
mutation_code: 'deferring_user_membership_update';
|
|
148690
|
+
/** ID of the user involved in the scheduled change. */
|
|
148691
|
+
acs_user_id: string;
|
|
148692
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
148693
|
+
variant: 'adding' | 'removing';
|
|
148191
148694
|
})[];
|
|
148192
148695
|
is_managed: true;
|
|
148193
148696
|
}[];
|
|
@@ -148547,6 +149050,17 @@ type Routes = {
|
|
|
148547
149050
|
/** New access group ID. */
|
|
148548
149051
|
acs_access_group_id: string | null;
|
|
148549
149052
|
};
|
|
149053
|
+
} | {
|
|
149054
|
+
/** Date and time at which the mutation was created. */
|
|
149055
|
+
created_at: string;
|
|
149056
|
+
/** Detailed description of the mutation. */
|
|
149057
|
+
message: string;
|
|
149058
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
149059
|
+
mutation_code: 'deferring_group_membership_update';
|
|
149060
|
+
/** ID of the access group involved in the scheduled change. */
|
|
149061
|
+
acs_access_group_id: string;
|
|
149062
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
149063
|
+
variant: 'adding' | 'removing';
|
|
148550
149064
|
})[] | undefined;
|
|
148551
149065
|
/** The last time an internal sync job completed for this access system user. */
|
|
148552
149066
|
last_successful_sync_at: string | null;
|
|
@@ -148738,6 +149252,17 @@ type Routes = {
|
|
|
148738
149252
|
/** New entrance ID. */
|
|
148739
149253
|
acs_entrance_id: string | null;
|
|
148740
149254
|
};
|
|
149255
|
+
} | {
|
|
149256
|
+
/** Date and time at which the mutation was created. */
|
|
149257
|
+
created_at: string;
|
|
149258
|
+
/** Detailed description of the mutation. */
|
|
149259
|
+
message: string;
|
|
149260
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
149261
|
+
mutation_code: 'deferring_user_membership_update';
|
|
149262
|
+
/** ID of the user involved in the scheduled change. */
|
|
149263
|
+
acs_user_id: string;
|
|
149264
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
149265
|
+
variant: 'adding' | 'removing';
|
|
148741
149266
|
})[];
|
|
148742
149267
|
is_managed: false;
|
|
148743
149268
|
};
|
|
@@ -148893,6 +149418,17 @@ type Routes = {
|
|
|
148893
149418
|
/** New entrance ID. */
|
|
148894
149419
|
acs_entrance_id: string | null;
|
|
148895
149420
|
};
|
|
149421
|
+
} | {
|
|
149422
|
+
/** Date and time at which the mutation was created. */
|
|
149423
|
+
created_at: string;
|
|
149424
|
+
/** Detailed description of the mutation. */
|
|
149425
|
+
message: string;
|
|
149426
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
149427
|
+
mutation_code: 'deferring_user_membership_update';
|
|
149428
|
+
/** ID of the user involved in the scheduled change. */
|
|
149429
|
+
acs_user_id: string;
|
|
149430
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
149431
|
+
variant: 'adding' | 'removing';
|
|
148896
149432
|
})[];
|
|
148897
149433
|
is_managed: false;
|
|
148898
149434
|
}[];
|
|
@@ -154478,6 +155014,17 @@ type Routes = {
|
|
|
154478
155014
|
/** New access group ID. */
|
|
154479
155015
|
acs_access_group_id: string | null;
|
|
154480
155016
|
};
|
|
155017
|
+
} | {
|
|
155018
|
+
/** Date and time at which the mutation was created. */
|
|
155019
|
+
created_at: string;
|
|
155020
|
+
/** Detailed description of the mutation. */
|
|
155021
|
+
message: string;
|
|
155022
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
155023
|
+
mutation_code: 'deferring_group_membership_update';
|
|
155024
|
+
/** ID of the access group involved in the scheduled change. */
|
|
155025
|
+
acs_access_group_id: string;
|
|
155026
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
155027
|
+
variant: 'adding' | 'removing';
|
|
154481
155028
|
})[] | undefined;
|
|
154482
155029
|
/** The last time an internal sync job completed for this access system user. */
|
|
154483
155030
|
last_successful_sync_at: string | null;
|
|
@@ -154742,6 +155289,17 @@ type Routes = {
|
|
|
154742
155289
|
/** New access group ID. */
|
|
154743
155290
|
acs_access_group_id: string | null;
|
|
154744
155291
|
};
|
|
155292
|
+
} | {
|
|
155293
|
+
/** Date and time at which the mutation was created. */
|
|
155294
|
+
created_at: string;
|
|
155295
|
+
/** Detailed description of the mutation. */
|
|
155296
|
+
message: string;
|
|
155297
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
155298
|
+
mutation_code: 'deferring_group_membership_update';
|
|
155299
|
+
/** ID of the access group involved in the scheduled change. */
|
|
155300
|
+
acs_access_group_id: string;
|
|
155301
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
155302
|
+
variant: 'adding' | 'removing';
|
|
154745
155303
|
})[] | undefined;
|
|
154746
155304
|
/** The last time an internal sync job completed for this access system user. */
|
|
154747
155305
|
last_successful_sync_at: string | null;
|
|
@@ -154994,6 +155552,17 @@ type Routes = {
|
|
|
154994
155552
|
/** New access group ID. */
|
|
154995
155553
|
acs_access_group_id: string | null;
|
|
154996
155554
|
};
|
|
155555
|
+
} | {
|
|
155556
|
+
/** Date and time at which the mutation was created. */
|
|
155557
|
+
created_at: string;
|
|
155558
|
+
/** Detailed description of the mutation. */
|
|
155559
|
+
message: string;
|
|
155560
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
155561
|
+
mutation_code: 'deferring_group_membership_update';
|
|
155562
|
+
/** ID of the access group involved in the scheduled change. */
|
|
155563
|
+
acs_access_group_id: string;
|
|
155564
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
155565
|
+
variant: 'adding' | 'removing';
|
|
154997
155566
|
})[] | undefined;
|
|
154998
155567
|
/** The last time an internal sync job completed for this access system user. */
|
|
154999
155568
|
last_successful_sync_at: string | null;
|
|
@@ -155440,6 +156009,17 @@ type Routes = {
|
|
|
155440
156009
|
/** New access group ID. */
|
|
155441
156010
|
acs_access_group_id: string | null;
|
|
155442
156011
|
};
|
|
156012
|
+
} | {
|
|
156013
|
+
/** Date and time at which the mutation was created. */
|
|
156014
|
+
created_at: string;
|
|
156015
|
+
/** Detailed description of the mutation. */
|
|
156016
|
+
message: string;
|
|
156017
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
156018
|
+
mutation_code: 'deferring_group_membership_update';
|
|
156019
|
+
/** ID of the access group involved in the scheduled change. */
|
|
156020
|
+
acs_access_group_id: string;
|
|
156021
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
156022
|
+
variant: 'adding' | 'removing';
|
|
155443
156023
|
})[] | undefined;
|
|
155444
156024
|
/** The last time an internal sync job completed for this access system user. */
|
|
155445
156025
|
last_successful_sync_at: string | null;
|
|
@@ -155688,6 +156268,17 @@ type Routes = {
|
|
|
155688
156268
|
/** New access group ID. */
|
|
155689
156269
|
acs_access_group_id: string | null;
|
|
155690
156270
|
};
|
|
156271
|
+
} | {
|
|
156272
|
+
/** Date and time at which the mutation was created. */
|
|
156273
|
+
created_at: string;
|
|
156274
|
+
/** Detailed description of the mutation. */
|
|
156275
|
+
message: string;
|
|
156276
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
156277
|
+
mutation_code: 'deferring_group_membership_update';
|
|
156278
|
+
/** ID of the access group involved in the scheduled change. */
|
|
156279
|
+
acs_access_group_id: string;
|
|
156280
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
156281
|
+
variant: 'adding' | 'removing';
|
|
155691
156282
|
})[] | undefined;
|
|
155692
156283
|
/** The last time an internal sync job completed for this access system user. */
|
|
155693
156284
|
last_successful_sync_at: string | null;
|
|
@@ -215292,6 +215883,17 @@ type Routes = {
|
|
|
215292
215883
|
/** New access group ID. */
|
|
215293
215884
|
acs_access_group_id: string | null;
|
|
215294
215885
|
};
|
|
215886
|
+
} | {
|
|
215887
|
+
/** Date and time at which the mutation was created. */
|
|
215888
|
+
created_at: string;
|
|
215889
|
+
/** Detailed description of the mutation. */
|
|
215890
|
+
message: string;
|
|
215891
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
215892
|
+
mutation_code: 'deferring_group_membership_update';
|
|
215893
|
+
/** ID of the access group involved in the scheduled change. */
|
|
215894
|
+
acs_access_group_id: string;
|
|
215895
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
215896
|
+
variant: 'adding' | 'removing';
|
|
215295
215897
|
})[] | undefined;
|
|
215296
215898
|
/** The last time an internal sync job completed for this access system user. */
|
|
215297
215899
|
last_successful_sync_at: string | null;
|
|
@@ -217667,6 +218269,17 @@ type Routes = {
|
|
|
217667
218269
|
/** New access group ID. */
|
|
217668
218270
|
acs_access_group_id: string | null;
|
|
217669
218271
|
};
|
|
218272
|
+
} | {
|
|
218273
|
+
/** Date and time at which the mutation was created. */
|
|
218274
|
+
created_at: string;
|
|
218275
|
+
/** Detailed description of the mutation. */
|
|
218276
|
+
message: string;
|
|
218277
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
218278
|
+
mutation_code: 'deferring_group_membership_update';
|
|
218279
|
+
/** ID of the access group involved in the scheduled change. */
|
|
218280
|
+
acs_access_group_id: string;
|
|
218281
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
218282
|
+
variant: 'adding' | 'removing';
|
|
217670
218283
|
})[] | undefined;
|
|
217671
218284
|
/** The last time an internal sync job completed for this access system user. */
|
|
217672
218285
|
last_successful_sync_at: string | null;
|
|
@@ -217826,6 +218439,17 @@ type Routes = {
|
|
|
217826
218439
|
/** New entrance ID. */
|
|
217827
218440
|
acs_entrance_id: string | null;
|
|
217828
218441
|
};
|
|
218442
|
+
} | {
|
|
218443
|
+
/** Date and time at which the mutation was created. */
|
|
218444
|
+
created_at: string;
|
|
218445
|
+
/** Detailed description of the mutation. */
|
|
218446
|
+
message: string;
|
|
218447
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
218448
|
+
mutation_code: 'deferring_user_membership_update';
|
|
218449
|
+
/** ID of the user involved in the scheduled change. */
|
|
218450
|
+
acs_user_id: string;
|
|
218451
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
218452
|
+
variant: 'adding' | 'removing';
|
|
217829
218453
|
})[];
|
|
217830
218454
|
is_managed: true;
|
|
217831
218455
|
}[] | undefined;
|
|
@@ -219334,6 +219958,17 @@ type Routes = {
|
|
|
219334
219958
|
/** New access group ID. */
|
|
219335
219959
|
acs_access_group_id: string | null;
|
|
219336
219960
|
};
|
|
219961
|
+
} | {
|
|
219962
|
+
/** Date and time at which the mutation was created. */
|
|
219963
|
+
created_at: string;
|
|
219964
|
+
/** Detailed description of the mutation. */
|
|
219965
|
+
message: string;
|
|
219966
|
+
/** Mutation code to indicate that a scheduled access group membership change is pending for this user. */
|
|
219967
|
+
mutation_code: 'deferring_group_membership_update';
|
|
219968
|
+
/** ID of the access group involved in the scheduled change. */
|
|
219969
|
+
acs_access_group_id: string;
|
|
219970
|
+
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
219971
|
+
variant: 'adding' | 'removing';
|
|
219337
219972
|
})[] | undefined;
|
|
219338
219973
|
/** The last time an internal sync job completed for this access system user. */
|
|
219339
219974
|
last_successful_sync_at: string | null;
|
|
@@ -219493,6 +220128,17 @@ type Routes = {
|
|
|
219493
220128
|
/** New entrance ID. */
|
|
219494
220129
|
acs_entrance_id: string | null;
|
|
219495
220130
|
};
|
|
220131
|
+
} | {
|
|
220132
|
+
/** Date and time at which the mutation was created. */
|
|
220133
|
+
created_at: string;
|
|
220134
|
+
/** Detailed description of the mutation. */
|
|
220135
|
+
message: string;
|
|
220136
|
+
/** Mutation code to indicate that a scheduled user membership change is pending for this access group. */
|
|
220137
|
+
mutation_code: 'deferring_user_membership_update';
|
|
220138
|
+
/** ID of the user involved in the scheduled change. */
|
|
220139
|
+
acs_user_id: string;
|
|
220140
|
+
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
220141
|
+
variant: 'adding' | 'removing';
|
|
219496
220142
|
})[];
|
|
219497
220143
|
is_managed: false;
|
|
219498
220144
|
}[] | undefined;
|