@seamapi/types 1.594.0 → 1.596.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 +270 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +534 -5
- package/dist/index.cjs +270 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +151 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +13 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +19 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +13 -0
- package/lib/seam/connect/openapi.d.ts +341 -0
- package/lib/seam/connect/openapi.js +257 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +122 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +5 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +271 -0
- package/src/lib/seam/connect/route-types.ts +156 -0
package/dist/connect.d.cts
CHANGED
|
@@ -11425,6 +11425,13 @@ declare const batch: z.ZodObject<{
|
|
|
11425
11425
|
fob_id?: number | undefined;
|
|
11426
11426
|
has_photo?: boolean | undefined;
|
|
11427
11427
|
}>>;
|
|
11428
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
11429
|
+
device_id: z.ZodString;
|
|
11430
|
+
}, "strip", z.ZodTypeAny, {
|
|
11431
|
+
device_id: string;
|
|
11432
|
+
}, {
|
|
11433
|
+
device_id: string;
|
|
11434
|
+
}>>;
|
|
11428
11435
|
}, "strip", z.ZodTypeAny, {
|
|
11429
11436
|
ecobee_metadata?: {
|
|
11430
11437
|
device_name: string;
|
|
@@ -11681,6 +11688,9 @@ declare const batch: z.ZodObject<{
|
|
|
11681
11688
|
fob_id?: number | undefined;
|
|
11682
11689
|
has_photo?: boolean | undefined;
|
|
11683
11690
|
} | undefined;
|
|
11691
|
+
ultraloq_metadata?: {
|
|
11692
|
+
device_id: string;
|
|
11693
|
+
} | undefined;
|
|
11684
11694
|
}, {
|
|
11685
11695
|
ecobee_metadata?: {
|
|
11686
11696
|
device_name: string;
|
|
@@ -11937,6 +11947,9 @@ declare const batch: z.ZodObject<{
|
|
|
11937
11947
|
fob_id?: number | undefined;
|
|
11938
11948
|
has_photo?: boolean | undefined;
|
|
11939
11949
|
} | undefined;
|
|
11950
|
+
ultraloq_metadata?: {
|
|
11951
|
+
device_id: string;
|
|
11952
|
+
} | undefined;
|
|
11940
11953
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11941
11954
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11942
11955
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -13717,6 +13730,9 @@ declare const batch: z.ZodObject<{
|
|
|
13717
13730
|
fob_id?: number | undefined;
|
|
13718
13731
|
has_photo?: boolean | undefined;
|
|
13719
13732
|
} | undefined;
|
|
13733
|
+
ultraloq_metadata?: {
|
|
13734
|
+
device_id: string;
|
|
13735
|
+
} | undefined;
|
|
13720
13736
|
} & {
|
|
13721
13737
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
13722
13738
|
code_constraints?: ({
|
|
@@ -14376,6 +14392,9 @@ declare const batch: z.ZodObject<{
|
|
|
14376
14392
|
fob_id?: number | undefined;
|
|
14377
14393
|
has_photo?: boolean | undefined;
|
|
14378
14394
|
} | undefined;
|
|
14395
|
+
ultraloq_metadata?: {
|
|
14396
|
+
device_id: string;
|
|
14397
|
+
} | undefined;
|
|
14379
14398
|
} & {
|
|
14380
14399
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
14381
14400
|
code_constraints?: ({
|
|
@@ -22034,6 +22053,13 @@ declare const batch: z.ZodObject<{
|
|
|
22034
22053
|
fob_id?: number | undefined;
|
|
22035
22054
|
has_photo?: boolean | undefined;
|
|
22036
22055
|
}>>;
|
|
22056
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
22057
|
+
device_id: z.ZodString;
|
|
22058
|
+
}, "strip", z.ZodTypeAny, {
|
|
22059
|
+
device_id: string;
|
|
22060
|
+
}, {
|
|
22061
|
+
device_id: string;
|
|
22062
|
+
}>>;
|
|
22037
22063
|
}, "strip", z.ZodTypeAny, {
|
|
22038
22064
|
ecobee_metadata?: {
|
|
22039
22065
|
device_name: string;
|
|
@@ -22290,6 +22316,9 @@ declare const batch: z.ZodObject<{
|
|
|
22290
22316
|
fob_id?: number | undefined;
|
|
22291
22317
|
has_photo?: boolean | undefined;
|
|
22292
22318
|
} | undefined;
|
|
22319
|
+
ultraloq_metadata?: {
|
|
22320
|
+
device_id: string;
|
|
22321
|
+
} | undefined;
|
|
22293
22322
|
}, {
|
|
22294
22323
|
ecobee_metadata?: {
|
|
22295
22324
|
device_name: string;
|
|
@@ -22546,6 +22575,9 @@ declare const batch: z.ZodObject<{
|
|
|
22546
22575
|
fob_id?: number | undefined;
|
|
22547
22576
|
has_photo?: boolean | undefined;
|
|
22548
22577
|
} | undefined;
|
|
22578
|
+
ultraloq_metadata?: {
|
|
22579
|
+
device_id: string;
|
|
22580
|
+
} | undefined;
|
|
22549
22581
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22550
22582
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
22551
22583
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -31380,6 +31412,9 @@ declare const batch: z.ZodObject<{
|
|
|
31380
31412
|
fob_id?: number | undefined;
|
|
31381
31413
|
has_photo?: boolean | undefined;
|
|
31382
31414
|
} | undefined;
|
|
31415
|
+
ultraloq_metadata?: {
|
|
31416
|
+
device_id: string;
|
|
31417
|
+
} | undefined;
|
|
31383
31418
|
} & {
|
|
31384
31419
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31385
31420
|
code_constraints?: ({
|
|
@@ -35279,6 +35314,9 @@ declare const batch: z.ZodObject<{
|
|
|
35279
35314
|
fob_id?: number | undefined;
|
|
35280
35315
|
has_photo?: boolean | undefined;
|
|
35281
35316
|
} | undefined;
|
|
35317
|
+
ultraloq_metadata?: {
|
|
35318
|
+
device_id: string;
|
|
35319
|
+
} | undefined;
|
|
35282
35320
|
} & {
|
|
35283
35321
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35284
35322
|
code_constraints?: ({
|
|
@@ -41009,6 +41047,13 @@ declare const device: z.ZodObject<{
|
|
|
41009
41047
|
fob_id?: number | undefined;
|
|
41010
41048
|
has_photo?: boolean | undefined;
|
|
41011
41049
|
}>>;
|
|
41050
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
41051
|
+
device_id: z.ZodString;
|
|
41052
|
+
}, "strip", z.ZodTypeAny, {
|
|
41053
|
+
device_id: string;
|
|
41054
|
+
}, {
|
|
41055
|
+
device_id: string;
|
|
41056
|
+
}>>;
|
|
41012
41057
|
}, "strip", z.ZodTypeAny, {
|
|
41013
41058
|
ecobee_metadata?: {
|
|
41014
41059
|
device_name: string;
|
|
@@ -41265,6 +41310,9 @@ declare const device: z.ZodObject<{
|
|
|
41265
41310
|
fob_id?: number | undefined;
|
|
41266
41311
|
has_photo?: boolean | undefined;
|
|
41267
41312
|
} | undefined;
|
|
41313
|
+
ultraloq_metadata?: {
|
|
41314
|
+
device_id: string;
|
|
41315
|
+
} | undefined;
|
|
41268
41316
|
}, {
|
|
41269
41317
|
ecobee_metadata?: {
|
|
41270
41318
|
device_name: string;
|
|
@@ -41521,6 +41569,9 @@ declare const device: z.ZodObject<{
|
|
|
41521
41569
|
fob_id?: number | undefined;
|
|
41522
41570
|
has_photo?: boolean | undefined;
|
|
41523
41571
|
} | undefined;
|
|
41572
|
+
ultraloq_metadata?: {
|
|
41573
|
+
device_id: string;
|
|
41574
|
+
} | undefined;
|
|
41524
41575
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41525
41576
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
41526
41577
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -43301,6 +43352,9 @@ declare const device: z.ZodObject<{
|
|
|
43301
43352
|
fob_id?: number | undefined;
|
|
43302
43353
|
has_photo?: boolean | undefined;
|
|
43303
43354
|
} | undefined;
|
|
43355
|
+
ultraloq_metadata?: {
|
|
43356
|
+
device_id: string;
|
|
43357
|
+
} | undefined;
|
|
43304
43358
|
} & {
|
|
43305
43359
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
43306
43360
|
code_constraints?: ({
|
|
@@ -43960,6 +44014,9 @@ declare const device: z.ZodObject<{
|
|
|
43960
44014
|
fob_id?: number | undefined;
|
|
43961
44015
|
has_photo?: boolean | undefined;
|
|
43962
44016
|
} | undefined;
|
|
44017
|
+
ultraloq_metadata?: {
|
|
44018
|
+
device_id: string;
|
|
44019
|
+
} | undefined;
|
|
43963
44020
|
} & {
|
|
43964
44021
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
43965
44022
|
code_constraints?: ({
|
|
@@ -44190,6 +44247,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
44190
44247
|
readonly KWIKSET2: "kwikset2";
|
|
44191
44248
|
readonly KEYNEST: "keynest";
|
|
44192
44249
|
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
44250
|
+
readonly ULTRALOQ: "ultraloq";
|
|
44193
44251
|
};
|
|
44194
44252
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
44195
44253
|
declare const device_provider: z.ZodObject<{
|
|
@@ -45295,6 +45353,13 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45295
45353
|
fob_id?: number | undefined;
|
|
45296
45354
|
has_photo?: boolean | undefined;
|
|
45297
45355
|
}>>;
|
|
45356
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
45357
|
+
device_id: z.ZodString;
|
|
45358
|
+
}, "strip", z.ZodTypeAny, {
|
|
45359
|
+
device_id: string;
|
|
45360
|
+
}, {
|
|
45361
|
+
device_id: string;
|
|
45362
|
+
}>>;
|
|
45298
45363
|
}, "strip", z.ZodTypeAny, {
|
|
45299
45364
|
ecobee_metadata?: {
|
|
45300
45365
|
device_name: string;
|
|
@@ -45551,6 +45616,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45551
45616
|
fob_id?: number | undefined;
|
|
45552
45617
|
has_photo?: boolean | undefined;
|
|
45553
45618
|
} | undefined;
|
|
45619
|
+
ultraloq_metadata?: {
|
|
45620
|
+
device_id: string;
|
|
45621
|
+
} | undefined;
|
|
45554
45622
|
}, {
|
|
45555
45623
|
ecobee_metadata?: {
|
|
45556
45624
|
device_name: string;
|
|
@@ -45807,6 +45875,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45807
45875
|
fob_id?: number | undefined;
|
|
45808
45876
|
has_photo?: boolean | undefined;
|
|
45809
45877
|
} | undefined;
|
|
45878
|
+
ultraloq_metadata?: {
|
|
45879
|
+
device_id: string;
|
|
45880
|
+
} | undefined;
|
|
45810
45881
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45811
45882
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
45812
45883
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -57285,6 +57356,17 @@ declare const _default: {
|
|
|
57285
57356
|
required: string[];
|
|
57286
57357
|
type: string;
|
|
57287
57358
|
};
|
|
57359
|
+
ultraloq_metadata: {
|
|
57360
|
+
description: string;
|
|
57361
|
+
properties: {
|
|
57362
|
+
device_id: {
|
|
57363
|
+
description: string;
|
|
57364
|
+
type: string;
|
|
57365
|
+
};
|
|
57366
|
+
};
|
|
57367
|
+
required: string[];
|
|
57368
|
+
type: string;
|
|
57369
|
+
};
|
|
57288
57370
|
visionline_metadata: {
|
|
57289
57371
|
description: string;
|
|
57290
57372
|
properties: {
|
|
@@ -70784,6 +70866,172 @@ declare const _default: {
|
|
|
70784
70866
|
'x-title': string;
|
|
70785
70867
|
};
|
|
70786
70868
|
};
|
|
70869
|
+
'/access_grants/unmanaged/update': {
|
|
70870
|
+
patch: {
|
|
70871
|
+
description: string;
|
|
70872
|
+
operationId: string;
|
|
70873
|
+
requestBody: {
|
|
70874
|
+
content: {
|
|
70875
|
+
'application/json': {
|
|
70876
|
+
schema: {
|
|
70877
|
+
properties: {
|
|
70878
|
+
access_grant_id: {
|
|
70879
|
+
description: string;
|
|
70880
|
+
format: string;
|
|
70881
|
+
type: string;
|
|
70882
|
+
};
|
|
70883
|
+
access_grant_key: {
|
|
70884
|
+
description: string;
|
|
70885
|
+
type: string;
|
|
70886
|
+
};
|
|
70887
|
+
is_managed: {
|
|
70888
|
+
description: string;
|
|
70889
|
+
enum: boolean[];
|
|
70890
|
+
type: string;
|
|
70891
|
+
};
|
|
70892
|
+
};
|
|
70893
|
+
required: string[];
|
|
70894
|
+
type: string;
|
|
70895
|
+
};
|
|
70896
|
+
};
|
|
70897
|
+
};
|
|
70898
|
+
};
|
|
70899
|
+
responses: {
|
|
70900
|
+
200: {
|
|
70901
|
+
content: {
|
|
70902
|
+
'application/json': {
|
|
70903
|
+
schema: {
|
|
70904
|
+
properties: {
|
|
70905
|
+
ok: {
|
|
70906
|
+
type: string;
|
|
70907
|
+
};
|
|
70908
|
+
};
|
|
70909
|
+
required: string[];
|
|
70910
|
+
type: string;
|
|
70911
|
+
};
|
|
70912
|
+
};
|
|
70913
|
+
};
|
|
70914
|
+
description: string;
|
|
70915
|
+
};
|
|
70916
|
+
400: {
|
|
70917
|
+
description: string;
|
|
70918
|
+
};
|
|
70919
|
+
401: {
|
|
70920
|
+
description: string;
|
|
70921
|
+
};
|
|
70922
|
+
};
|
|
70923
|
+
security: ({
|
|
70924
|
+
pat_with_workspace: never[];
|
|
70925
|
+
console_session_with_workspace?: never;
|
|
70926
|
+
api_key?: never;
|
|
70927
|
+
client_session_with_customer?: never;
|
|
70928
|
+
} | {
|
|
70929
|
+
console_session_with_workspace: never[];
|
|
70930
|
+
pat_with_workspace?: never;
|
|
70931
|
+
api_key?: never;
|
|
70932
|
+
client_session_with_customer?: never;
|
|
70933
|
+
} | {
|
|
70934
|
+
api_key: never[];
|
|
70935
|
+
pat_with_workspace?: never;
|
|
70936
|
+
console_session_with_workspace?: never;
|
|
70937
|
+
client_session_with_customer?: never;
|
|
70938
|
+
} | {
|
|
70939
|
+
client_session_with_customer: never[];
|
|
70940
|
+
pat_with_workspace?: never;
|
|
70941
|
+
console_session_with_workspace?: never;
|
|
70942
|
+
api_key?: never;
|
|
70943
|
+
})[];
|
|
70944
|
+
summary: string;
|
|
70945
|
+
tags: never[];
|
|
70946
|
+
'x-draft': string;
|
|
70947
|
+
'x-fern-sdk-group-name': string[];
|
|
70948
|
+
'x-fern-sdk-method-name': string;
|
|
70949
|
+
'x-response-key': null;
|
|
70950
|
+
'x-title': string;
|
|
70951
|
+
};
|
|
70952
|
+
post: {
|
|
70953
|
+
description: string;
|
|
70954
|
+
operationId: string;
|
|
70955
|
+
requestBody: {
|
|
70956
|
+
content: {
|
|
70957
|
+
'application/json': {
|
|
70958
|
+
schema: {
|
|
70959
|
+
properties: {
|
|
70960
|
+
access_grant_id: {
|
|
70961
|
+
description: string;
|
|
70962
|
+
format: string;
|
|
70963
|
+
type: string;
|
|
70964
|
+
};
|
|
70965
|
+
access_grant_key: {
|
|
70966
|
+
description: string;
|
|
70967
|
+
type: string;
|
|
70968
|
+
};
|
|
70969
|
+
is_managed: {
|
|
70970
|
+
description: string;
|
|
70971
|
+
enum: boolean[];
|
|
70972
|
+
type: string;
|
|
70973
|
+
};
|
|
70974
|
+
};
|
|
70975
|
+
required: string[];
|
|
70976
|
+
type: string;
|
|
70977
|
+
};
|
|
70978
|
+
};
|
|
70979
|
+
};
|
|
70980
|
+
};
|
|
70981
|
+
responses: {
|
|
70982
|
+
200: {
|
|
70983
|
+
content: {
|
|
70984
|
+
'application/json': {
|
|
70985
|
+
schema: {
|
|
70986
|
+
properties: {
|
|
70987
|
+
ok: {
|
|
70988
|
+
type: string;
|
|
70989
|
+
};
|
|
70990
|
+
};
|
|
70991
|
+
required: string[];
|
|
70992
|
+
type: string;
|
|
70993
|
+
};
|
|
70994
|
+
};
|
|
70995
|
+
};
|
|
70996
|
+
description: string;
|
|
70997
|
+
};
|
|
70998
|
+
400: {
|
|
70999
|
+
description: string;
|
|
71000
|
+
};
|
|
71001
|
+
401: {
|
|
71002
|
+
description: string;
|
|
71003
|
+
};
|
|
71004
|
+
};
|
|
71005
|
+
security: ({
|
|
71006
|
+
pat_with_workspace: never[];
|
|
71007
|
+
console_session_with_workspace?: never;
|
|
71008
|
+
api_key?: never;
|
|
71009
|
+
client_session_with_customer?: never;
|
|
71010
|
+
} | {
|
|
71011
|
+
console_session_with_workspace: never[];
|
|
71012
|
+
pat_with_workspace?: never;
|
|
71013
|
+
api_key?: never;
|
|
71014
|
+
client_session_with_customer?: never;
|
|
71015
|
+
} | {
|
|
71016
|
+
api_key: never[];
|
|
71017
|
+
pat_with_workspace?: never;
|
|
71018
|
+
console_session_with_workspace?: never;
|
|
71019
|
+
client_session_with_customer?: never;
|
|
71020
|
+
} | {
|
|
71021
|
+
client_session_with_customer: never[];
|
|
71022
|
+
pat_with_workspace?: never;
|
|
71023
|
+
console_session_with_workspace?: never;
|
|
71024
|
+
api_key?: never;
|
|
71025
|
+
})[];
|
|
71026
|
+
summary: string;
|
|
71027
|
+
tags: never[];
|
|
71028
|
+
'x-draft': string;
|
|
71029
|
+
'x-fern-sdk-group-name': string[];
|
|
71030
|
+
'x-fern-sdk-method-name': string;
|
|
71031
|
+
'x-response-key': null;
|
|
71032
|
+
'x-title': string;
|
|
71033
|
+
};
|
|
71034
|
+
};
|
|
70787
71035
|
'/access_grants/update': {
|
|
70788
71036
|
patch: {
|
|
70789
71037
|
description: string;
|
|
@@ -104757,6 +105005,170 @@ declare const _default: {
|
|
|
104757
105005
|
'x-title': string;
|
|
104758
105006
|
};
|
|
104759
105007
|
};
|
|
105008
|
+
'/user_identities/unmanaged/update': {
|
|
105009
|
+
patch: {
|
|
105010
|
+
description: string;
|
|
105011
|
+
operationId: string;
|
|
105012
|
+
requestBody: {
|
|
105013
|
+
content: {
|
|
105014
|
+
'application/json': {
|
|
105015
|
+
schema: {
|
|
105016
|
+
properties: {
|
|
105017
|
+
is_managed: {
|
|
105018
|
+
description: string;
|
|
105019
|
+
enum: boolean[];
|
|
105020
|
+
type: string;
|
|
105021
|
+
};
|
|
105022
|
+
user_identity_id: {
|
|
105023
|
+
description: string;
|
|
105024
|
+
format: string;
|
|
105025
|
+
type: string;
|
|
105026
|
+
};
|
|
105027
|
+
user_identity_key: {
|
|
105028
|
+
description: string;
|
|
105029
|
+
type: string;
|
|
105030
|
+
};
|
|
105031
|
+
};
|
|
105032
|
+
required: string[];
|
|
105033
|
+
type: string;
|
|
105034
|
+
};
|
|
105035
|
+
};
|
|
105036
|
+
};
|
|
105037
|
+
};
|
|
105038
|
+
responses: {
|
|
105039
|
+
200: {
|
|
105040
|
+
content: {
|
|
105041
|
+
'application/json': {
|
|
105042
|
+
schema: {
|
|
105043
|
+
properties: {
|
|
105044
|
+
ok: {
|
|
105045
|
+
type: string;
|
|
105046
|
+
};
|
|
105047
|
+
};
|
|
105048
|
+
required: string[];
|
|
105049
|
+
type: string;
|
|
105050
|
+
};
|
|
105051
|
+
};
|
|
105052
|
+
};
|
|
105053
|
+
description: string;
|
|
105054
|
+
};
|
|
105055
|
+
400: {
|
|
105056
|
+
description: string;
|
|
105057
|
+
};
|
|
105058
|
+
401: {
|
|
105059
|
+
description: string;
|
|
105060
|
+
};
|
|
105061
|
+
};
|
|
105062
|
+
security: ({
|
|
105063
|
+
api_key: never[];
|
|
105064
|
+
client_session?: never;
|
|
105065
|
+
pat_with_workspace?: never;
|
|
105066
|
+
console_session_with_workspace?: never;
|
|
105067
|
+
} | {
|
|
105068
|
+
client_session: never[];
|
|
105069
|
+
api_key?: never;
|
|
105070
|
+
pat_with_workspace?: never;
|
|
105071
|
+
console_session_with_workspace?: never;
|
|
105072
|
+
} | {
|
|
105073
|
+
pat_with_workspace: never[];
|
|
105074
|
+
api_key?: never;
|
|
105075
|
+
client_session?: never;
|
|
105076
|
+
console_session_with_workspace?: never;
|
|
105077
|
+
} | {
|
|
105078
|
+
console_session_with_workspace: never[];
|
|
105079
|
+
api_key?: never;
|
|
105080
|
+
client_session?: never;
|
|
105081
|
+
pat_with_workspace?: never;
|
|
105082
|
+
})[];
|
|
105083
|
+
summary: string;
|
|
105084
|
+
tags: string[];
|
|
105085
|
+
'x-fern-sdk-group-name': string[];
|
|
105086
|
+
'x-fern-sdk-method-name': string;
|
|
105087
|
+
'x-response-key': null;
|
|
105088
|
+
'x-title': string;
|
|
105089
|
+
};
|
|
105090
|
+
post: {
|
|
105091
|
+
description: string;
|
|
105092
|
+
operationId: string;
|
|
105093
|
+
requestBody: {
|
|
105094
|
+
content: {
|
|
105095
|
+
'application/json': {
|
|
105096
|
+
schema: {
|
|
105097
|
+
properties: {
|
|
105098
|
+
is_managed: {
|
|
105099
|
+
description: string;
|
|
105100
|
+
enum: boolean[];
|
|
105101
|
+
type: string;
|
|
105102
|
+
};
|
|
105103
|
+
user_identity_id: {
|
|
105104
|
+
description: string;
|
|
105105
|
+
format: string;
|
|
105106
|
+
type: string;
|
|
105107
|
+
};
|
|
105108
|
+
user_identity_key: {
|
|
105109
|
+
description: string;
|
|
105110
|
+
type: string;
|
|
105111
|
+
};
|
|
105112
|
+
};
|
|
105113
|
+
required: string[];
|
|
105114
|
+
type: string;
|
|
105115
|
+
};
|
|
105116
|
+
};
|
|
105117
|
+
};
|
|
105118
|
+
};
|
|
105119
|
+
responses: {
|
|
105120
|
+
200: {
|
|
105121
|
+
content: {
|
|
105122
|
+
'application/json': {
|
|
105123
|
+
schema: {
|
|
105124
|
+
properties: {
|
|
105125
|
+
ok: {
|
|
105126
|
+
type: string;
|
|
105127
|
+
};
|
|
105128
|
+
};
|
|
105129
|
+
required: string[];
|
|
105130
|
+
type: string;
|
|
105131
|
+
};
|
|
105132
|
+
};
|
|
105133
|
+
};
|
|
105134
|
+
description: string;
|
|
105135
|
+
};
|
|
105136
|
+
400: {
|
|
105137
|
+
description: string;
|
|
105138
|
+
};
|
|
105139
|
+
401: {
|
|
105140
|
+
description: string;
|
|
105141
|
+
};
|
|
105142
|
+
};
|
|
105143
|
+
security: ({
|
|
105144
|
+
api_key: never[];
|
|
105145
|
+
client_session?: never;
|
|
105146
|
+
pat_with_workspace?: never;
|
|
105147
|
+
console_session_with_workspace?: never;
|
|
105148
|
+
} | {
|
|
105149
|
+
client_session: never[];
|
|
105150
|
+
api_key?: never;
|
|
105151
|
+
pat_with_workspace?: never;
|
|
105152
|
+
console_session_with_workspace?: never;
|
|
105153
|
+
} | {
|
|
105154
|
+
pat_with_workspace: never[];
|
|
105155
|
+
api_key?: never;
|
|
105156
|
+
client_session?: never;
|
|
105157
|
+
console_session_with_workspace?: never;
|
|
105158
|
+
} | {
|
|
105159
|
+
console_session_with_workspace: never[];
|
|
105160
|
+
api_key?: never;
|
|
105161
|
+
client_session?: never;
|
|
105162
|
+
pat_with_workspace?: never;
|
|
105163
|
+
})[];
|
|
105164
|
+
summary: string;
|
|
105165
|
+
tags: string[];
|
|
105166
|
+
'x-fern-sdk-group-name': string[];
|
|
105167
|
+
'x-fern-sdk-method-name': string;
|
|
105168
|
+
'x-response-key': null;
|
|
105169
|
+
'x-title': string;
|
|
105170
|
+
};
|
|
105171
|
+
};
|
|
104760
105172
|
'/user_identities/update': {
|
|
104761
105173
|
patch: {
|
|
104762
105174
|
description: string;
|
|
@@ -117960,6 +118372,11 @@ type Routes = {
|
|
|
117960
118372
|
/** Whether the KeyNest device has a photo. */
|
|
117961
118373
|
has_photo?: boolean | undefined;
|
|
117962
118374
|
} | undefined;
|
|
118375
|
+
/** Metadata for a Ultraloq device. */
|
|
118376
|
+
ultraloq_metadata?: {
|
|
118377
|
+
/** Device ID for a Ultraloq device. */
|
|
118378
|
+
device_id: string;
|
|
118379
|
+
} | undefined;
|
|
117963
118380
|
}) & ({
|
|
117964
118381
|
/** */
|
|
117965
118382
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -119304,6 +119721,22 @@ type Routes = {
|
|
|
119304
119721
|
}[];
|
|
119305
119722
|
};
|
|
119306
119723
|
};
|
|
119724
|
+
'/access_grants/unmanaged/update': {
|
|
119725
|
+
route: '/access_grants/unmanaged/update';
|
|
119726
|
+
method: 'PATCH' | 'POST';
|
|
119727
|
+
queryParams: {};
|
|
119728
|
+
jsonBody: {
|
|
119729
|
+
/** ID of the unmanaged Access Grant to update. */
|
|
119730
|
+
access_grant_id: string;
|
|
119731
|
+
/** Must be set to true to convert the unmanaged access grant to managed. */
|
|
119732
|
+
is_managed: true;
|
|
119733
|
+
/** Unique key for the access grant. If not provided, the existing key will be preserved. */
|
|
119734
|
+
access_grant_key?: string | undefined;
|
|
119735
|
+
};
|
|
119736
|
+
commonParams: {};
|
|
119737
|
+
formData: {};
|
|
119738
|
+
jsonResponse: {};
|
|
119739
|
+
};
|
|
119307
119740
|
'/access_grants/update': {
|
|
119308
119741
|
route: '/access_grants/update';
|
|
119309
119742
|
method: 'POST' | 'PATCH';
|
|
@@ -121351,6 +121784,11 @@ type Routes = {
|
|
|
121351
121784
|
/** Whether the KeyNest device has a photo. */
|
|
121352
121785
|
has_photo?: boolean | undefined;
|
|
121353
121786
|
} | undefined;
|
|
121787
|
+
/** Metadata for a Ultraloq device. */
|
|
121788
|
+
ultraloq_metadata?: {
|
|
121789
|
+
/** Device ID for a Ultraloq device. */
|
|
121790
|
+
device_id: string;
|
|
121791
|
+
} | undefined;
|
|
121354
121792
|
}) & ({
|
|
121355
121793
|
/** */
|
|
121356
121794
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -137971,7 +138409,7 @@ type Routes = {
|
|
|
137971
138409
|
/** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
|
|
137972
138410
|
customer_key?: string | undefined;
|
|
137973
138411
|
/** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
|
|
137974
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
138412
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
137975
138413
|
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
137976
138414
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
137977
138415
|
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -139958,6 +140396,11 @@ type Routes = {
|
|
|
139958
140396
|
/** Whether the KeyNest device has a photo. */
|
|
139959
140397
|
has_photo?: boolean | undefined;
|
|
139960
140398
|
} | undefined;
|
|
140399
|
+
/** Metadata for a Ultraloq device. */
|
|
140400
|
+
ultraloq_metadata?: {
|
|
140401
|
+
/** Device ID for a Ultraloq device. */
|
|
140402
|
+
device_id: string;
|
|
140403
|
+
} | undefined;
|
|
139961
140404
|
}) & ({
|
|
139962
140405
|
/** */
|
|
139963
140406
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -140593,7 +141036,7 @@ type Routes = {
|
|
|
140593
141036
|
/** Array of device types for which you want to list devices. */
|
|
140594
141037
|
device_types?: (('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' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
140595
141038
|
/** Manufacturer for which you want to list devices. */
|
|
140596
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
141039
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
140597
141040
|
/** Array of device IDs for which you want to list devices. */
|
|
140598
141041
|
device_ids?: string[] | undefined;
|
|
140599
141042
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -141214,6 +141657,11 @@ type Routes = {
|
|
|
141214
141657
|
/** Whether the KeyNest device has a photo. */
|
|
141215
141658
|
has_photo?: boolean | undefined;
|
|
141216
141659
|
} | undefined;
|
|
141660
|
+
/** Metadata for a Ultraloq device. */
|
|
141661
|
+
ultraloq_metadata?: {
|
|
141662
|
+
/** Device ID for a Ultraloq device. */
|
|
141663
|
+
device_id: string;
|
|
141664
|
+
} | undefined;
|
|
141217
141665
|
}) & ({
|
|
141218
141666
|
/** */
|
|
141219
141667
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -141851,7 +142299,7 @@ type Routes = {
|
|
|
141851
142299
|
formData: {};
|
|
141852
142300
|
jsonResponse: {
|
|
141853
142301
|
device_providers: {
|
|
141854
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance';
|
|
142302
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq';
|
|
141855
142303
|
display_name: string;
|
|
141856
142304
|
image_url: string;
|
|
141857
142305
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
|
|
@@ -142367,7 +142815,7 @@ type Routes = {
|
|
|
142367
142815
|
/** Array of device types for which you want to list devices. */
|
|
142368
142816
|
device_types?: (('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' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
142369
142817
|
/** Manufacturer for which you want to list devices. */
|
|
142370
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
142818
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
142371
142819
|
/** Array of device IDs for which you want to list devices. */
|
|
142372
142820
|
device_ids?: string[] | undefined;
|
|
142373
142821
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -147391,6 +147839,11 @@ type Routes = {
|
|
|
147391
147839
|
/** Whether the KeyNest device has a photo. */
|
|
147392
147840
|
has_photo?: boolean | undefined;
|
|
147393
147841
|
} | undefined;
|
|
147842
|
+
/** Metadata for a Ultraloq device. */
|
|
147843
|
+
ultraloq_metadata?: {
|
|
147844
|
+
/** Device ID for a Ultraloq device. */
|
|
147845
|
+
device_id: string;
|
|
147846
|
+
} | undefined;
|
|
147394
147847
|
}) & ({
|
|
147395
147848
|
/** */
|
|
147396
147849
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -148598,6 +149051,11 @@ type Routes = {
|
|
|
148598
149051
|
/** Whether the KeyNest device has a photo. */
|
|
148599
149052
|
has_photo?: boolean | undefined;
|
|
148600
149053
|
} | undefined;
|
|
149054
|
+
/** Metadata for a Ultraloq device. */
|
|
149055
|
+
ultraloq_metadata?: {
|
|
149056
|
+
/** Device ID for a Ultraloq device. */
|
|
149057
|
+
device_id: string;
|
|
149058
|
+
} | undefined;
|
|
148601
149059
|
}) & ({
|
|
148602
149060
|
/** */
|
|
148603
149061
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -149233,7 +149691,7 @@ type Routes = {
|
|
|
149233
149691
|
/** Device types of the locks that you want to list. */
|
|
149234
149692
|
device_types?: ('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' | 'akiles_lock')[] | undefined;
|
|
149235
149693
|
/** Manufacturer of the locks that you want to list. */
|
|
149236
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings') | undefined;
|
|
149694
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
149237
149695
|
/** Array of device IDs for which you want to list devices. */
|
|
149238
149696
|
device_ids?: string[] | undefined;
|
|
149239
149697
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -149854,6 +150312,11 @@ type Routes = {
|
|
|
149854
150312
|
/** Whether the KeyNest device has a photo. */
|
|
149855
150313
|
has_photo?: boolean | undefined;
|
|
149856
150314
|
} | undefined;
|
|
150315
|
+
/** Metadata for a Ultraloq device. */
|
|
150316
|
+
ultraloq_metadata?: {
|
|
150317
|
+
/** Device ID for a Ultraloq device. */
|
|
150318
|
+
device_id: string;
|
|
150319
|
+
} | undefined;
|
|
149857
150320
|
}) & ({
|
|
149858
150321
|
/** */
|
|
149859
150322
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -151060,6 +151523,11 @@ type Routes = {
|
|
|
151060
151523
|
/** Whether the KeyNest device has a photo. */
|
|
151061
151524
|
has_photo?: boolean | undefined;
|
|
151062
151525
|
} | undefined;
|
|
151526
|
+
/** Metadata for a Ultraloq device. */
|
|
151527
|
+
ultraloq_metadata?: {
|
|
151528
|
+
/** Device ID for a Ultraloq device. */
|
|
151529
|
+
device_id: string;
|
|
151530
|
+
} | undefined;
|
|
151063
151531
|
}) & ({
|
|
151064
151532
|
/** */
|
|
151065
151533
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -157354,6 +157822,11 @@ type Routes = {
|
|
|
157354
157822
|
/** Whether the KeyNest device has a photo. */
|
|
157355
157823
|
has_photo?: boolean | undefined;
|
|
157356
157824
|
} | undefined;
|
|
157825
|
+
/** Metadata for a Ultraloq device. */
|
|
157826
|
+
ultraloq_metadata?: {
|
|
157827
|
+
/** Device ID for a Ultraloq device. */
|
|
157828
|
+
device_id: string;
|
|
157829
|
+
} | undefined;
|
|
157357
157830
|
}) & ({
|
|
157358
157831
|
/** */
|
|
157359
157832
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -158560,6 +159033,11 @@ type Routes = {
|
|
|
158560
159033
|
/** Whether the KeyNest device has a photo. */
|
|
158561
159034
|
has_photo?: boolean | undefined;
|
|
158562
159035
|
} | undefined;
|
|
159036
|
+
/** Metadata for a Ultraloq device. */
|
|
159037
|
+
ultraloq_metadata?: {
|
|
159038
|
+
/** Device ID for a Ultraloq device. */
|
|
159039
|
+
device_id: string;
|
|
159040
|
+
} | undefined;
|
|
158563
159041
|
}) & ({
|
|
158564
159042
|
/** */
|
|
158565
159043
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -167404,6 +167882,11 @@ type Routes = {
|
|
|
167404
167882
|
/** Whether the KeyNest device has a photo. */
|
|
167405
167883
|
has_photo?: boolean | undefined;
|
|
167406
167884
|
} | undefined;
|
|
167885
|
+
/** Metadata for a Ultraloq device. */
|
|
167886
|
+
ultraloq_metadata?: {
|
|
167887
|
+
/** Device ID for a Ultraloq device. */
|
|
167888
|
+
device_id: string;
|
|
167889
|
+
} | undefined;
|
|
167407
167890
|
}) & ({
|
|
167408
167891
|
/** */
|
|
167409
167892
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -173010,6 +173493,11 @@ type Routes = {
|
|
|
173010
173493
|
/** Whether the KeyNest device has a photo. */
|
|
173011
173494
|
has_photo?: boolean | undefined;
|
|
173012
173495
|
} | undefined;
|
|
173496
|
+
/** Metadata for a Ultraloq device. */
|
|
173497
|
+
ultraloq_metadata?: {
|
|
173498
|
+
/** Device ID for a Ultraloq device. */
|
|
173499
|
+
device_id: string;
|
|
173500
|
+
} | undefined;
|
|
173013
173501
|
}) & ({
|
|
173014
173502
|
/** */
|
|
173015
173503
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -176798,6 +177286,11 @@ type Routes = {
|
|
|
176798
177286
|
/** Whether the KeyNest device has a photo. */
|
|
176799
177287
|
has_photo?: boolean | undefined;
|
|
176800
177288
|
} | undefined;
|
|
177289
|
+
/** Metadata for a Ultraloq device. */
|
|
177290
|
+
ultraloq_metadata?: {
|
|
177291
|
+
/** Device ID for a Ultraloq device. */
|
|
177292
|
+
device_id: string;
|
|
177293
|
+
} | undefined;
|
|
176801
177294
|
}) & ({
|
|
176802
177295
|
/** */
|
|
176803
177296
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -178004,6 +178497,11 @@ type Routes = {
|
|
|
178004
178497
|
/** Whether the KeyNest device has a photo. */
|
|
178005
178498
|
has_photo?: boolean | undefined;
|
|
178006
178499
|
} | undefined;
|
|
178500
|
+
/** Metadata for a Ultraloq device. */
|
|
178501
|
+
ultraloq_metadata?: {
|
|
178502
|
+
/** Device ID for a Ultraloq device. */
|
|
178503
|
+
device_id: string;
|
|
178504
|
+
} | undefined;
|
|
178007
178505
|
}) & ({
|
|
178008
178506
|
/** */
|
|
178009
178507
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -185153,6 +185651,11 @@ type Routes = {
|
|
|
185153
185651
|
/** Whether the KeyNest device has a photo. */
|
|
185154
185652
|
has_photo?: boolean | undefined;
|
|
185155
185653
|
} | undefined;
|
|
185654
|
+
/** Metadata for a Ultraloq device. */
|
|
185655
|
+
ultraloq_metadata?: {
|
|
185656
|
+
/** Device ID for a Ultraloq device. */
|
|
185657
|
+
device_id: string;
|
|
185658
|
+
} | undefined;
|
|
185156
185659
|
}) & ({
|
|
185157
185660
|
/** */
|
|
185158
185661
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -186361,6 +186864,11 @@ type Routes = {
|
|
|
186361
186864
|
/** Whether the KeyNest device has a photo. */
|
|
186362
186865
|
has_photo?: boolean | undefined;
|
|
186363
186866
|
} | undefined;
|
|
186867
|
+
/** Metadata for a Ultraloq device. */
|
|
186868
|
+
ultraloq_metadata?: {
|
|
186869
|
+
/** Device ID for a Ultraloq device. */
|
|
186870
|
+
device_id: string;
|
|
186871
|
+
} | undefined;
|
|
186364
186872
|
}) & ({
|
|
186365
186873
|
/** */
|
|
186366
186874
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -187474,6 +187982,22 @@ type Routes = {
|
|
|
187474
187982
|
}[];
|
|
187475
187983
|
};
|
|
187476
187984
|
};
|
|
187985
|
+
'/user_identities/unmanaged/update': {
|
|
187986
|
+
route: '/user_identities/unmanaged/update';
|
|
187987
|
+
method: 'PATCH' | 'POST';
|
|
187988
|
+
queryParams: {};
|
|
187989
|
+
jsonBody: {
|
|
187990
|
+
/** ID of the unmanaged user identity that you want to update. */
|
|
187991
|
+
user_identity_id: string;
|
|
187992
|
+
/** Must be set to true to convert the unmanaged user identity to managed. */
|
|
187993
|
+
is_managed: true;
|
|
187994
|
+
/** Unique key for the user identity. If not provided, the existing key will be preserved. */
|
|
187995
|
+
user_identity_key?: string | undefined;
|
|
187996
|
+
};
|
|
187997
|
+
commonParams: {};
|
|
187998
|
+
formData: {};
|
|
187999
|
+
jsonResponse: {};
|
|
188000
|
+
};
|
|
187477
188001
|
'/user_identities/update': {
|
|
187478
188002
|
route: '/user_identities/update';
|
|
187479
188003
|
method: 'PATCH' | 'POST';
|
|
@@ -188460,6 +188984,11 @@ type Routes = {
|
|
|
188460
188984
|
/** Whether the KeyNest device has a photo. */
|
|
188461
188985
|
has_photo?: boolean | undefined;
|
|
188462
188986
|
} | undefined;
|
|
188987
|
+
/** Metadata for a Ultraloq device. */
|
|
188988
|
+
ultraloq_metadata?: {
|
|
188989
|
+
/** Device ID for a Ultraloq device. */
|
|
188990
|
+
device_id: string;
|
|
188991
|
+
} | undefined;
|
|
188463
188992
|
}) & ({
|
|
188464
188993
|
/** */
|
|
188465
188994
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|