@seamapi/types 1.566.0 → 1.567.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 +21 -620
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +104 -599
- package/dist/index.cjs +21 -620
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +3 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +552 -118
- package/lib/seam/connect/models/batch.js +5 -6
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +16 -0
- package/lib/seam/connect/openapi.d.ts +18 -540
- package/lib/seam/connect/openapi.js +14 -616
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +3 -0
- package/src/lib/seam/connect/models/batch.ts +5 -6
- package/src/lib/seam/connect/openapi.ts +15 -718
- package/src/lib/seam/connect/route-types.ts +20 -1
|
@@ -1336,6 +1336,14 @@ declare const _default: {
|
|
|
1336
1336
|
};
|
|
1337
1337
|
type: string;
|
|
1338
1338
|
};
|
|
1339
|
+
space_ids: {
|
|
1340
|
+
description: string;
|
|
1341
|
+
items: {
|
|
1342
|
+
format: string;
|
|
1343
|
+
type: string;
|
|
1344
|
+
};
|
|
1345
|
+
type: string;
|
|
1346
|
+
};
|
|
1339
1347
|
visionline_metadata: {
|
|
1340
1348
|
description: string;
|
|
1341
1349
|
properties: {
|
|
@@ -11646,6 +11654,14 @@ declare const _default: {
|
|
|
11646
11654
|
};
|
|
11647
11655
|
type: string;
|
|
11648
11656
|
};
|
|
11657
|
+
space_ids: {
|
|
11658
|
+
description: string;
|
|
11659
|
+
items: {
|
|
11660
|
+
format: string;
|
|
11661
|
+
type: string;
|
|
11662
|
+
};
|
|
11663
|
+
type: string;
|
|
11664
|
+
};
|
|
11649
11665
|
visionline_metadata: {
|
|
11650
11666
|
description: string;
|
|
11651
11667
|
properties: {
|
|
@@ -43135,276 +43151,7 @@ declare const _default: {
|
|
|
43135
43151
|
properties: {
|
|
43136
43152
|
acs_entrances: {
|
|
43137
43153
|
items: {
|
|
43138
|
-
|
|
43139
|
-
properties: {
|
|
43140
|
-
acs_entrance_id: {
|
|
43141
|
-
description: string;
|
|
43142
|
-
format: string;
|
|
43143
|
-
type: string;
|
|
43144
|
-
};
|
|
43145
|
-
acs_system_id: {
|
|
43146
|
-
description: string;
|
|
43147
|
-
format: string;
|
|
43148
|
-
type: string;
|
|
43149
|
-
};
|
|
43150
|
-
assa_abloy_vostio_metadata: {
|
|
43151
|
-
description: string;
|
|
43152
|
-
properties: {
|
|
43153
|
-
door_name: {
|
|
43154
|
-
description: string;
|
|
43155
|
-
type: string;
|
|
43156
|
-
};
|
|
43157
|
-
door_number: {
|
|
43158
|
-
description: string;
|
|
43159
|
-
format: string;
|
|
43160
|
-
type: string;
|
|
43161
|
-
};
|
|
43162
|
-
door_type: {
|
|
43163
|
-
description: string;
|
|
43164
|
-
enum: string[];
|
|
43165
|
-
type: string;
|
|
43166
|
-
};
|
|
43167
|
-
pms_id: {
|
|
43168
|
-
description: string;
|
|
43169
|
-
type: string;
|
|
43170
|
-
};
|
|
43171
|
-
stand_open: {
|
|
43172
|
-
description: string;
|
|
43173
|
-
type: string;
|
|
43174
|
-
};
|
|
43175
|
-
};
|
|
43176
|
-
required: string[];
|
|
43177
|
-
type: string;
|
|
43178
|
-
};
|
|
43179
|
-
can_unlock_with_card: {
|
|
43180
|
-
description: string;
|
|
43181
|
-
type: string;
|
|
43182
|
-
};
|
|
43183
|
-
can_unlock_with_code: {
|
|
43184
|
-
description: string;
|
|
43185
|
-
type: string;
|
|
43186
|
-
};
|
|
43187
|
-
can_unlock_with_mobile_key: {
|
|
43188
|
-
description: string;
|
|
43189
|
-
type: string;
|
|
43190
|
-
};
|
|
43191
|
-
connected_account_id: {
|
|
43192
|
-
description: string;
|
|
43193
|
-
format: string;
|
|
43194
|
-
type: string;
|
|
43195
|
-
};
|
|
43196
|
-
created_at: {
|
|
43197
|
-
description: string;
|
|
43198
|
-
format: string;
|
|
43199
|
-
type: string;
|
|
43200
|
-
};
|
|
43201
|
-
display_name: {
|
|
43202
|
-
description: string;
|
|
43203
|
-
type: string;
|
|
43204
|
-
};
|
|
43205
|
-
dormakaba_ambiance_metadata: {
|
|
43206
|
-
description: string;
|
|
43207
|
-
properties: {
|
|
43208
|
-
access_point_name: {
|
|
43209
|
-
description: string;
|
|
43210
|
-
type: string;
|
|
43211
|
-
};
|
|
43212
|
-
};
|
|
43213
|
-
required: string[];
|
|
43214
|
-
type: string;
|
|
43215
|
-
};
|
|
43216
|
-
dormakaba_community_metadata: {
|
|
43217
|
-
description: string;
|
|
43218
|
-
properties: {
|
|
43219
|
-
access_point_name: {
|
|
43220
|
-
description: string;
|
|
43221
|
-
type: string;
|
|
43222
|
-
};
|
|
43223
|
-
access_point_profile: {
|
|
43224
|
-
description: string;
|
|
43225
|
-
type: string;
|
|
43226
|
-
};
|
|
43227
|
-
};
|
|
43228
|
-
required: string[];
|
|
43229
|
-
type: string;
|
|
43230
|
-
};
|
|
43231
|
-
errors: {
|
|
43232
|
-
description: string;
|
|
43233
|
-
items: {
|
|
43234
|
-
properties: {
|
|
43235
|
-
error_code: {
|
|
43236
|
-
description: string;
|
|
43237
|
-
type: string;
|
|
43238
|
-
};
|
|
43239
|
-
message: {
|
|
43240
|
-
description: string;
|
|
43241
|
-
type: string;
|
|
43242
|
-
};
|
|
43243
|
-
};
|
|
43244
|
-
required: string[];
|
|
43245
|
-
type: string;
|
|
43246
|
-
};
|
|
43247
|
-
type: string;
|
|
43248
|
-
};
|
|
43249
|
-
hotek_metadata: {
|
|
43250
|
-
description: string;
|
|
43251
|
-
properties: {
|
|
43252
|
-
display_name: {
|
|
43253
|
-
description: string;
|
|
43254
|
-
type: string;
|
|
43255
|
-
};
|
|
43256
|
-
door_type: {
|
|
43257
|
-
description: string;
|
|
43258
|
-
enum: string[];
|
|
43259
|
-
type: string;
|
|
43260
|
-
};
|
|
43261
|
-
room_number: {
|
|
43262
|
-
description: string;
|
|
43263
|
-
type: string;
|
|
43264
|
-
};
|
|
43265
|
-
};
|
|
43266
|
-
required: string[];
|
|
43267
|
-
type: string;
|
|
43268
|
-
};
|
|
43269
|
-
latch_metadata: {
|
|
43270
|
-
description: string;
|
|
43271
|
-
properties: {
|
|
43272
|
-
accessibility_type: {
|
|
43273
|
-
description: string;
|
|
43274
|
-
type: string;
|
|
43275
|
-
};
|
|
43276
|
-
door_name: {
|
|
43277
|
-
description: string;
|
|
43278
|
-
type: string;
|
|
43279
|
-
};
|
|
43280
|
-
door_type: {
|
|
43281
|
-
description: string;
|
|
43282
|
-
type: string;
|
|
43283
|
-
};
|
|
43284
|
-
is_connected: {
|
|
43285
|
-
description: string;
|
|
43286
|
-
type: string;
|
|
43287
|
-
};
|
|
43288
|
-
};
|
|
43289
|
-
required: string[];
|
|
43290
|
-
type: string;
|
|
43291
|
-
};
|
|
43292
|
-
salto_ks_metadata: {
|
|
43293
|
-
description: string;
|
|
43294
|
-
properties: {
|
|
43295
|
-
battery_level: {
|
|
43296
|
-
description: string;
|
|
43297
|
-
type: string;
|
|
43298
|
-
};
|
|
43299
|
-
door_name: {
|
|
43300
|
-
description: string;
|
|
43301
|
-
type: string;
|
|
43302
|
-
};
|
|
43303
|
-
intrusion_alarm: {
|
|
43304
|
-
description: string;
|
|
43305
|
-
type: string;
|
|
43306
|
-
};
|
|
43307
|
-
left_open_alarm: {
|
|
43308
|
-
description: string;
|
|
43309
|
-
type: string;
|
|
43310
|
-
};
|
|
43311
|
-
lock_type: {
|
|
43312
|
-
description: string;
|
|
43313
|
-
type: string;
|
|
43314
|
-
};
|
|
43315
|
-
locked_state: {
|
|
43316
|
-
description: string;
|
|
43317
|
-
type: string;
|
|
43318
|
-
};
|
|
43319
|
-
online: {
|
|
43320
|
-
description: string;
|
|
43321
|
-
type: string;
|
|
43322
|
-
};
|
|
43323
|
-
privacy_mode: {
|
|
43324
|
-
description: string;
|
|
43325
|
-
type: string;
|
|
43326
|
-
};
|
|
43327
|
-
};
|
|
43328
|
-
required: string[];
|
|
43329
|
-
type: string;
|
|
43330
|
-
};
|
|
43331
|
-
salto_space_metadata: {
|
|
43332
|
-
description: string;
|
|
43333
|
-
properties: {
|
|
43334
|
-
door_description: {
|
|
43335
|
-
description: string;
|
|
43336
|
-
type: string;
|
|
43337
|
-
};
|
|
43338
|
-
door_id: {
|
|
43339
|
-
description: string;
|
|
43340
|
-
type: string;
|
|
43341
|
-
};
|
|
43342
|
-
door_name: {
|
|
43343
|
-
description: string;
|
|
43344
|
-
type: string;
|
|
43345
|
-
};
|
|
43346
|
-
ext_door_id: {
|
|
43347
|
-
deprecated: boolean;
|
|
43348
|
-
type: string;
|
|
43349
|
-
'x-deprecated': string;
|
|
43350
|
-
};
|
|
43351
|
-
room_description: {
|
|
43352
|
-
description: string;
|
|
43353
|
-
type: string;
|
|
43354
|
-
};
|
|
43355
|
-
room_name: {
|
|
43356
|
-
description: string;
|
|
43357
|
-
type: string;
|
|
43358
|
-
};
|
|
43359
|
-
};
|
|
43360
|
-
type: string;
|
|
43361
|
-
};
|
|
43362
|
-
space_ids: {
|
|
43363
|
-
items: {
|
|
43364
|
-
format: string;
|
|
43365
|
-
type: string;
|
|
43366
|
-
};
|
|
43367
|
-
type: string;
|
|
43368
|
-
};
|
|
43369
|
-
visionline_metadata: {
|
|
43370
|
-
description: string;
|
|
43371
|
-
properties: {
|
|
43372
|
-
door_category: {
|
|
43373
|
-
description: string;
|
|
43374
|
-
enum: string[];
|
|
43375
|
-
type: string;
|
|
43376
|
-
};
|
|
43377
|
-
door_name: {
|
|
43378
|
-
description: string;
|
|
43379
|
-
type: string;
|
|
43380
|
-
};
|
|
43381
|
-
profiles: {
|
|
43382
|
-
description: string;
|
|
43383
|
-
items: {
|
|
43384
|
-
properties: {
|
|
43385
|
-
visionline_door_profile_id: {
|
|
43386
|
-
description: string;
|
|
43387
|
-
type: string;
|
|
43388
|
-
};
|
|
43389
|
-
visionline_door_profile_type: {
|
|
43390
|
-
description: string;
|
|
43391
|
-
enum: string[];
|
|
43392
|
-
type: string;
|
|
43393
|
-
};
|
|
43394
|
-
};
|
|
43395
|
-
required: string[];
|
|
43396
|
-
type: string;
|
|
43397
|
-
};
|
|
43398
|
-
type: string;
|
|
43399
|
-
};
|
|
43400
|
-
};
|
|
43401
|
-
required: string[];
|
|
43402
|
-
type: string;
|
|
43403
|
-
};
|
|
43404
|
-
};
|
|
43405
|
-
required: string[];
|
|
43406
|
-
type: string;
|
|
43407
|
-
'x-route-path': string;
|
|
43154
|
+
$ref: string;
|
|
43408
43155
|
};
|
|
43409
43156
|
type: string;
|
|
43410
43157
|
};
|
|
@@ -46055,276 +45802,7 @@ declare const _default: {
|
|
|
46055
45802
|
properties: {
|
|
46056
45803
|
acs_entrances: {
|
|
46057
45804
|
items: {
|
|
46058
|
-
|
|
46059
|
-
properties: {
|
|
46060
|
-
acs_entrance_id: {
|
|
46061
|
-
description: string;
|
|
46062
|
-
format: string;
|
|
46063
|
-
type: string;
|
|
46064
|
-
};
|
|
46065
|
-
acs_system_id: {
|
|
46066
|
-
description: string;
|
|
46067
|
-
format: string;
|
|
46068
|
-
type: string;
|
|
46069
|
-
};
|
|
46070
|
-
assa_abloy_vostio_metadata: {
|
|
46071
|
-
description: string;
|
|
46072
|
-
properties: {
|
|
46073
|
-
door_name: {
|
|
46074
|
-
description: string;
|
|
46075
|
-
type: string;
|
|
46076
|
-
};
|
|
46077
|
-
door_number: {
|
|
46078
|
-
description: string;
|
|
46079
|
-
format: string;
|
|
46080
|
-
type: string;
|
|
46081
|
-
};
|
|
46082
|
-
door_type: {
|
|
46083
|
-
description: string;
|
|
46084
|
-
enum: string[];
|
|
46085
|
-
type: string;
|
|
46086
|
-
};
|
|
46087
|
-
pms_id: {
|
|
46088
|
-
description: string;
|
|
46089
|
-
type: string;
|
|
46090
|
-
};
|
|
46091
|
-
stand_open: {
|
|
46092
|
-
description: string;
|
|
46093
|
-
type: string;
|
|
46094
|
-
};
|
|
46095
|
-
};
|
|
46096
|
-
required: string[];
|
|
46097
|
-
type: string;
|
|
46098
|
-
};
|
|
46099
|
-
can_unlock_with_card: {
|
|
46100
|
-
description: string;
|
|
46101
|
-
type: string;
|
|
46102
|
-
};
|
|
46103
|
-
can_unlock_with_code: {
|
|
46104
|
-
description: string;
|
|
46105
|
-
type: string;
|
|
46106
|
-
};
|
|
46107
|
-
can_unlock_with_mobile_key: {
|
|
46108
|
-
description: string;
|
|
46109
|
-
type: string;
|
|
46110
|
-
};
|
|
46111
|
-
connected_account_id: {
|
|
46112
|
-
description: string;
|
|
46113
|
-
format: string;
|
|
46114
|
-
type: string;
|
|
46115
|
-
};
|
|
46116
|
-
created_at: {
|
|
46117
|
-
description: string;
|
|
46118
|
-
format: string;
|
|
46119
|
-
type: string;
|
|
46120
|
-
};
|
|
46121
|
-
display_name: {
|
|
46122
|
-
description: string;
|
|
46123
|
-
type: string;
|
|
46124
|
-
};
|
|
46125
|
-
dormakaba_ambiance_metadata: {
|
|
46126
|
-
description: string;
|
|
46127
|
-
properties: {
|
|
46128
|
-
access_point_name: {
|
|
46129
|
-
description: string;
|
|
46130
|
-
type: string;
|
|
46131
|
-
};
|
|
46132
|
-
};
|
|
46133
|
-
required: string[];
|
|
46134
|
-
type: string;
|
|
46135
|
-
};
|
|
46136
|
-
dormakaba_community_metadata: {
|
|
46137
|
-
description: string;
|
|
46138
|
-
properties: {
|
|
46139
|
-
access_point_name: {
|
|
46140
|
-
description: string;
|
|
46141
|
-
type: string;
|
|
46142
|
-
};
|
|
46143
|
-
access_point_profile: {
|
|
46144
|
-
description: string;
|
|
46145
|
-
type: string;
|
|
46146
|
-
};
|
|
46147
|
-
};
|
|
46148
|
-
required: string[];
|
|
46149
|
-
type: string;
|
|
46150
|
-
};
|
|
46151
|
-
errors: {
|
|
46152
|
-
description: string;
|
|
46153
|
-
items: {
|
|
46154
|
-
properties: {
|
|
46155
|
-
error_code: {
|
|
46156
|
-
description: string;
|
|
46157
|
-
type: string;
|
|
46158
|
-
};
|
|
46159
|
-
message: {
|
|
46160
|
-
description: string;
|
|
46161
|
-
type: string;
|
|
46162
|
-
};
|
|
46163
|
-
};
|
|
46164
|
-
required: string[];
|
|
46165
|
-
type: string;
|
|
46166
|
-
};
|
|
46167
|
-
type: string;
|
|
46168
|
-
};
|
|
46169
|
-
hotek_metadata: {
|
|
46170
|
-
description: string;
|
|
46171
|
-
properties: {
|
|
46172
|
-
display_name: {
|
|
46173
|
-
description: string;
|
|
46174
|
-
type: string;
|
|
46175
|
-
};
|
|
46176
|
-
door_type: {
|
|
46177
|
-
description: string;
|
|
46178
|
-
enum: string[];
|
|
46179
|
-
type: string;
|
|
46180
|
-
};
|
|
46181
|
-
room_number: {
|
|
46182
|
-
description: string;
|
|
46183
|
-
type: string;
|
|
46184
|
-
};
|
|
46185
|
-
};
|
|
46186
|
-
required: string[];
|
|
46187
|
-
type: string;
|
|
46188
|
-
};
|
|
46189
|
-
latch_metadata: {
|
|
46190
|
-
description: string;
|
|
46191
|
-
properties: {
|
|
46192
|
-
accessibility_type: {
|
|
46193
|
-
description: string;
|
|
46194
|
-
type: string;
|
|
46195
|
-
};
|
|
46196
|
-
door_name: {
|
|
46197
|
-
description: string;
|
|
46198
|
-
type: string;
|
|
46199
|
-
};
|
|
46200
|
-
door_type: {
|
|
46201
|
-
description: string;
|
|
46202
|
-
type: string;
|
|
46203
|
-
};
|
|
46204
|
-
is_connected: {
|
|
46205
|
-
description: string;
|
|
46206
|
-
type: string;
|
|
46207
|
-
};
|
|
46208
|
-
};
|
|
46209
|
-
required: string[];
|
|
46210
|
-
type: string;
|
|
46211
|
-
};
|
|
46212
|
-
salto_ks_metadata: {
|
|
46213
|
-
description: string;
|
|
46214
|
-
properties: {
|
|
46215
|
-
battery_level: {
|
|
46216
|
-
description: string;
|
|
46217
|
-
type: string;
|
|
46218
|
-
};
|
|
46219
|
-
door_name: {
|
|
46220
|
-
description: string;
|
|
46221
|
-
type: string;
|
|
46222
|
-
};
|
|
46223
|
-
intrusion_alarm: {
|
|
46224
|
-
description: string;
|
|
46225
|
-
type: string;
|
|
46226
|
-
};
|
|
46227
|
-
left_open_alarm: {
|
|
46228
|
-
description: string;
|
|
46229
|
-
type: string;
|
|
46230
|
-
};
|
|
46231
|
-
lock_type: {
|
|
46232
|
-
description: string;
|
|
46233
|
-
type: string;
|
|
46234
|
-
};
|
|
46235
|
-
locked_state: {
|
|
46236
|
-
description: string;
|
|
46237
|
-
type: string;
|
|
46238
|
-
};
|
|
46239
|
-
online: {
|
|
46240
|
-
description: string;
|
|
46241
|
-
type: string;
|
|
46242
|
-
};
|
|
46243
|
-
privacy_mode: {
|
|
46244
|
-
description: string;
|
|
46245
|
-
type: string;
|
|
46246
|
-
};
|
|
46247
|
-
};
|
|
46248
|
-
required: string[];
|
|
46249
|
-
type: string;
|
|
46250
|
-
};
|
|
46251
|
-
salto_space_metadata: {
|
|
46252
|
-
description: string;
|
|
46253
|
-
properties: {
|
|
46254
|
-
door_description: {
|
|
46255
|
-
description: string;
|
|
46256
|
-
type: string;
|
|
46257
|
-
};
|
|
46258
|
-
door_id: {
|
|
46259
|
-
description: string;
|
|
46260
|
-
type: string;
|
|
46261
|
-
};
|
|
46262
|
-
door_name: {
|
|
46263
|
-
description: string;
|
|
46264
|
-
type: string;
|
|
46265
|
-
};
|
|
46266
|
-
ext_door_id: {
|
|
46267
|
-
deprecated: boolean;
|
|
46268
|
-
type: string;
|
|
46269
|
-
'x-deprecated': string;
|
|
46270
|
-
};
|
|
46271
|
-
room_description: {
|
|
46272
|
-
description: string;
|
|
46273
|
-
type: string;
|
|
46274
|
-
};
|
|
46275
|
-
room_name: {
|
|
46276
|
-
description: string;
|
|
46277
|
-
type: string;
|
|
46278
|
-
};
|
|
46279
|
-
};
|
|
46280
|
-
type: string;
|
|
46281
|
-
};
|
|
46282
|
-
space_ids: {
|
|
46283
|
-
items: {
|
|
46284
|
-
format: string;
|
|
46285
|
-
type: string;
|
|
46286
|
-
};
|
|
46287
|
-
type: string;
|
|
46288
|
-
};
|
|
46289
|
-
visionline_metadata: {
|
|
46290
|
-
description: string;
|
|
46291
|
-
properties: {
|
|
46292
|
-
door_category: {
|
|
46293
|
-
description: string;
|
|
46294
|
-
enum: string[];
|
|
46295
|
-
type: string;
|
|
46296
|
-
};
|
|
46297
|
-
door_name: {
|
|
46298
|
-
description: string;
|
|
46299
|
-
type: string;
|
|
46300
|
-
};
|
|
46301
|
-
profiles: {
|
|
46302
|
-
description: string;
|
|
46303
|
-
items: {
|
|
46304
|
-
properties: {
|
|
46305
|
-
visionline_door_profile_id: {
|
|
46306
|
-
description: string;
|
|
46307
|
-
type: string;
|
|
46308
|
-
};
|
|
46309
|
-
visionline_door_profile_type: {
|
|
46310
|
-
description: string;
|
|
46311
|
-
enum: string[];
|
|
46312
|
-
type: string;
|
|
46313
|
-
};
|
|
46314
|
-
};
|
|
46315
|
-
required: string[];
|
|
46316
|
-
type: string;
|
|
46317
|
-
};
|
|
46318
|
-
type: string;
|
|
46319
|
-
};
|
|
46320
|
-
};
|
|
46321
|
-
required: string[];
|
|
46322
|
-
type: string;
|
|
46323
|
-
};
|
|
46324
|
-
};
|
|
46325
|
-
required: string[];
|
|
46326
|
-
type: string;
|
|
46327
|
-
'x-route-path': string;
|
|
45805
|
+
$ref: string;
|
|
46328
45806
|
};
|
|
46329
45807
|
type: string;
|
|
46330
45808
|
};
|