@seamapi/types 1.91.0 → 1.91.2
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 +33 -1111
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10922 -13092
- package/lib/seam/connect/openapi.d.ts +32 -1386
- package/lib/seam/connect/openapi.js +31 -1109
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +155 -971
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +87 -57
- package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +57 -35
- package/lib/seam/connect/unstable/models/devices/phone-properties.js +11 -9
- package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +26 -3423
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +31 -1127
- package/src/lib/seam/connect/route-types.ts +189 -1348
- package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +13 -11
|
@@ -1889,46 +1889,68 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1889
1889
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
1890
1890
|
is_cooling_available?: true | undefined;
|
|
1891
1891
|
}>]>>>, z.ZodObject<{
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1892
|
+
properties: z.ZodOptional<z.ZodObject<{
|
|
1893
|
+
assa_abloy_credential_service_metadata: z.ZodOptional<z.ZodObject<{
|
|
1894
|
+
has_active_endpoint: z.ZodBoolean;
|
|
1895
|
+
endpoints: z.ZodArray<z.ZodObject<{
|
|
1896
|
+
endpoint_id: z.ZodString;
|
|
1897
|
+
is_active: z.ZodBoolean;
|
|
1898
|
+
}, "strip", z.ZodTypeAny, {
|
|
1899
|
+
endpoint_id: string;
|
|
1900
|
+
is_active: boolean;
|
|
1901
|
+
}, {
|
|
1902
|
+
endpoint_id: string;
|
|
1903
|
+
is_active: boolean;
|
|
1904
|
+
}>, "many">;
|
|
1897
1905
|
}, "strip", z.ZodTypeAny, {
|
|
1898
|
-
|
|
1899
|
-
|
|
1906
|
+
has_active_endpoint: boolean;
|
|
1907
|
+
endpoints: {
|
|
1908
|
+
endpoint_id: string;
|
|
1909
|
+
is_active: boolean;
|
|
1910
|
+
}[];
|
|
1900
1911
|
}, {
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1912
|
+
has_active_endpoint: boolean;
|
|
1913
|
+
endpoints: {
|
|
1914
|
+
endpoint_id: string;
|
|
1915
|
+
is_active: boolean;
|
|
1916
|
+
}[];
|
|
1917
|
+
}>>;
|
|
1904
1918
|
}, "strip", z.ZodTypeAny, {
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1919
|
+
assa_abloy_credential_service_metadata?: {
|
|
1920
|
+
has_active_endpoint: boolean;
|
|
1921
|
+
endpoints: {
|
|
1922
|
+
endpoint_id: string;
|
|
1923
|
+
is_active: boolean;
|
|
1924
|
+
}[];
|
|
1925
|
+
} | undefined;
|
|
1910
1926
|
}, {
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1927
|
+
assa_abloy_credential_service_metadata?: {
|
|
1928
|
+
has_active_endpoint: boolean;
|
|
1929
|
+
endpoints: {
|
|
1930
|
+
endpoint_id: string;
|
|
1931
|
+
is_active: boolean;
|
|
1932
|
+
}[];
|
|
1933
|
+
} | undefined;
|
|
1934
|
+
}>>;
|
|
1917
1935
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1936
|
+
properties?: {
|
|
1937
|
+
assa_abloy_credential_service_metadata?: {
|
|
1938
|
+
has_active_endpoint: boolean;
|
|
1939
|
+
endpoints: {
|
|
1940
|
+
endpoint_id: string;
|
|
1941
|
+
is_active: boolean;
|
|
1942
|
+
}[];
|
|
1943
|
+
} | undefined;
|
|
1924
1944
|
} | undefined;
|
|
1925
1945
|
}, {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1946
|
+
properties?: {
|
|
1947
|
+
assa_abloy_credential_service_metadata?: {
|
|
1948
|
+
has_active_endpoint: boolean;
|
|
1949
|
+
endpoints: {
|
|
1950
|
+
endpoint_id: string;
|
|
1951
|
+
is_active: boolean;
|
|
1952
|
+
}[];
|
|
1953
|
+
} | undefined;
|
|
1932
1954
|
} | undefined;
|
|
1933
1955
|
}>>;
|
|
1934
1956
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -2365,12 +2387,14 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2365
2387
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2366
2388
|
is_cooling_available?: true | undefined;
|
|
2367
2389
|
}))) & {
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2390
|
+
properties?: {
|
|
2391
|
+
assa_abloy_credential_service_metadata?: {
|
|
2392
|
+
has_active_endpoint: boolean;
|
|
2393
|
+
endpoints: {
|
|
2394
|
+
endpoint_id: string;
|
|
2395
|
+
is_active: boolean;
|
|
2396
|
+
}[];
|
|
2397
|
+
} | undefined;
|
|
2374
2398
|
} | undefined;
|
|
2375
2399
|
}) & ((({
|
|
2376
2400
|
name: string;
|
|
@@ -2761,12 +2785,14 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2761
2785
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2762
2786
|
is_cooling_available?: true | undefined;
|
|
2763
2787
|
}))) & {
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2788
|
+
properties?: {
|
|
2789
|
+
assa_abloy_credential_service_metadata?: {
|
|
2790
|
+
has_active_endpoint: boolean;
|
|
2791
|
+
endpoints: {
|
|
2792
|
+
endpoint_id: string;
|
|
2793
|
+
is_active: boolean;
|
|
2794
|
+
}[];
|
|
2795
|
+
} | undefined;
|
|
2770
2796
|
} | undefined;
|
|
2771
2797
|
}) | undefined);
|
|
2772
2798
|
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "ios_phone" | "android_phone";
|
|
@@ -3179,12 +3205,14 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3179
3205
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3180
3206
|
is_cooling_available?: true | undefined;
|
|
3181
3207
|
}))) & {
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3208
|
+
properties?: {
|
|
3209
|
+
assa_abloy_credential_service_metadata?: {
|
|
3210
|
+
has_active_endpoint: boolean;
|
|
3211
|
+
endpoints: {
|
|
3212
|
+
endpoint_id: string;
|
|
3213
|
+
is_active: boolean;
|
|
3214
|
+
}[];
|
|
3215
|
+
} | undefined;
|
|
3188
3216
|
} | undefined;
|
|
3189
3217
|
}) & ((({
|
|
3190
3218
|
name: string;
|
|
@@ -3575,12 +3603,14 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3575
3603
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3576
3604
|
is_cooling_available?: true | undefined;
|
|
3577
3605
|
}))) & {
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3606
|
+
properties?: {
|
|
3607
|
+
assa_abloy_credential_service_metadata?: {
|
|
3608
|
+
has_active_endpoint: boolean;
|
|
3609
|
+
endpoints: {
|
|
3610
|
+
endpoint_id: string;
|
|
3611
|
+
is_active: boolean;
|
|
3612
|
+
}[];
|
|
3613
|
+
} | undefined;
|
|
3584
3614
|
} | undefined;
|
|
3585
3615
|
}) | undefined);
|
|
3586
3616
|
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "ios_phone" | "android_phone";
|
|
@@ -1,44 +1,66 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const phone_specific_properties: z.ZodObject<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
properties: z.ZodObject<{
|
|
4
|
+
assa_abloy_credential_service_metadata: z.ZodOptional<z.ZodObject<{
|
|
5
|
+
has_active_endpoint: z.ZodBoolean;
|
|
6
|
+
endpoints: z.ZodArray<z.ZodObject<{
|
|
7
|
+
endpoint_id: z.ZodString;
|
|
8
|
+
is_active: z.ZodBoolean;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
endpoint_id: string;
|
|
11
|
+
is_active: boolean;
|
|
12
|
+
}, {
|
|
13
|
+
endpoint_id: string;
|
|
14
|
+
is_active: boolean;
|
|
15
|
+
}>, "many">;
|
|
8
16
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
|
|
10
|
-
|
|
17
|
+
has_active_endpoint: boolean;
|
|
18
|
+
endpoints: {
|
|
19
|
+
endpoint_id: string;
|
|
20
|
+
is_active: boolean;
|
|
21
|
+
}[];
|
|
11
22
|
}, {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
23
|
+
has_active_endpoint: boolean;
|
|
24
|
+
endpoints: {
|
|
25
|
+
endpoint_id: string;
|
|
26
|
+
is_active: boolean;
|
|
27
|
+
}[];
|
|
28
|
+
}>>;
|
|
15
29
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
30
|
+
assa_abloy_credential_service_metadata?: {
|
|
31
|
+
has_active_endpoint: boolean;
|
|
32
|
+
endpoints: {
|
|
33
|
+
endpoint_id: string;
|
|
34
|
+
is_active: boolean;
|
|
35
|
+
}[];
|
|
36
|
+
} | undefined;
|
|
21
37
|
}, {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
38
|
+
assa_abloy_credential_service_metadata?: {
|
|
39
|
+
has_active_endpoint: boolean;
|
|
40
|
+
endpoints: {
|
|
41
|
+
endpoint_id: string;
|
|
42
|
+
is_active: boolean;
|
|
43
|
+
}[];
|
|
44
|
+
} | undefined;
|
|
45
|
+
}>;
|
|
28
46
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
47
|
+
properties: {
|
|
48
|
+
assa_abloy_credential_service_metadata?: {
|
|
49
|
+
has_active_endpoint: boolean;
|
|
50
|
+
endpoints: {
|
|
51
|
+
endpoint_id: string;
|
|
52
|
+
is_active: boolean;
|
|
53
|
+
}[];
|
|
54
|
+
} | undefined;
|
|
55
|
+
};
|
|
36
56
|
}, {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
57
|
+
properties: {
|
|
58
|
+
assa_abloy_credential_service_metadata?: {
|
|
59
|
+
has_active_endpoint: boolean;
|
|
60
|
+
endpoints: {
|
|
61
|
+
endpoint_id: string;
|
|
62
|
+
is_active: boolean;
|
|
63
|
+
}[];
|
|
64
|
+
} | undefined;
|
|
65
|
+
};
|
|
44
66
|
}>;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export const phone_specific_properties = z.object({
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
properties: z.object({
|
|
4
|
+
assa_abloy_credential_service_metadata: z
|
|
5
|
+
.object({
|
|
6
|
+
has_active_endpoint: z.boolean(),
|
|
7
|
+
endpoints: z.array(z.object({
|
|
8
|
+
endpoint_id: z.string(),
|
|
9
|
+
is_active: z.boolean(),
|
|
10
|
+
})),
|
|
11
|
+
})
|
|
12
|
+
.optional(),
|
|
13
|
+
}),
|
|
12
14
|
});
|
|
13
15
|
//# sourceMappingURL=phone-properties.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-properties.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/phone-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,sCAAsC,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"phone-properties.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/phone-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC;QACnB,sCAAsC,EAAE,CAAC;aACtC,MAAM,CAAC;YACN,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE;YAChC,SAAS,EAAE,CAAC,CAAC,KAAK,CAChB,CAAC,CAAC,MAAM,CAAC;gBACP,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;gBACvB,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;aACvB,CAAC,CACH;SACF,CAAC;aACD,QAAQ,EAAE;KACd,CAAC;CACH,CAAC,CAAA"}
|