@seamapi/types 1.457.0 → 1.458.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 +56 -231
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +475 -310
- package/dist/devicedb.d.cts +56 -56
- package/dist/index.cjs +56 -231
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +25 -10
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +15 -6
- package/lib/seam/connect/models/acs/metadata/salto-space.js +13 -4
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batches/access_grants.d.ts +83 -63
- package/lib/seam/connect/models/batches/access_methods.d.ts +83 -63
- package/lib/seam/connect/models/batches/batch.d.ts +249 -189
- package/lib/seam/connect/models/batches/spaces.d.ts +83 -63
- package/lib/seam/connect/models/devices/device-metadata.d.ts +22 -22
- package/lib/seam/connect/models/devices/device-provider.d.ts +0 -1
- package/lib/seam/connect/models/devices/device.d.ts +49 -51
- package/lib/seam/connect/models/devices/device.js +16 -7
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +29 -31
- package/lib/seam/connect/models/phones/phone-session.d.ts +100 -40
- package/lib/seam/connect/openapi.d.ts +26 -2
- package/lib/seam/connect/openapi.js +29 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +100 -30
- package/lib/seam/devicedb/models/device-model.d.ts +20 -20
- package/lib/seam/devicedb/route-specs.d.ts +41 -41
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +13 -4
- package/src/lib/seam/connect/models/devices/device.ts +15 -8
- package/src/lib/seam/connect/openapi.ts +32 -5
- package/src/lib/seam/connect/route-types.ts +100 -30
|
@@ -101,7 +101,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
101
101
|
status: "low" | "full" | "critical" | "good";
|
|
102
102
|
level: number;
|
|
103
103
|
} | undefined;
|
|
104
|
-
manufacturer?: string | undefined;
|
|
105
104
|
battery_level?: number | undefined;
|
|
106
105
|
serial_number?: string | undefined;
|
|
107
106
|
accessory_keypad?: {
|
|
@@ -111,6 +110,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
111
110
|
} | undefined;
|
|
112
111
|
} | undefined;
|
|
113
112
|
has_direct_power?: boolean | undefined;
|
|
113
|
+
manufacturer?: string | undefined;
|
|
114
114
|
image_url?: string | undefined;
|
|
115
115
|
image_alt_text?: string | undefined;
|
|
116
116
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -138,7 +138,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
138
138
|
status: "low" | "full" | "critical" | "good";
|
|
139
139
|
level: number;
|
|
140
140
|
} | undefined;
|
|
141
|
-
manufacturer?: string | undefined;
|
|
142
141
|
battery_level?: number | undefined;
|
|
143
142
|
serial_number?: string | undefined;
|
|
144
143
|
accessory_keypad?: {
|
|
@@ -148,6 +147,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
148
147
|
} | undefined;
|
|
149
148
|
} | undefined;
|
|
150
149
|
has_direct_power?: boolean | undefined;
|
|
150
|
+
manufacturer?: string | undefined;
|
|
151
151
|
image_url?: string | undefined;
|
|
152
152
|
image_alt_text?: string | undefined;
|
|
153
153
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -344,16 +344,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
344
344
|
locked_state: z.ZodString;
|
|
345
345
|
model: z.ZodOptional<z.ZodString>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
|
-
lock_type: string;
|
|
348
347
|
lock_id: string;
|
|
349
348
|
customer_reference: string;
|
|
349
|
+
lock_type: string;
|
|
350
350
|
battery_level: string;
|
|
351
351
|
locked_state: string;
|
|
352
352
|
model?: string | undefined;
|
|
353
353
|
}, {
|
|
354
|
-
lock_type: string;
|
|
355
354
|
lock_id: string;
|
|
356
355
|
customer_reference: string;
|
|
356
|
+
lock_type: string;
|
|
357
357
|
battery_level: string;
|
|
358
358
|
locked_state: string;
|
|
359
359
|
model?: string | undefined;
|
|
@@ -366,16 +366,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
366
366
|
locked_state: z.ZodString;
|
|
367
367
|
model: z.ZodOptional<z.ZodString>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
-
lock_type: string;
|
|
370
369
|
lock_id: string;
|
|
371
370
|
customer_reference: string;
|
|
371
|
+
lock_type: string;
|
|
372
372
|
battery_level: string;
|
|
373
373
|
locked_state: string;
|
|
374
374
|
model?: string | undefined;
|
|
375
375
|
}, {
|
|
376
|
-
lock_type: string;
|
|
377
376
|
lock_id: string;
|
|
378
377
|
customer_reference: string;
|
|
378
|
+
lock_type: string;
|
|
379
379
|
battery_level: string;
|
|
380
380
|
locked_state: string;
|
|
381
381
|
model?: string | undefined;
|
|
@@ -418,14 +418,14 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
418
418
|
device_id: z.ZodString;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
420
|
device_id: string;
|
|
421
|
-
device_model: "indoor" | "outdoor";
|
|
422
421
|
device_name: string;
|
|
422
|
+
device_model: "indoor" | "outdoor";
|
|
423
423
|
noise_level_nrs: number;
|
|
424
424
|
noise_level_decibel: number;
|
|
425
425
|
}, {
|
|
426
426
|
device_id: string;
|
|
427
|
-
device_model: "indoor" | "outdoor";
|
|
428
427
|
device_name: string;
|
|
428
|
+
device_model: "indoor" | "outdoor";
|
|
429
429
|
noise_level_nrs: number;
|
|
430
430
|
noise_level_decibel: number;
|
|
431
431
|
}>>;
|
|
@@ -625,19 +625,19 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
625
625
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
626
626
|
wifi: z.ZodBoolean;
|
|
627
627
|
}, "strip", z.ZodTypeAny, {
|
|
628
|
-
wifi: boolean;
|
|
629
628
|
passcode: boolean;
|
|
630
629
|
passcode_management: boolean;
|
|
631
630
|
unlock_via_gateway: boolean;
|
|
632
631
|
lock_command: boolean;
|
|
633
632
|
incomplete_keyboard_passcode: boolean;
|
|
634
|
-
}, {
|
|
635
633
|
wifi: boolean;
|
|
634
|
+
}, {
|
|
636
635
|
passcode: boolean;
|
|
637
636
|
passcode_management: boolean;
|
|
638
637
|
unlock_via_gateway: boolean;
|
|
639
638
|
lock_command: boolean;
|
|
640
639
|
incomplete_keyboard_passcode: boolean;
|
|
640
|
+
wifi: boolean;
|
|
641
641
|
}>;
|
|
642
642
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
643
643
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -655,12 +655,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
655
655
|
lock_alias: string;
|
|
656
656
|
feature_value: string;
|
|
657
657
|
features: {
|
|
658
|
-
wifi: boolean;
|
|
659
658
|
passcode: boolean;
|
|
660
659
|
passcode_management: boolean;
|
|
661
660
|
unlock_via_gateway: boolean;
|
|
662
661
|
lock_command: boolean;
|
|
663
662
|
incomplete_keyboard_passcode: boolean;
|
|
663
|
+
wifi: boolean;
|
|
664
664
|
};
|
|
665
665
|
has_gateway?: boolean | undefined;
|
|
666
666
|
wireless_keypads?: {
|
|
@@ -672,12 +672,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
672
672
|
lock_alias: string;
|
|
673
673
|
feature_value: string;
|
|
674
674
|
features: {
|
|
675
|
-
wifi: boolean;
|
|
676
675
|
passcode: boolean;
|
|
677
676
|
passcode_management: boolean;
|
|
678
677
|
unlock_via_gateway: boolean;
|
|
679
678
|
lock_command: boolean;
|
|
680
679
|
incomplete_keyboard_passcode: boolean;
|
|
680
|
+
wifi: boolean;
|
|
681
681
|
};
|
|
682
682
|
has_gateway?: boolean | undefined;
|
|
683
683
|
wireless_keypads?: {
|
|
@@ -890,17 +890,17 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
890
890
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
891
891
|
}, "strip", z.ZodTypeAny, {
|
|
892
892
|
device_id: number;
|
|
893
|
-
device_model: string;
|
|
894
893
|
device_name: string;
|
|
895
894
|
bridge_id: number;
|
|
895
|
+
device_model: string;
|
|
896
896
|
bridge_name: string;
|
|
897
897
|
serial_number: string;
|
|
898
898
|
keypad_id?: number | undefined;
|
|
899
899
|
}, {
|
|
900
900
|
device_id: number;
|
|
901
|
-
device_model: string;
|
|
902
901
|
device_name: string;
|
|
903
902
|
bridge_id: number;
|
|
903
|
+
device_model: string;
|
|
904
904
|
bridge_name: string;
|
|
905
905
|
serial_number: string;
|
|
906
906
|
keypad_id?: number | undefined;
|
|
@@ -964,9 +964,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
964
964
|
ecobee_device_id: string;
|
|
965
965
|
} | undefined;
|
|
966
966
|
salto_ks_metadata?: {
|
|
967
|
-
lock_type: string;
|
|
968
967
|
lock_id: string;
|
|
969
968
|
customer_reference: string;
|
|
969
|
+
lock_type: string;
|
|
970
970
|
battery_level: string;
|
|
971
971
|
locked_state: string;
|
|
972
972
|
model?: string | undefined;
|
|
@@ -1018,9 +1018,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1018
1018
|
model_number: string;
|
|
1019
1019
|
} | undefined;
|
|
1020
1020
|
salto_metadata?: {
|
|
1021
|
-
lock_type: string;
|
|
1022
1021
|
lock_id: string;
|
|
1023
1022
|
customer_reference: string;
|
|
1023
|
+
lock_type: string;
|
|
1024
1024
|
battery_level: string;
|
|
1025
1025
|
locked_state: string;
|
|
1026
1026
|
model?: string | undefined;
|
|
@@ -1039,8 +1039,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1039
1039
|
} | undefined;
|
|
1040
1040
|
noiseaware_metadata?: {
|
|
1041
1041
|
device_id: string;
|
|
1042
|
-
device_model: "indoor" | "outdoor";
|
|
1043
1042
|
device_name: string;
|
|
1043
|
+
device_model: "indoor" | "outdoor";
|
|
1044
1044
|
noise_level_nrs: number;
|
|
1045
1045
|
noise_level_decibel: number;
|
|
1046
1046
|
} | undefined;
|
|
@@ -1089,12 +1089,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1089
1089
|
lock_alias: string;
|
|
1090
1090
|
feature_value: string;
|
|
1091
1091
|
features: {
|
|
1092
|
-
wifi: boolean;
|
|
1093
1092
|
passcode: boolean;
|
|
1094
1093
|
passcode_management: boolean;
|
|
1095
1094
|
unlock_via_gateway: boolean;
|
|
1096
1095
|
lock_command: boolean;
|
|
1097
1096
|
incomplete_keyboard_passcode: boolean;
|
|
1097
|
+
wifi: boolean;
|
|
1098
1098
|
};
|
|
1099
1099
|
has_gateway?: boolean | undefined;
|
|
1100
1100
|
wireless_keypads?: {
|
|
@@ -1163,9 +1163,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1163
1163
|
} | undefined;
|
|
1164
1164
|
tedee_metadata?: {
|
|
1165
1165
|
device_id: number;
|
|
1166
|
-
device_model: string;
|
|
1167
1166
|
device_name: string;
|
|
1168
1167
|
bridge_id: number;
|
|
1168
|
+
device_model: string;
|
|
1169
1169
|
bridge_name: string;
|
|
1170
1170
|
serial_number: string;
|
|
1171
1171
|
keypad_id?: number | undefined;
|
|
@@ -1197,9 +1197,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1197
1197
|
ecobee_device_id: string;
|
|
1198
1198
|
} | undefined;
|
|
1199
1199
|
salto_ks_metadata?: {
|
|
1200
|
-
lock_type: string;
|
|
1201
1200
|
lock_id: string;
|
|
1202
1201
|
customer_reference: string;
|
|
1202
|
+
lock_type: string;
|
|
1203
1203
|
battery_level: string;
|
|
1204
1204
|
locked_state: string;
|
|
1205
1205
|
model?: string | undefined;
|
|
@@ -1251,9 +1251,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1251
1251
|
model_number: string;
|
|
1252
1252
|
} | undefined;
|
|
1253
1253
|
salto_metadata?: {
|
|
1254
|
-
lock_type: string;
|
|
1255
1254
|
lock_id: string;
|
|
1256
1255
|
customer_reference: string;
|
|
1256
|
+
lock_type: string;
|
|
1257
1257
|
battery_level: string;
|
|
1258
1258
|
locked_state: string;
|
|
1259
1259
|
model?: string | undefined;
|
|
@@ -1272,8 +1272,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1272
1272
|
} | undefined;
|
|
1273
1273
|
noiseaware_metadata?: {
|
|
1274
1274
|
device_id: string;
|
|
1275
|
-
device_model: "indoor" | "outdoor";
|
|
1276
1275
|
device_name: string;
|
|
1276
|
+
device_model: "indoor" | "outdoor";
|
|
1277
1277
|
noise_level_nrs: number;
|
|
1278
1278
|
noise_level_decibel: number;
|
|
1279
1279
|
} | undefined;
|
|
@@ -1322,12 +1322,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1322
1322
|
lock_alias: string;
|
|
1323
1323
|
feature_value: string;
|
|
1324
1324
|
features: {
|
|
1325
|
-
wifi: boolean;
|
|
1326
1325
|
passcode: boolean;
|
|
1327
1326
|
passcode_management: boolean;
|
|
1328
1327
|
unlock_via_gateway: boolean;
|
|
1329
1328
|
lock_command: boolean;
|
|
1330
1329
|
incomplete_keyboard_passcode: boolean;
|
|
1330
|
+
wifi: boolean;
|
|
1331
1331
|
};
|
|
1332
1332
|
has_gateway?: boolean | undefined;
|
|
1333
1333
|
wireless_keypads?: {
|
|
@@ -1396,9 +1396,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1396
1396
|
} | undefined;
|
|
1397
1397
|
tedee_metadata?: {
|
|
1398
1398
|
device_id: number;
|
|
1399
|
-
device_model: string;
|
|
1400
1399
|
device_name: string;
|
|
1401
1400
|
bridge_id: number;
|
|
1401
|
+
device_model: string;
|
|
1402
1402
|
bridge_name: string;
|
|
1403
1403
|
serial_number: string;
|
|
1404
1404
|
keypad_id?: number | undefined;
|
|
@@ -2734,7 +2734,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2734
2734
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
2735
2735
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
2736
2736
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
2737
|
-
} & {
|
|
2738
2737
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
2739
2738
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
2740
2739
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2818,7 +2817,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2818
2817
|
supports_offline_access_codes: z.ZodOptional<z.ZodBoolean>;
|
|
2819
2818
|
noise_level_decibels: z.ZodOptional<z.ZodNumber>;
|
|
2820
2819
|
currently_triggering_noise_threshold_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2821
|
-
}, "name" | "online" | "battery" | "
|
|
2820
|
+
}, "name" | "online" | "battery" | "model" | "battery_level" | "accessory_keypad" | "manufacturer" | "image_url" | "image_alt_text" | "online_access_codes_enabled" | "offline_access_codes_enabled">, "strip", z.ZodTypeAny, {
|
|
2822
2821
|
name: string;
|
|
2823
2822
|
online: boolean;
|
|
2824
2823
|
model: {
|
|
@@ -2834,7 +2833,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2834
2833
|
status: "low" | "full" | "critical" | "good";
|
|
2835
2834
|
level: number;
|
|
2836
2835
|
} | undefined;
|
|
2837
|
-
manufacturer?: string | undefined;
|
|
2838
2836
|
battery_level?: number | undefined;
|
|
2839
2837
|
accessory_keypad?: {
|
|
2840
2838
|
is_connected: boolean;
|
|
@@ -2842,6 +2840,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2842
2840
|
level: number;
|
|
2843
2841
|
} | undefined;
|
|
2844
2842
|
} | undefined;
|
|
2843
|
+
manufacturer?: string | undefined;
|
|
2845
2844
|
image_url?: string | undefined;
|
|
2846
2845
|
image_alt_text?: string | undefined;
|
|
2847
2846
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -2862,7 +2861,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2862
2861
|
status: "low" | "full" | "critical" | "good";
|
|
2863
2862
|
level: number;
|
|
2864
2863
|
} | undefined;
|
|
2865
|
-
manufacturer?: string | undefined;
|
|
2866
2864
|
battery_level?: number | undefined;
|
|
2867
2865
|
accessory_keypad?: {
|
|
2868
2866
|
is_connected: boolean;
|
|
@@ -2870,6 +2868,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2870
2868
|
level: number;
|
|
2871
2869
|
} | undefined;
|
|
2872
2870
|
} | undefined;
|
|
2871
|
+
manufacturer?: string | undefined;
|
|
2873
2872
|
image_url?: string | undefined;
|
|
2874
2873
|
image_alt_text?: string | undefined;
|
|
2875
2874
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -2884,7 +2883,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2884
2883
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
2885
2884
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
2886
2885
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
2887
|
-
} & {
|
|
2888
2886
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
2889
2887
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
2890
2888
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3094,7 +3092,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
3094
3092
|
status: "low" | "full" | "critical" | "good";
|
|
3095
3093
|
level: number;
|
|
3096
3094
|
} | undefined;
|
|
3097
|
-
manufacturer?: string | undefined;
|
|
3098
3095
|
battery_level?: number | undefined;
|
|
3099
3096
|
accessory_keypad?: {
|
|
3100
3097
|
is_connected: boolean;
|
|
@@ -3102,6 +3099,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
3102
3099
|
level: number;
|
|
3103
3100
|
} | undefined;
|
|
3104
3101
|
} | undefined;
|
|
3102
|
+
manufacturer?: string | undefined;
|
|
3105
3103
|
image_url?: string | undefined;
|
|
3106
3104
|
image_alt_text?: string | undefined;
|
|
3107
3105
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -3325,7 +3323,6 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
3325
3323
|
status: "low" | "full" | "critical" | "good";
|
|
3326
3324
|
level: number;
|
|
3327
3325
|
} | undefined;
|
|
3328
|
-
manufacturer?: string | undefined;
|
|
3329
3326
|
battery_level?: number | undefined;
|
|
3330
3327
|
accessory_keypad?: {
|
|
3331
3328
|
is_connected: boolean;
|
|
@@ -3333,6 +3330,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
3333
3330
|
level: number;
|
|
3334
3331
|
} | undefined;
|
|
3335
3332
|
} | undefined;
|
|
3333
|
+
manufacturer?: string | undefined;
|
|
3336
3334
|
image_url?: string | undefined;
|
|
3337
3335
|
image_alt_text?: string | undefined;
|
|
3338
3336
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -298,17 +298,26 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
298
298
|
pms_id?: string | undefined;
|
|
299
299
|
}>>;
|
|
300
300
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
301
|
-
|
|
302
|
-
|
|
301
|
+
ext_door_id: z.ZodOptional<z.ZodString>;
|
|
302
|
+
door_id: z.ZodOptional<z.ZodString>;
|
|
303
|
+
door_name: z.ZodOptional<z.ZodString>;
|
|
303
304
|
door_description: z.ZodOptional<z.ZodString>;
|
|
305
|
+
room_name: z.ZodOptional<z.ZodString>;
|
|
306
|
+
room_description: z.ZodOptional<z.ZodString>;
|
|
304
307
|
}, "strip", z.ZodTypeAny, {
|
|
305
|
-
door_name
|
|
306
|
-
|
|
308
|
+
door_name?: string | undefined;
|
|
309
|
+
door_id?: string | undefined;
|
|
310
|
+
ext_door_id?: string | undefined;
|
|
307
311
|
door_description?: string | undefined;
|
|
312
|
+
room_name?: string | undefined;
|
|
313
|
+
room_description?: string | undefined;
|
|
308
314
|
}, {
|
|
309
|
-
door_name
|
|
310
|
-
|
|
315
|
+
door_name?: string | undefined;
|
|
316
|
+
door_id?: string | undefined;
|
|
317
|
+
ext_door_id?: string | undefined;
|
|
311
318
|
door_description?: string | undefined;
|
|
319
|
+
room_name?: string | undefined;
|
|
320
|
+
room_description?: string | undefined;
|
|
312
321
|
}>>;
|
|
313
322
|
} & {
|
|
314
323
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -362,9 +371,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
362
371
|
access_point_name: string;
|
|
363
372
|
} | undefined;
|
|
364
373
|
salto_space_metadata?: {
|
|
365
|
-
door_name
|
|
366
|
-
|
|
374
|
+
door_name?: string | undefined;
|
|
375
|
+
door_id?: string | undefined;
|
|
376
|
+
ext_door_id?: string | undefined;
|
|
367
377
|
door_description?: string | undefined;
|
|
378
|
+
room_name?: string | undefined;
|
|
379
|
+
room_description?: string | undefined;
|
|
368
380
|
} | undefined;
|
|
369
381
|
}, {
|
|
370
382
|
display_name: string;
|
|
@@ -414,9 +426,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
414
426
|
access_point_name: string;
|
|
415
427
|
} | undefined;
|
|
416
428
|
salto_space_metadata?: {
|
|
417
|
-
door_name
|
|
418
|
-
|
|
429
|
+
door_name?: string | undefined;
|
|
430
|
+
door_id?: string | undefined;
|
|
431
|
+
ext_door_id?: string | undefined;
|
|
419
432
|
door_description?: string | undefined;
|
|
433
|
+
room_name?: string | undefined;
|
|
434
|
+
room_description?: string | undefined;
|
|
420
435
|
} | undefined;
|
|
421
436
|
}>, "many">;
|
|
422
437
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -505,9 +520,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
505
520
|
access_point_name: string;
|
|
506
521
|
} | undefined;
|
|
507
522
|
salto_space_metadata?: {
|
|
508
|
-
door_name
|
|
509
|
-
|
|
523
|
+
door_name?: string | undefined;
|
|
524
|
+
door_id?: string | undefined;
|
|
525
|
+
ext_door_id?: string | undefined;
|
|
510
526
|
door_description?: string | undefined;
|
|
527
|
+
room_name?: string | undefined;
|
|
528
|
+
room_description?: string | undefined;
|
|
511
529
|
} | undefined;
|
|
512
530
|
}[];
|
|
513
531
|
code?: string | null | undefined;
|
|
@@ -630,9 +648,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
630
648
|
access_point_name: string;
|
|
631
649
|
} | undefined;
|
|
632
650
|
salto_space_metadata?: {
|
|
633
|
-
door_name
|
|
634
|
-
|
|
651
|
+
door_name?: string | undefined;
|
|
652
|
+
door_id?: string | undefined;
|
|
653
|
+
ext_door_id?: string | undefined;
|
|
635
654
|
door_description?: string | undefined;
|
|
655
|
+
room_name?: string | undefined;
|
|
656
|
+
room_description?: string | undefined;
|
|
636
657
|
} | undefined;
|
|
637
658
|
}[];
|
|
638
659
|
code?: string | null | undefined;
|
|
@@ -763,9 +784,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
763
784
|
access_point_name: string;
|
|
764
785
|
} | undefined;
|
|
765
786
|
salto_space_metadata?: {
|
|
766
|
-
door_name
|
|
767
|
-
|
|
787
|
+
door_name?: string | undefined;
|
|
788
|
+
door_id?: string | undefined;
|
|
789
|
+
ext_door_id?: string | undefined;
|
|
768
790
|
door_description?: string | undefined;
|
|
791
|
+
room_name?: string | undefined;
|
|
792
|
+
room_description?: string | undefined;
|
|
769
793
|
} | undefined;
|
|
770
794
|
}[];
|
|
771
795
|
code?: string | null | undefined;
|
|
@@ -896,9 +920,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
896
920
|
access_point_name: string;
|
|
897
921
|
} | undefined;
|
|
898
922
|
salto_space_metadata?: {
|
|
899
|
-
door_name
|
|
900
|
-
|
|
923
|
+
door_name?: string | undefined;
|
|
924
|
+
door_id?: string | undefined;
|
|
925
|
+
ext_door_id?: string | undefined;
|
|
901
926
|
door_description?: string | undefined;
|
|
927
|
+
room_name?: string | undefined;
|
|
928
|
+
room_description?: string | undefined;
|
|
902
929
|
} | undefined;
|
|
903
930
|
}[];
|
|
904
931
|
code?: string | null | undefined;
|
|
@@ -1237,17 +1264,26 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1237
1264
|
pms_id?: string | undefined;
|
|
1238
1265
|
}>>;
|
|
1239
1266
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
1240
|
-
|
|
1241
|
-
|
|
1267
|
+
ext_door_id: z.ZodOptional<z.ZodString>;
|
|
1268
|
+
door_id: z.ZodOptional<z.ZodString>;
|
|
1269
|
+
door_name: z.ZodOptional<z.ZodString>;
|
|
1242
1270
|
door_description: z.ZodOptional<z.ZodString>;
|
|
1271
|
+
room_name: z.ZodOptional<z.ZodString>;
|
|
1272
|
+
room_description: z.ZodOptional<z.ZodString>;
|
|
1243
1273
|
}, "strip", z.ZodTypeAny, {
|
|
1244
|
-
door_name
|
|
1245
|
-
|
|
1274
|
+
door_name?: string | undefined;
|
|
1275
|
+
door_id?: string | undefined;
|
|
1276
|
+
ext_door_id?: string | undefined;
|
|
1246
1277
|
door_description?: string | undefined;
|
|
1278
|
+
room_name?: string | undefined;
|
|
1279
|
+
room_description?: string | undefined;
|
|
1247
1280
|
}, {
|
|
1248
|
-
door_name
|
|
1249
|
-
|
|
1281
|
+
door_name?: string | undefined;
|
|
1282
|
+
door_id?: string | undefined;
|
|
1283
|
+
ext_door_id?: string | undefined;
|
|
1250
1284
|
door_description?: string | undefined;
|
|
1285
|
+
room_name?: string | undefined;
|
|
1286
|
+
room_description?: string | undefined;
|
|
1251
1287
|
}>>;
|
|
1252
1288
|
} & {
|
|
1253
1289
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1301,9 +1337,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1301
1337
|
access_point_name: string;
|
|
1302
1338
|
} | undefined;
|
|
1303
1339
|
salto_space_metadata?: {
|
|
1304
|
-
door_name
|
|
1305
|
-
|
|
1340
|
+
door_name?: string | undefined;
|
|
1341
|
+
door_id?: string | undefined;
|
|
1342
|
+
ext_door_id?: string | undefined;
|
|
1306
1343
|
door_description?: string | undefined;
|
|
1344
|
+
room_name?: string | undefined;
|
|
1345
|
+
room_description?: string | undefined;
|
|
1307
1346
|
} | undefined;
|
|
1308
1347
|
}, {
|
|
1309
1348
|
display_name: string;
|
|
@@ -1353,9 +1392,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1353
1392
|
access_point_name: string;
|
|
1354
1393
|
} | undefined;
|
|
1355
1394
|
salto_space_metadata?: {
|
|
1356
|
-
door_name
|
|
1357
|
-
|
|
1395
|
+
door_name?: string | undefined;
|
|
1396
|
+
door_id?: string | undefined;
|
|
1397
|
+
ext_door_id?: string | undefined;
|
|
1358
1398
|
door_description?: string | undefined;
|
|
1399
|
+
room_name?: string | undefined;
|
|
1400
|
+
room_description?: string | undefined;
|
|
1359
1401
|
} | undefined;
|
|
1360
1402
|
}>, "many">;
|
|
1361
1403
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1444,9 +1486,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1444
1486
|
access_point_name: string;
|
|
1445
1487
|
} | undefined;
|
|
1446
1488
|
salto_space_metadata?: {
|
|
1447
|
-
door_name
|
|
1448
|
-
|
|
1489
|
+
door_name?: string | undefined;
|
|
1490
|
+
door_id?: string | undefined;
|
|
1491
|
+
ext_door_id?: string | undefined;
|
|
1449
1492
|
door_description?: string | undefined;
|
|
1493
|
+
room_name?: string | undefined;
|
|
1494
|
+
room_description?: string | undefined;
|
|
1450
1495
|
} | undefined;
|
|
1451
1496
|
}[];
|
|
1452
1497
|
code?: string | null | undefined;
|
|
@@ -1569,9 +1614,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1569
1614
|
access_point_name: string;
|
|
1570
1615
|
} | undefined;
|
|
1571
1616
|
salto_space_metadata?: {
|
|
1572
|
-
door_name
|
|
1573
|
-
|
|
1617
|
+
door_name?: string | undefined;
|
|
1618
|
+
door_id?: string | undefined;
|
|
1619
|
+
ext_door_id?: string | undefined;
|
|
1574
1620
|
door_description?: string | undefined;
|
|
1621
|
+
room_name?: string | undefined;
|
|
1622
|
+
room_description?: string | undefined;
|
|
1575
1623
|
} | undefined;
|
|
1576
1624
|
}[];
|
|
1577
1625
|
code?: string | null | undefined;
|
|
@@ -1702,9 +1750,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1702
1750
|
access_point_name: string;
|
|
1703
1751
|
} | undefined;
|
|
1704
1752
|
salto_space_metadata?: {
|
|
1705
|
-
door_name
|
|
1706
|
-
|
|
1753
|
+
door_name?: string | undefined;
|
|
1754
|
+
door_id?: string | undefined;
|
|
1755
|
+
ext_door_id?: string | undefined;
|
|
1707
1756
|
door_description?: string | undefined;
|
|
1757
|
+
room_name?: string | undefined;
|
|
1758
|
+
room_description?: string | undefined;
|
|
1708
1759
|
} | undefined;
|
|
1709
1760
|
}[];
|
|
1710
1761
|
code?: string | null | undefined;
|
|
@@ -1835,9 +1886,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1835
1886
|
access_point_name: string;
|
|
1836
1887
|
} | undefined;
|
|
1837
1888
|
salto_space_metadata?: {
|
|
1838
|
-
door_name
|
|
1839
|
-
|
|
1889
|
+
door_name?: string | undefined;
|
|
1890
|
+
door_id?: string | undefined;
|
|
1891
|
+
ext_door_id?: string | undefined;
|
|
1840
1892
|
door_description?: string | undefined;
|
|
1893
|
+
room_name?: string | undefined;
|
|
1894
|
+
room_description?: string | undefined;
|
|
1841
1895
|
} | undefined;
|
|
1842
1896
|
}[];
|
|
1843
1897
|
code?: string | null | undefined;
|
|
@@ -1970,9 +2024,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1970
2024
|
access_point_name: string;
|
|
1971
2025
|
} | undefined;
|
|
1972
2026
|
salto_space_metadata?: {
|
|
1973
|
-
door_name
|
|
1974
|
-
|
|
2027
|
+
door_name?: string | undefined;
|
|
2028
|
+
door_id?: string | undefined;
|
|
2029
|
+
ext_door_id?: string | undefined;
|
|
1975
2030
|
door_description?: string | undefined;
|
|
2031
|
+
room_name?: string | undefined;
|
|
2032
|
+
room_description?: string | undefined;
|
|
1976
2033
|
} | undefined;
|
|
1977
2034
|
}[];
|
|
1978
2035
|
code?: string | null | undefined;
|
|
@@ -2105,9 +2162,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2105
2162
|
access_point_name: string;
|
|
2106
2163
|
} | undefined;
|
|
2107
2164
|
salto_space_metadata?: {
|
|
2108
|
-
door_name
|
|
2109
|
-
|
|
2165
|
+
door_name?: string | undefined;
|
|
2166
|
+
door_id?: string | undefined;
|
|
2167
|
+
ext_door_id?: string | undefined;
|
|
2110
2168
|
door_description?: string | undefined;
|
|
2169
|
+
room_name?: string | undefined;
|
|
2170
|
+
room_description?: string | undefined;
|
|
2111
2171
|
} | undefined;
|
|
2112
2172
|
}[];
|
|
2113
2173
|
code?: string | null | undefined;
|
|
@@ -1191,16 +1191,28 @@ declare const _default: {
|
|
|
1191
1191
|
description: string;
|
|
1192
1192
|
type: string;
|
|
1193
1193
|
};
|
|
1194
|
+
door_id: {
|
|
1195
|
+
description: string;
|
|
1196
|
+
type: string;
|
|
1197
|
+
};
|
|
1194
1198
|
door_name: {
|
|
1195
1199
|
description: string;
|
|
1196
1200
|
type: string;
|
|
1197
1201
|
};
|
|
1198
1202
|
ext_door_id: {
|
|
1203
|
+
deprecated: boolean;
|
|
1204
|
+
type: string;
|
|
1205
|
+
'x-deprecated': string;
|
|
1206
|
+
};
|
|
1207
|
+
room_description: {
|
|
1208
|
+
description: string;
|
|
1209
|
+
type: string;
|
|
1210
|
+
};
|
|
1211
|
+
room_name: {
|
|
1199
1212
|
description: string;
|
|
1200
1213
|
type: string;
|
|
1201
1214
|
};
|
|
1202
1215
|
};
|
|
1203
|
-
required: string[];
|
|
1204
1216
|
type: string;
|
|
1205
1217
|
};
|
|
1206
1218
|
visionline_metadata: {
|
|
@@ -10735,16 +10747,28 @@ declare const _default: {
|
|
|
10735
10747
|
description: string;
|
|
10736
10748
|
type: string;
|
|
10737
10749
|
};
|
|
10750
|
+
door_id: {
|
|
10751
|
+
description: string;
|
|
10752
|
+
type: string;
|
|
10753
|
+
};
|
|
10738
10754
|
door_name: {
|
|
10739
10755
|
description: string;
|
|
10740
10756
|
type: string;
|
|
10741
10757
|
};
|
|
10742
10758
|
ext_door_id: {
|
|
10759
|
+
deprecated: boolean;
|
|
10760
|
+
type: string;
|
|
10761
|
+
'x-deprecated': string;
|
|
10762
|
+
};
|
|
10763
|
+
room_description: {
|
|
10764
|
+
description: string;
|
|
10765
|
+
type: string;
|
|
10766
|
+
};
|
|
10767
|
+
room_name: {
|
|
10743
10768
|
description: string;
|
|
10744
10769
|
type: string;
|
|
10745
10770
|
};
|
|
10746
10771
|
};
|
|
10747
|
-
required: string[];
|
|
10748
10772
|
type: string;
|
|
10749
10773
|
};
|
|
10750
10774
|
visionline_metadata: {
|