@seamapi/types 1.157.1 → 1.158.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/LICENSE.txt +1 -1
- package/dist/connect.cjs +4 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -12
- package/dist/devicedb.cjs +12 -1
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +587 -22
- package/lib/seam/connect/models/devices/managed-device.d.ts +8 -8
- package/lib/seam/connect/openapi.d.ts +17 -12
- package/lib/seam/connect/openapi.js +4 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/devicedb/models/device-model.d.ts +110 -0
- package/lib/seam/devicedb/models/manufacturer.d.ts +33 -0
- package/lib/seam/devicedb/models/manufacturer.js +11 -0
- package/lib/seam/devicedb/models/manufacturer.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +378 -0
- package/lib/seam/devicedb/route-types.d.ts +44 -0
- package/package.json +1 -8
- package/src/lib/seam/connect/openapi.ts +4 -3
- package/src/lib/seam/devicedb/models/manufacturer.ts +11 -0
- package/src/lib/seam/devicedb/route-types.ts +44 -0
|
@@ -2256,7 +2256,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2256
2256
|
is_active: boolean;
|
|
2257
2257
|
}[];
|
|
2258
2258
|
} | undefined;
|
|
2259
|
-
} & {
|
|
2259
|
+
} & ({
|
|
2260
2260
|
august_metadata?: {
|
|
2261
2261
|
lock_id: string;
|
|
2262
2262
|
lock_name: string;
|
|
@@ -2639,7 +2639,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2639
2639
|
max_cooling_set_point_celsius?: number | undefined;
|
|
2640
2640
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2641
2641
|
is_cooling_available?: true | undefined;
|
|
2642
|
-
}))) & (({
|
|
2642
|
+
})))) & (({
|
|
2643
2643
|
name: string;
|
|
2644
2644
|
appearance: {
|
|
2645
2645
|
name: string;
|
|
@@ -2682,7 +2682,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2682
2682
|
is_active: boolean;
|
|
2683
2683
|
}[];
|
|
2684
2684
|
} | undefined;
|
|
2685
|
-
} & {
|
|
2685
|
+
} & ({
|
|
2686
2686
|
august_metadata?: {
|
|
2687
2687
|
lock_id: string;
|
|
2688
2688
|
lock_name: string;
|
|
@@ -3065,7 +3065,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3065
3065
|
max_cooling_set_point_celsius?: number | undefined;
|
|
3066
3066
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3067
3067
|
is_cooling_available?: true | undefined;
|
|
3068
|
-
}))) | undefined);
|
|
3068
|
+
})))) | undefined);
|
|
3069
3069
|
nickname?: string | undefined;
|
|
3070
3070
|
can_remotely_unlock?: boolean | undefined;
|
|
3071
3071
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -3137,7 +3137,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3137
3137
|
is_active: boolean;
|
|
3138
3138
|
}[];
|
|
3139
3139
|
} | undefined;
|
|
3140
|
-
} & {
|
|
3140
|
+
} & ({
|
|
3141
3141
|
august_metadata?: {
|
|
3142
3142
|
lock_id: string;
|
|
3143
3143
|
lock_name: string;
|
|
@@ -3520,7 +3520,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3520
3520
|
max_cooling_set_point_celsius?: number | undefined;
|
|
3521
3521
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3522
3522
|
is_cooling_available?: true | undefined;
|
|
3523
|
-
}))) & (({
|
|
3523
|
+
})))) & (({
|
|
3524
3524
|
name: string;
|
|
3525
3525
|
appearance: {
|
|
3526
3526
|
name: string;
|
|
@@ -3563,7 +3563,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3563
3563
|
is_active: boolean;
|
|
3564
3564
|
}[];
|
|
3565
3565
|
} | undefined;
|
|
3566
|
-
} & {
|
|
3566
|
+
} & ({
|
|
3567
3567
|
august_metadata?: {
|
|
3568
3568
|
lock_id: string;
|
|
3569
3569
|
lock_name: string;
|
|
@@ -3946,7 +3946,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3946
3946
|
max_cooling_set_point_celsius?: number | undefined;
|
|
3947
3947
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3948
3948
|
is_cooling_available?: true | undefined;
|
|
3949
|
-
}))) | undefined);
|
|
3949
|
+
})))) | undefined);
|
|
3950
3950
|
nickname?: string | undefined;
|
|
3951
3951
|
can_remotely_unlock?: boolean | undefined;
|
|
3952
3952
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -8745,20 +8745,25 @@ declare const _default: {
|
|
|
8745
8745
|
};
|
|
8746
8746
|
};
|
|
8747
8747
|
security: ({
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
8751
|
-
|
|
8748
|
+
client_session: never[];
|
|
8749
|
+
pat_with_workspace?: never;
|
|
8750
|
+
console_session?: never;
|
|
8751
|
+
api_key?: never;
|
|
8752
8752
|
} | {
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8753
|
+
pat_with_workspace: never[];
|
|
8754
|
+
client_session?: never;
|
|
8755
|
+
console_session?: never;
|
|
8756
|
+
api_key?: never;
|
|
8757
8757
|
} | {
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8758
|
+
console_session: never[];
|
|
8759
|
+
client_session?: never;
|
|
8760
|
+
pat_with_workspace?: never;
|
|
8761
|
+
api_key?: never;
|
|
8762
|
+
} | {
|
|
8763
|
+
api_key: never[];
|
|
8764
|
+
client_session?: never;
|
|
8765
|
+
pat_with_workspace?: never;
|
|
8766
|
+
console_session?: never;
|
|
8762
8767
|
})[];
|
|
8763
8768
|
summary: string;
|
|
8764
8769
|
tags: string[];
|
|
@@ -6375,9 +6375,10 @@ export default {
|
|
|
6375
6375
|
401: { description: 'Unauthorized' },
|
|
6376
6376
|
},
|
|
6377
6377
|
security: [
|
|
6378
|
-
{
|
|
6379
|
-
{
|
|
6380
|
-
{
|
|
6378
|
+
{ client_session: [] },
|
|
6379
|
+
{ pat_with_workspace: [] },
|
|
6380
|
+
{ console_session: [] },
|
|
6381
|
+
{ api_key: [] },
|
|
6381
6382
|
],
|
|
6382
6383
|
summary: '/connect_webviews/create',
|
|
6383
6384
|
tags: ['/connect_webviews'],
|