@seamapi/types 1.505.0 → 1.507.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 +15 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -4
- package/dist/index.cjs +15 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +19 -3
- package/lib/seam/connect/openapi.js +15 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +17 -5
- package/src/lib/seam/connect/route-types.ts +3 -1
|
@@ -40051,7 +40051,6 @@ declare const _default: {
|
|
|
40051
40051
|
parameters: ({
|
|
40052
40052
|
in: string;
|
|
40053
40053
|
name: string;
|
|
40054
|
-
required: boolean;
|
|
40055
40054
|
schema: {
|
|
40056
40055
|
description: string;
|
|
40057
40056
|
items: {
|
|
@@ -40064,7 +40063,18 @@ declare const _default: {
|
|
|
40064
40063
|
} | {
|
|
40065
40064
|
in: string;
|
|
40066
40065
|
name: string;
|
|
40067
|
-
|
|
40066
|
+
schema: {
|
|
40067
|
+
description: string;
|
|
40068
|
+
items: {
|
|
40069
|
+
type: string;
|
|
40070
|
+
format?: never;
|
|
40071
|
+
enum?: never;
|
|
40072
|
+
};
|
|
40073
|
+
type: string;
|
|
40074
|
+
};
|
|
40075
|
+
} | {
|
|
40076
|
+
in: string;
|
|
40077
|
+
name: string;
|
|
40068
40078
|
schema: {
|
|
40069
40079
|
items: {
|
|
40070
40080
|
enum: string[];
|
|
@@ -40193,8 +40203,14 @@ declare const _default: {
|
|
|
40193
40203
|
};
|
|
40194
40204
|
type: string;
|
|
40195
40205
|
};
|
|
40206
|
+
space_keys: {
|
|
40207
|
+
description: string;
|
|
40208
|
+
items: {
|
|
40209
|
+
type: string;
|
|
40210
|
+
};
|
|
40211
|
+
type: string;
|
|
40212
|
+
};
|
|
40196
40213
|
};
|
|
40197
|
-
required: string[];
|
|
40198
40214
|
type: string;
|
|
40199
40215
|
};
|
|
40200
40216
|
};
|
|
@@ -37643,7 +37643,7 @@ export default {
|
|
|
37643
37643
|
},
|
|
37644
37644
|
'/devices/simulate/disconnect_from_hub': {
|
|
37645
37645
|
post: {
|
|
37646
|
-
description: 'Simulates taking the Wi‑Fi hub (bridge) offline for a device.\nOnly applicable for sandbox workspaces and currently\nimplemented for August and
|
|
37646
|
+
description: 'Simulates taking the Wi‑Fi hub (bridge) offline for a device.\nOnly applicable for sandbox workspaces and currently\nimplemented for August, TTLock, and IglooHome devices.\nThis will set the corresponding `hub_disconnected` or\n`ttlock_lock_not_paired_to_gateway` error on the device, or mark the\nIglooHome bridge offline in sandbox.',
|
|
37647
37647
|
operationId: 'devicesSimulateDisconnectFromHubPost',
|
|
37648
37648
|
requestBody: {
|
|
37649
37649
|
content: {
|
|
@@ -45794,17 +45794,24 @@ export default {
|
|
|
45794
45794
|
{
|
|
45795
45795
|
in: 'query',
|
|
45796
45796
|
name: 'space_ids',
|
|
45797
|
-
required: true,
|
|
45798
45797
|
schema: {
|
|
45799
45798
|
description: 'IDs of the spaces that you want to get along with their related resources.',
|
|
45800
45799
|
items: { format: 'uuid', type: 'string' },
|
|
45801
45800
|
type: 'array',
|
|
45802
45801
|
},
|
|
45803
45802
|
},
|
|
45803
|
+
{
|
|
45804
|
+
in: 'query',
|
|
45805
|
+
name: 'space_keys',
|
|
45806
|
+
schema: {
|
|
45807
|
+
description: 'Keys of the spaces that you want to get along with their related resources.',
|
|
45808
|
+
items: { type: 'string' },
|
|
45809
|
+
type: 'array',
|
|
45810
|
+
},
|
|
45811
|
+
},
|
|
45804
45812
|
{
|
|
45805
45813
|
in: 'query',
|
|
45806
45814
|
name: 'include',
|
|
45807
|
-
required: false,
|
|
45808
45815
|
schema: {
|
|
45809
45816
|
items: {
|
|
45810
45817
|
enum: [
|
|
@@ -45822,7 +45829,6 @@ export default {
|
|
|
45822
45829
|
{
|
|
45823
45830
|
in: 'query',
|
|
45824
45831
|
name: 'exclude',
|
|
45825
|
-
required: false,
|
|
45826
45832
|
schema: {
|
|
45827
45833
|
items: {
|
|
45828
45834
|
enum: [
|
|
@@ -45940,8 +45946,12 @@ export default {
|
|
|
45940
45946
|
items: { format: 'uuid', type: 'string' },
|
|
45941
45947
|
type: 'array',
|
|
45942
45948
|
},
|
|
45949
|
+
space_keys: {
|
|
45950
|
+
description: 'Keys of the spaces that you want to get along with their related resources.',
|
|
45951
|
+
items: { type: 'string' },
|
|
45952
|
+
type: 'array',
|
|
45953
|
+
},
|
|
45943
45954
|
},
|
|
45944
|
-
required: ['space_ids'],
|
|
45945
45955
|
type: 'object',
|
|
45946
45956
|
},
|
|
45947
45957
|
},
|