@seamapi/types 1.424.0 → 1.425.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 +197 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +582 -6
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-credential.js +4 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +25 -2
- package/lib/seam/connect/models/acs/acs-entrance.js +18 -2
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +4 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +66 -4
- package/lib/seam/connect/openapi.d.ts +254 -4
- package/lib/seam/connect/openapi.js +178 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +286 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +93 -70
- package/src/lib/seam/connect/models/acs/acs-system.ts +4 -1
- package/src/lib/seam/connect/openapi.ts +203 -8
- package/src/lib/seam/connect/route-types.ts +286 -0
package/dist/connect.d.cts
CHANGED
|
@@ -3844,6 +3844,7 @@ type AcsAccessGroup = z.output<typeof acs_access_group>;
|
|
|
3844
3844
|
declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
3845
3845
|
acs_credential_id: z.ZodString;
|
|
3846
3846
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
3847
|
+
connected_account_id: z.ZodString;
|
|
3847
3848
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
3848
3849
|
acs_system_id: z.ZodString;
|
|
3849
3850
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4012,6 +4013,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4012
4013
|
message: string;
|
|
4013
4014
|
error_code: string;
|
|
4014
4015
|
}[];
|
|
4016
|
+
connected_account_id: string;
|
|
4015
4017
|
warnings: ({
|
|
4016
4018
|
message: string;
|
|
4017
4019
|
created_at: string;
|
|
@@ -4082,6 +4084,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4082
4084
|
message: string;
|
|
4083
4085
|
error_code: string;
|
|
4084
4086
|
}[];
|
|
4087
|
+
connected_account_id: string;
|
|
4085
4088
|
warnings: ({
|
|
4086
4089
|
message: string;
|
|
4087
4090
|
created_at: string;
|
|
@@ -4148,6 +4151,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4148
4151
|
declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
4149
4152
|
acs_credential_id: z.ZodString;
|
|
4150
4153
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
4154
|
+
connected_account_id: z.ZodString;
|
|
4151
4155
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
4152
4156
|
acs_system_id: z.ZodString;
|
|
4153
4157
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4316,6 +4320,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4316
4320
|
message: string;
|
|
4317
4321
|
error_code: string;
|
|
4318
4322
|
}[];
|
|
4323
|
+
connected_account_id: string;
|
|
4319
4324
|
warnings: ({
|
|
4320
4325
|
message: string;
|
|
4321
4326
|
created_at: string;
|
|
@@ -4386,6 +4391,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4386
4391
|
message: string;
|
|
4387
4392
|
error_code: string;
|
|
4388
4393
|
}[];
|
|
4394
|
+
connected_account_id: string;
|
|
4389
4395
|
warnings: ({
|
|
4390
4396
|
message: string;
|
|
4391
4397
|
created_at: string;
|
|
@@ -4499,7 +4505,7 @@ declare const acs_encoder: z.ZodObject<{
|
|
|
4499
4505
|
}>;
|
|
4500
4506
|
type AcsEncoder = z.infer<typeof acs_encoder>;
|
|
4501
4507
|
|
|
4502
|
-
declare const acs_entrance: z.ZodObject<{
|
|
4508
|
+
declare const acs_entrance: z.ZodObject<z.objectUtil.extendShape<{
|
|
4503
4509
|
acs_system_id: z.ZodString;
|
|
4504
4510
|
acs_entrance_id: z.ZodString;
|
|
4505
4511
|
created_at: z.ZodString;
|
|
@@ -4626,7 +4632,11 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4626
4632
|
ext_door_id: string;
|
|
4627
4633
|
door_description?: string | undefined;
|
|
4628
4634
|
}>>;
|
|
4629
|
-
},
|
|
4635
|
+
}, {
|
|
4636
|
+
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
4637
|
+
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
4638
|
+
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
4639
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4630
4640
|
display_name: string;
|
|
4631
4641
|
created_at: string;
|
|
4632
4642
|
errors: {
|
|
@@ -4661,6 +4671,9 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4661
4671
|
stand_open?: boolean | undefined;
|
|
4662
4672
|
pms_id?: string | undefined;
|
|
4663
4673
|
} | undefined;
|
|
4674
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
4675
|
+
can_unlock_with_card?: boolean | undefined;
|
|
4676
|
+
can_unlock_with_code?: boolean | undefined;
|
|
4664
4677
|
latch_metadata?: {
|
|
4665
4678
|
door_name: string;
|
|
4666
4679
|
is_connected: boolean;
|
|
@@ -4710,6 +4723,9 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4710
4723
|
stand_open?: boolean | undefined;
|
|
4711
4724
|
pms_id?: string | undefined;
|
|
4712
4725
|
} | undefined;
|
|
4726
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
4727
|
+
can_unlock_with_card?: boolean | undefined;
|
|
4728
|
+
can_unlock_with_code?: boolean | undefined;
|
|
4713
4729
|
latch_metadata?: {
|
|
4714
4730
|
door_name: string;
|
|
4715
4731
|
is_connected: boolean;
|
|
@@ -6546,6 +6562,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6546
6562
|
acs_credential_on_seam: z.ZodNullable<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
6547
6563
|
acs_credential_id: z.ZodString;
|
|
6548
6564
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
6565
|
+
connected_account_id: z.ZodString;
|
|
6549
6566
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
6550
6567
|
acs_system_id: z.ZodString;
|
|
6551
6568
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6714,6 +6731,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6714
6731
|
message: string;
|
|
6715
6732
|
error_code: string;
|
|
6716
6733
|
}[];
|
|
6734
|
+
connected_account_id: string;
|
|
6717
6735
|
warnings: ({
|
|
6718
6736
|
message: string;
|
|
6719
6737
|
created_at: string;
|
|
@@ -6784,6 +6802,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6784
6802
|
message: string;
|
|
6785
6803
|
error_code: string;
|
|
6786
6804
|
}[];
|
|
6805
|
+
connected_account_id: string;
|
|
6787
6806
|
warnings: ({
|
|
6788
6807
|
message: string;
|
|
6789
6808
|
created_at: string;
|
|
@@ -6849,6 +6868,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6849
6868
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6850
6869
|
acs_credential_id: z.ZodString;
|
|
6851
6870
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
6871
|
+
connected_account_id: z.ZodString;
|
|
6852
6872
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
6853
6873
|
acs_system_id: z.ZodString;
|
|
6854
6874
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -7017,6 +7037,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7017
7037
|
message: string;
|
|
7018
7038
|
error_code: string;
|
|
7019
7039
|
}[];
|
|
7040
|
+
connected_account_id: string;
|
|
7020
7041
|
warnings: ({
|
|
7021
7042
|
message: string;
|
|
7022
7043
|
created_at: string;
|
|
@@ -7087,6 +7108,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7087
7108
|
message: string;
|
|
7088
7109
|
error_code: string;
|
|
7089
7110
|
}[];
|
|
7111
|
+
connected_account_id: string;
|
|
7090
7112
|
warnings: ({
|
|
7091
7113
|
message: string;
|
|
7092
7114
|
created_at: string;
|
|
@@ -7194,6 +7216,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7194
7216
|
message: string;
|
|
7195
7217
|
error_code: string;
|
|
7196
7218
|
}[];
|
|
7219
|
+
connected_account_id: string;
|
|
7197
7220
|
warnings: ({
|
|
7198
7221
|
message: string;
|
|
7199
7222
|
created_at: string;
|
|
@@ -7264,6 +7287,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7264
7287
|
message: string;
|
|
7265
7288
|
error_code: string;
|
|
7266
7289
|
}[];
|
|
7290
|
+
connected_account_id: string;
|
|
7267
7291
|
warnings: ({
|
|
7268
7292
|
message: string;
|
|
7269
7293
|
created_at: string;
|
|
@@ -7361,6 +7385,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7361
7385
|
message: string;
|
|
7362
7386
|
error_code: string;
|
|
7363
7387
|
}[];
|
|
7388
|
+
connected_account_id: string;
|
|
7364
7389
|
warnings: ({
|
|
7365
7390
|
message: string;
|
|
7366
7391
|
created_at: string;
|
|
@@ -7431,6 +7456,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7431
7456
|
message: string;
|
|
7432
7457
|
error_code: string;
|
|
7433
7458
|
}[];
|
|
7459
|
+
connected_account_id: string;
|
|
7434
7460
|
warnings: ({
|
|
7435
7461
|
message: string;
|
|
7436
7462
|
created_at: string;
|
|
@@ -7533,6 +7559,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7533
7559
|
message: string;
|
|
7534
7560
|
error_code: string;
|
|
7535
7561
|
}[];
|
|
7562
|
+
connected_account_id: string;
|
|
7536
7563
|
warnings: ({
|
|
7537
7564
|
message: string;
|
|
7538
7565
|
created_at: string;
|
|
@@ -7603,6 +7630,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7603
7630
|
message: string;
|
|
7604
7631
|
error_code: string;
|
|
7605
7632
|
}[];
|
|
7633
|
+
connected_account_id: string;
|
|
7606
7634
|
warnings: ({
|
|
7607
7635
|
message: string;
|
|
7608
7636
|
created_at: string;
|
|
@@ -7706,6 +7734,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7706
7734
|
message: string;
|
|
7707
7735
|
error_code: string;
|
|
7708
7736
|
}[];
|
|
7737
|
+
connected_account_id: string;
|
|
7709
7738
|
warnings: ({
|
|
7710
7739
|
message: string;
|
|
7711
7740
|
created_at: string;
|
|
@@ -7776,6 +7805,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7776
7805
|
message: string;
|
|
7777
7806
|
error_code: string;
|
|
7778
7807
|
}[];
|
|
7808
|
+
connected_account_id: string;
|
|
7779
7809
|
warnings: ({
|
|
7780
7810
|
message: string;
|
|
7781
7811
|
created_at: string;
|
|
@@ -8122,6 +8152,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8122
8152
|
result: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
8123
8153
|
acs_credential_id: z.ZodString;
|
|
8124
8154
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
8155
|
+
connected_account_id: z.ZodString;
|
|
8125
8156
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
8126
8157
|
acs_system_id: z.ZodString;
|
|
8127
8158
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -8290,6 +8321,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8290
8321
|
message: string;
|
|
8291
8322
|
error_code: string;
|
|
8292
8323
|
}[];
|
|
8324
|
+
connected_account_id: string;
|
|
8293
8325
|
warnings: ({
|
|
8294
8326
|
message: string;
|
|
8295
8327
|
created_at: string;
|
|
@@ -8360,6 +8392,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8360
8392
|
message: string;
|
|
8361
8393
|
error_code: string;
|
|
8362
8394
|
}[];
|
|
8395
|
+
connected_account_id: string;
|
|
8363
8396
|
warnings: ({
|
|
8364
8397
|
message: string;
|
|
8365
8398
|
created_at: string;
|
|
@@ -8425,6 +8458,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8425
8458
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8426
8459
|
acs_credential_id: z.ZodString;
|
|
8427
8460
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
8461
|
+
connected_account_id: z.ZodString;
|
|
8428
8462
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
8429
8463
|
acs_system_id: z.ZodString;
|
|
8430
8464
|
parent_acs_credential_id: z.ZodOptional<z.ZodString>;
|
|
@@ -8593,6 +8627,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8593
8627
|
message: string;
|
|
8594
8628
|
error_code: string;
|
|
8595
8629
|
}[];
|
|
8630
|
+
connected_account_id: string;
|
|
8596
8631
|
warnings: ({
|
|
8597
8632
|
message: string;
|
|
8598
8633
|
created_at: string;
|
|
@@ -8663,6 +8698,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8663
8698
|
message: string;
|
|
8664
8699
|
error_code: string;
|
|
8665
8700
|
}[];
|
|
8701
|
+
connected_account_id: string;
|
|
8666
8702
|
warnings: ({
|
|
8667
8703
|
message: string;
|
|
8668
8704
|
created_at: string;
|
|
@@ -8738,6 +8774,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8738
8774
|
message: string;
|
|
8739
8775
|
error_code: string;
|
|
8740
8776
|
}[];
|
|
8777
|
+
connected_account_id: string;
|
|
8741
8778
|
warnings: ({
|
|
8742
8779
|
message: string;
|
|
8743
8780
|
created_at: string;
|
|
@@ -8808,6 +8845,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8808
8845
|
message: string;
|
|
8809
8846
|
error_code: string;
|
|
8810
8847
|
}[];
|
|
8848
|
+
connected_account_id: string;
|
|
8811
8849
|
warnings: ({
|
|
8812
8850
|
message: string;
|
|
8813
8851
|
created_at: string;
|
|
@@ -8884,6 +8922,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8884
8922
|
message: string;
|
|
8885
8923
|
error_code: string;
|
|
8886
8924
|
}[];
|
|
8925
|
+
connected_account_id: string;
|
|
8887
8926
|
warnings: ({
|
|
8888
8927
|
message: string;
|
|
8889
8928
|
created_at: string;
|
|
@@ -8954,6 +8993,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8954
8993
|
message: string;
|
|
8955
8994
|
error_code: string;
|
|
8956
8995
|
}[];
|
|
8996
|
+
connected_account_id: string;
|
|
8957
8997
|
warnings: ({
|
|
8958
8998
|
message: string;
|
|
8959
8999
|
created_at: string;
|
|
@@ -22460,6 +22500,11 @@ declare const _default: {
|
|
|
22460
22500
|
nullable: boolean;
|
|
22461
22501
|
type: string;
|
|
22462
22502
|
};
|
|
22503
|
+
connected_account_id: {
|
|
22504
|
+
description: string;
|
|
22505
|
+
format: string;
|
|
22506
|
+
type: string;
|
|
22507
|
+
};
|
|
22463
22508
|
created_at: {
|
|
22464
22509
|
description: string;
|
|
22465
22510
|
format: string;
|
|
@@ -22805,6 +22850,18 @@ declare const _default: {
|
|
|
22805
22850
|
required: string[];
|
|
22806
22851
|
type: string;
|
|
22807
22852
|
};
|
|
22853
|
+
can_unlock_with_card: {
|
|
22854
|
+
description: string;
|
|
22855
|
+
type: string;
|
|
22856
|
+
};
|
|
22857
|
+
can_unlock_with_code: {
|
|
22858
|
+
description: string;
|
|
22859
|
+
type: string;
|
|
22860
|
+
};
|
|
22861
|
+
can_unlock_with_mobile_key: {
|
|
22862
|
+
description: string;
|
|
22863
|
+
type: string;
|
|
22864
|
+
};
|
|
22808
22865
|
connected_account_id: {
|
|
22809
22866
|
description: string;
|
|
22810
22867
|
format: string;
|
|
@@ -24001,6 +24058,11 @@ declare const _default: {
|
|
|
24001
24058
|
nullable: boolean;
|
|
24002
24059
|
type: string;
|
|
24003
24060
|
};
|
|
24061
|
+
connected_account_id: {
|
|
24062
|
+
description: string;
|
|
24063
|
+
format: string;
|
|
24064
|
+
type: string;
|
|
24065
|
+
};
|
|
24004
24066
|
created_at: {
|
|
24005
24067
|
description: string;
|
|
24006
24068
|
format: string;
|
|
@@ -24248,6 +24310,11 @@ declare const _default: {
|
|
|
24248
24310
|
nullable: boolean;
|
|
24249
24311
|
type: string;
|
|
24250
24312
|
};
|
|
24313
|
+
connected_account_id: {
|
|
24314
|
+
description: string;
|
|
24315
|
+
format: string;
|
|
24316
|
+
type: string;
|
|
24317
|
+
};
|
|
24251
24318
|
created_at: {
|
|
24252
24319
|
description: string;
|
|
24253
24320
|
format: string;
|
|
@@ -24694,6 +24761,11 @@ declare const _default: {
|
|
|
24694
24761
|
nullable: boolean;
|
|
24695
24762
|
type: string;
|
|
24696
24763
|
};
|
|
24764
|
+
connected_account_id: {
|
|
24765
|
+
description: string;
|
|
24766
|
+
format: string;
|
|
24767
|
+
type: string;
|
|
24768
|
+
};
|
|
24697
24769
|
created_at: {
|
|
24698
24770
|
description: string;
|
|
24699
24771
|
format: string;
|
|
@@ -24941,6 +25013,11 @@ declare const _default: {
|
|
|
24941
25013
|
nullable: boolean;
|
|
24942
25014
|
type: string;
|
|
24943
25015
|
};
|
|
25016
|
+
connected_account_id: {
|
|
25017
|
+
description: string;
|
|
25018
|
+
format: string;
|
|
25019
|
+
type: string;
|
|
25020
|
+
};
|
|
24944
25021
|
created_at: {
|
|
24945
25022
|
description: string;
|
|
24946
25023
|
format: string;
|
|
@@ -31962,6 +32039,18 @@ declare const _default: {
|
|
|
31962
32039
|
required: string[];
|
|
31963
32040
|
type: string;
|
|
31964
32041
|
};
|
|
32042
|
+
can_unlock_with_card: {
|
|
32043
|
+
description: string;
|
|
32044
|
+
type: string;
|
|
32045
|
+
};
|
|
32046
|
+
can_unlock_with_code: {
|
|
32047
|
+
description: string;
|
|
32048
|
+
type: string;
|
|
32049
|
+
};
|
|
32050
|
+
can_unlock_with_mobile_key: {
|
|
32051
|
+
description: string;
|
|
32052
|
+
type: string;
|
|
32053
|
+
};
|
|
31965
32054
|
connected_account_id: {
|
|
31966
32055
|
description: string;
|
|
31967
32056
|
format: string;
|
|
@@ -32184,6 +32273,11 @@ declare const _default: {
|
|
|
32184
32273
|
nullable: boolean;
|
|
32185
32274
|
type: string;
|
|
32186
32275
|
};
|
|
32276
|
+
connected_account_id: {
|
|
32277
|
+
description: string;
|
|
32278
|
+
format: string;
|
|
32279
|
+
type: string;
|
|
32280
|
+
};
|
|
32187
32281
|
created_at: {
|
|
32188
32282
|
description: string;
|
|
32189
32283
|
format: string;
|
|
@@ -33052,6 +33146,11 @@ declare const _default: {
|
|
|
33052
33146
|
nullable: boolean;
|
|
33053
33147
|
type: string;
|
|
33054
33148
|
};
|
|
33149
|
+
connected_account_id: {
|
|
33150
|
+
description: string;
|
|
33151
|
+
format: string;
|
|
33152
|
+
type: string;
|
|
33153
|
+
};
|
|
33055
33154
|
created_at: {
|
|
33056
33155
|
description: string;
|
|
33057
33156
|
format: string;
|
|
@@ -34580,7 +34679,9 @@ declare const _default: {
|
|
|
34580
34679
|
type: string;
|
|
34581
34680
|
};
|
|
34582
34681
|
use_offline_access_code: {
|
|
34682
|
+
deprecated: boolean;
|
|
34583
34683
|
type: string;
|
|
34684
|
+
'x-deprecated': string;
|
|
34584
34685
|
};
|
|
34585
34686
|
};
|
|
34586
34687
|
required: string[];
|
|
@@ -34742,7 +34843,9 @@ declare const _default: {
|
|
|
34742
34843
|
type: string;
|
|
34743
34844
|
};
|
|
34744
34845
|
use_offline_access_code: {
|
|
34846
|
+
deprecated: boolean;
|
|
34745
34847
|
type: string;
|
|
34848
|
+
'x-deprecated': string;
|
|
34746
34849
|
};
|
|
34747
34850
|
};
|
|
34748
34851
|
required: string[];
|
|
@@ -34891,7 +34994,9 @@ declare const _default: {
|
|
|
34891
34994
|
type: string;
|
|
34892
34995
|
};
|
|
34893
34996
|
use_offline_access_code: {
|
|
34997
|
+
deprecated: boolean;
|
|
34894
34998
|
type: string;
|
|
34999
|
+
'x-deprecated': string;
|
|
34895
35000
|
};
|
|
34896
35001
|
};
|
|
34897
35002
|
required: string[];
|
|
@@ -36959,7 +37064,9 @@ declare const _default: {
|
|
|
36959
37064
|
type: string;
|
|
36960
37065
|
};
|
|
36961
37066
|
use_offline_access_code: {
|
|
37067
|
+
deprecated: boolean;
|
|
36962
37068
|
type: string;
|
|
37069
|
+
'x-deprecated': string;
|
|
36963
37070
|
};
|
|
36964
37071
|
};
|
|
36965
37072
|
required: string[];
|
|
@@ -37125,7 +37232,9 @@ declare const _default: {
|
|
|
37125
37232
|
type: string;
|
|
37126
37233
|
};
|
|
37127
37234
|
use_offline_access_code: {
|
|
37235
|
+
deprecated: boolean;
|
|
37128
37236
|
type: string;
|
|
37237
|
+
'x-deprecated': string;
|
|
37129
37238
|
};
|
|
37130
37239
|
};
|
|
37131
37240
|
required: string[];
|
|
@@ -37291,7 +37400,9 @@ declare const _default: {
|
|
|
37291
37400
|
type: string;
|
|
37292
37401
|
};
|
|
37293
37402
|
use_offline_access_code: {
|
|
37403
|
+
deprecated: boolean;
|
|
37294
37404
|
type: string;
|
|
37405
|
+
'x-deprecated': string;
|
|
37295
37406
|
};
|
|
37296
37407
|
};
|
|
37297
37408
|
required: string[];
|
|
@@ -37609,7 +37720,6 @@ declare const _default: {
|
|
|
37609
37720
|
};
|
|
37610
37721
|
ends_at: {
|
|
37611
37722
|
description: string;
|
|
37612
|
-
format: string;
|
|
37613
37723
|
type: string;
|
|
37614
37724
|
};
|
|
37615
37725
|
location: {
|
|
@@ -37675,7 +37785,6 @@ declare const _default: {
|
|
|
37675
37785
|
};
|
|
37676
37786
|
starts_at: {
|
|
37677
37787
|
description: string;
|
|
37678
|
-
format: string;
|
|
37679
37788
|
type: string;
|
|
37680
37789
|
};
|
|
37681
37790
|
};
|
|
@@ -50375,6 +50484,7 @@ declare const _default: {
|
|
|
50375
50484
|
'x-undocumented'?: never;
|
|
50376
50485
|
deprecated?: never;
|
|
50377
50486
|
'x-deprecated'?: never;
|
|
50487
|
+
minLength?: never;
|
|
50378
50488
|
};
|
|
50379
50489
|
} | {
|
|
50380
50490
|
in: string;
|
|
@@ -50392,6 +50502,7 @@ declare const _default: {
|
|
|
50392
50502
|
'x-undocumented'?: never;
|
|
50393
50503
|
deprecated?: never;
|
|
50394
50504
|
'x-deprecated'?: never;
|
|
50505
|
+
minLength?: never;
|
|
50395
50506
|
};
|
|
50396
50507
|
} | {
|
|
50397
50508
|
in: string;
|
|
@@ -50414,6 +50525,7 @@ declare const _default: {
|
|
|
50414
50525
|
'x-undocumented'?: never;
|
|
50415
50526
|
deprecated?: never;
|
|
50416
50527
|
'x-deprecated'?: never;
|
|
50528
|
+
minLength?: never;
|
|
50417
50529
|
};
|
|
50418
50530
|
} | {
|
|
50419
50531
|
in: string;
|
|
@@ -50435,6 +50547,7 @@ declare const _default: {
|
|
|
50435
50547
|
'x-undocumented'?: never;
|
|
50436
50548
|
deprecated?: never;
|
|
50437
50549
|
'x-deprecated'?: never;
|
|
50550
|
+
minLength?: never;
|
|
50438
50551
|
};
|
|
50439
50552
|
} | {
|
|
50440
50553
|
in: string;
|
|
@@ -50461,6 +50574,7 @@ declare const _default: {
|
|
|
50461
50574
|
'x-undocumented'?: never;
|
|
50462
50575
|
deprecated?: never;
|
|
50463
50576
|
'x-deprecated'?: never;
|
|
50577
|
+
minLength?: never;
|
|
50464
50578
|
};
|
|
50465
50579
|
} | {
|
|
50466
50580
|
in: string;
|
|
@@ -50478,6 +50592,7 @@ declare const _default: {
|
|
|
50478
50592
|
'x-undocumented'?: never;
|
|
50479
50593
|
deprecated?: never;
|
|
50480
50594
|
'x-deprecated'?: never;
|
|
50595
|
+
minLength?: never;
|
|
50481
50596
|
};
|
|
50482
50597
|
} | {
|
|
50483
50598
|
in: string;
|
|
@@ -50495,6 +50610,7 @@ declare const _default: {
|
|
|
50495
50610
|
'x-undocumented'?: never;
|
|
50496
50611
|
deprecated?: never;
|
|
50497
50612
|
'x-deprecated'?: never;
|
|
50613
|
+
minLength?: never;
|
|
50498
50614
|
};
|
|
50499
50615
|
} | {
|
|
50500
50616
|
in: string;
|
|
@@ -50512,6 +50628,7 @@ declare const _default: {
|
|
|
50512
50628
|
'x-undocumented'?: never;
|
|
50513
50629
|
deprecated?: never;
|
|
50514
50630
|
'x-deprecated'?: never;
|
|
50631
|
+
minLength?: never;
|
|
50515
50632
|
};
|
|
50516
50633
|
} | {
|
|
50517
50634
|
in: string;
|
|
@@ -50533,6 +50650,7 @@ declare const _default: {
|
|
|
50533
50650
|
'x-undocumented'?: never;
|
|
50534
50651
|
deprecated?: never;
|
|
50535
50652
|
'x-deprecated'?: never;
|
|
50653
|
+
minLength?: never;
|
|
50536
50654
|
};
|
|
50537
50655
|
} | {
|
|
50538
50656
|
in: string;
|
|
@@ -50550,6 +50668,7 @@ declare const _default: {
|
|
|
50550
50668
|
'x-undocumented'?: never;
|
|
50551
50669
|
deprecated?: never;
|
|
50552
50670
|
'x-deprecated'?: never;
|
|
50671
|
+
minLength?: never;
|
|
50553
50672
|
};
|
|
50554
50673
|
} | {
|
|
50555
50674
|
in: string;
|
|
@@ -50572,6 +50691,7 @@ declare const _default: {
|
|
|
50572
50691
|
nullable?: never;
|
|
50573
50692
|
deprecated?: never;
|
|
50574
50693
|
'x-deprecated'?: never;
|
|
50694
|
+
minLength?: never;
|
|
50575
50695
|
};
|
|
50576
50696
|
} | {
|
|
50577
50697
|
in: string;
|
|
@@ -50589,6 +50709,25 @@ declare const _default: {
|
|
|
50589
50709
|
default?: never;
|
|
50590
50710
|
additionalProperties?: never;
|
|
50591
50711
|
'x-undocumented'?: never;
|
|
50712
|
+
minLength?: never;
|
|
50713
|
+
};
|
|
50714
|
+
} | {
|
|
50715
|
+
in: string;
|
|
50716
|
+
name: string;
|
|
50717
|
+
schema: {
|
|
50718
|
+
description: string;
|
|
50719
|
+
minLength: number;
|
|
50720
|
+
type: string;
|
|
50721
|
+
items?: never;
|
|
50722
|
+
format?: never;
|
|
50723
|
+
oneOf?: never;
|
|
50724
|
+
enum?: never;
|
|
50725
|
+
default?: never;
|
|
50726
|
+
additionalProperties?: never;
|
|
50727
|
+
nullable?: never;
|
|
50728
|
+
'x-undocumented'?: never;
|
|
50729
|
+
deprecated?: never;
|
|
50730
|
+
'x-deprecated'?: never;
|
|
50592
50731
|
};
|
|
50593
50732
|
})[];
|
|
50594
50733
|
responses: {
|
|
@@ -50769,6 +50908,11 @@ declare const _default: {
|
|
|
50769
50908
|
nullable: boolean;
|
|
50770
50909
|
type: string;
|
|
50771
50910
|
};
|
|
50911
|
+
search: {
|
|
50912
|
+
description: string;
|
|
50913
|
+
minLength: number;
|
|
50914
|
+
type: string;
|
|
50915
|
+
};
|
|
50772
50916
|
space_id: {
|
|
50773
50917
|
description: string;
|
|
50774
50918
|
format: string;
|
|
@@ -51419,6 +51563,7 @@ declare const _default: {
|
|
|
51419
51563
|
'x-undocumented'?: never;
|
|
51420
51564
|
deprecated?: never;
|
|
51421
51565
|
'x-deprecated'?: never;
|
|
51566
|
+
minLength?: never;
|
|
51422
51567
|
};
|
|
51423
51568
|
} | {
|
|
51424
51569
|
in: string;
|
|
@@ -51436,6 +51581,7 @@ declare const _default: {
|
|
|
51436
51581
|
'x-undocumented'?: never;
|
|
51437
51582
|
deprecated?: never;
|
|
51438
51583
|
'x-deprecated'?: never;
|
|
51584
|
+
minLength?: never;
|
|
51439
51585
|
};
|
|
51440
51586
|
} | {
|
|
51441
51587
|
in: string;
|
|
@@ -51458,6 +51604,7 @@ declare const _default: {
|
|
|
51458
51604
|
'x-undocumented'?: never;
|
|
51459
51605
|
deprecated?: never;
|
|
51460
51606
|
'x-deprecated'?: never;
|
|
51607
|
+
minLength?: never;
|
|
51461
51608
|
};
|
|
51462
51609
|
} | {
|
|
51463
51610
|
in: string;
|
|
@@ -51479,6 +51626,7 @@ declare const _default: {
|
|
|
51479
51626
|
'x-undocumented'?: never;
|
|
51480
51627
|
deprecated?: never;
|
|
51481
51628
|
'x-deprecated'?: never;
|
|
51629
|
+
minLength?: never;
|
|
51482
51630
|
};
|
|
51483
51631
|
} | {
|
|
51484
51632
|
in: string;
|
|
@@ -51505,6 +51653,7 @@ declare const _default: {
|
|
|
51505
51653
|
'x-undocumented'?: never;
|
|
51506
51654
|
deprecated?: never;
|
|
51507
51655
|
'x-deprecated'?: never;
|
|
51656
|
+
minLength?: never;
|
|
51508
51657
|
};
|
|
51509
51658
|
} | {
|
|
51510
51659
|
in: string;
|
|
@@ -51522,6 +51671,7 @@ declare const _default: {
|
|
|
51522
51671
|
'x-undocumented'?: never;
|
|
51523
51672
|
deprecated?: never;
|
|
51524
51673
|
'x-deprecated'?: never;
|
|
51674
|
+
minLength?: never;
|
|
51525
51675
|
};
|
|
51526
51676
|
} | {
|
|
51527
51677
|
in: string;
|
|
@@ -51539,6 +51689,7 @@ declare const _default: {
|
|
|
51539
51689
|
'x-undocumented'?: never;
|
|
51540
51690
|
deprecated?: never;
|
|
51541
51691
|
'x-deprecated'?: never;
|
|
51692
|
+
minLength?: never;
|
|
51542
51693
|
};
|
|
51543
51694
|
} | {
|
|
51544
51695
|
in: string;
|
|
@@ -51556,6 +51707,7 @@ declare const _default: {
|
|
|
51556
51707
|
'x-undocumented'?: never;
|
|
51557
51708
|
deprecated?: never;
|
|
51558
51709
|
'x-deprecated'?: never;
|
|
51710
|
+
minLength?: never;
|
|
51559
51711
|
};
|
|
51560
51712
|
} | {
|
|
51561
51713
|
in: string;
|
|
@@ -51577,6 +51729,7 @@ declare const _default: {
|
|
|
51577
51729
|
'x-undocumented'?: never;
|
|
51578
51730
|
deprecated?: never;
|
|
51579
51731
|
'x-deprecated'?: never;
|
|
51732
|
+
minLength?: never;
|
|
51580
51733
|
};
|
|
51581
51734
|
} | {
|
|
51582
51735
|
in: string;
|
|
@@ -51594,6 +51747,7 @@ declare const _default: {
|
|
|
51594
51747
|
'x-undocumented'?: never;
|
|
51595
51748
|
deprecated?: never;
|
|
51596
51749
|
'x-deprecated'?: never;
|
|
51750
|
+
minLength?: never;
|
|
51597
51751
|
};
|
|
51598
51752
|
} | {
|
|
51599
51753
|
in: string;
|
|
@@ -51616,6 +51770,7 @@ declare const _default: {
|
|
|
51616
51770
|
nullable?: never;
|
|
51617
51771
|
deprecated?: never;
|
|
51618
51772
|
'x-deprecated'?: never;
|
|
51773
|
+
minLength?: never;
|
|
51619
51774
|
};
|
|
51620
51775
|
} | {
|
|
51621
51776
|
in: string;
|
|
@@ -51633,6 +51788,25 @@ declare const _default: {
|
|
|
51633
51788
|
default?: never;
|
|
51634
51789
|
additionalProperties?: never;
|
|
51635
51790
|
'x-undocumented'?: never;
|
|
51791
|
+
minLength?: never;
|
|
51792
|
+
};
|
|
51793
|
+
} | {
|
|
51794
|
+
in: string;
|
|
51795
|
+
name: string;
|
|
51796
|
+
schema: {
|
|
51797
|
+
description: string;
|
|
51798
|
+
minLength: number;
|
|
51799
|
+
type: string;
|
|
51800
|
+
items?: never;
|
|
51801
|
+
format?: never;
|
|
51802
|
+
oneOf?: never;
|
|
51803
|
+
enum?: never;
|
|
51804
|
+
default?: never;
|
|
51805
|
+
additionalProperties?: never;
|
|
51806
|
+
nullable?: never;
|
|
51807
|
+
'x-undocumented'?: never;
|
|
51808
|
+
deprecated?: never;
|
|
51809
|
+
'x-deprecated'?: never;
|
|
51636
51810
|
};
|
|
51637
51811
|
})[];
|
|
51638
51812
|
responses: {
|
|
@@ -51792,6 +51966,11 @@ declare const _default: {
|
|
|
51792
51966
|
nullable: boolean;
|
|
51793
51967
|
type: string;
|
|
51794
51968
|
};
|
|
51969
|
+
search: {
|
|
51970
|
+
description: string;
|
|
51971
|
+
minLength: number;
|
|
51972
|
+
type: string;
|
|
51973
|
+
};
|
|
51795
51974
|
space_id: {
|
|
51796
51975
|
description: string;
|
|
51797
51976
|
format: string;
|
|
@@ -52995,6 +53174,7 @@ declare const _default: {
|
|
|
52995
53174
|
'x-undocumented'?: never;
|
|
52996
53175
|
deprecated?: never;
|
|
52997
53176
|
'x-deprecated'?: never;
|
|
53177
|
+
minLength?: never;
|
|
52998
53178
|
};
|
|
52999
53179
|
} | {
|
|
53000
53180
|
in: string;
|
|
@@ -53011,6 +53191,7 @@ declare const _default: {
|
|
|
53011
53191
|
'x-undocumented'?: never;
|
|
53012
53192
|
deprecated?: never;
|
|
53013
53193
|
'x-deprecated'?: never;
|
|
53194
|
+
minLength?: never;
|
|
53014
53195
|
};
|
|
53015
53196
|
} | {
|
|
53016
53197
|
in: string;
|
|
@@ -53032,6 +53213,7 @@ declare const _default: {
|
|
|
53032
53213
|
'x-undocumented'?: never;
|
|
53033
53214
|
deprecated?: never;
|
|
53034
53215
|
'x-deprecated'?: never;
|
|
53216
|
+
minLength?: never;
|
|
53035
53217
|
};
|
|
53036
53218
|
} | {
|
|
53037
53219
|
in: string;
|
|
@@ -53048,6 +53230,7 @@ declare const _default: {
|
|
|
53048
53230
|
'x-undocumented'?: never;
|
|
53049
53231
|
deprecated?: never;
|
|
53050
53232
|
'x-deprecated'?: never;
|
|
53233
|
+
minLength?: never;
|
|
53051
53234
|
};
|
|
53052
53235
|
} | {
|
|
53053
53236
|
in: string;
|
|
@@ -53069,6 +53252,7 @@ declare const _default: {
|
|
|
53069
53252
|
'x-undocumented'?: never;
|
|
53070
53253
|
deprecated?: never;
|
|
53071
53254
|
'x-deprecated'?: never;
|
|
53255
|
+
minLength?: never;
|
|
53072
53256
|
};
|
|
53073
53257
|
} | {
|
|
53074
53258
|
in: string;
|
|
@@ -53085,6 +53269,7 @@ declare const _default: {
|
|
|
53085
53269
|
'x-undocumented'?: never;
|
|
53086
53270
|
deprecated?: never;
|
|
53087
53271
|
'x-deprecated'?: never;
|
|
53272
|
+
minLength?: never;
|
|
53088
53273
|
};
|
|
53089
53274
|
} | {
|
|
53090
53275
|
in: string;
|
|
@@ -53101,6 +53286,7 @@ declare const _default: {
|
|
|
53101
53286
|
'x-undocumented'?: never;
|
|
53102
53287
|
deprecated?: never;
|
|
53103
53288
|
'x-deprecated'?: never;
|
|
53289
|
+
minLength?: never;
|
|
53104
53290
|
};
|
|
53105
53291
|
} | {
|
|
53106
53292
|
in: string;
|
|
@@ -53121,6 +53307,7 @@ declare const _default: {
|
|
|
53121
53307
|
'x-undocumented'?: never;
|
|
53122
53308
|
deprecated?: never;
|
|
53123
53309
|
'x-deprecated'?: never;
|
|
53310
|
+
minLength?: never;
|
|
53124
53311
|
};
|
|
53125
53312
|
} | {
|
|
53126
53313
|
in: string;
|
|
@@ -53137,6 +53324,7 @@ declare const _default: {
|
|
|
53137
53324
|
'x-undocumented'?: never;
|
|
53138
53325
|
deprecated?: never;
|
|
53139
53326
|
'x-deprecated'?: never;
|
|
53327
|
+
minLength?: never;
|
|
53140
53328
|
};
|
|
53141
53329
|
} | {
|
|
53142
53330
|
in: string;
|
|
@@ -53158,6 +53346,7 @@ declare const _default: {
|
|
|
53158
53346
|
nullable?: never;
|
|
53159
53347
|
deprecated?: never;
|
|
53160
53348
|
'x-deprecated'?: never;
|
|
53349
|
+
minLength?: never;
|
|
53161
53350
|
};
|
|
53162
53351
|
} | {
|
|
53163
53352
|
in: string;
|
|
@@ -53174,6 +53363,24 @@ declare const _default: {
|
|
|
53174
53363
|
default?: never;
|
|
53175
53364
|
additionalProperties?: never;
|
|
53176
53365
|
'x-undocumented'?: never;
|
|
53366
|
+
minLength?: never;
|
|
53367
|
+
};
|
|
53368
|
+
} | {
|
|
53369
|
+
in: string;
|
|
53370
|
+
name: string;
|
|
53371
|
+
schema: {
|
|
53372
|
+
description: string;
|
|
53373
|
+
minLength: number;
|
|
53374
|
+
type: string;
|
|
53375
|
+
items?: never;
|
|
53376
|
+
format?: never;
|
|
53377
|
+
enum?: never;
|
|
53378
|
+
default?: never;
|
|
53379
|
+
additionalProperties?: never;
|
|
53380
|
+
nullable?: never;
|
|
53381
|
+
'x-undocumented'?: never;
|
|
53382
|
+
deprecated?: never;
|
|
53383
|
+
'x-deprecated'?: never;
|
|
53177
53384
|
};
|
|
53178
53385
|
})[];
|
|
53179
53386
|
responses: {
|
|
@@ -53342,6 +53549,11 @@ declare const _default: {
|
|
|
53342
53549
|
nullable: boolean;
|
|
53343
53550
|
type: string;
|
|
53344
53551
|
};
|
|
53552
|
+
search: {
|
|
53553
|
+
description: string;
|
|
53554
|
+
minLength: number;
|
|
53555
|
+
type: string;
|
|
53556
|
+
};
|
|
53345
53557
|
space_id: {
|
|
53346
53558
|
description: string;
|
|
53347
53559
|
format: string;
|
|
@@ -54114,6 +54326,7 @@ declare const _default: {
|
|
|
54114
54326
|
'x-undocumented'?: never;
|
|
54115
54327
|
deprecated?: never;
|
|
54116
54328
|
'x-deprecated'?: never;
|
|
54329
|
+
minLength?: never;
|
|
54117
54330
|
};
|
|
54118
54331
|
} | {
|
|
54119
54332
|
in: string;
|
|
@@ -54130,6 +54343,7 @@ declare const _default: {
|
|
|
54130
54343
|
'x-undocumented'?: never;
|
|
54131
54344
|
deprecated?: never;
|
|
54132
54345
|
'x-deprecated'?: never;
|
|
54346
|
+
minLength?: never;
|
|
54133
54347
|
};
|
|
54134
54348
|
} | {
|
|
54135
54349
|
in: string;
|
|
@@ -54151,6 +54365,7 @@ declare const _default: {
|
|
|
54151
54365
|
'x-undocumented'?: never;
|
|
54152
54366
|
deprecated?: never;
|
|
54153
54367
|
'x-deprecated'?: never;
|
|
54368
|
+
minLength?: never;
|
|
54154
54369
|
};
|
|
54155
54370
|
} | {
|
|
54156
54371
|
in: string;
|
|
@@ -54167,6 +54382,7 @@ declare const _default: {
|
|
|
54167
54382
|
'x-undocumented'?: never;
|
|
54168
54383
|
deprecated?: never;
|
|
54169
54384
|
'x-deprecated'?: never;
|
|
54385
|
+
minLength?: never;
|
|
54170
54386
|
};
|
|
54171
54387
|
} | {
|
|
54172
54388
|
in: string;
|
|
@@ -54188,6 +54404,7 @@ declare const _default: {
|
|
|
54188
54404
|
'x-undocumented'?: never;
|
|
54189
54405
|
deprecated?: never;
|
|
54190
54406
|
'x-deprecated'?: never;
|
|
54407
|
+
minLength?: never;
|
|
54191
54408
|
};
|
|
54192
54409
|
} | {
|
|
54193
54410
|
in: string;
|
|
@@ -54204,6 +54421,7 @@ declare const _default: {
|
|
|
54204
54421
|
'x-undocumented'?: never;
|
|
54205
54422
|
deprecated?: never;
|
|
54206
54423
|
'x-deprecated'?: never;
|
|
54424
|
+
minLength?: never;
|
|
54207
54425
|
};
|
|
54208
54426
|
} | {
|
|
54209
54427
|
in: string;
|
|
@@ -54220,6 +54438,7 @@ declare const _default: {
|
|
|
54220
54438
|
'x-undocumented'?: never;
|
|
54221
54439
|
deprecated?: never;
|
|
54222
54440
|
'x-deprecated'?: never;
|
|
54441
|
+
minLength?: never;
|
|
54223
54442
|
};
|
|
54224
54443
|
} | {
|
|
54225
54444
|
in: string;
|
|
@@ -54240,6 +54459,7 @@ declare const _default: {
|
|
|
54240
54459
|
'x-undocumented'?: never;
|
|
54241
54460
|
deprecated?: never;
|
|
54242
54461
|
'x-deprecated'?: never;
|
|
54462
|
+
minLength?: never;
|
|
54243
54463
|
};
|
|
54244
54464
|
} | {
|
|
54245
54465
|
in: string;
|
|
@@ -54256,6 +54476,7 @@ declare const _default: {
|
|
|
54256
54476
|
'x-undocumented'?: never;
|
|
54257
54477
|
deprecated?: never;
|
|
54258
54478
|
'x-deprecated'?: never;
|
|
54479
|
+
minLength?: never;
|
|
54259
54480
|
};
|
|
54260
54481
|
} | {
|
|
54261
54482
|
in: string;
|
|
@@ -54277,6 +54498,7 @@ declare const _default: {
|
|
|
54277
54498
|
nullable?: never;
|
|
54278
54499
|
deprecated?: never;
|
|
54279
54500
|
'x-deprecated'?: never;
|
|
54501
|
+
minLength?: never;
|
|
54280
54502
|
};
|
|
54281
54503
|
} | {
|
|
54282
54504
|
in: string;
|
|
@@ -54293,6 +54515,24 @@ declare const _default: {
|
|
|
54293
54515
|
default?: never;
|
|
54294
54516
|
additionalProperties?: never;
|
|
54295
54517
|
'x-undocumented'?: never;
|
|
54518
|
+
minLength?: never;
|
|
54519
|
+
};
|
|
54520
|
+
} | {
|
|
54521
|
+
in: string;
|
|
54522
|
+
name: string;
|
|
54523
|
+
schema: {
|
|
54524
|
+
description: string;
|
|
54525
|
+
minLength: number;
|
|
54526
|
+
type: string;
|
|
54527
|
+
items?: never;
|
|
54528
|
+
format?: never;
|
|
54529
|
+
enum?: never;
|
|
54530
|
+
default?: never;
|
|
54531
|
+
additionalProperties?: never;
|
|
54532
|
+
nullable?: never;
|
|
54533
|
+
'x-undocumented'?: never;
|
|
54534
|
+
deprecated?: never;
|
|
54535
|
+
'x-deprecated'?: never;
|
|
54296
54536
|
};
|
|
54297
54537
|
})[];
|
|
54298
54538
|
responses: {
|
|
@@ -54461,6 +54701,11 @@ declare const _default: {
|
|
|
54461
54701
|
nullable: boolean;
|
|
54462
54702
|
type: string;
|
|
54463
54703
|
};
|
|
54704
|
+
search: {
|
|
54705
|
+
description: string;
|
|
54706
|
+
minLength: number;
|
|
54707
|
+
type: string;
|
|
54708
|
+
};
|
|
54464
54709
|
space_id: {
|
|
54465
54710
|
description: string;
|
|
54466
54711
|
format: string;
|
|
@@ -59661,6 +59906,7 @@ declare const _default: {
|
|
|
59661
59906
|
'x-undocumented'?: never;
|
|
59662
59907
|
deprecated?: never;
|
|
59663
59908
|
'x-deprecated'?: never;
|
|
59909
|
+
minLength?: never;
|
|
59664
59910
|
};
|
|
59665
59911
|
} | {
|
|
59666
59912
|
in: string;
|
|
@@ -59677,6 +59923,7 @@ declare const _default: {
|
|
|
59677
59923
|
'x-undocumented'?: never;
|
|
59678
59924
|
deprecated?: never;
|
|
59679
59925
|
'x-deprecated'?: never;
|
|
59926
|
+
minLength?: never;
|
|
59680
59927
|
};
|
|
59681
59928
|
} | {
|
|
59682
59929
|
in: string;
|
|
@@ -59698,6 +59945,7 @@ declare const _default: {
|
|
|
59698
59945
|
'x-undocumented'?: never;
|
|
59699
59946
|
deprecated?: never;
|
|
59700
59947
|
'x-deprecated'?: never;
|
|
59948
|
+
minLength?: never;
|
|
59701
59949
|
};
|
|
59702
59950
|
} | {
|
|
59703
59951
|
in: string;
|
|
@@ -59714,6 +59962,7 @@ declare const _default: {
|
|
|
59714
59962
|
'x-undocumented'?: never;
|
|
59715
59963
|
deprecated?: never;
|
|
59716
59964
|
'x-deprecated'?: never;
|
|
59965
|
+
minLength?: never;
|
|
59717
59966
|
};
|
|
59718
59967
|
} | {
|
|
59719
59968
|
in: string;
|
|
@@ -59735,6 +59984,7 @@ declare const _default: {
|
|
|
59735
59984
|
'x-undocumented'?: never;
|
|
59736
59985
|
deprecated?: never;
|
|
59737
59986
|
'x-deprecated'?: never;
|
|
59987
|
+
minLength?: never;
|
|
59738
59988
|
};
|
|
59739
59989
|
} | {
|
|
59740
59990
|
in: string;
|
|
@@ -59751,6 +60001,7 @@ declare const _default: {
|
|
|
59751
60001
|
'x-undocumented'?: never;
|
|
59752
60002
|
deprecated?: never;
|
|
59753
60003
|
'x-deprecated'?: never;
|
|
60004
|
+
minLength?: never;
|
|
59754
60005
|
};
|
|
59755
60006
|
} | {
|
|
59756
60007
|
in: string;
|
|
@@ -59767,6 +60018,7 @@ declare const _default: {
|
|
|
59767
60018
|
'x-undocumented'?: never;
|
|
59768
60019
|
deprecated?: never;
|
|
59769
60020
|
'x-deprecated'?: never;
|
|
60021
|
+
minLength?: never;
|
|
59770
60022
|
};
|
|
59771
60023
|
} | {
|
|
59772
60024
|
in: string;
|
|
@@ -59787,6 +60039,7 @@ declare const _default: {
|
|
|
59787
60039
|
'x-undocumented'?: never;
|
|
59788
60040
|
deprecated?: never;
|
|
59789
60041
|
'x-deprecated'?: never;
|
|
60042
|
+
minLength?: never;
|
|
59790
60043
|
};
|
|
59791
60044
|
} | {
|
|
59792
60045
|
in: string;
|
|
@@ -59803,6 +60056,7 @@ declare const _default: {
|
|
|
59803
60056
|
'x-undocumented'?: never;
|
|
59804
60057
|
deprecated?: never;
|
|
59805
60058
|
'x-deprecated'?: never;
|
|
60059
|
+
minLength?: never;
|
|
59806
60060
|
};
|
|
59807
60061
|
} | {
|
|
59808
60062
|
in: string;
|
|
@@ -59824,6 +60078,7 @@ declare const _default: {
|
|
|
59824
60078
|
nullable?: never;
|
|
59825
60079
|
deprecated?: never;
|
|
59826
60080
|
'x-deprecated'?: never;
|
|
60081
|
+
minLength?: never;
|
|
59827
60082
|
};
|
|
59828
60083
|
} | {
|
|
59829
60084
|
in: string;
|
|
@@ -59840,6 +60095,24 @@ declare const _default: {
|
|
|
59840
60095
|
default?: never;
|
|
59841
60096
|
additionalProperties?: never;
|
|
59842
60097
|
'x-undocumented'?: never;
|
|
60098
|
+
minLength?: never;
|
|
60099
|
+
};
|
|
60100
|
+
} | {
|
|
60101
|
+
in: string;
|
|
60102
|
+
name: string;
|
|
60103
|
+
schema: {
|
|
60104
|
+
description: string;
|
|
60105
|
+
minLength: number;
|
|
60106
|
+
type: string;
|
|
60107
|
+
items?: never;
|
|
60108
|
+
format?: never;
|
|
60109
|
+
enum?: never;
|
|
60110
|
+
default?: never;
|
|
60111
|
+
additionalProperties?: never;
|
|
60112
|
+
nullable?: never;
|
|
60113
|
+
'x-undocumented'?: never;
|
|
60114
|
+
deprecated?: never;
|
|
60115
|
+
'x-deprecated'?: never;
|
|
59843
60116
|
};
|
|
59844
60117
|
})[];
|
|
59845
60118
|
responses: {
|
|
@@ -60008,6 +60281,11 @@ declare const _default: {
|
|
|
60008
60281
|
nullable: boolean;
|
|
60009
60282
|
type: string;
|
|
60010
60283
|
};
|
|
60284
|
+
search: {
|
|
60285
|
+
description: string;
|
|
60286
|
+
minLength: number;
|
|
60287
|
+
type: string;
|
|
60288
|
+
};
|
|
60011
60289
|
space_id: {
|
|
60012
60290
|
description: string;
|
|
60013
60291
|
format: string;
|
|
@@ -66061,7 +66339,15 @@ declare const _default: {
|
|
|
66061
66339
|
get: {
|
|
66062
66340
|
description: string;
|
|
66063
66341
|
operationId: string;
|
|
66064
|
-
parameters: {
|
|
66342
|
+
parameters: ({
|
|
66343
|
+
in: string;
|
|
66344
|
+
name: string;
|
|
66345
|
+
schema: {
|
|
66346
|
+
description: string;
|
|
66347
|
+
type: string;
|
|
66348
|
+
format?: never;
|
|
66349
|
+
};
|
|
66350
|
+
} | {
|
|
66065
66351
|
in: string;
|
|
66066
66352
|
name: string;
|
|
66067
66353
|
schema: {
|
|
@@ -66069,7 +66355,7 @@ declare const _default: {
|
|
|
66069
66355
|
format: string;
|
|
66070
66356
|
type: string;
|
|
66071
66357
|
};
|
|
66072
|
-
}[];
|
|
66358
|
+
})[];
|
|
66073
66359
|
responses: {
|
|
66074
66360
|
200: {
|
|
66075
66361
|
content: {
|
|
@@ -66142,6 +66428,10 @@ declare const _default: {
|
|
|
66142
66428
|
format: string;
|
|
66143
66429
|
type: string;
|
|
66144
66430
|
};
|
|
66431
|
+
search: {
|
|
66432
|
+
description: string;
|
|
66433
|
+
type: string;
|
|
66434
|
+
};
|
|
66145
66435
|
};
|
|
66146
66436
|
type: string;
|
|
66147
66437
|
};
|
|
@@ -68377,6 +68667,8 @@ interface Routes {
|
|
|
68377
68667
|
is_external_modification_allowed?: boolean | undefined;
|
|
68378
68668
|
/** Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length. */
|
|
68379
68669
|
preferred_code_length?: number | undefined;
|
|
68670
|
+
/**
|
|
68671
|
+
* @deprecated Use `is_offline_access_code` instead. */
|
|
68380
68672
|
use_offline_access_code?: boolean | undefined;
|
|
68381
68673
|
/** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
|
|
68382
68674
|
is_offline_access_code?: boolean | undefined;
|
|
@@ -68528,6 +68820,8 @@ interface Routes {
|
|
|
68528
68820
|
acs_credential_id: string;
|
|
68529
68821
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68530
68822
|
acs_user_id?: string | undefined;
|
|
68823
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68824
|
+
connected_account_id: string;
|
|
68531
68825
|
acs_credential_pool_id?: string | undefined;
|
|
68532
68826
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68533
68827
|
acs_system_id: string;
|
|
@@ -68654,6 +68948,8 @@ interface Routes {
|
|
|
68654
68948
|
acs_credential_id: string;
|
|
68655
68949
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68656
68950
|
acs_user_id?: string | undefined;
|
|
68951
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68952
|
+
connected_account_id: string;
|
|
68657
68953
|
acs_credential_pool_id?: string | undefined;
|
|
68658
68954
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68659
68955
|
acs_system_id: string;
|
|
@@ -68903,6 +69199,8 @@ interface Routes {
|
|
|
68903
69199
|
acs_credential_id: string;
|
|
68904
69200
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68905
69201
|
acs_user_id?: string | undefined;
|
|
69202
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69203
|
+
connected_account_id: string;
|
|
68906
69204
|
acs_credential_pool_id?: string | undefined;
|
|
68907
69205
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68908
69206
|
acs_system_id: string;
|
|
@@ -69029,6 +69327,8 @@ interface Routes {
|
|
|
69029
69327
|
acs_credential_id: string;
|
|
69030
69328
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69031
69329
|
acs_user_id?: string | undefined;
|
|
69330
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69331
|
+
connected_account_id: string;
|
|
69032
69332
|
acs_credential_pool_id?: string | undefined;
|
|
69033
69333
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69034
69334
|
acs_system_id: string;
|
|
@@ -70236,6 +70536,8 @@ interface Routes {
|
|
|
70236
70536
|
allow_external_modification?: boolean | undefined;
|
|
70237
70537
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
70238
70538
|
is_external_modification_allowed?: boolean | undefined;
|
|
70539
|
+
/**
|
|
70540
|
+
* @deprecated Use `is_offline_access_code` instead. */
|
|
70239
70541
|
use_offline_access_code?: boolean | undefined;
|
|
70240
70542
|
/** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
|
|
70241
70543
|
is_offline_access_code?: boolean | undefined;
|
|
@@ -70909,6 +71211,8 @@ interface Routes {
|
|
|
70909
71211
|
acs_credential_id: string;
|
|
70910
71212
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70911
71213
|
acs_user_id?: string | undefined;
|
|
71214
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71215
|
+
connected_account_id: string;
|
|
70912
71216
|
acs_credential_pool_id?: string | undefined;
|
|
70913
71217
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
70914
71218
|
acs_system_id: string;
|
|
@@ -71035,6 +71339,8 @@ interface Routes {
|
|
|
71035
71339
|
acs_credential_id: string;
|
|
71036
71340
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71037
71341
|
acs_user_id?: string | undefined;
|
|
71342
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71343
|
+
connected_account_id: string;
|
|
71038
71344
|
acs_credential_pool_id?: string | undefined;
|
|
71039
71345
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
71040
71346
|
acs_system_id: string;
|
|
@@ -71284,6 +71590,8 @@ interface Routes {
|
|
|
71284
71590
|
acs_credential_id: string;
|
|
71285
71591
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71286
71592
|
acs_user_id?: string | undefined;
|
|
71593
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71594
|
+
connected_account_id: string;
|
|
71287
71595
|
acs_credential_pool_id?: string | undefined;
|
|
71288
71596
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
71289
71597
|
acs_system_id: string;
|
|
@@ -71410,6 +71718,8 @@ interface Routes {
|
|
|
71410
71718
|
acs_credential_id: string;
|
|
71411
71719
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71412
71720
|
acs_user_id?: string | undefined;
|
|
71721
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
71722
|
+
connected_account_id: string;
|
|
71413
71723
|
acs_credential_pool_id?: string | undefined;
|
|
71414
71724
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
71415
71725
|
acs_system_id: string;
|
|
@@ -74896,6 +75206,8 @@ interface Routes {
|
|
|
74896
75206
|
acs_credential_id: string;
|
|
74897
75207
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
74898
75208
|
acs_user_id?: string | undefined;
|
|
75209
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75210
|
+
connected_account_id: string;
|
|
74899
75211
|
acs_credential_pool_id?: string | undefined;
|
|
74900
75212
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
74901
75213
|
acs_system_id: string;
|
|
@@ -75022,6 +75334,8 @@ interface Routes {
|
|
|
75022
75334
|
acs_credential_id: string;
|
|
75023
75335
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75024
75336
|
acs_user_id?: string | undefined;
|
|
75337
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75338
|
+
connected_account_id: string;
|
|
75025
75339
|
acs_credential_pool_id?: string | undefined;
|
|
75026
75340
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
75027
75341
|
acs_system_id: string;
|
|
@@ -75271,6 +75585,8 @@ interface Routes {
|
|
|
75271
75585
|
acs_credential_id: string;
|
|
75272
75586
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75273
75587
|
acs_user_id?: string | undefined;
|
|
75588
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75589
|
+
connected_account_id: string;
|
|
75274
75590
|
acs_credential_pool_id?: string | undefined;
|
|
75275
75591
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
75276
75592
|
acs_system_id: string;
|
|
@@ -75397,6 +75713,8 @@ interface Routes {
|
|
|
75397
75713
|
acs_credential_id: string;
|
|
75398
75714
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75399
75715
|
acs_user_id?: string | undefined;
|
|
75716
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
75717
|
+
connected_account_id: string;
|
|
75400
75718
|
acs_credential_pool_id?: string | undefined;
|
|
75401
75719
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
75402
75720
|
acs_system_id: string;
|
|
@@ -77126,6 +77444,8 @@ interface Routes {
|
|
|
77126
77444
|
is_external_modification_allowed?: boolean | undefined;
|
|
77127
77445
|
/** Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length. */
|
|
77128
77446
|
preferred_code_length?: number | undefined;
|
|
77447
|
+
/**
|
|
77448
|
+
* @deprecated Use `is_offline_access_code` instead. */
|
|
77129
77449
|
use_offline_access_code?: boolean | undefined;
|
|
77130
77450
|
/** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
|
|
77131
77451
|
is_offline_access_code?: boolean | undefined;
|
|
@@ -77285,6 +77605,8 @@ interface Routes {
|
|
|
77285
77605
|
acs_credential_id: string;
|
|
77286
77606
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77287
77607
|
acs_user_id?: string | undefined;
|
|
77608
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77609
|
+
connected_account_id: string;
|
|
77288
77610
|
acs_credential_pool_id?: string | undefined;
|
|
77289
77611
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
77290
77612
|
acs_system_id: string;
|
|
@@ -77411,6 +77733,8 @@ interface Routes {
|
|
|
77411
77733
|
acs_credential_id: string;
|
|
77412
77734
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77413
77735
|
acs_user_id?: string | undefined;
|
|
77736
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77737
|
+
connected_account_id: string;
|
|
77414
77738
|
acs_credential_pool_id?: string | undefined;
|
|
77415
77739
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
77416
77740
|
acs_system_id: string;
|
|
@@ -77660,6 +77984,8 @@ interface Routes {
|
|
|
77660
77984
|
acs_credential_id: string;
|
|
77661
77985
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77662
77986
|
acs_user_id?: string | undefined;
|
|
77987
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77988
|
+
connected_account_id: string;
|
|
77663
77989
|
acs_credential_pool_id?: string | undefined;
|
|
77664
77990
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
77665
77991
|
acs_system_id: string;
|
|
@@ -77786,6 +78112,8 @@ interface Routes {
|
|
|
77786
78112
|
acs_credential_id: string;
|
|
77787
78113
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
77788
78114
|
acs_user_id?: string | undefined;
|
|
78115
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
78116
|
+
connected_account_id: string;
|
|
77789
78117
|
acs_credential_pool_id?: string | undefined;
|
|
77790
78118
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
77791
78119
|
acs_system_id: string;
|
|
@@ -78985,6 +79313,12 @@ interface Routes {
|
|
|
78985
79313
|
/** Description of the door in the Salto Space access system. */
|
|
78986
79314
|
door_description?: string | undefined;
|
|
78987
79315
|
} | undefined;
|
|
79316
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
79317
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
79318
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
79319
|
+
can_unlock_with_card?: boolean | undefined;
|
|
79320
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
79321
|
+
can_unlock_with_code?: boolean | undefined;
|
|
78988
79322
|
}>;
|
|
78989
79323
|
};
|
|
78990
79324
|
};
|
|
@@ -79401,6 +79735,8 @@ interface Routes {
|
|
|
79401
79735
|
acs_credential_id: string;
|
|
79402
79736
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79403
79737
|
acs_user_id?: string | undefined;
|
|
79738
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79739
|
+
connected_account_id: string;
|
|
79404
79740
|
acs_credential_pool_id?: string | undefined;
|
|
79405
79741
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79406
79742
|
acs_system_id: string;
|
|
@@ -79592,6 +79928,8 @@ interface Routes {
|
|
|
79592
79928
|
acs_credential_id: string;
|
|
79593
79929
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79594
79930
|
acs_user_id?: string | undefined;
|
|
79931
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79932
|
+
connected_account_id: string;
|
|
79595
79933
|
acs_credential_pool_id?: string | undefined;
|
|
79596
79934
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79597
79935
|
acs_system_id: string;
|
|
@@ -79745,6 +80083,8 @@ interface Routes {
|
|
|
79745
80083
|
acs_credential_id: string;
|
|
79746
80084
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79747
80085
|
acs_user_id?: string | undefined;
|
|
80086
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80087
|
+
connected_account_id: string;
|
|
79748
80088
|
acs_credential_pool_id?: string | undefined;
|
|
79749
80089
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79750
80090
|
acs_system_id: string;
|
|
@@ -79902,6 +80242,8 @@ interface Routes {
|
|
|
79902
80242
|
acs_credential_id: string;
|
|
79903
80243
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
79904
80244
|
acs_user_id?: string | undefined;
|
|
80245
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80246
|
+
connected_account_id: string;
|
|
79905
80247
|
acs_credential_pool_id?: string | undefined;
|
|
79906
80248
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79907
80249
|
acs_system_id: string;
|
|
@@ -80060,6 +80402,8 @@ interface Routes {
|
|
|
80060
80402
|
acs_credential_id: string;
|
|
80061
80403
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80062
80404
|
acs_user_id?: string | undefined;
|
|
80405
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80406
|
+
connected_account_id: string;
|
|
80063
80407
|
acs_credential_pool_id?: string | undefined;
|
|
80064
80408
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80065
80409
|
acs_system_id: string;
|
|
@@ -80284,6 +80628,12 @@ interface Routes {
|
|
|
80284
80628
|
/** Description of the door in the Salto Space access system. */
|
|
80285
80629
|
door_description?: string | undefined;
|
|
80286
80630
|
} | undefined;
|
|
80631
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
80632
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
80633
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
80634
|
+
can_unlock_with_card?: boolean | undefined;
|
|
80635
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
80636
|
+
can_unlock_with_code?: boolean | undefined;
|
|
80287
80637
|
}>;
|
|
80288
80638
|
};
|
|
80289
80639
|
};
|
|
@@ -80312,6 +80662,8 @@ interface Routes {
|
|
|
80312
80662
|
acs_credential_id: string;
|
|
80313
80663
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80314
80664
|
acs_user_id?: string | undefined;
|
|
80665
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80666
|
+
connected_account_id: string;
|
|
80315
80667
|
acs_credential_pool_id?: string | undefined;
|
|
80316
80668
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80317
80669
|
acs_system_id: string;
|
|
@@ -80453,6 +80805,8 @@ interface Routes {
|
|
|
80453
80805
|
acs_credential_id: string;
|
|
80454
80806
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80455
80807
|
acs_user_id?: string | undefined;
|
|
80808
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80809
|
+
connected_account_id: string;
|
|
80456
80810
|
acs_credential_pool_id?: string | undefined;
|
|
80457
80811
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80458
80812
|
acs_system_id: string;
|
|
@@ -80604,6 +80958,8 @@ interface Routes {
|
|
|
80604
80958
|
acs_credential_id: string;
|
|
80605
80959
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80606
80960
|
acs_user_id?: string | undefined;
|
|
80961
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80962
|
+
connected_account_id: string;
|
|
80607
80963
|
acs_credential_pool_id?: string | undefined;
|
|
80608
80964
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80609
80965
|
acs_system_id: string;
|
|
@@ -80753,6 +81109,8 @@ interface Routes {
|
|
|
80753
81109
|
acs_credential_id: string;
|
|
80754
81110
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
80755
81111
|
acs_user_id?: string | undefined;
|
|
81112
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81113
|
+
connected_account_id: string;
|
|
80756
81114
|
acs_credential_pool_id?: string | undefined;
|
|
80757
81115
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80758
81116
|
acs_system_id: string;
|
|
@@ -81030,6 +81388,8 @@ interface Routes {
|
|
|
81030
81388
|
acs_credential_id: string;
|
|
81031
81389
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81032
81390
|
acs_user_id?: string | undefined;
|
|
81391
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81392
|
+
connected_account_id: string;
|
|
81033
81393
|
acs_credential_pool_id?: string | undefined;
|
|
81034
81394
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81035
81395
|
acs_system_id: string;
|
|
@@ -81156,6 +81516,8 @@ interface Routes {
|
|
|
81156
81516
|
acs_credential_id: string;
|
|
81157
81517
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81158
81518
|
acs_user_id?: string | undefined;
|
|
81519
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81520
|
+
connected_account_id: string;
|
|
81159
81521
|
acs_credential_pool_id?: string | undefined;
|
|
81160
81522
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81161
81523
|
acs_system_id: string;
|
|
@@ -81405,6 +81767,8 @@ interface Routes {
|
|
|
81405
81767
|
acs_credential_id: string;
|
|
81406
81768
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81407
81769
|
acs_user_id?: string | undefined;
|
|
81770
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81771
|
+
connected_account_id: string;
|
|
81408
81772
|
acs_credential_pool_id?: string | undefined;
|
|
81409
81773
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81410
81774
|
acs_system_id: string;
|
|
@@ -81531,6 +81895,8 @@ interface Routes {
|
|
|
81531
81895
|
acs_credential_id: string;
|
|
81532
81896
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81533
81897
|
acs_user_id?: string | undefined;
|
|
81898
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
81899
|
+
connected_account_id: string;
|
|
81534
81900
|
acs_credential_pool_id?: string | undefined;
|
|
81535
81901
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81536
81902
|
acs_system_id: string;
|
|
@@ -82345,6 +82711,8 @@ interface Routes {
|
|
|
82345
82711
|
acs_credential_id: string;
|
|
82346
82712
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82347
82713
|
acs_user_id?: string | undefined;
|
|
82714
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82715
|
+
connected_account_id: string;
|
|
82348
82716
|
acs_credential_pool_id?: string | undefined;
|
|
82349
82717
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82350
82718
|
acs_system_id: string;
|
|
@@ -82471,6 +82839,8 @@ interface Routes {
|
|
|
82471
82839
|
acs_credential_id: string;
|
|
82472
82840
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82473
82841
|
acs_user_id?: string | undefined;
|
|
82842
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82843
|
+
connected_account_id: string;
|
|
82474
82844
|
acs_credential_pool_id?: string | undefined;
|
|
82475
82845
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82476
82846
|
acs_system_id: string;
|
|
@@ -82720,6 +83090,8 @@ interface Routes {
|
|
|
82720
83090
|
acs_credential_id: string;
|
|
82721
83091
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82722
83092
|
acs_user_id?: string | undefined;
|
|
83093
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
83094
|
+
connected_account_id: string;
|
|
82723
83095
|
acs_credential_pool_id?: string | undefined;
|
|
82724
83096
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82725
83097
|
acs_system_id: string;
|
|
@@ -82846,6 +83218,8 @@ interface Routes {
|
|
|
82846
83218
|
acs_credential_id: string;
|
|
82847
83219
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
82848
83220
|
acs_user_id?: string | undefined;
|
|
83221
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
83222
|
+
connected_account_id: string;
|
|
82849
83223
|
acs_credential_pool_id?: string | undefined;
|
|
82850
83224
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82851
83225
|
acs_system_id: string;
|
|
@@ -83756,6 +84130,8 @@ interface Routes {
|
|
|
83756
84130
|
acs_credential_id: string;
|
|
83757
84131
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
83758
84132
|
acs_user_id?: string | undefined;
|
|
84133
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84134
|
+
connected_account_id: string;
|
|
83759
84135
|
acs_credential_pool_id?: string | undefined;
|
|
83760
84136
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
83761
84137
|
acs_system_id: string;
|
|
@@ -83882,6 +84258,8 @@ interface Routes {
|
|
|
83882
84258
|
acs_credential_id: string;
|
|
83883
84259
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
83884
84260
|
acs_user_id?: string | undefined;
|
|
84261
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84262
|
+
connected_account_id: string;
|
|
83885
84263
|
acs_credential_pool_id?: string | undefined;
|
|
83886
84264
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
83887
84265
|
acs_system_id: string;
|
|
@@ -84131,6 +84509,8 @@ interface Routes {
|
|
|
84131
84509
|
acs_credential_id: string;
|
|
84132
84510
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84133
84511
|
acs_user_id?: string | undefined;
|
|
84512
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84513
|
+
connected_account_id: string;
|
|
84134
84514
|
acs_credential_pool_id?: string | undefined;
|
|
84135
84515
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
84136
84516
|
acs_system_id: string;
|
|
@@ -84257,6 +84637,8 @@ interface Routes {
|
|
|
84257
84637
|
acs_credential_id: string;
|
|
84258
84638
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84259
84639
|
acs_user_id?: string | undefined;
|
|
84640
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
84641
|
+
connected_account_id: string;
|
|
84260
84642
|
acs_credential_pool_id?: string | undefined;
|
|
84261
84643
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
84262
84644
|
acs_system_id: string;
|
|
@@ -85100,6 +85482,12 @@ interface Routes {
|
|
|
85100
85482
|
/** Description of the door in the Salto Space access system. */
|
|
85101
85483
|
door_description?: string | undefined;
|
|
85102
85484
|
} | undefined;
|
|
85485
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
85486
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
85487
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
85488
|
+
can_unlock_with_card?: boolean | undefined;
|
|
85489
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
85490
|
+
can_unlock_with_code?: boolean | undefined;
|
|
85103
85491
|
};
|
|
85104
85492
|
};
|
|
85105
85493
|
};
|
|
@@ -85230,6 +85618,12 @@ interface Routes {
|
|
|
85230
85618
|
/** Description of the door in the Salto Space access system. */
|
|
85231
85619
|
door_description?: string | undefined;
|
|
85232
85620
|
} | undefined;
|
|
85621
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
85622
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
85623
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
85624
|
+
can_unlock_with_card?: boolean | undefined;
|
|
85625
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
85626
|
+
can_unlock_with_code?: boolean | undefined;
|
|
85233
85627
|
}>;
|
|
85234
85628
|
};
|
|
85235
85629
|
};
|
|
@@ -85251,6 +85645,8 @@ interface Routes {
|
|
|
85251
85645
|
acs_credential_id: string;
|
|
85252
85646
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
85253
85647
|
acs_user_id?: string | undefined;
|
|
85648
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
85649
|
+
connected_account_id: string;
|
|
85254
85650
|
acs_credential_pool_id?: string | undefined;
|
|
85255
85651
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85256
85652
|
acs_system_id: string;
|
|
@@ -86627,6 +87023,12 @@ interface Routes {
|
|
|
86627
87023
|
/** Description of the door in the Salto Space access system. */
|
|
86628
87024
|
door_description?: string | undefined;
|
|
86629
87025
|
} | undefined;
|
|
87026
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
87027
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
87028
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
87029
|
+
can_unlock_with_card?: boolean | undefined;
|
|
87030
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
87031
|
+
can_unlock_with_code?: boolean | undefined;
|
|
86630
87032
|
}>;
|
|
86631
87033
|
};
|
|
86632
87034
|
};
|
|
@@ -87329,6 +87731,8 @@ interface Routes {
|
|
|
87329
87731
|
acs_credential_id: string;
|
|
87330
87732
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87331
87733
|
acs_user_id?: string | undefined;
|
|
87734
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87735
|
+
connected_account_id: string;
|
|
87332
87736
|
acs_credential_pool_id?: string | undefined;
|
|
87333
87737
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87334
87738
|
acs_system_id: string;
|
|
@@ -87455,6 +87859,8 @@ interface Routes {
|
|
|
87455
87859
|
acs_credential_id: string;
|
|
87456
87860
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87457
87861
|
acs_user_id?: string | undefined;
|
|
87862
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87863
|
+
connected_account_id: string;
|
|
87458
87864
|
acs_credential_pool_id?: string | undefined;
|
|
87459
87865
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87460
87866
|
acs_system_id: string;
|
|
@@ -87704,6 +88110,8 @@ interface Routes {
|
|
|
87704
88110
|
acs_credential_id: string;
|
|
87705
88111
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87706
88112
|
acs_user_id?: string | undefined;
|
|
88113
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
88114
|
+
connected_account_id: string;
|
|
87707
88115
|
acs_credential_pool_id?: string | undefined;
|
|
87708
88116
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87709
88117
|
acs_system_id: string;
|
|
@@ -87830,6 +88238,8 @@ interface Routes {
|
|
|
87830
88238
|
acs_credential_id: string;
|
|
87831
88239
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
87832
88240
|
acs_user_id?: string | undefined;
|
|
88241
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
88242
|
+
connected_account_id: string;
|
|
87833
88243
|
acs_credential_pool_id?: string | undefined;
|
|
87834
88244
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87835
88245
|
acs_system_id: string;
|
|
@@ -88637,6 +89047,8 @@ interface Routes {
|
|
|
88637
89047
|
acs_credential_id: string;
|
|
88638
89048
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
88639
89049
|
acs_user_id?: string | undefined;
|
|
89050
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89051
|
+
connected_account_id: string;
|
|
88640
89052
|
acs_credential_pool_id?: string | undefined;
|
|
88641
89053
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
88642
89054
|
acs_system_id: string;
|
|
@@ -88763,6 +89175,8 @@ interface Routes {
|
|
|
88763
89175
|
acs_credential_id: string;
|
|
88764
89176
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
88765
89177
|
acs_user_id?: string | undefined;
|
|
89178
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89179
|
+
connected_account_id: string;
|
|
88766
89180
|
acs_credential_pool_id?: string | undefined;
|
|
88767
89181
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
88768
89182
|
acs_system_id: string;
|
|
@@ -89012,6 +89426,8 @@ interface Routes {
|
|
|
89012
89426
|
acs_credential_id: string;
|
|
89013
89427
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89014
89428
|
acs_user_id?: string | undefined;
|
|
89429
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89430
|
+
connected_account_id: string;
|
|
89015
89431
|
acs_credential_pool_id?: string | undefined;
|
|
89016
89432
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89017
89433
|
acs_system_id: string;
|
|
@@ -89138,6 +89554,8 @@ interface Routes {
|
|
|
89138
89554
|
acs_credential_id: string;
|
|
89139
89555
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89140
89556
|
acs_user_id?: string | undefined;
|
|
89557
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
89558
|
+
connected_account_id: string;
|
|
89141
89559
|
acs_credential_pool_id?: string | undefined;
|
|
89142
89560
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89143
89561
|
acs_system_id: string;
|
|
@@ -92555,6 +92973,8 @@ interface Routes {
|
|
|
92555
92973
|
unstable_location_id?: (string | null) | undefined;
|
|
92556
92974
|
/** ID of the space for which you want to list devices. */
|
|
92557
92975
|
space_id?: string | undefined;
|
|
92976
|
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
92977
|
+
search?: string | undefined;
|
|
92558
92978
|
};
|
|
92559
92979
|
formData: {};
|
|
92560
92980
|
jsonResponse: {
|
|
@@ -94188,6 +94608,8 @@ interface Routes {
|
|
|
94188
94608
|
unstable_location_id?: (string | null) | undefined;
|
|
94189
94609
|
/** ID of the space for which you want to list devices. */
|
|
94190
94610
|
space_id?: string | undefined;
|
|
94611
|
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
94612
|
+
search?: string | undefined;
|
|
94191
94613
|
};
|
|
94192
94614
|
formData: {};
|
|
94193
94615
|
jsonResponse: {
|
|
@@ -99737,6 +100159,8 @@ interface Routes {
|
|
|
99737
100159
|
unstable_location_id?: (string | null) | undefined;
|
|
99738
100160
|
/** ID of the space for which you want to list devices. */
|
|
99739
100161
|
space_id?: string | undefined;
|
|
100162
|
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
100163
|
+
search?: string | undefined;
|
|
99740
100164
|
};
|
|
99741
100165
|
formData: {};
|
|
99742
100166
|
jsonResponse: {
|
|
@@ -102115,6 +102539,8 @@ interface Routes {
|
|
|
102115
102539
|
acs_credential_id: string;
|
|
102116
102540
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102117
102541
|
acs_user_id?: string | undefined;
|
|
102542
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102543
|
+
connected_account_id: string;
|
|
102118
102544
|
acs_credential_pool_id?: string | undefined;
|
|
102119
102545
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
102120
102546
|
acs_system_id: string;
|
|
@@ -102241,6 +102667,8 @@ interface Routes {
|
|
|
102241
102667
|
acs_credential_id: string;
|
|
102242
102668
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102243
102669
|
acs_user_id?: string | undefined;
|
|
102670
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102671
|
+
connected_account_id: string;
|
|
102244
102672
|
acs_credential_pool_id?: string | undefined;
|
|
102245
102673
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
102246
102674
|
acs_system_id: string;
|
|
@@ -102490,6 +102918,8 @@ interface Routes {
|
|
|
102490
102918
|
acs_credential_id: string;
|
|
102491
102919
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102492
102920
|
acs_user_id?: string | undefined;
|
|
102921
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102922
|
+
connected_account_id: string;
|
|
102493
102923
|
acs_credential_pool_id?: string | undefined;
|
|
102494
102924
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
102495
102925
|
acs_system_id: string;
|
|
@@ -102616,6 +103046,8 @@ interface Routes {
|
|
|
102616
103046
|
acs_credential_id: string;
|
|
102617
103047
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
102618
103048
|
acs_user_id?: string | undefined;
|
|
103049
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103050
|
+
connected_account_id: string;
|
|
102619
103051
|
acs_credential_pool_id?: string | undefined;
|
|
102620
103052
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
102621
103053
|
acs_system_id: string;
|
|
@@ -103430,6 +103862,8 @@ interface Routes {
|
|
|
103430
103862
|
acs_credential_id: string;
|
|
103431
103863
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103432
103864
|
acs_user_id?: string | undefined;
|
|
103865
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103866
|
+
connected_account_id: string;
|
|
103433
103867
|
acs_credential_pool_id?: string | undefined;
|
|
103434
103868
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
103435
103869
|
acs_system_id: string;
|
|
@@ -103556,6 +103990,8 @@ interface Routes {
|
|
|
103556
103990
|
acs_credential_id: string;
|
|
103557
103991
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103558
103992
|
acs_user_id?: string | undefined;
|
|
103993
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103994
|
+
connected_account_id: string;
|
|
103559
103995
|
acs_credential_pool_id?: string | undefined;
|
|
103560
103996
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
103561
103997
|
acs_system_id: string;
|
|
@@ -103805,6 +104241,8 @@ interface Routes {
|
|
|
103805
104241
|
acs_credential_id: string;
|
|
103806
104242
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103807
104243
|
acs_user_id?: string | undefined;
|
|
104244
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
104245
|
+
connected_account_id: string;
|
|
103808
104246
|
acs_credential_pool_id?: string | undefined;
|
|
103809
104247
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
103810
104248
|
acs_system_id: string;
|
|
@@ -103931,6 +104369,8 @@ interface Routes {
|
|
|
103931
104369
|
acs_credential_id: string;
|
|
103932
104370
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
103933
104371
|
acs_user_id?: string | undefined;
|
|
104372
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
104373
|
+
connected_account_id: string;
|
|
103934
104374
|
acs_credential_pool_id?: string | undefined;
|
|
103935
104375
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
103936
104376
|
acs_system_id: string;
|
|
@@ -104743,6 +105183,8 @@ interface Routes {
|
|
|
104743
105183
|
acs_credential_id: string;
|
|
104744
105184
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
104745
105185
|
acs_user_id?: string | undefined;
|
|
105186
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105187
|
+
connected_account_id: string;
|
|
104746
105188
|
acs_credential_pool_id?: string | undefined;
|
|
104747
105189
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
104748
105190
|
acs_system_id: string;
|
|
@@ -104869,6 +105311,8 @@ interface Routes {
|
|
|
104869
105311
|
acs_credential_id: string;
|
|
104870
105312
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
104871
105313
|
acs_user_id?: string | undefined;
|
|
105314
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105315
|
+
connected_account_id: string;
|
|
104872
105316
|
acs_credential_pool_id?: string | undefined;
|
|
104873
105317
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
104874
105318
|
acs_system_id: string;
|
|
@@ -105118,6 +105562,8 @@ interface Routes {
|
|
|
105118
105562
|
acs_credential_id: string;
|
|
105119
105563
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105120
105564
|
acs_user_id?: string | undefined;
|
|
105565
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105566
|
+
connected_account_id: string;
|
|
105121
105567
|
acs_credential_pool_id?: string | undefined;
|
|
105122
105568
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105123
105569
|
acs_system_id: string;
|
|
@@ -105244,6 +105690,8 @@ interface Routes {
|
|
|
105244
105690
|
acs_credential_id: string;
|
|
105245
105691
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105246
105692
|
acs_user_id?: string | undefined;
|
|
105693
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
105694
|
+
connected_account_id: string;
|
|
105247
105695
|
acs_credential_pool_id?: string | undefined;
|
|
105248
105696
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105249
105697
|
acs_system_id: string;
|
|
@@ -106058,6 +106506,8 @@ interface Routes {
|
|
|
106058
106506
|
acs_credential_id: string;
|
|
106059
106507
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106060
106508
|
acs_user_id?: string | undefined;
|
|
106509
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106510
|
+
connected_account_id: string;
|
|
106061
106511
|
acs_credential_pool_id?: string | undefined;
|
|
106062
106512
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
106063
106513
|
acs_system_id: string;
|
|
@@ -106184,6 +106634,8 @@ interface Routes {
|
|
|
106184
106634
|
acs_credential_id: string;
|
|
106185
106635
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106186
106636
|
acs_user_id?: string | undefined;
|
|
106637
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106638
|
+
connected_account_id: string;
|
|
106187
106639
|
acs_credential_pool_id?: string | undefined;
|
|
106188
106640
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
106189
106641
|
acs_system_id: string;
|
|
@@ -106433,6 +106885,8 @@ interface Routes {
|
|
|
106433
106885
|
acs_credential_id: string;
|
|
106434
106886
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106435
106887
|
acs_user_id?: string | undefined;
|
|
106888
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106889
|
+
connected_account_id: string;
|
|
106436
106890
|
acs_credential_pool_id?: string | undefined;
|
|
106437
106891
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
106438
106892
|
acs_system_id: string;
|
|
@@ -106559,6 +107013,8 @@ interface Routes {
|
|
|
106559
107013
|
acs_credential_id: string;
|
|
106560
107014
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
106561
107015
|
acs_user_id?: string | undefined;
|
|
107016
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
107017
|
+
connected_account_id: string;
|
|
106562
107018
|
acs_credential_pool_id?: string | undefined;
|
|
106563
107019
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
106564
107020
|
acs_system_id: string;
|
|
@@ -107295,6 +107751,8 @@ interface Routes {
|
|
|
107295
107751
|
unstable_location_id?: (string | null) | undefined;
|
|
107296
107752
|
/** ID of the space for which you want to list devices. */
|
|
107297
107753
|
space_id?: string | undefined;
|
|
107754
|
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
107755
|
+
search?: string | undefined;
|
|
107298
107756
|
};
|
|
107299
107757
|
formData: {};
|
|
107300
107758
|
jsonResponse: {
|
|
@@ -109683,6 +110141,8 @@ interface Routes {
|
|
|
109683
110141
|
acs_credential_id: string;
|
|
109684
110142
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
109685
110143
|
acs_user_id?: string | undefined;
|
|
110144
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110145
|
+
connected_account_id: string;
|
|
109686
110146
|
acs_credential_pool_id?: string | undefined;
|
|
109687
110147
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
109688
110148
|
acs_system_id: string;
|
|
@@ -109809,6 +110269,8 @@ interface Routes {
|
|
|
109809
110269
|
acs_credential_id: string;
|
|
109810
110270
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
109811
110271
|
acs_user_id?: string | undefined;
|
|
110272
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110273
|
+
connected_account_id: string;
|
|
109812
110274
|
acs_credential_pool_id?: string | undefined;
|
|
109813
110275
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
109814
110276
|
acs_system_id: string;
|
|
@@ -110058,6 +110520,8 @@ interface Routes {
|
|
|
110058
110520
|
acs_credential_id: string;
|
|
110059
110521
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110060
110522
|
acs_user_id?: string | undefined;
|
|
110523
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110524
|
+
connected_account_id: string;
|
|
110061
110525
|
acs_credential_pool_id?: string | undefined;
|
|
110062
110526
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
110063
110527
|
acs_system_id: string;
|
|
@@ -110184,6 +110648,8 @@ interface Routes {
|
|
|
110184
110648
|
acs_credential_id: string;
|
|
110185
110649
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110186
110650
|
acs_user_id?: string | undefined;
|
|
110651
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
110652
|
+
connected_account_id: string;
|
|
110187
110653
|
acs_credential_pool_id?: string | undefined;
|
|
110188
110654
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
110189
110655
|
acs_system_id: string;
|
|
@@ -111017,6 +111483,8 @@ interface Routes {
|
|
|
111017
111483
|
acs_credential_id: string;
|
|
111018
111484
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111019
111485
|
acs_user_id?: string | undefined;
|
|
111486
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111487
|
+
connected_account_id: string;
|
|
111020
111488
|
acs_credential_pool_id?: string | undefined;
|
|
111021
111489
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
111022
111490
|
acs_system_id: string;
|
|
@@ -111143,6 +111611,8 @@ interface Routes {
|
|
|
111143
111611
|
acs_credential_id: string;
|
|
111144
111612
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111145
111613
|
acs_user_id?: string | undefined;
|
|
111614
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111615
|
+
connected_account_id: string;
|
|
111146
111616
|
acs_credential_pool_id?: string | undefined;
|
|
111147
111617
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
111148
111618
|
acs_system_id: string;
|
|
@@ -111392,6 +111862,8 @@ interface Routes {
|
|
|
111392
111862
|
acs_credential_id: string;
|
|
111393
111863
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111394
111864
|
acs_user_id?: string | undefined;
|
|
111865
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111866
|
+
connected_account_id: string;
|
|
111395
111867
|
acs_credential_pool_id?: string | undefined;
|
|
111396
111868
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
111397
111869
|
acs_system_id: string;
|
|
@@ -111518,6 +111990,8 @@ interface Routes {
|
|
|
111518
111990
|
acs_credential_id: string;
|
|
111519
111991
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111520
111992
|
acs_user_id?: string | undefined;
|
|
111993
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
111994
|
+
connected_account_id: string;
|
|
111521
111995
|
acs_credential_pool_id?: string | undefined;
|
|
111522
111996
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
111523
111997
|
acs_system_id: string;
|
|
@@ -112405,6 +112879,8 @@ interface Routes {
|
|
|
112405
112879
|
acs_credential_id: string;
|
|
112406
112880
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
112407
112881
|
acs_user_id?: string | undefined;
|
|
112882
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
112883
|
+
connected_account_id: string;
|
|
112408
112884
|
acs_credential_pool_id?: string | undefined;
|
|
112409
112885
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
112410
112886
|
acs_system_id: string;
|
|
@@ -112531,6 +113007,8 @@ interface Routes {
|
|
|
112531
113007
|
acs_credential_id: string;
|
|
112532
113008
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
112533
113009
|
acs_user_id?: string | undefined;
|
|
113010
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
113011
|
+
connected_account_id: string;
|
|
112534
113012
|
acs_credential_pool_id?: string | undefined;
|
|
112535
113013
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
112536
113014
|
acs_system_id: string;
|
|
@@ -112780,6 +113258,8 @@ interface Routes {
|
|
|
112780
113258
|
acs_credential_id: string;
|
|
112781
113259
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
112782
113260
|
acs_user_id?: string | undefined;
|
|
113261
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
113262
|
+
connected_account_id: string;
|
|
112783
113263
|
acs_credential_pool_id?: string | undefined;
|
|
112784
113264
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
112785
113265
|
acs_system_id: string;
|
|
@@ -112906,6 +113386,8 @@ interface Routes {
|
|
|
112906
113386
|
acs_credential_id: string;
|
|
112907
113387
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
112908
113388
|
acs_user_id?: string | undefined;
|
|
113389
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
113390
|
+
connected_account_id: string;
|
|
112909
113391
|
acs_credential_pool_id?: string | undefined;
|
|
112910
113392
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
112911
113393
|
acs_system_id: string;
|
|
@@ -114239,6 +114721,8 @@ interface Routes {
|
|
|
114239
114721
|
acs_credential_id: string;
|
|
114240
114722
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
114241
114723
|
acs_user_id?: string | undefined;
|
|
114724
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
114725
|
+
connected_account_id: string;
|
|
114242
114726
|
acs_credential_pool_id?: string | undefined;
|
|
114243
114727
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
114244
114728
|
acs_system_id: string;
|
|
@@ -114401,6 +114885,8 @@ interface Routes {
|
|
|
114401
114885
|
acs_credentials: Array<{
|
|
114402
114886
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
114403
114887
|
acs_user_id?: string | undefined;
|
|
114888
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
114889
|
+
connected_account_id: string;
|
|
114404
114890
|
acs_credential_pool_id?: string | undefined;
|
|
114405
114891
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
114406
114892
|
acs_system_id: string;
|
|
@@ -114612,6 +115098,12 @@ interface Routes {
|
|
|
114612
115098
|
/** Description of the door in the Salto Space access system. */
|
|
114613
115099
|
door_description?: string | undefined;
|
|
114614
115100
|
} | undefined;
|
|
115101
|
+
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
115102
|
+
can_unlock_with_mobile_key?: boolean | undefined;
|
|
115103
|
+
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
115104
|
+
can_unlock_with_card?: boolean | undefined;
|
|
115105
|
+
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
115106
|
+
can_unlock_with_code?: boolean | undefined;
|
|
114615
115107
|
}>;
|
|
114616
115108
|
}>;
|
|
114617
115109
|
}>;
|
|
@@ -114972,6 +115464,8 @@ interface Routes {
|
|
|
114972
115464
|
acs_credential_id: string;
|
|
114973
115465
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
114974
115466
|
acs_user_id?: string | undefined;
|
|
115467
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115468
|
+
connected_account_id: string;
|
|
114975
115469
|
acs_credential_pool_id?: string | undefined;
|
|
114976
115470
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
114977
115471
|
acs_system_id: string;
|
|
@@ -115098,6 +115592,8 @@ interface Routes {
|
|
|
115098
115592
|
acs_credential_id: string;
|
|
115099
115593
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115100
115594
|
acs_user_id?: string | undefined;
|
|
115595
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115596
|
+
connected_account_id: string;
|
|
115101
115597
|
acs_credential_pool_id?: string | undefined;
|
|
115102
115598
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
115103
115599
|
acs_system_id: string;
|
|
@@ -115347,6 +115843,8 @@ interface Routes {
|
|
|
115347
115843
|
acs_credential_id: string;
|
|
115348
115844
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115349
115845
|
acs_user_id?: string | undefined;
|
|
115846
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115847
|
+
connected_account_id: string;
|
|
115350
115848
|
acs_credential_pool_id?: string | undefined;
|
|
115351
115849
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
115352
115850
|
acs_system_id: string;
|
|
@@ -115473,6 +115971,8 @@ interface Routes {
|
|
|
115473
115971
|
acs_credential_id: string;
|
|
115474
115972
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115475
115973
|
acs_user_id?: string | undefined;
|
|
115974
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
115975
|
+
connected_account_id: string;
|
|
115476
115976
|
acs_credential_pool_id?: string | undefined;
|
|
115477
115977
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
115478
115978
|
acs_system_id: string;
|
|
@@ -116291,6 +116791,8 @@ interface Routes {
|
|
|
116291
116791
|
acs_credential_id: string;
|
|
116292
116792
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116293
116793
|
acs_user_id?: string | undefined;
|
|
116794
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116795
|
+
connected_account_id: string;
|
|
116294
116796
|
acs_credential_pool_id?: string | undefined;
|
|
116295
116797
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
116296
116798
|
acs_system_id: string;
|
|
@@ -116417,6 +116919,8 @@ interface Routes {
|
|
|
116417
116919
|
acs_credential_id: string;
|
|
116418
116920
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116419
116921
|
acs_user_id?: string | undefined;
|
|
116922
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116923
|
+
connected_account_id: string;
|
|
116420
116924
|
acs_credential_pool_id?: string | undefined;
|
|
116421
116925
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
116422
116926
|
acs_system_id: string;
|
|
@@ -116666,6 +117170,8 @@ interface Routes {
|
|
|
116666
117170
|
acs_credential_id: string;
|
|
116667
117171
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116668
117172
|
acs_user_id?: string | undefined;
|
|
117173
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
117174
|
+
connected_account_id: string;
|
|
116669
117175
|
acs_credential_pool_id?: string | undefined;
|
|
116670
117176
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
116671
117177
|
acs_system_id: string;
|
|
@@ -116792,6 +117298,8 @@ interface Routes {
|
|
|
116792
117298
|
acs_credential_id: string;
|
|
116793
117299
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
116794
117300
|
acs_user_id?: string | undefined;
|
|
117301
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
117302
|
+
connected_account_id: string;
|
|
116795
117303
|
acs_credential_pool_id?: string | undefined;
|
|
116796
117304
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
116797
117305
|
acs_system_id: string;
|
|
@@ -117698,6 +118206,8 @@ interface Routes {
|
|
|
117698
118206
|
acs_credential_id: string;
|
|
117699
118207
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
117700
118208
|
acs_user_id?: string | undefined;
|
|
118209
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118210
|
+
connected_account_id: string;
|
|
117701
118211
|
acs_credential_pool_id?: string | undefined;
|
|
117702
118212
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
117703
118213
|
acs_system_id: string;
|
|
@@ -117824,6 +118334,8 @@ interface Routes {
|
|
|
117824
118334
|
acs_credential_id: string;
|
|
117825
118335
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
117826
118336
|
acs_user_id?: string | undefined;
|
|
118337
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118338
|
+
connected_account_id: string;
|
|
117827
118339
|
acs_credential_pool_id?: string | undefined;
|
|
117828
118340
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
117829
118341
|
acs_system_id: string;
|
|
@@ -118073,6 +118585,8 @@ interface Routes {
|
|
|
118073
118585
|
acs_credential_id: string;
|
|
118074
118586
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118075
118587
|
acs_user_id?: string | undefined;
|
|
118588
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118589
|
+
connected_account_id: string;
|
|
118076
118590
|
acs_credential_pool_id?: string | undefined;
|
|
118077
118591
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
118078
118592
|
acs_system_id: string;
|
|
@@ -118199,6 +118713,8 @@ interface Routes {
|
|
|
118199
118713
|
acs_credential_id: string;
|
|
118200
118714
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118201
118715
|
acs_user_id?: string | undefined;
|
|
118716
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
118717
|
+
connected_account_id: string;
|
|
118202
118718
|
acs_credential_pool_id?: string | undefined;
|
|
118203
118719
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
118204
118720
|
acs_system_id: string;
|
|
@@ -120157,6 +120673,8 @@ interface Routes {
|
|
|
120157
120673
|
acs_credential_id: string;
|
|
120158
120674
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120159
120675
|
acs_user_id?: string | undefined;
|
|
120676
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120677
|
+
connected_account_id: string;
|
|
120160
120678
|
acs_credential_pool_id?: string | undefined;
|
|
120161
120679
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
120162
120680
|
acs_system_id: string;
|
|
@@ -120283,6 +120801,8 @@ interface Routes {
|
|
|
120283
120801
|
acs_credential_id: string;
|
|
120284
120802
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120285
120803
|
acs_user_id?: string | undefined;
|
|
120804
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120805
|
+
connected_account_id: string;
|
|
120286
120806
|
acs_credential_pool_id?: string | undefined;
|
|
120287
120807
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
120288
120808
|
acs_system_id: string;
|
|
@@ -120532,6 +121052,8 @@ interface Routes {
|
|
|
120532
121052
|
acs_credential_id: string;
|
|
120533
121053
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120534
121054
|
acs_user_id?: string | undefined;
|
|
121055
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121056
|
+
connected_account_id: string;
|
|
120535
121057
|
acs_credential_pool_id?: string | undefined;
|
|
120536
121058
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
120537
121059
|
acs_system_id: string;
|
|
@@ -120658,6 +121180,8 @@ interface Routes {
|
|
|
120658
121180
|
acs_credential_id: string;
|
|
120659
121181
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
120660
121182
|
acs_user_id?: string | undefined;
|
|
121183
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121184
|
+
connected_account_id: string;
|
|
120661
121185
|
acs_credential_pool_id?: string | undefined;
|
|
120662
121186
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
120663
121187
|
acs_system_id: string;
|
|
@@ -121480,6 +122004,8 @@ interface Routes {
|
|
|
121480
122004
|
acs_credential_id: string;
|
|
121481
122005
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121482
122006
|
acs_user_id?: string | undefined;
|
|
122007
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
122008
|
+
connected_account_id: string;
|
|
121483
122009
|
acs_credential_pool_id?: string | undefined;
|
|
121484
122010
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
121485
122011
|
acs_system_id: string;
|
|
@@ -121606,6 +122132,8 @@ interface Routes {
|
|
|
121606
122132
|
acs_credential_id: string;
|
|
121607
122133
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121608
122134
|
acs_user_id?: string | undefined;
|
|
122135
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
122136
|
+
connected_account_id: string;
|
|
121609
122137
|
acs_credential_pool_id?: string | undefined;
|
|
121610
122138
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
121611
122139
|
acs_system_id: string;
|
|
@@ -121855,6 +122383,8 @@ interface Routes {
|
|
|
121855
122383
|
acs_credential_id: string;
|
|
121856
122384
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121857
122385
|
acs_user_id?: string | undefined;
|
|
122386
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
122387
|
+
connected_account_id: string;
|
|
121858
122388
|
acs_credential_pool_id?: string | undefined;
|
|
121859
122389
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
121860
122390
|
acs_system_id: string;
|
|
@@ -121981,6 +122511,8 @@ interface Routes {
|
|
|
121981
122511
|
acs_credential_id: string;
|
|
121982
122512
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
121983
122513
|
acs_user_id?: string | undefined;
|
|
122514
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
122515
|
+
connected_account_id: string;
|
|
121984
122516
|
acs_credential_pool_id?: string | undefined;
|
|
121985
122517
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
121986
122518
|
acs_system_id: string;
|
|
@@ -122682,6 +123214,8 @@ interface Routes {
|
|
|
122682
123214
|
unstable_location_id?: (string | null) | undefined;
|
|
122683
123215
|
/** ID of the space for which you want to list devices. */
|
|
122684
123216
|
space_id?: string | undefined;
|
|
123217
|
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
123218
|
+
search?: string | undefined;
|
|
122685
123219
|
};
|
|
122686
123220
|
formData: {};
|
|
122687
123221
|
jsonResponse: {
|
|
@@ -125060,6 +125594,8 @@ interface Routes {
|
|
|
125060
125594
|
acs_credential_id: string;
|
|
125061
125595
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125062
125596
|
acs_user_id?: string | undefined;
|
|
125597
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125598
|
+
connected_account_id: string;
|
|
125063
125599
|
acs_credential_pool_id?: string | undefined;
|
|
125064
125600
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
125065
125601
|
acs_system_id: string;
|
|
@@ -125186,6 +125722,8 @@ interface Routes {
|
|
|
125186
125722
|
acs_credential_id: string;
|
|
125187
125723
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125188
125724
|
acs_user_id?: string | undefined;
|
|
125725
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125726
|
+
connected_account_id: string;
|
|
125189
125727
|
acs_credential_pool_id?: string | undefined;
|
|
125190
125728
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
125191
125729
|
acs_system_id: string;
|
|
@@ -125435,6 +125973,8 @@ interface Routes {
|
|
|
125435
125973
|
acs_credential_id: string;
|
|
125436
125974
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125437
125975
|
acs_user_id?: string | undefined;
|
|
125976
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125977
|
+
connected_account_id: string;
|
|
125438
125978
|
acs_credential_pool_id?: string | undefined;
|
|
125439
125979
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
125440
125980
|
acs_system_id: string;
|
|
@@ -125561,6 +126101,8 @@ interface Routes {
|
|
|
125561
126101
|
acs_credential_id: string;
|
|
125562
126102
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
125563
126103
|
acs_user_id?: string | undefined;
|
|
126104
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
126105
|
+
connected_account_id: string;
|
|
125564
126106
|
acs_credential_pool_id?: string | undefined;
|
|
125565
126107
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
125566
126108
|
acs_system_id: string;
|
|
@@ -126572,6 +127114,8 @@ interface Routes {
|
|
|
126572
127114
|
acs_credential_id: string;
|
|
126573
127115
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
126574
127116
|
acs_user_id?: string | undefined;
|
|
127117
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127118
|
+
connected_account_id: string;
|
|
126575
127119
|
acs_credential_pool_id?: string | undefined;
|
|
126576
127120
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
126577
127121
|
acs_system_id: string;
|
|
@@ -126698,6 +127242,8 @@ interface Routes {
|
|
|
126698
127242
|
acs_credential_id: string;
|
|
126699
127243
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
126700
127244
|
acs_user_id?: string | undefined;
|
|
127245
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127246
|
+
connected_account_id: string;
|
|
126701
127247
|
acs_credential_pool_id?: string | undefined;
|
|
126702
127248
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
126703
127249
|
acs_system_id: string;
|
|
@@ -126947,6 +127493,8 @@ interface Routes {
|
|
|
126947
127493
|
acs_credential_id: string;
|
|
126948
127494
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
126949
127495
|
acs_user_id?: string | undefined;
|
|
127496
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127497
|
+
connected_account_id: string;
|
|
126950
127498
|
acs_credential_pool_id?: string | undefined;
|
|
126951
127499
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
126952
127500
|
acs_system_id: string;
|
|
@@ -127073,6 +127621,8 @@ interface Routes {
|
|
|
127073
127621
|
acs_credential_id: string;
|
|
127074
127622
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127075
127623
|
acs_user_id?: string | undefined;
|
|
127624
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127625
|
+
connected_account_id: string;
|
|
127076
127626
|
acs_credential_pool_id?: string | undefined;
|
|
127077
127627
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
127078
127628
|
acs_system_id: string;
|
|
@@ -127914,6 +128464,8 @@ interface Routes {
|
|
|
127914
128464
|
acs_credential_id: string;
|
|
127915
128465
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
127916
128466
|
acs_user_id?: string | undefined;
|
|
128467
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128468
|
+
connected_account_id: string;
|
|
127917
128469
|
acs_credential_pool_id?: string | undefined;
|
|
127918
128470
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
127919
128471
|
acs_system_id: string;
|
|
@@ -128040,6 +128592,8 @@ interface Routes {
|
|
|
128040
128592
|
acs_credential_id: string;
|
|
128041
128593
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128042
128594
|
acs_user_id?: string | undefined;
|
|
128595
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128596
|
+
connected_account_id: string;
|
|
128043
128597
|
acs_credential_pool_id?: string | undefined;
|
|
128044
128598
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
128045
128599
|
acs_system_id: string;
|
|
@@ -128289,6 +128843,8 @@ interface Routes {
|
|
|
128289
128843
|
acs_credential_id: string;
|
|
128290
128844
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128291
128845
|
acs_user_id?: string | undefined;
|
|
128846
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128847
|
+
connected_account_id: string;
|
|
128292
128848
|
acs_credential_pool_id?: string | undefined;
|
|
128293
128849
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
128294
128850
|
acs_system_id: string;
|
|
@@ -128415,6 +128971,8 @@ interface Routes {
|
|
|
128415
128971
|
acs_credential_id: string;
|
|
128416
128972
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128417
128973
|
acs_user_id?: string | undefined;
|
|
128974
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
128975
|
+
connected_account_id: string;
|
|
128418
128976
|
acs_credential_pool_id?: string | undefined;
|
|
128419
128977
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
128420
128978
|
acs_system_id: string;
|
|
@@ -129353,6 +129911,8 @@ interface Routes {
|
|
|
129353
129911
|
acs_credential_id: string;
|
|
129354
129912
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
129355
129913
|
acs_user_id?: string | undefined;
|
|
129914
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
129915
|
+
connected_account_id: string;
|
|
129356
129916
|
acs_credential_pool_id?: string | undefined;
|
|
129357
129917
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
129358
129918
|
acs_system_id: string;
|
|
@@ -129479,6 +130039,8 @@ interface Routes {
|
|
|
129479
130039
|
acs_credential_id: string;
|
|
129480
130040
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
129481
130041
|
acs_user_id?: string | undefined;
|
|
130042
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
130043
|
+
connected_account_id: string;
|
|
129482
130044
|
acs_credential_pool_id?: string | undefined;
|
|
129483
130045
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
129484
130046
|
acs_system_id: string;
|
|
@@ -129728,6 +130290,8 @@ interface Routes {
|
|
|
129728
130290
|
acs_credential_id: string;
|
|
129729
130291
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
129730
130292
|
acs_user_id?: string | undefined;
|
|
130293
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
130294
|
+
connected_account_id: string;
|
|
129731
130295
|
acs_credential_pool_id?: string | undefined;
|
|
129732
130296
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
129733
130297
|
acs_system_id: string;
|
|
@@ -129854,6 +130418,8 @@ interface Routes {
|
|
|
129854
130418
|
acs_credential_id: string;
|
|
129855
130419
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
129856
130420
|
acs_user_id?: string | undefined;
|
|
130421
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
130422
|
+
connected_account_id: string;
|
|
129857
130423
|
acs_credential_pool_id?: string | undefined;
|
|
129858
130424
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
129859
130425
|
acs_system_id: string;
|
|
@@ -131433,6 +131999,8 @@ interface Routes {
|
|
|
131433
131999
|
queryParams: {};
|
|
131434
132000
|
jsonBody: {};
|
|
131435
132001
|
commonParams: {
|
|
132002
|
+
/** String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`. */
|
|
132003
|
+
search?: string | undefined;
|
|
131436
132004
|
/** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
|
|
131437
132005
|
credential_manager_acs_system_id?: string | undefined;
|
|
131438
132006
|
};
|
|
@@ -134496,6 +135064,8 @@ interface Routes {
|
|
|
134496
135064
|
acs_credential_id: string;
|
|
134497
135065
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
134498
135066
|
acs_user_id?: string | undefined;
|
|
135067
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
135068
|
+
connected_account_id: string;
|
|
134499
135069
|
acs_credential_pool_id?: string | undefined;
|
|
134500
135070
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
134501
135071
|
acs_system_id: string;
|
|
@@ -134622,6 +135192,8 @@ interface Routes {
|
|
|
134622
135192
|
acs_credential_id: string;
|
|
134623
135193
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
134624
135194
|
acs_user_id?: string | undefined;
|
|
135195
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
135196
|
+
connected_account_id: string;
|
|
134625
135197
|
acs_credential_pool_id?: string | undefined;
|
|
134626
135198
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
134627
135199
|
acs_system_id: string;
|
|
@@ -134871,6 +135443,8 @@ interface Routes {
|
|
|
134871
135443
|
acs_credential_id: string;
|
|
134872
135444
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
134873
135445
|
acs_user_id?: string | undefined;
|
|
135446
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
135447
|
+
connected_account_id: string;
|
|
134874
135448
|
acs_credential_pool_id?: string | undefined;
|
|
134875
135449
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
134876
135450
|
acs_system_id: string;
|
|
@@ -134997,6 +135571,8 @@ interface Routes {
|
|
|
134997
135571
|
acs_credential_id: string;
|
|
134998
135572
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
134999
135573
|
acs_user_id?: string | undefined;
|
|
135574
|
+
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
135575
|
+
connected_account_id: string;
|
|
135000
135576
|
acs_credential_pool_id?: string | undefined;
|
|
135001
135577
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
135002
135578
|
acs_system_id: string;
|