@seamapi/types 1.344.3 → 1.345.1
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 -40
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +164 -18
- 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 -17
- package/lib/seam/connect/openapi.js +113 -30
- 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 -30
- 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
|
};
|
|
@@ -23573,23 +23589,6 @@ declare const _default: {
|
|
|
23573
23589
|
type: string;
|
|
23574
23590
|
'x-route-path': string;
|
|
23575
23591
|
};
|
|
23576
|
-
service_health: {
|
|
23577
|
-
properties: {
|
|
23578
|
-
description: {
|
|
23579
|
-
type: string;
|
|
23580
|
-
};
|
|
23581
|
-
service: {
|
|
23582
|
-
type: string;
|
|
23583
|
-
};
|
|
23584
|
-
status: {
|
|
23585
|
-
enum: string[];
|
|
23586
|
-
type: string;
|
|
23587
|
-
};
|
|
23588
|
-
};
|
|
23589
|
-
required: string[];
|
|
23590
|
-
type: string;
|
|
23591
|
-
'x-route-path': string;
|
|
23592
|
-
};
|
|
23593
23592
|
thermostat_schedule: {
|
|
23594
23593
|
description: string;
|
|
23595
23594
|
properties: {
|
|
@@ -35477,6 +35476,7 @@ declare const _default: {
|
|
|
35477
35476
|
};
|
|
35478
35477
|
'/phones/deactivate': {
|
|
35479
35478
|
post: {
|
|
35479
|
+
description: string;
|
|
35480
35480
|
operationId: string;
|
|
35481
35481
|
requestBody: {
|
|
35482
35482
|
content: {
|
|
@@ -35484,6 +35484,7 @@ declare const _default: {
|
|
|
35484
35484
|
schema: {
|
|
35485
35485
|
properties: {
|
|
35486
35486
|
device_id: {
|
|
35487
|
+
description: string;
|
|
35487
35488
|
type: string;
|
|
35488
35489
|
};
|
|
35489
35490
|
};
|
|
@@ -35543,10 +35544,12 @@ declare const _default: {
|
|
|
35543
35544
|
'x-fern-sdk-group-name': string[];
|
|
35544
35545
|
'x-fern-sdk-method-name': string;
|
|
35545
35546
|
'x-response-key': null;
|
|
35547
|
+
'x-title': string;
|
|
35546
35548
|
};
|
|
35547
35549
|
};
|
|
35548
35550
|
'/phones/list': {
|
|
35549
35551
|
post: {
|
|
35552
|
+
description: string;
|
|
35550
35553
|
operationId: string;
|
|
35551
35554
|
requestBody: {
|
|
35552
35555
|
content: {
|
|
@@ -35554,10 +35557,12 @@ declare const _default: {
|
|
|
35554
35557
|
schema: {
|
|
35555
35558
|
properties: {
|
|
35556
35559
|
acs_credential_id: {
|
|
35560
|
+
description: string;
|
|
35557
35561
|
format: string;
|
|
35558
35562
|
type: string;
|
|
35559
35563
|
};
|
|
35560
35564
|
owner_user_identity_id: {
|
|
35565
|
+
description: string;
|
|
35561
35566
|
format: string;
|
|
35562
35567
|
type: string;
|
|
35563
35568
|
};
|
|
@@ -35616,10 +35621,12 @@ declare const _default: {
|
|
|
35616
35621
|
'x-fern-sdk-method-name': string;
|
|
35617
35622
|
'x-fern-sdk-return-value': string;
|
|
35618
35623
|
'x-response-key': string;
|
|
35624
|
+
'x-title': string;
|
|
35619
35625
|
};
|
|
35620
35626
|
};
|
|
35621
35627
|
'/phones/simulate/create_sandbox_phone': {
|
|
35622
35628
|
post: {
|
|
35629
|
+
description: string;
|
|
35623
35630
|
operationId: string;
|
|
35624
35631
|
requestBody: {
|
|
35625
35632
|
content: {
|
|
@@ -35628,29 +35635,36 @@ declare const _default: {
|
|
|
35628
35635
|
properties: {
|
|
35629
35636
|
assa_abloy_metadata: {
|
|
35630
35637
|
default: {};
|
|
35638
|
+
description: string;
|
|
35631
35639
|
properties: {
|
|
35632
35640
|
application_version: {
|
|
35633
35641
|
default: string;
|
|
35642
|
+
description: string;
|
|
35634
35643
|
type: string;
|
|
35635
35644
|
};
|
|
35636
35645
|
ble_capability: {
|
|
35637
35646
|
default: boolean;
|
|
35647
|
+
description: string;
|
|
35638
35648
|
type: string;
|
|
35639
35649
|
};
|
|
35640
35650
|
hce_capability: {
|
|
35641
35651
|
default: boolean;
|
|
35652
|
+
description: string;
|
|
35642
35653
|
type: string;
|
|
35643
35654
|
};
|
|
35644
35655
|
nfc_capability: {
|
|
35645
35656
|
default: boolean;
|
|
35657
|
+
description: string;
|
|
35646
35658
|
type: string;
|
|
35647
35659
|
};
|
|
35648
35660
|
seos_applet_version: {
|
|
35649
35661
|
default: string;
|
|
35662
|
+
description: string;
|
|
35650
35663
|
type: string;
|
|
35651
35664
|
};
|
|
35652
35665
|
seos_tsm_endpoint_id: {
|
|
35653
35666
|
default: number;
|
|
35667
|
+
description: string;
|
|
35654
35668
|
format: string;
|
|
35655
35669
|
type: string;
|
|
35656
35670
|
};
|
|
@@ -35658,32 +35672,39 @@ declare const _default: {
|
|
|
35658
35672
|
type: string;
|
|
35659
35673
|
};
|
|
35660
35674
|
custom_sdk_installation_id: {
|
|
35675
|
+
description: string;
|
|
35661
35676
|
type: string;
|
|
35662
35677
|
};
|
|
35663
35678
|
phone_metadata: {
|
|
35664
35679
|
default: {};
|
|
35680
|
+
description: string;
|
|
35665
35681
|
properties: {
|
|
35666
35682
|
device_manufacturer: {
|
|
35667
35683
|
default: string;
|
|
35684
|
+
description: string;
|
|
35668
35685
|
type: string;
|
|
35669
35686
|
};
|
|
35670
35687
|
device_model: {
|
|
35671
35688
|
default: string;
|
|
35689
|
+
description: string;
|
|
35672
35690
|
type: string;
|
|
35673
35691
|
};
|
|
35674
35692
|
operating_system: {
|
|
35675
35693
|
default: string;
|
|
35694
|
+
description: string;
|
|
35676
35695
|
enum: string[];
|
|
35677
35696
|
type: string;
|
|
35678
35697
|
};
|
|
35679
35698
|
os_version: {
|
|
35680
35699
|
default: string;
|
|
35700
|
+
description: string;
|
|
35681
35701
|
type: string;
|
|
35682
35702
|
};
|
|
35683
35703
|
};
|
|
35684
35704
|
type: string;
|
|
35685
35705
|
};
|
|
35686
35706
|
user_identity_id: {
|
|
35707
|
+
description: string;
|
|
35687
35708
|
format: string;
|
|
35688
35709
|
type: string;
|
|
35689
35710
|
};
|
|
@@ -35740,6 +35761,7 @@ declare const _default: {
|
|
|
35740
35761
|
'x-fern-sdk-method-name': string;
|
|
35741
35762
|
'x-fern-sdk-return-value': string;
|
|
35742
35763
|
'x-response-key': string;
|
|
35764
|
+
'x-title': string;
|
|
35743
35765
|
};
|
|
35744
35766
|
};
|
|
35745
35767
|
'/thermostats/activate_climate_preset': {
|
|
@@ -53661,14 +53683,21 @@ interface Routes {
|
|
|
53661
53683
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
53662
53684
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
53663
53685
|
} & {
|
|
53686
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
53664
53687
|
assa_abloy_credential_service_metadata?: ({
|
|
53688
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
53665
53689
|
has_active_endpoint: boolean;
|
|
53690
|
+
/** Endpoints associated with the phone. */
|
|
53666
53691
|
endpoints: Array<{
|
|
53692
|
+
/** ID of the associated endpoint. */
|
|
53667
53693
|
endpoint_id: string;
|
|
53694
|
+
/** Indicated whether the endpoint is active. */
|
|
53668
53695
|
is_active: boolean;
|
|
53669
53696
|
}>;
|
|
53670
53697
|
} | undefined) | undefined;
|
|
53698
|
+
/** Salto Space credential service metadata for the phone. */
|
|
53671
53699
|
salto_space_credential_service_metadata?: ({
|
|
53700
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
53672
53701
|
has_active_phone: boolean;
|
|
53673
53702
|
} | undefined) | undefined;
|
|
53674
53703
|
}) & {
|
|
@@ -54344,14 +54373,21 @@ interface Routes {
|
|
|
54344
54373
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
54345
54374
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
54346
54375
|
} & {
|
|
54376
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
54347
54377
|
assa_abloy_credential_service_metadata?: ({
|
|
54378
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
54348
54379
|
has_active_endpoint: boolean;
|
|
54380
|
+
/** Endpoints associated with the phone. */
|
|
54349
54381
|
endpoints: Array<{
|
|
54382
|
+
/** ID of the associated endpoint. */
|
|
54350
54383
|
endpoint_id: string;
|
|
54384
|
+
/** Indicated whether the endpoint is active. */
|
|
54351
54385
|
is_active: boolean;
|
|
54352
54386
|
}>;
|
|
54353
54387
|
} | undefined) | undefined;
|
|
54388
|
+
/** Salto Space credential service metadata for the phone. */
|
|
54354
54389
|
salto_space_credential_service_metadata?: ({
|
|
54390
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
54355
54391
|
has_active_phone: boolean;
|
|
54356
54392
|
} | undefined) | undefined;
|
|
54357
54393
|
}) & {
|
|
@@ -57999,14 +58035,21 @@ interface Routes {
|
|
|
57999
58035
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
58000
58036
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
58001
58037
|
} & {
|
|
58038
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
58002
58039
|
assa_abloy_credential_service_metadata?: ({
|
|
58040
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
58003
58041
|
has_active_endpoint: boolean;
|
|
58042
|
+
/** Endpoints associated with the phone. */
|
|
58004
58043
|
endpoints: Array<{
|
|
58044
|
+
/** ID of the associated endpoint. */
|
|
58005
58045
|
endpoint_id: string;
|
|
58046
|
+
/** Indicated whether the endpoint is active. */
|
|
58006
58047
|
is_active: boolean;
|
|
58007
58048
|
}>;
|
|
58008
58049
|
} | undefined) | undefined;
|
|
58050
|
+
/** Salto Space credential service metadata for the phone. */
|
|
58009
58051
|
salto_space_credential_service_metadata?: ({
|
|
58052
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
58010
58053
|
has_active_phone: boolean;
|
|
58011
58054
|
} | undefined) | undefined;
|
|
58012
58055
|
}) & {
|
|
@@ -58646,14 +58689,21 @@ interface Routes {
|
|
|
58646
58689
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
58647
58690
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
58648
58691
|
} & {
|
|
58692
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
58649
58693
|
assa_abloy_credential_service_metadata?: ({
|
|
58694
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
58650
58695
|
has_active_endpoint: boolean;
|
|
58696
|
+
/** Endpoints associated with the phone. */
|
|
58651
58697
|
endpoints: Array<{
|
|
58698
|
+
/** ID of the associated endpoint. */
|
|
58652
58699
|
endpoint_id: string;
|
|
58700
|
+
/** Indicated whether the endpoint is active. */
|
|
58653
58701
|
is_active: boolean;
|
|
58654
58702
|
}>;
|
|
58655
58703
|
} | undefined) | undefined;
|
|
58704
|
+
/** Salto Space credential service metadata for the phone. */
|
|
58656
58705
|
salto_space_credential_service_metadata?: ({
|
|
58706
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
58657
58707
|
has_active_phone: boolean;
|
|
58658
58708
|
} | undefined) | undefined;
|
|
58659
58709
|
}) & {
|
|
@@ -59329,14 +59379,21 @@ interface Routes {
|
|
|
59329
59379
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
59330
59380
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
59331
59381
|
} & {
|
|
59382
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
59332
59383
|
assa_abloy_credential_service_metadata?: ({
|
|
59384
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
59333
59385
|
has_active_endpoint: boolean;
|
|
59386
|
+
/** Endpoints associated with the phone. */
|
|
59334
59387
|
endpoints: Array<{
|
|
59388
|
+
/** ID of the associated endpoint. */
|
|
59335
59389
|
endpoint_id: string;
|
|
59390
|
+
/** Indicated whether the endpoint is active. */
|
|
59336
59391
|
is_active: boolean;
|
|
59337
59392
|
}>;
|
|
59338
59393
|
} | undefined) | undefined;
|
|
59394
|
+
/** Salto Space credential service metadata for the phone. */
|
|
59339
59395
|
salto_space_credential_service_metadata?: ({
|
|
59396
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
59340
59397
|
has_active_phone: boolean;
|
|
59341
59398
|
} | undefined) | undefined;
|
|
59342
59399
|
}) & {
|
|
@@ -59975,14 +60032,21 @@ interface Routes {
|
|
|
59975
60032
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
59976
60033
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
59977
60034
|
} & {
|
|
60035
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
59978
60036
|
assa_abloy_credential_service_metadata?: ({
|
|
60037
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
59979
60038
|
has_active_endpoint: boolean;
|
|
60039
|
+
/** Endpoints associated with the phone. */
|
|
59980
60040
|
endpoints: Array<{
|
|
60041
|
+
/** ID of the associated endpoint. */
|
|
59981
60042
|
endpoint_id: string;
|
|
60043
|
+
/** Indicated whether the endpoint is active. */
|
|
59982
60044
|
is_active: boolean;
|
|
59983
60045
|
}>;
|
|
59984
60046
|
} | undefined) | undefined;
|
|
60047
|
+
/** Salto Space credential service metadata for the phone. */
|
|
59985
60048
|
salto_space_credential_service_metadata?: ({
|
|
60049
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
59986
60050
|
has_active_phone: boolean;
|
|
59987
60051
|
} | undefined) | undefined;
|
|
59988
60052
|
}) & {
|
|
@@ -62429,14 +62493,21 @@ interface Routes {
|
|
|
62429
62493
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
62430
62494
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
62431
62495
|
} & {
|
|
62496
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
62432
62497
|
assa_abloy_credential_service_metadata?: ({
|
|
62498
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
62433
62499
|
has_active_endpoint: boolean;
|
|
62500
|
+
/** Endpoints associated with the phone. */
|
|
62434
62501
|
endpoints: Array<{
|
|
62502
|
+
/** ID of the associated endpoint. */
|
|
62435
62503
|
endpoint_id: string;
|
|
62504
|
+
/** Indicated whether the endpoint is active. */
|
|
62436
62505
|
is_active: boolean;
|
|
62437
62506
|
}>;
|
|
62438
62507
|
} | undefined) | undefined;
|
|
62508
|
+
/** Salto Space credential service metadata for the phone. */
|
|
62439
62509
|
salto_space_credential_service_metadata?: ({
|
|
62510
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
62440
62511
|
has_active_phone: boolean;
|
|
62441
62512
|
} | undefined) | undefined;
|
|
62442
62513
|
}) & {
|
|
@@ -63075,14 +63146,21 @@ interface Routes {
|
|
|
63075
63146
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
63076
63147
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
63077
63148
|
} & {
|
|
63149
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
63078
63150
|
assa_abloy_credential_service_metadata?: ({
|
|
63151
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
63079
63152
|
has_active_endpoint: boolean;
|
|
63153
|
+
/** Endpoints associated with the phone. */
|
|
63080
63154
|
endpoints: Array<{
|
|
63155
|
+
/** ID of the associated endpoint. */
|
|
63081
63156
|
endpoint_id: string;
|
|
63157
|
+
/** Indicated whether the endpoint is active. */
|
|
63082
63158
|
is_active: boolean;
|
|
63083
63159
|
}>;
|
|
63084
63160
|
} | undefined) | undefined;
|
|
63161
|
+
/** Salto Space credential service metadata for the phone. */
|
|
63085
63162
|
salto_space_credential_service_metadata?: ({
|
|
63163
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
63086
63164
|
has_active_phone: boolean;
|
|
63087
63165
|
} | undefined) | undefined;
|
|
63088
63166
|
}) & {
|
|
@@ -66329,6 +66407,7 @@ interface Routes {
|
|
|
66329
66407
|
method: 'DELETE' | 'POST';
|
|
66330
66408
|
queryParams: {};
|
|
66331
66409
|
jsonBody: {
|
|
66410
|
+
/** Device ID of the desired phone. */
|
|
66332
66411
|
device_id: string;
|
|
66333
66412
|
};
|
|
66334
66413
|
commonParams: {};
|
|
@@ -66341,7 +66420,9 @@ interface Routes {
|
|
|
66341
66420
|
queryParams: {};
|
|
66342
66421
|
jsonBody: {};
|
|
66343
66422
|
commonParams: {
|
|
66423
|
+
/** ID of the user identity that represents the owner by which to filter the list of returned phones. */
|
|
66344
66424
|
owner_user_identity_id?: string | undefined;
|
|
66425
|
+
/** 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
66426
|
acs_credential_id?: string | undefined;
|
|
66346
66427
|
};
|
|
66347
66428
|
formData: {};
|
|
@@ -66349,6 +66430,7 @@ interface Routes {
|
|
|
66349
66430
|
phones: Array<{
|
|
66350
66431
|
/** Unique identifier for the device. */
|
|
66351
66432
|
device_id: string;
|
|
66433
|
+
/** Type of phone. */
|
|
66352
66434
|
device_type: 'android_phone' | 'ios_phone';
|
|
66353
66435
|
/** Optional nickname to describe the device, settable through Seam */
|
|
66354
66436
|
nickname?: string | undefined;
|
|
@@ -66357,14 +66439,21 @@ interface Routes {
|
|
|
66357
66439
|
/** 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
66440
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
66359
66441
|
properties: {
|
|
66442
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
66360
66443
|
assa_abloy_credential_service_metadata?: {
|
|
66444
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
66361
66445
|
has_active_endpoint: boolean;
|
|
66446
|
+
/** Endpoints associated with the phone. */
|
|
66362
66447
|
endpoints: Array<{
|
|
66448
|
+
/** ID of the associated endpoint. */
|
|
66363
66449
|
endpoint_id: string;
|
|
66450
|
+
/** Indicated whether the endpoint is active. */
|
|
66364
66451
|
is_active: boolean;
|
|
66365
66452
|
}>;
|
|
66366
66453
|
} | undefined;
|
|
66454
|
+
/** Salto Space credential service metadata for the phone. */
|
|
66367
66455
|
salto_space_credential_service_metadata?: {
|
|
66456
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
66368
66457
|
has_active_phone: boolean;
|
|
66369
66458
|
} | undefined;
|
|
66370
66459
|
};
|
|
@@ -66539,30 +66628,45 @@ interface Routes {
|
|
|
66539
66628
|
method: 'GET' | 'POST';
|
|
66540
66629
|
queryParams: {};
|
|
66541
66630
|
jsonBody: {
|
|
66631
|
+
/** ID of the custom SDK installation to use for the simulated phone. */
|
|
66542
66632
|
custom_sdk_installation_id?: string | undefined;
|
|
66633
|
+
/** ID of the user identity to associate with the simulated phone. */
|
|
66543
66634
|
user_identity_id: string;
|
|
66635
|
+
/** Metadata to associate with the simulated phone. */
|
|
66544
66636
|
phone_metadata?: {
|
|
66637
|
+
/** Mobile operating system that you want to use for the simulated phone. */
|
|
66545
66638
|
operating_system?: 'android' | 'ios';
|
|
66639
|
+
/** Mobile operating system version that you want to use for the simulated phone. */
|
|
66546
66640
|
os_version?: string;
|
|
66641
|
+
/** Manufacturer that you want to use for the simulated phone. */
|
|
66547
66642
|
device_manufacturer?: string;
|
|
66643
|
+
/** Device model that you want to use for the simulated phone. */
|
|
66548
66644
|
device_model?: string;
|
|
66549
66645
|
};
|
|
66646
|
+
/** ASSA ABLOY metadata to associate with the simulated phone. */
|
|
66550
66647
|
assa_abloy_metadata?: {
|
|
66648
|
+
/** Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability. */
|
|
66551
66649
|
ble_capability?: boolean;
|
|
66650
|
+
/** Indicates whether the simulated phone should have host card emulation (HCE) capability. */
|
|
66552
66651
|
hce_capability?: boolean;
|
|
66652
|
+
/** Indicates whether the simulated phone should have near-field communication (NFC) capability. */
|
|
66553
66653
|
nfc_capability?: boolean;
|
|
66654
|
+
/** Application version that you want to use for the simulated phone. */
|
|
66554
66655
|
application_version?: string;
|
|
66656
|
+
/** SEOS applet version that you want to use for the simulated phone. */
|
|
66555
66657
|
seos_applet_version?: string;
|
|
66658
|
+
/** ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone. */
|
|
66556
66659
|
seos_tsm_endpoint_id?: number;
|
|
66557
66660
|
};
|
|
66558
66661
|
};
|
|
66559
66662
|
commonParams: {};
|
|
66560
66663
|
formData: {};
|
|
66561
66664
|
jsonResponse: {
|
|
66562
|
-
/**
|
|
66665
|
+
/** Properties of the phone. */
|
|
66563
66666
|
phone: {
|
|
66564
66667
|
/** Unique identifier for the device. */
|
|
66565
66668
|
device_id: string;
|
|
66669
|
+
/** Type of phone. */
|
|
66566
66670
|
device_type: 'android_phone' | 'ios_phone';
|
|
66567
66671
|
/** Optional nickname to describe the device, settable through Seam */
|
|
66568
66672
|
nickname?: string | undefined;
|
|
@@ -66571,14 +66675,21 @@ interface Routes {
|
|
|
66571
66675
|
/** 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
66676
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
66573
66677
|
properties: {
|
|
66678
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
66574
66679
|
assa_abloy_credential_service_metadata?: {
|
|
66680
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
66575
66681
|
has_active_endpoint: boolean;
|
|
66682
|
+
/** Endpoints associated with the phone. */
|
|
66576
66683
|
endpoints: Array<{
|
|
66684
|
+
/** ID of the associated endpoint. */
|
|
66577
66685
|
endpoint_id: string;
|
|
66686
|
+
/** Indicated whether the endpoint is active. */
|
|
66578
66687
|
is_active: boolean;
|
|
66579
66688
|
}>;
|
|
66580
66689
|
} | undefined;
|
|
66690
|
+
/** Salto Space credential service metadata for the phone. */
|
|
66581
66691
|
salto_space_credential_service_metadata?: {
|
|
66692
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
66582
66693
|
has_active_phone: boolean;
|
|
66583
66694
|
} | undefined;
|
|
66584
66695
|
};
|
|
@@ -68631,14 +68742,21 @@ interface Routes {
|
|
|
68631
68742
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
68632
68743
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
68633
68744
|
} & {
|
|
68745
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
68634
68746
|
assa_abloy_credential_service_metadata?: ({
|
|
68747
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
68635
68748
|
has_active_endpoint: boolean;
|
|
68749
|
+
/** Endpoints associated with the phone. */
|
|
68636
68750
|
endpoints: Array<{
|
|
68751
|
+
/** ID of the associated endpoint. */
|
|
68637
68752
|
endpoint_id: string;
|
|
68753
|
+
/** Indicated whether the endpoint is active. */
|
|
68638
68754
|
is_active: boolean;
|
|
68639
68755
|
}>;
|
|
68640
68756
|
} | undefined) | undefined;
|
|
68757
|
+
/** Salto Space credential service metadata for the phone. */
|
|
68641
68758
|
salto_space_credential_service_metadata?: ({
|
|
68759
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
68642
68760
|
has_active_phone: boolean;
|
|
68643
68761
|
} | undefined) | undefined;
|
|
68644
68762
|
}) & {
|
|
@@ -71066,14 +71184,21 @@ interface Routes {
|
|
|
71066
71184
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
71067
71185
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
71068
71186
|
} & {
|
|
71187
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
71069
71188
|
assa_abloy_credential_service_metadata?: ({
|
|
71189
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
71070
71190
|
has_active_endpoint: boolean;
|
|
71191
|
+
/** Endpoints associated with the phone. */
|
|
71071
71192
|
endpoints: Array<{
|
|
71193
|
+
/** ID of the associated endpoint. */
|
|
71072
71194
|
endpoint_id: string;
|
|
71195
|
+
/** Indicated whether the endpoint is active. */
|
|
71073
71196
|
is_active: boolean;
|
|
71074
71197
|
}>;
|
|
71075
71198
|
} | undefined) | undefined;
|
|
71199
|
+
/** Salto Space credential service metadata for the phone. */
|
|
71076
71200
|
salto_space_credential_service_metadata?: ({
|
|
71201
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
71077
71202
|
has_active_phone: boolean;
|
|
71078
71203
|
} | undefined) | undefined;
|
|
71079
71204
|
}) & {
|
|
@@ -71712,14 +71837,21 @@ interface Routes {
|
|
|
71712
71837
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
71713
71838
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
71714
71839
|
} & {
|
|
71840
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
71715
71841
|
assa_abloy_credential_service_metadata?: ({
|
|
71842
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
71716
71843
|
has_active_endpoint: boolean;
|
|
71844
|
+
/** Endpoints associated with the phone. */
|
|
71717
71845
|
endpoints: Array<{
|
|
71846
|
+
/** ID of the associated endpoint. */
|
|
71718
71847
|
endpoint_id: string;
|
|
71848
|
+
/** Indicated whether the endpoint is active. */
|
|
71719
71849
|
is_active: boolean;
|
|
71720
71850
|
}>;
|
|
71721
71851
|
} | undefined) | undefined;
|
|
71852
|
+
/** Salto Space credential service metadata for the phone. */
|
|
71722
71853
|
salto_space_credential_service_metadata?: ({
|
|
71854
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
71723
71855
|
has_active_phone: boolean;
|
|
71724
71856
|
} | undefined) | undefined;
|
|
71725
71857
|
}) & {
|
|
@@ -75532,14 +75664,21 @@ interface Routes {
|
|
|
75532
75664
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
75533
75665
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
75534
75666
|
} & {
|
|
75667
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
75535
75668
|
assa_abloy_credential_service_metadata?: ({
|
|
75669
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
75536
75670
|
has_active_endpoint: boolean;
|
|
75671
|
+
/** Endpoints associated with the phone. */
|
|
75537
75672
|
endpoints: Array<{
|
|
75673
|
+
/** ID of the associated endpoint. */
|
|
75538
75674
|
endpoint_id: string;
|
|
75675
|
+
/** Indicated whether the endpoint is active. */
|
|
75539
75676
|
is_active: boolean;
|
|
75540
75677
|
}>;
|
|
75541
75678
|
} | undefined) | undefined;
|
|
75679
|
+
/** Salto Space credential service metadata for the phone. */
|
|
75542
75680
|
salto_space_credential_service_metadata?: ({
|
|
75681
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
75543
75682
|
has_active_phone: boolean;
|
|
75544
75683
|
} | undefined) | undefined;
|
|
75545
75684
|
}) & {
|
|
@@ -76180,14 +76319,21 @@ interface Routes {
|
|
|
76180
76319
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
76181
76320
|
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
76182
76321
|
} & {
|
|
76322
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
76183
76323
|
assa_abloy_credential_service_metadata?: ({
|
|
76324
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
76184
76325
|
has_active_endpoint: boolean;
|
|
76326
|
+
/** Endpoints associated with the phone. */
|
|
76185
76327
|
endpoints: Array<{
|
|
76328
|
+
/** ID of the associated endpoint. */
|
|
76186
76329
|
endpoint_id: string;
|
|
76330
|
+
/** Indicated whether the endpoint is active. */
|
|
76187
76331
|
is_active: boolean;
|
|
76188
76332
|
}>;
|
|
76189
76333
|
} | undefined) | undefined;
|
|
76334
|
+
/** Salto Space credential service metadata for the phone. */
|
|
76190
76335
|
salto_space_credential_service_metadata?: ({
|
|
76336
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
76191
76337
|
has_active_phone: boolean;
|
|
76192
76338
|
} | undefined) | undefined;
|
|
76193
76339
|
}) & {
|