@seamapi/types 1.202.0 → 1.204.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 +30 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +57 -2
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +18 -0
- package/lib/seam/connect/models/devices/unmanaged-device.js +1 -0
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +26 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +19 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +28 -3
- package/src/lib/seam/connect/route-types.ts +19 -2
package/dist/connect.d.cts
CHANGED
|
@@ -6100,6 +6100,16 @@ declare const unmanaged_device: z.ZodObject<{
|
|
|
6100
6100
|
online_access_codes_enabled?: boolean | undefined;
|
|
6101
6101
|
offline_access_codes_enabled?: boolean | undefined;
|
|
6102
6102
|
}>;
|
|
6103
|
+
location: z.ZodNullable<z.ZodObject<{
|
|
6104
|
+
location_name: z.ZodOptional<z.ZodString>;
|
|
6105
|
+
timezone: z.ZodOptional<z.ZodString>;
|
|
6106
|
+
}, "strip", z.ZodTypeAny, {
|
|
6107
|
+
location_name?: string | undefined;
|
|
6108
|
+
timezone?: string | undefined;
|
|
6109
|
+
}, {
|
|
6110
|
+
location_name?: string | undefined;
|
|
6111
|
+
timezone?: string | undefined;
|
|
6112
|
+
}>>;
|
|
6103
6113
|
workspace_id: z.ZodString;
|
|
6104
6114
|
is_managed: z.ZodLiteral<false>;
|
|
6105
6115
|
can_remotely_unlock: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6157,6 +6167,10 @@ declare const unmanaged_device: z.ZodObject<{
|
|
|
6157
6167
|
online_access_codes_enabled?: boolean | undefined;
|
|
6158
6168
|
offline_access_codes_enabled?: boolean | undefined;
|
|
6159
6169
|
};
|
|
6170
|
+
location: {
|
|
6171
|
+
location_name?: string | undefined;
|
|
6172
|
+
timezone?: string | undefined;
|
|
6173
|
+
} | null;
|
|
6160
6174
|
workspace_id: string;
|
|
6161
6175
|
is_managed: false;
|
|
6162
6176
|
can_remotely_unlock?: boolean | undefined;
|
|
@@ -6214,6 +6228,10 @@ declare const unmanaged_device: z.ZodObject<{
|
|
|
6214
6228
|
online_access_codes_enabled?: boolean | undefined;
|
|
6215
6229
|
offline_access_codes_enabled?: boolean | undefined;
|
|
6216
6230
|
};
|
|
6231
|
+
location: {
|
|
6232
|
+
location_name?: string | undefined;
|
|
6233
|
+
timezone?: string | undefined;
|
|
6234
|
+
} | null;
|
|
6217
6235
|
workspace_id: string;
|
|
6218
6236
|
is_managed: false;
|
|
6219
6237
|
can_remotely_unlock?: boolean | undefined;
|
|
@@ -11306,6 +11324,21 @@ declare const _default: {
|
|
|
11306
11324
|
enum: boolean[];
|
|
11307
11325
|
type: string;
|
|
11308
11326
|
};
|
|
11327
|
+
location: {
|
|
11328
|
+
description: string;
|
|
11329
|
+
nullable: boolean;
|
|
11330
|
+
properties: {
|
|
11331
|
+
location_name: {
|
|
11332
|
+
description: string;
|
|
11333
|
+
type: string;
|
|
11334
|
+
};
|
|
11335
|
+
timezone: {
|
|
11336
|
+
description: string;
|
|
11337
|
+
type: string;
|
|
11338
|
+
};
|
|
11339
|
+
};
|
|
11340
|
+
type: string;
|
|
11341
|
+
};
|
|
11309
11342
|
properties: {
|
|
11310
11343
|
properties: {
|
|
11311
11344
|
accessory_keypad: {
|
|
@@ -17488,6 +17521,7 @@ declare const _default: {
|
|
|
17488
17521
|
type: string;
|
|
17489
17522
|
};
|
|
17490
17523
|
user_identifier_key: {
|
|
17524
|
+
description: string;
|
|
17491
17525
|
type: string;
|
|
17492
17526
|
};
|
|
17493
17527
|
};
|
|
@@ -17724,6 +17758,10 @@ declare const _default: {
|
|
|
17724
17758
|
description: string;
|
|
17725
17759
|
type: string;
|
|
17726
17760
|
};
|
|
17761
|
+
user_identifier_key: {
|
|
17762
|
+
description: string;
|
|
17763
|
+
type: string;
|
|
17764
|
+
};
|
|
17727
17765
|
};
|
|
17728
17766
|
type: string;
|
|
17729
17767
|
};
|
|
@@ -28601,8 +28639,9 @@ interface Routes {
|
|
|
28601
28639
|
queryParams: {};
|
|
28602
28640
|
jsonBody: {};
|
|
28603
28641
|
commonParams: {
|
|
28642
|
+
/** Returns webviews that can be accessed by the provided user_identifier_key. */
|
|
28604
28643
|
user_identifier_key?: string | undefined;
|
|
28605
|
-
/** Returns
|
|
28644
|
+
/** Returns webviews whose custom_metadata contains all of the provided key/value pairs. */
|
|
28606
28645
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
28607
28646
|
limit?: number;
|
|
28608
28647
|
};
|
|
@@ -28691,7 +28730,9 @@ interface Routes {
|
|
|
28691
28730
|
queryParams: {};
|
|
28692
28731
|
jsonBody: {};
|
|
28693
28732
|
commonParams: {
|
|
28694
|
-
/** Returns
|
|
28733
|
+
/** Returns accounts that can be accessed by the provided user_identifier_key. */
|
|
28734
|
+
user_identifier_key?: string | undefined;
|
|
28735
|
+
/** Returns accounts whose custom_metadata contains all of the provided key/value pairs. */
|
|
28695
28736
|
custom_metadata_has?: Record<string, string | boolean> | undefined;
|
|
28696
28737
|
};
|
|
28697
28738
|
formData: {};
|
|
@@ -29908,6 +29949,13 @@ interface Routes {
|
|
|
29908
29949
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
29909
29950
|
/** Unique identifier for the account associated with the device. */
|
|
29910
29951
|
connected_account_id: string;
|
|
29952
|
+
/** Location information for the device. */
|
|
29953
|
+
location: {
|
|
29954
|
+
/** Name of the device location. */
|
|
29955
|
+
location_name?: string | undefined;
|
|
29956
|
+
/** Time zone of the device location. */
|
|
29957
|
+
timezone?: string | undefined;
|
|
29958
|
+
} | null;
|
|
29911
29959
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
29912
29960
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
29913
29961
|
/** Unique identifier for the Seam workspace associated with the device. */
|
|
@@ -30020,6 +30068,13 @@ interface Routes {
|
|
|
30020
30068
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
30021
30069
|
/** Unique identifier for the account associated with the device. */
|
|
30022
30070
|
connected_account_id: string;
|
|
30071
|
+
/** Location information for the device. */
|
|
30072
|
+
location: {
|
|
30073
|
+
/** Name of the device location. */
|
|
30074
|
+
location_name?: string | undefined;
|
|
30075
|
+
/** Time zone of the device location. */
|
|
30076
|
+
timezone?: string | undefined;
|
|
30077
|
+
} | null;
|
|
30023
30078
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
30024
30079
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
30025
30080
|
/** Unique identifier for the Seam workspace associated with the device. */
|
|
@@ -46,7 +46,7 @@ export declare const ALL_DEVICE_PROVIDERS: [
|
|
|
46
46
|
export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
|
|
47
47
|
export declare const PROVIDER_CATEGORY_MAP: {
|
|
48
48
|
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch"];
|
|
49
|
-
readonly consumer_smartlocks: readonly ["august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze"];
|
|
49
|
+
readonly consumer_smartlocks: readonly ["august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee"];
|
|
50
50
|
readonly thermostats: readonly ["ecobee", "nest"];
|
|
51
51
|
readonly noise_sensors: readonly ["minut", "noiseaware"];
|
|
52
52
|
readonly access_control_systems: readonly ["pti", "visionline", "assa_abloy_credential_service", "latch"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,kBAAkB;IACpC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,6BAA6B,EAAE,+BAA+B;IAC9D,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;CACN,CAAA;AAKV,MAAM,CAAC,MAAM,oBAAoB,GAG7B,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAQ,CAAA;AAI1C,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE;QACN,QAAQ;QACR,eAAe;QACf,OAAO;QACP,SAAS;QACT,aAAa;QACb,MAAM;QACN,MAAM;QACN,OAAO;QACP,cAAc;QACd,OAAO;QACP,OAAO;QACP,SAAS;QACT,QAAQ;QACR,YAAY;QACZ,WAAW;QACX,QAAQ;QACR,aAAa;QACb,QAAQ;QACR,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;QACb,mBAAmB;QACnB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;KACR;IAED,mBAAmB,EAAE;QACnB,QAAQ;QACR,SAAS;QACT,MAAM;QACN,aAAa;QACb,MAAM;QACN,QAAQ;QACR,SAAS;QACT,WAAW;QACX,MAAM;
|
|
1
|
+
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const unmanaged_device: z.ZodObject<{
|
|
3
|
+
location: z.ZodNullable<z.ZodObject<{
|
|
4
|
+
location_name: z.ZodOptional<z.ZodString>;
|
|
5
|
+
timezone: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
location_name?: string | undefined;
|
|
8
|
+
timezone?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
location_name?: string | undefined;
|
|
11
|
+
timezone?: string | undefined;
|
|
12
|
+
}>>;
|
|
3
13
|
connected_account_id: z.ZodString;
|
|
4
14
|
created_at: z.ZodString;
|
|
5
15
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -184,6 +194,10 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
184
194
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
185
195
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
186
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
+
location: {
|
|
198
|
+
location_name?: string | undefined;
|
|
199
|
+
timezone?: string | undefined;
|
|
200
|
+
} | null;
|
|
187
201
|
connected_account_id: string;
|
|
188
202
|
created_at: string;
|
|
189
203
|
errors: ({
|
|
@@ -241,6 +255,10 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
241
255
|
can_simulate_connection?: boolean | undefined;
|
|
242
256
|
can_simulate_disconnection?: boolean | undefined;
|
|
243
257
|
}, {
|
|
258
|
+
location: {
|
|
259
|
+
location_name?: string | undefined;
|
|
260
|
+
timezone?: string | undefined;
|
|
261
|
+
} | null;
|
|
244
262
|
connected_account_id: string;
|
|
245
263
|
created_at: string;
|
|
246
264
|
errors: ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unmanaged-device.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/unmanaged-device.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,wBAAwB,EACxB,MAAM,EACN,uBAAuB,GACxB,MAAM,aAAa,CAAA;AAEpB,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM;KACnC,IAAI,CAAC;IACJ,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,IAAI;IAC1B,sBAAsB,EAAE,IAAI;IAC5B,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;CACjB,CAAC;KACD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAC5B,UAAU,EAAE,wBAAwB,CAAC,IAAI,CAAC;QACxC,gBAAgB,EAAE,IAAI;QACtB,IAAI,EAAE,IAAI;QACV,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE,IAAI;QAClB,SAAS,EAAE,IAAI;QACf,cAAc,EAAE,IAAI;QACpB,aAAa,EAAE,IAAI;QACnB,OAAO,EAAE,IAAI;QACb,2BAA2B,EAAE,IAAI;QACjC,4BAA4B,EAAE,IAAI;QAClC,KAAK,EAAE,IAAI;KACZ,CAAC;CACH,CAAC;KACD,KAAK,CAAC,uBAAuB,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"unmanaged-device.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/unmanaged-device.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,wBAAwB,EACxB,MAAM,EACN,uBAAuB,GACxB,MAAM,aAAa,CAAA;AAEpB,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM;KACnC,IAAI,CAAC;IACJ,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,IAAI;IAC1B,QAAQ,EAAE,IAAI;IACd,sBAAsB,EAAE,IAAI;IAC5B,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;CACjB,CAAC;KACD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAC5B,UAAU,EAAE,wBAAwB,CAAC,IAAI,CAAC;QACxC,gBAAgB,EAAE,IAAI;QACtB,IAAI,EAAE,IAAI;QACV,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE,IAAI;QAClB,SAAS,EAAE,IAAI;QACf,cAAc,EAAE,IAAI;QACpB,aAAa,EAAE,IAAI;QACnB,OAAO,EAAE,IAAI;QACb,2BAA2B,EAAE,IAAI;QACjC,4BAA4B,EAAE,IAAI;QAClC,KAAK,EAAE,IAAI;KACZ,CAAC;CACH,CAAC;KACD,KAAK,CAAC,uBAAuB,CAAC,CAAA"}
|
|
@@ -3477,6 +3477,21 @@ declare const _default: {
|
|
|
3477
3477
|
enum: boolean[];
|
|
3478
3478
|
type: string;
|
|
3479
3479
|
};
|
|
3480
|
+
location: {
|
|
3481
|
+
description: string;
|
|
3482
|
+
nullable: boolean;
|
|
3483
|
+
properties: {
|
|
3484
|
+
location_name: {
|
|
3485
|
+
description: string;
|
|
3486
|
+
type: string;
|
|
3487
|
+
};
|
|
3488
|
+
timezone: {
|
|
3489
|
+
description: string;
|
|
3490
|
+
type: string;
|
|
3491
|
+
};
|
|
3492
|
+
};
|
|
3493
|
+
type: string;
|
|
3494
|
+
};
|
|
3480
3495
|
properties: {
|
|
3481
3496
|
properties: {
|
|
3482
3497
|
accessory_keypad: {
|
|
@@ -9659,6 +9674,7 @@ declare const _default: {
|
|
|
9659
9674
|
type: string;
|
|
9660
9675
|
};
|
|
9661
9676
|
user_identifier_key: {
|
|
9677
|
+
description: string;
|
|
9662
9678
|
type: string;
|
|
9663
9679
|
};
|
|
9664
9680
|
};
|
|
@@ -9895,6 +9911,10 @@ declare const _default: {
|
|
|
9895
9911
|
description: string;
|
|
9896
9912
|
type: string;
|
|
9897
9913
|
};
|
|
9914
|
+
user_identifier_key: {
|
|
9915
|
+
description: string;
|
|
9916
|
+
type: string;
|
|
9917
|
+
};
|
|
9898
9918
|
};
|
|
9899
9919
|
type: string;
|
|
9900
9920
|
};
|
|
@@ -3961,6 +3961,21 @@ export default {
|
|
|
3961
3961
|
type: 'array',
|
|
3962
3962
|
},
|
|
3963
3963
|
is_managed: { enum: [false], type: 'boolean' },
|
|
3964
|
+
location: {
|
|
3965
|
+
description: 'Location information for the device.',
|
|
3966
|
+
nullable: true,
|
|
3967
|
+
properties: {
|
|
3968
|
+
location_name: {
|
|
3969
|
+
description: 'Name of the device location.',
|
|
3970
|
+
type: 'string',
|
|
3971
|
+
},
|
|
3972
|
+
timezone: {
|
|
3973
|
+
description: 'Time zone of the device location.',
|
|
3974
|
+
type: 'string',
|
|
3975
|
+
},
|
|
3976
|
+
},
|
|
3977
|
+
type: 'object',
|
|
3978
|
+
},
|
|
3964
3979
|
properties: {
|
|
3965
3980
|
properties: {
|
|
3966
3981
|
accessory_keypad: {
|
|
@@ -4103,6 +4118,7 @@ export default {
|
|
|
4103
4118
|
'device_id',
|
|
4104
4119
|
'device_type',
|
|
4105
4120
|
'connected_account_id',
|
|
4121
|
+
'location',
|
|
4106
4122
|
'capabilities_supported',
|
|
4107
4123
|
'workspace_id',
|
|
4108
4124
|
'errors',
|
|
@@ -8187,11 +8203,14 @@ export default {
|
|
|
8187
8203
|
additionalProperties: {
|
|
8188
8204
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
8189
8205
|
},
|
|
8190
|
-
description:
|
|
8206
|
+
description: 'Returns webviews whose custom_metadata contains all of the provided key/value pairs.',
|
|
8191
8207
|
type: 'object',
|
|
8192
8208
|
},
|
|
8193
8209
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
8194
|
-
user_identifier_key: {
|
|
8210
|
+
user_identifier_key: {
|
|
8211
|
+
description: 'Returns webviews that can be accessed by the provided user_identifier_key.',
|
|
8212
|
+
type: 'string',
|
|
8213
|
+
},
|
|
8195
8214
|
},
|
|
8196
8215
|
type: 'object',
|
|
8197
8216
|
},
|
|
@@ -8348,9 +8367,13 @@ export default {
|
|
|
8348
8367
|
additionalProperties: {
|
|
8349
8368
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
8350
8369
|
},
|
|
8351
|
-
description:
|
|
8370
|
+
description: 'Returns accounts whose custom_metadata contains all of the provided key/value pairs.',
|
|
8352
8371
|
type: 'object',
|
|
8353
8372
|
},
|
|
8373
|
+
user_identifier_key: {
|
|
8374
|
+
description: 'Returns accounts that can be accessed by the provided user_identifier_key.',
|
|
8375
|
+
type: 'string',
|
|
8376
|
+
},
|
|
8354
8377
|
},
|
|
8355
8378
|
type: 'object',
|
|
8356
8379
|
},
|