@seamapi/types 1.464.0 → 1.464.4
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/LICENSE.txt +1 -1
- package/dist/connect.d.cts +2793 -2269
- package/dist/devicedb.d.cts +0 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +4 -4
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-system.d.ts +6 -6
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +248 -248
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/common.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -84
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -12
- package/lib/seam/connect/models/batch.d.ts +2564 -2564
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +6 -6
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +12 -12
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +12 -12
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
- package/lib/seam/connect/models/devices/device-metadata.d.ts +56 -56
- package/lib/seam/connect/models/devices/device.d.ts +132 -132
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +100 -100
- package/lib/seam/connect/models/events/devices.d.ts +16 -16
- package/lib/seam/connect/models/events/seam-event.d.ts +8 -8
- package/lib/seam/connect/models/locations/location.d.ts +2 -2
- package/lib/seam/connect/models/partner/magic-link.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +2 -2
- package/lib/seam/connect/models/webhooks/webhook.d.ts +2 -2
- package/lib/seam/connect/models/workspaces/workspace.d.ts +4 -4
- package/lib/seam/connect/openapi.js +6 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2793 -2269
- package/lib/seam/devicedb/models/device-model.d.ts +116 -116
- package/lib/seam/devicedb/models/image-reference.d.ts +4 -4
- package/lib/seam/devicedb/models/manufacturer.d.ts +12 -12
- package/lib/seam/devicedb/route-specs.d.ts +210 -214
- package/package.json +12 -13
- package/src/lib/seam/connect/route-types.ts +3007 -2362
|
@@ -21,13 +21,13 @@ export declare const routes: {
|
|
|
21
21
|
width: z.ZodNumber;
|
|
22
22
|
height: z.ZodNumber;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
height: number;
|
|
25
|
-
width: number;
|
|
26
24
|
url: string;
|
|
27
|
-
}, {
|
|
28
|
-
height: number;
|
|
29
25
|
width: number;
|
|
26
|
+
height: number;
|
|
27
|
+
}, {
|
|
30
28
|
url: string;
|
|
29
|
+
width: number;
|
|
30
|
+
height: number;
|
|
31
31
|
}>>;
|
|
32
32
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
33
33
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -52,15 +52,14 @@ export declare const routes: {
|
|
|
52
52
|
founding_year: z.ZodOptional<z.ZodString>;
|
|
53
53
|
us_customer_support_tel: z.ZodOptional<z.ZodString>;
|
|
54
54
|
us_customer_support_email: z.ZodOptional<z.ZodString>;
|
|
55
|
-
/** @deprecated */
|
|
56
55
|
us_customer_support_contact_url: z.ZodOptional<z.ZodString>;
|
|
57
56
|
seam_api_guide: z.ZodOptional<z.ZodString>;
|
|
58
57
|
description: z.ZodOptional<z.ZodString>;
|
|
59
58
|
}, "device_model_count">, "strip", z.ZodTypeAny, {
|
|
60
59
|
display_name: string;
|
|
61
60
|
manufacturer_id: string;
|
|
62
|
-
integration: "
|
|
63
|
-
integration_support_level: "
|
|
61
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
62
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
64
63
|
is_connect_webview_supported: boolean;
|
|
65
64
|
requires_seam_support_to_add_account: boolean;
|
|
66
65
|
annotations: {
|
|
@@ -69,9 +68,9 @@ export declare const routes: {
|
|
|
69
68
|
}[];
|
|
70
69
|
description?: string | undefined;
|
|
71
70
|
logo?: {
|
|
72
|
-
height: number;
|
|
73
|
-
width: number;
|
|
74
71
|
url: string;
|
|
72
|
+
width: number;
|
|
73
|
+
height: number;
|
|
75
74
|
} | undefined;
|
|
76
75
|
website?: string | undefined;
|
|
77
76
|
legal_name?: string | undefined;
|
|
@@ -86,8 +85,8 @@ export declare const routes: {
|
|
|
86
85
|
}, {
|
|
87
86
|
display_name: string;
|
|
88
87
|
manufacturer_id: string;
|
|
89
|
-
integration: "
|
|
90
|
-
integration_support_level: "
|
|
88
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
89
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
91
90
|
is_connect_webview_supported: boolean;
|
|
92
91
|
requires_seam_support_to_add_account: boolean;
|
|
93
92
|
annotations: {
|
|
@@ -96,9 +95,9 @@ export declare const routes: {
|
|
|
96
95
|
}[];
|
|
97
96
|
description?: string | undefined;
|
|
98
97
|
logo?: {
|
|
99
|
-
height: number;
|
|
100
|
-
width: number;
|
|
101
98
|
url: string;
|
|
99
|
+
width: number;
|
|
100
|
+
height: number;
|
|
102
101
|
} | undefined;
|
|
103
102
|
website?: string | undefined;
|
|
104
103
|
legal_name?: string | undefined;
|
|
@@ -133,90 +132,89 @@ export declare const routes: {
|
|
|
133
132
|
width: z.ZodNumber;
|
|
134
133
|
height: z.ZodNumber;
|
|
135
134
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
height: number;
|
|
137
|
-
width: number;
|
|
138
135
|
url: string;
|
|
139
|
-
}, {
|
|
140
|
-
height: number;
|
|
141
136
|
width: number;
|
|
137
|
+
height: number;
|
|
138
|
+
}, {
|
|
142
139
|
url: string;
|
|
140
|
+
width: number;
|
|
141
|
+
height: number;
|
|
143
142
|
}>>;
|
|
144
143
|
back_image: z.ZodOptional<z.ZodObject<{
|
|
145
144
|
url: z.ZodString;
|
|
146
145
|
width: z.ZodNumber;
|
|
147
146
|
height: z.ZodNumber;
|
|
148
147
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
height: number;
|
|
150
|
-
width: number;
|
|
151
148
|
url: string;
|
|
152
|
-
}, {
|
|
153
|
-
height: number;
|
|
154
149
|
width: number;
|
|
150
|
+
height: number;
|
|
151
|
+
}, {
|
|
155
152
|
url: string;
|
|
153
|
+
width: number;
|
|
154
|
+
height: number;
|
|
156
155
|
}>>;
|
|
157
156
|
images: z.ZodArray<z.ZodObject<{
|
|
158
157
|
url: z.ZodString;
|
|
159
158
|
width: z.ZodNumber;
|
|
160
159
|
height: z.ZodNumber;
|
|
161
160
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
height: number;
|
|
163
|
-
width: number;
|
|
164
161
|
url: string;
|
|
165
|
-
}, {
|
|
166
|
-
height: number;
|
|
167
162
|
width: number;
|
|
163
|
+
height: number;
|
|
164
|
+
}, {
|
|
168
165
|
url: string;
|
|
166
|
+
width: number;
|
|
167
|
+
height: number;
|
|
169
168
|
}>, "many">;
|
|
170
169
|
}, "strip", z.ZodTypeAny, {
|
|
171
170
|
display_name: string;
|
|
172
171
|
slug: string;
|
|
173
172
|
images: {
|
|
174
|
-
height: number;
|
|
175
|
-
width: number;
|
|
176
173
|
url: string;
|
|
174
|
+
width: number;
|
|
175
|
+
height: number;
|
|
177
176
|
}[];
|
|
178
177
|
primary_color_hex?: string | undefined;
|
|
179
178
|
manufacturer_sku?: string | undefined;
|
|
180
179
|
front_image?: {
|
|
181
|
-
height: number;
|
|
182
|
-
width: number;
|
|
183
180
|
url: string;
|
|
181
|
+
width: number;
|
|
182
|
+
height: number;
|
|
184
183
|
} | undefined;
|
|
185
184
|
back_image?: {
|
|
186
|
-
height: number;
|
|
187
|
-
width: number;
|
|
188
185
|
url: string;
|
|
186
|
+
width: number;
|
|
187
|
+
height: number;
|
|
189
188
|
} | undefined;
|
|
190
189
|
}, {
|
|
191
190
|
display_name: string;
|
|
192
191
|
slug: string;
|
|
193
192
|
images: {
|
|
194
|
-
height: number;
|
|
195
|
-
width: number;
|
|
196
193
|
url: string;
|
|
194
|
+
width: number;
|
|
195
|
+
height: number;
|
|
197
196
|
}[];
|
|
198
197
|
primary_color_hex?: string | undefined;
|
|
199
198
|
manufacturer_sku?: string | undefined;
|
|
200
199
|
front_image?: {
|
|
201
|
-
height: number;
|
|
202
|
-
width: number;
|
|
203
200
|
url: string;
|
|
201
|
+
width: number;
|
|
202
|
+
height: number;
|
|
204
203
|
} | undefined;
|
|
205
204
|
back_image?: {
|
|
206
|
-
height: number;
|
|
207
|
-
width: number;
|
|
208
205
|
url: string;
|
|
206
|
+
width: number;
|
|
207
|
+
height: number;
|
|
209
208
|
} | undefined;
|
|
210
209
|
}>, "many">;
|
|
211
210
|
power_sources: z.ZodArray<z.ZodEnum<["battery", "hardwired", "mechanical_harvesting", "wireless", "ethernet"]>, "many">;
|
|
212
211
|
}, "strip", z.ZodTypeAny, {
|
|
213
|
-
description: string;
|
|
214
212
|
display_name: string;
|
|
215
213
|
manufacturer: {
|
|
216
214
|
display_name: string;
|
|
217
215
|
manufacturer_id: string;
|
|
218
|
-
integration: "
|
|
219
|
-
integration_support_level: "
|
|
216
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
217
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
220
218
|
is_connect_webview_supported: boolean;
|
|
221
219
|
requires_seam_support_to_add_account: boolean;
|
|
222
220
|
annotations: {
|
|
@@ -225,9 +223,9 @@ export declare const routes: {
|
|
|
225
223
|
}[];
|
|
226
224
|
description?: string | undefined;
|
|
227
225
|
logo?: {
|
|
228
|
-
height: number;
|
|
229
|
-
width: number;
|
|
230
226
|
url: string;
|
|
227
|
+
width: number;
|
|
228
|
+
height: number;
|
|
231
229
|
} | undefined;
|
|
232
230
|
website?: string | undefined;
|
|
233
231
|
legal_name?: string | undefined;
|
|
@@ -240,6 +238,7 @@ export declare const routes: {
|
|
|
240
238
|
us_customer_support_contact_url?: string | undefined;
|
|
241
239
|
seam_api_guide?: string | undefined;
|
|
242
240
|
};
|
|
241
|
+
description: string;
|
|
243
242
|
hardware: {
|
|
244
243
|
has_physical_key?: boolean | undefined;
|
|
245
244
|
};
|
|
@@ -250,33 +249,32 @@ export declare const routes: {
|
|
|
250
249
|
display_name: string;
|
|
251
250
|
slug: string;
|
|
252
251
|
images: {
|
|
253
|
-
height: number;
|
|
254
|
-
width: number;
|
|
255
252
|
url: string;
|
|
253
|
+
width: number;
|
|
254
|
+
height: number;
|
|
256
255
|
}[];
|
|
257
256
|
primary_color_hex?: string | undefined;
|
|
258
257
|
manufacturer_sku?: string | undefined;
|
|
259
258
|
front_image?: {
|
|
260
|
-
height: number;
|
|
261
|
-
width: number;
|
|
262
259
|
url: string;
|
|
260
|
+
width: number;
|
|
261
|
+
height: number;
|
|
263
262
|
} | undefined;
|
|
264
263
|
back_image?: {
|
|
265
|
-
height: number;
|
|
266
|
-
width: number;
|
|
267
264
|
url: string;
|
|
265
|
+
width: number;
|
|
266
|
+
height: number;
|
|
268
267
|
} | undefined;
|
|
269
268
|
}[];
|
|
270
269
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
271
270
|
product_url?: string | undefined;
|
|
272
271
|
}, {
|
|
273
|
-
description: string;
|
|
274
272
|
display_name: string;
|
|
275
273
|
manufacturer: {
|
|
276
274
|
display_name: string;
|
|
277
275
|
manufacturer_id: string;
|
|
278
|
-
integration: "
|
|
279
|
-
integration_support_level: "
|
|
276
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
277
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
280
278
|
is_connect_webview_supported: boolean;
|
|
281
279
|
requires_seam_support_to_add_account: boolean;
|
|
282
280
|
annotations: {
|
|
@@ -285,9 +283,9 @@ export declare const routes: {
|
|
|
285
283
|
}[];
|
|
286
284
|
description?: string | undefined;
|
|
287
285
|
logo?: {
|
|
288
|
-
height: number;
|
|
289
|
-
width: number;
|
|
290
286
|
url: string;
|
|
287
|
+
width: number;
|
|
288
|
+
height: number;
|
|
291
289
|
} | undefined;
|
|
292
290
|
website?: string | undefined;
|
|
293
291
|
legal_name?: string | undefined;
|
|
@@ -300,6 +298,7 @@ export declare const routes: {
|
|
|
300
298
|
us_customer_support_contact_url?: string | undefined;
|
|
301
299
|
seam_api_guide?: string | undefined;
|
|
302
300
|
};
|
|
301
|
+
description: string;
|
|
303
302
|
hardware: {
|
|
304
303
|
has_physical_key?: boolean | undefined;
|
|
305
304
|
};
|
|
@@ -310,21 +309,21 @@ export declare const routes: {
|
|
|
310
309
|
display_name: string;
|
|
311
310
|
slug: string;
|
|
312
311
|
images: {
|
|
313
|
-
height: number;
|
|
314
|
-
width: number;
|
|
315
312
|
url: string;
|
|
313
|
+
width: number;
|
|
314
|
+
height: number;
|
|
316
315
|
}[];
|
|
317
316
|
primary_color_hex?: string | undefined;
|
|
318
317
|
manufacturer_sku?: string | undefined;
|
|
319
318
|
front_image?: {
|
|
320
|
-
height: number;
|
|
321
|
-
width: number;
|
|
322
319
|
url: string;
|
|
320
|
+
width: number;
|
|
321
|
+
height: number;
|
|
323
322
|
} | undefined;
|
|
324
323
|
back_image?: {
|
|
325
|
-
height: number;
|
|
326
|
-
width: number;
|
|
327
324
|
url: string;
|
|
325
|
+
width: number;
|
|
326
|
+
height: number;
|
|
328
327
|
} | undefined;
|
|
329
328
|
}[];
|
|
330
329
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -593,13 +592,12 @@ export declare const routes: {
|
|
|
593
592
|
}>]>>;
|
|
594
593
|
}, "strip", z.ZodTypeAny, {
|
|
595
594
|
device_model: {
|
|
596
|
-
description: string;
|
|
597
595
|
display_name: string;
|
|
598
596
|
manufacturer: {
|
|
599
597
|
display_name: string;
|
|
600
598
|
manufacturer_id: string;
|
|
601
|
-
integration: "
|
|
602
|
-
integration_support_level: "
|
|
599
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
600
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
603
601
|
is_connect_webview_supported: boolean;
|
|
604
602
|
requires_seam_support_to_add_account: boolean;
|
|
605
603
|
annotations: {
|
|
@@ -608,9 +606,9 @@ export declare const routes: {
|
|
|
608
606
|
}[];
|
|
609
607
|
description?: string | undefined;
|
|
610
608
|
logo?: {
|
|
611
|
-
height: number;
|
|
612
|
-
width: number;
|
|
613
609
|
url: string;
|
|
610
|
+
width: number;
|
|
611
|
+
height: number;
|
|
614
612
|
} | undefined;
|
|
615
613
|
website?: string | undefined;
|
|
616
614
|
legal_name?: string | undefined;
|
|
@@ -623,6 +621,7 @@ export declare const routes: {
|
|
|
623
621
|
us_customer_support_contact_url?: string | undefined;
|
|
624
622
|
seam_api_guide?: string | undefined;
|
|
625
623
|
};
|
|
624
|
+
description: string;
|
|
626
625
|
hardware: {
|
|
627
626
|
has_physical_key?: boolean | undefined;
|
|
628
627
|
};
|
|
@@ -633,21 +632,21 @@ export declare const routes: {
|
|
|
633
632
|
display_name: string;
|
|
634
633
|
slug: string;
|
|
635
634
|
images: {
|
|
636
|
-
height: number;
|
|
637
|
-
width: number;
|
|
638
635
|
url: string;
|
|
636
|
+
width: number;
|
|
637
|
+
height: number;
|
|
639
638
|
}[];
|
|
640
639
|
primary_color_hex?: string | undefined;
|
|
641
640
|
manufacturer_sku?: string | undefined;
|
|
642
641
|
front_image?: {
|
|
643
|
-
height: number;
|
|
644
|
-
width: number;
|
|
645
642
|
url: string;
|
|
643
|
+
width: number;
|
|
644
|
+
height: number;
|
|
646
645
|
} | undefined;
|
|
647
646
|
back_image?: {
|
|
648
|
-
height: number;
|
|
649
|
-
width: number;
|
|
650
647
|
url: string;
|
|
648
|
+
width: number;
|
|
649
|
+
height: number;
|
|
651
650
|
} | undefined;
|
|
652
651
|
}[];
|
|
653
652
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -716,13 +715,12 @@ export declare const routes: {
|
|
|
716
715
|
});
|
|
717
716
|
}, {
|
|
718
717
|
device_model: {
|
|
719
|
-
description: string;
|
|
720
718
|
display_name: string;
|
|
721
719
|
manufacturer: {
|
|
722
720
|
display_name: string;
|
|
723
721
|
manufacturer_id: string;
|
|
724
|
-
integration: "
|
|
725
|
-
integration_support_level: "
|
|
722
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
723
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
726
724
|
is_connect_webview_supported: boolean;
|
|
727
725
|
requires_seam_support_to_add_account: boolean;
|
|
728
726
|
annotations: {
|
|
@@ -731,9 +729,9 @@ export declare const routes: {
|
|
|
731
729
|
}[];
|
|
732
730
|
description?: string | undefined;
|
|
733
731
|
logo?: {
|
|
734
|
-
height: number;
|
|
735
|
-
width: number;
|
|
736
732
|
url: string;
|
|
733
|
+
width: number;
|
|
734
|
+
height: number;
|
|
737
735
|
} | undefined;
|
|
738
736
|
website?: string | undefined;
|
|
739
737
|
legal_name?: string | undefined;
|
|
@@ -746,6 +744,7 @@ export declare const routes: {
|
|
|
746
744
|
us_customer_support_contact_url?: string | undefined;
|
|
747
745
|
seam_api_guide?: string | undefined;
|
|
748
746
|
};
|
|
747
|
+
description: string;
|
|
749
748
|
hardware: {
|
|
750
749
|
has_physical_key?: boolean | undefined;
|
|
751
750
|
};
|
|
@@ -756,21 +755,21 @@ export declare const routes: {
|
|
|
756
755
|
display_name: string;
|
|
757
756
|
slug: string;
|
|
758
757
|
images: {
|
|
759
|
-
height: number;
|
|
760
|
-
width: number;
|
|
761
758
|
url: string;
|
|
759
|
+
width: number;
|
|
760
|
+
height: number;
|
|
762
761
|
}[];
|
|
763
762
|
primary_color_hex?: string | undefined;
|
|
764
763
|
manufacturer_sku?: string | undefined;
|
|
765
764
|
front_image?: {
|
|
766
|
-
height: number;
|
|
767
|
-
width: number;
|
|
768
765
|
url: string;
|
|
766
|
+
width: number;
|
|
767
|
+
height: number;
|
|
769
768
|
} | undefined;
|
|
770
769
|
back_image?: {
|
|
771
|
-
height: number;
|
|
772
|
-
width: number;
|
|
773
770
|
url: string;
|
|
771
|
+
width: number;
|
|
772
|
+
height: number;
|
|
774
773
|
} | undefined;
|
|
775
774
|
}[];
|
|
776
775
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -856,19 +855,19 @@ export declare const routes: {
|
|
|
856
855
|
include_if?: string[] | undefined;
|
|
857
856
|
exclude_if?: string[] | undefined;
|
|
858
857
|
manufacturer_id?: string | undefined;
|
|
859
|
-
main_category?: "
|
|
858
|
+
main_category?: "thermostat" | "sensor" | "smartlock" | "relay" | "intercom" | "accessory" | undefined;
|
|
860
859
|
manufacturer_ids?: string[] | undefined;
|
|
861
|
-
integration_status?: "
|
|
862
|
-
integration_support_levels?: ("
|
|
860
|
+
integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
|
|
861
|
+
integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
|
|
863
862
|
text_search?: string | undefined;
|
|
864
863
|
}, {
|
|
865
864
|
include_if?: string[] | undefined;
|
|
866
865
|
exclude_if?: string[] | undefined;
|
|
867
866
|
manufacturer_id?: string | undefined;
|
|
868
|
-
main_category?: "
|
|
867
|
+
main_category?: "thermostat" | "sensor" | "smartlock" | "relay" | "intercom" | "accessory" | undefined;
|
|
869
868
|
manufacturer_ids?: string[] | undefined;
|
|
870
|
-
integration_status?: "
|
|
871
|
-
integration_support_levels?: ("
|
|
869
|
+
integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
|
|
870
|
+
integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
|
|
872
871
|
text_search?: string | undefined;
|
|
873
872
|
}>;
|
|
874
873
|
readonly jsonResponse: z.ZodObject<{
|
|
@@ -882,13 +881,13 @@ export declare const routes: {
|
|
|
882
881
|
width: z.ZodNumber;
|
|
883
882
|
height: z.ZodNumber;
|
|
884
883
|
}, "strip", z.ZodTypeAny, {
|
|
885
|
-
height: number;
|
|
886
|
-
width: number;
|
|
887
884
|
url: string;
|
|
888
|
-
}, {
|
|
889
|
-
height: number;
|
|
890
885
|
width: number;
|
|
886
|
+
height: number;
|
|
887
|
+
}, {
|
|
891
888
|
url: string;
|
|
889
|
+
width: number;
|
|
890
|
+
height: number;
|
|
892
891
|
}>>;
|
|
893
892
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
894
893
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -913,15 +912,14 @@ export declare const routes: {
|
|
|
913
912
|
founding_year: z.ZodOptional<z.ZodString>;
|
|
914
913
|
us_customer_support_tel: z.ZodOptional<z.ZodString>;
|
|
915
914
|
us_customer_support_email: z.ZodOptional<z.ZodString>;
|
|
916
|
-
/** @deprecated */
|
|
917
915
|
us_customer_support_contact_url: z.ZodOptional<z.ZodString>;
|
|
918
916
|
seam_api_guide: z.ZodOptional<z.ZodString>;
|
|
919
917
|
description: z.ZodOptional<z.ZodString>;
|
|
920
918
|
}, "device_model_count">, "strip", z.ZodTypeAny, {
|
|
921
919
|
display_name: string;
|
|
922
920
|
manufacturer_id: string;
|
|
923
|
-
integration: "
|
|
924
|
-
integration_support_level: "
|
|
921
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
922
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
925
923
|
is_connect_webview_supported: boolean;
|
|
926
924
|
requires_seam_support_to_add_account: boolean;
|
|
927
925
|
annotations: {
|
|
@@ -930,9 +928,9 @@ export declare const routes: {
|
|
|
930
928
|
}[];
|
|
931
929
|
description?: string | undefined;
|
|
932
930
|
logo?: {
|
|
933
|
-
height: number;
|
|
934
|
-
width: number;
|
|
935
931
|
url: string;
|
|
932
|
+
width: number;
|
|
933
|
+
height: number;
|
|
936
934
|
} | undefined;
|
|
937
935
|
website?: string | undefined;
|
|
938
936
|
legal_name?: string | undefined;
|
|
@@ -947,8 +945,8 @@ export declare const routes: {
|
|
|
947
945
|
}, {
|
|
948
946
|
display_name: string;
|
|
949
947
|
manufacturer_id: string;
|
|
950
|
-
integration: "
|
|
951
|
-
integration_support_level: "
|
|
948
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
949
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
952
950
|
is_connect_webview_supported: boolean;
|
|
953
951
|
requires_seam_support_to_add_account: boolean;
|
|
954
952
|
annotations: {
|
|
@@ -957,9 +955,9 @@ export declare const routes: {
|
|
|
957
955
|
}[];
|
|
958
956
|
description?: string | undefined;
|
|
959
957
|
logo?: {
|
|
960
|
-
height: number;
|
|
961
|
-
width: number;
|
|
962
958
|
url: string;
|
|
959
|
+
width: number;
|
|
960
|
+
height: number;
|
|
963
961
|
} | undefined;
|
|
964
962
|
website?: string | undefined;
|
|
965
963
|
legal_name?: string | undefined;
|
|
@@ -994,90 +992,89 @@ export declare const routes: {
|
|
|
994
992
|
width: z.ZodNumber;
|
|
995
993
|
height: z.ZodNumber;
|
|
996
994
|
}, "strip", z.ZodTypeAny, {
|
|
997
|
-
height: number;
|
|
998
|
-
width: number;
|
|
999
995
|
url: string;
|
|
1000
|
-
}, {
|
|
1001
|
-
height: number;
|
|
1002
996
|
width: number;
|
|
997
|
+
height: number;
|
|
998
|
+
}, {
|
|
1003
999
|
url: string;
|
|
1000
|
+
width: number;
|
|
1001
|
+
height: number;
|
|
1004
1002
|
}>>;
|
|
1005
1003
|
back_image: z.ZodOptional<z.ZodObject<{
|
|
1006
1004
|
url: z.ZodString;
|
|
1007
1005
|
width: z.ZodNumber;
|
|
1008
1006
|
height: z.ZodNumber;
|
|
1009
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1010
|
-
height: number;
|
|
1011
|
-
width: number;
|
|
1012
1008
|
url: string;
|
|
1013
|
-
}, {
|
|
1014
|
-
height: number;
|
|
1015
1009
|
width: number;
|
|
1010
|
+
height: number;
|
|
1011
|
+
}, {
|
|
1016
1012
|
url: string;
|
|
1013
|
+
width: number;
|
|
1014
|
+
height: number;
|
|
1017
1015
|
}>>;
|
|
1018
1016
|
images: z.ZodArray<z.ZodObject<{
|
|
1019
1017
|
url: z.ZodString;
|
|
1020
1018
|
width: z.ZodNumber;
|
|
1021
1019
|
height: z.ZodNumber;
|
|
1022
1020
|
}, "strip", z.ZodTypeAny, {
|
|
1023
|
-
height: number;
|
|
1024
|
-
width: number;
|
|
1025
1021
|
url: string;
|
|
1026
|
-
}, {
|
|
1027
|
-
height: number;
|
|
1028
1022
|
width: number;
|
|
1023
|
+
height: number;
|
|
1024
|
+
}, {
|
|
1029
1025
|
url: string;
|
|
1026
|
+
width: number;
|
|
1027
|
+
height: number;
|
|
1030
1028
|
}>, "many">;
|
|
1031
1029
|
}, "strip", z.ZodTypeAny, {
|
|
1032
1030
|
display_name: string;
|
|
1033
1031
|
slug: string;
|
|
1034
1032
|
images: {
|
|
1035
|
-
height: number;
|
|
1036
|
-
width: number;
|
|
1037
1033
|
url: string;
|
|
1034
|
+
width: number;
|
|
1035
|
+
height: number;
|
|
1038
1036
|
}[];
|
|
1039
1037
|
primary_color_hex?: string | undefined;
|
|
1040
1038
|
manufacturer_sku?: string | undefined;
|
|
1041
1039
|
front_image?: {
|
|
1042
|
-
height: number;
|
|
1043
|
-
width: number;
|
|
1044
1040
|
url: string;
|
|
1041
|
+
width: number;
|
|
1042
|
+
height: number;
|
|
1045
1043
|
} | undefined;
|
|
1046
1044
|
back_image?: {
|
|
1047
|
-
height: number;
|
|
1048
|
-
width: number;
|
|
1049
1045
|
url: string;
|
|
1046
|
+
width: number;
|
|
1047
|
+
height: number;
|
|
1050
1048
|
} | undefined;
|
|
1051
1049
|
}, {
|
|
1052
1050
|
display_name: string;
|
|
1053
1051
|
slug: string;
|
|
1054
1052
|
images: {
|
|
1055
|
-
height: number;
|
|
1056
|
-
width: number;
|
|
1057
1053
|
url: string;
|
|
1054
|
+
width: number;
|
|
1055
|
+
height: number;
|
|
1058
1056
|
}[];
|
|
1059
1057
|
primary_color_hex?: string | undefined;
|
|
1060
1058
|
manufacturer_sku?: string | undefined;
|
|
1061
1059
|
front_image?: {
|
|
1062
|
-
height: number;
|
|
1063
|
-
width: number;
|
|
1064
1060
|
url: string;
|
|
1061
|
+
width: number;
|
|
1062
|
+
height: number;
|
|
1065
1063
|
} | undefined;
|
|
1066
1064
|
back_image?: {
|
|
1067
|
-
height: number;
|
|
1068
|
-
width: number;
|
|
1069
1065
|
url: string;
|
|
1066
|
+
width: number;
|
|
1067
|
+
height: number;
|
|
1070
1068
|
} | undefined;
|
|
1071
1069
|
}>, "many">;
|
|
1072
1070
|
power_sources: z.ZodArray<z.ZodEnum<["battery", "hardwired", "mechanical_harvesting", "wireless", "ethernet"]>, "many">;
|
|
1073
1071
|
}, "strip", z.ZodTypeAny, {
|
|
1074
|
-
description: string;
|
|
1075
1072
|
display_name: string;
|
|
1076
1073
|
manufacturer: {
|
|
1077
1074
|
display_name: string;
|
|
1078
1075
|
manufacturer_id: string;
|
|
1079
|
-
integration: "
|
|
1080
|
-
integration_support_level: "
|
|
1076
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1077
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1081
1078
|
is_connect_webview_supported: boolean;
|
|
1082
1079
|
requires_seam_support_to_add_account: boolean;
|
|
1083
1080
|
annotations: {
|
|
@@ -1086,9 +1083,9 @@ export declare const routes: {
|
|
|
1086
1083
|
}[];
|
|
1087
1084
|
description?: string | undefined;
|
|
1088
1085
|
logo?: {
|
|
1089
|
-
height: number;
|
|
1090
|
-
width: number;
|
|
1091
1086
|
url: string;
|
|
1087
|
+
width: number;
|
|
1088
|
+
height: number;
|
|
1092
1089
|
} | undefined;
|
|
1093
1090
|
website?: string | undefined;
|
|
1094
1091
|
legal_name?: string | undefined;
|
|
@@ -1101,6 +1098,7 @@ export declare const routes: {
|
|
|
1101
1098
|
us_customer_support_contact_url?: string | undefined;
|
|
1102
1099
|
seam_api_guide?: string | undefined;
|
|
1103
1100
|
};
|
|
1101
|
+
description: string;
|
|
1104
1102
|
hardware: {
|
|
1105
1103
|
has_physical_key?: boolean | undefined;
|
|
1106
1104
|
};
|
|
@@ -1111,33 +1109,32 @@ export declare const routes: {
|
|
|
1111
1109
|
display_name: string;
|
|
1112
1110
|
slug: string;
|
|
1113
1111
|
images: {
|
|
1114
|
-
height: number;
|
|
1115
|
-
width: number;
|
|
1116
1112
|
url: string;
|
|
1113
|
+
width: number;
|
|
1114
|
+
height: number;
|
|
1117
1115
|
}[];
|
|
1118
1116
|
primary_color_hex?: string | undefined;
|
|
1119
1117
|
manufacturer_sku?: string | undefined;
|
|
1120
1118
|
front_image?: {
|
|
1121
|
-
height: number;
|
|
1122
|
-
width: number;
|
|
1123
1119
|
url: string;
|
|
1120
|
+
width: number;
|
|
1121
|
+
height: number;
|
|
1124
1122
|
} | undefined;
|
|
1125
1123
|
back_image?: {
|
|
1126
|
-
height: number;
|
|
1127
|
-
width: number;
|
|
1128
1124
|
url: string;
|
|
1125
|
+
width: number;
|
|
1126
|
+
height: number;
|
|
1129
1127
|
} | undefined;
|
|
1130
1128
|
}[];
|
|
1131
1129
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
1132
1130
|
product_url?: string | undefined;
|
|
1133
1131
|
}, {
|
|
1134
|
-
description: string;
|
|
1135
1132
|
display_name: string;
|
|
1136
1133
|
manufacturer: {
|
|
1137
1134
|
display_name: string;
|
|
1138
1135
|
manufacturer_id: string;
|
|
1139
|
-
integration: "
|
|
1140
|
-
integration_support_level: "
|
|
1136
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1137
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1141
1138
|
is_connect_webview_supported: boolean;
|
|
1142
1139
|
requires_seam_support_to_add_account: boolean;
|
|
1143
1140
|
annotations: {
|
|
@@ -1146,9 +1143,9 @@ export declare const routes: {
|
|
|
1146
1143
|
}[];
|
|
1147
1144
|
description?: string | undefined;
|
|
1148
1145
|
logo?: {
|
|
1149
|
-
height: number;
|
|
1150
|
-
width: number;
|
|
1151
1146
|
url: string;
|
|
1147
|
+
width: number;
|
|
1148
|
+
height: number;
|
|
1152
1149
|
} | undefined;
|
|
1153
1150
|
website?: string | undefined;
|
|
1154
1151
|
legal_name?: string | undefined;
|
|
@@ -1161,6 +1158,7 @@ export declare const routes: {
|
|
|
1161
1158
|
us_customer_support_contact_url?: string | undefined;
|
|
1162
1159
|
seam_api_guide?: string | undefined;
|
|
1163
1160
|
};
|
|
1161
|
+
description: string;
|
|
1164
1162
|
hardware: {
|
|
1165
1163
|
has_physical_key?: boolean | undefined;
|
|
1166
1164
|
};
|
|
@@ -1171,21 +1169,21 @@ export declare const routes: {
|
|
|
1171
1169
|
display_name: string;
|
|
1172
1170
|
slug: string;
|
|
1173
1171
|
images: {
|
|
1174
|
-
height: number;
|
|
1175
|
-
width: number;
|
|
1176
1172
|
url: string;
|
|
1173
|
+
width: number;
|
|
1174
|
+
height: number;
|
|
1177
1175
|
}[];
|
|
1178
1176
|
primary_color_hex?: string | undefined;
|
|
1179
1177
|
manufacturer_sku?: string | undefined;
|
|
1180
1178
|
front_image?: {
|
|
1181
|
-
height: number;
|
|
1182
|
-
width: number;
|
|
1183
1179
|
url: string;
|
|
1180
|
+
width: number;
|
|
1181
|
+
height: number;
|
|
1184
1182
|
} | undefined;
|
|
1185
1183
|
back_image?: {
|
|
1186
|
-
height: number;
|
|
1187
|
-
width: number;
|
|
1188
1184
|
url: string;
|
|
1185
|
+
width: number;
|
|
1186
|
+
height: number;
|
|
1189
1187
|
} | undefined;
|
|
1190
1188
|
}[];
|
|
1191
1189
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -1454,13 +1452,12 @@ export declare const routes: {
|
|
|
1454
1452
|
}>]>>, "many">;
|
|
1455
1453
|
}, "strip", z.ZodTypeAny, {
|
|
1456
1454
|
device_models: ({
|
|
1457
|
-
description: string;
|
|
1458
1455
|
display_name: string;
|
|
1459
1456
|
manufacturer: {
|
|
1460
1457
|
display_name: string;
|
|
1461
1458
|
manufacturer_id: string;
|
|
1462
|
-
integration: "
|
|
1463
|
-
integration_support_level: "
|
|
1459
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1460
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1464
1461
|
is_connect_webview_supported: boolean;
|
|
1465
1462
|
requires_seam_support_to_add_account: boolean;
|
|
1466
1463
|
annotations: {
|
|
@@ -1469,9 +1466,9 @@ export declare const routes: {
|
|
|
1469
1466
|
}[];
|
|
1470
1467
|
description?: string | undefined;
|
|
1471
1468
|
logo?: {
|
|
1472
|
-
height: number;
|
|
1473
|
-
width: number;
|
|
1474
1469
|
url: string;
|
|
1470
|
+
width: number;
|
|
1471
|
+
height: number;
|
|
1475
1472
|
} | undefined;
|
|
1476
1473
|
website?: string | undefined;
|
|
1477
1474
|
legal_name?: string | undefined;
|
|
@@ -1484,6 +1481,7 @@ export declare const routes: {
|
|
|
1484
1481
|
us_customer_support_contact_url?: string | undefined;
|
|
1485
1482
|
seam_api_guide?: string | undefined;
|
|
1486
1483
|
};
|
|
1484
|
+
description: string;
|
|
1487
1485
|
hardware: {
|
|
1488
1486
|
has_physical_key?: boolean | undefined;
|
|
1489
1487
|
};
|
|
@@ -1494,21 +1492,21 @@ export declare const routes: {
|
|
|
1494
1492
|
display_name: string;
|
|
1495
1493
|
slug: string;
|
|
1496
1494
|
images: {
|
|
1497
|
-
height: number;
|
|
1498
|
-
width: number;
|
|
1499
1495
|
url: string;
|
|
1496
|
+
width: number;
|
|
1497
|
+
height: number;
|
|
1500
1498
|
}[];
|
|
1501
1499
|
primary_color_hex?: string | undefined;
|
|
1502
1500
|
manufacturer_sku?: string | undefined;
|
|
1503
1501
|
front_image?: {
|
|
1504
|
-
height: number;
|
|
1505
|
-
width: number;
|
|
1506
1502
|
url: string;
|
|
1503
|
+
width: number;
|
|
1504
|
+
height: number;
|
|
1507
1505
|
} | undefined;
|
|
1508
1506
|
back_image?: {
|
|
1509
|
-
height: number;
|
|
1510
|
-
width: number;
|
|
1511
1507
|
url: string;
|
|
1508
|
+
width: number;
|
|
1509
|
+
height: number;
|
|
1512
1510
|
} | undefined;
|
|
1513
1511
|
}[];
|
|
1514
1512
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -1577,13 +1575,12 @@ export declare const routes: {
|
|
|
1577
1575
|
}))[];
|
|
1578
1576
|
}, {
|
|
1579
1577
|
device_models: ({
|
|
1580
|
-
description: string;
|
|
1581
1578
|
display_name: string;
|
|
1582
1579
|
manufacturer: {
|
|
1583
1580
|
display_name: string;
|
|
1584
1581
|
manufacturer_id: string;
|
|
1585
|
-
integration: "
|
|
1586
|
-
integration_support_level: "
|
|
1582
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1583
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1587
1584
|
is_connect_webview_supported: boolean;
|
|
1588
1585
|
requires_seam_support_to_add_account: boolean;
|
|
1589
1586
|
annotations: {
|
|
@@ -1592,9 +1589,9 @@ export declare const routes: {
|
|
|
1592
1589
|
}[];
|
|
1593
1590
|
description?: string | undefined;
|
|
1594
1591
|
logo?: {
|
|
1595
|
-
height: number;
|
|
1596
|
-
width: number;
|
|
1597
1592
|
url: string;
|
|
1593
|
+
width: number;
|
|
1594
|
+
height: number;
|
|
1598
1595
|
} | undefined;
|
|
1599
1596
|
website?: string | undefined;
|
|
1600
1597
|
legal_name?: string | undefined;
|
|
@@ -1607,6 +1604,7 @@ export declare const routes: {
|
|
|
1607
1604
|
us_customer_support_contact_url?: string | undefined;
|
|
1608
1605
|
seam_api_guide?: string | undefined;
|
|
1609
1606
|
};
|
|
1607
|
+
description: string;
|
|
1610
1608
|
hardware: {
|
|
1611
1609
|
has_physical_key?: boolean | undefined;
|
|
1612
1610
|
};
|
|
@@ -1617,21 +1615,21 @@ export declare const routes: {
|
|
|
1617
1615
|
display_name: string;
|
|
1618
1616
|
slug: string;
|
|
1619
1617
|
images: {
|
|
1620
|
-
height: number;
|
|
1621
|
-
width: number;
|
|
1622
1618
|
url: string;
|
|
1619
|
+
width: number;
|
|
1620
|
+
height: number;
|
|
1623
1621
|
}[];
|
|
1624
1622
|
primary_color_hex?: string | undefined;
|
|
1625
1623
|
manufacturer_sku?: string | undefined;
|
|
1626
1624
|
front_image?: {
|
|
1627
|
-
height: number;
|
|
1628
|
-
width: number;
|
|
1629
1625
|
url: string;
|
|
1626
|
+
width: number;
|
|
1627
|
+
height: number;
|
|
1630
1628
|
} | undefined;
|
|
1631
1629
|
back_image?: {
|
|
1632
|
-
height: number;
|
|
1633
|
-
width: number;
|
|
1634
1630
|
url: string;
|
|
1631
|
+
width: number;
|
|
1632
|
+
height: number;
|
|
1635
1633
|
} | undefined;
|
|
1636
1634
|
}[];
|
|
1637
1635
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -1719,13 +1717,13 @@ export declare const routes: {
|
|
|
1719
1717
|
width: z.ZodNumber;
|
|
1720
1718
|
height: z.ZodNumber;
|
|
1721
1719
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
height: number;
|
|
1723
|
-
width: number;
|
|
1724
1720
|
url: string;
|
|
1725
|
-
}, {
|
|
1726
|
-
height: number;
|
|
1727
1721
|
width: number;
|
|
1722
|
+
height: number;
|
|
1723
|
+
}, {
|
|
1728
1724
|
url: string;
|
|
1725
|
+
width: number;
|
|
1726
|
+
height: number;
|
|
1729
1727
|
}>>;
|
|
1730
1728
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1731
1729
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -1750,15 +1748,14 @@ export declare const routes: {
|
|
|
1750
1748
|
founding_year: z.ZodOptional<z.ZodString>;
|
|
1751
1749
|
us_customer_support_tel: z.ZodOptional<z.ZodString>;
|
|
1752
1750
|
us_customer_support_email: z.ZodOptional<z.ZodString>;
|
|
1753
|
-
/** @deprecated */
|
|
1754
1751
|
us_customer_support_contact_url: z.ZodOptional<z.ZodString>;
|
|
1755
1752
|
seam_api_guide: z.ZodOptional<z.ZodString>;
|
|
1756
1753
|
description: z.ZodOptional<z.ZodString>;
|
|
1757
1754
|
}, "strip", z.ZodTypeAny, {
|
|
1758
1755
|
display_name: string;
|
|
1759
1756
|
manufacturer_id: string;
|
|
1760
|
-
integration: "
|
|
1761
|
-
integration_support_level: "
|
|
1757
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1758
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1762
1759
|
is_connect_webview_supported: boolean;
|
|
1763
1760
|
requires_seam_support_to_add_account: boolean;
|
|
1764
1761
|
device_model_count: number;
|
|
@@ -1768,9 +1765,9 @@ export declare const routes: {
|
|
|
1768
1765
|
}[];
|
|
1769
1766
|
description?: string | undefined;
|
|
1770
1767
|
logo?: {
|
|
1771
|
-
height: number;
|
|
1772
|
-
width: number;
|
|
1773
1768
|
url: string;
|
|
1769
|
+
width: number;
|
|
1770
|
+
height: number;
|
|
1774
1771
|
} | undefined;
|
|
1775
1772
|
website?: string | undefined;
|
|
1776
1773
|
legal_name?: string | undefined;
|
|
@@ -1785,8 +1782,8 @@ export declare const routes: {
|
|
|
1785
1782
|
}, {
|
|
1786
1783
|
display_name: string;
|
|
1787
1784
|
manufacturer_id: string;
|
|
1788
|
-
integration: "
|
|
1789
|
-
integration_support_level: "
|
|
1785
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1786
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1790
1787
|
is_connect_webview_supported: boolean;
|
|
1791
1788
|
requires_seam_support_to_add_account: boolean;
|
|
1792
1789
|
device_model_count: number;
|
|
@@ -1796,9 +1793,9 @@ export declare const routes: {
|
|
|
1796
1793
|
}[];
|
|
1797
1794
|
description?: string | undefined;
|
|
1798
1795
|
logo?: {
|
|
1799
|
-
height: number;
|
|
1800
|
-
width: number;
|
|
1801
1796
|
url: string;
|
|
1797
|
+
width: number;
|
|
1798
|
+
height: number;
|
|
1802
1799
|
} | undefined;
|
|
1803
1800
|
website?: string | undefined;
|
|
1804
1801
|
legal_name?: string | undefined;
|
|
@@ -1815,8 +1812,8 @@ export declare const routes: {
|
|
|
1815
1812
|
manufacturer: {
|
|
1816
1813
|
display_name: string;
|
|
1817
1814
|
manufacturer_id: string;
|
|
1818
|
-
integration: "
|
|
1819
|
-
integration_support_level: "
|
|
1815
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1816
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1820
1817
|
is_connect_webview_supported: boolean;
|
|
1821
1818
|
requires_seam_support_to_add_account: boolean;
|
|
1822
1819
|
device_model_count: number;
|
|
@@ -1826,9 +1823,9 @@ export declare const routes: {
|
|
|
1826
1823
|
}[];
|
|
1827
1824
|
description?: string | undefined;
|
|
1828
1825
|
logo?: {
|
|
1829
|
-
height: number;
|
|
1830
|
-
width: number;
|
|
1831
1826
|
url: string;
|
|
1827
|
+
width: number;
|
|
1828
|
+
height: number;
|
|
1832
1829
|
} | undefined;
|
|
1833
1830
|
website?: string | undefined;
|
|
1834
1831
|
legal_name?: string | undefined;
|
|
@@ -1845,8 +1842,8 @@ export declare const routes: {
|
|
|
1845
1842
|
manufacturer: {
|
|
1846
1843
|
display_name: string;
|
|
1847
1844
|
manufacturer_id: string;
|
|
1848
|
-
integration: "
|
|
1849
|
-
integration_support_level: "
|
|
1845
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1846
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1850
1847
|
is_connect_webview_supported: boolean;
|
|
1851
1848
|
requires_seam_support_to_add_account: boolean;
|
|
1852
1849
|
device_model_count: number;
|
|
@@ -1856,9 +1853,9 @@ export declare const routes: {
|
|
|
1856
1853
|
}[];
|
|
1857
1854
|
description?: string | undefined;
|
|
1858
1855
|
logo?: {
|
|
1859
|
-
height: number;
|
|
1860
|
-
width: number;
|
|
1861
1856
|
url: string;
|
|
1857
|
+
width: number;
|
|
1858
|
+
height: number;
|
|
1862
1859
|
} | undefined;
|
|
1863
1860
|
website?: string | undefined;
|
|
1864
1861
|
legal_name?: string | undefined;
|
|
@@ -1882,12 +1879,12 @@ export declare const routes: {
|
|
|
1882
1879
|
integration_support_levels: z.ZodOptional<z.ZodArray<z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>, "many">>;
|
|
1883
1880
|
liqe_query: z.ZodOptional<z.ZodString>;
|
|
1884
1881
|
}, "strip", z.ZodTypeAny, {
|
|
1885
|
-
integration_status?: "
|
|
1886
|
-
integration_support_levels?: ("
|
|
1882
|
+
integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
|
|
1883
|
+
integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
|
|
1887
1884
|
liqe_query?: string | undefined;
|
|
1888
1885
|
}, {
|
|
1889
|
-
integration_status?: "
|
|
1890
|
-
integration_support_levels?: ("
|
|
1886
|
+
integration_status?: "stable" | "beta" | "planned" | "unsupported" | "inquire" | undefined;
|
|
1887
|
+
integration_support_levels?: ("stable" | "beta" | "planned" | "unsupported" | "inquire")[] | undefined;
|
|
1891
1888
|
liqe_query?: string | undefined;
|
|
1892
1889
|
}>;
|
|
1893
1890
|
readonly jsonResponse: z.ZodObject<{
|
|
@@ -1899,13 +1896,13 @@ export declare const routes: {
|
|
|
1899
1896
|
width: z.ZodNumber;
|
|
1900
1897
|
height: z.ZodNumber;
|
|
1901
1898
|
}, "strip", z.ZodTypeAny, {
|
|
1902
|
-
height: number;
|
|
1903
|
-
width: number;
|
|
1904
1899
|
url: string;
|
|
1905
|
-
}, {
|
|
1906
|
-
height: number;
|
|
1907
1900
|
width: number;
|
|
1901
|
+
height: number;
|
|
1902
|
+
}, {
|
|
1908
1903
|
url: string;
|
|
1904
|
+
width: number;
|
|
1905
|
+
height: number;
|
|
1909
1906
|
}>>;
|
|
1910
1907
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1911
1908
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -1930,15 +1927,14 @@ export declare const routes: {
|
|
|
1930
1927
|
founding_year: z.ZodOptional<z.ZodString>;
|
|
1931
1928
|
us_customer_support_tel: z.ZodOptional<z.ZodString>;
|
|
1932
1929
|
us_customer_support_email: z.ZodOptional<z.ZodString>;
|
|
1933
|
-
/** @deprecated */
|
|
1934
1930
|
us_customer_support_contact_url: z.ZodOptional<z.ZodString>;
|
|
1935
1931
|
seam_api_guide: z.ZodOptional<z.ZodString>;
|
|
1936
1932
|
description: z.ZodOptional<z.ZodString>;
|
|
1937
1933
|
}, "strip", z.ZodTypeAny, {
|
|
1938
1934
|
display_name: string;
|
|
1939
1935
|
manufacturer_id: string;
|
|
1940
|
-
integration: "
|
|
1941
|
-
integration_support_level: "
|
|
1936
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1937
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1942
1938
|
is_connect_webview_supported: boolean;
|
|
1943
1939
|
requires_seam_support_to_add_account: boolean;
|
|
1944
1940
|
device_model_count: number;
|
|
@@ -1948,9 +1944,9 @@ export declare const routes: {
|
|
|
1948
1944
|
}[];
|
|
1949
1945
|
description?: string | undefined;
|
|
1950
1946
|
logo?: {
|
|
1951
|
-
height: number;
|
|
1952
|
-
width: number;
|
|
1953
1947
|
url: string;
|
|
1948
|
+
width: number;
|
|
1949
|
+
height: number;
|
|
1954
1950
|
} | undefined;
|
|
1955
1951
|
website?: string | undefined;
|
|
1956
1952
|
legal_name?: string | undefined;
|
|
@@ -1965,8 +1961,8 @@ export declare const routes: {
|
|
|
1965
1961
|
}, {
|
|
1966
1962
|
display_name: string;
|
|
1967
1963
|
manufacturer_id: string;
|
|
1968
|
-
integration: "
|
|
1969
|
-
integration_support_level: "
|
|
1964
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1965
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1970
1966
|
is_connect_webview_supported: boolean;
|
|
1971
1967
|
requires_seam_support_to_add_account: boolean;
|
|
1972
1968
|
device_model_count: number;
|
|
@@ -1976,9 +1972,9 @@ export declare const routes: {
|
|
|
1976
1972
|
}[];
|
|
1977
1973
|
description?: string | undefined;
|
|
1978
1974
|
logo?: {
|
|
1979
|
-
height: number;
|
|
1980
|
-
width: number;
|
|
1981
1975
|
url: string;
|
|
1976
|
+
width: number;
|
|
1977
|
+
height: number;
|
|
1982
1978
|
} | undefined;
|
|
1983
1979
|
website?: string | undefined;
|
|
1984
1980
|
legal_name?: string | undefined;
|
|
@@ -1995,8 +1991,8 @@ export declare const routes: {
|
|
|
1995
1991
|
manufacturers: {
|
|
1996
1992
|
display_name: string;
|
|
1997
1993
|
manufacturer_id: string;
|
|
1998
|
-
integration: "
|
|
1999
|
-
integration_support_level: "
|
|
1994
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
1995
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
2000
1996
|
is_connect_webview_supported: boolean;
|
|
2001
1997
|
requires_seam_support_to_add_account: boolean;
|
|
2002
1998
|
device_model_count: number;
|
|
@@ -2006,9 +2002,9 @@ export declare const routes: {
|
|
|
2006
2002
|
}[];
|
|
2007
2003
|
description?: string | undefined;
|
|
2008
2004
|
logo?: {
|
|
2009
|
-
height: number;
|
|
2010
|
-
width: number;
|
|
2011
2005
|
url: string;
|
|
2006
|
+
width: number;
|
|
2007
|
+
height: number;
|
|
2012
2008
|
} | undefined;
|
|
2013
2009
|
website?: string | undefined;
|
|
2014
2010
|
legal_name?: string | undefined;
|
|
@@ -2025,8 +2021,8 @@ export declare const routes: {
|
|
|
2025
2021
|
manufacturers: {
|
|
2026
2022
|
display_name: string;
|
|
2027
2023
|
manufacturer_id: string;
|
|
2028
|
-
integration: "
|
|
2029
|
-
integration_support_level: "
|
|
2024
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
2025
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
2030
2026
|
is_connect_webview_supported: boolean;
|
|
2031
2027
|
requires_seam_support_to_add_account: boolean;
|
|
2032
2028
|
device_model_count: number;
|
|
@@ -2036,9 +2032,9 @@ export declare const routes: {
|
|
|
2036
2032
|
}[];
|
|
2037
2033
|
description?: string | undefined;
|
|
2038
2034
|
logo?: {
|
|
2039
|
-
height: number;
|
|
2040
|
-
width: number;
|
|
2041
2035
|
url: string;
|
|
2036
|
+
width: number;
|
|
2037
|
+
height: number;
|
|
2042
2038
|
} | undefined;
|
|
2043
2039
|
website?: string | undefined;
|
|
2044
2040
|
legal_name?: string | undefined;
|