@seamapi/types 1.525.0 → 1.527.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 +23 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +116 -44
- package/dist/index.cjs +23 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +110 -55
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +3 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js +5 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -5
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +14 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +10 -5
- package/lib/seam/connect/openapi.d.ts +11 -1
- package/lib/seam/connect/openapi.js +18 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +53 -17
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-delete-data.ts +6 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +20 -1
- package/src/lib/seam/connect/route-types.ts +53 -17
|
@@ -10410,7 +10410,9 @@ export type Routes = {
|
|
|
10410
10410
|
/** Metadata for a Brivo device. */
|
|
10411
10411
|
brivo_metadata?: {
|
|
10412
10412
|
/** Device name for a Brivo device. */
|
|
10413
|
-
device_name
|
|
10413
|
+
device_name?: string | undefined;
|
|
10414
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
10415
|
+
activation_enabled?: boolean | undefined;
|
|
10414
10416
|
} | undefined;
|
|
10415
10417
|
/** Metadata for an igloo device. */
|
|
10416
10418
|
igloo_metadata?: {
|
|
@@ -13530,7 +13532,9 @@ export type Routes = {
|
|
|
13530
13532
|
/** Metadata for a Brivo device. */
|
|
13531
13533
|
brivo_metadata?: {
|
|
13532
13534
|
/** Device name for a Brivo device. */
|
|
13533
|
-
device_name
|
|
13535
|
+
device_name?: string | undefined;
|
|
13536
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
13537
|
+
activation_enabled?: boolean | undefined;
|
|
13534
13538
|
} | undefined;
|
|
13535
13539
|
/** Metadata for an igloo device. */
|
|
13536
13540
|
igloo_metadata?: {
|
|
@@ -31283,6 +31287,8 @@ export type Routes = {
|
|
|
31283
31287
|
queryParams: {};
|
|
31284
31288
|
jsonBody: {};
|
|
31285
31289
|
commonParams: {
|
|
31290
|
+
/** List of customer keys to delete all data for. */
|
|
31291
|
+
customer_keys?: string[] | undefined;
|
|
31286
31292
|
/** List of space keys to delete. */
|
|
31287
31293
|
space_keys?: string[] | undefined;
|
|
31288
31294
|
/** List of property keys to delete. */
|
|
@@ -31840,7 +31846,9 @@ export type Routes = {
|
|
|
31840
31846
|
/** Metadata for a Brivo device. */
|
|
31841
31847
|
brivo_metadata?: {
|
|
31842
31848
|
/** Device name for a Brivo device. */
|
|
31843
|
-
device_name
|
|
31849
|
+
device_name?: string | undefined;
|
|
31850
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
31851
|
+
activation_enabled?: boolean | undefined;
|
|
31844
31852
|
} | undefined;
|
|
31845
31853
|
/** Metadata for an igloo device. */
|
|
31846
31854
|
igloo_metadata?: {
|
|
@@ -33061,7 +33069,9 @@ export type Routes = {
|
|
|
33061
33069
|
/** Metadata for a Brivo device. */
|
|
33062
33070
|
brivo_metadata?: {
|
|
33063
33071
|
/** Device name for a Brivo device. */
|
|
33064
|
-
device_name
|
|
33072
|
+
device_name?: string | undefined;
|
|
33073
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
33074
|
+
activation_enabled?: boolean | undefined;
|
|
33065
33075
|
} | undefined;
|
|
33066
33076
|
/** Metadata for an igloo device. */
|
|
33067
33077
|
igloo_metadata?: {
|
|
@@ -39088,7 +39098,9 @@ export type Routes = {
|
|
|
39088
39098
|
/** Metadata for a Brivo device. */
|
|
39089
39099
|
brivo_metadata?: {
|
|
39090
39100
|
/** Device name for a Brivo device. */
|
|
39091
|
-
device_name
|
|
39101
|
+
device_name?: string | undefined;
|
|
39102
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
39103
|
+
activation_enabled?: boolean | undefined;
|
|
39092
39104
|
} | undefined;
|
|
39093
39105
|
/** Metadata for an igloo device. */
|
|
39094
39106
|
igloo_metadata?: {
|
|
@@ -40258,7 +40270,9 @@ export type Routes = {
|
|
|
40258
40270
|
/** Metadata for a Brivo device. */
|
|
40259
40271
|
brivo_metadata?: {
|
|
40260
40272
|
/** Device name for a Brivo device. */
|
|
40261
|
-
device_name
|
|
40273
|
+
device_name?: string | undefined;
|
|
40274
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
40275
|
+
activation_enabled?: boolean | undefined;
|
|
40262
40276
|
} | undefined;
|
|
40263
40277
|
/** Metadata for an igloo device. */
|
|
40264
40278
|
igloo_metadata?: {
|
|
@@ -41479,7 +41493,9 @@ export type Routes = {
|
|
|
41479
41493
|
/** Metadata for a Brivo device. */
|
|
41480
41494
|
brivo_metadata?: {
|
|
41481
41495
|
/** Device name for a Brivo device. */
|
|
41482
|
-
device_name
|
|
41496
|
+
device_name?: string | undefined;
|
|
41497
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
41498
|
+
activation_enabled?: boolean | undefined;
|
|
41483
41499
|
} | undefined;
|
|
41484
41500
|
/** Metadata for an igloo device. */
|
|
41485
41501
|
igloo_metadata?: {
|
|
@@ -42648,7 +42664,9 @@ export type Routes = {
|
|
|
42648
42664
|
/** Metadata for a Brivo device. */
|
|
42649
42665
|
brivo_metadata?: {
|
|
42650
42666
|
/** Device name for a Brivo device. */
|
|
42651
|
-
device_name
|
|
42667
|
+
device_name?: string | undefined;
|
|
42668
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
42669
|
+
activation_enabled?: boolean | undefined;
|
|
42652
42670
|
} | undefined;
|
|
42653
42671
|
/** Metadata for an igloo device. */
|
|
42654
42672
|
igloo_metadata?: {
|
|
@@ -48907,7 +48925,9 @@ export type Routes = {
|
|
|
48907
48925
|
/** Metadata for a Brivo device. */
|
|
48908
48926
|
brivo_metadata?: {
|
|
48909
48927
|
/** Device name for a Brivo device. */
|
|
48910
|
-
device_name
|
|
48928
|
+
device_name?: string | undefined;
|
|
48929
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
48930
|
+
activation_enabled?: boolean | undefined;
|
|
48911
48931
|
} | undefined;
|
|
48912
48932
|
/** Metadata for an igloo device. */
|
|
48913
48933
|
igloo_metadata?: {
|
|
@@ -50076,7 +50096,9 @@ export type Routes = {
|
|
|
50076
50096
|
/** Metadata for a Brivo device. */
|
|
50077
50097
|
brivo_metadata?: {
|
|
50078
50098
|
/** Device name for a Brivo device. */
|
|
50079
|
-
device_name
|
|
50099
|
+
device_name?: string | undefined;
|
|
50100
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
50101
|
+
activation_enabled?: boolean | undefined;
|
|
50080
50102
|
} | undefined;
|
|
50081
50103
|
/** Metadata for an igloo device. */
|
|
50082
50104
|
igloo_metadata?: {
|
|
@@ -58537,7 +58559,9 @@ export type Routes = {
|
|
|
58537
58559
|
/** Metadata for a Brivo device. */
|
|
58538
58560
|
brivo_metadata?: {
|
|
58539
58561
|
/** Device name for a Brivo device. */
|
|
58540
|
-
device_name
|
|
58562
|
+
device_name?: string | undefined;
|
|
58563
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
58564
|
+
activation_enabled?: boolean | undefined;
|
|
58541
58565
|
} | undefined;
|
|
58542
58566
|
/** Metadata for an igloo device. */
|
|
58543
58567
|
igloo_metadata?: {
|
|
@@ -64089,7 +64113,9 @@ export type Routes = {
|
|
|
64089
64113
|
/** Metadata for a Brivo device. */
|
|
64090
64114
|
brivo_metadata?: {
|
|
64091
64115
|
/** Device name for a Brivo device. */
|
|
64092
|
-
device_name
|
|
64116
|
+
device_name?: string | undefined;
|
|
64117
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
64118
|
+
activation_enabled?: boolean | undefined;
|
|
64093
64119
|
} | undefined;
|
|
64094
64120
|
/** Metadata for an igloo device. */
|
|
64095
64121
|
igloo_metadata?: {
|
|
@@ -67842,7 +67868,9 @@ export type Routes = {
|
|
|
67842
67868
|
/** Metadata for a Brivo device. */
|
|
67843
67869
|
brivo_metadata?: {
|
|
67844
67870
|
/** Device name for a Brivo device. */
|
|
67845
|
-
device_name
|
|
67871
|
+
device_name?: string | undefined;
|
|
67872
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
67873
|
+
activation_enabled?: boolean | undefined;
|
|
67846
67874
|
} | undefined;
|
|
67847
67875
|
/** Metadata for an igloo device. */
|
|
67848
67876
|
igloo_metadata?: {
|
|
@@ -69011,7 +69039,9 @@ export type Routes = {
|
|
|
69011
69039
|
/** Metadata for a Brivo device. */
|
|
69012
69040
|
brivo_metadata?: {
|
|
69013
69041
|
/** Device name for a Brivo device. */
|
|
69014
|
-
device_name
|
|
69042
|
+
device_name?: string | undefined;
|
|
69043
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
69044
|
+
activation_enabled?: boolean | undefined;
|
|
69015
69045
|
} | undefined;
|
|
69016
69046
|
/** Metadata for an igloo device. */
|
|
69017
69047
|
igloo_metadata?: {
|
|
@@ -76121,7 +76151,9 @@ export type Routes = {
|
|
|
76121
76151
|
/** Metadata for a Brivo device. */
|
|
76122
76152
|
brivo_metadata?: {
|
|
76123
76153
|
/** Device name for a Brivo device. */
|
|
76124
|
-
device_name
|
|
76154
|
+
device_name?: string | undefined;
|
|
76155
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
76156
|
+
activation_enabled?: boolean | undefined;
|
|
76125
76157
|
} | undefined;
|
|
76126
76158
|
/** Metadata for an igloo device. */
|
|
76127
76159
|
igloo_metadata?: {
|
|
@@ -77292,7 +77324,9 @@ export type Routes = {
|
|
|
77292
77324
|
/** Metadata for a Brivo device. */
|
|
77293
77325
|
brivo_metadata?: {
|
|
77294
77326
|
/** Device name for a Brivo device. */
|
|
77295
|
-
device_name
|
|
77327
|
+
device_name?: string | undefined;
|
|
77328
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
77329
|
+
activation_enabled?: boolean | undefined;
|
|
77296
77330
|
} | undefined;
|
|
77297
77331
|
/** Metadata for an igloo device. */
|
|
77298
77332
|
igloo_metadata?: {
|
|
@@ -79225,7 +79259,9 @@ export type Routes = {
|
|
|
79225
79259
|
/** Metadata for a Brivo device. */
|
|
79226
79260
|
brivo_metadata?: {
|
|
79227
79261
|
/** Device name for a Brivo device. */
|
|
79228
|
-
device_name
|
|
79262
|
+
device_name?: string | undefined;
|
|
79263
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
79264
|
+
activation_enabled?: boolean | undefined;
|
|
79229
79265
|
} | undefined;
|
|
79230
79266
|
/** Metadata for an igloo device. */
|
|
79231
79267
|
igloo_metadata?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
3
|
export const customer_delete_data = z.object({
|
|
4
|
+
// Customer keys to delete all data for
|
|
5
|
+
customer_keys: z
|
|
6
|
+
.array(z.string())
|
|
7
|
+
.optional()
|
|
8
|
+
.describe('List of customer keys to delete all data for.'),
|
|
9
|
+
|
|
4
10
|
// Location resources to delete
|
|
5
11
|
space_keys: z
|
|
6
12
|
.array(z.string())
|
|
@@ -201,7 +201,13 @@ export const device_metadata = z
|
|
|
201
201
|
brivo_metadata: z
|
|
202
202
|
.object({
|
|
203
203
|
device_name: z.string().describe(`Device name for a Brivo device.`),
|
|
204
|
+
activation_enabled: z
|
|
205
|
+
.boolean()
|
|
206
|
+
.describe(
|
|
207
|
+
`Indicates whether the Brivo access point has activation (remote unlock) enabled.`,
|
|
208
|
+
),
|
|
204
209
|
})
|
|
210
|
+
.partial()
|
|
205
211
|
.describe(`Metadata for a Brivo device.`),
|
|
206
212
|
|
|
207
213
|
igloo_metadata: z
|
|
@@ -10423,12 +10423,16 @@ export default {
|
|
|
10423
10423
|
brivo_metadata: {
|
|
10424
10424
|
description: 'Metadata for a Brivo device.',
|
|
10425
10425
|
properties: {
|
|
10426
|
+
activation_enabled: {
|
|
10427
|
+
description:
|
|
10428
|
+
'Indicates whether the Brivo access point has activation (remote unlock) enabled.',
|
|
10429
|
+
type: 'boolean',
|
|
10430
|
+
},
|
|
10426
10431
|
device_name: {
|
|
10427
10432
|
description: 'Device name for a Brivo device.',
|
|
10428
10433
|
type: 'string',
|
|
10429
10434
|
},
|
|
10430
10435
|
},
|
|
10431
|
-
required: ['device_name'],
|
|
10432
10436
|
type: 'object',
|
|
10433
10437
|
},
|
|
10434
10438
|
controlbyweb_metadata: {
|
|
@@ -39148,6 +39152,15 @@ export default {
|
|
|
39148
39152
|
'Deletes customer data including resources like spaces, properties, rooms, users, etc.\nThis will delete the partner resources and any related Seam resources (user identities, access grants, spaces).',
|
|
39149
39153
|
operationId: 'customersDeleteDataDelete',
|
|
39150
39154
|
parameters: [
|
|
39155
|
+
{
|
|
39156
|
+
in: 'query',
|
|
39157
|
+
name: 'customer_keys',
|
|
39158
|
+
schema: {
|
|
39159
|
+
description: 'List of customer keys to delete all data for.',
|
|
39160
|
+
items: { type: 'string' },
|
|
39161
|
+
type: 'array',
|
|
39162
|
+
},
|
|
39163
|
+
},
|
|
39151
39164
|
{
|
|
39152
39165
|
in: 'query',
|
|
39153
39166
|
name: 'space_keys',
|
|
@@ -39359,6 +39372,12 @@ export default {
|
|
|
39359
39372
|
items: { type: 'string' },
|
|
39360
39373
|
type: 'array',
|
|
39361
39374
|
},
|
|
39375
|
+
customer_keys: {
|
|
39376
|
+
description:
|
|
39377
|
+
'List of customer keys to delete all data for.',
|
|
39378
|
+
items: { type: 'string' },
|
|
39379
|
+
type: 'array',
|
|
39380
|
+
},
|
|
39362
39381
|
facility_keys: {
|
|
39363
39382
|
description: 'List of facility keys to delete.',
|
|
39364
39383
|
items: { type: 'string' },
|
|
@@ -11758,7 +11758,9 @@ export type Routes = {
|
|
|
11758
11758
|
brivo_metadata?:
|
|
11759
11759
|
| {
|
|
11760
11760
|
/** Device name for a Brivo device. */
|
|
11761
|
-
device_name
|
|
11761
|
+
device_name?: string | undefined
|
|
11762
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
11763
|
+
activation_enabled?: boolean | undefined
|
|
11762
11764
|
}
|
|
11763
11765
|
| undefined
|
|
11764
11766
|
/** Metadata for an igloo device. */
|
|
@@ -15513,7 +15515,9 @@ export type Routes = {
|
|
|
15513
15515
|
brivo_metadata?:
|
|
15514
15516
|
| {
|
|
15515
15517
|
/** Device name for a Brivo device. */
|
|
15516
|
-
device_name
|
|
15518
|
+
device_name?: string | undefined
|
|
15519
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
15520
|
+
activation_enabled?: boolean | undefined
|
|
15517
15521
|
}
|
|
15518
15522
|
| undefined
|
|
15519
15523
|
/** Metadata for an igloo device. */
|
|
@@ -36274,6 +36278,8 @@ export type Routes = {
|
|
|
36274
36278
|
queryParams: {}
|
|
36275
36279
|
jsonBody: {}
|
|
36276
36280
|
commonParams: {
|
|
36281
|
+
/** List of customer keys to delete all data for. */
|
|
36282
|
+
customer_keys?: string[] | undefined
|
|
36277
36283
|
/** List of space keys to delete. */
|
|
36278
36284
|
space_keys?: string[] | undefined
|
|
36279
36285
|
/** List of property keys to delete. */
|
|
@@ -36948,7 +36954,9 @@ export type Routes = {
|
|
|
36948
36954
|
brivo_metadata?:
|
|
36949
36955
|
| {
|
|
36950
36956
|
/** Device name for a Brivo device. */
|
|
36951
|
-
device_name
|
|
36957
|
+
device_name?: string | undefined
|
|
36958
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
36959
|
+
activation_enabled?: boolean | undefined
|
|
36952
36960
|
}
|
|
36953
36961
|
| undefined
|
|
36954
36962
|
/** Metadata for an igloo device. */
|
|
@@ -38637,7 +38645,9 @@ export type Routes = {
|
|
|
38637
38645
|
brivo_metadata?:
|
|
38638
38646
|
| {
|
|
38639
38647
|
/** Device name for a Brivo device. */
|
|
38640
|
-
device_name
|
|
38648
|
+
device_name?: string | undefined
|
|
38649
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
38650
|
+
activation_enabled?: boolean | undefined
|
|
38641
38651
|
}
|
|
38642
38652
|
| undefined
|
|
38643
38653
|
/** Metadata for an igloo device. */
|
|
@@ -46223,7 +46233,9 @@ export type Routes = {
|
|
|
46223
46233
|
brivo_metadata?:
|
|
46224
46234
|
| {
|
|
46225
46235
|
/** Device name for a Brivo device. */
|
|
46226
|
-
device_name
|
|
46236
|
+
device_name?: string | undefined
|
|
46237
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
46238
|
+
activation_enabled?: boolean | undefined
|
|
46227
46239
|
}
|
|
46228
46240
|
| undefined
|
|
46229
46241
|
/** Metadata for an igloo device. */
|
|
@@ -47696,7 +47708,9 @@ export type Routes = {
|
|
|
47696
47708
|
brivo_metadata?:
|
|
47697
47709
|
| {
|
|
47698
47710
|
/** Device name for a Brivo device. */
|
|
47699
|
-
device_name
|
|
47711
|
+
device_name?: string | undefined
|
|
47712
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
47713
|
+
activation_enabled?: boolean | undefined
|
|
47700
47714
|
}
|
|
47701
47715
|
| undefined
|
|
47702
47716
|
/** Metadata for an igloo device. */
|
|
@@ -49349,7 +49363,9 @@ export type Routes = {
|
|
|
49349
49363
|
brivo_metadata?:
|
|
49350
49364
|
| {
|
|
49351
49365
|
/** Device name for a Brivo device. */
|
|
49352
|
-
device_name
|
|
49366
|
+
device_name?: string | undefined
|
|
49367
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
49368
|
+
activation_enabled?: boolean | undefined
|
|
49353
49369
|
}
|
|
49354
49370
|
| undefined
|
|
49355
49371
|
/** Metadata for an igloo device. */
|
|
@@ -50821,7 +50837,9 @@ export type Routes = {
|
|
|
50821
50837
|
brivo_metadata?:
|
|
50822
50838
|
| {
|
|
50823
50839
|
/** Device name for a Brivo device. */
|
|
50824
|
-
device_name
|
|
50840
|
+
device_name?: string | undefined
|
|
50841
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
50842
|
+
activation_enabled?: boolean | undefined
|
|
50825
50843
|
}
|
|
50826
50844
|
| undefined
|
|
50827
50845
|
/** Metadata for an igloo device. */
|
|
@@ -58161,7 +58179,9 @@ export type Routes = {
|
|
|
58161
58179
|
brivo_metadata?:
|
|
58162
58180
|
| {
|
|
58163
58181
|
/** Device name for a Brivo device. */
|
|
58164
|
-
device_name
|
|
58182
|
+
device_name?: string | undefined
|
|
58183
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
58184
|
+
activation_enabled?: boolean | undefined
|
|
58165
58185
|
}
|
|
58166
58186
|
| undefined
|
|
58167
58187
|
/** Metadata for an igloo device. */
|
|
@@ -59633,7 +59653,9 @@ export type Routes = {
|
|
|
59633
59653
|
brivo_metadata?:
|
|
59634
59654
|
| {
|
|
59635
59655
|
/** Device name for a Brivo device. */
|
|
59636
|
-
device_name
|
|
59656
|
+
device_name?: string | undefined
|
|
59657
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
59658
|
+
activation_enabled?: boolean | undefined
|
|
59637
59659
|
}
|
|
59638
59660
|
| undefined
|
|
59639
59661
|
/** Metadata for an igloo device. */
|
|
@@ -69673,7 +69695,9 @@ export type Routes = {
|
|
|
69673
69695
|
brivo_metadata?:
|
|
69674
69696
|
| {
|
|
69675
69697
|
/** Device name for a Brivo device. */
|
|
69676
|
-
device_name
|
|
69698
|
+
device_name?: string | undefined
|
|
69699
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
69700
|
+
activation_enabled?: boolean | undefined
|
|
69677
69701
|
}
|
|
69678
69702
|
| undefined
|
|
69679
69703
|
/** Metadata for an igloo device. */
|
|
@@ -76205,7 +76229,9 @@ export type Routes = {
|
|
|
76205
76229
|
brivo_metadata?:
|
|
76206
76230
|
| {
|
|
76207
76231
|
/** Device name for a Brivo device. */
|
|
76208
|
-
device_name
|
|
76232
|
+
device_name?: string | undefined
|
|
76233
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
76234
|
+
activation_enabled?: boolean | undefined
|
|
76209
76235
|
}
|
|
76210
76236
|
| undefined
|
|
76211
76237
|
/** Metadata for an igloo device. */
|
|
@@ -80696,7 +80722,9 @@ export type Routes = {
|
|
|
80696
80722
|
brivo_metadata?:
|
|
80697
80723
|
| {
|
|
80698
80724
|
/** Device name for a Brivo device. */
|
|
80699
|
-
device_name
|
|
80725
|
+
device_name?: string | undefined
|
|
80726
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
80727
|
+
activation_enabled?: boolean | undefined
|
|
80700
80728
|
}
|
|
80701
80729
|
| undefined
|
|
80702
80730
|
/** Metadata for an igloo device. */
|
|
@@ -82168,7 +82196,9 @@ export type Routes = {
|
|
|
82168
82196
|
brivo_metadata?:
|
|
82169
82197
|
| {
|
|
82170
82198
|
/** Device name for a Brivo device. */
|
|
82171
|
-
device_name
|
|
82199
|
+
device_name?: string | undefined
|
|
82200
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
82201
|
+
activation_enabled?: boolean | undefined
|
|
82172
82202
|
}
|
|
82173
82203
|
| undefined
|
|
82174
82204
|
/** Metadata for an igloo device. */
|
|
@@ -90373,7 +90403,9 @@ export type Routes = {
|
|
|
90373
90403
|
brivo_metadata?:
|
|
90374
90404
|
| {
|
|
90375
90405
|
/** Device name for a Brivo device. */
|
|
90376
|
-
device_name
|
|
90406
|
+
device_name?: string | undefined
|
|
90407
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
90408
|
+
activation_enabled?: boolean | undefined
|
|
90377
90409
|
}
|
|
90378
90410
|
| undefined
|
|
90379
90411
|
/** Metadata for an igloo device. */
|
|
@@ -91847,7 +91879,9 @@ export type Routes = {
|
|
|
91847
91879
|
brivo_metadata?:
|
|
91848
91880
|
| {
|
|
91849
91881
|
/** Device name for a Brivo device. */
|
|
91850
|
-
device_name
|
|
91882
|
+
device_name?: string | undefined
|
|
91883
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
91884
|
+
activation_enabled?: boolean | undefined
|
|
91851
91885
|
}
|
|
91852
91886
|
| undefined
|
|
91853
91887
|
/** Metadata for an igloo device. */
|
|
@@ -94175,7 +94209,9 @@ export type Routes = {
|
|
|
94175
94209
|
brivo_metadata?:
|
|
94176
94210
|
| {
|
|
94177
94211
|
/** Device name for a Brivo device. */
|
|
94178
|
-
device_name
|
|
94212
|
+
device_name?: string | undefined
|
|
94213
|
+
/** Indicates whether the Brivo access point has activation (remote unlock) enabled. */
|
|
94214
|
+
activation_enabled?: boolean | undefined
|
|
94179
94215
|
}
|
|
94180
94216
|
| undefined
|
|
94181
94217
|
/** Metadata for an igloo device. */
|