@seamapi/types 1.1029.0 → 1.1031.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/lib/seam/connect/models/workspaces/workspace.d.ts +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +7 -9
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.js +104 -113
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +37 -37
- package/package.json +1 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +8 -12
- package/src/lib/seam/connect/openapi.ts +110 -120
- package/src/lib/seam/connect/route-types.ts +37 -37
|
@@ -41550,11 +41550,11 @@ export type Routes = {
|
|
|
41550
41550
|
route: '/connect_webviews/delete';
|
|
41551
41551
|
method: 'DELETE' | 'POST';
|
|
41552
41552
|
queryParams: {};
|
|
41553
|
-
jsonBody: {
|
|
41553
|
+
jsonBody: {};
|
|
41554
|
+
commonParams: {
|
|
41554
41555
|
/** ID of the Connect Webview that you want to delete. */
|
|
41555
41556
|
connect_webview_id: string;
|
|
41556
41557
|
};
|
|
41557
|
-
commonParams: {};
|
|
41558
41558
|
formData: {};
|
|
41559
41559
|
jsonResponse: {};
|
|
41560
41560
|
maxDuration: undefined;
|
|
@@ -41719,13 +41719,13 @@ export type Routes = {
|
|
|
41719
41719
|
route: '/connected_accounts/delete';
|
|
41720
41720
|
method: 'DELETE' | 'POST';
|
|
41721
41721
|
queryParams: {};
|
|
41722
|
-
jsonBody: {
|
|
41722
|
+
jsonBody: {};
|
|
41723
|
+
commonParams: {
|
|
41723
41724
|
/** ID of the connected account that you want to delete. */
|
|
41724
41725
|
connected_account_id: string;
|
|
41725
41726
|
/** */
|
|
41726
41727
|
sync?: boolean;
|
|
41727
41728
|
};
|
|
41728
|
-
commonParams: {};
|
|
41729
41729
|
formData: {};
|
|
41730
41730
|
jsonResponse: {};
|
|
41731
41731
|
maxDuration: undefined;
|
|
@@ -74855,7 +74855,8 @@ export type Routes = {
|
|
|
74855
74855
|
route: '/noise_sensors/noise_thresholds/delete';
|
|
74856
74856
|
method: 'DELETE' | 'POST';
|
|
74857
74857
|
queryParams: {};
|
|
74858
|
-
jsonBody: {
|
|
74858
|
+
jsonBody: {};
|
|
74859
|
+
commonParams: {
|
|
74859
74860
|
/** ID of the noise threshold that you want to delete. */
|
|
74860
74861
|
noise_threshold_id: string;
|
|
74861
74862
|
/** ID of the device that contains the noise threshold that you want to delete. */
|
|
@@ -74863,7 +74864,6 @@ export type Routes = {
|
|
|
74863
74864
|
/** */
|
|
74864
74865
|
sync?: boolean;
|
|
74865
74866
|
};
|
|
74866
|
-
commonParams: {};
|
|
74867
74867
|
formData: {};
|
|
74868
74868
|
jsonResponse: {
|
|
74869
74869
|
/** Represents an action attempt that enables you to keep track of the progress of your action that affects a physical device or system.actions against a device. Action attempts are useful because the physical world is intrinsically asynchronous.
|
|
@@ -78541,11 +78541,11 @@ export type Routes = {
|
|
|
78541
78541
|
route: '/phones/deactivate';
|
|
78542
78542
|
method: 'DELETE' | 'POST';
|
|
78543
78543
|
queryParams: {};
|
|
78544
|
-
jsonBody: {
|
|
78544
|
+
jsonBody: {};
|
|
78545
|
+
commonParams: {
|
|
78545
78546
|
/** Device ID of the phone that you want to deactivate. */
|
|
78546
78547
|
device_id: string;
|
|
78547
78548
|
};
|
|
78548
|
-
commonParams: {};
|
|
78549
78549
|
formData: {};
|
|
78550
78550
|
jsonResponse: {};
|
|
78551
78551
|
maxDuration: undefined;
|
|
@@ -79743,7 +79743,8 @@ export type Routes = {
|
|
|
79743
79743
|
workspace_id: string;
|
|
79744
79744
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79745
79745
|
name: string;
|
|
79746
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79746
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79747
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
79747
79748
|
company_name: string;
|
|
79748
79749
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
79749
79750
|
is_sandbox: boolean;
|
|
@@ -79761,9 +79762,8 @@ export type Routes = {
|
|
|
79761
79762
|
};
|
|
79762
79763
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
79763
79764
|
is_suspended: boolean;
|
|
79764
|
-
/**
|
|
79765
|
-
|
|
79766
|
-
connect_partner_name: (string | null) | null;
|
|
79765
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79766
|
+
connect_partner_name: string | null;
|
|
79767
79767
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
79768
79768
|
publishable_key?: string | undefined;
|
|
79769
79769
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -79805,7 +79805,8 @@ export type Routes = {
|
|
|
79805
79805
|
workspace_id: string;
|
|
79806
79806
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79807
79807
|
name: string;
|
|
79808
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79808
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79809
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
79809
79810
|
company_name: string;
|
|
79810
79811
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
79811
79812
|
is_sandbox: boolean;
|
|
@@ -79823,9 +79824,8 @@ export type Routes = {
|
|
|
79823
79824
|
};
|
|
79824
79825
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
79825
79826
|
is_suspended: boolean;
|
|
79826
|
-
/**
|
|
79827
|
-
|
|
79828
|
-
connect_partner_name: (string | null) | null;
|
|
79827
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79828
|
+
connect_partner_name: string | null;
|
|
79829
79829
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
79830
79830
|
publishable_key?: string | undefined;
|
|
79831
79831
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -88835,11 +88835,11 @@ export type Routes = {
|
|
|
88835
88835
|
route: '/spaces/delete';
|
|
88836
88836
|
method: 'DELETE' | 'POST';
|
|
88837
88837
|
queryParams: {};
|
|
88838
|
-
jsonBody: {
|
|
88838
|
+
jsonBody: {};
|
|
88839
|
+
commonParams: {
|
|
88839
88840
|
/** ID of the space that you want to delete. */
|
|
88840
88841
|
space_id: string;
|
|
88841
88842
|
};
|
|
88842
|
-
commonParams: {};
|
|
88843
88843
|
formData: {};
|
|
88844
88844
|
jsonResponse: {};
|
|
88845
88845
|
maxDuration: undefined;
|
|
@@ -96839,13 +96839,13 @@ export type Routes = {
|
|
|
96839
96839
|
route: '/thermostats/delete_climate_preset';
|
|
96840
96840
|
method: 'POST' | 'DELETE';
|
|
96841
96841
|
queryParams: {};
|
|
96842
|
-
jsonBody: {
|
|
96842
|
+
jsonBody: {};
|
|
96843
|
+
commonParams: {
|
|
96843
96844
|
/** ID of the thermostat device for which you want to delete a climate preset. */
|
|
96844
96845
|
device_id: string;
|
|
96845
96846
|
/** Climate preset key of the climate preset that you want to delete. */
|
|
96846
96847
|
climate_preset_key: string;
|
|
96847
96848
|
};
|
|
96848
|
-
commonParams: {};
|
|
96849
96849
|
formData: {};
|
|
96850
96850
|
jsonResponse: {};
|
|
96851
96851
|
maxDuration: undefined;
|
|
@@ -117149,7 +117149,7 @@ export type Routes = {
|
|
|
117149
117149
|
/** Company name for the new workspace. */
|
|
117150
117150
|
company_name?: string | undefined;
|
|
117151
117151
|
/** Connect partner name for the new workspace. */
|
|
117152
|
-
connect_partner_name?: (
|
|
117152
|
+
connect_partner_name?: (string | null) | undefined;
|
|
117153
117153
|
/** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117154
117154
|
is_sandbox?: boolean;
|
|
117155
117155
|
/**
|
|
@@ -117185,7 +117185,8 @@ export type Routes = {
|
|
|
117185
117185
|
workspace_id: string;
|
|
117186
117186
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117187
117187
|
name: string;
|
|
117188
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117188
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117189
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
117189
117190
|
company_name: string;
|
|
117190
117191
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117191
117192
|
is_sandbox: boolean;
|
|
@@ -117203,9 +117204,8 @@ export type Routes = {
|
|
|
117203
117204
|
};
|
|
117204
117205
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
117205
117206
|
is_suspended: boolean;
|
|
117206
|
-
/**
|
|
117207
|
-
|
|
117208
|
-
connect_partner_name: (string | null) | null;
|
|
117207
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117208
|
+
connect_partner_name: string | null;
|
|
117209
117209
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
117210
117210
|
publishable_key?: string | undefined;
|
|
117211
117211
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -117447,7 +117447,8 @@ export type Routes = {
|
|
|
117447
117447
|
workspace_id: string;
|
|
117448
117448
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117449
117449
|
name: string;
|
|
117450
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117450
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117451
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
117451
117452
|
company_name: string;
|
|
117452
117453
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117453
117454
|
is_sandbox: boolean;
|
|
@@ -117465,9 +117466,8 @@ export type Routes = {
|
|
|
117465
117466
|
};
|
|
117466
117467
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
117467
117468
|
is_suspended: boolean;
|
|
117468
|
-
/**
|
|
117469
|
-
|
|
117470
|
-
connect_partner_name: (string | null) | null;
|
|
117469
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117470
|
+
connect_partner_name: string | null;
|
|
117471
117471
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
117472
117472
|
publishable_key?: string | undefined;
|
|
117473
117473
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -128042,7 +128042,8 @@ export type Routes = {
|
|
|
128042
128042
|
workspace_id: string;
|
|
128043
128043
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128044
128044
|
name: string;
|
|
128045
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128045
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128046
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
128046
128047
|
company_name: string;
|
|
128047
128048
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
128048
128049
|
is_sandbox: boolean;
|
|
@@ -128060,9 +128061,8 @@ export type Routes = {
|
|
|
128060
128061
|
};
|
|
128061
128062
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
128062
128063
|
is_suspended: boolean;
|
|
128063
|
-
/**
|
|
128064
|
-
|
|
128065
|
-
connect_partner_name: (string | null) | null;
|
|
128064
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128065
|
+
connect_partner_name: string | null;
|
|
128066
128066
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
128067
128067
|
publishable_key?: string | undefined;
|
|
128068
128068
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -128086,7 +128086,8 @@ export type Routes = {
|
|
|
128086
128086
|
workspace_id: string;
|
|
128087
128087
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128088
128088
|
name: string;
|
|
128089
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128089
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128090
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
128090
128091
|
company_name: string;
|
|
128091
128092
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
128092
128093
|
is_sandbox: boolean;
|
|
@@ -128104,9 +128105,8 @@ export type Routes = {
|
|
|
128104
128105
|
};
|
|
128105
128106
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
128106
128107
|
is_suspended: boolean;
|
|
128107
|
-
/**
|
|
128108
|
-
|
|
128109
|
-
connect_partner_name: (string | null) | null;
|
|
128108
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128109
|
+
connect_partner_name: string | null;
|
|
128110
128110
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
128111
128111
|
publishable_key?: string | undefined;
|
|
128112
128112
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
package/package.json
CHANGED
|
@@ -9,11 +9,12 @@ export const workspace = z.object({
|
|
|
9
9
|
.describe(
|
|
10
10
|
'Name of the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
11
11
|
),
|
|
12
|
-
company_name: z
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
company_name: z.string().describe(`
|
|
13
|
+
---
|
|
14
|
+
deprecated: Use \`connect_partner_name\` instead.
|
|
15
|
+
---
|
|
16
|
+
Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
17
|
+
`),
|
|
17
18
|
is_sandbox: z
|
|
18
19
|
.boolean()
|
|
19
20
|
.describe(
|
|
@@ -58,13 +59,8 @@ export const workspace = z.object({
|
|
|
58
59
|
.string()
|
|
59
60
|
.nullable()
|
|
60
61
|
.describe(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
deprecated: Use \`company_name\` instead.
|
|
64
|
-
---
|
|
65
|
-
`,
|
|
66
|
-
)
|
|
67
|
-
.nullable(),
|
|
62
|
+
'Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
63
|
+
),
|
|
68
64
|
publishable_key: z
|
|
69
65
|
.string()
|
|
70
66
|
.optional()
|
|
@@ -38315,15 +38315,17 @@ const openapi: OpenAPISpec = {
|
|
|
38315
38315
|
'Represents a Seam [workspace](https://docs.seam.co/core-concepts/workspaces). A workspace is a top-level entity that encompasses all other resources below it, such as devices, connected accounts, and Connect Webviews. Seam provides two types of workspaces. A [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is a special type of workspace designed for testing code. Sandbox workspaces offer test device accounts and virtual devices that you can connect and control. This ability to work with virtual devices is quite handy because it removes the need to own physical devices from multiple brands. To connect real devices and systems to Seam, use a [production workspace](https://docs.seam.co/core-concepts/workspaces#production-workspaces).',
|
|
38316
38316
|
properties: {
|
|
38317
38317
|
company_name: {
|
|
38318
|
+
deprecated: true,
|
|
38318
38319
|
description:
|
|
38319
38320
|
'Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
38320
38321
|
type: 'string',
|
|
38322
|
+
'x-deprecated': 'Use `connect_partner_name` instead.',
|
|
38321
38323
|
},
|
|
38322
38324
|
connect_partner_name: {
|
|
38323
|
-
|
|
38325
|
+
description:
|
|
38326
|
+
'Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
38324
38327
|
nullable: true,
|
|
38325
38328
|
type: 'string',
|
|
38326
|
-
'x-deprecated': 'Use `company_name` instead.',
|
|
38327
38329
|
},
|
|
38328
38330
|
connect_webview_customization: {
|
|
38329
38331
|
properties: {
|
|
@@ -52660,24 +52662,18 @@ const openapi: OpenAPISpec = {
|
|
|
52660
52662
|
description:
|
|
52661
52663
|
'Deletes a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).\n\nYou do not need to delete a Connect Webview once a user completes it. Instead, you can simply ignore completed Connect Webviews.',
|
|
52662
52664
|
operationId: 'connectWebviewsDeleteDelete',
|
|
52663
|
-
|
|
52664
|
-
|
|
52665
|
-
'
|
|
52666
|
-
|
|
52667
|
-
|
|
52668
|
-
|
|
52669
|
-
|
|
52670
|
-
|
|
52671
|
-
|
|
52672
|
-
type: 'string',
|
|
52673
|
-
},
|
|
52674
|
-
},
|
|
52675
|
-
required: ['connect_webview_id'],
|
|
52676
|
-
type: 'object',
|
|
52677
|
-
},
|
|
52665
|
+
parameters: [
|
|
52666
|
+
{
|
|
52667
|
+
in: 'query',
|
|
52668
|
+
name: 'connect_webview_id',
|
|
52669
|
+
required: true,
|
|
52670
|
+
schema: {
|
|
52671
|
+
description: 'ID of the Connect Webview that you want to delete.',
|
|
52672
|
+
format: 'uuid',
|
|
52673
|
+
type: 'string',
|
|
52678
52674
|
},
|
|
52679
52675
|
},
|
|
52680
|
-
|
|
52676
|
+
],
|
|
52681
52677
|
responses: {
|
|
52682
52678
|
'200': {
|
|
52683
52679
|
content: {
|
|
@@ -53084,29 +53080,29 @@ const openapi: OpenAPISpec = {
|
|
|
53084
53080
|
description:
|
|
53085
53081
|
'Deletes a specified [connected account](https://docs.seam.co/core-concepts/connected-accounts).\n\nDeleting a connected account triggers a `connected_account.deleted` event and removes the connected account and all data associated with the connected account from Seam, including devices, events, access codes, and so on. For every deleted resource, Seam sends a corresponding deleted event, but the resource is not deleted from the provider.\n\nFor example, if you delete a connected account with a device that has an access code, Seam sends a `connected_account.deleted` event, a `device.deleted` event, and an `access_code.deleted` event, but Seam does not remove the access code from the device.',
|
|
53086
53082
|
operationId: 'connectedAccountsDeleteDelete',
|
|
53087
|
-
|
|
53088
|
-
|
|
53089
|
-
'
|
|
53090
|
-
|
|
53091
|
-
|
|
53092
|
-
|
|
53093
|
-
|
|
53094
|
-
|
|
53095
|
-
|
|
53096
|
-
|
|
53097
|
-
},
|
|
53098
|
-
sync: {
|
|
53099
|
-
default: false,
|
|
53100
|
-
type: 'boolean',
|
|
53101
|
-
'x-undocumented': 'Only used internally.',
|
|
53102
|
-
},
|
|
53103
|
-
},
|
|
53104
|
-
required: ['connected_account_id'],
|
|
53105
|
-
type: 'object',
|
|
53106
|
-
},
|
|
53083
|
+
parameters: [
|
|
53084
|
+
{
|
|
53085
|
+
in: 'query',
|
|
53086
|
+
name: 'connected_account_id',
|
|
53087
|
+
required: true,
|
|
53088
|
+
schema: {
|
|
53089
|
+
description:
|
|
53090
|
+
'ID of the connected account that you want to delete.',
|
|
53091
|
+
format: 'uuid',
|
|
53092
|
+
type: 'string',
|
|
53107
53093
|
},
|
|
53108
53094
|
},
|
|
53109
|
-
|
|
53095
|
+
{
|
|
53096
|
+
in: 'query',
|
|
53097
|
+
name: 'sync',
|
|
53098
|
+
required: false,
|
|
53099
|
+
schema: {
|
|
53100
|
+
default: false,
|
|
53101
|
+
type: 'boolean',
|
|
53102
|
+
'x-undocumented': 'Only used internally.',
|
|
53103
|
+
},
|
|
53104
|
+
},
|
|
53105
|
+
],
|
|
53110
53106
|
responses: {
|
|
53111
53107
|
'200': {
|
|
53112
53108
|
content: {
|
|
@@ -63465,35 +63461,39 @@ const openapi: OpenAPISpec = {
|
|
|
63465
63461
|
description:
|
|
63466
63462
|
'Deletes a [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) from a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors).',
|
|
63467
63463
|
operationId: 'noiseSensorsNoiseThresholdsDeleteDelete',
|
|
63468
|
-
|
|
63469
|
-
|
|
63470
|
-
'
|
|
63471
|
-
|
|
63472
|
-
|
|
63473
|
-
|
|
63474
|
-
|
|
63475
|
-
|
|
63476
|
-
|
|
63477
|
-
type: 'string',
|
|
63478
|
-
},
|
|
63479
|
-
noise_threshold_id: {
|
|
63480
|
-
description:
|
|
63481
|
-
'ID of the noise threshold that you want to delete.',
|
|
63482
|
-
format: 'uuid',
|
|
63483
|
-
type: 'string',
|
|
63484
|
-
},
|
|
63485
|
-
sync: {
|
|
63486
|
-
default: false,
|
|
63487
|
-
type: 'boolean',
|
|
63488
|
-
'x-undocumented': 'Only used internally.',
|
|
63489
|
-
},
|
|
63490
|
-
},
|
|
63491
|
-
required: ['noise_threshold_id', 'device_id'],
|
|
63492
|
-
type: 'object',
|
|
63493
|
-
},
|
|
63464
|
+
parameters: [
|
|
63465
|
+
{
|
|
63466
|
+
in: 'query',
|
|
63467
|
+
name: 'noise_threshold_id',
|
|
63468
|
+
required: true,
|
|
63469
|
+
schema: {
|
|
63470
|
+
description: 'ID of the noise threshold that you want to delete.',
|
|
63471
|
+
format: 'uuid',
|
|
63472
|
+
type: 'string',
|
|
63494
63473
|
},
|
|
63495
63474
|
},
|
|
63496
|
-
|
|
63475
|
+
{
|
|
63476
|
+
in: 'query',
|
|
63477
|
+
name: 'device_id',
|
|
63478
|
+
required: true,
|
|
63479
|
+
schema: {
|
|
63480
|
+
description:
|
|
63481
|
+
'ID of the device that contains the noise threshold that you want to delete.',
|
|
63482
|
+
format: 'uuid',
|
|
63483
|
+
type: 'string',
|
|
63484
|
+
},
|
|
63485
|
+
},
|
|
63486
|
+
{
|
|
63487
|
+
in: 'query',
|
|
63488
|
+
name: 'sync',
|
|
63489
|
+
required: false,
|
|
63490
|
+
schema: {
|
|
63491
|
+
default: false,
|
|
63492
|
+
type: 'boolean',
|
|
63493
|
+
'x-undocumented': 'Only used internally.',
|
|
63494
|
+
},
|
|
63495
|
+
},
|
|
63496
|
+
],
|
|
63497
63497
|
responses: {
|
|
63498
63498
|
'200': {
|
|
63499
63499
|
content: {
|
|
@@ -64181,23 +64181,18 @@ const openapi: OpenAPISpec = {
|
|
|
64181
64181
|
description:
|
|
64182
64182
|
'Deactivates a phone, which is useful, for example, if a user has lost their phone. For more information, see [App User Lost Phone Process](https://docs.seam.co/capability-guides/mobile-access/managing-phones-for-a-user-identity#app-user-lost-phone-process).',
|
|
64183
64183
|
operationId: 'phonesDeactivateDelete',
|
|
64184
|
-
|
|
64185
|
-
|
|
64186
|
-
'
|
|
64187
|
-
|
|
64188
|
-
|
|
64189
|
-
|
|
64190
|
-
|
|
64191
|
-
|
|
64192
|
-
|
|
64193
|
-
},
|
|
64194
|
-
},
|
|
64195
|
-
required: ['device_id'],
|
|
64196
|
-
type: 'object',
|
|
64197
|
-
},
|
|
64184
|
+
parameters: [
|
|
64185
|
+
{
|
|
64186
|
+
in: 'query',
|
|
64187
|
+
name: 'device_id',
|
|
64188
|
+
required: true,
|
|
64189
|
+
schema: {
|
|
64190
|
+
description:
|
|
64191
|
+
'Device ID of the phone that you want to deactivate.',
|
|
64192
|
+
type: 'string',
|
|
64198
64193
|
},
|
|
64199
64194
|
},
|
|
64200
|
-
|
|
64195
|
+
],
|
|
64201
64196
|
responses: {
|
|
64202
64197
|
'200': {
|
|
64203
64198
|
content: {
|
|
@@ -81097,23 +81092,18 @@ const openapi: OpenAPISpec = {
|
|
|
81097
81092
|
delete: {
|
|
81098
81093
|
description: 'Deletes a space.',
|
|
81099
81094
|
operationId: 'spacesDeleteDelete',
|
|
81100
|
-
|
|
81101
|
-
|
|
81102
|
-
'
|
|
81103
|
-
|
|
81104
|
-
|
|
81105
|
-
|
|
81106
|
-
|
|
81107
|
-
|
|
81108
|
-
|
|
81109
|
-
},
|
|
81110
|
-
},
|
|
81111
|
-
required: ['space_id'],
|
|
81112
|
-
type: 'object',
|
|
81113
|
-
},
|
|
81095
|
+
parameters: [
|
|
81096
|
+
{
|
|
81097
|
+
in: 'query',
|
|
81098
|
+
name: 'space_id',
|
|
81099
|
+
required: true,
|
|
81100
|
+
schema: {
|
|
81101
|
+
description: 'ID of the space that you want to delete.',
|
|
81102
|
+
format: 'uuid',
|
|
81103
|
+
type: 'string',
|
|
81114
81104
|
},
|
|
81115
81105
|
},
|
|
81116
|
-
|
|
81106
|
+
],
|
|
81117
81107
|
responses: {
|
|
81118
81108
|
'200': {
|
|
81119
81109
|
content: {
|
|
@@ -83041,30 +83031,30 @@ const openapi: OpenAPISpec = {
|
|
|
83041
83031
|
description:
|
|
83042
83032
|
'Deletes a specified [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).',
|
|
83043
83033
|
operationId: 'thermostatsDeleteClimatePresetDelete',
|
|
83044
|
-
|
|
83045
|
-
|
|
83046
|
-
'
|
|
83047
|
-
|
|
83048
|
-
|
|
83049
|
-
|
|
83050
|
-
|
|
83051
|
-
|
|
83052
|
-
|
|
83053
|
-
|
|
83054
|
-
},
|
|
83055
|
-
device_id: {
|
|
83056
|
-
description:
|
|
83057
|
-
'ID of the thermostat device for which you want to delete a climate preset.',
|
|
83058
|
-
format: 'uuid',
|
|
83059
|
-
type: 'string',
|
|
83060
|
-
},
|
|
83061
|
-
},
|
|
83062
|
-
required: ['device_id', 'climate_preset_key'],
|
|
83063
|
-
type: 'object',
|
|
83064
|
-
},
|
|
83034
|
+
parameters: [
|
|
83035
|
+
{
|
|
83036
|
+
in: 'query',
|
|
83037
|
+
name: 'device_id',
|
|
83038
|
+
required: true,
|
|
83039
|
+
schema: {
|
|
83040
|
+
description:
|
|
83041
|
+
'ID of the thermostat device for which you want to delete a climate preset.',
|
|
83042
|
+
format: 'uuid',
|
|
83043
|
+
type: 'string',
|
|
83065
83044
|
},
|
|
83066
83045
|
},
|
|
83067
|
-
|
|
83046
|
+
{
|
|
83047
|
+
in: 'query',
|
|
83048
|
+
name: 'climate_preset_key',
|
|
83049
|
+
required: true,
|
|
83050
|
+
schema: {
|
|
83051
|
+
description:
|
|
83052
|
+
'Climate preset key of the climate preset that you want to delete.',
|
|
83053
|
+
minLength: 1,
|
|
83054
|
+
type: 'string',
|
|
83055
|
+
},
|
|
83056
|
+
},
|
|
83057
|
+
],
|
|
83068
83058
|
responses: {
|
|
83069
83059
|
'200': {
|
|
83070
83060
|
content: {
|
|
@@ -88898,15 +88888,15 @@ const openapi: OpenAPISpec = {
|
|
|
88898
88888
|
schema: {
|
|
88899
88889
|
properties: {
|
|
88900
88890
|
company_name: {
|
|
88891
|
+
deprecated: true,
|
|
88901
88892
|
description: 'Company name for the new workspace.',
|
|
88902
88893
|
type: 'string',
|
|
88894
|
+
'x-deprecated': 'Use `connect_partner_name` instead.',
|
|
88903
88895
|
},
|
|
88904
88896
|
connect_partner_name: {
|
|
88905
|
-
deprecated: true,
|
|
88906
88897
|
description: 'Connect partner name for the new workspace.',
|
|
88907
88898
|
nullable: true,
|
|
88908
88899
|
type: 'string',
|
|
88909
|
-
'x-deprecated': 'Use `company_name` instead.',
|
|
88910
88900
|
},
|
|
88911
88901
|
connect_webview_customization: {
|
|
88912
88902
|
description:
|