@seamapi/types 1.344.3 → 1.345.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 +127 -30
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +164 -1
- package/lib/seam/connect/models/devices/phone-properties.js +18 -8
- package/lib/seam/connect/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +4 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +39 -0
- package/lib/seam/connect/openapi.js +113 -20
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +125 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/phone-properties.ts +24 -10
- package/src/lib/seam/connect/models/devices/phone.ts +4 -1
- package/src/lib/seam/connect/openapi.ts +144 -20
- package/src/lib/seam/connect/route-types.ts +125 -1
package/dist/connect.d.cts
CHANGED
|
@@ -19367,14 +19367,18 @@ declare const _default: {
|
|
|
19367
19367
|
} | {
|
|
19368
19368
|
properties: {
|
|
19369
19369
|
assa_abloy_credential_service_metadata: {
|
|
19370
|
+
description: string;
|
|
19370
19371
|
properties: {
|
|
19371
19372
|
endpoints: {
|
|
19373
|
+
description: string;
|
|
19372
19374
|
items: {
|
|
19373
19375
|
properties: {
|
|
19374
19376
|
endpoint_id: {
|
|
19377
|
+
description: string;
|
|
19375
19378
|
type: string;
|
|
19376
19379
|
};
|
|
19377
19380
|
is_active: {
|
|
19381
|
+
description: string;
|
|
19378
19382
|
type: string;
|
|
19379
19383
|
};
|
|
19380
19384
|
};
|
|
@@ -19384,6 +19388,7 @@ declare const _default: {
|
|
|
19384
19388
|
type: string;
|
|
19385
19389
|
};
|
|
19386
19390
|
has_active_endpoint: {
|
|
19391
|
+
description: string;
|
|
19387
19392
|
type: string;
|
|
19388
19393
|
};
|
|
19389
19394
|
};
|
|
@@ -19391,8 +19396,10 @@ declare const _default: {
|
|
|
19391
19396
|
type: string;
|
|
19392
19397
|
};
|
|
19393
19398
|
salto_space_credential_service_metadata: {
|
|
19399
|
+
description: string;
|
|
19394
19400
|
properties: {
|
|
19395
19401
|
has_active_phone: {
|
|
19402
|
+
description: string;
|
|
19396
19403
|
type: string;
|
|
19397
19404
|
};
|
|
19398
19405
|
};
|
|
@@ -23361,6 +23368,7 @@ declare const _default: {
|
|
|
23361
23368
|
'x-route-path': string;
|
|
23362
23369
|
};
|
|
23363
23370
|
phone: {
|
|
23371
|
+
description: string;
|
|
23364
23372
|
properties: {
|
|
23365
23373
|
can_hvac_cool: {
|
|
23366
23374
|
type: string;
|
|
@@ -23422,6 +23430,7 @@ declare const _default: {
|
|
|
23422
23430
|
type: string;
|
|
23423
23431
|
};
|
|
23424
23432
|
device_type: {
|
|
23433
|
+
description: string;
|
|
23425
23434
|
enum: string[];
|
|
23426
23435
|
type: string;
|
|
23427
23436
|
};
|
|
@@ -23504,14 +23513,18 @@ declare const _default: {
|
|
|
23504
23513
|
properties: {
|
|
23505
23514
|
properties: {
|
|
23506
23515
|
assa_abloy_credential_service_metadata: {
|
|
23516
|
+
description: string;
|
|
23507
23517
|
properties: {
|
|
23508
23518
|
endpoints: {
|
|
23519
|
+
description: string;
|
|
23509
23520
|
items: {
|
|
23510
23521
|
properties: {
|
|
23511
23522
|
endpoint_id: {
|
|
23523
|
+
description: string;
|
|
23512
23524
|
type: string;
|
|
23513
23525
|
};
|
|
23514
23526
|
is_active: {
|
|
23527
|
+
description: string;
|
|
23515
23528
|
type: string;
|
|
23516
23529
|
};
|
|
23517
23530
|
};
|
|
@@ -23521,6 +23534,7 @@ declare const _default: {
|
|
|
23521
23534
|
type: string;
|
|
23522
23535
|
};
|
|
23523
23536
|
has_active_endpoint: {
|
|
23537
|
+
description: string;
|
|
23524
23538
|
type: string;
|
|
23525
23539
|
};
|
|
23526
23540
|
};
|
|
@@ -23528,8 +23542,10 @@ declare const _default: {
|
|
|
23528
23542
|
type: string;
|
|
23529
23543
|
};
|
|
23530
23544
|
salto_space_credential_service_metadata: {
|
|
23545
|
+
description: string;
|
|
23531
23546
|
properties: {
|
|
23532
23547
|
has_active_phone: {
|
|
23548
|
+
description: string;
|
|
23533
23549
|
type: string;
|
|
23534
23550
|
};
|
|
23535
23551
|
};
|
|
@@ -35477,6 +35493,7 @@ declare const _default: {
|
|
|
35477
35493
|
};
|
|
35478
35494
|
'/phones/deactivate': {
|
|
35479
35495
|
post: {
|
|
35496
|
+
description: string;
|
|
35480
35497
|
operationId: string;
|
|
35481
35498
|
requestBody: {
|
|
35482
35499
|
content: {
|
|
@@ -35484,6 +35501,7 @@ declare const _default: {
|
|
|
35484
35501
|
schema: {
|
|
35485
35502
|
properties: {
|
|
35486
35503
|
device_id: {
|
|
35504
|
+
description: string;
|
|
35487
35505
|
type: string;
|
|
35488
35506
|
};
|
|
35489
35507
|
};
|
|
@@ -35543,10 +35561,12 @@ declare const _default: {
|
|
|
35543
35561
|
'x-fern-sdk-group-name': string[];
|
|
35544
35562
|
'x-fern-sdk-method-name': string;
|
|
35545
35563
|
'x-response-key': null;
|
|
35564
|
+
'x-title': string;
|
|
35546
35565
|
};
|
|
35547
35566
|
};
|
|
35548
35567
|
'/phones/list': {
|
|
35549
35568
|
post: {
|
|
35569
|
+
description: string;
|
|
35550
35570
|
operationId: string;
|
|
35551
35571
|
requestBody: {
|
|
35552
35572
|
content: {
|
|
@@ -35554,10 +35574,12 @@ declare const _default: {
|
|
|
35554
35574
|
schema: {
|
|
35555
35575
|
properties: {
|
|
35556
35576
|
acs_credential_id: {
|
|
35577
|
+
description: string;
|
|
35557
35578
|
format: string;
|
|
35558
35579
|
type: string;
|
|
35559
35580
|
};
|
|
35560
35581
|
owner_user_identity_id: {
|
|
35582
|
+
description: string;
|
|
35561
35583
|
format: string;
|
|
35562
35584
|
type: string;
|
|
35563
35585
|
};
|
|
@@ -35616,10 +35638,12 @@ declare const _default: {
|
|
|
35616
35638
|
'x-fern-sdk-method-name': string;
|
|
35617
35639
|
'x-fern-sdk-return-value': string;
|
|
35618
35640
|
'x-response-key': string;
|
|
35641
|
+
'x-title': string;
|
|
35619
35642
|
};
|
|
35620
35643
|
};
|
|
35621
35644
|
'/phones/simulate/create_sandbox_phone': {
|
|
35622
35645
|
post: {
|
|
35646
|
+
description: string;
|
|
35623
35647
|
operationId: string;
|
|
35624
35648
|
requestBody: {
|
|
35625
35649
|
content: {
|
|
@@ -35628,29 +35652,36 @@ declare const _default: {
|
|
|
35628
35652
|
properties: {
|
|
35629
35653
|
assa_abloy_metadata: {
|
|
35630
35654
|
default: {};
|
|
35655
|
+
description: string;
|
|
35631
35656
|
properties: {
|
|
35632
35657
|
application_version: {
|
|
35633
35658
|
default: string;
|
|
35659
|
+
description: string;
|
|
35634
35660
|
type: string;
|
|
35635
35661
|
};
|
|
35636
35662
|
ble_capability: {
|
|
35637
35663
|
default: boolean;
|
|
35664
|
+
description: string;
|
|
35638
35665
|
type: string;
|
|
35639
35666
|
};
|
|
35640
35667
|
hce_capability: {
|
|
35641
35668
|
default: boolean;
|
|
35669
|
+
description: string;
|
|
35642
35670
|
type: string;
|
|
35643
35671
|
};
|
|
35644
35672
|
nfc_capability: {
|
|
35645
35673
|
default: boolean;
|
|
35674
|
+
description: string;
|
|
35646
35675
|
type: string;
|
|
35647
35676
|
};
|
|
35648
35677
|
seos_applet_version: {
|
|
35649
35678
|
default: string;
|
|
35679
|
+
description: string;
|
|
35650
35680
|
type: string;
|
|
35651
35681
|
};
|
|
35652
35682
|
seos_tsm_endpoint_id: {
|
|
35653
35683
|
default: number;
|
|
35684
|
+
description: string;
|
|
35654
35685
|
format: string;
|
|
35655
35686
|
type: string;
|
|
35656
35687
|
};
|
|
@@ -35658,32 +35689,39 @@ declare const _default: {
|
|
|
35658
35689
|
type: string;
|
|
35659
35690
|
};
|
|
35660
35691
|
custom_sdk_installation_id: {
|
|
35692
|
+
description: string;
|
|
35661
35693
|
type: string;
|
|
35662
35694
|
};
|
|
35663
35695
|
phone_metadata: {
|
|
35664
35696
|
default: {};
|
|
35697
|
+
description: string;
|
|
35665
35698
|
properties: {
|
|
35666
35699
|
device_manufacturer: {
|
|
35667
35700
|
default: string;
|
|
35701
|
+
description: string;
|
|
35668
35702
|
type: string;
|
|
35669
35703
|
};
|
|
35670
35704
|
device_model: {
|
|
35671
35705
|
default: string;
|
|
35706
|
+
description: string;
|
|
35672
35707
|
type: string;
|
|
35673
35708
|
};
|
|
35674
35709
|
operating_system: {
|
|
35675
35710
|
default: string;
|
|
35711
|
+
description: string;
|
|
35676
35712
|
enum: string[];
|
|
35677
35713
|
type: string;
|
|
35678
35714
|
};
|
|
35679
35715
|
os_version: {
|
|
35680
35716
|
default: string;
|
|
35717
|
+
description: string;
|
|
35681
35718
|
type: string;
|
|
35682
35719
|
};
|
|
35683
35720
|
};
|
|
35684
35721
|
type: string;
|
|
35685
35722
|
};
|
|
35686
35723
|
user_identity_id: {
|
|
35724
|
+
description: string;
|
|
35687
35725
|
format: string;
|
|
35688
35726
|
type: string;
|
|
35689
35727
|
};
|
|
@@ -35740,6 +35778,7 @@ declare const _default: {
|
|
|
35740
35778
|
'x-fern-sdk-method-name': string;
|
|
35741
35779
|
'x-fern-sdk-return-value': string;
|
|
35742
35780
|
'x-response-key': string;
|
|
35781
|
+
'x-title': string;
|
|
35743
35782
|
};
|
|
35744
35783
|
};
|
|
35745
35784
|
'/thermostats/activate_climate_preset': {
|
|
@@ -53661,14 +53700,21 @@ interface Routes {
|
|
|
53661
53700
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
53662
53701
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
53663
53702
|
} & {
|
|
53703
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
53664
53704
|
assa_abloy_credential_service_metadata?: ({
|
|
53705
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
53665
53706
|
has_active_endpoint: boolean;
|
|
53707
|
+
/** Endpoints associated with the phone. */
|
|
53666
53708
|
endpoints: Array<{
|
|
53709
|
+
/** ID of the associated endpoint. */
|
|
53667
53710
|
endpoint_id: string;
|
|
53711
|
+
/** Indicated whether the endpoint is active. */
|
|
53668
53712
|
is_active: boolean;
|
|
53669
53713
|
}>;
|
|
53670
53714
|
} | undefined) | undefined;
|
|
53715
|
+
/** Salto Space credential service metadata for the phone. */
|
|
53671
53716
|
salto_space_credential_service_metadata?: ({
|
|
53717
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
53672
53718
|
has_active_phone: boolean;
|
|
53673
53719
|
} | undefined) | undefined;
|
|
53674
53720
|
}) & {
|
|
@@ -54344,14 +54390,21 @@ interface Routes {
|
|
|
54344
54390
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
54345
54391
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
54346
54392
|
} & {
|
|
54393
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
54347
54394
|
assa_abloy_credential_service_metadata?: ({
|
|
54395
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
54348
54396
|
has_active_endpoint: boolean;
|
|
54397
|
+
/** Endpoints associated with the phone. */
|
|
54349
54398
|
endpoints: Array<{
|
|
54399
|
+
/** ID of the associated endpoint. */
|
|
54350
54400
|
endpoint_id: string;
|
|
54401
|
+
/** Indicated whether the endpoint is active. */
|
|
54351
54402
|
is_active: boolean;
|
|
54352
54403
|
}>;
|
|
54353
54404
|
} | undefined) | undefined;
|
|
54405
|
+
/** Salto Space credential service metadata for the phone. */
|
|
54354
54406
|
salto_space_credential_service_metadata?: ({
|
|
54407
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
54355
54408
|
has_active_phone: boolean;
|
|
54356
54409
|
} | undefined) | undefined;
|
|
54357
54410
|
}) & {
|
|
@@ -57999,14 +58052,21 @@ interface Routes {
|
|
|
57999
58052
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
58000
58053
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
58001
58054
|
} & {
|
|
58055
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
58002
58056
|
assa_abloy_credential_service_metadata?: ({
|
|
58057
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
58003
58058
|
has_active_endpoint: boolean;
|
|
58059
|
+
/** Endpoints associated with the phone. */
|
|
58004
58060
|
endpoints: Array<{
|
|
58061
|
+
/** ID of the associated endpoint. */
|
|
58005
58062
|
endpoint_id: string;
|
|
58063
|
+
/** Indicated whether the endpoint is active. */
|
|
58006
58064
|
is_active: boolean;
|
|
58007
58065
|
}>;
|
|
58008
58066
|
} | undefined) | undefined;
|
|
58067
|
+
/** Salto Space credential service metadata for the phone. */
|
|
58009
58068
|
salto_space_credential_service_metadata?: ({
|
|
58069
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
58010
58070
|
has_active_phone: boolean;
|
|
58011
58071
|
} | undefined) | undefined;
|
|
58012
58072
|
}) & {
|
|
@@ -58646,14 +58706,21 @@ interface Routes {
|
|
|
58646
58706
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
58647
58707
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
58648
58708
|
} & {
|
|
58709
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
58649
58710
|
assa_abloy_credential_service_metadata?: ({
|
|
58711
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
58650
58712
|
has_active_endpoint: boolean;
|
|
58713
|
+
/** Endpoints associated with the phone. */
|
|
58651
58714
|
endpoints: Array<{
|
|
58715
|
+
/** ID of the associated endpoint. */
|
|
58652
58716
|
endpoint_id: string;
|
|
58717
|
+
/** Indicated whether the endpoint is active. */
|
|
58653
58718
|
is_active: boolean;
|
|
58654
58719
|
}>;
|
|
58655
58720
|
} | undefined) | undefined;
|
|
58721
|
+
/** Salto Space credential service metadata for the phone. */
|
|
58656
58722
|
salto_space_credential_service_metadata?: ({
|
|
58723
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
58657
58724
|
has_active_phone: boolean;
|
|
58658
58725
|
} | undefined) | undefined;
|
|
58659
58726
|
}) & {
|
|
@@ -59329,14 +59396,21 @@ interface Routes {
|
|
|
59329
59396
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
59330
59397
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
59331
59398
|
} & {
|
|
59399
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
59332
59400
|
assa_abloy_credential_service_metadata?: ({
|
|
59401
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
59333
59402
|
has_active_endpoint: boolean;
|
|
59403
|
+
/** Endpoints associated with the phone. */
|
|
59334
59404
|
endpoints: Array<{
|
|
59405
|
+
/** ID of the associated endpoint. */
|
|
59335
59406
|
endpoint_id: string;
|
|
59407
|
+
/** Indicated whether the endpoint is active. */
|
|
59336
59408
|
is_active: boolean;
|
|
59337
59409
|
}>;
|
|
59338
59410
|
} | undefined) | undefined;
|
|
59411
|
+
/** Salto Space credential service metadata for the phone. */
|
|
59339
59412
|
salto_space_credential_service_metadata?: ({
|
|
59413
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
59340
59414
|
has_active_phone: boolean;
|
|
59341
59415
|
} | undefined) | undefined;
|
|
59342
59416
|
}) & {
|
|
@@ -59975,14 +60049,21 @@ interface Routes {
|
|
|
59975
60049
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
59976
60050
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
59977
60051
|
} & {
|
|
60052
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
59978
60053
|
assa_abloy_credential_service_metadata?: ({
|
|
60054
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
59979
60055
|
has_active_endpoint: boolean;
|
|
60056
|
+
/** Endpoints associated with the phone. */
|
|
59980
60057
|
endpoints: Array<{
|
|
60058
|
+
/** ID of the associated endpoint. */
|
|
59981
60059
|
endpoint_id: string;
|
|
60060
|
+
/** Indicated whether the endpoint is active. */
|
|
59982
60061
|
is_active: boolean;
|
|
59983
60062
|
}>;
|
|
59984
60063
|
} | undefined) | undefined;
|
|
60064
|
+
/** Salto Space credential service metadata for the phone. */
|
|
59985
60065
|
salto_space_credential_service_metadata?: ({
|
|
60066
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
59986
60067
|
has_active_phone: boolean;
|
|
59987
60068
|
} | undefined) | undefined;
|
|
59988
60069
|
}) & {
|
|
@@ -62429,14 +62510,21 @@ interface Routes {
|
|
|
62429
62510
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
62430
62511
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
62431
62512
|
} & {
|
|
62513
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
62432
62514
|
assa_abloy_credential_service_metadata?: ({
|
|
62515
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
62433
62516
|
has_active_endpoint: boolean;
|
|
62517
|
+
/** Endpoints associated with the phone. */
|
|
62434
62518
|
endpoints: Array<{
|
|
62519
|
+
/** ID of the associated endpoint. */
|
|
62435
62520
|
endpoint_id: string;
|
|
62521
|
+
/** Indicated whether the endpoint is active. */
|
|
62436
62522
|
is_active: boolean;
|
|
62437
62523
|
}>;
|
|
62438
62524
|
} | undefined) | undefined;
|
|
62525
|
+
/** Salto Space credential service metadata for the phone. */
|
|
62439
62526
|
salto_space_credential_service_metadata?: ({
|
|
62527
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
62440
62528
|
has_active_phone: boolean;
|
|
62441
62529
|
} | undefined) | undefined;
|
|
62442
62530
|
}) & {
|
|
@@ -63075,14 +63163,21 @@ interface Routes {
|
|
|
63075
63163
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
63076
63164
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
63077
63165
|
} & {
|
|
63166
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
63078
63167
|
assa_abloy_credential_service_metadata?: ({
|
|
63168
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
63079
63169
|
has_active_endpoint: boolean;
|
|
63170
|
+
/** Endpoints associated with the phone. */
|
|
63080
63171
|
endpoints: Array<{
|
|
63172
|
+
/** ID of the associated endpoint. */
|
|
63081
63173
|
endpoint_id: string;
|
|
63174
|
+
/** Indicated whether the endpoint is active. */
|
|
63082
63175
|
is_active: boolean;
|
|
63083
63176
|
}>;
|
|
63084
63177
|
} | undefined) | undefined;
|
|
63178
|
+
/** Salto Space credential service metadata for the phone. */
|
|
63085
63179
|
salto_space_credential_service_metadata?: ({
|
|
63180
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
63086
63181
|
has_active_phone: boolean;
|
|
63087
63182
|
} | undefined) | undefined;
|
|
63088
63183
|
}) & {
|
|
@@ -66329,6 +66424,7 @@ interface Routes {
|
|
|
66329
66424
|
method: 'DELETE' | 'POST';
|
|
66330
66425
|
queryParams: {};
|
|
66331
66426
|
jsonBody: {
|
|
66427
|
+
/** Device ID of the desired phone. */
|
|
66332
66428
|
device_id: string;
|
|
66333
66429
|
};
|
|
66334
66430
|
commonParams: {};
|
|
@@ -66341,7 +66437,9 @@ interface Routes {
|
|
|
66341
66437
|
queryParams: {};
|
|
66342
66438
|
jsonBody: {};
|
|
66343
66439
|
commonParams: {
|
|
66440
|
+
/** ID of the user identity that represents the owner by which to filter the list of returned phones. */
|
|
66344
66441
|
owner_user_identity_id?: string | undefined;
|
|
66442
|
+
/** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which to filter the list of returned phones. */
|
|
66345
66443
|
acs_credential_id?: string | undefined;
|
|
66346
66444
|
};
|
|
66347
66445
|
formData: {};
|
|
@@ -66349,6 +66447,7 @@ interface Routes {
|
|
|
66349
66447
|
phones: Array<{
|
|
66350
66448
|
/** Unique identifier for the device. */
|
|
66351
66449
|
device_id: string;
|
|
66450
|
+
/** Type of phone. */
|
|
66352
66451
|
device_type: 'android_phone' | 'ios_phone';
|
|
66353
66452
|
/** Optional nickname to describe the device, settable through Seam */
|
|
66354
66453
|
nickname?: string | undefined;
|
|
@@ -66357,14 +66456,21 @@ interface Routes {
|
|
|
66357
66456
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
66358
66457
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
66359
66458
|
properties: {
|
|
66459
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
66360
66460
|
assa_abloy_credential_service_metadata?: {
|
|
66461
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
66361
66462
|
has_active_endpoint: boolean;
|
|
66463
|
+
/** Endpoints associated with the phone. */
|
|
66362
66464
|
endpoints: Array<{
|
|
66465
|
+
/** ID of the associated endpoint. */
|
|
66363
66466
|
endpoint_id: string;
|
|
66467
|
+
/** Indicated whether the endpoint is active. */
|
|
66364
66468
|
is_active: boolean;
|
|
66365
66469
|
}>;
|
|
66366
66470
|
} | undefined;
|
|
66471
|
+
/** Salto Space credential service metadata for the phone. */
|
|
66367
66472
|
salto_space_credential_service_metadata?: {
|
|
66473
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
66368
66474
|
has_active_phone: boolean;
|
|
66369
66475
|
} | undefined;
|
|
66370
66476
|
};
|
|
@@ -66539,30 +66645,45 @@ interface Routes {
|
|
|
66539
66645
|
method: 'GET' | 'POST';
|
|
66540
66646
|
queryParams: {};
|
|
66541
66647
|
jsonBody: {
|
|
66648
|
+
/** ID of the custom SDK installation to use for the simulated phone. */
|
|
66542
66649
|
custom_sdk_installation_id?: string | undefined;
|
|
66650
|
+
/** ID of the user identity to associate with the simulated phone. */
|
|
66543
66651
|
user_identity_id: string;
|
|
66652
|
+
/** Metadata to associate with the simulated phone. */
|
|
66544
66653
|
phone_metadata?: {
|
|
66654
|
+
/** Mobile operating system that you want to use for the simulated phone. */
|
|
66545
66655
|
operating_system?: 'android' | 'ios';
|
|
66656
|
+
/** Mobile operating system version that you want to use for the simulated phone. */
|
|
66546
66657
|
os_version?: string;
|
|
66658
|
+
/** Manufacturer that you want to use for the simulated phone. */
|
|
66547
66659
|
device_manufacturer?: string;
|
|
66660
|
+
/** Device model that you want to use for the simulated phone. */
|
|
66548
66661
|
device_model?: string;
|
|
66549
66662
|
};
|
|
66663
|
+
/** ASSA ABLOY metadata to associate with the simulated phone. */
|
|
66550
66664
|
assa_abloy_metadata?: {
|
|
66665
|
+
/** Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability. */
|
|
66551
66666
|
ble_capability?: boolean;
|
|
66667
|
+
/** Indicates whether the simulated phone should have host card emulation (HCE) capability. */
|
|
66552
66668
|
hce_capability?: boolean;
|
|
66669
|
+
/** Indicates whether the simulated phone should have near-field communication (NFC) capability. */
|
|
66553
66670
|
nfc_capability?: boolean;
|
|
66671
|
+
/** Application version that you want to use for the simulated phone. */
|
|
66554
66672
|
application_version?: string;
|
|
66673
|
+
/** SEOS applet version that you want to use for the simulated phone. */
|
|
66555
66674
|
seos_applet_version?: string;
|
|
66675
|
+
/** ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone. */
|
|
66556
66676
|
seos_tsm_endpoint_id?: number;
|
|
66557
66677
|
};
|
|
66558
66678
|
};
|
|
66559
66679
|
commonParams: {};
|
|
66560
66680
|
formData: {};
|
|
66561
66681
|
jsonResponse: {
|
|
66562
|
-
/**
|
|
66682
|
+
/** Properties of the phone. */
|
|
66563
66683
|
phone: {
|
|
66564
66684
|
/** Unique identifier for the device. */
|
|
66565
66685
|
device_id: string;
|
|
66686
|
+
/** Type of phone. */
|
|
66566
66687
|
device_type: 'android_phone' | 'ios_phone';
|
|
66567
66688
|
/** Optional nickname to describe the device, settable through Seam */
|
|
66568
66689
|
nickname?: string | undefined;
|
|
@@ -66571,14 +66692,21 @@ interface Routes {
|
|
|
66571
66692
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
66572
66693
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
66573
66694
|
properties: {
|
|
66695
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
66574
66696
|
assa_abloy_credential_service_metadata?: {
|
|
66697
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
66575
66698
|
has_active_endpoint: boolean;
|
|
66699
|
+
/** Endpoints associated with the phone. */
|
|
66576
66700
|
endpoints: Array<{
|
|
66701
|
+
/** ID of the associated endpoint. */
|
|
66577
66702
|
endpoint_id: string;
|
|
66703
|
+
/** Indicated whether the endpoint is active. */
|
|
66578
66704
|
is_active: boolean;
|
|
66579
66705
|
}>;
|
|
66580
66706
|
} | undefined;
|
|
66707
|
+
/** Salto Space credential service metadata for the phone. */
|
|
66581
66708
|
salto_space_credential_service_metadata?: {
|
|
66709
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
66582
66710
|
has_active_phone: boolean;
|
|
66583
66711
|
} | undefined;
|
|
66584
66712
|
};
|
|
@@ -68631,14 +68759,21 @@ interface Routes {
|
|
|
68631
68759
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
68632
68760
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
68633
68761
|
} & {
|
|
68762
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
68634
68763
|
assa_abloy_credential_service_metadata?: ({
|
|
68764
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
68635
68765
|
has_active_endpoint: boolean;
|
|
68766
|
+
/** Endpoints associated with the phone. */
|
|
68636
68767
|
endpoints: Array<{
|
|
68768
|
+
/** ID of the associated endpoint. */
|
|
68637
68769
|
endpoint_id: string;
|
|
68770
|
+
/** Indicated whether the endpoint is active. */
|
|
68638
68771
|
is_active: boolean;
|
|
68639
68772
|
}>;
|
|
68640
68773
|
} | undefined) | undefined;
|
|
68774
|
+
/** Salto Space credential service metadata for the phone. */
|
|
68641
68775
|
salto_space_credential_service_metadata?: ({
|
|
68776
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
68642
68777
|
has_active_phone: boolean;
|
|
68643
68778
|
} | undefined) | undefined;
|
|
68644
68779
|
}) & {
|
|
@@ -71066,14 +71201,21 @@ interface Routes {
|
|
|
71066
71201
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
71067
71202
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
71068
71203
|
} & {
|
|
71204
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
71069
71205
|
assa_abloy_credential_service_metadata?: ({
|
|
71206
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
71070
71207
|
has_active_endpoint: boolean;
|
|
71208
|
+
/** Endpoints associated with the phone. */
|
|
71071
71209
|
endpoints: Array<{
|
|
71210
|
+
/** ID of the associated endpoint. */
|
|
71072
71211
|
endpoint_id: string;
|
|
71212
|
+
/** Indicated whether the endpoint is active. */
|
|
71073
71213
|
is_active: boolean;
|
|
71074
71214
|
}>;
|
|
71075
71215
|
} | undefined) | undefined;
|
|
71216
|
+
/** Salto Space credential service metadata for the phone. */
|
|
71076
71217
|
salto_space_credential_service_metadata?: ({
|
|
71218
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
71077
71219
|
has_active_phone: boolean;
|
|
71078
71220
|
} | undefined) | undefined;
|
|
71079
71221
|
}) & {
|
|
@@ -71712,14 +71854,21 @@ interface Routes {
|
|
|
71712
71854
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
71713
71855
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
71714
71856
|
} & {
|
|
71857
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
71715
71858
|
assa_abloy_credential_service_metadata?: ({
|
|
71859
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
71716
71860
|
has_active_endpoint: boolean;
|
|
71861
|
+
/** Endpoints associated with the phone. */
|
|
71717
71862
|
endpoints: Array<{
|
|
71863
|
+
/** ID of the associated endpoint. */
|
|
71718
71864
|
endpoint_id: string;
|
|
71865
|
+
/** Indicated whether the endpoint is active. */
|
|
71719
71866
|
is_active: boolean;
|
|
71720
71867
|
}>;
|
|
71721
71868
|
} | undefined) | undefined;
|
|
71869
|
+
/** Salto Space credential service metadata for the phone. */
|
|
71722
71870
|
salto_space_credential_service_metadata?: ({
|
|
71871
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
71723
71872
|
has_active_phone: boolean;
|
|
71724
71873
|
} | undefined) | undefined;
|
|
71725
71874
|
}) & {
|
|
@@ -75532,14 +75681,21 @@ interface Routes {
|
|
|
75532
75681
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
75533
75682
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
75534
75683
|
} & {
|
|
75684
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
75535
75685
|
assa_abloy_credential_service_metadata?: ({
|
|
75686
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
75536
75687
|
has_active_endpoint: boolean;
|
|
75688
|
+
/** Endpoints associated with the phone. */
|
|
75537
75689
|
endpoints: Array<{
|
|
75690
|
+
/** ID of the associated endpoint. */
|
|
75538
75691
|
endpoint_id: string;
|
|
75692
|
+
/** Indicated whether the endpoint is active. */
|
|
75539
75693
|
is_active: boolean;
|
|
75540
75694
|
}>;
|
|
75541
75695
|
} | undefined) | undefined;
|
|
75696
|
+
/** Salto Space credential service metadata for the phone. */
|
|
75542
75697
|
salto_space_credential_service_metadata?: ({
|
|
75698
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
75543
75699
|
has_active_phone: boolean;
|
|
75544
75700
|
} | undefined) | undefined;
|
|
75545
75701
|
}) & {
|
|
@@ -76180,14 +76336,21 @@ interface Routes {
|
|
|
76180
76336
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
76181
76337
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
76182
76338
|
} & {
|
|
76339
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
76183
76340
|
assa_abloy_credential_service_metadata?: ({
|
|
76341
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
76184
76342
|
has_active_endpoint: boolean;
|
|
76343
|
+
/** Endpoints associated with the phone. */
|
|
76185
76344
|
endpoints: Array<{
|
|
76345
|
+
/** ID of the associated endpoint. */
|
|
76186
76346
|
endpoint_id: string;
|
|
76347
|
+
/** Indicated whether the endpoint is active. */
|
|
76187
76348
|
is_active: boolean;
|
|
76188
76349
|
}>;
|
|
76189
76350
|
} | undefined) | undefined;
|
|
76351
|
+
/** Salto Space credential service metadata for the phone. */
|
|
76190
76352
|
salto_space_credential_service_metadata?: ({
|
|
76353
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
76191
76354
|
has_active_phone: boolean;
|
|
76192
76355
|
} | undefined) | undefined;
|
|
76193
76356
|
}) & {
|