@seamapi/types 1.457.1 → 1.458.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 +38 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +256 -84
- package/dist/index.cjs +38 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +25 -10
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +15 -6
- package/lib/seam/connect/models/acs/metadata/salto-space.js +13 -4
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batches/access_grants.d.ts +35 -14
- package/lib/seam/connect/models/batches/access_methods.d.ts +35 -14
- package/lib/seam/connect/models/batches/batch.d.ts +105 -42
- package/lib/seam/connect/models/batches/spaces.d.ts +35 -14
- package/lib/seam/connect/models/phones/phone-session.d.ts +100 -40
- package/lib/seam/connect/openapi.d.ts +26 -2
- package/lib/seam/connect/openapi.js +28 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +100 -30
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +13 -4
- package/src/lib/seam/connect/openapi.ts +31 -4
- package/src/lib/seam/connect/route-types.ts +100 -30
|
@@ -11373,12 +11373,19 @@ export interface Routes {
|
|
|
11373
11373
|
} | undefined;
|
|
11374
11374
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11375
11375
|
salto_space_metadata?: {
|
|
11376
|
+
/**
|
|
11377
|
+
* @deprecated use door_id. */
|
|
11378
|
+
ext_door_id?: string | undefined;
|
|
11379
|
+
/** Door ID in the Salto Space access system. */
|
|
11380
|
+
door_id?: string | undefined;
|
|
11376
11381
|
/** Name of the door in the Salto Space access system. */
|
|
11377
|
-
door_name
|
|
11378
|
-
/** External door ID in the Salto Space access system. */
|
|
11379
|
-
ext_door_id: string;
|
|
11382
|
+
door_name?: string | undefined;
|
|
11380
11383
|
/** Description of the door in the Salto Space access system. */
|
|
11381
11384
|
door_description?: string | undefined;
|
|
11385
|
+
/** Name of the room in the Salto Space access system. */
|
|
11386
|
+
room_name?: string | undefined;
|
|
11387
|
+
/** Description of the room in the Salto Space access system. */
|
|
11388
|
+
room_description?: string | undefined;
|
|
11382
11389
|
} | undefined;
|
|
11383
11390
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
11384
11391
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -12649,12 +12656,19 @@ export interface Routes {
|
|
|
12649
12656
|
} | undefined;
|
|
12650
12657
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12651
12658
|
salto_space_metadata?: {
|
|
12659
|
+
/**
|
|
12660
|
+
* @deprecated use door_id. */
|
|
12661
|
+
ext_door_id?: string | undefined;
|
|
12662
|
+
/** Door ID in the Salto Space access system. */
|
|
12663
|
+
door_id?: string | undefined;
|
|
12652
12664
|
/** Name of the door in the Salto Space access system. */
|
|
12653
|
-
door_name
|
|
12654
|
-
/** External door ID in the Salto Space access system. */
|
|
12655
|
-
ext_door_id: string;
|
|
12665
|
+
door_name?: string | undefined;
|
|
12656
12666
|
/** Description of the door in the Salto Space access system. */
|
|
12657
12667
|
door_description?: string | undefined;
|
|
12668
|
+
/** Name of the room in the Salto Space access system. */
|
|
12669
|
+
room_name?: string | undefined;
|
|
12670
|
+
/** Description of the room in the Salto Space access system. */
|
|
12671
|
+
room_description?: string | undefined;
|
|
12658
12672
|
} | undefined;
|
|
12659
12673
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
12660
12674
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -19438,12 +19452,19 @@ export interface Routes {
|
|
|
19438
19452
|
} | undefined;
|
|
19439
19453
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19440
19454
|
salto_space_metadata?: {
|
|
19455
|
+
/**
|
|
19456
|
+
* @deprecated use door_id. */
|
|
19457
|
+
ext_door_id?: string | undefined;
|
|
19458
|
+
/** Door ID in the Salto Space access system. */
|
|
19459
|
+
door_id?: string | undefined;
|
|
19441
19460
|
/** Name of the door in the Salto Space access system. */
|
|
19442
|
-
door_name
|
|
19443
|
-
/** External door ID in the Salto Space access system. */
|
|
19444
|
-
ext_door_id: string;
|
|
19461
|
+
door_name?: string | undefined;
|
|
19445
19462
|
/** Description of the door in the Salto Space access system. */
|
|
19446
19463
|
door_description?: string | undefined;
|
|
19464
|
+
/** Name of the room in the Salto Space access system. */
|
|
19465
|
+
room_name?: string | undefined;
|
|
19466
|
+
/** Description of the room in the Salto Space access system. */
|
|
19467
|
+
room_description?: string | undefined;
|
|
19447
19468
|
} | undefined;
|
|
19448
19469
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
19449
19470
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -20763,12 +20784,19 @@ export interface Routes {
|
|
|
20763
20784
|
} | undefined;
|
|
20764
20785
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20765
20786
|
salto_space_metadata?: {
|
|
20787
|
+
/**
|
|
20788
|
+
* @deprecated use door_id. */
|
|
20789
|
+
ext_door_id?: string | undefined;
|
|
20790
|
+
/** Door ID in the Salto Space access system. */
|
|
20791
|
+
door_id?: string | undefined;
|
|
20766
20792
|
/** Name of the door in the Salto Space access system. */
|
|
20767
|
-
door_name
|
|
20768
|
-
/** External door ID in the Salto Space access system. */
|
|
20769
|
-
ext_door_id: string;
|
|
20793
|
+
door_name?: string | undefined;
|
|
20770
20794
|
/** Description of the door in the Salto Space access system. */
|
|
20771
20795
|
door_description?: string | undefined;
|
|
20796
|
+
/** Name of the room in the Salto Space access system. */
|
|
20797
|
+
room_name?: string | undefined;
|
|
20798
|
+
/** Description of the room in the Salto Space access system. */
|
|
20799
|
+
room_description?: string | undefined;
|
|
20772
20800
|
} | undefined;
|
|
20773
20801
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
20774
20802
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -24178,12 +24206,19 @@ export interface Routes {
|
|
|
24178
24206
|
} | undefined;
|
|
24179
24207
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24180
24208
|
salto_space_metadata?: {
|
|
24209
|
+
/**
|
|
24210
|
+
* @deprecated use door_id. */
|
|
24211
|
+
ext_door_id?: string | undefined;
|
|
24212
|
+
/** Door ID in the Salto Space access system. */
|
|
24213
|
+
door_id?: string | undefined;
|
|
24181
24214
|
/** Name of the door in the Salto Space access system. */
|
|
24182
|
-
door_name
|
|
24183
|
-
/** External door ID in the Salto Space access system. */
|
|
24184
|
-
ext_door_id: string;
|
|
24215
|
+
door_name?: string | undefined;
|
|
24185
24216
|
/** Description of the door in the Salto Space access system. */
|
|
24186
24217
|
door_description?: string | undefined;
|
|
24218
|
+
/** Name of the room in the Salto Space access system. */
|
|
24219
|
+
room_name?: string | undefined;
|
|
24220
|
+
/** Description of the room in the Salto Space access system. */
|
|
24221
|
+
room_description?: string | undefined;
|
|
24187
24222
|
} | undefined;
|
|
24188
24223
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
24189
24224
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -24320,12 +24355,19 @@ export interface Routes {
|
|
|
24320
24355
|
} | undefined;
|
|
24321
24356
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24322
24357
|
salto_space_metadata?: {
|
|
24358
|
+
/**
|
|
24359
|
+
* @deprecated use door_id. */
|
|
24360
|
+
ext_door_id?: string | undefined;
|
|
24361
|
+
/** Door ID in the Salto Space access system. */
|
|
24362
|
+
door_id?: string | undefined;
|
|
24323
24363
|
/** Name of the door in the Salto Space access system. */
|
|
24324
|
-
door_name
|
|
24325
|
-
/** External door ID in the Salto Space access system. */
|
|
24326
|
-
ext_door_id: string;
|
|
24364
|
+
door_name?: string | undefined;
|
|
24327
24365
|
/** Description of the door in the Salto Space access system. */
|
|
24328
24366
|
door_description?: string | undefined;
|
|
24367
|
+
/** Name of the room in the Salto Space access system. */
|
|
24368
|
+
room_name?: string | undefined;
|
|
24369
|
+
/** Description of the room in the Salto Space access system. */
|
|
24370
|
+
room_description?: string | undefined;
|
|
24329
24371
|
} | undefined;
|
|
24330
24372
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
24331
24373
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -25727,12 +25769,19 @@ export interface Routes {
|
|
|
25727
25769
|
} | undefined;
|
|
25728
25770
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25729
25771
|
salto_space_metadata?: {
|
|
25772
|
+
/**
|
|
25773
|
+
* @deprecated use door_id. */
|
|
25774
|
+
ext_door_id?: string | undefined;
|
|
25775
|
+
/** Door ID in the Salto Space access system. */
|
|
25776
|
+
door_id?: string | undefined;
|
|
25730
25777
|
/** Name of the door in the Salto Space access system. */
|
|
25731
|
-
door_name
|
|
25732
|
-
/** External door ID in the Salto Space access system. */
|
|
25733
|
-
ext_door_id: string;
|
|
25778
|
+
door_name?: string | undefined;
|
|
25734
25779
|
/** Description of the door in the Salto Space access system. */
|
|
25735
25780
|
door_description?: string | undefined;
|
|
25781
|
+
/** Name of the room in the Salto Space access system. */
|
|
25782
|
+
room_name?: string | undefined;
|
|
25783
|
+
/** Description of the room in the Salto Space access system. */
|
|
25784
|
+
room_description?: string | undefined;
|
|
25736
25785
|
} | undefined;
|
|
25737
25786
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
25738
25787
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -54236,12 +54285,19 @@ export interface Routes {
|
|
|
54236
54285
|
} | undefined;
|
|
54237
54286
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
54238
54287
|
salto_space_metadata?: {
|
|
54288
|
+
/**
|
|
54289
|
+
* @deprecated use door_id. */
|
|
54290
|
+
ext_door_id?: string | undefined;
|
|
54291
|
+
/** Door ID in the Salto Space access system. */
|
|
54292
|
+
door_id?: string | undefined;
|
|
54239
54293
|
/** Name of the door in the Salto Space access system. */
|
|
54240
|
-
door_name
|
|
54241
|
-
/** External door ID in the Salto Space access system. */
|
|
54242
|
-
ext_door_id: string;
|
|
54294
|
+
door_name?: string | undefined;
|
|
54243
54295
|
/** Description of the door in the Salto Space access system. */
|
|
54244
54296
|
door_description?: string | undefined;
|
|
54297
|
+
/** Name of the room in the Salto Space access system. */
|
|
54298
|
+
room_name?: string | undefined;
|
|
54299
|
+
/** Description of the room in the Salto Space access system. */
|
|
54300
|
+
room_description?: string | undefined;
|
|
54245
54301
|
} | undefined;
|
|
54246
54302
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
54247
54303
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -55672,12 +55728,19 @@ export interface Routes {
|
|
|
55672
55728
|
} | undefined;
|
|
55673
55729
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
55674
55730
|
salto_space_metadata?: {
|
|
55731
|
+
/**
|
|
55732
|
+
* @deprecated use door_id. */
|
|
55733
|
+
ext_door_id?: string | undefined;
|
|
55734
|
+
/** Door ID in the Salto Space access system. */
|
|
55735
|
+
door_id?: string | undefined;
|
|
55675
55736
|
/** Name of the door in the Salto Space access system. */
|
|
55676
|
-
door_name
|
|
55677
|
-
/** External door ID in the Salto Space access system. */
|
|
55678
|
-
ext_door_id: string;
|
|
55737
|
+
door_name?: string | undefined;
|
|
55679
55738
|
/** Description of the door in the Salto Space access system. */
|
|
55680
55739
|
door_description?: string | undefined;
|
|
55740
|
+
/** Name of the room in the Salto Space access system. */
|
|
55741
|
+
room_name?: string | undefined;
|
|
55742
|
+
/** Description of the room in the Salto Space access system. */
|
|
55743
|
+
room_description?: string | undefined;
|
|
55681
55744
|
} | undefined;
|
|
55682
55745
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
55683
55746
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
@@ -56948,12 +57011,19 @@ export interface Routes {
|
|
|
56948
57011
|
} | undefined;
|
|
56949
57012
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
56950
57013
|
salto_space_metadata?: {
|
|
57014
|
+
/**
|
|
57015
|
+
* @deprecated use door_id. */
|
|
57016
|
+
ext_door_id?: string | undefined;
|
|
57017
|
+
/** Door ID in the Salto Space access system. */
|
|
57018
|
+
door_id?: string | undefined;
|
|
56951
57019
|
/** Name of the door in the Salto Space access system. */
|
|
56952
|
-
door_name
|
|
56953
|
-
/** External door ID in the Salto Space access system. */
|
|
56954
|
-
ext_door_id: string;
|
|
57020
|
+
door_name?: string | undefined;
|
|
56955
57021
|
/** Description of the door in the Salto Space access system. */
|
|
56956
57022
|
door_description?: string | undefined;
|
|
57023
|
+
/** Name of the room in the Salto Space access system. */
|
|
57024
|
+
room_name?: string | undefined;
|
|
57025
|
+
/** Description of the room in the Salto Space access system. */
|
|
57026
|
+
room_description?: string | undefined;
|
|
56957
57027
|
} | undefined;
|
|
56958
57028
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
56959
57029
|
can_unlock_with_mobile_key?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -2,17 +2,26 @@ import { z } from 'zod'
|
|
|
2
2
|
|
|
3
3
|
export const acs_entrance_salto_space_metadata = z
|
|
4
4
|
.object({
|
|
5
|
+
ext_door_id: z.string().describe(`
|
|
6
|
+
---
|
|
7
|
+
deprecated: use door_id.
|
|
8
|
+
---
|
|
9
|
+
`),
|
|
10
|
+
door_id: z.string().describe('Door ID in the Salto Space access system.'),
|
|
5
11
|
door_name: z
|
|
6
12
|
.string()
|
|
7
13
|
.describe('Name of the door in the Salto Space access system.'),
|
|
8
|
-
ext_door_id: z
|
|
9
|
-
.string()
|
|
10
|
-
.describe('External door ID in the Salto Space access system.'),
|
|
11
14
|
door_description: z
|
|
12
15
|
.string()
|
|
13
|
-
.optional()
|
|
14
16
|
.describe('Description of the door in the Salto Space access system.'),
|
|
17
|
+
room_name: z
|
|
18
|
+
.string()
|
|
19
|
+
.describe('Name of the room in the Salto Space access system.'),
|
|
20
|
+
room_description: z
|
|
21
|
+
.string()
|
|
22
|
+
.describe('Description of the room in the Salto Space access system.'),
|
|
15
23
|
})
|
|
24
|
+
.partial()
|
|
16
25
|
.describe('Salto Space-specific metadata associated with the entrance.')
|
|
17
26
|
|
|
18
27
|
export type AcsEntranceSaltoSpaceMetadata = z.infer<
|
|
@@ -2892,18 +2892,31 @@ export default {
|
|
|
2892
2892
|
'Description of the door in the Salto Space access system.',
|
|
2893
2893
|
type: 'string',
|
|
2894
2894
|
},
|
|
2895
|
+
door_id: {
|
|
2896
|
+
description: 'Door ID in the Salto Space access system.',
|
|
2897
|
+
type: 'string',
|
|
2898
|
+
},
|
|
2895
2899
|
door_name: {
|
|
2896
2900
|
description:
|
|
2897
2901
|
'Name of the door in the Salto Space access system.',
|
|
2898
2902
|
type: 'string',
|
|
2899
2903
|
},
|
|
2900
2904
|
ext_door_id: {
|
|
2905
|
+
deprecated: true,
|
|
2906
|
+
type: 'string',
|
|
2907
|
+
'x-deprecated': 'use door_id.',
|
|
2908
|
+
},
|
|
2909
|
+
room_description: {
|
|
2910
|
+
description:
|
|
2911
|
+
'Description of the room in the Salto Space access system.',
|
|
2912
|
+
type: 'string',
|
|
2913
|
+
},
|
|
2914
|
+
room_name: {
|
|
2901
2915
|
description:
|
|
2902
|
-
'
|
|
2916
|
+
'Name of the room in the Salto Space access system.',
|
|
2903
2917
|
type: 'string',
|
|
2904
2918
|
},
|
|
2905
2919
|
},
|
|
2906
|
-
required: ['door_name', 'ext_door_id'],
|
|
2907
2920
|
type: 'object',
|
|
2908
2921
|
},
|
|
2909
2922
|
visionline_metadata: {
|
|
@@ -19505,18 +19518,32 @@ export default {
|
|
|
19505
19518
|
'Description of the door in the Salto Space access system.',
|
|
19506
19519
|
type: 'string',
|
|
19507
19520
|
},
|
|
19521
|
+
door_id: {
|
|
19522
|
+
description:
|
|
19523
|
+
'Door ID in the Salto Space access system.',
|
|
19524
|
+
type: 'string',
|
|
19525
|
+
},
|
|
19508
19526
|
door_name: {
|
|
19509
19527
|
description:
|
|
19510
19528
|
'Name of the door in the Salto Space access system.',
|
|
19511
19529
|
type: 'string',
|
|
19512
19530
|
},
|
|
19513
19531
|
ext_door_id: {
|
|
19532
|
+
deprecated: true,
|
|
19533
|
+
type: 'string',
|
|
19534
|
+
'x-deprecated': 'use door_id.',
|
|
19535
|
+
},
|
|
19536
|
+
room_description: {
|
|
19537
|
+
description:
|
|
19538
|
+
'Description of the room in the Salto Space access system.',
|
|
19539
|
+
type: 'string',
|
|
19540
|
+
},
|
|
19541
|
+
room_name: {
|
|
19514
19542
|
description:
|
|
19515
|
-
'
|
|
19543
|
+
'Name of the room in the Salto Space access system.',
|
|
19516
19544
|
type: 'string',
|
|
19517
19545
|
},
|
|
19518
19546
|
},
|
|
19519
|
-
required: ['door_name', 'ext_door_id'],
|
|
19520
19547
|
type: 'object',
|
|
19521
19548
|
},
|
|
19522
19549
|
visionline_metadata: {
|
|
@@ -12967,12 +12967,19 @@ export interface Routes {
|
|
|
12967
12967
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12968
12968
|
salto_space_metadata?:
|
|
12969
12969
|
| {
|
|
12970
|
+
/**
|
|
12971
|
+
* @deprecated use door_id. */
|
|
12972
|
+
ext_door_id?: string | undefined
|
|
12973
|
+
/** Door ID in the Salto Space access system. */
|
|
12974
|
+
door_id?: string | undefined
|
|
12970
12975
|
/** Name of the door in the Salto Space access system. */
|
|
12971
|
-
door_name
|
|
12972
|
-
/** External door ID in the Salto Space access system. */
|
|
12973
|
-
ext_door_id: string
|
|
12976
|
+
door_name?: string | undefined
|
|
12974
12977
|
/** Description of the door in the Salto Space access system. */
|
|
12975
12978
|
door_description?: string | undefined
|
|
12979
|
+
/** Name of the room in the Salto Space access system. */
|
|
12980
|
+
room_name?: string | undefined
|
|
12981
|
+
/** Description of the room in the Salto Space access system. */
|
|
12982
|
+
room_description?: string | undefined
|
|
12976
12983
|
}
|
|
12977
12984
|
| undefined
|
|
12978
12985
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -14613,12 +14620,19 @@ export interface Routes {
|
|
|
14613
14620
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14614
14621
|
salto_space_metadata?:
|
|
14615
14622
|
| {
|
|
14623
|
+
/**
|
|
14624
|
+
* @deprecated use door_id. */
|
|
14625
|
+
ext_door_id?: string | undefined
|
|
14626
|
+
/** Door ID in the Salto Space access system. */
|
|
14627
|
+
door_id?: string | undefined
|
|
14616
14628
|
/** Name of the door in the Salto Space access system. */
|
|
14617
|
-
door_name
|
|
14618
|
-
/** External door ID in the Salto Space access system. */
|
|
14619
|
-
ext_door_id: string
|
|
14629
|
+
door_name?: string | undefined
|
|
14620
14630
|
/** Description of the door in the Salto Space access system. */
|
|
14621
14631
|
door_description?: string | undefined
|
|
14632
|
+
/** Name of the room in the Salto Space access system. */
|
|
14633
|
+
room_name?: string | undefined
|
|
14634
|
+
/** Description of the room in the Salto Space access system. */
|
|
14635
|
+
room_description?: string | undefined
|
|
14622
14636
|
}
|
|
14623
14637
|
| undefined
|
|
14624
14638
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -23111,12 +23125,19 @@ export interface Routes {
|
|
|
23111
23125
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23112
23126
|
salto_space_metadata?:
|
|
23113
23127
|
| {
|
|
23128
|
+
/**
|
|
23129
|
+
* @deprecated use door_id. */
|
|
23130
|
+
ext_door_id?: string | undefined
|
|
23131
|
+
/** Door ID in the Salto Space access system. */
|
|
23132
|
+
door_id?: string | undefined
|
|
23114
23133
|
/** Name of the door in the Salto Space access system. */
|
|
23115
|
-
door_name
|
|
23116
|
-
/** External door ID in the Salto Space access system. */
|
|
23117
|
-
ext_door_id: string
|
|
23134
|
+
door_name?: string | undefined
|
|
23118
23135
|
/** Description of the door in the Salto Space access system. */
|
|
23119
23136
|
door_description?: string | undefined
|
|
23137
|
+
/** Name of the room in the Salto Space access system. */
|
|
23138
|
+
room_name?: string | undefined
|
|
23139
|
+
/** Description of the room in the Salto Space access system. */
|
|
23140
|
+
room_description?: string | undefined
|
|
23120
23141
|
}
|
|
23121
23142
|
| undefined
|
|
23122
23143
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -24660,12 +24681,19 @@ export interface Routes {
|
|
|
24660
24681
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24661
24682
|
salto_space_metadata?:
|
|
24662
24683
|
| {
|
|
24684
|
+
/**
|
|
24685
|
+
* @deprecated use door_id. */
|
|
24686
|
+
ext_door_id?: string | undefined
|
|
24687
|
+
/** Door ID in the Salto Space access system. */
|
|
24688
|
+
door_id?: string | undefined
|
|
24663
24689
|
/** Name of the door in the Salto Space access system. */
|
|
24664
|
-
door_name
|
|
24665
|
-
/** External door ID in the Salto Space access system. */
|
|
24666
|
-
ext_door_id: string
|
|
24690
|
+
door_name?: string | undefined
|
|
24667
24691
|
/** Description of the door in the Salto Space access system. */
|
|
24668
24692
|
door_description?: string | undefined
|
|
24693
|
+
/** Name of the room in the Salto Space access system. */
|
|
24694
|
+
room_name?: string | undefined
|
|
24695
|
+
/** Description of the room in the Salto Space access system. */
|
|
24696
|
+
room_description?: string | undefined
|
|
24669
24697
|
}
|
|
24670
24698
|
| undefined
|
|
24671
24699
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -28580,12 +28608,19 @@ export interface Routes {
|
|
|
28580
28608
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28581
28609
|
salto_space_metadata?:
|
|
28582
28610
|
| {
|
|
28611
|
+
/**
|
|
28612
|
+
* @deprecated use door_id. */
|
|
28613
|
+
ext_door_id?: string | undefined
|
|
28614
|
+
/** Door ID in the Salto Space access system. */
|
|
28615
|
+
door_id?: string | undefined
|
|
28583
28616
|
/** Name of the door in the Salto Space access system. */
|
|
28584
|
-
door_name
|
|
28585
|
-
/** External door ID in the Salto Space access system. */
|
|
28586
|
-
ext_door_id: string
|
|
28617
|
+
door_name?: string | undefined
|
|
28587
28618
|
/** Description of the door in the Salto Space access system. */
|
|
28588
28619
|
door_description?: string | undefined
|
|
28620
|
+
/** Name of the room in the Salto Space access system. */
|
|
28621
|
+
room_name?: string | undefined
|
|
28622
|
+
/** Description of the room in the Salto Space access system. */
|
|
28623
|
+
room_description?: string | undefined
|
|
28589
28624
|
}
|
|
28590
28625
|
| undefined
|
|
28591
28626
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -28745,12 +28780,19 @@ export interface Routes {
|
|
|
28745
28780
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28746
28781
|
salto_space_metadata?:
|
|
28747
28782
|
| {
|
|
28783
|
+
/**
|
|
28784
|
+
* @deprecated use door_id. */
|
|
28785
|
+
ext_door_id?: string | undefined
|
|
28786
|
+
/** Door ID in the Salto Space access system. */
|
|
28787
|
+
door_id?: string | undefined
|
|
28748
28788
|
/** Name of the door in the Salto Space access system. */
|
|
28749
|
-
door_name
|
|
28750
|
-
/** External door ID in the Salto Space access system. */
|
|
28751
|
-
ext_door_id: string
|
|
28789
|
+
door_name?: string | undefined
|
|
28752
28790
|
/** Description of the door in the Salto Space access system. */
|
|
28753
28791
|
door_description?: string | undefined
|
|
28792
|
+
/** Name of the room in the Salto Space access system. */
|
|
28793
|
+
room_name?: string | undefined
|
|
28794
|
+
/** Description of the room in the Salto Space access system. */
|
|
28795
|
+
room_description?: string | undefined
|
|
28754
28796
|
}
|
|
28755
28797
|
| undefined
|
|
28756
28798
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -30437,12 +30479,19 @@ export interface Routes {
|
|
|
30437
30479
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
30438
30480
|
salto_space_metadata?:
|
|
30439
30481
|
| {
|
|
30482
|
+
/**
|
|
30483
|
+
* @deprecated use door_id. */
|
|
30484
|
+
ext_door_id?: string | undefined
|
|
30485
|
+
/** Door ID in the Salto Space access system. */
|
|
30486
|
+
door_id?: string | undefined
|
|
30440
30487
|
/** Name of the door in the Salto Space access system. */
|
|
30441
|
-
door_name
|
|
30442
|
-
/** External door ID in the Salto Space access system. */
|
|
30443
|
-
ext_door_id: string
|
|
30488
|
+
door_name?: string | undefined
|
|
30444
30489
|
/** Description of the door in the Salto Space access system. */
|
|
30445
30490
|
door_description?: string | undefined
|
|
30491
|
+
/** Name of the room in the Salto Space access system. */
|
|
30492
|
+
room_name?: string | undefined
|
|
30493
|
+
/** Description of the room in the Salto Space access system. */
|
|
30494
|
+
room_description?: string | undefined
|
|
30446
30495
|
}
|
|
30447
30496
|
| undefined
|
|
30448
30497
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -64867,12 +64916,19 @@ export interface Routes {
|
|
|
64867
64916
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
64868
64917
|
salto_space_metadata?:
|
|
64869
64918
|
| {
|
|
64919
|
+
/**
|
|
64920
|
+
* @deprecated use door_id. */
|
|
64921
|
+
ext_door_id?: string | undefined
|
|
64922
|
+
/** Door ID in the Salto Space access system. */
|
|
64923
|
+
door_id?: string | undefined
|
|
64870
64924
|
/** Name of the door in the Salto Space access system. */
|
|
64871
|
-
door_name
|
|
64872
|
-
/** External door ID in the Salto Space access system. */
|
|
64873
|
-
ext_door_id: string
|
|
64925
|
+
door_name?: string | undefined
|
|
64874
64926
|
/** Description of the door in the Salto Space access system. */
|
|
64875
64927
|
door_description?: string | undefined
|
|
64928
|
+
/** Name of the room in the Salto Space access system. */
|
|
64929
|
+
room_name?: string | undefined
|
|
64930
|
+
/** Description of the room in the Salto Space access system. */
|
|
64931
|
+
room_description?: string | undefined
|
|
64876
64932
|
}
|
|
64877
64933
|
| undefined
|
|
64878
64934
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -66674,12 +66730,19 @@ export interface Routes {
|
|
|
66674
66730
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
66675
66731
|
salto_space_metadata?:
|
|
66676
66732
|
| {
|
|
66733
|
+
/**
|
|
66734
|
+
* @deprecated use door_id. */
|
|
66735
|
+
ext_door_id?: string | undefined
|
|
66736
|
+
/** Door ID in the Salto Space access system. */
|
|
66737
|
+
door_id?: string | undefined
|
|
66677
66738
|
/** Name of the door in the Salto Space access system. */
|
|
66678
|
-
door_name
|
|
66679
|
-
/** External door ID in the Salto Space access system. */
|
|
66680
|
-
ext_door_id: string
|
|
66739
|
+
door_name?: string | undefined
|
|
66681
66740
|
/** Description of the door in the Salto Space access system. */
|
|
66682
66741
|
door_description?: string | undefined
|
|
66742
|
+
/** Name of the room in the Salto Space access system. */
|
|
66743
|
+
room_name?: string | undefined
|
|
66744
|
+
/** Description of the room in the Salto Space access system. */
|
|
66745
|
+
room_description?: string | undefined
|
|
66683
66746
|
}
|
|
66684
66747
|
| undefined
|
|
66685
66748
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
@@ -68320,12 +68383,19 @@ export interface Routes {
|
|
|
68320
68383
|
/** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68321
68384
|
salto_space_metadata?:
|
|
68322
68385
|
| {
|
|
68386
|
+
/**
|
|
68387
|
+
* @deprecated use door_id. */
|
|
68388
|
+
ext_door_id?: string | undefined
|
|
68389
|
+
/** Door ID in the Salto Space access system. */
|
|
68390
|
+
door_id?: string | undefined
|
|
68323
68391
|
/** Name of the door in the Salto Space access system. */
|
|
68324
|
-
door_name
|
|
68325
|
-
/** External door ID in the Salto Space access system. */
|
|
68326
|
-
ext_door_id: string
|
|
68392
|
+
door_name?: string | undefined
|
|
68327
68393
|
/** Description of the door in the Salto Space access system. */
|
|
68328
68394
|
door_description?: string | undefined
|
|
68395
|
+
/** Name of the room in the Salto Space access system. */
|
|
68396
|
+
room_name?: string | undefined
|
|
68397
|
+
/** Description of the room in the Salto Space access system. */
|
|
68398
|
+
room_description?: string | undefined
|
|
68329
68399
|
}
|
|
68330
68400
|
| undefined
|
|
68331
68401
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|