@seamapi/types 1.604.0 → 1.605.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 +119 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +250 -94
- package/dist/index.cjs +119 -17
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +19 -19
- package/lib/seam/connect/models/acs/metadata/hotek.d.ts +9 -9
- package/lib/seam/connect/models/acs/metadata/hotek.js +3 -2
- package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +135 -135
- package/lib/seam/connect/models/phones/phone-session.d.ts +78 -78
- package/lib/seam/connect/openapi.d.ts +130 -8
- package/lib/seam/connect/openapi.js +116 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +74 -40
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +3 -2
- package/src/lib/seam/connect/openapi.ts +119 -14
- package/src/lib/seam/connect/route-types.ts +78 -40
|
@@ -11381,11 +11381,11 @@ export type Routes = {
|
|
|
11381
11381
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11382
11382
|
hotek_metadata?: {
|
|
11383
11383
|
/** Room number of the entrance. */
|
|
11384
|
-
room_number
|
|
11384
|
+
room_number?: string | undefined;
|
|
11385
11385
|
/** Display name of the entrance. */
|
|
11386
|
-
|
|
11387
|
-
/**
|
|
11388
|
-
|
|
11386
|
+
common_area_number?: string | undefined;
|
|
11387
|
+
/** Display name of the entrance. */
|
|
11388
|
+
common_area_name?: string | undefined;
|
|
11389
11389
|
} | undefined;
|
|
11390
11390
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11391
11391
|
visionline_metadata?: {
|
|
@@ -14813,11 +14813,11 @@ export type Routes = {
|
|
|
14813
14813
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14814
14814
|
hotek_metadata?: {
|
|
14815
14815
|
/** Room number of the entrance. */
|
|
14816
|
-
room_number
|
|
14816
|
+
room_number?: string | undefined;
|
|
14817
14817
|
/** Display name of the entrance. */
|
|
14818
|
-
|
|
14819
|
-
/**
|
|
14820
|
-
|
|
14818
|
+
common_area_number?: string | undefined;
|
|
14819
|
+
/** Display name of the entrance. */
|
|
14820
|
+
common_area_name?: string | undefined;
|
|
14821
14821
|
} | undefined;
|
|
14822
14822
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14823
14823
|
visionline_metadata?: {
|
|
@@ -20870,11 +20870,11 @@ export type Routes = {
|
|
|
20870
20870
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20871
20871
|
hotek_metadata?: {
|
|
20872
20872
|
/** Room number of the entrance. */
|
|
20873
|
-
room_number
|
|
20873
|
+
room_number?: string | undefined;
|
|
20874
20874
|
/** Display name of the entrance. */
|
|
20875
|
-
|
|
20876
|
-
/**
|
|
20877
|
-
|
|
20875
|
+
common_area_number?: string | undefined;
|
|
20876
|
+
/** Display name of the entrance. */
|
|
20877
|
+
common_area_name?: string | undefined;
|
|
20878
20878
|
} | undefined;
|
|
20879
20879
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20880
20880
|
visionline_metadata?: {
|
|
@@ -22236,11 +22236,11 @@ export type Routes = {
|
|
|
22236
22236
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22237
22237
|
hotek_metadata?: {
|
|
22238
22238
|
/** Room number of the entrance. */
|
|
22239
|
-
room_number
|
|
22239
|
+
room_number?: string | undefined;
|
|
22240
22240
|
/** Display name of the entrance. */
|
|
22241
|
-
|
|
22242
|
-
/**
|
|
22243
|
-
|
|
22241
|
+
common_area_number?: string | undefined;
|
|
22242
|
+
/** Display name of the entrance. */
|
|
22243
|
+
common_area_name?: string | undefined;
|
|
22244
22244
|
} | undefined;
|
|
22245
22245
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22246
22246
|
visionline_metadata?: {
|
|
@@ -25702,11 +25702,11 @@ export type Routes = {
|
|
|
25702
25702
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25703
25703
|
hotek_metadata?: {
|
|
25704
25704
|
/** Room number of the entrance. */
|
|
25705
|
-
room_number
|
|
25705
|
+
room_number?: string | undefined;
|
|
25706
25706
|
/** Display name of the entrance. */
|
|
25707
|
-
|
|
25708
|
-
/**
|
|
25709
|
-
|
|
25707
|
+
common_area_number?: string | undefined;
|
|
25708
|
+
/** Display name of the entrance. */
|
|
25709
|
+
common_area_name?: string | undefined;
|
|
25710
25710
|
} | undefined;
|
|
25711
25711
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25712
25712
|
visionline_metadata?: {
|
|
@@ -25869,11 +25869,11 @@ export type Routes = {
|
|
|
25869
25869
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25870
25870
|
hotek_metadata?: {
|
|
25871
25871
|
/** Room number of the entrance. */
|
|
25872
|
-
room_number
|
|
25872
|
+
room_number?: string | undefined;
|
|
25873
25873
|
/** Display name of the entrance. */
|
|
25874
|
-
|
|
25875
|
-
/**
|
|
25876
|
-
|
|
25874
|
+
common_area_number?: string | undefined;
|
|
25875
|
+
/** Display name of the entrance. */
|
|
25876
|
+
common_area_name?: string | undefined;
|
|
25877
25877
|
} | undefined;
|
|
25878
25878
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25879
25879
|
visionline_metadata?: {
|
|
@@ -26511,6 +26511,40 @@ export type Routes = {
|
|
|
26511
26511
|
}[];
|
|
26512
26512
|
};
|
|
26513
26513
|
};
|
|
26514
|
+
'/acs/systems/report_devices': {
|
|
26515
|
+
route: '/acs/systems/report_devices';
|
|
26516
|
+
method: 'POST';
|
|
26517
|
+
queryParams: {};
|
|
26518
|
+
jsonBody: {};
|
|
26519
|
+
commonParams: {
|
|
26520
|
+
/** ID of the ACS system to report resources for */
|
|
26521
|
+
acs_system_id: string;
|
|
26522
|
+
/** Array of ACS encoders to report */
|
|
26523
|
+
acs_encoders?: {
|
|
26524
|
+
/** Whether the encoder is removed */
|
|
26525
|
+
is_removed?: boolean | undefined;
|
|
26526
|
+
hotek_metadata: {
|
|
26527
|
+
/** The encoder number determined by the USB port connection. */
|
|
26528
|
+
encoder_number: string;
|
|
26529
|
+
};
|
|
26530
|
+
}[] | undefined;
|
|
26531
|
+
/** Array of ACS entrances to report */
|
|
26532
|
+
acs_entrances?: {
|
|
26533
|
+
/** Whether the entrance is removed */
|
|
26534
|
+
is_removed?: boolean | undefined;
|
|
26535
|
+
/** Hotek-specific metadata associated with the entrance. */
|
|
26536
|
+
hotek_metadata: {
|
|
26537
|
+
/** The room number identifier */
|
|
26538
|
+
room_number?: string | undefined;
|
|
26539
|
+
/** The common area name */
|
|
26540
|
+
common_area_name?: string | undefined;
|
|
26541
|
+
common_area_number?: string | undefined;
|
|
26542
|
+
};
|
|
26543
|
+
}[] | undefined;
|
|
26544
|
+
};
|
|
26545
|
+
formData: {};
|
|
26546
|
+
jsonResponse: {};
|
|
26547
|
+
};
|
|
26514
26548
|
'/acs/users/add_to_access_group': {
|
|
26515
26549
|
route: '/acs/users/add_to_access_group';
|
|
26516
26550
|
method: 'PUT' | 'POST';
|
|
@@ -27310,11 +27344,11 @@ export type Routes = {
|
|
|
27310
27344
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27311
27345
|
hotek_metadata?: {
|
|
27312
27346
|
/** Room number of the entrance. */
|
|
27313
|
-
room_number
|
|
27347
|
+
room_number?: string | undefined;
|
|
27314
27348
|
/** Display name of the entrance. */
|
|
27315
|
-
|
|
27316
|
-
/**
|
|
27317
|
-
|
|
27349
|
+
common_area_number?: string | undefined;
|
|
27350
|
+
/** Display name of the entrance. */
|
|
27351
|
+
common_area_name?: string | undefined;
|
|
27318
27352
|
} | undefined;
|
|
27319
27353
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27320
27354
|
visionline_metadata?: {
|
|
@@ -59572,11 +59606,11 @@ export type Routes = {
|
|
|
59572
59606
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
59573
59607
|
hotek_metadata?: {
|
|
59574
59608
|
/** Room number of the entrance. */
|
|
59575
|
-
room_number
|
|
59609
|
+
room_number?: string | undefined;
|
|
59610
|
+
/** Display name of the entrance. */
|
|
59611
|
+
common_area_number?: string | undefined;
|
|
59576
59612
|
/** Display name of the entrance. */
|
|
59577
|
-
|
|
59578
|
-
/** Type of door. */
|
|
59579
|
-
door_type: 'common_area' | 'guest';
|
|
59613
|
+
common_area_name?: string | undefined;
|
|
59580
59614
|
} | undefined;
|
|
59581
59615
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
59582
59616
|
visionline_metadata?: {
|
|
@@ -61151,11 +61185,11 @@ export type Routes = {
|
|
|
61151
61185
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
61152
61186
|
hotek_metadata?: {
|
|
61153
61187
|
/** Room number of the entrance. */
|
|
61154
|
-
room_number
|
|
61188
|
+
room_number?: string | undefined;
|
|
61155
61189
|
/** Display name of the entrance. */
|
|
61156
|
-
|
|
61157
|
-
/**
|
|
61158
|
-
|
|
61190
|
+
common_area_number?: string | undefined;
|
|
61191
|
+
/** Display name of the entrance. */
|
|
61192
|
+
common_area_name?: string | undefined;
|
|
61159
61193
|
} | undefined;
|
|
61160
61194
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
61161
61195
|
visionline_metadata?: {
|
|
@@ -82385,11 +82419,11 @@ export type Routes = {
|
|
|
82385
82419
|
/** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82386
82420
|
hotek_metadata?: {
|
|
82387
82421
|
/** Room number of the entrance. */
|
|
82388
|
-
room_number
|
|
82422
|
+
room_number?: string | undefined;
|
|
82389
82423
|
/** Display name of the entrance. */
|
|
82390
|
-
|
|
82391
|
-
/**
|
|
82392
|
-
|
|
82424
|
+
common_area_number?: string | undefined;
|
|
82425
|
+
/** Display name of the entrance. */
|
|
82426
|
+
common_area_name?: string | undefined;
|
|
82393
82427
|
} | undefined;
|
|
82394
82428
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82395
82429
|
visionline_metadata?: {
|
package/package.json
CHANGED
|
@@ -3,9 +3,10 @@ import { z } from 'zod'
|
|
|
3
3
|
export const acs_entrance_hotek_metadata = z
|
|
4
4
|
.object({
|
|
5
5
|
room_number: z.string().describe('Room number of the entrance.'),
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
common_area_number: z.string().describe('Display name of the entrance.'),
|
|
7
|
+
common_area_name: z.string().describe('Display name of the entrance.'),
|
|
8
8
|
})
|
|
9
|
+
.partial()
|
|
9
10
|
.describe('Hotek-specific metadata associated with the entrance.')
|
|
10
11
|
|
|
11
12
|
export type AcsEntranceHotekMetadata = z.infer<
|
|
@@ -2903,13 +2903,12 @@ export default {
|
|
|
2903
2903
|
description:
|
|
2904
2904
|
'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
2905
2905
|
properties: {
|
|
2906
|
-
|
|
2906
|
+
common_area_name: {
|
|
2907
2907
|
description: 'Display name of the entrance.',
|
|
2908
2908
|
type: 'string',
|
|
2909
2909
|
},
|
|
2910
|
-
|
|
2911
|
-
description: '
|
|
2912
|
-
enum: ['common_area', 'guest'],
|
|
2910
|
+
common_area_number: {
|
|
2911
|
+
description: 'Display name of the entrance.',
|
|
2913
2912
|
type: 'string',
|
|
2914
2913
|
},
|
|
2915
2914
|
room_number: {
|
|
@@ -2917,7 +2916,6 @@ export default {
|
|
|
2917
2916
|
type: 'string',
|
|
2918
2917
|
},
|
|
2919
2918
|
},
|
|
2920
|
-
required: ['room_number', 'display_name', 'door_type'],
|
|
2921
2919
|
type: 'object',
|
|
2922
2920
|
},
|
|
2923
2921
|
latch_metadata: {
|
|
@@ -19937,13 +19935,12 @@ export default {
|
|
|
19937
19935
|
description:
|
|
19938
19936
|
'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
19939
19937
|
properties: {
|
|
19940
|
-
|
|
19938
|
+
common_area_name: {
|
|
19941
19939
|
description: 'Display name of the entrance.',
|
|
19942
19940
|
type: 'string',
|
|
19943
19941
|
},
|
|
19944
|
-
|
|
19945
|
-
description: '
|
|
19946
|
-
enum: ['common_area', 'guest'],
|
|
19942
|
+
common_area_number: {
|
|
19943
|
+
description: 'Display name of the entrance.',
|
|
19947
19944
|
type: 'string',
|
|
19948
19945
|
},
|
|
19949
19946
|
room_number: {
|
|
@@ -19951,11 +19948,6 @@ export default {
|
|
|
19951
19948
|
type: 'string',
|
|
19952
19949
|
},
|
|
19953
19950
|
},
|
|
19954
|
-
required: [
|
|
19955
|
-
'room_number',
|
|
19956
|
-
'display_name',
|
|
19957
|
-
'door_type',
|
|
19958
|
-
],
|
|
19959
19951
|
type: 'object',
|
|
19960
19952
|
},
|
|
19961
19953
|
latch_metadata: {
|
|
@@ -36365,6 +36357,119 @@ export default {
|
|
|
36365
36357
|
'x-title': 'List Compatible Credential Manager ACS Systems',
|
|
36366
36358
|
},
|
|
36367
36359
|
},
|
|
36360
|
+
'/acs/systems/report_devices': {
|
|
36361
|
+
post: {
|
|
36362
|
+
description:
|
|
36363
|
+
'Reports ACS system resources including encoders and entrances with their metadata.\n\nThis endpoint allows reporting of:\n- ACS encoders with removal status and encoder port metadata\n- ACS entrances with room number metadata',
|
|
36364
|
+
operationId: 'acsSystemsReportDevicesPost',
|
|
36365
|
+
requestBody: {
|
|
36366
|
+
content: {
|
|
36367
|
+
'application/json': {
|
|
36368
|
+
schema: {
|
|
36369
|
+
properties: {
|
|
36370
|
+
acs_encoders: {
|
|
36371
|
+
default: [],
|
|
36372
|
+
description: 'Array of ACS encoders to report',
|
|
36373
|
+
items: {
|
|
36374
|
+
properties: {
|
|
36375
|
+
hotek_metadata: {
|
|
36376
|
+
properties: {
|
|
36377
|
+
encoder_number: {
|
|
36378
|
+
description:
|
|
36379
|
+
'The encoder number determined by the USB port connection.',
|
|
36380
|
+
type: 'string',
|
|
36381
|
+
},
|
|
36382
|
+
},
|
|
36383
|
+
required: ['encoder_number'],
|
|
36384
|
+
type: 'object',
|
|
36385
|
+
},
|
|
36386
|
+
is_removed: {
|
|
36387
|
+
default: false,
|
|
36388
|
+
description: 'Whether the encoder is removed',
|
|
36389
|
+
type: 'boolean',
|
|
36390
|
+
},
|
|
36391
|
+
},
|
|
36392
|
+
required: ['hotek_metadata'],
|
|
36393
|
+
type: 'object',
|
|
36394
|
+
},
|
|
36395
|
+
type: 'array',
|
|
36396
|
+
},
|
|
36397
|
+
acs_entrances: {
|
|
36398
|
+
default: [],
|
|
36399
|
+
description: 'Array of ACS entrances to report',
|
|
36400
|
+
items: {
|
|
36401
|
+
properties: {
|
|
36402
|
+
hotek_metadata: {
|
|
36403
|
+
description:
|
|
36404
|
+
'Hotek-specific metadata associated with the entrance.',
|
|
36405
|
+
properties: {
|
|
36406
|
+
common_area_name: {
|
|
36407
|
+
description: 'The common area name',
|
|
36408
|
+
type: 'string',
|
|
36409
|
+
},
|
|
36410
|
+
common_area_number: {
|
|
36411
|
+
description: 'The room number identifier',
|
|
36412
|
+
type: 'string',
|
|
36413
|
+
},
|
|
36414
|
+
room_number: {
|
|
36415
|
+
description: 'The room number identifier',
|
|
36416
|
+
type: 'string',
|
|
36417
|
+
},
|
|
36418
|
+
},
|
|
36419
|
+
type: 'object',
|
|
36420
|
+
},
|
|
36421
|
+
is_removed: {
|
|
36422
|
+
default: false,
|
|
36423
|
+
description: 'Whether the entrance is removed',
|
|
36424
|
+
type: 'boolean',
|
|
36425
|
+
},
|
|
36426
|
+
},
|
|
36427
|
+
required: ['hotek_metadata'],
|
|
36428
|
+
type: 'object',
|
|
36429
|
+
},
|
|
36430
|
+
type: 'array',
|
|
36431
|
+
},
|
|
36432
|
+
acs_system_id: {
|
|
36433
|
+
description: 'ID of the ACS system to report resources for',
|
|
36434
|
+
format: 'uuid',
|
|
36435
|
+
type: 'string',
|
|
36436
|
+
},
|
|
36437
|
+
},
|
|
36438
|
+
required: ['acs_system_id'],
|
|
36439
|
+
type: 'object',
|
|
36440
|
+
},
|
|
36441
|
+
},
|
|
36442
|
+
},
|
|
36443
|
+
},
|
|
36444
|
+
responses: {
|
|
36445
|
+
200: {
|
|
36446
|
+
content: {
|
|
36447
|
+
'application/json': {
|
|
36448
|
+
schema: {
|
|
36449
|
+
properties: { ok: { type: 'boolean' } },
|
|
36450
|
+
required: ['ok'],
|
|
36451
|
+
type: 'object',
|
|
36452
|
+
},
|
|
36453
|
+
},
|
|
36454
|
+
},
|
|
36455
|
+
description: 'OK',
|
|
36456
|
+
},
|
|
36457
|
+
400: { description: 'Bad Request' },
|
|
36458
|
+
401: { description: 'Unauthorized' },
|
|
36459
|
+
},
|
|
36460
|
+
security: [
|
|
36461
|
+
{ pat_with_workspace: [] },
|
|
36462
|
+
{ console_session_with_workspace: [] },
|
|
36463
|
+
{ api_key: [] },
|
|
36464
|
+
],
|
|
36465
|
+
summary: '/acs/systems/report_devices',
|
|
36466
|
+
tags: ['/acs'],
|
|
36467
|
+
'x-fern-sdk-group-name': ['acs', 'systems'],
|
|
36468
|
+
'x-fern-sdk-method-name': 'report_devices',
|
|
36469
|
+
'x-response-key': null,
|
|
36470
|
+
'x-title': 'Report ACS Resources',
|
|
36471
|
+
},
|
|
36472
|
+
},
|
|
36368
36473
|
'/acs/users/add_to_access_group': {
|
|
36369
36474
|
post: {
|
|
36370
36475
|
description:
|
|
@@ -13000,11 +13000,11 @@ export type Routes = {
|
|
|
13000
13000
|
hotek_metadata?:
|
|
13001
13001
|
| {
|
|
13002
13002
|
/** Room number of the entrance. */
|
|
13003
|
-
room_number
|
|
13003
|
+
room_number?: string | undefined
|
|
13004
13004
|
/** Display name of the entrance. */
|
|
13005
|
-
|
|
13006
|
-
/**
|
|
13007
|
-
|
|
13005
|
+
common_area_number?: string | undefined
|
|
13006
|
+
/** Display name of the entrance. */
|
|
13007
|
+
common_area_name?: string | undefined
|
|
13008
13008
|
}
|
|
13009
13009
|
| undefined
|
|
13010
13010
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -17112,11 +17112,11 @@ export type Routes = {
|
|
|
17112
17112
|
hotek_metadata?:
|
|
17113
17113
|
| {
|
|
17114
17114
|
/** Room number of the entrance. */
|
|
17115
|
-
room_number
|
|
17115
|
+
room_number?: string | undefined
|
|
17116
|
+
/** Display name of the entrance. */
|
|
17117
|
+
common_area_number?: string | undefined
|
|
17116
17118
|
/** Display name of the entrance. */
|
|
17117
|
-
|
|
17118
|
-
/** Type of door. */
|
|
17119
|
-
door_type: 'common_area' | 'guest'
|
|
17119
|
+
common_area_name?: string | undefined
|
|
17120
17120
|
}
|
|
17121
17121
|
| undefined
|
|
17122
17122
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -24246,11 +24246,11 @@ export type Routes = {
|
|
|
24246
24246
|
hotek_metadata?:
|
|
24247
24247
|
| {
|
|
24248
24248
|
/** Room number of the entrance. */
|
|
24249
|
-
room_number
|
|
24249
|
+
room_number?: string | undefined
|
|
24250
24250
|
/** Display name of the entrance. */
|
|
24251
|
-
|
|
24252
|
-
/**
|
|
24253
|
-
|
|
24251
|
+
common_area_number?: string | undefined
|
|
24252
|
+
/** Display name of the entrance. */
|
|
24253
|
+
common_area_name?: string | undefined
|
|
24254
24254
|
}
|
|
24255
24255
|
| undefined
|
|
24256
24256
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -25856,11 +25856,11 @@ export type Routes = {
|
|
|
25856
25856
|
hotek_metadata?:
|
|
25857
25857
|
| {
|
|
25858
25858
|
/** Room number of the entrance. */
|
|
25859
|
-
room_number
|
|
25859
|
+
room_number?: string | undefined
|
|
25860
25860
|
/** Display name of the entrance. */
|
|
25861
|
-
|
|
25862
|
-
/**
|
|
25863
|
-
|
|
25861
|
+
common_area_number?: string | undefined
|
|
25862
|
+
/** Display name of the entrance. */
|
|
25863
|
+
common_area_name?: string | undefined
|
|
25864
25864
|
}
|
|
25865
25865
|
| undefined
|
|
25866
25866
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -29860,11 +29860,11 @@ export type Routes = {
|
|
|
29860
29860
|
hotek_metadata?:
|
|
29861
29861
|
| {
|
|
29862
29862
|
/** Room number of the entrance. */
|
|
29863
|
-
room_number
|
|
29863
|
+
room_number?: string | undefined
|
|
29864
29864
|
/** Display name of the entrance. */
|
|
29865
|
-
|
|
29866
|
-
/**
|
|
29867
|
-
|
|
29865
|
+
common_area_number?: string | undefined
|
|
29866
|
+
/** Display name of the entrance. */
|
|
29867
|
+
common_area_name?: string | undefined
|
|
29868
29868
|
}
|
|
29869
29869
|
| undefined
|
|
29870
29870
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -30054,11 +30054,11 @@ export type Routes = {
|
|
|
30054
30054
|
hotek_metadata?:
|
|
30055
30055
|
| {
|
|
30056
30056
|
/** Room number of the entrance. */
|
|
30057
|
-
room_number
|
|
30057
|
+
room_number?: string | undefined
|
|
30058
30058
|
/** Display name of the entrance. */
|
|
30059
|
-
|
|
30060
|
-
/**
|
|
30061
|
-
|
|
30059
|
+
common_area_number?: string | undefined
|
|
30060
|
+
/** Display name of the entrance. */
|
|
30061
|
+
common_area_name?: string | undefined
|
|
30062
30062
|
}
|
|
30063
30063
|
| undefined
|
|
30064
30064
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -30895,6 +30895,44 @@ export type Routes = {
|
|
|
30895
30895
|
}[]
|
|
30896
30896
|
}
|
|
30897
30897
|
}
|
|
30898
|
+
'/acs/systems/report_devices': {
|
|
30899
|
+
route: '/acs/systems/report_devices'
|
|
30900
|
+
method: 'POST'
|
|
30901
|
+
queryParams: {}
|
|
30902
|
+
jsonBody: {}
|
|
30903
|
+
commonParams: {
|
|
30904
|
+
/** ID of the ACS system to report resources for */
|
|
30905
|
+
acs_system_id: string
|
|
30906
|
+
/** Array of ACS encoders to report */
|
|
30907
|
+
acs_encoders?:
|
|
30908
|
+
| {
|
|
30909
|
+
/** Whether the encoder is removed */
|
|
30910
|
+
is_removed?: boolean | undefined
|
|
30911
|
+
hotek_metadata: {
|
|
30912
|
+
/** The encoder number determined by the USB port connection. */
|
|
30913
|
+
encoder_number: string
|
|
30914
|
+
}
|
|
30915
|
+
}[]
|
|
30916
|
+
| undefined
|
|
30917
|
+
/** Array of ACS entrances to report */
|
|
30918
|
+
acs_entrances?:
|
|
30919
|
+
| {
|
|
30920
|
+
/** Whether the entrance is removed */
|
|
30921
|
+
is_removed?: boolean | undefined
|
|
30922
|
+
/** Hotek-specific metadata associated with the entrance. */
|
|
30923
|
+
hotek_metadata: {
|
|
30924
|
+
/** The room number identifier */
|
|
30925
|
+
room_number?: string | undefined
|
|
30926
|
+
/** The common area name */
|
|
30927
|
+
common_area_name?: string | undefined
|
|
30928
|
+
common_area_number?: string | undefined
|
|
30929
|
+
}
|
|
30930
|
+
}[]
|
|
30931
|
+
| undefined
|
|
30932
|
+
}
|
|
30933
|
+
formData: {}
|
|
30934
|
+
jsonResponse: {}
|
|
30935
|
+
}
|
|
30898
30936
|
'/acs/users/add_to_access_group': {
|
|
30899
30937
|
route: '/acs/users/add_to_access_group'
|
|
30900
30938
|
method: 'PUT' | 'POST'
|
|
@@ -31798,11 +31836,11 @@ export type Routes = {
|
|
|
31798
31836
|
hotek_metadata?:
|
|
31799
31837
|
| {
|
|
31800
31838
|
/** Room number of the entrance. */
|
|
31801
|
-
room_number
|
|
31839
|
+
room_number?: string | undefined
|
|
31802
31840
|
/** Display name of the entrance. */
|
|
31803
|
-
|
|
31804
|
-
/**
|
|
31805
|
-
|
|
31841
|
+
common_area_number?: string | undefined
|
|
31842
|
+
/** Display name of the entrance. */
|
|
31843
|
+
common_area_name?: string | undefined
|
|
31806
31844
|
}
|
|
31807
31845
|
| undefined
|
|
31808
31846
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -70952,11 +70990,11 @@ export type Routes = {
|
|
|
70952
70990
|
hotek_metadata?:
|
|
70953
70991
|
| {
|
|
70954
70992
|
/** Room number of the entrance. */
|
|
70955
|
-
room_number
|
|
70993
|
+
room_number?: string | undefined
|
|
70956
70994
|
/** Display name of the entrance. */
|
|
70957
|
-
|
|
70958
|
-
/**
|
|
70959
|
-
|
|
70995
|
+
common_area_number?: string | undefined
|
|
70996
|
+
/** Display name of the entrance. */
|
|
70997
|
+
common_area_name?: string | undefined
|
|
70960
70998
|
}
|
|
70961
70999
|
| undefined
|
|
70962
71000
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -72921,11 +72959,11 @@ export type Routes = {
|
|
|
72921
72959
|
hotek_metadata?:
|
|
72922
72960
|
| {
|
|
72923
72961
|
/** Room number of the entrance. */
|
|
72924
|
-
room_number
|
|
72962
|
+
room_number?: string | undefined
|
|
72963
|
+
/** Display name of the entrance. */
|
|
72964
|
+
common_area_number?: string | undefined
|
|
72925
72965
|
/** Display name of the entrance. */
|
|
72926
|
-
|
|
72927
|
-
/** Type of door. */
|
|
72928
|
-
door_type: 'common_area' | 'guest'
|
|
72966
|
+
common_area_name?: string | undefined
|
|
72929
72967
|
}
|
|
72930
72968
|
| undefined
|
|
72931
72969
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -98093,11 +98131,11 @@ export type Routes = {
|
|
|
98093
98131
|
hotek_metadata?:
|
|
98094
98132
|
| {
|
|
98095
98133
|
/** Room number of the entrance. */
|
|
98096
|
-
room_number
|
|
98134
|
+
room_number?: string | undefined
|
|
98135
|
+
/** Display name of the entrance. */
|
|
98136
|
+
common_area_number?: string | undefined
|
|
98097
98137
|
/** Display name of the entrance. */
|
|
98098
|
-
|
|
98099
|
-
/** Type of door. */
|
|
98100
|
-
door_type: 'common_area' | 'guest'
|
|
98138
|
+
common_area_name?: string | undefined
|
|
98101
98139
|
}
|
|
98102
98140
|
| undefined
|
|
98103
98141
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|