@seamapi/types 1.616.0 → 1.618.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 +77 -14
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -3
- package/dist/index.cjs +77 -14
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +6 -6
- package/lib/seam/connect/models/customer/access-grant-resources.js +15 -1
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +22 -22
- package/lib/seam/connect/models/customer/customer-data.js +7 -1
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/location-resources.d.ts +26 -26
- package/lib/seam/connect/models/customer/location-resources.js +76 -8
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +10 -10
- package/lib/seam/connect/models/customer/user-identity-resources.js +32 -4
- package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +62 -2
- package/lib/seam/connect/openapi.js +62 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +15 -1
- package/src/lib/seam/connect/models/customer/customer-data.ts +7 -1
- package/src/lib/seam/connect/models/customer/location-resources.ts +76 -8
- package/src/lib/seam/connect/models/customer/user-identity-resources.ts +32 -4
- package/src/lib/seam/connect/openapi.ts +62 -9
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -69451,6 +69451,7 @@ declare const _default: {
|
|
|
69451
69451
|
properties: {
|
|
69452
69452
|
access_grant_key: {
|
|
69453
69453
|
description: string;
|
|
69454
|
+
minLength: number;
|
|
69454
69455
|
type: string;
|
|
69455
69456
|
};
|
|
69456
69457
|
acs_entrance_ids: {
|
|
@@ -69562,6 +69563,7 @@ declare const _default: {
|
|
|
69562
69563
|
space_keys: {
|
|
69563
69564
|
description: string;
|
|
69564
69565
|
items: {
|
|
69566
|
+
minLength: number;
|
|
69565
69567
|
type: string;
|
|
69566
69568
|
};
|
|
69567
69569
|
type: string;
|
|
@@ -81064,6 +81066,7 @@ declare const _default: {
|
|
|
81064
81066
|
};
|
|
81065
81067
|
customer_key: {
|
|
81066
81068
|
description: string;
|
|
81069
|
+
minLength: number;
|
|
81067
81070
|
type: string;
|
|
81068
81071
|
};
|
|
81069
81072
|
expires_at: {
|
|
@@ -81183,6 +81186,7 @@ declare const _default: {
|
|
|
81183
81186
|
};
|
|
81184
81187
|
customer_key: {
|
|
81185
81188
|
description: string;
|
|
81189
|
+
minLength: number;
|
|
81186
81190
|
type: string;
|
|
81187
81191
|
};
|
|
81188
81192
|
expires_at: {
|
|
@@ -82136,6 +82140,7 @@ declare const _default: {
|
|
|
82136
82140
|
};
|
|
82137
82141
|
customer_key: {
|
|
82138
82142
|
description: string;
|
|
82143
|
+
minLength: number;
|
|
82139
82144
|
type: string;
|
|
82140
82145
|
};
|
|
82141
82146
|
device_selection_mode: {
|
|
@@ -83976,6 +83981,7 @@ declare const _default: {
|
|
|
83976
83981
|
properties: {
|
|
83977
83982
|
access_grant_key: {
|
|
83978
83983
|
description: string;
|
|
83984
|
+
minLength: number;
|
|
83979
83985
|
type: string;
|
|
83980
83986
|
};
|
|
83981
83987
|
building_keys: {
|
|
@@ -84082,6 +84088,7 @@ declare const _default: {
|
|
|
84082
84088
|
properties: {
|
|
84083
84089
|
booking_key: {
|
|
84084
84090
|
description: string;
|
|
84091
|
+
minLength: number;
|
|
84085
84092
|
type: string;
|
|
84086
84093
|
};
|
|
84087
84094
|
building_keys: {
|
|
@@ -84188,6 +84195,7 @@ declare const _default: {
|
|
|
84188
84195
|
properties: {
|
|
84189
84196
|
building_key: {
|
|
84190
84197
|
description: string;
|
|
84198
|
+
minLength: number;
|
|
84191
84199
|
type: string;
|
|
84192
84200
|
};
|
|
84193
84201
|
name: {
|
|
@@ -84206,6 +84214,7 @@ declare const _default: {
|
|
|
84206
84214
|
properties: {
|
|
84207
84215
|
common_area_key: {
|
|
84208
84216
|
description: string;
|
|
84217
|
+
minLength: number;
|
|
84209
84218
|
type: string;
|
|
84210
84219
|
};
|
|
84211
84220
|
name: {
|
|
@@ -84214,6 +84223,7 @@ declare const _default: {
|
|
|
84214
84223
|
};
|
|
84215
84224
|
parent_site_key: {
|
|
84216
84225
|
description: string;
|
|
84226
|
+
minLength: number;
|
|
84217
84227
|
type: string;
|
|
84218
84228
|
};
|
|
84219
84229
|
};
|
|
@@ -84224,6 +84234,7 @@ declare const _default: {
|
|
|
84224
84234
|
};
|
|
84225
84235
|
customer_key: {
|
|
84226
84236
|
description: string;
|
|
84237
|
+
minLength: number;
|
|
84227
84238
|
type: string;
|
|
84228
84239
|
};
|
|
84229
84240
|
facilities: {
|
|
@@ -84232,6 +84243,7 @@ declare const _default: {
|
|
|
84232
84243
|
properties: {
|
|
84233
84244
|
facility_key: {
|
|
84234
84245
|
description: string;
|
|
84246
|
+
minLength: number;
|
|
84235
84247
|
type: string;
|
|
84236
84248
|
};
|
|
84237
84249
|
name: {
|
|
@@ -84254,6 +84266,7 @@ declare const _default: {
|
|
|
84254
84266
|
};
|
|
84255
84267
|
guest_key: {
|
|
84256
84268
|
description: string;
|
|
84269
|
+
minLength: number;
|
|
84257
84270
|
type: string;
|
|
84258
84271
|
};
|
|
84259
84272
|
name: {
|
|
@@ -84276,6 +84289,7 @@ declare const _default: {
|
|
|
84276
84289
|
properties: {
|
|
84277
84290
|
listing_key: {
|
|
84278
84291
|
description: string;
|
|
84292
|
+
minLength: number;
|
|
84279
84293
|
type: string;
|
|
84280
84294
|
};
|
|
84281
84295
|
name: {
|
|
@@ -84298,6 +84312,7 @@ declare const _default: {
|
|
|
84298
84312
|
};
|
|
84299
84313
|
property_key: {
|
|
84300
84314
|
description: string;
|
|
84315
|
+
minLength: number;
|
|
84301
84316
|
type: string;
|
|
84302
84317
|
};
|
|
84303
84318
|
};
|
|
@@ -84316,6 +84331,7 @@ declare const _default: {
|
|
|
84316
84331
|
};
|
|
84317
84332
|
property_listing_key: {
|
|
84318
84333
|
description: string;
|
|
84334
|
+
minLength: number;
|
|
84319
84335
|
type: string;
|
|
84320
84336
|
};
|
|
84321
84337
|
};
|
|
@@ -84381,6 +84397,7 @@ declare const _default: {
|
|
|
84381
84397
|
};
|
|
84382
84398
|
reservation_key: {
|
|
84383
84399
|
description: string;
|
|
84400
|
+
minLength: number;
|
|
84384
84401
|
type: string;
|
|
84385
84402
|
};
|
|
84386
84403
|
resident_key: {
|
|
@@ -84448,6 +84465,7 @@ declare const _default: {
|
|
|
84448
84465
|
};
|
|
84449
84466
|
resident_key: {
|
|
84450
84467
|
description: string;
|
|
84468
|
+
minLength: number;
|
|
84451
84469
|
type: string;
|
|
84452
84470
|
};
|
|
84453
84471
|
};
|
|
@@ -84466,10 +84484,12 @@ declare const _default: {
|
|
|
84466
84484
|
};
|
|
84467
84485
|
parent_site_key: {
|
|
84468
84486
|
description: string;
|
|
84487
|
+
minLength: number;
|
|
84469
84488
|
type: string;
|
|
84470
84489
|
};
|
|
84471
84490
|
room_key: {
|
|
84472
84491
|
description: string;
|
|
84492
|
+
minLength: number;
|
|
84473
84493
|
type: string;
|
|
84474
84494
|
};
|
|
84475
84495
|
};
|
|
@@ -84488,6 +84508,7 @@ declare const _default: {
|
|
|
84488
84508
|
};
|
|
84489
84509
|
site_key: {
|
|
84490
84510
|
description: string;
|
|
84511
|
+
minLength: number;
|
|
84491
84512
|
type: string;
|
|
84492
84513
|
};
|
|
84493
84514
|
};
|
|
@@ -84506,6 +84527,7 @@ declare const _default: {
|
|
|
84506
84527
|
};
|
|
84507
84528
|
space_key: {
|
|
84508
84529
|
description: string;
|
|
84530
|
+
minLength: number;
|
|
84509
84531
|
type: string;
|
|
84510
84532
|
};
|
|
84511
84533
|
};
|
|
@@ -84567,6 +84589,7 @@ declare const _default: {
|
|
|
84567
84589
|
};
|
|
84568
84590
|
tenant_key: {
|
|
84569
84591
|
description: string;
|
|
84592
|
+
minLength: number;
|
|
84570
84593
|
type: string;
|
|
84571
84594
|
};
|
|
84572
84595
|
};
|
|
@@ -84585,10 +84608,12 @@ declare const _default: {
|
|
|
84585
84608
|
};
|
|
84586
84609
|
parent_site_key: {
|
|
84587
84610
|
description: string;
|
|
84611
|
+
minLength: number;
|
|
84588
84612
|
type: string;
|
|
84589
84613
|
};
|
|
84590
84614
|
unit_key: {
|
|
84591
84615
|
description: string;
|
|
84616
|
+
minLength: number;
|
|
84592
84617
|
type: string;
|
|
84593
84618
|
};
|
|
84594
84619
|
};
|
|
@@ -84615,6 +84640,7 @@ declare const _default: {
|
|
|
84615
84640
|
};
|
|
84616
84641
|
user_identity_key: {
|
|
84617
84642
|
description: string;
|
|
84643
|
+
minLength: number;
|
|
84618
84644
|
type: string;
|
|
84619
84645
|
};
|
|
84620
84646
|
};
|
|
@@ -84641,6 +84667,7 @@ declare const _default: {
|
|
|
84641
84667
|
};
|
|
84642
84668
|
user_key: {
|
|
84643
84669
|
description: string;
|
|
84670
|
+
minLength: number;
|
|
84644
84671
|
type: string;
|
|
84645
84672
|
};
|
|
84646
84673
|
};
|
|
@@ -84973,6 +85000,7 @@ declare const _default: {
|
|
|
84973
85000
|
properties: {
|
|
84974
85001
|
access_grant_key: {
|
|
84975
85002
|
description: string;
|
|
85003
|
+
minLength: number;
|
|
84976
85004
|
type: string;
|
|
84977
85005
|
};
|
|
84978
85006
|
building_keys: {
|
|
@@ -85079,6 +85107,7 @@ declare const _default: {
|
|
|
85079
85107
|
properties: {
|
|
85080
85108
|
booking_key: {
|
|
85081
85109
|
description: string;
|
|
85110
|
+
minLength: number;
|
|
85082
85111
|
type: string;
|
|
85083
85112
|
};
|
|
85084
85113
|
building_keys: {
|
|
@@ -85185,6 +85214,7 @@ declare const _default: {
|
|
|
85185
85214
|
properties: {
|
|
85186
85215
|
building_key: {
|
|
85187
85216
|
description: string;
|
|
85217
|
+
minLength: number;
|
|
85188
85218
|
type: string;
|
|
85189
85219
|
};
|
|
85190
85220
|
name: {
|
|
@@ -85203,6 +85233,7 @@ declare const _default: {
|
|
|
85203
85233
|
properties: {
|
|
85204
85234
|
common_area_key: {
|
|
85205
85235
|
description: string;
|
|
85236
|
+
minLength: number;
|
|
85206
85237
|
type: string;
|
|
85207
85238
|
};
|
|
85208
85239
|
name: {
|
|
@@ -85211,6 +85242,7 @@ declare const _default: {
|
|
|
85211
85242
|
};
|
|
85212
85243
|
parent_site_key: {
|
|
85213
85244
|
description: string;
|
|
85245
|
+
minLength: number;
|
|
85214
85246
|
type: string;
|
|
85215
85247
|
};
|
|
85216
85248
|
};
|
|
@@ -85221,6 +85253,7 @@ declare const _default: {
|
|
|
85221
85253
|
};
|
|
85222
85254
|
customer_key: {
|
|
85223
85255
|
description: string;
|
|
85256
|
+
minLength: number;
|
|
85224
85257
|
type: string;
|
|
85225
85258
|
};
|
|
85226
85259
|
facilities: {
|
|
@@ -85229,6 +85262,7 @@ declare const _default: {
|
|
|
85229
85262
|
properties: {
|
|
85230
85263
|
facility_key: {
|
|
85231
85264
|
description: string;
|
|
85265
|
+
minLength: number;
|
|
85232
85266
|
type: string;
|
|
85233
85267
|
};
|
|
85234
85268
|
name: {
|
|
@@ -85251,6 +85285,7 @@ declare const _default: {
|
|
|
85251
85285
|
};
|
|
85252
85286
|
guest_key: {
|
|
85253
85287
|
description: string;
|
|
85288
|
+
minLength: number;
|
|
85254
85289
|
type: string;
|
|
85255
85290
|
};
|
|
85256
85291
|
name: {
|
|
@@ -85273,6 +85308,7 @@ declare const _default: {
|
|
|
85273
85308
|
properties: {
|
|
85274
85309
|
listing_key: {
|
|
85275
85310
|
description: string;
|
|
85311
|
+
minLength: number;
|
|
85276
85312
|
type: string;
|
|
85277
85313
|
};
|
|
85278
85314
|
name: {
|
|
@@ -85295,6 +85331,7 @@ declare const _default: {
|
|
|
85295
85331
|
};
|
|
85296
85332
|
property_key: {
|
|
85297
85333
|
description: string;
|
|
85334
|
+
minLength: number;
|
|
85298
85335
|
type: string;
|
|
85299
85336
|
};
|
|
85300
85337
|
};
|
|
@@ -85313,6 +85350,7 @@ declare const _default: {
|
|
|
85313
85350
|
};
|
|
85314
85351
|
property_listing_key: {
|
|
85315
85352
|
description: string;
|
|
85353
|
+
minLength: number;
|
|
85316
85354
|
type: string;
|
|
85317
85355
|
};
|
|
85318
85356
|
};
|
|
@@ -85378,6 +85416,7 @@ declare const _default: {
|
|
|
85378
85416
|
};
|
|
85379
85417
|
reservation_key: {
|
|
85380
85418
|
description: string;
|
|
85419
|
+
minLength: number;
|
|
85381
85420
|
type: string;
|
|
85382
85421
|
};
|
|
85383
85422
|
resident_key: {
|
|
@@ -85445,6 +85484,7 @@ declare const _default: {
|
|
|
85445
85484
|
};
|
|
85446
85485
|
resident_key: {
|
|
85447
85486
|
description: string;
|
|
85487
|
+
minLength: number;
|
|
85448
85488
|
type: string;
|
|
85449
85489
|
};
|
|
85450
85490
|
};
|
|
@@ -85463,10 +85503,12 @@ declare const _default: {
|
|
|
85463
85503
|
};
|
|
85464
85504
|
parent_site_key: {
|
|
85465
85505
|
description: string;
|
|
85506
|
+
minLength: number;
|
|
85466
85507
|
type: string;
|
|
85467
85508
|
};
|
|
85468
85509
|
room_key: {
|
|
85469
85510
|
description: string;
|
|
85511
|
+
minLength: number;
|
|
85470
85512
|
type: string;
|
|
85471
85513
|
};
|
|
85472
85514
|
};
|
|
@@ -85485,6 +85527,7 @@ declare const _default: {
|
|
|
85485
85527
|
};
|
|
85486
85528
|
site_key: {
|
|
85487
85529
|
description: string;
|
|
85530
|
+
minLength: number;
|
|
85488
85531
|
type: string;
|
|
85489
85532
|
};
|
|
85490
85533
|
};
|
|
@@ -85503,6 +85546,7 @@ declare const _default: {
|
|
|
85503
85546
|
};
|
|
85504
85547
|
space_key: {
|
|
85505
85548
|
description: string;
|
|
85549
|
+
minLength: number;
|
|
85506
85550
|
type: string;
|
|
85507
85551
|
};
|
|
85508
85552
|
};
|
|
@@ -85564,6 +85608,7 @@ declare const _default: {
|
|
|
85564
85608
|
};
|
|
85565
85609
|
tenant_key: {
|
|
85566
85610
|
description: string;
|
|
85611
|
+
minLength: number;
|
|
85567
85612
|
type: string;
|
|
85568
85613
|
};
|
|
85569
85614
|
};
|
|
@@ -85582,10 +85627,12 @@ declare const _default: {
|
|
|
85582
85627
|
};
|
|
85583
85628
|
parent_site_key: {
|
|
85584
85629
|
description: string;
|
|
85630
|
+
minLength: number;
|
|
85585
85631
|
type: string;
|
|
85586
85632
|
};
|
|
85587
85633
|
unit_key: {
|
|
85588
85634
|
description: string;
|
|
85635
|
+
minLength: number;
|
|
85589
85636
|
type: string;
|
|
85590
85637
|
};
|
|
85591
85638
|
};
|
|
@@ -85612,6 +85659,7 @@ declare const _default: {
|
|
|
85612
85659
|
};
|
|
85613
85660
|
user_identity_key: {
|
|
85614
85661
|
description: string;
|
|
85662
|
+
minLength: number;
|
|
85615
85663
|
type: string;
|
|
85616
85664
|
};
|
|
85617
85665
|
};
|
|
@@ -85638,6 +85686,7 @@ declare const _default: {
|
|
|
85638
85686
|
};
|
|
85639
85687
|
user_key: {
|
|
85640
85688
|
description: string;
|
|
85689
|
+
minLength: number;
|
|
85641
85690
|
type: string;
|
|
85642
85691
|
};
|
|
85643
85692
|
};
|
|
@@ -97433,7 +97482,6 @@ declare const _default: {
|
|
|
97433
97482
|
type: string;
|
|
97434
97483
|
};
|
|
97435
97484
|
device_type: {
|
|
97436
|
-
enum: string[];
|
|
97437
97485
|
type: string;
|
|
97438
97486
|
};
|
|
97439
97487
|
name: {
|
|
@@ -97547,7 +97595,6 @@ declare const _default: {
|
|
|
97547
97595
|
type: string;
|
|
97548
97596
|
};
|
|
97549
97597
|
device_type: {
|
|
97550
|
-
enum: string[];
|
|
97551
97598
|
type: string;
|
|
97552
97599
|
};
|
|
97553
97600
|
name: {
|
|
@@ -97959,6 +98006,7 @@ declare const _default: {
|
|
|
97959
98006
|
};
|
|
97960
98007
|
customer_key: {
|
|
97961
98008
|
description: string;
|
|
98009
|
+
minLength: number;
|
|
97962
98010
|
type: string;
|
|
97963
98011
|
};
|
|
97964
98012
|
device_ids: {
|
|
@@ -99157,6 +99205,7 @@ declare const _default: {
|
|
|
99157
99205
|
};
|
|
99158
99206
|
customer_key: {
|
|
99159
99207
|
description: string;
|
|
99208
|
+
minLength: number;
|
|
99160
99209
|
type: string;
|
|
99161
99210
|
};
|
|
99162
99211
|
device_ids: {
|
|
@@ -99261,6 +99310,7 @@ declare const _default: {
|
|
|
99261
99310
|
};
|
|
99262
99311
|
customer_key: {
|
|
99263
99312
|
description: string;
|
|
99313
|
+
minLength: number;
|
|
99264
99314
|
type: string;
|
|
99265
99315
|
};
|
|
99266
99316
|
device_ids: {
|
|
@@ -103122,6 +103172,7 @@ declare const _default: {
|
|
|
103122
103172
|
properties: {
|
|
103123
103173
|
customer_key: {
|
|
103124
103174
|
description: string;
|
|
103175
|
+
minLength: number;
|
|
103125
103176
|
type: string;
|
|
103126
103177
|
};
|
|
103127
103178
|
};
|
|
@@ -103193,6 +103244,7 @@ declare const _default: {
|
|
|
103193
103244
|
description: string;
|
|
103194
103245
|
enum: string[];
|
|
103195
103246
|
type: string;
|
|
103247
|
+
minLength?: never;
|
|
103196
103248
|
items?: never;
|
|
103197
103249
|
};
|
|
103198
103250
|
} | {
|
|
@@ -103201,6 +103253,7 @@ declare const _default: {
|
|
|
103201
103253
|
required: boolean;
|
|
103202
103254
|
schema: {
|
|
103203
103255
|
description: string;
|
|
103256
|
+
minLength: number;
|
|
103204
103257
|
type: string;
|
|
103205
103258
|
enum?: never;
|
|
103206
103259
|
items?: never;
|
|
@@ -103219,6 +103272,7 @@ declare const _default: {
|
|
|
103219
103272
|
};
|
|
103220
103273
|
space_key: {
|
|
103221
103274
|
description: string;
|
|
103275
|
+
minLength: number;
|
|
103222
103276
|
type: string;
|
|
103223
103277
|
};
|
|
103224
103278
|
};
|
|
@@ -103227,6 +103281,7 @@ declare const _default: {
|
|
|
103227
103281
|
};
|
|
103228
103282
|
type: string;
|
|
103229
103283
|
enum?: never;
|
|
103284
|
+
minLength?: never;
|
|
103230
103285
|
};
|
|
103231
103286
|
})[];
|
|
103232
103287
|
responses: {
|
|
@@ -103293,6 +103348,7 @@ declare const _default: {
|
|
|
103293
103348
|
};
|
|
103294
103349
|
customer_key: {
|
|
103295
103350
|
description: string;
|
|
103351
|
+
minLength: number;
|
|
103296
103352
|
type: string;
|
|
103297
103353
|
};
|
|
103298
103354
|
spaces: {
|
|
@@ -103305,6 +103361,7 @@ declare const _default: {
|
|
|
103305
103361
|
};
|
|
103306
103362
|
space_key: {
|
|
103307
103363
|
description: string;
|
|
103364
|
+
minLength: number;
|
|
103308
103365
|
type: string;
|
|
103309
103366
|
};
|
|
103310
103367
|
};
|
|
@@ -103381,6 +103438,7 @@ declare const _default: {
|
|
|
103381
103438
|
properties: {
|
|
103382
103439
|
customer_key: {
|
|
103383
103440
|
description: string;
|
|
103441
|
+
minLength: number;
|
|
103384
103442
|
type: string;
|
|
103385
103443
|
};
|
|
103386
103444
|
};
|
|
@@ -103451,6 +103509,7 @@ declare const _default: {
|
|
|
103451
103509
|
properties: {
|
|
103452
103510
|
customer_key: {
|
|
103453
103511
|
description: string;
|
|
103512
|
+
minLength: number;
|
|
103454
103513
|
type: string;
|
|
103455
103514
|
};
|
|
103456
103515
|
spaces: {
|
|
@@ -103463,6 +103522,7 @@ declare const _default: {
|
|
|
103463
103522
|
};
|
|
103464
103523
|
space_key: {
|
|
103465
103524
|
description: string;
|
|
103525
|
+
minLength: number;
|
|
103466
103526
|
type: string;
|
|
103467
103527
|
};
|
|
103468
103528
|
};
|
|
@@ -169226,7 +169286,7 @@ type Routes = {
|
|
|
169226
169286
|
parent_partner_resource_key?: string | undefined;
|
|
169227
169287
|
devices: {
|
|
169228
169288
|
device_id: string;
|
|
169229
|
-
device_type:
|
|
169289
|
+
device_type: string;
|
|
169230
169290
|
name: string;
|
|
169231
169291
|
}[];
|
|
169232
169292
|
acs_entrances: {
|