@seamapi/types 1.738.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 +1391 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2600 -532
- package/dist/index.cjs +1391 -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 +1664 -241
- package/lib/seam/connect/openapi.js +1362 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +349 -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 +1386 -0
- package/src/lib/seam/connect/route-types.ts +429 -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;
|
|
@@ -112819,65 +113289,275 @@ declare const _default: {
|
|
|
112819
113289
|
'x-undocumented': string;
|
|
112820
113290
|
};
|
|
112821
113291
|
};
|
|
112822
|
-
'/seam/customer/v1/customers/
|
|
113292
|
+
'/seam/customer/v1/customers/automations/get': {
|
|
112823
113293
|
get: {
|
|
112824
113294
|
description: string;
|
|
112825
113295
|
operationId: string;
|
|
112826
|
-
parameters:
|
|
112827
|
-
in: string;
|
|
112828
|
-
name: string;
|
|
112829
|
-
schema: {
|
|
112830
|
-
description: string;
|
|
112831
|
-
minLength: number;
|
|
112832
|
-
type: string;
|
|
112833
|
-
default?: never;
|
|
112834
|
-
exclusiveMinimum?: never;
|
|
112835
|
-
minimum?: never;
|
|
112836
|
-
nullable?: never;
|
|
112837
|
-
};
|
|
112838
|
-
} | {
|
|
112839
|
-
in: string;
|
|
112840
|
-
name: string;
|
|
112841
|
-
schema: {
|
|
112842
|
-
default: number;
|
|
112843
|
-
description: string;
|
|
112844
|
-
exclusiveMinimum: boolean;
|
|
112845
|
-
minimum: number;
|
|
112846
|
-
type: string;
|
|
112847
|
-
minLength?: never;
|
|
112848
|
-
nullable?: never;
|
|
112849
|
-
};
|
|
112850
|
-
} | {
|
|
113296
|
+
parameters: {
|
|
112851
113297
|
in: string;
|
|
112852
113298
|
name: string;
|
|
113299
|
+
required: boolean;
|
|
112853
113300
|
schema: {
|
|
112854
113301
|
description: string;
|
|
112855
|
-
nullable: boolean;
|
|
112856
113302
|
type: string;
|
|
112857
|
-
minLength?: never;
|
|
112858
|
-
default?: never;
|
|
112859
|
-
exclusiveMinimum?: never;
|
|
112860
|
-
minimum?: never;
|
|
112861
113303
|
};
|
|
112862
|
-
}
|
|
113304
|
+
}[];
|
|
112863
113305
|
responses: {
|
|
112864
113306
|
200: {
|
|
112865
113307
|
content: {
|
|
112866
113308
|
'application/json': {
|
|
112867
113309
|
schema: {
|
|
112868
113310
|
properties: {
|
|
112869
|
-
|
|
112870
|
-
|
|
112871
|
-
|
|
113311
|
+
automation: {
|
|
113312
|
+
properties: {
|
|
113313
|
+
access_rules: {
|
|
113314
|
+
properties: {
|
|
113315
|
+
reservation_created: {
|
|
113316
|
+
properties: {
|
|
113317
|
+
config: {
|
|
113318
|
+
properties: {
|
|
113319
|
+
access_methods: {
|
|
113320
|
+
items: {
|
|
113321
|
+
enum: string[];
|
|
113322
|
+
type: string;
|
|
113323
|
+
};
|
|
113324
|
+
minItems: number;
|
|
113325
|
+
type: string;
|
|
113326
|
+
};
|
|
113327
|
+
card_count_on_reservation_create: {
|
|
113328
|
+
minimum: number;
|
|
113329
|
+
type: string;
|
|
113330
|
+
};
|
|
113331
|
+
code_count_on_reservation_create: {
|
|
113332
|
+
minimum: number;
|
|
113333
|
+
type: string;
|
|
113334
|
+
};
|
|
113335
|
+
instant_key_max_use_count: {
|
|
113336
|
+
minimum: number;
|
|
113337
|
+
type: string;
|
|
113338
|
+
};
|
|
113339
|
+
method_issuance_strategy: {
|
|
113340
|
+
enum: string[];
|
|
113341
|
+
type: string;
|
|
113342
|
+
};
|
|
113343
|
+
};
|
|
113344
|
+
required: string[];
|
|
113345
|
+
type: string;
|
|
113346
|
+
};
|
|
113347
|
+
rule: {
|
|
113348
|
+
enum: string[];
|
|
113349
|
+
type: string;
|
|
113350
|
+
};
|
|
113351
|
+
};
|
|
113352
|
+
required: string[];
|
|
113353
|
+
type: string;
|
|
113354
|
+
};
|
|
113355
|
+
reservation_deleted: {
|
|
113356
|
+
properties: {
|
|
113357
|
+
config: {
|
|
113358
|
+
$ref: string;
|
|
113359
|
+
};
|
|
113360
|
+
rule: {
|
|
113361
|
+
enum: string[];
|
|
113362
|
+
type: string;
|
|
113363
|
+
};
|
|
113364
|
+
};
|
|
113365
|
+
required: string[];
|
|
113366
|
+
type: string;
|
|
113367
|
+
};
|
|
113368
|
+
reservation_spaces_updated: {
|
|
113369
|
+
properties: {
|
|
113370
|
+
config: {
|
|
113371
|
+
$ref: string;
|
|
113372
|
+
};
|
|
113373
|
+
rule: {
|
|
113374
|
+
enum: string[];
|
|
113375
|
+
type: string;
|
|
113376
|
+
};
|
|
113377
|
+
};
|
|
113378
|
+
required: string[];
|
|
113379
|
+
type: string;
|
|
113380
|
+
};
|
|
113381
|
+
reservation_time_updated: {
|
|
113382
|
+
properties: {
|
|
113383
|
+
config: {
|
|
113384
|
+
$ref: string;
|
|
113385
|
+
};
|
|
113386
|
+
rule: {
|
|
113387
|
+
enum: string[];
|
|
113388
|
+
type: string;
|
|
113389
|
+
};
|
|
113390
|
+
};
|
|
113391
|
+
required: string[];
|
|
113392
|
+
type: string;
|
|
113393
|
+
};
|
|
113394
|
+
space_name_updated: {
|
|
113395
|
+
properties: {
|
|
113396
|
+
config: {
|
|
113397
|
+
$ref: string;
|
|
113398
|
+
};
|
|
113399
|
+
rule: {
|
|
113400
|
+
enum: string[];
|
|
113401
|
+
type: string;
|
|
113402
|
+
};
|
|
113403
|
+
};
|
|
113404
|
+
required: string[];
|
|
113405
|
+
type: string;
|
|
113406
|
+
};
|
|
113407
|
+
staff_member_created: {
|
|
113408
|
+
properties: {
|
|
113409
|
+
config: {
|
|
113410
|
+
$ref: string;
|
|
113411
|
+
};
|
|
113412
|
+
rule: {
|
|
113413
|
+
enum: string[];
|
|
113414
|
+
type: string;
|
|
113415
|
+
};
|
|
113416
|
+
};
|
|
113417
|
+
required: string[];
|
|
113418
|
+
type: string;
|
|
113419
|
+
};
|
|
113420
|
+
staff_member_name_updated: {
|
|
113421
|
+
properties: {
|
|
113422
|
+
config: {
|
|
113423
|
+
$ref: string;
|
|
113424
|
+
};
|
|
113425
|
+
rule: {
|
|
113426
|
+
enum: string[];
|
|
113427
|
+
type: string;
|
|
113428
|
+
};
|
|
113429
|
+
};
|
|
113430
|
+
required: string[];
|
|
113431
|
+
type: string;
|
|
113432
|
+
};
|
|
113433
|
+
user_identity_name_updated: {
|
|
113434
|
+
properties: {
|
|
113435
|
+
config: {
|
|
113436
|
+
$ref: string;
|
|
113437
|
+
};
|
|
113438
|
+
rule: {
|
|
113439
|
+
enum: string[];
|
|
113440
|
+
type: string;
|
|
113441
|
+
};
|
|
113442
|
+
};
|
|
113443
|
+
required: string[];
|
|
113444
|
+
type: string;
|
|
113445
|
+
};
|
|
113446
|
+
};
|
|
113447
|
+
type: string;
|
|
113448
|
+
};
|
|
113449
|
+
climate_rules: {
|
|
113450
|
+
properties: {
|
|
113451
|
+
rules: {
|
|
113452
|
+
properties: {
|
|
113453
|
+
reservation_created: {
|
|
113454
|
+
properties: {
|
|
113455
|
+
automated_occupied_preset: {
|
|
113456
|
+
properties: {
|
|
113457
|
+
cooling_set_point_celsius: {
|
|
113458
|
+
format: string;
|
|
113459
|
+
type: string;
|
|
113460
|
+
};
|
|
113461
|
+
cooling_set_point_fahrenheit: {
|
|
113462
|
+
format: string;
|
|
113463
|
+
type: string;
|
|
113464
|
+
};
|
|
113465
|
+
fan_mode: {
|
|
113466
|
+
enum: string[];
|
|
113467
|
+
type: string;
|
|
113468
|
+
};
|
|
113469
|
+
heating_set_point_celsius: {
|
|
113470
|
+
format: string;
|
|
113471
|
+
type: string;
|
|
113472
|
+
};
|
|
113473
|
+
heating_set_point_fahrenheit: {
|
|
113474
|
+
format: string;
|
|
113475
|
+
type: string;
|
|
113476
|
+
};
|
|
113477
|
+
is_override_allowed: {
|
|
113478
|
+
type: string;
|
|
113479
|
+
};
|
|
113480
|
+
max_override_period_minutes: {
|
|
113481
|
+
format: string;
|
|
113482
|
+
type: string;
|
|
113483
|
+
};
|
|
113484
|
+
mode: {
|
|
113485
|
+
enum: string[];
|
|
113486
|
+
type: string;
|
|
113487
|
+
};
|
|
113488
|
+
};
|
|
113489
|
+
required: string[];
|
|
113490
|
+
type: string;
|
|
113491
|
+
};
|
|
113492
|
+
automated_unoccupied_preset: {
|
|
113493
|
+
properties: {
|
|
113494
|
+
cooling_set_point_celsius: {
|
|
113495
|
+
format: string;
|
|
113496
|
+
type: string;
|
|
113497
|
+
};
|
|
113498
|
+
cooling_set_point_fahrenheit: {
|
|
113499
|
+
format: string;
|
|
113500
|
+
type: string;
|
|
113501
|
+
};
|
|
113502
|
+
fan_mode: {
|
|
113503
|
+
enum: string[];
|
|
113504
|
+
type: string;
|
|
113505
|
+
};
|
|
113506
|
+
heating_set_point_celsius: {
|
|
113507
|
+
format: string;
|
|
113508
|
+
type: string;
|
|
113509
|
+
};
|
|
113510
|
+
heating_set_point_fahrenheit: {
|
|
113511
|
+
format: string;
|
|
113512
|
+
type: string;
|
|
113513
|
+
};
|
|
113514
|
+
is_override_allowed: {
|
|
113515
|
+
type: string;
|
|
113516
|
+
};
|
|
113517
|
+
max_override_period_minutes: {
|
|
113518
|
+
format: string;
|
|
113519
|
+
type: string;
|
|
113520
|
+
};
|
|
113521
|
+
mode: {
|
|
113522
|
+
enum: string[];
|
|
113523
|
+
type: string;
|
|
113524
|
+
};
|
|
113525
|
+
};
|
|
113526
|
+
required: string[];
|
|
113527
|
+
type: string;
|
|
113528
|
+
};
|
|
113529
|
+
occupied_preset_key: {
|
|
113530
|
+
type: string;
|
|
113531
|
+
};
|
|
113532
|
+
precondition_minutes_before_reservation: {
|
|
113533
|
+
format: string;
|
|
113534
|
+
type: string;
|
|
113535
|
+
};
|
|
113536
|
+
unoccupied_preset_key: {
|
|
113537
|
+
type: string;
|
|
113538
|
+
};
|
|
113539
|
+
};
|
|
113540
|
+
type: string;
|
|
113541
|
+
};
|
|
113542
|
+
reservation_deleted: {
|
|
113543
|
+
$ref: string;
|
|
113544
|
+
};
|
|
113545
|
+
reservation_time_updated: {
|
|
113546
|
+
$ref: string;
|
|
113547
|
+
};
|
|
113548
|
+
};
|
|
113549
|
+
type: string;
|
|
113550
|
+
};
|
|
113551
|
+
};
|
|
113552
|
+
required: string[];
|
|
113553
|
+
type: string;
|
|
113554
|
+
};
|
|
112872
113555
|
};
|
|
112873
113556
|
type: string;
|
|
112874
113557
|
};
|
|
112875
113558
|
ok: {
|
|
112876
113559
|
type: string;
|
|
112877
113560
|
};
|
|
112878
|
-
pagination: {
|
|
112879
|
-
$ref: string;
|
|
112880
|
-
};
|
|
112881
113561
|
};
|
|
112882
113562
|
required: string[];
|
|
112883
113563
|
type: string;
|
|
@@ -112894,103 +113574,17 @@ declare const _default: {
|
|
|
112894
113574
|
};
|
|
112895
113575
|
};
|
|
112896
113576
|
security: ({
|
|
112897
|
-
api_key: never[];
|
|
112898
|
-
pat_with_workspace?: never;
|
|
112899
|
-
console_session_with_workspace?: never;
|
|
112900
|
-
} | {
|
|
112901
113577
|
pat_with_workspace: never[];
|
|
112902
|
-
api_key?: never;
|
|
112903
113578
|
console_session_with_workspace?: never;
|
|
113579
|
+
api_key?: never;
|
|
112904
113580
|
} | {
|
|
112905
113581
|
console_session_with_workspace: never[];
|
|
112906
|
-
api_key?: never;
|
|
112907
|
-
pat_with_workspace?: never;
|
|
112908
|
-
})[];
|
|
112909
|
-
summary: string;
|
|
112910
|
-
tags: never[];
|
|
112911
|
-
'x-fern-sdk-group-name': string[];
|
|
112912
|
-
'x-fern-sdk-method-name': string;
|
|
112913
|
-
'x-fern-sdk-return-value': string;
|
|
112914
|
-
'x-response-key': string;
|
|
112915
|
-
'x-title': string;
|
|
112916
|
-
'x-undocumented': string;
|
|
112917
|
-
};
|
|
112918
|
-
post: {
|
|
112919
|
-
description: string;
|
|
112920
|
-
operationId: string;
|
|
112921
|
-
requestBody: {
|
|
112922
|
-
content: {
|
|
112923
|
-
'application/json': {
|
|
112924
|
-
schema: {
|
|
112925
|
-
properties: {
|
|
112926
|
-
limit: {
|
|
112927
|
-
default: number;
|
|
112928
|
-
description: string;
|
|
112929
|
-
exclusiveMinimum: boolean;
|
|
112930
|
-
minimum: number;
|
|
112931
|
-
type: string;
|
|
112932
|
-
};
|
|
112933
|
-
page_cursor: {
|
|
112934
|
-
description: string;
|
|
112935
|
-
nullable: boolean;
|
|
112936
|
-
type: string;
|
|
112937
|
-
};
|
|
112938
|
-
search: {
|
|
112939
|
-
description: string;
|
|
112940
|
-
minLength: number;
|
|
112941
|
-
type: string;
|
|
112942
|
-
};
|
|
112943
|
-
};
|
|
112944
|
-
type: string;
|
|
112945
|
-
};
|
|
112946
|
-
};
|
|
112947
|
-
};
|
|
112948
|
-
};
|
|
112949
|
-
responses: {
|
|
112950
|
-
200: {
|
|
112951
|
-
content: {
|
|
112952
|
-
'application/json': {
|
|
112953
|
-
schema: {
|
|
112954
|
-
properties: {
|
|
112955
|
-
customers: {
|
|
112956
|
-
items: {
|
|
112957
|
-
$ref: string;
|
|
112958
|
-
};
|
|
112959
|
-
type: string;
|
|
112960
|
-
};
|
|
112961
|
-
ok: {
|
|
112962
|
-
type: string;
|
|
112963
|
-
};
|
|
112964
|
-
pagination: {
|
|
112965
|
-
$ref: string;
|
|
112966
|
-
};
|
|
112967
|
-
};
|
|
112968
|
-
required: string[];
|
|
112969
|
-
type: string;
|
|
112970
|
-
};
|
|
112971
|
-
};
|
|
112972
|
-
};
|
|
112973
|
-
description: string;
|
|
112974
|
-
};
|
|
112975
|
-
400: {
|
|
112976
|
-
description: string;
|
|
112977
|
-
};
|
|
112978
|
-
401: {
|
|
112979
|
-
description: string;
|
|
112980
|
-
};
|
|
112981
|
-
};
|
|
112982
|
-
security: ({
|
|
112983
|
-
api_key: never[];
|
|
112984
113582
|
pat_with_workspace?: never;
|
|
112985
|
-
console_session_with_workspace?: never;
|
|
112986
|
-
} | {
|
|
112987
|
-
pat_with_workspace: never[];
|
|
112988
113583
|
api_key?: never;
|
|
112989
|
-
console_session_with_workspace?: never;
|
|
112990
113584
|
} | {
|
|
112991
|
-
|
|
112992
|
-
api_key?: never;
|
|
113585
|
+
api_key: never[];
|
|
112993
113586
|
pat_with_workspace?: never;
|
|
113587
|
+
console_session_with_workspace?: never;
|
|
112994
113588
|
})[];
|
|
112995
113589
|
summary: string;
|
|
112996
113590
|
tags: never[];
|
|
@@ -112999,110 +113593,1235 @@ declare const _default: {
|
|
|
112999
113593
|
'x-fern-sdk-return-value': string;
|
|
113000
113594
|
'x-response-key': string;
|
|
113001
113595
|
'x-title': string;
|
|
113002
|
-
'x-undocumented': string;
|
|
113003
113596
|
};
|
|
113004
|
-
|
|
113005
|
-
|
|
113006
|
-
|
|
113007
|
-
|
|
113008
|
-
|
|
113009
|
-
|
|
113010
|
-
|
|
113011
|
-
|
|
113012
|
-
|
|
113013
|
-
|
|
113014
|
-
|
|
113015
|
-
|
|
113016
|
-
|
|
113017
|
-
|
|
113018
|
-
|
|
113019
|
-
|
|
113020
|
-
|
|
113021
|
-
|
|
113022
|
-
|
|
113023
|
-
|
|
113024
|
-
|
|
113025
|
-
|
|
113026
|
-
|
|
113027
|
-
|
|
113028
|
-
|
|
113029
|
-
|
|
113030
|
-
|
|
113031
|
-
|
|
113032
|
-
|
|
113033
|
-
|
|
113034
|
-
|
|
113035
|
-
|
|
113036
|
-
|
|
113037
|
-
|
|
113038
|
-
|
|
113039
|
-
|
|
113040
|
-
|
|
113041
|
-
|
|
113042
|
-
|
|
113043
|
-
|
|
113044
|
-
|
|
113045
|
-
|
|
113046
|
-
|
|
113047
|
-
|
|
113048
|
-
|
|
113049
|
-
|
|
113050
|
-
|
|
113051
|
-
|
|
113052
|
-
|
|
113053
|
-
|
|
113054
|
-
|
|
113055
|
-
|
|
113056
|
-
|
|
113057
|
-
|
|
113058
|
-
|
|
113059
|
-
|
|
113060
|
-
|
|
113061
|
-
|
|
113062
|
-
|
|
113063
|
-
|
|
113064
|
-
|
|
113065
|
-
|
|
113066
|
-
|
|
113067
|
-
|
|
113068
|
-
|
|
113069
|
-
|
|
113070
|
-
|
|
113071
|
-
|
|
113072
|
-
|
|
113073
|
-
|
|
113074
|
-
|
|
113075
|
-
|
|
113076
|
-
|
|
113077
|
-
|
|
113078
|
-
|
|
113079
|
-
|
|
113080
|
-
|
|
113081
|
-
|
|
113082
|
-
|
|
113083
|
-
|
|
113084
|
-
|
|
113085
|
-
|
|
113086
|
-
|
|
113087
|
-
|
|
113088
|
-
|
|
113089
|
-
|
|
113090
|
-
|
|
113091
|
-
|
|
113092
|
-
|
|
113093
|
-
|
|
113094
|
-
|
|
113095
|
-
|
|
113096
|
-
|
|
113097
|
-
|
|
113098
|
-
|
|
113099
|
-
|
|
113100
|
-
|
|
113101
|
-
|
|
113102
|
-
|
|
113103
|
-
|
|
113104
|
-
|
|
113105
|
-
|
|
113597
|
+
post: {
|
|
113598
|
+
description: string;
|
|
113599
|
+
operationId: string;
|
|
113600
|
+
requestBody: {
|
|
113601
|
+
content: {
|
|
113602
|
+
'application/json': {
|
|
113603
|
+
schema: {
|
|
113604
|
+
properties: {
|
|
113605
|
+
customer_key: {
|
|
113606
|
+
description: string;
|
|
113607
|
+
type: string;
|
|
113608
|
+
};
|
|
113609
|
+
};
|
|
113610
|
+
required: string[];
|
|
113611
|
+
type: string;
|
|
113612
|
+
};
|
|
113613
|
+
};
|
|
113614
|
+
};
|
|
113615
|
+
};
|
|
113616
|
+
responses: {
|
|
113617
|
+
200: {
|
|
113618
|
+
content: {
|
|
113619
|
+
'application/json': {
|
|
113620
|
+
schema: {
|
|
113621
|
+
properties: {
|
|
113622
|
+
automation: {
|
|
113623
|
+
properties: {
|
|
113624
|
+
access_rules: {
|
|
113625
|
+
properties: {
|
|
113626
|
+
reservation_created: {
|
|
113627
|
+
properties: {
|
|
113628
|
+
config: {
|
|
113629
|
+
properties: {
|
|
113630
|
+
access_methods: {
|
|
113631
|
+
items: {
|
|
113632
|
+
enum: string[];
|
|
113633
|
+
type: string;
|
|
113634
|
+
};
|
|
113635
|
+
minItems: number;
|
|
113636
|
+
type: string;
|
|
113637
|
+
};
|
|
113638
|
+
card_count_on_reservation_create: {
|
|
113639
|
+
minimum: number;
|
|
113640
|
+
type: string;
|
|
113641
|
+
};
|
|
113642
|
+
code_count_on_reservation_create: {
|
|
113643
|
+
minimum: number;
|
|
113644
|
+
type: string;
|
|
113645
|
+
};
|
|
113646
|
+
instant_key_max_use_count: {
|
|
113647
|
+
minimum: number;
|
|
113648
|
+
type: string;
|
|
113649
|
+
};
|
|
113650
|
+
method_issuance_strategy: {
|
|
113651
|
+
enum: string[];
|
|
113652
|
+
type: string;
|
|
113653
|
+
};
|
|
113654
|
+
};
|
|
113655
|
+
required: string[];
|
|
113656
|
+
type: string;
|
|
113657
|
+
};
|
|
113658
|
+
rule: {
|
|
113659
|
+
enum: string[];
|
|
113660
|
+
type: string;
|
|
113661
|
+
};
|
|
113662
|
+
};
|
|
113663
|
+
required: string[];
|
|
113664
|
+
type: string;
|
|
113665
|
+
};
|
|
113666
|
+
reservation_deleted: {
|
|
113667
|
+
properties: {
|
|
113668
|
+
config: {
|
|
113669
|
+
$ref: string;
|
|
113670
|
+
};
|
|
113671
|
+
rule: {
|
|
113672
|
+
enum: string[];
|
|
113673
|
+
type: string;
|
|
113674
|
+
};
|
|
113675
|
+
};
|
|
113676
|
+
required: string[];
|
|
113677
|
+
type: string;
|
|
113678
|
+
};
|
|
113679
|
+
reservation_spaces_updated: {
|
|
113680
|
+
properties: {
|
|
113681
|
+
config: {
|
|
113682
|
+
$ref: string;
|
|
113683
|
+
};
|
|
113684
|
+
rule: {
|
|
113685
|
+
enum: string[];
|
|
113686
|
+
type: string;
|
|
113687
|
+
};
|
|
113688
|
+
};
|
|
113689
|
+
required: string[];
|
|
113690
|
+
type: string;
|
|
113691
|
+
};
|
|
113692
|
+
reservation_time_updated: {
|
|
113693
|
+
properties: {
|
|
113694
|
+
config: {
|
|
113695
|
+
$ref: string;
|
|
113696
|
+
};
|
|
113697
|
+
rule: {
|
|
113698
|
+
enum: string[];
|
|
113699
|
+
type: string;
|
|
113700
|
+
};
|
|
113701
|
+
};
|
|
113702
|
+
required: string[];
|
|
113703
|
+
type: string;
|
|
113704
|
+
};
|
|
113705
|
+
space_name_updated: {
|
|
113706
|
+
properties: {
|
|
113707
|
+
config: {
|
|
113708
|
+
$ref: string;
|
|
113709
|
+
};
|
|
113710
|
+
rule: {
|
|
113711
|
+
enum: string[];
|
|
113712
|
+
type: string;
|
|
113713
|
+
};
|
|
113714
|
+
};
|
|
113715
|
+
required: string[];
|
|
113716
|
+
type: string;
|
|
113717
|
+
};
|
|
113718
|
+
staff_member_created: {
|
|
113719
|
+
properties: {
|
|
113720
|
+
config: {
|
|
113721
|
+
$ref: string;
|
|
113722
|
+
};
|
|
113723
|
+
rule: {
|
|
113724
|
+
enum: string[];
|
|
113725
|
+
type: string;
|
|
113726
|
+
};
|
|
113727
|
+
};
|
|
113728
|
+
required: string[];
|
|
113729
|
+
type: string;
|
|
113730
|
+
};
|
|
113731
|
+
staff_member_name_updated: {
|
|
113732
|
+
properties: {
|
|
113733
|
+
config: {
|
|
113734
|
+
$ref: string;
|
|
113735
|
+
};
|
|
113736
|
+
rule: {
|
|
113737
|
+
enum: string[];
|
|
113738
|
+
type: string;
|
|
113739
|
+
};
|
|
113740
|
+
};
|
|
113741
|
+
required: string[];
|
|
113742
|
+
type: string;
|
|
113743
|
+
};
|
|
113744
|
+
user_identity_name_updated: {
|
|
113745
|
+
properties: {
|
|
113746
|
+
config: {
|
|
113747
|
+
$ref: string;
|
|
113748
|
+
};
|
|
113749
|
+
rule: {
|
|
113750
|
+
enum: string[];
|
|
113751
|
+
type: string;
|
|
113752
|
+
};
|
|
113753
|
+
};
|
|
113754
|
+
required: string[];
|
|
113755
|
+
type: string;
|
|
113756
|
+
};
|
|
113757
|
+
};
|
|
113758
|
+
type: string;
|
|
113759
|
+
};
|
|
113760
|
+
climate_rules: {
|
|
113761
|
+
properties: {
|
|
113762
|
+
rules: {
|
|
113763
|
+
properties: {
|
|
113764
|
+
reservation_created: {
|
|
113765
|
+
properties: {
|
|
113766
|
+
automated_occupied_preset: {
|
|
113767
|
+
properties: {
|
|
113768
|
+
cooling_set_point_celsius: {
|
|
113769
|
+
format: string;
|
|
113770
|
+
type: string;
|
|
113771
|
+
};
|
|
113772
|
+
cooling_set_point_fahrenheit: {
|
|
113773
|
+
format: string;
|
|
113774
|
+
type: string;
|
|
113775
|
+
};
|
|
113776
|
+
fan_mode: {
|
|
113777
|
+
enum: string[];
|
|
113778
|
+
type: string;
|
|
113779
|
+
};
|
|
113780
|
+
heating_set_point_celsius: {
|
|
113781
|
+
format: string;
|
|
113782
|
+
type: string;
|
|
113783
|
+
};
|
|
113784
|
+
heating_set_point_fahrenheit: {
|
|
113785
|
+
format: string;
|
|
113786
|
+
type: string;
|
|
113787
|
+
};
|
|
113788
|
+
is_override_allowed: {
|
|
113789
|
+
type: string;
|
|
113790
|
+
};
|
|
113791
|
+
max_override_period_minutes: {
|
|
113792
|
+
format: string;
|
|
113793
|
+
type: string;
|
|
113794
|
+
};
|
|
113795
|
+
mode: {
|
|
113796
|
+
enum: string[];
|
|
113797
|
+
type: string;
|
|
113798
|
+
};
|
|
113799
|
+
};
|
|
113800
|
+
required: string[];
|
|
113801
|
+
type: string;
|
|
113802
|
+
};
|
|
113803
|
+
automated_unoccupied_preset: {
|
|
113804
|
+
properties: {
|
|
113805
|
+
cooling_set_point_celsius: {
|
|
113806
|
+
format: string;
|
|
113807
|
+
type: string;
|
|
113808
|
+
};
|
|
113809
|
+
cooling_set_point_fahrenheit: {
|
|
113810
|
+
format: string;
|
|
113811
|
+
type: string;
|
|
113812
|
+
};
|
|
113813
|
+
fan_mode: {
|
|
113814
|
+
enum: string[];
|
|
113815
|
+
type: string;
|
|
113816
|
+
};
|
|
113817
|
+
heating_set_point_celsius: {
|
|
113818
|
+
format: string;
|
|
113819
|
+
type: string;
|
|
113820
|
+
};
|
|
113821
|
+
heating_set_point_fahrenheit: {
|
|
113822
|
+
format: string;
|
|
113823
|
+
type: string;
|
|
113824
|
+
};
|
|
113825
|
+
is_override_allowed: {
|
|
113826
|
+
type: string;
|
|
113827
|
+
};
|
|
113828
|
+
max_override_period_minutes: {
|
|
113829
|
+
format: string;
|
|
113830
|
+
type: string;
|
|
113831
|
+
};
|
|
113832
|
+
mode: {
|
|
113833
|
+
enum: string[];
|
|
113834
|
+
type: string;
|
|
113835
|
+
};
|
|
113836
|
+
};
|
|
113837
|
+
required: string[];
|
|
113838
|
+
type: string;
|
|
113839
|
+
};
|
|
113840
|
+
occupied_preset_key: {
|
|
113841
|
+
type: string;
|
|
113842
|
+
};
|
|
113843
|
+
precondition_minutes_before_reservation: {
|
|
113844
|
+
format: string;
|
|
113845
|
+
type: string;
|
|
113846
|
+
};
|
|
113847
|
+
unoccupied_preset_key: {
|
|
113848
|
+
type: string;
|
|
113849
|
+
};
|
|
113850
|
+
};
|
|
113851
|
+
type: string;
|
|
113852
|
+
};
|
|
113853
|
+
reservation_deleted: {
|
|
113854
|
+
$ref: string;
|
|
113855
|
+
};
|
|
113856
|
+
reservation_time_updated: {
|
|
113857
|
+
$ref: string;
|
|
113858
|
+
};
|
|
113859
|
+
};
|
|
113860
|
+
type: string;
|
|
113861
|
+
};
|
|
113862
|
+
};
|
|
113863
|
+
required: string[];
|
|
113864
|
+
type: string;
|
|
113865
|
+
};
|
|
113866
|
+
};
|
|
113867
|
+
type: string;
|
|
113868
|
+
};
|
|
113869
|
+
ok: {
|
|
113870
|
+
type: string;
|
|
113871
|
+
};
|
|
113872
|
+
};
|
|
113873
|
+
required: string[];
|
|
113874
|
+
type: string;
|
|
113875
|
+
};
|
|
113876
|
+
};
|
|
113877
|
+
};
|
|
113878
|
+
description: string;
|
|
113879
|
+
};
|
|
113880
|
+
400: {
|
|
113881
|
+
description: string;
|
|
113882
|
+
};
|
|
113883
|
+
401: {
|
|
113884
|
+
description: string;
|
|
113885
|
+
};
|
|
113886
|
+
};
|
|
113887
|
+
security: ({
|
|
113888
|
+
pat_with_workspace: never[];
|
|
113889
|
+
console_session_with_workspace?: never;
|
|
113890
|
+
api_key?: never;
|
|
113891
|
+
} | {
|
|
113892
|
+
console_session_with_workspace: never[];
|
|
113893
|
+
pat_with_workspace?: never;
|
|
113894
|
+
api_key?: never;
|
|
113895
|
+
} | {
|
|
113896
|
+
api_key: never[];
|
|
113897
|
+
pat_with_workspace?: never;
|
|
113898
|
+
console_session_with_workspace?: never;
|
|
113899
|
+
})[];
|
|
113900
|
+
summary: string;
|
|
113901
|
+
tags: never[];
|
|
113902
|
+
'x-fern-sdk-group-name': string[];
|
|
113903
|
+
'x-fern-sdk-method-name': string;
|
|
113904
|
+
'x-fern-sdk-return-value': string;
|
|
113905
|
+
'x-response-key': string;
|
|
113906
|
+
'x-title': string;
|
|
113907
|
+
};
|
|
113908
|
+
};
|
|
113909
|
+
'/seam/customer/v1/customers/automations/update': {
|
|
113910
|
+
patch: {
|
|
113911
|
+
description: string;
|
|
113912
|
+
operationId: string;
|
|
113913
|
+
requestBody: {
|
|
113914
|
+
content: {
|
|
113915
|
+
'application/json': {
|
|
113916
|
+
schema: {
|
|
113917
|
+
properties: {
|
|
113918
|
+
access_rules: {
|
|
113919
|
+
description: string;
|
|
113920
|
+
properties: {
|
|
113921
|
+
reservation_created: {
|
|
113922
|
+
properties: {
|
|
113923
|
+
config: {
|
|
113924
|
+
properties: {
|
|
113925
|
+
access_methods: {
|
|
113926
|
+
items: {
|
|
113927
|
+
enum: string[];
|
|
113928
|
+
type: string;
|
|
113929
|
+
};
|
|
113930
|
+
minItems: number;
|
|
113931
|
+
type: string;
|
|
113932
|
+
};
|
|
113933
|
+
card_count_on_reservation_create: {
|
|
113934
|
+
minimum: number;
|
|
113935
|
+
type: string;
|
|
113936
|
+
};
|
|
113937
|
+
code_count_on_reservation_create: {
|
|
113938
|
+
minimum: number;
|
|
113939
|
+
type: string;
|
|
113940
|
+
};
|
|
113941
|
+
instant_key_max_use_count: {
|
|
113942
|
+
minimum: number;
|
|
113943
|
+
type: string;
|
|
113944
|
+
};
|
|
113945
|
+
method_issuance_strategy: {
|
|
113946
|
+
enum: string[];
|
|
113947
|
+
type: string;
|
|
113948
|
+
};
|
|
113949
|
+
};
|
|
113950
|
+
required: string[];
|
|
113951
|
+
type: string;
|
|
113952
|
+
};
|
|
113953
|
+
rule: {
|
|
113954
|
+
enum: string[];
|
|
113955
|
+
type: string;
|
|
113956
|
+
};
|
|
113957
|
+
};
|
|
113958
|
+
required: string[];
|
|
113959
|
+
type: string;
|
|
113960
|
+
};
|
|
113961
|
+
reservation_deleted: {
|
|
113962
|
+
properties: {
|
|
113963
|
+
config: {
|
|
113964
|
+
properties: {};
|
|
113965
|
+
type: string;
|
|
113966
|
+
};
|
|
113967
|
+
rule: {
|
|
113968
|
+
enum: string[];
|
|
113969
|
+
type: string;
|
|
113970
|
+
};
|
|
113971
|
+
};
|
|
113972
|
+
required: string[];
|
|
113973
|
+
type: string;
|
|
113974
|
+
};
|
|
113975
|
+
reservation_spaces_updated: {
|
|
113976
|
+
properties: {
|
|
113977
|
+
config: {
|
|
113978
|
+
properties: {};
|
|
113979
|
+
type: string;
|
|
113980
|
+
};
|
|
113981
|
+
rule: {
|
|
113982
|
+
enum: string[];
|
|
113983
|
+
type: string;
|
|
113984
|
+
};
|
|
113985
|
+
};
|
|
113986
|
+
required: string[];
|
|
113987
|
+
type: string;
|
|
113988
|
+
};
|
|
113989
|
+
reservation_time_updated: {
|
|
113990
|
+
properties: {
|
|
113991
|
+
config: {
|
|
113992
|
+
properties: {};
|
|
113993
|
+
type: string;
|
|
113994
|
+
};
|
|
113995
|
+
rule: {
|
|
113996
|
+
enum: string[];
|
|
113997
|
+
type: string;
|
|
113998
|
+
};
|
|
113999
|
+
};
|
|
114000
|
+
required: string[];
|
|
114001
|
+
type: string;
|
|
114002
|
+
};
|
|
114003
|
+
space_name_updated: {
|
|
114004
|
+
properties: {
|
|
114005
|
+
config: {
|
|
114006
|
+
properties: {};
|
|
114007
|
+
type: string;
|
|
114008
|
+
};
|
|
114009
|
+
rule: {
|
|
114010
|
+
enum: string[];
|
|
114011
|
+
type: string;
|
|
114012
|
+
};
|
|
114013
|
+
};
|
|
114014
|
+
required: string[];
|
|
114015
|
+
type: string;
|
|
114016
|
+
};
|
|
114017
|
+
staff_member_created: {
|
|
114018
|
+
properties: {
|
|
114019
|
+
config: {
|
|
114020
|
+
properties: {};
|
|
114021
|
+
type: string;
|
|
114022
|
+
};
|
|
114023
|
+
rule: {
|
|
114024
|
+
enum: string[];
|
|
114025
|
+
type: string;
|
|
114026
|
+
};
|
|
114027
|
+
};
|
|
114028
|
+
required: string[];
|
|
114029
|
+
type: string;
|
|
114030
|
+
};
|
|
114031
|
+
staff_member_name_updated: {
|
|
114032
|
+
properties: {
|
|
114033
|
+
config: {
|
|
114034
|
+
properties: {};
|
|
114035
|
+
type: string;
|
|
114036
|
+
};
|
|
114037
|
+
rule: {
|
|
114038
|
+
enum: string[];
|
|
114039
|
+
type: string;
|
|
114040
|
+
};
|
|
114041
|
+
};
|
|
114042
|
+
required: string[];
|
|
114043
|
+
type: string;
|
|
114044
|
+
};
|
|
114045
|
+
user_identity_name_updated: {
|
|
114046
|
+
properties: {
|
|
114047
|
+
config: {
|
|
114048
|
+
properties: {};
|
|
114049
|
+
type: string;
|
|
114050
|
+
};
|
|
114051
|
+
rule: {
|
|
114052
|
+
enum: string[];
|
|
114053
|
+
type: string;
|
|
114054
|
+
};
|
|
114055
|
+
};
|
|
114056
|
+
required: string[];
|
|
114057
|
+
type: string;
|
|
114058
|
+
};
|
|
114059
|
+
};
|
|
114060
|
+
type: string;
|
|
114061
|
+
};
|
|
114062
|
+
climate_rules: {
|
|
114063
|
+
description: string;
|
|
114064
|
+
properties: {
|
|
114065
|
+
rules: {
|
|
114066
|
+
properties: {
|
|
114067
|
+
reservation_created: {
|
|
114068
|
+
properties: {
|
|
114069
|
+
automated_occupied_preset: {
|
|
114070
|
+
properties: {
|
|
114071
|
+
cooling_set_point_celsius: {
|
|
114072
|
+
format: string;
|
|
114073
|
+
type: string;
|
|
114074
|
+
};
|
|
114075
|
+
cooling_set_point_fahrenheit: {
|
|
114076
|
+
format: string;
|
|
114077
|
+
type: string;
|
|
114078
|
+
};
|
|
114079
|
+
fan_mode: {
|
|
114080
|
+
enum: string[];
|
|
114081
|
+
type: string;
|
|
114082
|
+
};
|
|
114083
|
+
heating_set_point_celsius: {
|
|
114084
|
+
format: string;
|
|
114085
|
+
type: string;
|
|
114086
|
+
};
|
|
114087
|
+
heating_set_point_fahrenheit: {
|
|
114088
|
+
format: string;
|
|
114089
|
+
type: string;
|
|
114090
|
+
};
|
|
114091
|
+
is_override_allowed: {
|
|
114092
|
+
type: string;
|
|
114093
|
+
};
|
|
114094
|
+
max_override_period_minutes: {
|
|
114095
|
+
format: string;
|
|
114096
|
+
type: string;
|
|
114097
|
+
};
|
|
114098
|
+
mode: {
|
|
114099
|
+
enum: string[];
|
|
114100
|
+
type: string;
|
|
114101
|
+
};
|
|
114102
|
+
};
|
|
114103
|
+
required: string[];
|
|
114104
|
+
type: string;
|
|
114105
|
+
};
|
|
114106
|
+
automated_unoccupied_preset: {
|
|
114107
|
+
properties: {
|
|
114108
|
+
cooling_set_point_celsius: {
|
|
114109
|
+
format: string;
|
|
114110
|
+
type: string;
|
|
114111
|
+
};
|
|
114112
|
+
cooling_set_point_fahrenheit: {
|
|
114113
|
+
format: string;
|
|
114114
|
+
type: string;
|
|
114115
|
+
};
|
|
114116
|
+
fan_mode: {
|
|
114117
|
+
enum: string[];
|
|
114118
|
+
type: string;
|
|
114119
|
+
};
|
|
114120
|
+
heating_set_point_celsius: {
|
|
114121
|
+
format: string;
|
|
114122
|
+
type: string;
|
|
114123
|
+
};
|
|
114124
|
+
heating_set_point_fahrenheit: {
|
|
114125
|
+
format: string;
|
|
114126
|
+
type: string;
|
|
114127
|
+
};
|
|
114128
|
+
is_override_allowed: {
|
|
114129
|
+
type: string;
|
|
114130
|
+
};
|
|
114131
|
+
max_override_period_minutes: {
|
|
114132
|
+
format: string;
|
|
114133
|
+
type: string;
|
|
114134
|
+
};
|
|
114135
|
+
mode: {
|
|
114136
|
+
enum: string[];
|
|
114137
|
+
type: string;
|
|
114138
|
+
};
|
|
114139
|
+
};
|
|
114140
|
+
required: string[];
|
|
114141
|
+
type: string;
|
|
114142
|
+
};
|
|
114143
|
+
occupied_preset_key: {
|
|
114144
|
+
type: string;
|
|
114145
|
+
};
|
|
114146
|
+
precondition_minutes_before_reservation: {
|
|
114147
|
+
format: string;
|
|
114148
|
+
type: string;
|
|
114149
|
+
};
|
|
114150
|
+
unoccupied_preset_key: {
|
|
114151
|
+
type: string;
|
|
114152
|
+
};
|
|
114153
|
+
};
|
|
114154
|
+
type: string;
|
|
114155
|
+
};
|
|
114156
|
+
reservation_deleted: {
|
|
114157
|
+
properties: {};
|
|
114158
|
+
type: string;
|
|
114159
|
+
};
|
|
114160
|
+
reservation_time_updated: {
|
|
114161
|
+
properties: {};
|
|
114162
|
+
type: string;
|
|
114163
|
+
};
|
|
114164
|
+
};
|
|
114165
|
+
type: string;
|
|
114166
|
+
};
|
|
114167
|
+
};
|
|
114168
|
+
type: string;
|
|
114169
|
+
};
|
|
114170
|
+
customer_key: {
|
|
114171
|
+
description: string;
|
|
114172
|
+
type: string;
|
|
114173
|
+
};
|
|
114174
|
+
};
|
|
114175
|
+
required: string[];
|
|
114176
|
+
type: string;
|
|
114177
|
+
};
|
|
114178
|
+
};
|
|
114179
|
+
};
|
|
114180
|
+
};
|
|
114181
|
+
responses: {
|
|
114182
|
+
200: {
|
|
114183
|
+
content: {
|
|
114184
|
+
'application/json': {
|
|
114185
|
+
schema: {
|
|
114186
|
+
properties: {
|
|
114187
|
+
ok: {
|
|
114188
|
+
type: string;
|
|
114189
|
+
};
|
|
114190
|
+
};
|
|
114191
|
+
required: string[];
|
|
114192
|
+
type: string;
|
|
114193
|
+
};
|
|
114194
|
+
};
|
|
114195
|
+
};
|
|
114196
|
+
description: string;
|
|
114197
|
+
};
|
|
114198
|
+
400: {
|
|
114199
|
+
description: string;
|
|
114200
|
+
};
|
|
114201
|
+
401: {
|
|
114202
|
+
description: string;
|
|
114203
|
+
};
|
|
114204
|
+
};
|
|
114205
|
+
security: ({
|
|
114206
|
+
pat_with_workspace: never[];
|
|
114207
|
+
console_session_with_workspace?: never;
|
|
114208
|
+
api_key?: never;
|
|
114209
|
+
} | {
|
|
114210
|
+
console_session_with_workspace: never[];
|
|
114211
|
+
pat_with_workspace?: never;
|
|
114212
|
+
api_key?: never;
|
|
114213
|
+
} | {
|
|
114214
|
+
api_key: never[];
|
|
114215
|
+
pat_with_workspace?: never;
|
|
114216
|
+
console_session_with_workspace?: never;
|
|
114217
|
+
})[];
|
|
114218
|
+
summary: string;
|
|
114219
|
+
tags: never[];
|
|
114220
|
+
'x-fern-sdk-group-name': string[];
|
|
114221
|
+
'x-fern-sdk-method-name': string;
|
|
114222
|
+
'x-response-key': null;
|
|
114223
|
+
'x-title': string;
|
|
114224
|
+
};
|
|
114225
|
+
post: {
|
|
114226
|
+
description: string;
|
|
114227
|
+
operationId: string;
|
|
114228
|
+
requestBody: {
|
|
114229
|
+
content: {
|
|
114230
|
+
'application/json': {
|
|
114231
|
+
schema: {
|
|
114232
|
+
properties: {
|
|
114233
|
+
access_rules: {
|
|
114234
|
+
description: string;
|
|
114235
|
+
properties: {
|
|
114236
|
+
reservation_created: {
|
|
114237
|
+
properties: {
|
|
114238
|
+
config: {
|
|
114239
|
+
properties: {
|
|
114240
|
+
access_methods: {
|
|
114241
|
+
items: {
|
|
114242
|
+
enum: string[];
|
|
114243
|
+
type: string;
|
|
114244
|
+
};
|
|
114245
|
+
minItems: number;
|
|
114246
|
+
type: string;
|
|
114247
|
+
};
|
|
114248
|
+
card_count_on_reservation_create: {
|
|
114249
|
+
minimum: number;
|
|
114250
|
+
type: string;
|
|
114251
|
+
};
|
|
114252
|
+
code_count_on_reservation_create: {
|
|
114253
|
+
minimum: number;
|
|
114254
|
+
type: string;
|
|
114255
|
+
};
|
|
114256
|
+
instant_key_max_use_count: {
|
|
114257
|
+
minimum: number;
|
|
114258
|
+
type: string;
|
|
114259
|
+
};
|
|
114260
|
+
method_issuance_strategy: {
|
|
114261
|
+
enum: string[];
|
|
114262
|
+
type: string;
|
|
114263
|
+
};
|
|
114264
|
+
};
|
|
114265
|
+
required: string[];
|
|
114266
|
+
type: string;
|
|
114267
|
+
};
|
|
114268
|
+
rule: {
|
|
114269
|
+
enum: string[];
|
|
114270
|
+
type: string;
|
|
114271
|
+
};
|
|
114272
|
+
};
|
|
114273
|
+
required: string[];
|
|
114274
|
+
type: string;
|
|
114275
|
+
};
|
|
114276
|
+
reservation_deleted: {
|
|
114277
|
+
properties: {
|
|
114278
|
+
config: {
|
|
114279
|
+
properties: {};
|
|
114280
|
+
type: string;
|
|
114281
|
+
};
|
|
114282
|
+
rule: {
|
|
114283
|
+
enum: string[];
|
|
114284
|
+
type: string;
|
|
114285
|
+
};
|
|
114286
|
+
};
|
|
114287
|
+
required: string[];
|
|
114288
|
+
type: string;
|
|
114289
|
+
};
|
|
114290
|
+
reservation_spaces_updated: {
|
|
114291
|
+
properties: {
|
|
114292
|
+
config: {
|
|
114293
|
+
properties: {};
|
|
114294
|
+
type: string;
|
|
114295
|
+
};
|
|
114296
|
+
rule: {
|
|
114297
|
+
enum: string[];
|
|
114298
|
+
type: string;
|
|
114299
|
+
};
|
|
114300
|
+
};
|
|
114301
|
+
required: string[];
|
|
114302
|
+
type: string;
|
|
114303
|
+
};
|
|
114304
|
+
reservation_time_updated: {
|
|
114305
|
+
properties: {
|
|
114306
|
+
config: {
|
|
114307
|
+
properties: {};
|
|
114308
|
+
type: string;
|
|
114309
|
+
};
|
|
114310
|
+
rule: {
|
|
114311
|
+
enum: string[];
|
|
114312
|
+
type: string;
|
|
114313
|
+
};
|
|
114314
|
+
};
|
|
114315
|
+
required: string[];
|
|
114316
|
+
type: string;
|
|
114317
|
+
};
|
|
114318
|
+
space_name_updated: {
|
|
114319
|
+
properties: {
|
|
114320
|
+
config: {
|
|
114321
|
+
properties: {};
|
|
114322
|
+
type: string;
|
|
114323
|
+
};
|
|
114324
|
+
rule: {
|
|
114325
|
+
enum: string[];
|
|
114326
|
+
type: string;
|
|
114327
|
+
};
|
|
114328
|
+
};
|
|
114329
|
+
required: string[];
|
|
114330
|
+
type: string;
|
|
114331
|
+
};
|
|
114332
|
+
staff_member_created: {
|
|
114333
|
+
properties: {
|
|
114334
|
+
config: {
|
|
114335
|
+
properties: {};
|
|
114336
|
+
type: string;
|
|
114337
|
+
};
|
|
114338
|
+
rule: {
|
|
114339
|
+
enum: string[];
|
|
114340
|
+
type: string;
|
|
114341
|
+
};
|
|
114342
|
+
};
|
|
114343
|
+
required: string[];
|
|
114344
|
+
type: string;
|
|
114345
|
+
};
|
|
114346
|
+
staff_member_name_updated: {
|
|
114347
|
+
properties: {
|
|
114348
|
+
config: {
|
|
114349
|
+
properties: {};
|
|
114350
|
+
type: string;
|
|
114351
|
+
};
|
|
114352
|
+
rule: {
|
|
114353
|
+
enum: string[];
|
|
114354
|
+
type: string;
|
|
114355
|
+
};
|
|
114356
|
+
};
|
|
114357
|
+
required: string[];
|
|
114358
|
+
type: string;
|
|
114359
|
+
};
|
|
114360
|
+
user_identity_name_updated: {
|
|
114361
|
+
properties: {
|
|
114362
|
+
config: {
|
|
114363
|
+
properties: {};
|
|
114364
|
+
type: string;
|
|
114365
|
+
};
|
|
114366
|
+
rule: {
|
|
114367
|
+
enum: string[];
|
|
114368
|
+
type: string;
|
|
114369
|
+
};
|
|
114370
|
+
};
|
|
114371
|
+
required: string[];
|
|
114372
|
+
type: string;
|
|
114373
|
+
};
|
|
114374
|
+
};
|
|
114375
|
+
type: string;
|
|
114376
|
+
};
|
|
114377
|
+
climate_rules: {
|
|
114378
|
+
description: string;
|
|
114379
|
+
properties: {
|
|
114380
|
+
rules: {
|
|
114381
|
+
properties: {
|
|
114382
|
+
reservation_created: {
|
|
114383
|
+
properties: {
|
|
114384
|
+
automated_occupied_preset: {
|
|
114385
|
+
properties: {
|
|
114386
|
+
cooling_set_point_celsius: {
|
|
114387
|
+
format: string;
|
|
114388
|
+
type: string;
|
|
114389
|
+
};
|
|
114390
|
+
cooling_set_point_fahrenheit: {
|
|
114391
|
+
format: string;
|
|
114392
|
+
type: string;
|
|
114393
|
+
};
|
|
114394
|
+
fan_mode: {
|
|
114395
|
+
enum: string[];
|
|
114396
|
+
type: string;
|
|
114397
|
+
};
|
|
114398
|
+
heating_set_point_celsius: {
|
|
114399
|
+
format: string;
|
|
114400
|
+
type: string;
|
|
114401
|
+
};
|
|
114402
|
+
heating_set_point_fahrenheit: {
|
|
114403
|
+
format: string;
|
|
114404
|
+
type: string;
|
|
114405
|
+
};
|
|
114406
|
+
is_override_allowed: {
|
|
114407
|
+
type: string;
|
|
114408
|
+
};
|
|
114409
|
+
max_override_period_minutes: {
|
|
114410
|
+
format: string;
|
|
114411
|
+
type: string;
|
|
114412
|
+
};
|
|
114413
|
+
mode: {
|
|
114414
|
+
enum: string[];
|
|
114415
|
+
type: string;
|
|
114416
|
+
};
|
|
114417
|
+
};
|
|
114418
|
+
required: string[];
|
|
114419
|
+
type: string;
|
|
114420
|
+
};
|
|
114421
|
+
automated_unoccupied_preset: {
|
|
114422
|
+
properties: {
|
|
114423
|
+
cooling_set_point_celsius: {
|
|
114424
|
+
format: string;
|
|
114425
|
+
type: string;
|
|
114426
|
+
};
|
|
114427
|
+
cooling_set_point_fahrenheit: {
|
|
114428
|
+
format: string;
|
|
114429
|
+
type: string;
|
|
114430
|
+
};
|
|
114431
|
+
fan_mode: {
|
|
114432
|
+
enum: string[];
|
|
114433
|
+
type: string;
|
|
114434
|
+
};
|
|
114435
|
+
heating_set_point_celsius: {
|
|
114436
|
+
format: string;
|
|
114437
|
+
type: string;
|
|
114438
|
+
};
|
|
114439
|
+
heating_set_point_fahrenheit: {
|
|
114440
|
+
format: string;
|
|
114441
|
+
type: string;
|
|
114442
|
+
};
|
|
114443
|
+
is_override_allowed: {
|
|
114444
|
+
type: string;
|
|
114445
|
+
};
|
|
114446
|
+
max_override_period_minutes: {
|
|
114447
|
+
format: string;
|
|
114448
|
+
type: string;
|
|
114449
|
+
};
|
|
114450
|
+
mode: {
|
|
114451
|
+
enum: string[];
|
|
114452
|
+
type: string;
|
|
114453
|
+
};
|
|
114454
|
+
};
|
|
114455
|
+
required: string[];
|
|
114456
|
+
type: string;
|
|
114457
|
+
};
|
|
114458
|
+
occupied_preset_key: {
|
|
114459
|
+
type: string;
|
|
114460
|
+
};
|
|
114461
|
+
precondition_minutes_before_reservation: {
|
|
114462
|
+
format: string;
|
|
114463
|
+
type: string;
|
|
114464
|
+
};
|
|
114465
|
+
unoccupied_preset_key: {
|
|
114466
|
+
type: string;
|
|
114467
|
+
};
|
|
114468
|
+
};
|
|
114469
|
+
type: string;
|
|
114470
|
+
};
|
|
114471
|
+
reservation_deleted: {
|
|
114472
|
+
properties: {};
|
|
114473
|
+
type: string;
|
|
114474
|
+
};
|
|
114475
|
+
reservation_time_updated: {
|
|
114476
|
+
properties: {};
|
|
114477
|
+
type: string;
|
|
114478
|
+
};
|
|
114479
|
+
};
|
|
114480
|
+
type: string;
|
|
114481
|
+
};
|
|
114482
|
+
};
|
|
114483
|
+
type: string;
|
|
114484
|
+
};
|
|
114485
|
+
customer_key: {
|
|
114486
|
+
description: string;
|
|
114487
|
+
type: string;
|
|
114488
|
+
};
|
|
114489
|
+
};
|
|
114490
|
+
required: string[];
|
|
114491
|
+
type: string;
|
|
114492
|
+
};
|
|
114493
|
+
};
|
|
114494
|
+
};
|
|
114495
|
+
};
|
|
114496
|
+
responses: {
|
|
114497
|
+
200: {
|
|
114498
|
+
content: {
|
|
114499
|
+
'application/json': {
|
|
114500
|
+
schema: {
|
|
114501
|
+
properties: {
|
|
114502
|
+
ok: {
|
|
114503
|
+
type: string;
|
|
114504
|
+
};
|
|
114505
|
+
};
|
|
114506
|
+
required: string[];
|
|
114507
|
+
type: string;
|
|
114508
|
+
};
|
|
114509
|
+
};
|
|
114510
|
+
};
|
|
114511
|
+
description: string;
|
|
114512
|
+
};
|
|
114513
|
+
400: {
|
|
114514
|
+
description: string;
|
|
114515
|
+
};
|
|
114516
|
+
401: {
|
|
114517
|
+
description: string;
|
|
114518
|
+
};
|
|
114519
|
+
};
|
|
114520
|
+
security: ({
|
|
114521
|
+
pat_with_workspace: never[];
|
|
114522
|
+
console_session_with_workspace?: never;
|
|
114523
|
+
api_key?: never;
|
|
114524
|
+
} | {
|
|
114525
|
+
console_session_with_workspace: never[];
|
|
114526
|
+
pat_with_workspace?: never;
|
|
114527
|
+
api_key?: never;
|
|
114528
|
+
} | {
|
|
114529
|
+
api_key: never[];
|
|
114530
|
+
pat_with_workspace?: never;
|
|
114531
|
+
console_session_with_workspace?: never;
|
|
114532
|
+
})[];
|
|
114533
|
+
summary: string;
|
|
114534
|
+
tags: never[];
|
|
114535
|
+
'x-fern-sdk-group-name': string[];
|
|
114536
|
+
'x-fern-sdk-method-name': string;
|
|
114537
|
+
'x-response-key': null;
|
|
114538
|
+
'x-title': string;
|
|
114539
|
+
};
|
|
114540
|
+
};
|
|
114541
|
+
'/seam/customer/v1/customers/list': {
|
|
114542
|
+
get: {
|
|
114543
|
+
description: string;
|
|
114544
|
+
operationId: string;
|
|
114545
|
+
parameters: ({
|
|
114546
|
+
in: string;
|
|
114547
|
+
name: string;
|
|
114548
|
+
schema: {
|
|
114549
|
+
description: string;
|
|
114550
|
+
minLength: number;
|
|
114551
|
+
type: string;
|
|
114552
|
+
default?: never;
|
|
114553
|
+
exclusiveMinimum?: never;
|
|
114554
|
+
minimum?: never;
|
|
114555
|
+
nullable?: never;
|
|
114556
|
+
};
|
|
114557
|
+
} | {
|
|
114558
|
+
in: string;
|
|
114559
|
+
name: string;
|
|
114560
|
+
schema: {
|
|
114561
|
+
default: number;
|
|
114562
|
+
description: string;
|
|
114563
|
+
exclusiveMinimum: boolean;
|
|
114564
|
+
minimum: number;
|
|
114565
|
+
type: string;
|
|
114566
|
+
minLength?: never;
|
|
114567
|
+
nullable?: never;
|
|
114568
|
+
};
|
|
114569
|
+
} | {
|
|
114570
|
+
in: string;
|
|
114571
|
+
name: string;
|
|
114572
|
+
schema: {
|
|
114573
|
+
description: string;
|
|
114574
|
+
nullable: boolean;
|
|
114575
|
+
type: string;
|
|
114576
|
+
minLength?: never;
|
|
114577
|
+
default?: never;
|
|
114578
|
+
exclusiveMinimum?: never;
|
|
114579
|
+
minimum?: never;
|
|
114580
|
+
};
|
|
114581
|
+
})[];
|
|
114582
|
+
responses: {
|
|
114583
|
+
200: {
|
|
114584
|
+
content: {
|
|
114585
|
+
'application/json': {
|
|
114586
|
+
schema: {
|
|
114587
|
+
properties: {
|
|
114588
|
+
customers: {
|
|
114589
|
+
items: {
|
|
114590
|
+
$ref: string;
|
|
114591
|
+
};
|
|
114592
|
+
type: string;
|
|
114593
|
+
};
|
|
114594
|
+
ok: {
|
|
114595
|
+
type: string;
|
|
114596
|
+
};
|
|
114597
|
+
pagination: {
|
|
114598
|
+
$ref: string;
|
|
114599
|
+
};
|
|
114600
|
+
};
|
|
114601
|
+
required: string[];
|
|
114602
|
+
type: string;
|
|
114603
|
+
};
|
|
114604
|
+
};
|
|
114605
|
+
};
|
|
114606
|
+
description: string;
|
|
114607
|
+
};
|
|
114608
|
+
400: {
|
|
114609
|
+
description: string;
|
|
114610
|
+
};
|
|
114611
|
+
401: {
|
|
114612
|
+
description: string;
|
|
114613
|
+
};
|
|
114614
|
+
};
|
|
114615
|
+
security: ({
|
|
114616
|
+
api_key: never[];
|
|
114617
|
+
pat_with_workspace?: never;
|
|
114618
|
+
console_session_with_workspace?: never;
|
|
114619
|
+
} | {
|
|
114620
|
+
pat_with_workspace: never[];
|
|
114621
|
+
api_key?: never;
|
|
114622
|
+
console_session_with_workspace?: never;
|
|
114623
|
+
} | {
|
|
114624
|
+
console_session_with_workspace: never[];
|
|
114625
|
+
api_key?: never;
|
|
114626
|
+
pat_with_workspace?: never;
|
|
114627
|
+
})[];
|
|
114628
|
+
summary: string;
|
|
114629
|
+
tags: never[];
|
|
114630
|
+
'x-fern-sdk-group-name': string[];
|
|
114631
|
+
'x-fern-sdk-method-name': string;
|
|
114632
|
+
'x-fern-sdk-return-value': string;
|
|
114633
|
+
'x-response-key': string;
|
|
114634
|
+
'x-title': string;
|
|
114635
|
+
'x-undocumented': string;
|
|
114636
|
+
};
|
|
114637
|
+
post: {
|
|
114638
|
+
description: string;
|
|
114639
|
+
operationId: string;
|
|
114640
|
+
requestBody: {
|
|
114641
|
+
content: {
|
|
114642
|
+
'application/json': {
|
|
114643
|
+
schema: {
|
|
114644
|
+
properties: {
|
|
114645
|
+
limit: {
|
|
114646
|
+
default: number;
|
|
114647
|
+
description: string;
|
|
114648
|
+
exclusiveMinimum: boolean;
|
|
114649
|
+
minimum: number;
|
|
114650
|
+
type: string;
|
|
114651
|
+
};
|
|
114652
|
+
page_cursor: {
|
|
114653
|
+
description: string;
|
|
114654
|
+
nullable: boolean;
|
|
114655
|
+
type: string;
|
|
114656
|
+
};
|
|
114657
|
+
search: {
|
|
114658
|
+
description: string;
|
|
114659
|
+
minLength: number;
|
|
114660
|
+
type: string;
|
|
114661
|
+
};
|
|
114662
|
+
};
|
|
114663
|
+
type: string;
|
|
114664
|
+
};
|
|
114665
|
+
};
|
|
114666
|
+
};
|
|
114667
|
+
};
|
|
114668
|
+
responses: {
|
|
114669
|
+
200: {
|
|
114670
|
+
content: {
|
|
114671
|
+
'application/json': {
|
|
114672
|
+
schema: {
|
|
114673
|
+
properties: {
|
|
114674
|
+
customers: {
|
|
114675
|
+
items: {
|
|
114676
|
+
$ref: string;
|
|
114677
|
+
};
|
|
114678
|
+
type: string;
|
|
114679
|
+
};
|
|
114680
|
+
ok: {
|
|
114681
|
+
type: string;
|
|
114682
|
+
};
|
|
114683
|
+
pagination: {
|
|
114684
|
+
$ref: string;
|
|
114685
|
+
};
|
|
114686
|
+
};
|
|
114687
|
+
required: string[];
|
|
114688
|
+
type: string;
|
|
114689
|
+
};
|
|
114690
|
+
};
|
|
114691
|
+
};
|
|
114692
|
+
description: string;
|
|
114693
|
+
};
|
|
114694
|
+
400: {
|
|
114695
|
+
description: string;
|
|
114696
|
+
};
|
|
114697
|
+
401: {
|
|
114698
|
+
description: string;
|
|
114699
|
+
};
|
|
114700
|
+
};
|
|
114701
|
+
security: ({
|
|
114702
|
+
api_key: never[];
|
|
114703
|
+
pat_with_workspace?: never;
|
|
114704
|
+
console_session_with_workspace?: never;
|
|
114705
|
+
} | {
|
|
114706
|
+
pat_with_workspace: never[];
|
|
114707
|
+
api_key?: never;
|
|
114708
|
+
console_session_with_workspace?: never;
|
|
114709
|
+
} | {
|
|
114710
|
+
console_session_with_workspace: never[];
|
|
114711
|
+
api_key?: never;
|
|
114712
|
+
pat_with_workspace?: never;
|
|
114713
|
+
})[];
|
|
114714
|
+
summary: string;
|
|
114715
|
+
tags: never[];
|
|
114716
|
+
'x-fern-sdk-group-name': string[];
|
|
114717
|
+
'x-fern-sdk-method-name': string;
|
|
114718
|
+
'x-fern-sdk-return-value': string;
|
|
114719
|
+
'x-response-key': string;
|
|
114720
|
+
'x-title': string;
|
|
114721
|
+
'x-undocumented': string;
|
|
114722
|
+
};
|
|
114723
|
+
};
|
|
114724
|
+
'/seam/customer/v1/customers/me': {
|
|
114725
|
+
get: {
|
|
114726
|
+
description: string;
|
|
114727
|
+
operationId: string;
|
|
114728
|
+
responses: {
|
|
114729
|
+
200: {
|
|
114730
|
+
content: {
|
|
114731
|
+
'application/json': {
|
|
114732
|
+
schema: {
|
|
114733
|
+
properties: {
|
|
114734
|
+
connector: {
|
|
114735
|
+
properties: {
|
|
114736
|
+
connector_type: {
|
|
114737
|
+
type: string;
|
|
114738
|
+
};
|
|
114739
|
+
};
|
|
114740
|
+
required: string[];
|
|
114741
|
+
type: string;
|
|
114742
|
+
};
|
|
114743
|
+
customer: {
|
|
114744
|
+
$ref: string;
|
|
114745
|
+
};
|
|
114746
|
+
ok: {
|
|
114747
|
+
type: string;
|
|
114748
|
+
};
|
|
114749
|
+
};
|
|
114750
|
+
required: string[];
|
|
114751
|
+
type: string;
|
|
114752
|
+
};
|
|
114753
|
+
};
|
|
114754
|
+
};
|
|
114755
|
+
description: string;
|
|
114756
|
+
};
|
|
114757
|
+
400: {
|
|
114758
|
+
description: string;
|
|
114759
|
+
};
|
|
114760
|
+
401: {
|
|
114761
|
+
description: string;
|
|
114762
|
+
};
|
|
114763
|
+
};
|
|
114764
|
+
security: {
|
|
114765
|
+
client_session_with_customer: never[];
|
|
114766
|
+
}[];
|
|
114767
|
+
summary: string;
|
|
114768
|
+
tags: never[];
|
|
114769
|
+
'x-fern-sdk-group-name': string[];
|
|
114770
|
+
'x-fern-sdk-method-name': string;
|
|
114771
|
+
'x-response-key': null;
|
|
114772
|
+
'x-title': string;
|
|
114773
|
+
};
|
|
114774
|
+
post: {
|
|
114775
|
+
description: string;
|
|
114776
|
+
operationId: string;
|
|
114777
|
+
responses: {
|
|
114778
|
+
200: {
|
|
114779
|
+
content: {
|
|
114780
|
+
'application/json': {
|
|
114781
|
+
schema: {
|
|
114782
|
+
properties: {
|
|
114783
|
+
connector: {
|
|
114784
|
+
properties: {
|
|
114785
|
+
connector_type: {
|
|
114786
|
+
type: string;
|
|
114787
|
+
};
|
|
114788
|
+
};
|
|
114789
|
+
required: string[];
|
|
114790
|
+
type: string;
|
|
114791
|
+
};
|
|
114792
|
+
customer: {
|
|
114793
|
+
$ref: string;
|
|
114794
|
+
};
|
|
114795
|
+
ok: {
|
|
114796
|
+
type: string;
|
|
114797
|
+
};
|
|
114798
|
+
};
|
|
114799
|
+
required: string[];
|
|
114800
|
+
type: string;
|
|
114801
|
+
};
|
|
114802
|
+
};
|
|
114803
|
+
};
|
|
114804
|
+
description: string;
|
|
114805
|
+
};
|
|
114806
|
+
400: {
|
|
114807
|
+
description: string;
|
|
114808
|
+
};
|
|
114809
|
+
401: {
|
|
114810
|
+
description: string;
|
|
114811
|
+
};
|
|
114812
|
+
};
|
|
114813
|
+
security: {
|
|
114814
|
+
client_session_with_customer: never[];
|
|
114815
|
+
}[];
|
|
114816
|
+
summary: string;
|
|
114817
|
+
tags: never[];
|
|
114818
|
+
'x-fern-sdk-group-name': string[];
|
|
114819
|
+
'x-fern-sdk-method-name': string;
|
|
114820
|
+
'x-response-key': null;
|
|
114821
|
+
'x-title': string;
|
|
114822
|
+
};
|
|
114823
|
+
};
|
|
114824
|
+
'/seam/customer/v1/customers/open_portal': {
|
|
113106
114825
|
post: {
|
|
113107
114826
|
description: string;
|
|
113108
114827
|
operationId: string;
|
|
@@ -142079,6 +143798,17 @@ type Routes = {
|
|
|
142079
143798
|
/** New entrance ID. */
|
|
142080
143799
|
acs_entrance_id: string | null;
|
|
142081
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';
|
|
142082
143812
|
})[];
|
|
142083
143813
|
is_managed: true;
|
|
142084
143814
|
}[] | undefined;
|
|
@@ -146782,163 +148512,185 @@ type Routes = {
|
|
|
146782
148512
|
/** New entrance ID. */
|
|
146783
148513
|
acs_entrance_id: string | null;
|
|
146784
148514
|
};
|
|
146785
|
-
})[];
|
|
146786
|
-
is_managed: true;
|
|
146787
|
-
};
|
|
146788
|
-
};
|
|
146789
|
-
maxDuration: undefined;
|
|
146790
|
-
};
|
|
146791
|
-
'/acs/access_groups/list': {
|
|
146792
|
-
route: '/acs/access_groups/list';
|
|
146793
|
-
method: 'GET' | 'POST';
|
|
146794
|
-
queryParams: {};
|
|
146795
|
-
jsonBody: {};
|
|
146796
|
-
commonParams: {
|
|
146797
|
-
/** ID of the access system for which you want to retrieve all access groups. */
|
|
146798
|
-
acs_system_id?: string | undefined;
|
|
146799
|
-
/** ID of the access system user for which you want to retrieve all access groups. */
|
|
146800
|
-
acs_user_id?: string | undefined;
|
|
146801
|
-
/** ID of the user identity for which you want to retrieve all access groups. */
|
|
146802
|
-
user_identity_id?: string | undefined;
|
|
146803
|
-
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
|
|
146804
|
-
search?: string | undefined;
|
|
146805
|
-
};
|
|
146806
|
-
formData: {};
|
|
146807
|
-
jsonResponse: {
|
|
146808
|
-
acs_access_groups: {
|
|
146809
|
-
/** ID of the access group. */
|
|
146810
|
-
acs_access_group_id: string;
|
|
146811
|
-
/** ID of the access control system that contains the access group. */
|
|
146812
|
-
acs_system_id: string;
|
|
146813
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group. */
|
|
146814
|
-
workspace_id: string;
|
|
146815
|
-
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that contains the access group. */
|
|
146816
|
-
connected_account_id: string;
|
|
146817
|
-
/** Name of the access group. */
|
|
146818
|
-
name: string;
|
|
146819
|
-
/**
|
|
146820
|
-
* @deprecated Use `external_type`.*/
|
|
146821
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
146822
|
-
/**
|
|
146823
|
-
* @deprecated Use `external_type_display_name`.*/
|
|
146824
|
-
access_group_type_display_name: string;
|
|
146825
|
-
display_name: string;
|
|
146826
|
-
/** Brand-specific terminology for the access group type. */
|
|
146827
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
146828
|
-
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
146829
|
-
external_type_display_name: string;
|
|
146830
|
-
/** Date and time at which the access group was created. */
|
|
146831
|
-
created_at: string;
|
|
146832
|
-
/** Warnings associated with the `acs_access_group`. */
|
|
146833
|
-
warnings: ({
|
|
146834
|
-
/** Date and time at which Seam created the warning. */
|
|
146835
|
-
created_at: string;
|
|
146836
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146837
|
-
message: string;
|
|
146838
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146839
|
-
warning_code: 'unknown_issue_with_acs_access_group';
|
|
146840
|
-
} | {
|
|
146841
|
-
/** Date and time at which Seam created the warning. */
|
|
146842
|
-
created_at: string;
|
|
146843
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146844
|
-
message: string;
|
|
146845
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146846
|
-
warning_code: 'being_deleted';
|
|
146847
|
-
})[];
|
|
146848
|
-
/** `starts_at` and `ends_at` timestamps for the access group's access. */
|
|
146849
|
-
access_schedule?: {
|
|
146850
|
-
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
146851
|
-
starts_at: string;
|
|
146852
|
-
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
146853
|
-
ends_at: string | null;
|
|
146854
|
-
} | undefined;
|
|
146855
|
-
/** Collection of pending mutations for the access group. Represents operations that have been requested but not yet completed on the integrated access system. */
|
|
146856
|
-
pending_mutations: ({
|
|
146857
|
-
/** Date and time at which the mutation was created. */
|
|
146858
|
-
created_at: string;
|
|
146859
|
-
/** Detailed description of the mutation. */
|
|
146860
|
-
message: string;
|
|
146861
|
-
/** Mutation code to indicate that Seam is in the process of pushing an access group creation to the integrated access system. */
|
|
146862
|
-
mutation_code: 'creating';
|
|
146863
|
-
} | {
|
|
146864
|
-
/** Date and time at which the mutation was created. */
|
|
146865
|
-
created_at: string;
|
|
146866
|
-
/** Detailed description of the mutation. */
|
|
146867
|
-
message: string;
|
|
146868
|
-
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
146869
|
-
mutation_code: 'deleting';
|
|
146870
|
-
} | {
|
|
146871
|
-
/** Date and time at which the mutation was created. */
|
|
146872
|
-
created_at: string;
|
|
146873
|
-
/** Detailed description of the mutation. */
|
|
146874
|
-
message: string;
|
|
146875
|
-
/** Mutation code to indicate that Seam is in the process of pushing updated access group information to the integrated access system. */
|
|
146876
|
-
mutation_code: 'updating_group_information';
|
|
146877
|
-
/** Old access group information. */
|
|
146878
|
-
from: {
|
|
146879
|
-
/** Name of the access group. */
|
|
146880
|
-
name?: (string | null) | undefined;
|
|
146881
|
-
};
|
|
146882
|
-
/** New access group information. */
|
|
146883
|
-
to: {
|
|
146884
|
-
/** Name of the access group. */
|
|
146885
|
-
name?: (string | null) | undefined;
|
|
146886
|
-
};
|
|
146887
|
-
} | {
|
|
146888
|
-
/** Date and time at which the mutation was created. */
|
|
146889
|
-
created_at: string;
|
|
146890
|
-
/** Detailed description of the mutation. */
|
|
146891
|
-
message: string;
|
|
146892
|
-
/** Mutation code to indicate that Seam is in the process of pushing updated access schedule information to the integrated access system. */
|
|
146893
|
-
mutation_code: 'updating_access_schedule';
|
|
146894
|
-
/** Old access schedule information. */
|
|
146895
|
-
from: {
|
|
146896
|
-
/** Starting time for the access schedule. */
|
|
146897
|
-
starts_at: string | null;
|
|
146898
|
-
/** Ending time for the access schedule. */
|
|
146899
|
-
ends_at: string | null;
|
|
146900
|
-
};
|
|
146901
|
-
/** New access schedule information. */
|
|
146902
|
-
to: {
|
|
146903
|
-
/** Starting time for the access schedule. */
|
|
146904
|
-
starts_at: string | null;
|
|
146905
|
-
/** Ending time for the access schedule. */
|
|
146906
|
-
ends_at: string | null;
|
|
146907
|
-
};
|
|
146908
|
-
} | {
|
|
146909
|
-
/** Date and time at which the mutation was created. */
|
|
146910
|
-
created_at: string;
|
|
146911
|
-
/** Detailed description of the mutation. */
|
|
146912
|
-
message: string;
|
|
146913
|
-
/** Mutation code to indicate that Seam is in the process of pushing updated user membership information to the integrated access system. */
|
|
146914
|
-
mutation_code: 'updating_user_membership';
|
|
146915
|
-
/** Old user membership. */
|
|
146916
|
-
from: {
|
|
146917
|
-
/** Old user ID. */
|
|
146918
|
-
acs_user_id: string | null;
|
|
146919
|
-
};
|
|
146920
|
-
/** New user membership. */
|
|
146921
|
-
to: {
|
|
146922
|
-
/** New user ID. */
|
|
146923
|
-
acs_user_id: string | null;
|
|
146924
|
-
};
|
|
146925
148515
|
} | {
|
|
146926
148516
|
/** Date and time at which the mutation was created. */
|
|
146927
148517
|
created_at: string;
|
|
146928
148518
|
/** Detailed description of the mutation. */
|
|
146929
148519
|
message: string;
|
|
146930
|
-
/** Mutation code to indicate that
|
|
146931
|
-
mutation_code: '
|
|
146932
|
-
/**
|
|
146933
|
-
|
|
146934
|
-
|
|
146935
|
-
|
|
146936
|
-
|
|
146937
|
-
|
|
146938
|
-
|
|
146939
|
-
|
|
146940
|
-
|
|
146941
|
-
|
|
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';
|
|
148526
|
+
})[];
|
|
148527
|
+
is_managed: true;
|
|
148528
|
+
};
|
|
148529
|
+
};
|
|
148530
|
+
maxDuration: undefined;
|
|
148531
|
+
};
|
|
148532
|
+
'/acs/access_groups/list': {
|
|
148533
|
+
route: '/acs/access_groups/list';
|
|
148534
|
+
method: 'GET' | 'POST';
|
|
148535
|
+
queryParams: {};
|
|
148536
|
+
jsonBody: {};
|
|
148537
|
+
commonParams: {
|
|
148538
|
+
/** ID of the access system for which you want to retrieve all access groups. */
|
|
148539
|
+
acs_system_id?: string | undefined;
|
|
148540
|
+
/** ID of the access system user for which you want to retrieve all access groups. */
|
|
148541
|
+
acs_user_id?: string | undefined;
|
|
148542
|
+
/** ID of the user identity for which you want to retrieve all access groups. */
|
|
148543
|
+
user_identity_id?: string | undefined;
|
|
148544
|
+
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
|
|
148545
|
+
search?: string | undefined;
|
|
148546
|
+
};
|
|
148547
|
+
formData: {};
|
|
148548
|
+
jsonResponse: {
|
|
148549
|
+
acs_access_groups: {
|
|
148550
|
+
/** ID of the access group. */
|
|
148551
|
+
acs_access_group_id: string;
|
|
148552
|
+
/** ID of the access control system that contains the access group. */
|
|
148553
|
+
acs_system_id: string;
|
|
148554
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group. */
|
|
148555
|
+
workspace_id: string;
|
|
148556
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that contains the access group. */
|
|
148557
|
+
connected_account_id: string;
|
|
148558
|
+
/** Name of the access group. */
|
|
148559
|
+
name: string;
|
|
148560
|
+
/**
|
|
148561
|
+
* @deprecated Use `external_type`.*/
|
|
148562
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
148563
|
+
/**
|
|
148564
|
+
* @deprecated Use `external_type_display_name`.*/
|
|
148565
|
+
access_group_type_display_name: string;
|
|
148566
|
+
display_name: string;
|
|
148567
|
+
/** Brand-specific terminology for the access group type. */
|
|
148568
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
148569
|
+
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
148570
|
+
external_type_display_name: string;
|
|
148571
|
+
/** Date and time at which the access group was created. */
|
|
148572
|
+
created_at: string;
|
|
148573
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
148574
|
+
warnings: ({
|
|
148575
|
+
/** Date and time at which Seam created the warning. */
|
|
148576
|
+
created_at: string;
|
|
148577
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148578
|
+
message: string;
|
|
148579
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148580
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
148581
|
+
} | {
|
|
148582
|
+
/** Date and time at which Seam created the warning. */
|
|
148583
|
+
created_at: string;
|
|
148584
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148585
|
+
message: string;
|
|
148586
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148587
|
+
warning_code: 'being_deleted';
|
|
148588
|
+
})[];
|
|
148589
|
+
/** `starts_at` and `ends_at` timestamps for the access group's access. */
|
|
148590
|
+
access_schedule?: {
|
|
148591
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
148592
|
+
starts_at: string;
|
|
148593
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
148594
|
+
ends_at: string | null;
|
|
148595
|
+
} | undefined;
|
|
148596
|
+
/** Collection of pending mutations for the access group. Represents operations that have been requested but not yet completed on the integrated access system. */
|
|
148597
|
+
pending_mutations: ({
|
|
148598
|
+
/** Date and time at which the mutation was created. */
|
|
148599
|
+
created_at: string;
|
|
148600
|
+
/** Detailed description of the mutation. */
|
|
148601
|
+
message: string;
|
|
148602
|
+
/** Mutation code to indicate that Seam is in the process of pushing an access group creation to the integrated access system. */
|
|
148603
|
+
mutation_code: 'creating';
|
|
148604
|
+
} | {
|
|
148605
|
+
/** Date and time at which the mutation was created. */
|
|
148606
|
+
created_at: string;
|
|
148607
|
+
/** Detailed description of the mutation. */
|
|
148608
|
+
message: string;
|
|
148609
|
+
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
148610
|
+
mutation_code: 'deleting';
|
|
148611
|
+
} | {
|
|
148612
|
+
/** Date and time at which the mutation was created. */
|
|
148613
|
+
created_at: string;
|
|
148614
|
+
/** Detailed description of the mutation. */
|
|
148615
|
+
message: string;
|
|
148616
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated access group information to the integrated access system. */
|
|
148617
|
+
mutation_code: 'updating_group_information';
|
|
148618
|
+
/** Old access group information. */
|
|
148619
|
+
from: {
|
|
148620
|
+
/** Name of the access group. */
|
|
148621
|
+
name?: (string | null) | undefined;
|
|
148622
|
+
};
|
|
148623
|
+
/** New access group information. */
|
|
148624
|
+
to: {
|
|
148625
|
+
/** Name of the access group. */
|
|
148626
|
+
name?: (string | null) | undefined;
|
|
148627
|
+
};
|
|
148628
|
+
} | {
|
|
148629
|
+
/** Date and time at which the mutation was created. */
|
|
148630
|
+
created_at: string;
|
|
148631
|
+
/** Detailed description of the mutation. */
|
|
148632
|
+
message: string;
|
|
148633
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated access schedule information to the integrated access system. */
|
|
148634
|
+
mutation_code: 'updating_access_schedule';
|
|
148635
|
+
/** Old access schedule information. */
|
|
148636
|
+
from: {
|
|
148637
|
+
/** Starting time for the access schedule. */
|
|
148638
|
+
starts_at: string | null;
|
|
148639
|
+
/** Ending time for the access schedule. */
|
|
148640
|
+
ends_at: string | null;
|
|
148641
|
+
};
|
|
148642
|
+
/** New access schedule information. */
|
|
148643
|
+
to: {
|
|
148644
|
+
/** Starting time for the access schedule. */
|
|
148645
|
+
starts_at: string | null;
|
|
148646
|
+
/** Ending time for the access schedule. */
|
|
148647
|
+
ends_at: string | null;
|
|
148648
|
+
};
|
|
148649
|
+
} | {
|
|
148650
|
+
/** Date and time at which the mutation was created. */
|
|
148651
|
+
created_at: string;
|
|
148652
|
+
/** Detailed description of the mutation. */
|
|
148653
|
+
message: string;
|
|
148654
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated user membership information to the integrated access system. */
|
|
148655
|
+
mutation_code: 'updating_user_membership';
|
|
148656
|
+
/** Old user membership. */
|
|
148657
|
+
from: {
|
|
148658
|
+
/** Old user ID. */
|
|
148659
|
+
acs_user_id: string | null;
|
|
148660
|
+
};
|
|
148661
|
+
/** New user membership. */
|
|
148662
|
+
to: {
|
|
148663
|
+
/** New user ID. */
|
|
148664
|
+
acs_user_id: string | null;
|
|
148665
|
+
};
|
|
148666
|
+
} | {
|
|
148667
|
+
/** Date and time at which the mutation was created. */
|
|
148668
|
+
created_at: string;
|
|
148669
|
+
/** Detailed description of the mutation. */
|
|
148670
|
+
message: string;
|
|
148671
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated entrance membership information to the integrated access system. */
|
|
148672
|
+
mutation_code: 'updating_entrance_membership';
|
|
148673
|
+
/** Old entrance membership. */
|
|
148674
|
+
from: {
|
|
148675
|
+
/** Old entrance ID. */
|
|
148676
|
+
acs_entrance_id: string | null;
|
|
148677
|
+
};
|
|
148678
|
+
/** New entrance membership. */
|
|
148679
|
+
to: {
|
|
148680
|
+
/** New entrance ID. */
|
|
148681
|
+
acs_entrance_id: string | null;
|
|
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';
|
|
146942
148694
|
})[];
|
|
146943
148695
|
is_managed: true;
|
|
146944
148696
|
}[];
|
|
@@ -147298,6 +149050,17 @@ type Routes = {
|
|
|
147298
149050
|
/** New access group ID. */
|
|
147299
149051
|
acs_access_group_id: string | null;
|
|
147300
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';
|
|
147301
149064
|
})[] | undefined;
|
|
147302
149065
|
/** The last time an internal sync job completed for this access system user. */
|
|
147303
149066
|
last_successful_sync_at: string | null;
|
|
@@ -147489,161 +149252,183 @@ type Routes = {
|
|
|
147489
149252
|
/** New entrance ID. */
|
|
147490
149253
|
acs_entrance_id: string | null;
|
|
147491
149254
|
};
|
|
147492
|
-
})[];
|
|
147493
|
-
is_managed: false;
|
|
147494
|
-
};
|
|
147495
|
-
};
|
|
147496
|
-
maxDuration: undefined;
|
|
147497
|
-
};
|
|
147498
|
-
'/acs/access_groups/unmanaged/list': {
|
|
147499
|
-
route: '/acs/access_groups/unmanaged/list';
|
|
147500
|
-
method: 'GET' | 'POST';
|
|
147501
|
-
queryParams: {};
|
|
147502
|
-
jsonBody: {};
|
|
147503
|
-
commonParams: {
|
|
147504
|
-
/** ID of the access system for which you want to retrieve all unmanaged access groups. */
|
|
147505
|
-
acs_system_id?: string | undefined;
|
|
147506
|
-
/** ID of the access system user for which you want to retrieve all unmanaged access groups. */
|
|
147507
|
-
acs_user_id?: string | undefined;
|
|
147508
|
-
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
|
|
147509
|
-
search?: string | undefined;
|
|
147510
|
-
};
|
|
147511
|
-
formData: {};
|
|
147512
|
-
jsonResponse: {
|
|
147513
|
-
acs_access_groups: {
|
|
147514
|
-
/** ID of the access group. */
|
|
147515
|
-
acs_access_group_id: string;
|
|
147516
|
-
/** ID of the access control system that contains the access group. */
|
|
147517
|
-
acs_system_id: string;
|
|
147518
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group. */
|
|
147519
|
-
workspace_id: string;
|
|
147520
|
-
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that contains the access group. */
|
|
147521
|
-
connected_account_id: string;
|
|
147522
|
-
/** Name of the access group. */
|
|
147523
|
-
name: string;
|
|
147524
|
-
/**
|
|
147525
|
-
* @deprecated Use `external_type`.*/
|
|
147526
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
147527
|
-
/**
|
|
147528
|
-
* @deprecated Use `external_type_display_name`.*/
|
|
147529
|
-
access_group_type_display_name: string;
|
|
147530
|
-
display_name: string;
|
|
147531
|
-
/** Brand-specific terminology for the access group type. */
|
|
147532
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
147533
|
-
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
147534
|
-
external_type_display_name: string;
|
|
147535
|
-
/** Date and time at which the access group was created. */
|
|
147536
|
-
created_at: string;
|
|
147537
|
-
/** Warnings associated with the `acs_access_group`. */
|
|
147538
|
-
warnings: ({
|
|
147539
|
-
/** Date and time at which Seam created the warning. */
|
|
147540
|
-
created_at: string;
|
|
147541
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147542
|
-
message: string;
|
|
147543
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147544
|
-
warning_code: 'unknown_issue_with_acs_access_group';
|
|
147545
149255
|
} | {
|
|
147546
|
-
/** Date and time at which Seam created the warning. */
|
|
147547
|
-
created_at: string;
|
|
147548
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147549
|
-
message: string;
|
|
147550
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147551
|
-
warning_code: 'being_deleted';
|
|
147552
|
-
})[];
|
|
147553
|
-
/** `starts_at` and `ends_at` timestamps for the access group's access. */
|
|
147554
|
-
access_schedule?: {
|
|
147555
|
-
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
147556
|
-
starts_at: string;
|
|
147557
|
-
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
147558
|
-
ends_at: string | null;
|
|
147559
|
-
} | undefined;
|
|
147560
|
-
/** Collection of pending mutations for the access group. Represents operations that have been requested but not yet completed on the integrated access system. */
|
|
147561
|
-
pending_mutations: ({
|
|
147562
149256
|
/** Date and time at which the mutation was created. */
|
|
147563
149257
|
created_at: string;
|
|
147564
149258
|
/** Detailed description of the mutation. */
|
|
147565
149259
|
message: string;
|
|
147566
|
-
/** Mutation code to indicate that
|
|
147567
|
-
mutation_code: '
|
|
147568
|
-
|
|
147569
|
-
|
|
147570
|
-
|
|
147571
|
-
|
|
147572
|
-
|
|
147573
|
-
|
|
147574
|
-
|
|
147575
|
-
|
|
147576
|
-
|
|
147577
|
-
|
|
147578
|
-
|
|
147579
|
-
|
|
147580
|
-
|
|
147581
|
-
|
|
147582
|
-
|
|
147583
|
-
|
|
147584
|
-
|
|
147585
|
-
|
|
147586
|
-
|
|
147587
|
-
|
|
147588
|
-
|
|
147589
|
-
|
|
147590
|
-
|
|
147591
|
-
|
|
147592
|
-
|
|
147593
|
-
|
|
147594
|
-
|
|
147595
|
-
|
|
147596
|
-
|
|
147597
|
-
|
|
147598
|
-
|
|
147599
|
-
|
|
147600
|
-
|
|
147601
|
-
|
|
147602
|
-
|
|
147603
|
-
|
|
147604
|
-
|
|
147605
|
-
|
|
147606
|
-
|
|
147607
|
-
|
|
147608
|
-
|
|
147609
|
-
|
|
147610
|
-
|
|
147611
|
-
|
|
147612
|
-
|
|
147613
|
-
|
|
147614
|
-
|
|
147615
|
-
|
|
147616
|
-
|
|
147617
|
-
|
|
147618
|
-
|
|
147619
|
-
|
|
147620
|
-
|
|
147621
|
-
|
|
147622
|
-
|
|
147623
|
-
|
|
147624
|
-
|
|
147625
|
-
|
|
147626
|
-
|
|
147627
|
-
|
|
147628
|
-
|
|
147629
|
-
|
|
147630
|
-
|
|
147631
|
-
|
|
147632
|
-
|
|
147633
|
-
|
|
147634
|
-
|
|
147635
|
-
/**
|
|
147636
|
-
|
|
147637
|
-
/**
|
|
147638
|
-
|
|
147639
|
-
|
|
147640
|
-
|
|
147641
|
-
|
|
147642
|
-
/**
|
|
147643
|
-
|
|
147644
|
-
|
|
147645
|
-
|
|
147646
|
-
|
|
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';
|
|
149266
|
+
})[];
|
|
149267
|
+
is_managed: false;
|
|
149268
|
+
};
|
|
149269
|
+
};
|
|
149270
|
+
maxDuration: undefined;
|
|
149271
|
+
};
|
|
149272
|
+
'/acs/access_groups/unmanaged/list': {
|
|
149273
|
+
route: '/acs/access_groups/unmanaged/list';
|
|
149274
|
+
method: 'GET' | 'POST';
|
|
149275
|
+
queryParams: {};
|
|
149276
|
+
jsonBody: {};
|
|
149277
|
+
commonParams: {
|
|
149278
|
+
/** ID of the access system for which you want to retrieve all unmanaged access groups. */
|
|
149279
|
+
acs_system_id?: string | undefined;
|
|
149280
|
+
/** ID of the access system user for which you want to retrieve all unmanaged access groups. */
|
|
149281
|
+
acs_user_id?: string | undefined;
|
|
149282
|
+
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
|
|
149283
|
+
search?: string | undefined;
|
|
149284
|
+
};
|
|
149285
|
+
formData: {};
|
|
149286
|
+
jsonResponse: {
|
|
149287
|
+
acs_access_groups: {
|
|
149288
|
+
/** ID of the access group. */
|
|
149289
|
+
acs_access_group_id: string;
|
|
149290
|
+
/** ID of the access control system that contains the access group. */
|
|
149291
|
+
acs_system_id: string;
|
|
149292
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group. */
|
|
149293
|
+
workspace_id: string;
|
|
149294
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that contains the access group. */
|
|
149295
|
+
connected_account_id: string;
|
|
149296
|
+
/** Name of the access group. */
|
|
149297
|
+
name: string;
|
|
149298
|
+
/**
|
|
149299
|
+
* @deprecated Use `external_type`.*/
|
|
149300
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
149301
|
+
/**
|
|
149302
|
+
* @deprecated Use `external_type_display_name`.*/
|
|
149303
|
+
access_group_type_display_name: string;
|
|
149304
|
+
display_name: string;
|
|
149305
|
+
/** Brand-specific terminology for the access group type. */
|
|
149306
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
149307
|
+
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
149308
|
+
external_type_display_name: string;
|
|
149309
|
+
/** Date and time at which the access group was created. */
|
|
149310
|
+
created_at: string;
|
|
149311
|
+
/** Warnings associated with the `acs_access_group`. */
|
|
149312
|
+
warnings: ({
|
|
149313
|
+
/** Date and time at which Seam created the warning. */
|
|
149314
|
+
created_at: string;
|
|
149315
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149316
|
+
message: string;
|
|
149317
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149318
|
+
warning_code: 'unknown_issue_with_acs_access_group';
|
|
149319
|
+
} | {
|
|
149320
|
+
/** Date and time at which Seam created the warning. */
|
|
149321
|
+
created_at: string;
|
|
149322
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149323
|
+
message: string;
|
|
149324
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149325
|
+
warning_code: 'being_deleted';
|
|
149326
|
+
})[];
|
|
149327
|
+
/** `starts_at` and `ends_at` timestamps for the access group's access. */
|
|
149328
|
+
access_schedule?: {
|
|
149329
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
149330
|
+
starts_at: string;
|
|
149331
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
149332
|
+
ends_at: string | null;
|
|
149333
|
+
} | undefined;
|
|
149334
|
+
/** Collection of pending mutations for the access group. Represents operations that have been requested but not yet completed on the integrated access system. */
|
|
149335
|
+
pending_mutations: ({
|
|
149336
|
+
/** Date and time at which the mutation was created. */
|
|
149337
|
+
created_at: string;
|
|
149338
|
+
/** Detailed description of the mutation. */
|
|
149339
|
+
message: string;
|
|
149340
|
+
/** Mutation code to indicate that Seam is in the process of pushing an access group creation to the integrated access system. */
|
|
149341
|
+
mutation_code: 'creating';
|
|
149342
|
+
} | {
|
|
149343
|
+
/** Date and time at which the mutation was created. */
|
|
149344
|
+
created_at: string;
|
|
149345
|
+
/** Detailed description of the mutation. */
|
|
149346
|
+
message: string;
|
|
149347
|
+
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
149348
|
+
mutation_code: 'deleting';
|
|
149349
|
+
} | {
|
|
149350
|
+
/** Date and time at which the mutation was created. */
|
|
149351
|
+
created_at: string;
|
|
149352
|
+
/** Detailed description of the mutation. */
|
|
149353
|
+
message: string;
|
|
149354
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated access group information to the integrated access system. */
|
|
149355
|
+
mutation_code: 'updating_group_information';
|
|
149356
|
+
/** Old access group information. */
|
|
149357
|
+
from: {
|
|
149358
|
+
/** Name of the access group. */
|
|
149359
|
+
name?: (string | null) | undefined;
|
|
149360
|
+
};
|
|
149361
|
+
/** New access group information. */
|
|
149362
|
+
to: {
|
|
149363
|
+
/** Name of the access group. */
|
|
149364
|
+
name?: (string | null) | undefined;
|
|
149365
|
+
};
|
|
149366
|
+
} | {
|
|
149367
|
+
/** Date and time at which the mutation was created. */
|
|
149368
|
+
created_at: string;
|
|
149369
|
+
/** Detailed description of the mutation. */
|
|
149370
|
+
message: string;
|
|
149371
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated access schedule information to the integrated access system. */
|
|
149372
|
+
mutation_code: 'updating_access_schedule';
|
|
149373
|
+
/** Old access schedule information. */
|
|
149374
|
+
from: {
|
|
149375
|
+
/** Starting time for the access schedule. */
|
|
149376
|
+
starts_at: string | null;
|
|
149377
|
+
/** Ending time for the access schedule. */
|
|
149378
|
+
ends_at: string | null;
|
|
149379
|
+
};
|
|
149380
|
+
/** New access schedule information. */
|
|
149381
|
+
to: {
|
|
149382
|
+
/** Starting time for the access schedule. */
|
|
149383
|
+
starts_at: string | null;
|
|
149384
|
+
/** Ending time for the access schedule. */
|
|
149385
|
+
ends_at: string | null;
|
|
149386
|
+
};
|
|
149387
|
+
} | {
|
|
149388
|
+
/** Date and time at which the mutation was created. */
|
|
149389
|
+
created_at: string;
|
|
149390
|
+
/** Detailed description of the mutation. */
|
|
149391
|
+
message: string;
|
|
149392
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated user membership information to the integrated access system. */
|
|
149393
|
+
mutation_code: 'updating_user_membership';
|
|
149394
|
+
/** Old user membership. */
|
|
149395
|
+
from: {
|
|
149396
|
+
/** Old user ID. */
|
|
149397
|
+
acs_user_id: string | null;
|
|
149398
|
+
};
|
|
149399
|
+
/** New user membership. */
|
|
149400
|
+
to: {
|
|
149401
|
+
/** New user ID. */
|
|
149402
|
+
acs_user_id: string | null;
|
|
149403
|
+
};
|
|
149404
|
+
} | {
|
|
149405
|
+
/** Date and time at which the mutation was created. */
|
|
149406
|
+
created_at: string;
|
|
149407
|
+
/** Detailed description of the mutation. */
|
|
149408
|
+
message: string;
|
|
149409
|
+
/** Mutation code to indicate that Seam is in the process of pushing updated entrance membership information to the integrated access system. */
|
|
149410
|
+
mutation_code: 'updating_entrance_membership';
|
|
149411
|
+
/** Old entrance membership. */
|
|
149412
|
+
from: {
|
|
149413
|
+
/** Old entrance ID. */
|
|
149414
|
+
acs_entrance_id: string | null;
|
|
149415
|
+
};
|
|
149416
|
+
/** New entrance membership. */
|
|
149417
|
+
to: {
|
|
149418
|
+
/** New entrance ID. */
|
|
149419
|
+
acs_entrance_id: string | null;
|
|
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';
|
|
147647
149432
|
})[];
|
|
147648
149433
|
is_managed: false;
|
|
147649
149434
|
}[];
|
|
@@ -153229,6 +155014,17 @@ type Routes = {
|
|
|
153229
155014
|
/** New access group ID. */
|
|
153230
155015
|
acs_access_group_id: string | null;
|
|
153231
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';
|
|
153232
155028
|
})[] | undefined;
|
|
153233
155029
|
/** The last time an internal sync job completed for this access system user. */
|
|
153234
155030
|
last_successful_sync_at: string | null;
|
|
@@ -153493,6 +155289,17 @@ type Routes = {
|
|
|
153493
155289
|
/** New access group ID. */
|
|
153494
155290
|
acs_access_group_id: string | null;
|
|
153495
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';
|
|
153496
155303
|
})[] | undefined;
|
|
153497
155304
|
/** The last time an internal sync job completed for this access system user. */
|
|
153498
155305
|
last_successful_sync_at: string | null;
|
|
@@ -153745,6 +155552,17 @@ type Routes = {
|
|
|
153745
155552
|
/** New access group ID. */
|
|
153746
155553
|
acs_access_group_id: string | null;
|
|
153747
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';
|
|
153748
155566
|
})[] | undefined;
|
|
153749
155567
|
/** The last time an internal sync job completed for this access system user. */
|
|
153750
155568
|
last_successful_sync_at: string | null;
|
|
@@ -154191,6 +156009,17 @@ type Routes = {
|
|
|
154191
156009
|
/** New access group ID. */
|
|
154192
156010
|
acs_access_group_id: string | null;
|
|
154193
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';
|
|
154194
156023
|
})[] | undefined;
|
|
154195
156024
|
/** The last time an internal sync job completed for this access system user. */
|
|
154196
156025
|
last_successful_sync_at: string | null;
|
|
@@ -154439,6 +156268,17 @@ type Routes = {
|
|
|
154439
156268
|
/** New access group ID. */
|
|
154440
156269
|
acs_access_group_id: string | null;
|
|
154441
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';
|
|
154442
156282
|
})[] | undefined;
|
|
154443
156283
|
/** The last time an internal sync job completed for this access system user. */
|
|
154444
156284
|
last_successful_sync_at: string | null;
|
|
@@ -188093,6 +189933,179 @@ type Routes = {
|
|
|
188093
189933
|
};
|
|
188094
189934
|
maxDuration: undefined;
|
|
188095
189935
|
};
|
|
189936
|
+
'/seam/customer/v1/customers/automations/get': {
|
|
189937
|
+
route: '/seam/customer/v1/customers/automations/get';
|
|
189938
|
+
method: 'GET' | 'POST';
|
|
189939
|
+
queryParams: {};
|
|
189940
|
+
jsonBody: {};
|
|
189941
|
+
commonParams: {
|
|
189942
|
+
/** Key of the customer. */
|
|
189943
|
+
customer_key: string;
|
|
189944
|
+
};
|
|
189945
|
+
formData: {};
|
|
189946
|
+
jsonResponse: {
|
|
189947
|
+
automation: {
|
|
189948
|
+
access_rules?: {
|
|
189949
|
+
reservation_created?: {
|
|
189950
|
+
rule: 'reservation_created';
|
|
189951
|
+
config: {
|
|
189952
|
+
access_methods: ('card' | 'mobile_key' | 'code')[];
|
|
189953
|
+
method_issuance_strategy: 'first_available' | 'first_two_available' | 'all_available';
|
|
189954
|
+
card_count_on_reservation_create?: number | undefined;
|
|
189955
|
+
code_count_on_reservation_create?: number | undefined;
|
|
189956
|
+
instant_key_max_use_count?: number | undefined;
|
|
189957
|
+
};
|
|
189958
|
+
} | undefined;
|
|
189959
|
+
reservation_time_updated?: {
|
|
189960
|
+
rule: 'reservation_time_updated';
|
|
189961
|
+
config?: {} | undefined;
|
|
189962
|
+
} | undefined;
|
|
189963
|
+
reservation_spaces_updated?: {
|
|
189964
|
+
rule: 'reservation_spaces_updated';
|
|
189965
|
+
config?: {} | undefined;
|
|
189966
|
+
} | undefined;
|
|
189967
|
+
reservation_deleted?: {
|
|
189968
|
+
rule: 'reservation_deleted';
|
|
189969
|
+
config?: {} | undefined;
|
|
189970
|
+
} | undefined;
|
|
189971
|
+
space_name_updated?: {
|
|
189972
|
+
rule: 'space_name_updated';
|
|
189973
|
+
config?: {} | undefined;
|
|
189974
|
+
} | undefined;
|
|
189975
|
+
user_identity_name_updated?: {
|
|
189976
|
+
rule: 'user_identity_name_updated';
|
|
189977
|
+
config?: {} | undefined;
|
|
189978
|
+
} | undefined;
|
|
189979
|
+
staff_member_name_updated?: {
|
|
189980
|
+
rule: 'staff_member_name_updated';
|
|
189981
|
+
config?: {} | undefined;
|
|
189982
|
+
} | undefined;
|
|
189983
|
+
staff_member_created?: {
|
|
189984
|
+
rule: 'staff_member_created';
|
|
189985
|
+
config: {};
|
|
189986
|
+
} | undefined;
|
|
189987
|
+
} | undefined;
|
|
189988
|
+
climate_rules?: {
|
|
189989
|
+
rules: {
|
|
189990
|
+
reservation_created?: {
|
|
189991
|
+
occupied_preset_key?: string | undefined;
|
|
189992
|
+
automated_occupied_preset?: {
|
|
189993
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
189994
|
+
heating_set_point_celsius?: number | undefined;
|
|
189995
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
189996
|
+
cooling_set_point_celsius?: number | undefined;
|
|
189997
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
189998
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
189999
|
+
is_override_allowed: boolean;
|
|
190000
|
+
max_override_period_minutes: number;
|
|
190001
|
+
} | undefined;
|
|
190002
|
+
unoccupied_preset_key?: string | undefined;
|
|
190003
|
+
automated_unoccupied_preset?: {
|
|
190004
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
190005
|
+
heating_set_point_celsius?: number | undefined;
|
|
190006
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
190007
|
+
cooling_set_point_celsius?: number | undefined;
|
|
190008
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
190009
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
190010
|
+
is_override_allowed: boolean;
|
|
190011
|
+
max_override_period_minutes: number;
|
|
190012
|
+
} | undefined;
|
|
190013
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
190014
|
+
} | undefined;
|
|
190015
|
+
reservation_time_updated?: {} | undefined;
|
|
190016
|
+
reservation_deleted?: {} | undefined;
|
|
190017
|
+
};
|
|
190018
|
+
} | undefined;
|
|
190019
|
+
};
|
|
190020
|
+
};
|
|
190021
|
+
maxDuration: undefined;
|
|
190022
|
+
};
|
|
190023
|
+
'/seam/customer/v1/customers/automations/update': {
|
|
190024
|
+
route: '/seam/customer/v1/customers/automations/update';
|
|
190025
|
+
method: 'PATCH' | 'POST';
|
|
190026
|
+
queryParams: {};
|
|
190027
|
+
jsonBody: {
|
|
190028
|
+
/** Key of the customer. */
|
|
190029
|
+
customer_key: string;
|
|
190030
|
+
/** Access automation rules configuration. */
|
|
190031
|
+
access_rules?: {
|
|
190032
|
+
reservation_created?: {
|
|
190033
|
+
rule: 'reservation_created';
|
|
190034
|
+
config: {
|
|
190035
|
+
access_methods: ('card' | 'mobile_key' | 'code')[];
|
|
190036
|
+
method_issuance_strategy: 'first_available' | 'first_two_available' | 'all_available';
|
|
190037
|
+
card_count_on_reservation_create?: number | undefined;
|
|
190038
|
+
code_count_on_reservation_create?: number | undefined;
|
|
190039
|
+
instant_key_max_use_count?: number | undefined;
|
|
190040
|
+
};
|
|
190041
|
+
} | undefined;
|
|
190042
|
+
reservation_time_updated?: {
|
|
190043
|
+
rule: 'reservation_time_updated';
|
|
190044
|
+
config?: {} | undefined;
|
|
190045
|
+
} | undefined;
|
|
190046
|
+
reservation_spaces_updated?: {
|
|
190047
|
+
rule: 'reservation_spaces_updated';
|
|
190048
|
+
config?: {} | undefined;
|
|
190049
|
+
} | undefined;
|
|
190050
|
+
reservation_deleted?: {
|
|
190051
|
+
rule: 'reservation_deleted';
|
|
190052
|
+
config?: {} | undefined;
|
|
190053
|
+
} | undefined;
|
|
190054
|
+
space_name_updated?: {
|
|
190055
|
+
rule: 'space_name_updated';
|
|
190056
|
+
config?: {} | undefined;
|
|
190057
|
+
} | undefined;
|
|
190058
|
+
user_identity_name_updated?: {
|
|
190059
|
+
rule: 'user_identity_name_updated';
|
|
190060
|
+
config?: {} | undefined;
|
|
190061
|
+
} | undefined;
|
|
190062
|
+
staff_member_name_updated?: {
|
|
190063
|
+
rule: 'staff_member_name_updated';
|
|
190064
|
+
config?: {} | undefined;
|
|
190065
|
+
} | undefined;
|
|
190066
|
+
staff_member_created?: {
|
|
190067
|
+
rule: 'staff_member_created';
|
|
190068
|
+
config: {};
|
|
190069
|
+
} | undefined;
|
|
190070
|
+
} | undefined;
|
|
190071
|
+
/** Climate automation rules configuration. */
|
|
190072
|
+
climate_rules?: {
|
|
190073
|
+
rules?: {
|
|
190074
|
+
reservation_created?: {
|
|
190075
|
+
occupied_preset_key?: string | undefined;
|
|
190076
|
+
automated_occupied_preset?: {
|
|
190077
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
190078
|
+
heating_set_point_celsius?: number | undefined;
|
|
190079
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
190080
|
+
cooling_set_point_celsius?: number | undefined;
|
|
190081
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
190082
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
190083
|
+
is_override_allowed: boolean;
|
|
190084
|
+
max_override_period_minutes: number;
|
|
190085
|
+
} | undefined;
|
|
190086
|
+
unoccupied_preset_key?: string | undefined;
|
|
190087
|
+
automated_unoccupied_preset?: {
|
|
190088
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
190089
|
+
heating_set_point_celsius?: number | undefined;
|
|
190090
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
190091
|
+
cooling_set_point_celsius?: number | undefined;
|
|
190092
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
190093
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
190094
|
+
is_override_allowed: boolean;
|
|
190095
|
+
max_override_period_minutes: number;
|
|
190096
|
+
} | undefined;
|
|
190097
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
190098
|
+
} | undefined;
|
|
190099
|
+
reservation_time_updated?: {} | undefined;
|
|
190100
|
+
reservation_deleted?: {} | undefined;
|
|
190101
|
+
} | undefined;
|
|
190102
|
+
} | undefined;
|
|
190103
|
+
};
|
|
190104
|
+
commonParams: {};
|
|
190105
|
+
formData: {};
|
|
190106
|
+
jsonResponse: {};
|
|
190107
|
+
maxDuration: undefined;
|
|
190108
|
+
};
|
|
188096
190109
|
'/seam/customer/v1/customers/list': {
|
|
188097
190110
|
route: '/seam/customer/v1/customers/list';
|
|
188098
190111
|
method: 'GET' | 'POST';
|
|
@@ -213870,6 +215883,17 @@ type Routes = {
|
|
|
213870
215883
|
/** New access group ID. */
|
|
213871
215884
|
acs_access_group_id: string | null;
|
|
213872
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';
|
|
213873
215897
|
})[] | undefined;
|
|
213874
215898
|
/** The last time an internal sync job completed for this access system user. */
|
|
213875
215899
|
last_successful_sync_at: string | null;
|
|
@@ -216245,6 +218269,17 @@ type Routes = {
|
|
|
216245
218269
|
/** New access group ID. */
|
|
216246
218270
|
acs_access_group_id: string | null;
|
|
216247
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';
|
|
216248
218283
|
})[] | undefined;
|
|
216249
218284
|
/** The last time an internal sync job completed for this access system user. */
|
|
216250
218285
|
last_successful_sync_at: string | null;
|
|
@@ -216404,6 +218439,17 @@ type Routes = {
|
|
|
216404
218439
|
/** New entrance ID. */
|
|
216405
218440
|
acs_entrance_id: string | null;
|
|
216406
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';
|
|
216407
218453
|
})[];
|
|
216408
218454
|
is_managed: true;
|
|
216409
218455
|
}[] | undefined;
|
|
@@ -217912,6 +219958,17 @@ type Routes = {
|
|
|
217912
219958
|
/** New access group ID. */
|
|
217913
219959
|
acs_access_group_id: string | null;
|
|
217914
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';
|
|
217915
219972
|
})[] | undefined;
|
|
217916
219973
|
/** The last time an internal sync job completed for this access system user. */
|
|
217917
219974
|
last_successful_sync_at: string | null;
|
|
@@ -218071,6 +220128,17 @@ type Routes = {
|
|
|
218071
220128
|
/** New entrance ID. */
|
|
218072
220129
|
acs_entrance_id: string | null;
|
|
218073
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';
|
|
218074
220142
|
})[];
|
|
218075
220143
|
is_managed: false;
|
|
218076
220144
|
}[] | undefined;
|