@seamapi/types 1.344.2 → 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 +157 -30
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +242 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +26 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +8 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +16 -0
- 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 +139 -20
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +161 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +9 -0
- 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 +174 -20
- package/src/lib/seam/connect/route-types.ts +170 -1
|
@@ -1286,6 +1286,11 @@ export interface Routes {
|
|
|
1286
1286
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1287
1287
|
warning_code: 'schlage_creation_outage'
|
|
1288
1288
|
}
|
|
1289
|
+
| {
|
|
1290
|
+
message: string
|
|
1291
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1292
|
+
warning_code: 'salto_office_mode'
|
|
1293
|
+
}
|
|
1289
1294
|
| {
|
|
1290
1295
|
message: string
|
|
1291
1296
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -1609,6 +1614,11 @@ export interface Routes {
|
|
|
1609
1614
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1610
1615
|
warning_code: 'schlage_creation_outage'
|
|
1611
1616
|
}
|
|
1617
|
+
| {
|
|
1618
|
+
message: string
|
|
1619
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1620
|
+
warning_code: 'salto_office_mode'
|
|
1621
|
+
}
|
|
1612
1622
|
| {
|
|
1613
1623
|
message: string
|
|
1614
1624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -2973,6 +2983,11 @@ export interface Routes {
|
|
|
2973
2983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2974
2984
|
warning_code: 'schlage_creation_outage'
|
|
2975
2985
|
}
|
|
2986
|
+
| {
|
|
2987
|
+
message: string
|
|
2988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2989
|
+
warning_code: 'salto_office_mode'
|
|
2990
|
+
}
|
|
2976
2991
|
| {
|
|
2977
2992
|
message: string
|
|
2978
2993
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -3283,6 +3298,11 @@ export interface Routes {
|
|
|
3283
3298
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3284
3299
|
warning_code: 'schlage_creation_outage'
|
|
3285
3300
|
}
|
|
3301
|
+
| {
|
|
3302
|
+
message: string
|
|
3303
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3304
|
+
warning_code: 'salto_office_mode'
|
|
3305
|
+
}
|
|
3286
3306
|
| {
|
|
3287
3307
|
message: string
|
|
3288
3308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -3592,6 +3612,11 @@ export interface Routes {
|
|
|
3592
3612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3593
3613
|
warning_code: 'schlage_creation_outage'
|
|
3594
3614
|
}
|
|
3615
|
+
| {
|
|
3616
|
+
message: string
|
|
3617
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3618
|
+
warning_code: 'salto_office_mode'
|
|
3619
|
+
}
|
|
3595
3620
|
| {
|
|
3596
3621
|
message: string
|
|
3597
3622
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -3889,6 +3914,11 @@ export interface Routes {
|
|
|
3889
3914
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3890
3915
|
warning_code: 'schlage_creation_outage'
|
|
3891
3916
|
}
|
|
3917
|
+
| {
|
|
3918
|
+
message: string
|
|
3919
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3920
|
+
warning_code: 'salto_office_mode'
|
|
3921
|
+
}
|
|
3892
3922
|
| {
|
|
3893
3923
|
message: string
|
|
3894
3924
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -4194,6 +4224,11 @@ export interface Routes {
|
|
|
4194
4224
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4195
4225
|
warning_code: 'schlage_creation_outage'
|
|
4196
4226
|
}
|
|
4227
|
+
| {
|
|
4228
|
+
message: string
|
|
4229
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4230
|
+
warning_code: 'salto_office_mode'
|
|
4231
|
+
}
|
|
4197
4232
|
| {
|
|
4198
4233
|
message: string
|
|
4199
4234
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -5534,6 +5569,11 @@ export interface Routes {
|
|
|
5534
5569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5535
5570
|
warning_code: 'schlage_creation_outage'
|
|
5536
5571
|
}
|
|
5572
|
+
| {
|
|
5573
|
+
message: string
|
|
5574
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5575
|
+
warning_code: 'salto_office_mode'
|
|
5576
|
+
}
|
|
5537
5577
|
| {
|
|
5538
5578
|
message: string
|
|
5539
5579
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -5821,6 +5861,11 @@ export interface Routes {
|
|
|
5821
5861
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5822
5862
|
warning_code: 'schlage_creation_outage'
|
|
5823
5863
|
}
|
|
5864
|
+
| {
|
|
5865
|
+
message: string
|
|
5866
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5867
|
+
warning_code: 'salto_office_mode'
|
|
5868
|
+
}
|
|
5824
5869
|
| {
|
|
5825
5870
|
message: string
|
|
5826
5871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
@@ -15737,21 +15782,28 @@ export interface Routes {
|
|
|
15737
15782
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
15738
15783
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
15739
15784
|
} & {
|
|
15785
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
15740
15786
|
assa_abloy_credential_service_metadata?:
|
|
15741
15787
|
| (
|
|
15742
15788
|
| {
|
|
15789
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
15743
15790
|
has_active_endpoint: boolean
|
|
15791
|
+
/** Endpoints associated with the phone. */
|
|
15744
15792
|
endpoints: Array<{
|
|
15793
|
+
/** ID of the associated endpoint. */
|
|
15745
15794
|
endpoint_id: string
|
|
15795
|
+
/** Indicated whether the endpoint is active. */
|
|
15746
15796
|
is_active: boolean
|
|
15747
15797
|
}>
|
|
15748
15798
|
}
|
|
15749
15799
|
| undefined
|
|
15750
15800
|
)
|
|
15751
15801
|
| undefined
|
|
15802
|
+
/** Salto Space credential service metadata for the phone. */
|
|
15752
15803
|
salto_space_credential_service_metadata?:
|
|
15753
15804
|
| (
|
|
15754
15805
|
| {
|
|
15806
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
15755
15807
|
has_active_phone: boolean
|
|
15756
15808
|
}
|
|
15757
15809
|
| undefined
|
|
@@ -16786,21 +16838,28 @@ export interface Routes {
|
|
|
16786
16838
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
16787
16839
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
16788
16840
|
} & {
|
|
16841
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
16789
16842
|
assa_abloy_credential_service_metadata?:
|
|
16790
16843
|
| (
|
|
16791
16844
|
| {
|
|
16845
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
16792
16846
|
has_active_endpoint: boolean
|
|
16847
|
+
/** Endpoints associated with the phone. */
|
|
16793
16848
|
endpoints: Array<{
|
|
16849
|
+
/** ID of the associated endpoint. */
|
|
16794
16850
|
endpoint_id: string
|
|
16851
|
+
/** Indicated whether the endpoint is active. */
|
|
16795
16852
|
is_active: boolean
|
|
16796
16853
|
}>
|
|
16797
16854
|
}
|
|
16798
16855
|
| undefined
|
|
16799
16856
|
)
|
|
16800
16857
|
| undefined
|
|
16858
|
+
/** Salto Space credential service metadata for the phone. */
|
|
16801
16859
|
salto_space_credential_service_metadata?:
|
|
16802
16860
|
| (
|
|
16803
16861
|
| {
|
|
16862
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
16804
16863
|
has_active_phone: boolean
|
|
16805
16864
|
}
|
|
16806
16865
|
| undefined
|
|
@@ -21372,21 +21431,28 @@ export interface Routes {
|
|
|
21372
21431
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
21373
21432
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
21374
21433
|
} & {
|
|
21434
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
21375
21435
|
assa_abloy_credential_service_metadata?:
|
|
21376
21436
|
| (
|
|
21377
21437
|
| {
|
|
21438
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
21378
21439
|
has_active_endpoint: boolean
|
|
21440
|
+
/** Endpoints associated with the phone. */
|
|
21379
21441
|
endpoints: Array<{
|
|
21442
|
+
/** ID of the associated endpoint. */
|
|
21380
21443
|
endpoint_id: string
|
|
21444
|
+
/** Indicated whether the endpoint is active. */
|
|
21381
21445
|
is_active: boolean
|
|
21382
21446
|
}>
|
|
21383
21447
|
}
|
|
21384
21448
|
| undefined
|
|
21385
21449
|
)
|
|
21386
21450
|
| undefined
|
|
21451
|
+
/** Salto Space credential service metadata for the phone. */
|
|
21387
21452
|
salto_space_credential_service_metadata?:
|
|
21388
21453
|
| (
|
|
21389
21454
|
| {
|
|
21455
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
21390
21456
|
has_active_phone: boolean
|
|
21391
21457
|
}
|
|
21392
21458
|
| undefined
|
|
@@ -22238,21 +22304,28 @@ export interface Routes {
|
|
|
22238
22304
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
22239
22305
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
22240
22306
|
} & {
|
|
22307
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
22241
22308
|
assa_abloy_credential_service_metadata?:
|
|
22242
22309
|
| (
|
|
22243
22310
|
| {
|
|
22311
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
22244
22312
|
has_active_endpoint: boolean
|
|
22313
|
+
/** Endpoints associated with the phone. */
|
|
22245
22314
|
endpoints: Array<{
|
|
22315
|
+
/** ID of the associated endpoint. */
|
|
22246
22316
|
endpoint_id: string
|
|
22317
|
+
/** Indicated whether the endpoint is active. */
|
|
22247
22318
|
is_active: boolean
|
|
22248
22319
|
}>
|
|
22249
22320
|
}
|
|
22250
22321
|
| undefined
|
|
22251
22322
|
)
|
|
22252
22323
|
| undefined
|
|
22324
|
+
/** Salto Space credential service metadata for the phone. */
|
|
22253
22325
|
salto_space_credential_service_metadata?:
|
|
22254
22326
|
| (
|
|
22255
22327
|
| {
|
|
22328
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
22256
22329
|
has_active_phone: boolean
|
|
22257
22330
|
}
|
|
22258
22331
|
| undefined
|
|
@@ -23287,21 +23360,28 @@ export interface Routes {
|
|
|
23287
23360
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
23288
23361
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
23289
23362
|
} & {
|
|
23363
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
23290
23364
|
assa_abloy_credential_service_metadata?:
|
|
23291
23365
|
| (
|
|
23292
23366
|
| {
|
|
23367
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
23293
23368
|
has_active_endpoint: boolean
|
|
23369
|
+
/** Endpoints associated with the phone. */
|
|
23294
23370
|
endpoints: Array<{
|
|
23371
|
+
/** ID of the associated endpoint. */
|
|
23295
23372
|
endpoint_id: string
|
|
23373
|
+
/** Indicated whether the endpoint is active. */
|
|
23296
23374
|
is_active: boolean
|
|
23297
23375
|
}>
|
|
23298
23376
|
}
|
|
23299
23377
|
| undefined
|
|
23300
23378
|
)
|
|
23301
23379
|
| undefined
|
|
23380
|
+
/** Salto Space credential service metadata for the phone. */
|
|
23302
23381
|
salto_space_credential_service_metadata?:
|
|
23303
23382
|
| (
|
|
23304
23383
|
| {
|
|
23384
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
23305
23385
|
has_active_phone: boolean
|
|
23306
23386
|
}
|
|
23307
23387
|
| undefined
|
|
@@ -24152,21 +24232,28 @@ export interface Routes {
|
|
|
24152
24232
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
24153
24233
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
24154
24234
|
} & {
|
|
24235
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
24155
24236
|
assa_abloy_credential_service_metadata?:
|
|
24156
24237
|
| (
|
|
24157
24238
|
| {
|
|
24239
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
24158
24240
|
has_active_endpoint: boolean
|
|
24241
|
+
/** Endpoints associated with the phone. */
|
|
24159
24242
|
endpoints: Array<{
|
|
24243
|
+
/** ID of the associated endpoint. */
|
|
24160
24244
|
endpoint_id: string
|
|
24245
|
+
/** Indicated whether the endpoint is active. */
|
|
24161
24246
|
is_active: boolean
|
|
24162
24247
|
}>
|
|
24163
24248
|
}
|
|
24164
24249
|
| undefined
|
|
24165
24250
|
)
|
|
24166
24251
|
| undefined
|
|
24252
|
+
/** Salto Space credential service metadata for the phone. */
|
|
24167
24253
|
salto_space_credential_service_metadata?:
|
|
24168
24254
|
| (
|
|
24169
24255
|
| {
|
|
24256
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
24170
24257
|
has_active_phone: boolean
|
|
24171
24258
|
}
|
|
24172
24259
|
| undefined
|
|
@@ -27308,21 +27395,28 @@ export interface Routes {
|
|
|
27308
27395
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
27309
27396
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
27310
27397
|
} & {
|
|
27398
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
27311
27399
|
assa_abloy_credential_service_metadata?:
|
|
27312
27400
|
| (
|
|
27313
27401
|
| {
|
|
27402
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
27314
27403
|
has_active_endpoint: boolean
|
|
27404
|
+
/** Endpoints associated with the phone. */
|
|
27315
27405
|
endpoints: Array<{
|
|
27406
|
+
/** ID of the associated endpoint. */
|
|
27316
27407
|
endpoint_id: string
|
|
27408
|
+
/** Indicated whether the endpoint is active. */
|
|
27317
27409
|
is_active: boolean
|
|
27318
27410
|
}>
|
|
27319
27411
|
}
|
|
27320
27412
|
| undefined
|
|
27321
27413
|
)
|
|
27322
27414
|
| undefined
|
|
27415
|
+
/** Salto Space credential service metadata for the phone. */
|
|
27323
27416
|
salto_space_credential_service_metadata?:
|
|
27324
27417
|
| (
|
|
27325
27418
|
| {
|
|
27419
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
27326
27420
|
has_active_phone: boolean
|
|
27327
27421
|
}
|
|
27328
27422
|
| undefined
|
|
@@ -28173,21 +28267,28 @@ export interface Routes {
|
|
|
28173
28267
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
28174
28268
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
28175
28269
|
} & {
|
|
28270
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
28176
28271
|
assa_abloy_credential_service_metadata?:
|
|
28177
28272
|
| (
|
|
28178
28273
|
| {
|
|
28274
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
28179
28275
|
has_active_endpoint: boolean
|
|
28276
|
+
/** Endpoints associated with the phone. */
|
|
28180
28277
|
endpoints: Array<{
|
|
28278
|
+
/** ID of the associated endpoint. */
|
|
28181
28279
|
endpoint_id: string
|
|
28280
|
+
/** Indicated whether the endpoint is active. */
|
|
28182
28281
|
is_active: boolean
|
|
28183
28282
|
}>
|
|
28184
28283
|
}
|
|
28185
28284
|
| undefined
|
|
28186
28285
|
)
|
|
28187
28286
|
| undefined
|
|
28287
|
+
/** Salto Space credential service metadata for the phone. */
|
|
28188
28288
|
salto_space_credential_service_metadata?:
|
|
28189
28289
|
| (
|
|
28190
28290
|
| {
|
|
28291
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
28191
28292
|
has_active_phone: boolean
|
|
28192
28293
|
}
|
|
28193
28294
|
| undefined
|
|
@@ -32100,6 +32201,7 @@ export interface Routes {
|
|
|
32100
32201
|
method: 'DELETE' | 'POST'
|
|
32101
32202
|
queryParams: {}
|
|
32102
32203
|
jsonBody: {
|
|
32204
|
+
/** Device ID of the desired phone. */
|
|
32103
32205
|
device_id: string
|
|
32104
32206
|
}
|
|
32105
32207
|
commonParams: {}
|
|
@@ -32112,7 +32214,9 @@ export interface Routes {
|
|
|
32112
32214
|
queryParams: {}
|
|
32113
32215
|
jsonBody: {}
|
|
32114
32216
|
commonParams: {
|
|
32217
|
+
/** ID of the user identity that represents the owner by which to filter the list of returned phones. */
|
|
32115
32218
|
owner_user_identity_id?: string | undefined
|
|
32219
|
+
/** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which to filter the list of returned phones. */
|
|
32116
32220
|
acs_credential_id?: string | undefined
|
|
32117
32221
|
}
|
|
32118
32222
|
formData: {}
|
|
@@ -32120,6 +32224,7 @@ export interface Routes {
|
|
|
32120
32224
|
phones: Array<{
|
|
32121
32225
|
/** Unique identifier for the device. */
|
|
32122
32226
|
device_id: string
|
|
32227
|
+
/** Type of phone. */
|
|
32123
32228
|
device_type: 'android_phone' | 'ios_phone'
|
|
32124
32229
|
/** Optional nickname to describe the device, settable through Seam */
|
|
32125
32230
|
nickname?: string | undefined
|
|
@@ -32135,17 +32240,24 @@ export interface Routes {
|
|
|
32135
32240
|
| 'phone'
|
|
32136
32241
|
>
|
|
32137
32242
|
properties: {
|
|
32243
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
32138
32244
|
assa_abloy_credential_service_metadata?:
|
|
32139
32245
|
| {
|
|
32246
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
32140
32247
|
has_active_endpoint: boolean
|
|
32248
|
+
/** Endpoints associated with the phone. */
|
|
32141
32249
|
endpoints: Array<{
|
|
32250
|
+
/** ID of the associated endpoint. */
|
|
32142
32251
|
endpoint_id: string
|
|
32252
|
+
/** Indicated whether the endpoint is active. */
|
|
32143
32253
|
is_active: boolean
|
|
32144
32254
|
}>
|
|
32145
32255
|
}
|
|
32146
32256
|
| undefined
|
|
32257
|
+
/** Salto Space credential service metadata for the phone. */
|
|
32147
32258
|
salto_space_credential_service_metadata?:
|
|
32148
32259
|
| {
|
|
32260
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
32149
32261
|
has_active_phone: boolean
|
|
32150
32262
|
}
|
|
32151
32263
|
| undefined
|
|
@@ -32353,30 +32465,45 @@ export interface Routes {
|
|
|
32353
32465
|
method: 'GET' | 'POST'
|
|
32354
32466
|
queryParams: {}
|
|
32355
32467
|
jsonBody: {
|
|
32468
|
+
/** ID of the custom SDK installation to use for the simulated phone. */
|
|
32356
32469
|
custom_sdk_installation_id?: string | undefined
|
|
32470
|
+
/** ID of the user identity to associate with the simulated phone. */
|
|
32357
32471
|
user_identity_id: string
|
|
32472
|
+
/** Metadata to associate with the simulated phone. */
|
|
32358
32473
|
phone_metadata?: {
|
|
32474
|
+
/** Mobile operating system that you want to use for the simulated phone. */
|
|
32359
32475
|
operating_system?: 'android' | 'ios'
|
|
32476
|
+
/** Mobile operating system version that you want to use for the simulated phone. */
|
|
32360
32477
|
os_version?: string
|
|
32478
|
+
/** Manufacturer that you want to use for the simulated phone. */
|
|
32361
32479
|
device_manufacturer?: string
|
|
32480
|
+
/** Device model that you want to use for the simulated phone. */
|
|
32362
32481
|
device_model?: string
|
|
32363
32482
|
}
|
|
32483
|
+
/** ASSA ABLOY metadata to associate with the simulated phone. */
|
|
32364
32484
|
assa_abloy_metadata?: {
|
|
32485
|
+
/** Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability. */
|
|
32365
32486
|
ble_capability?: boolean
|
|
32487
|
+
/** Indicates whether the simulated phone should have host card emulation (HCE) capability. */
|
|
32366
32488
|
hce_capability?: boolean
|
|
32489
|
+
/** Indicates whether the simulated phone should have near-field communication (NFC) capability. */
|
|
32367
32490
|
nfc_capability?: boolean
|
|
32491
|
+
/** Application version that you want to use for the simulated phone. */
|
|
32368
32492
|
application_version?: string
|
|
32493
|
+
/** SEOS applet version that you want to use for the simulated phone. */
|
|
32369
32494
|
seos_applet_version?: string
|
|
32495
|
+
/** ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone. */
|
|
32370
32496
|
seos_tsm_endpoint_id?: number
|
|
32371
32497
|
}
|
|
32372
32498
|
}
|
|
32373
32499
|
commonParams: {}
|
|
32374
32500
|
formData: {}
|
|
32375
32501
|
jsonResponse: {
|
|
32376
|
-
/**
|
|
32502
|
+
/** Properties of the phone. */
|
|
32377
32503
|
phone: {
|
|
32378
32504
|
/** Unique identifier for the device. */
|
|
32379
32505
|
device_id: string
|
|
32506
|
+
/** Type of phone. */
|
|
32380
32507
|
device_type: 'android_phone' | 'ios_phone'
|
|
32381
32508
|
/** Optional nickname to describe the device, settable through Seam */
|
|
32382
32509
|
nickname?: string | undefined
|
|
@@ -32392,17 +32519,24 @@ export interface Routes {
|
|
|
32392
32519
|
| 'phone'
|
|
32393
32520
|
>
|
|
32394
32521
|
properties: {
|
|
32522
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
32395
32523
|
assa_abloy_credential_service_metadata?:
|
|
32396
32524
|
| {
|
|
32525
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
32397
32526
|
has_active_endpoint: boolean
|
|
32527
|
+
/** Endpoints associated with the phone. */
|
|
32398
32528
|
endpoints: Array<{
|
|
32529
|
+
/** ID of the associated endpoint. */
|
|
32399
32530
|
endpoint_id: string
|
|
32531
|
+
/** Indicated whether the endpoint is active. */
|
|
32400
32532
|
is_active: boolean
|
|
32401
32533
|
}>
|
|
32402
32534
|
}
|
|
32403
32535
|
| undefined
|
|
32536
|
+
/** Salto Space credential service metadata for the phone. */
|
|
32404
32537
|
salto_space_credential_service_metadata?:
|
|
32405
32538
|
| {
|
|
32539
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
32406
32540
|
has_active_phone: boolean
|
|
32407
32541
|
}
|
|
32408
32542
|
| undefined
|
|
@@ -34874,21 +35008,28 @@ export interface Routes {
|
|
|
34874
35008
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
34875
35009
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
34876
35010
|
} & {
|
|
35011
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
34877
35012
|
assa_abloy_credential_service_metadata?:
|
|
34878
35013
|
| (
|
|
34879
35014
|
| {
|
|
35015
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
34880
35016
|
has_active_endpoint: boolean
|
|
35017
|
+
/** Endpoints associated with the phone. */
|
|
34881
35018
|
endpoints: Array<{
|
|
35019
|
+
/** ID of the associated endpoint. */
|
|
34882
35020
|
endpoint_id: string
|
|
35021
|
+
/** Indicated whether the endpoint is active. */
|
|
34883
35022
|
is_active: boolean
|
|
34884
35023
|
}>
|
|
34885
35024
|
}
|
|
34886
35025
|
| undefined
|
|
34887
35026
|
)
|
|
34888
35027
|
| undefined
|
|
35028
|
+
/** Salto Space credential service metadata for the phone. */
|
|
34889
35029
|
salto_space_credential_service_metadata?:
|
|
34890
35030
|
| (
|
|
34891
35031
|
| {
|
|
35032
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
34892
35033
|
has_active_phone: boolean
|
|
34893
35034
|
}
|
|
34894
35035
|
| undefined
|
|
@@ -38011,21 +38152,28 @@ export interface Routes {
|
|
|
38011
38152
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
38012
38153
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
38013
38154
|
} & {
|
|
38155
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
38014
38156
|
assa_abloy_credential_service_metadata?:
|
|
38015
38157
|
| (
|
|
38016
38158
|
| {
|
|
38159
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
38017
38160
|
has_active_endpoint: boolean
|
|
38161
|
+
/** Endpoints associated with the phone. */
|
|
38018
38162
|
endpoints: Array<{
|
|
38163
|
+
/** ID of the associated endpoint. */
|
|
38019
38164
|
endpoint_id: string
|
|
38165
|
+
/** Indicated whether the endpoint is active. */
|
|
38020
38166
|
is_active: boolean
|
|
38021
38167
|
}>
|
|
38022
38168
|
}
|
|
38023
38169
|
| undefined
|
|
38024
38170
|
)
|
|
38025
38171
|
| undefined
|
|
38172
|
+
/** Salto Space credential service metadata for the phone. */
|
|
38026
38173
|
salto_space_credential_service_metadata?:
|
|
38027
38174
|
| (
|
|
38028
38175
|
| {
|
|
38176
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
38029
38177
|
has_active_phone: boolean
|
|
38030
38178
|
}
|
|
38031
38179
|
| undefined
|
|
@@ -38876,21 +39024,28 @@ export interface Routes {
|
|
|
38876
39024
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
38877
39025
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
38878
39026
|
} & {
|
|
39027
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
38879
39028
|
assa_abloy_credential_service_metadata?:
|
|
38880
39029
|
| (
|
|
38881
39030
|
| {
|
|
39031
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
38882
39032
|
has_active_endpoint: boolean
|
|
39033
|
+
/** Endpoints associated with the phone. */
|
|
38883
39034
|
endpoints: Array<{
|
|
39035
|
+
/** ID of the associated endpoint. */
|
|
38884
39036
|
endpoint_id: string
|
|
39037
|
+
/** Indicated whether the endpoint is active. */
|
|
38885
39038
|
is_active: boolean
|
|
38886
39039
|
}>
|
|
38887
39040
|
}
|
|
38888
39041
|
| undefined
|
|
38889
39042
|
)
|
|
38890
39043
|
| undefined
|
|
39044
|
+
/** Salto Space credential service metadata for the phone. */
|
|
38891
39045
|
salto_space_credential_service_metadata?:
|
|
38892
39046
|
| (
|
|
38893
39047
|
| {
|
|
39048
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
38894
39049
|
has_active_phone: boolean
|
|
38895
39050
|
}
|
|
38896
39051
|
| undefined
|
|
@@ -43429,21 +43584,28 @@ export interface Routes {
|
|
|
43429
43584
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
43430
43585
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
43431
43586
|
} & {
|
|
43587
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
43432
43588
|
assa_abloy_credential_service_metadata?:
|
|
43433
43589
|
| (
|
|
43434
43590
|
| {
|
|
43591
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
43435
43592
|
has_active_endpoint: boolean
|
|
43593
|
+
/** Endpoints associated with the phone. */
|
|
43436
43594
|
endpoints: Array<{
|
|
43595
|
+
/** ID of the associated endpoint. */
|
|
43437
43596
|
endpoint_id: string
|
|
43597
|
+
/** Indicated whether the endpoint is active. */
|
|
43438
43598
|
is_active: boolean
|
|
43439
43599
|
}>
|
|
43440
43600
|
}
|
|
43441
43601
|
| undefined
|
|
43442
43602
|
)
|
|
43443
43603
|
| undefined
|
|
43604
|
+
/** Salto Space credential service metadata for the phone. */
|
|
43444
43605
|
salto_space_credential_service_metadata?:
|
|
43445
43606
|
| (
|
|
43446
43607
|
| {
|
|
43608
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
43447
43609
|
has_active_phone: boolean
|
|
43448
43610
|
}
|
|
43449
43611
|
| undefined
|
|
@@ -44296,21 +44458,28 @@ export interface Routes {
|
|
|
44296
44458
|
/** Array of noise threshold IDs that are currently triggering. */
|
|
44297
44459
|
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
44298
44460
|
} & {
|
|
44461
|
+
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
44299
44462
|
assa_abloy_credential_service_metadata?:
|
|
44300
44463
|
| (
|
|
44301
44464
|
| {
|
|
44465
|
+
/** Indicates whether the credential service has active endpoints associated with the phone. */
|
|
44302
44466
|
has_active_endpoint: boolean
|
|
44467
|
+
/** Endpoints associated with the phone. */
|
|
44303
44468
|
endpoints: Array<{
|
|
44469
|
+
/** ID of the associated endpoint. */
|
|
44304
44470
|
endpoint_id: string
|
|
44471
|
+
/** Indicated whether the endpoint is active. */
|
|
44305
44472
|
is_active: boolean
|
|
44306
44473
|
}>
|
|
44307
44474
|
}
|
|
44308
44475
|
| undefined
|
|
44309
44476
|
)
|
|
44310
44477
|
| undefined
|
|
44478
|
+
/** Salto Space credential service metadata for the phone. */
|
|
44311
44479
|
salto_space_credential_service_metadata?:
|
|
44312
44480
|
| (
|
|
44313
44481
|
| {
|
|
44482
|
+
/** Indicates whether the credential service has an active associated phone. */
|
|
44314
44483
|
has_active_phone: boolean
|
|
44315
44484
|
}
|
|
44316
44485
|
| undefined
|