@seamapi/types 1.986.0 → 1.987.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/lib/seam/connect/models/acs/acs-entrance.d.ts +4 -4
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +8 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +19 -0
- package/lib/seam/connect/models/devices/device.js +3 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +15 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +18 -18
- package/lib/seam/connect/openapi.js +16 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +10 -0
- package/src/lib/seam/connect/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +20 -0
- package/src/lib/seam/connect/route-types.ts +128 -0
|
@@ -400,16 +400,16 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
|
401
401
|
door_name?: string | undefined;
|
|
402
402
|
door_id?: string | undefined;
|
|
403
|
+
room_name?: string | undefined;
|
|
403
404
|
door_description?: string | undefined;
|
|
404
405
|
audit_on_keys?: boolean | undefined;
|
|
405
|
-
room_name?: string | undefined;
|
|
406
406
|
room_description?: string | undefined;
|
|
407
407
|
}, {
|
|
408
408
|
door_name?: string | undefined;
|
|
409
409
|
door_id?: string | undefined;
|
|
410
|
+
room_name?: string | undefined;
|
|
410
411
|
door_description?: string | undefined;
|
|
411
412
|
audit_on_keys?: boolean | undefined;
|
|
412
|
-
room_name?: string | undefined;
|
|
413
413
|
room_description?: string | undefined;
|
|
414
414
|
}>>;
|
|
415
415
|
dormakaba_ambiance_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -598,9 +598,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
598
598
|
salto_space_metadata?: {
|
|
599
599
|
door_name?: string | undefined;
|
|
600
600
|
door_id?: string | undefined;
|
|
601
|
+
room_name?: string | undefined;
|
|
601
602
|
door_description?: string | undefined;
|
|
602
603
|
audit_on_keys?: boolean | undefined;
|
|
603
|
-
room_name?: string | undefined;
|
|
604
604
|
room_description?: string | undefined;
|
|
605
605
|
} | undefined;
|
|
606
606
|
dormakaba_ambiance_metadata?: {
|
|
@@ -710,9 +710,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
710
710
|
salto_space_metadata?: {
|
|
711
711
|
door_name?: string | undefined;
|
|
712
712
|
door_id?: string | undefined;
|
|
713
|
+
room_name?: string | undefined;
|
|
713
714
|
door_description?: string | undefined;
|
|
714
715
|
audit_on_keys?: boolean | undefined;
|
|
715
|
-
room_name?: string | undefined;
|
|
716
716
|
room_description?: string | undefined;
|
|
717
717
|
} | undefined;
|
|
718
718
|
dormakaba_ambiance_metadata?: {
|
|
@@ -862,9 +862,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
862
862
|
salto_space_metadata?: {
|
|
863
863
|
door_name?: string | undefined;
|
|
864
864
|
door_id?: string | undefined;
|
|
865
|
+
room_name?: string | undefined;
|
|
865
866
|
door_description?: string | undefined;
|
|
866
867
|
audit_on_keys?: boolean | undefined;
|
|
867
|
-
room_name?: string | undefined;
|
|
868
868
|
room_description?: string | undefined;
|
|
869
869
|
} | undefined;
|
|
870
870
|
dormakaba_ambiance_metadata?: {
|
|
@@ -1051,9 +1051,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1051
1051
|
salto_space_metadata?: {
|
|
1052
1052
|
door_name?: string | undefined;
|
|
1053
1053
|
door_id?: string | undefined;
|
|
1054
|
+
room_name?: string | undefined;
|
|
1054
1055
|
door_description?: string | undefined;
|
|
1055
1056
|
audit_on_keys?: boolean | undefined;
|
|
1056
|
-
room_name?: string | undefined;
|
|
1057
1057
|
room_description?: string | undefined;
|
|
1058
1058
|
} | undefined;
|
|
1059
1059
|
dormakaba_ambiance_metadata?: {
|
|
@@ -1242,9 +1242,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1242
1242
|
salto_space_metadata?: {
|
|
1243
1243
|
door_name?: string | undefined;
|
|
1244
1244
|
door_id?: string | undefined;
|
|
1245
|
+
room_name?: string | undefined;
|
|
1245
1246
|
door_description?: string | undefined;
|
|
1246
1247
|
audit_on_keys?: boolean | undefined;
|
|
1247
|
-
room_name?: string | undefined;
|
|
1248
1248
|
room_description?: string | undefined;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
dormakaba_ambiance_metadata?: {
|
|
@@ -1439,9 +1439,9 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1439
1439
|
salto_space_metadata?: {
|
|
1440
1440
|
door_name?: string | undefined;
|
|
1441
1441
|
door_id?: string | undefined;
|
|
1442
|
+
room_name?: string | undefined;
|
|
1442
1443
|
door_description?: string | undefined;
|
|
1443
1444
|
audit_on_keys?: boolean | undefined;
|
|
1444
|
-
room_name?: string | undefined;
|
|
1445
1445
|
room_description?: string | undefined;
|
|
1446
1446
|
} | undefined;
|
|
1447
1447
|
dormakaba_ambiance_metadata?: {
|
|
@@ -1896,16 +1896,16 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1896
1896
|
}, "strip", z.ZodTypeAny, {
|
|
1897
1897
|
door_name?: string | undefined;
|
|
1898
1898
|
door_id?: string | undefined;
|
|
1899
|
+
room_name?: string | undefined;
|
|
1899
1900
|
door_description?: string | undefined;
|
|
1900
1901
|
audit_on_keys?: boolean | undefined;
|
|
1901
|
-
room_name?: string | undefined;
|
|
1902
1902
|
room_description?: string | undefined;
|
|
1903
1903
|
}, {
|
|
1904
1904
|
door_name?: string | undefined;
|
|
1905
1905
|
door_id?: string | undefined;
|
|
1906
|
+
room_name?: string | undefined;
|
|
1906
1907
|
door_description?: string | undefined;
|
|
1907
1908
|
audit_on_keys?: boolean | undefined;
|
|
1908
|
-
room_name?: string | undefined;
|
|
1909
1909
|
room_description?: string | undefined;
|
|
1910
1910
|
}>>;
|
|
1911
1911
|
dormakaba_ambiance_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2094,9 +2094,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2094
2094
|
salto_space_metadata?: {
|
|
2095
2095
|
door_name?: string | undefined;
|
|
2096
2096
|
door_id?: string | undefined;
|
|
2097
|
+
room_name?: string | undefined;
|
|
2097
2098
|
door_description?: string | undefined;
|
|
2098
2099
|
audit_on_keys?: boolean | undefined;
|
|
2099
|
-
room_name?: string | undefined;
|
|
2100
2100
|
room_description?: string | undefined;
|
|
2101
2101
|
} | undefined;
|
|
2102
2102
|
dormakaba_ambiance_metadata?: {
|
|
@@ -2206,9 +2206,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2206
2206
|
salto_space_metadata?: {
|
|
2207
2207
|
door_name?: string | undefined;
|
|
2208
2208
|
door_id?: string | undefined;
|
|
2209
|
+
room_name?: string | undefined;
|
|
2209
2210
|
door_description?: string | undefined;
|
|
2210
2211
|
audit_on_keys?: boolean | undefined;
|
|
2211
|
-
room_name?: string | undefined;
|
|
2212
2212
|
room_description?: string | undefined;
|
|
2213
2213
|
} | undefined;
|
|
2214
2214
|
dormakaba_ambiance_metadata?: {
|
|
@@ -2358,9 +2358,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2358
2358
|
salto_space_metadata?: {
|
|
2359
2359
|
door_name?: string | undefined;
|
|
2360
2360
|
door_id?: string | undefined;
|
|
2361
|
+
room_name?: string | undefined;
|
|
2361
2362
|
door_description?: string | undefined;
|
|
2362
2363
|
audit_on_keys?: boolean | undefined;
|
|
2363
|
-
room_name?: string | undefined;
|
|
2364
2364
|
room_description?: string | undefined;
|
|
2365
2365
|
} | undefined;
|
|
2366
2366
|
dormakaba_ambiance_metadata?: {
|
|
@@ -2547,9 +2547,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2547
2547
|
salto_space_metadata?: {
|
|
2548
2548
|
door_name?: string | undefined;
|
|
2549
2549
|
door_id?: string | undefined;
|
|
2550
|
+
room_name?: string | undefined;
|
|
2550
2551
|
door_description?: string | undefined;
|
|
2551
2552
|
audit_on_keys?: boolean | undefined;
|
|
2552
|
-
room_name?: string | undefined;
|
|
2553
2553
|
room_description?: string | undefined;
|
|
2554
2554
|
} | undefined;
|
|
2555
2555
|
dormakaba_ambiance_metadata?: {
|
|
@@ -2738,9 +2738,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2738
2738
|
salto_space_metadata?: {
|
|
2739
2739
|
door_name?: string | undefined;
|
|
2740
2740
|
door_id?: string | undefined;
|
|
2741
|
+
room_name?: string | undefined;
|
|
2741
2742
|
door_description?: string | undefined;
|
|
2742
2743
|
audit_on_keys?: boolean | undefined;
|
|
2743
|
-
room_name?: string | undefined;
|
|
2744
2744
|
room_description?: string | undefined;
|
|
2745
2745
|
} | undefined;
|
|
2746
2746
|
dormakaba_ambiance_metadata?: {
|
|
@@ -2935,9 +2935,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2935
2935
|
salto_space_metadata?: {
|
|
2936
2936
|
door_name?: string | undefined;
|
|
2937
2937
|
door_id?: string | undefined;
|
|
2938
|
+
room_name?: string | undefined;
|
|
2938
2939
|
door_description?: string | undefined;
|
|
2939
2940
|
audit_on_keys?: boolean | undefined;
|
|
2940
|
-
room_name?: string | undefined;
|
|
2941
2941
|
room_description?: string | undefined;
|
|
2942
2942
|
} | undefined;
|
|
2943
2943
|
dormakaba_ambiance_metadata?: {
|
|
@@ -3247,9 +3247,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3247
3247
|
salto_space_metadata?: {
|
|
3248
3248
|
door_name?: string | undefined;
|
|
3249
3249
|
door_id?: string | undefined;
|
|
3250
|
+
room_name?: string | undefined;
|
|
3250
3251
|
door_description?: string | undefined;
|
|
3251
3252
|
audit_on_keys?: boolean | undefined;
|
|
3252
|
-
room_name?: string | undefined;
|
|
3253
3253
|
room_description?: string | undefined;
|
|
3254
3254
|
} | undefined;
|
|
3255
3255
|
dormakaba_ambiance_metadata?: {
|
|
@@ -3475,9 +3475,9 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3475
3475
|
salto_space_metadata?: {
|
|
3476
3476
|
door_name?: string | undefined;
|
|
3477
3477
|
door_id?: string | undefined;
|
|
3478
|
+
room_name?: string | undefined;
|
|
3478
3479
|
door_description?: string | undefined;
|
|
3479
3480
|
audit_on_keys?: boolean | undefined;
|
|
3480
|
-
room_name?: string | undefined;
|
|
3481
3481
|
room_description?: string | undefined;
|
|
3482
3482
|
} | undefined;
|
|
3483
3483
|
dormakaba_ambiance_metadata?: {
|
|
@@ -12133,6 +12133,10 @@ const openapi = {
|
|
|
12133
12133
|
description: 'Name of the device location.\n ',
|
|
12134
12134
|
type: 'string',
|
|
12135
12135
|
},
|
|
12136
|
+
room_name: {
|
|
12137
|
+
description: 'Name of the room within the device location, when the provider reports one.\n ',
|
|
12138
|
+
type: 'string',
|
|
12139
|
+
},
|
|
12136
12140
|
time_zone: {
|
|
12137
12141
|
description: 'Time zone of the device location.\n ',
|
|
12138
12142
|
type: 'string',
|
|
@@ -13089,6 +13093,14 @@ const openapi = {
|
|
|
13089
13093
|
description: 'Device ID for a Google Nest device.',
|
|
13090
13094
|
type: 'string',
|
|
13091
13095
|
},
|
|
13096
|
+
nest_structure_id: {
|
|
13097
|
+
description: 'ID of the Google Nest structure containing the device.',
|
|
13098
|
+
type: 'string',
|
|
13099
|
+
},
|
|
13100
|
+
structure_name: {
|
|
13101
|
+
description: 'Name of the Google Nest structure containing the device. The device owner sets this value.',
|
|
13102
|
+
type: 'string',
|
|
13103
|
+
},
|
|
13092
13104
|
},
|
|
13093
13105
|
type: 'object',
|
|
13094
13106
|
},
|
|
@@ -31015,6 +31027,10 @@ const openapi = {
|
|
|
31015
31027
|
description: 'Name of the device location.\n ',
|
|
31016
31028
|
type: 'string',
|
|
31017
31029
|
},
|
|
31030
|
+
room_name: {
|
|
31031
|
+
description: 'Name of the room within the device location, when the provider reports one.\n ',
|
|
31032
|
+
type: 'string',
|
|
31033
|
+
},
|
|
31018
31034
|
time_zone: {
|
|
31019
31035
|
description: 'Time zone of the device location.\n ',
|
|
31020
31036
|
type: 'string',
|