@seamapi/types 1.507.0 → 1.509.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 +34 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +130 -44
- package/dist/index.cjs +34 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device.js +2 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +42 -2
- package/lib/seam/connect/openapi.js +32 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +88 -42
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +37 -0
- package/src/lib/seam/connect/route-types.ts +88 -42
package/dist/connect.d.cts
CHANGED
|
@@ -55224,8 +55224,10 @@ declare const _default: {
|
|
|
55224
55224
|
'x-property-group-key': string;
|
|
55225
55225
|
};
|
|
55226
55226
|
offline_access_codes_enabled: {
|
|
55227
|
+
deprecated: boolean;
|
|
55227
55228
|
description: string;
|
|
55228
55229
|
type: string;
|
|
55230
|
+
'x-deprecated': string;
|
|
55229
55231
|
'x-property-group-key': string;
|
|
55230
55232
|
};
|
|
55231
55233
|
online: {
|
|
@@ -55233,8 +55235,10 @@ declare const _default: {
|
|
|
55233
55235
|
type: string;
|
|
55234
55236
|
};
|
|
55235
55237
|
online_access_codes_enabled: {
|
|
55238
|
+
deprecated: boolean;
|
|
55236
55239
|
description: string;
|
|
55237
55240
|
type: string;
|
|
55241
|
+
'x-deprecated': string;
|
|
55238
55242
|
'x-property-group-key': string;
|
|
55239
55243
|
};
|
|
55240
55244
|
serial_number: {
|
|
@@ -63503,8 +63507,10 @@ declare const _default: {
|
|
|
63503
63507
|
'x-deprecated': string;
|
|
63504
63508
|
};
|
|
63505
63509
|
offline_access_codes_enabled: {
|
|
63510
|
+
deprecated: boolean;
|
|
63506
63511
|
description: string;
|
|
63507
63512
|
type: string;
|
|
63513
|
+
'x-deprecated': string;
|
|
63508
63514
|
'x-property-group-key': string;
|
|
63509
63515
|
};
|
|
63510
63516
|
online: {
|
|
@@ -63512,8 +63518,10 @@ declare const _default: {
|
|
|
63512
63518
|
type: string;
|
|
63513
63519
|
};
|
|
63514
63520
|
online_access_codes_enabled: {
|
|
63521
|
+
deprecated: boolean;
|
|
63515
63522
|
description: string;
|
|
63516
63523
|
type: string;
|
|
63524
|
+
'x-deprecated': string;
|
|
63517
63525
|
'x-property-group-key': string;
|
|
63518
63526
|
};
|
|
63519
63527
|
};
|
|
@@ -73308,6 +73316,22 @@ declare const _default: {
|
|
|
73308
73316
|
description: string;
|
|
73309
73317
|
operationId: string;
|
|
73310
73318
|
parameters: ({
|
|
73319
|
+
in: string;
|
|
73320
|
+
name: string;
|
|
73321
|
+
schema: {
|
|
73322
|
+
description: string;
|
|
73323
|
+
type: string;
|
|
73324
|
+
format?: never;
|
|
73325
|
+
deprecated?: never;
|
|
73326
|
+
nullable?: never;
|
|
73327
|
+
'x-deprecated'?: never;
|
|
73328
|
+
items?: never;
|
|
73329
|
+
minLength?: never;
|
|
73330
|
+
default?: never;
|
|
73331
|
+
exclusiveMinimum?: never;
|
|
73332
|
+
minimum?: never;
|
|
73333
|
+
};
|
|
73334
|
+
} | {
|
|
73311
73335
|
in: string;
|
|
73312
73336
|
name: string;
|
|
73313
73337
|
schema: {
|
|
@@ -73520,6 +73544,10 @@ declare const _default: {
|
|
|
73520
73544
|
format: string;
|
|
73521
73545
|
type: string;
|
|
73522
73546
|
};
|
|
73547
|
+
customer_key: {
|
|
73548
|
+
description: string;
|
|
73549
|
+
type: string;
|
|
73550
|
+
};
|
|
73523
73551
|
limit: {
|
|
73524
73552
|
default: number;
|
|
73525
73553
|
description: string;
|
|
@@ -73938,7 +73966,15 @@ declare const _default: {
|
|
|
73938
73966
|
get: {
|
|
73939
73967
|
description: string;
|
|
73940
73968
|
operationId: string;
|
|
73941
|
-
parameters: {
|
|
73969
|
+
parameters: ({
|
|
73970
|
+
in: string;
|
|
73971
|
+
name: string;
|
|
73972
|
+
schema: {
|
|
73973
|
+
description: string;
|
|
73974
|
+
type: string;
|
|
73975
|
+
format?: never;
|
|
73976
|
+
};
|
|
73977
|
+
} | {
|
|
73942
73978
|
in: string;
|
|
73943
73979
|
name: string;
|
|
73944
73980
|
schema: {
|
|
@@ -73946,7 +73982,7 @@ declare const _default: {
|
|
|
73946
73982
|
format: string;
|
|
73947
73983
|
type: string;
|
|
73948
73984
|
};
|
|
73949
|
-
}[];
|
|
73985
|
+
})[];
|
|
73950
73986
|
responses: {
|
|
73951
73987
|
200: {
|
|
73952
73988
|
content: {
|
|
@@ -74019,6 +74055,10 @@ declare const _default: {
|
|
|
74019
74055
|
format: string;
|
|
74020
74056
|
type: string;
|
|
74021
74057
|
};
|
|
74058
|
+
customer_key: {
|
|
74059
|
+
description: string;
|
|
74060
|
+
type: string;
|
|
74061
|
+
};
|
|
74022
74062
|
};
|
|
74023
74063
|
type: string;
|
|
74024
74064
|
};
|
|
@@ -110527,9 +110567,11 @@ type Routes = {
|
|
|
110527
110567
|
image_alt_text?: string | undefined;
|
|
110528
110568
|
/** Serial number of the device. */
|
|
110529
110569
|
serial_number?: string | undefined;
|
|
110530
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
110570
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
110571
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
110531
110572
|
online_access_codes_enabled?: boolean | undefined;
|
|
110532
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
110573
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
110574
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
110533
110575
|
offline_access_codes_enabled?: boolean | undefined;
|
|
110534
110576
|
/**
|
|
110535
110577
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -113637,9 +113679,11 @@ type Routes = {
|
|
|
113637
113679
|
image_alt_text?: string | undefined;
|
|
113638
113680
|
/** Serial number of the device. */
|
|
113639
113681
|
serial_number?: string | undefined;
|
|
113640
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
113682
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
113683
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
113641
113684
|
online_access_codes_enabled?: boolean | undefined;
|
|
113642
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
113685
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
113686
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
113643
113687
|
offline_access_codes_enabled?: boolean | undefined;
|
|
113644
113688
|
/**
|
|
113645
113689
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -117318,9 +117362,11 @@ type Routes = {
|
|
|
117318
117362
|
*/
|
|
117319
117363
|
status: 'critical' | 'low' | 'good' | 'full';
|
|
117320
117364
|
} | undefined;
|
|
117321
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
117365
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
117366
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
117322
117367
|
online_access_codes_enabled?: boolean | undefined;
|
|
117323
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
117368
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
117369
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
117324
117370
|
offline_access_codes_enabled?: boolean | undefined;
|
|
117325
117371
|
/** Device model-related properties. */
|
|
117326
117372
|
model: {
|
|
@@ -125491,6 +125537,8 @@ type Routes = {
|
|
|
125491
125537
|
queryParams: {};
|
|
125492
125538
|
jsonBody: {};
|
|
125493
125539
|
commonParams: {
|
|
125540
|
+
/** Customer key for which you want to list entrances. */
|
|
125541
|
+
customer_key?: string | undefined;
|
|
125494
125542
|
/** ID of the access system for which you want to retrieve all entrances. */
|
|
125495
125543
|
acs_system_id?: string | undefined;
|
|
125496
125544
|
/** ID of the credential for which you want to retrieve all entrances. */
|
|
@@ -125924,6 +125972,8 @@ type Routes = {
|
|
|
125924
125972
|
queryParams: {};
|
|
125925
125973
|
jsonBody: {};
|
|
125926
125974
|
commonParams: {
|
|
125975
|
+
/** Customer key for which you want to list access systems. */
|
|
125976
|
+
customer_key?: string | undefined;
|
|
125927
125977
|
/** ID of the connected account by which you want to filter the list of access systems. */
|
|
125928
125978
|
connected_account_id?: string | undefined;
|
|
125929
125979
|
};
|
|
@@ -131887,9 +131937,11 @@ type Routes = {
|
|
|
131887
131937
|
image_alt_text?: string | undefined;
|
|
131888
131938
|
/** Serial number of the device. */
|
|
131889
131939
|
serial_number?: string | undefined;
|
|
131890
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
131940
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
131941
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
131891
131942
|
online_access_codes_enabled?: boolean | undefined;
|
|
131892
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
131943
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
131944
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
131893
131945
|
offline_access_codes_enabled?: boolean | undefined;
|
|
131894
131946
|
/**
|
|
131895
131947
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -133105,9 +133157,11 @@ type Routes = {
|
|
|
133105
133157
|
image_alt_text?: string | undefined;
|
|
133106
133158
|
/** Serial number of the device. */
|
|
133107
133159
|
serial_number?: string | undefined;
|
|
133108
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
133160
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
133161
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
133109
133162
|
online_access_codes_enabled?: boolean | undefined;
|
|
133110
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
133163
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
133164
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
133111
133165
|
offline_access_codes_enabled?: boolean | undefined;
|
|
133112
133166
|
/**
|
|
133113
133167
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -134641,9 +134695,11 @@ type Routes = {
|
|
|
134641
134695
|
*/
|
|
134642
134696
|
status: 'critical' | 'low' | 'good' | 'full';
|
|
134643
134697
|
} | undefined;
|
|
134644
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
134698
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
134699
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
134645
134700
|
online_access_codes_enabled?: boolean | undefined;
|
|
134646
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
134701
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
134702
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
134647
134703
|
offline_access_codes_enabled?: boolean | undefined;
|
|
134648
134704
|
/** Device model-related properties. */
|
|
134649
134705
|
model: {
|
|
@@ -135076,9 +135132,11 @@ type Routes = {
|
|
|
135076
135132
|
*/
|
|
135077
135133
|
status: 'critical' | 'low' | 'good' | 'full';
|
|
135078
135134
|
} | undefined;
|
|
135079
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
135135
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
135136
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
135080
135137
|
online_access_codes_enabled?: boolean | undefined;
|
|
135081
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
135138
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
135139
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
135082
135140
|
offline_access_codes_enabled?: boolean | undefined;
|
|
135083
135141
|
/** Device model-related properties. */
|
|
135084
135142
|
model: {
|
|
@@ -139083,9 +139141,11 @@ type Routes = {
|
|
|
139083
139141
|
image_alt_text?: string | undefined;
|
|
139084
139142
|
/** Serial number of the device. */
|
|
139085
139143
|
serial_number?: string | undefined;
|
|
139086
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
139144
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
139145
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
139087
139146
|
online_access_codes_enabled?: boolean | undefined;
|
|
139088
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
139147
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
139148
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
139089
139149
|
offline_access_codes_enabled?: boolean | undefined;
|
|
139090
139150
|
/**
|
|
139091
139151
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -140251,9 +140311,11 @@ type Routes = {
|
|
|
140251
140311
|
image_alt_text?: string | undefined;
|
|
140252
140312
|
/** Serial number of the device. */
|
|
140253
140313
|
serial_number?: string | undefined;
|
|
140254
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
140314
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
140315
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
140255
140316
|
online_access_codes_enabled?: boolean | undefined;
|
|
140256
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
140317
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
140318
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
140257
140319
|
offline_access_codes_enabled?: boolean | undefined;
|
|
140258
140320
|
/**
|
|
140259
140321
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -141469,9 +141531,11 @@ type Routes = {
|
|
|
141469
141531
|
image_alt_text?: string | undefined;
|
|
141470
141532
|
/** Serial number of the device. */
|
|
141471
141533
|
serial_number?: string | undefined;
|
|
141472
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
141534
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
141535
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
141473
141536
|
online_access_codes_enabled?: boolean | undefined;
|
|
141474
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
141537
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
141538
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
141475
141539
|
offline_access_codes_enabled?: boolean | undefined;
|
|
141476
141540
|
/**
|
|
141477
141541
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -142636,9 +142700,11 @@ type Routes = {
|
|
|
142636
142700
|
image_alt_text?: string | undefined;
|
|
142637
142701
|
/** Serial number of the device. */
|
|
142638
142702
|
serial_number?: string | undefined;
|
|
142639
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
142703
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
142704
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
142640
142705
|
online_access_codes_enabled?: boolean | undefined;
|
|
142641
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
142706
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
142707
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
142642
142708
|
offline_access_codes_enabled?: boolean | undefined;
|
|
142643
142709
|
/**
|
|
142644
142710
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -148892,9 +148958,11 @@ type Routes = {
|
|
|
148892
148958
|
image_alt_text?: string | undefined;
|
|
148893
148959
|
/** Serial number of the device. */
|
|
148894
148960
|
serial_number?: string | undefined;
|
|
148895
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
148961
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
148962
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
148896
148963
|
online_access_codes_enabled?: boolean | undefined;
|
|
148897
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
148964
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
148965
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
148898
148966
|
offline_access_codes_enabled?: boolean | undefined;
|
|
148899
148967
|
/**
|
|
148900
148968
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -150059,9 +150127,11 @@ type Routes = {
|
|
|
150059
150127
|
image_alt_text?: string | undefined;
|
|
150060
150128
|
/** Serial number of the device. */
|
|
150061
150129
|
serial_number?: string | undefined;
|
|
150062
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
150130
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
150131
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
150063
150132
|
online_access_codes_enabled?: boolean | undefined;
|
|
150064
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
150133
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
150134
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
150065
150135
|
offline_access_codes_enabled?: boolean | undefined;
|
|
150066
150136
|
/**
|
|
150067
150137
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -158422,9 +158492,11 @@ type Routes = {
|
|
|
158422
158492
|
image_alt_text?: string | undefined;
|
|
158423
158493
|
/** Serial number of the device. */
|
|
158424
158494
|
serial_number?: string | undefined;
|
|
158425
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
158495
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
158496
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
158426
158497
|
online_access_codes_enabled?: boolean | undefined;
|
|
158427
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
158498
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
158499
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
158428
158500
|
offline_access_codes_enabled?: boolean | undefined;
|
|
158429
158501
|
/**
|
|
158430
158502
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -163970,9 +164042,11 @@ type Routes = {
|
|
|
163970
164042
|
image_alt_text?: string | undefined;
|
|
163971
164043
|
/** Serial number of the device. */
|
|
163972
164044
|
serial_number?: string | undefined;
|
|
163973
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
164045
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
164046
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
163974
164047
|
online_access_codes_enabled?: boolean | undefined;
|
|
163975
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
164048
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
164049
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
163976
164050
|
offline_access_codes_enabled?: boolean | undefined;
|
|
163977
164051
|
/**
|
|
163978
164052
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -167720,9 +167794,11 @@ type Routes = {
|
|
|
167720
167794
|
image_alt_text?: string | undefined;
|
|
167721
167795
|
/** Serial number of the device. */
|
|
167722
167796
|
serial_number?: string | undefined;
|
|
167723
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
167797
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
167798
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
167724
167799
|
online_access_codes_enabled?: boolean | undefined;
|
|
167725
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
167800
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
167801
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
167726
167802
|
offline_access_codes_enabled?: boolean | undefined;
|
|
167727
167803
|
/**
|
|
167728
167804
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -168887,9 +168963,11 @@ type Routes = {
|
|
|
168887
168963
|
image_alt_text?: string | undefined;
|
|
168888
168964
|
/** Serial number of the device. */
|
|
168889
168965
|
serial_number?: string | undefined;
|
|
168890
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
168966
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
168967
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
168891
168968
|
online_access_codes_enabled?: boolean | undefined;
|
|
168892
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
168969
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
168970
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
168893
168971
|
offline_access_codes_enabled?: boolean | undefined;
|
|
168894
168972
|
/**
|
|
168895
168973
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -175995,9 +176073,11 @@ type Routes = {
|
|
|
175995
176073
|
image_alt_text?: string | undefined;
|
|
175996
176074
|
/** Serial number of the device. */
|
|
175997
176075
|
serial_number?: string | undefined;
|
|
175998
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
176076
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
176077
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
175999
176078
|
online_access_codes_enabled?: boolean | undefined;
|
|
176000
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
176079
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
176080
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
176001
176081
|
offline_access_codes_enabled?: boolean | undefined;
|
|
176002
176082
|
/**
|
|
176003
176083
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -177164,9 +177244,11 @@ type Routes = {
|
|
|
177164
177244
|
image_alt_text?: string | undefined;
|
|
177165
177245
|
/** Serial number of the device. */
|
|
177166
177246
|
serial_number?: string | undefined;
|
|
177167
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
177247
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
177248
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
177168
177249
|
online_access_codes_enabled?: boolean | undefined;
|
|
177169
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
177250
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
177251
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
177170
177252
|
offline_access_codes_enabled?: boolean | undefined;
|
|
177171
177253
|
/**
|
|
177172
177254
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -179092,9 +179174,11 @@ type Routes = {
|
|
|
179092
179174
|
image_alt_text?: string | undefined;
|
|
179093
179175
|
/** Serial number of the device. */
|
|
179094
179176
|
serial_number?: string | undefined;
|
|
179095
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
179177
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
179178
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
179096
179179
|
online_access_codes_enabled?: boolean | undefined;
|
|
179097
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
179180
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
179181
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
179098
179182
|
offline_access_codes_enabled?: boolean | undefined;
|
|
179099
179183
|
/**
|
|
179100
179184
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -182773,9 +182857,11 @@ type Routes = {
|
|
|
182773
182857
|
*/
|
|
182774
182858
|
status: 'critical' | 'low' | 'good' | 'full';
|
|
182775
182859
|
} | undefined;
|
|
182776
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
182860
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
182861
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
182777
182862
|
online_access_codes_enabled?: boolean | undefined;
|
|
182778
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
182863
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
182864
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
182779
182865
|
offline_access_codes_enabled?: boolean | undefined;
|
|
182780
182866
|
/** Device model-related properties. */
|
|
182781
182867
|
model: {
|
package/dist/index.cjs
CHANGED
|
@@ -1526,6 +1526,7 @@ var common_device_properties = zod.z.object({
|
|
|
1526
1526
|
`
|
|
1527
1527
|
---
|
|
1528
1528
|
property_group_key: access_codes
|
|
1529
|
+
deprecated: use device.can_program_online_access_codes
|
|
1529
1530
|
---
|
|
1530
1531
|
Indicates whether it is currently possible to use online access codes for the device.
|
|
1531
1532
|
`
|
|
@@ -1534,6 +1535,7 @@ var common_device_properties = zod.z.object({
|
|
|
1534
1535
|
`
|
|
1535
1536
|
---
|
|
1536
1537
|
property_group_key: access_codes
|
|
1538
|
+
deprecated: use device.can_program_offline_access_codes
|
|
1537
1539
|
---
|
|
1538
1540
|
Indicates whether it is currently possible to use offline access codes for the device.
|
|
1539
1541
|
`
|
|
@@ -14511,8 +14513,10 @@ var openapi_default = {
|
|
|
14511
14513
|
"x-property-group-key": "noise_sensors"
|
|
14512
14514
|
},
|
|
14513
14515
|
offline_access_codes_enabled: {
|
|
14516
|
+
deprecated: true,
|
|
14514
14517
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
14515
14518
|
type: "boolean",
|
|
14519
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
14516
14520
|
"x-property-group-key": "access_codes"
|
|
14517
14521
|
},
|
|
14518
14522
|
online: {
|
|
@@ -14520,8 +14524,10 @@ var openapi_default = {
|
|
|
14520
14524
|
type: "boolean"
|
|
14521
14525
|
},
|
|
14522
14526
|
online_access_codes_enabled: {
|
|
14527
|
+
deprecated: true,
|
|
14523
14528
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
14524
14529
|
type: "boolean",
|
|
14530
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
14525
14531
|
"x-property-group-key": "access_codes"
|
|
14526
14532
|
},
|
|
14527
14533
|
serial_number: {
|
|
@@ -27395,8 +27401,10 @@ var openapi_default = {
|
|
|
27395
27401
|
"x-deprecated": "use device.display_name instead"
|
|
27396
27402
|
},
|
|
27397
27403
|
offline_access_codes_enabled: {
|
|
27404
|
+
deprecated: true,
|
|
27398
27405
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
27399
27406
|
type: "boolean",
|
|
27407
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
27400
27408
|
"x-property-group-key": "access_codes"
|
|
27401
27409
|
},
|
|
27402
27410
|
online: {
|
|
@@ -27404,8 +27412,10 @@ var openapi_default = {
|
|
|
27404
27412
|
type: "boolean"
|
|
27405
27413
|
},
|
|
27406
27414
|
online_access_codes_enabled: {
|
|
27415
|
+
deprecated: true,
|
|
27407
27416
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
27408
27417
|
type: "boolean",
|
|
27418
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
27409
27419
|
"x-property-group-key": "access_codes"
|
|
27410
27420
|
}
|
|
27411
27421
|
},
|
|
@@ -35652,6 +35662,14 @@ var openapi_default = {
|
|
|
35652
35662
|
description: "Returns a list of all [access system entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
35653
35663
|
operationId: "acsEntrancesListGet",
|
|
35654
35664
|
parameters: [
|
|
35665
|
+
{
|
|
35666
|
+
in: "query",
|
|
35667
|
+
name: "customer_key",
|
|
35668
|
+
schema: {
|
|
35669
|
+
description: "Customer key for which you want to list entrances.",
|
|
35670
|
+
type: "string"
|
|
35671
|
+
}
|
|
35672
|
+
},
|
|
35655
35673
|
{
|
|
35656
35674
|
in: "query",
|
|
35657
35675
|
name: "acs_system_id",
|
|
@@ -35832,6 +35850,10 @@ var openapi_default = {
|
|
|
35832
35850
|
format: "uuid",
|
|
35833
35851
|
type: "string"
|
|
35834
35852
|
},
|
|
35853
|
+
customer_key: {
|
|
35854
|
+
description: "Customer key for which you want to list entrances.",
|
|
35855
|
+
type: "string"
|
|
35856
|
+
},
|
|
35835
35857
|
limit: {
|
|
35836
35858
|
default: 900,
|
|
35837
35859
|
description: "Maximum number of records to return per page.",
|
|
@@ -36139,6 +36161,14 @@ var openapi_default = {
|
|
|
36139
36161
|
description: "Returns a list of all [access systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access systems connected to your workspace.",
|
|
36140
36162
|
operationId: "acsSystemsListGet",
|
|
36141
36163
|
parameters: [
|
|
36164
|
+
{
|
|
36165
|
+
in: "query",
|
|
36166
|
+
name: "customer_key",
|
|
36167
|
+
schema: {
|
|
36168
|
+
description: "Customer key for which you want to list access systems.",
|
|
36169
|
+
type: "string"
|
|
36170
|
+
}
|
|
36171
|
+
},
|
|
36142
36172
|
{
|
|
36143
36173
|
in: "query",
|
|
36144
36174
|
name: "connected_account_id",
|
|
@@ -36197,6 +36227,10 @@ var openapi_default = {
|
|
|
36197
36227
|
description: "ID of the connected account by which you want to filter the list of access systems.",
|
|
36198
36228
|
format: "uuid",
|
|
36199
36229
|
type: "string"
|
|
36230
|
+
},
|
|
36231
|
+
customer_key: {
|
|
36232
|
+
description: "Customer key for which you want to list access systems.",
|
|
36233
|
+
type: "string"
|
|
36200
36234
|
}
|
|
36201
36235
|
},
|
|
36202
36236
|
type: "object"
|