@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.
@@ -48717,11 +48717,11 @@ export type Routes = {
48717
48717
  route: '/connect_webviews/delete'
48718
48718
  method: 'DELETE' | 'POST'
48719
48719
  queryParams: {}
48720
- jsonBody: {
48720
+ jsonBody: {}
48721
+ commonParams: {
48721
48722
  /** ID of the Connect Webview that you want to delete. */
48722
48723
  connect_webview_id: string
48723
48724
  }
48724
- commonParams: {}
48725
48725
  formData: {}
48726
48726
  jsonResponse: {}
48727
48727
  maxDuration: undefined
@@ -48892,13 +48892,13 @@ export type Routes = {
48892
48892
  route: '/connected_accounts/delete'
48893
48893
  method: 'DELETE' | 'POST'
48894
48894
  queryParams: {}
48895
- jsonBody: {
48895
+ jsonBody: {}
48896
+ commonParams: {
48896
48897
  /** ID of the connected account that you want to delete. */
48897
48898
  connected_account_id: string
48898
48899
  /** */
48899
48900
  sync?: boolean
48900
48901
  }
48901
- commonParams: {}
48902
48902
  formData: {}
48903
48903
  jsonResponse: {}
48904
48904
  maxDuration: undefined
@@ -90246,7 +90246,8 @@ export type Routes = {
90246
90246
  route: '/noise_sensors/noise_thresholds/delete'
90247
90247
  method: 'DELETE' | 'POST'
90248
90248
  queryParams: {}
90249
- jsonBody: {
90249
+ jsonBody: {}
90250
+ commonParams: {
90250
90251
  /** ID of the noise threshold that you want to delete. */
90251
90252
  noise_threshold_id: string
90252
90253
  /** ID of the device that contains the noise threshold that you want to delete. */
@@ -90254,7 +90255,6 @@ export type Routes = {
90254
90255
  /** */
90255
90256
  sync?: boolean
90256
90257
  }
90257
- commonParams: {}
90258
90258
  formData: {}
90259
90259
  jsonResponse: {
90260
90260
  /** 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.
@@ -94540,11 +94540,11 @@ export type Routes = {
94540
94540
  route: '/phones/deactivate'
94541
94541
  method: 'DELETE' | 'POST'
94542
94542
  queryParams: {}
94543
- jsonBody: {
94543
+ jsonBody: {}
94544
+ commonParams: {
94544
94545
  /** Device ID of the phone that you want to deactivate. */
94545
94546
  device_id: string
94546
94547
  }
94547
- commonParams: {}
94548
94548
  formData: {}
94549
94549
  jsonResponse: {}
94550
94550
  maxDuration: undefined
@@ -95796,7 +95796,8 @@ export type Routes = {
95796
95796
  workspace_id: string
95797
95797
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95798
95798
  name: string
95799
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95799
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
95800
+ * @deprecated Use `connect_partner_name` instead.*/
95800
95801
  company_name: string
95801
95802
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
95802
95803
  is_sandbox: boolean
@@ -95814,9 +95815,8 @@ export type Routes = {
95814
95815
  }
95815
95816
  /** 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. */
95816
95817
  is_suspended: boolean
95817
- /**
95818
- * @deprecated Use `company_name` instead.*/
95819
- connect_partner_name: (string | null) | null
95818
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95819
+ connect_partner_name: string | null
95820
95820
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
95821
95821
  publishable_key?: string | undefined
95822
95822
  /** Indicates whether publishable key authentication is enabled for this workspace. */
@@ -95858,7 +95858,8 @@ export type Routes = {
95858
95858
  workspace_id: string
95859
95859
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95860
95860
  name: string
95861
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95861
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
95862
+ * @deprecated Use `connect_partner_name` instead.*/
95862
95863
  company_name: string
95863
95864
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
95864
95865
  is_sandbox: boolean
@@ -95876,9 +95877,8 @@ export type Routes = {
95876
95877
  }
95877
95878
  /** 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. */
95878
95879
  is_suspended: boolean
95879
- /**
95880
- * @deprecated Use `company_name` instead.*/
95881
- connect_partner_name: (string | null) | null
95880
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
95881
+ connect_partner_name: string | null
95882
95882
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
95883
95883
  publishable_key?: string | undefined
95884
95884
  /** Indicates whether publishable key authentication is enabled for this workspace. */
@@ -106433,11 +106433,11 @@ export type Routes = {
106433
106433
  route: '/spaces/delete'
106434
106434
  method: 'DELETE' | 'POST'
106435
106435
  queryParams: {}
106436
- jsonBody: {
106436
+ jsonBody: {}
106437
+ commonParams: {
106437
106438
  /** ID of the space that you want to delete. */
106438
106439
  space_id: string
106439
106440
  }
106440
- commonParams: {}
106441
106441
  formData: {}
106442
106442
  jsonResponse: {}
106443
106443
  maxDuration: undefined
@@ -115990,13 +115990,13 @@ export type Routes = {
115990
115990
  route: '/thermostats/delete_climate_preset'
115991
115991
  method: 'POST' | 'DELETE'
115992
115992
  queryParams: {}
115993
- jsonBody: {
115993
+ jsonBody: {}
115994
+ commonParams: {
115994
115995
  /** ID of the thermostat device for which you want to delete a climate preset. */
115995
115996
  device_id: string
115996
115997
  /** Climate preset key of the climate preset that you want to delete. */
115997
115998
  climate_preset_key: string
115998
115999
  }
115999
- commonParams: {}
116000
116000
  formData: {}
116001
116001
  jsonResponse: {}
116002
116002
  maxDuration: undefined
@@ -140206,7 +140206,7 @@ export type Routes = {
140206
140206
  /** Company name for the new workspace. */
140207
140207
  company_name?: string | undefined
140208
140208
  /** Connect partner name for the new workspace. */
140209
- connect_partner_name?: ((string | null) | null) | undefined
140209
+ connect_partner_name?: (string | null) | undefined
140210
140210
  /** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
140211
140211
  is_sandbox?: boolean
140212
140212
  /**
@@ -140244,7 +140244,8 @@ export type Routes = {
140244
140244
  workspace_id: string
140245
140245
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140246
140246
  name: string
140247
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140247
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
140248
+ * @deprecated Use `connect_partner_name` instead.*/
140248
140249
  company_name: string
140249
140250
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
140250
140251
  is_sandbox: boolean
@@ -140262,9 +140263,8 @@ export type Routes = {
140262
140263
  }
140263
140264
  /** 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. */
140264
140265
  is_suspended: boolean
140265
- /**
140266
- * @deprecated Use `company_name` instead.*/
140267
- connect_partner_name: (string | null) | null
140266
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140267
+ connect_partner_name: string | null
140268
140268
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
140269
140269
  publishable_key?: string | undefined
140270
140270
  /** Indicates whether publishable key authentication is enabled for this workspace. */
@@ -140538,7 +140538,8 @@ export type Routes = {
140538
140538
  workspace_id: string
140539
140539
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140540
140540
  name: string
140541
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140541
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
140542
+ * @deprecated Use `connect_partner_name` instead.*/
140542
140543
  company_name: string
140543
140544
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
140544
140545
  is_sandbox: boolean
@@ -140556,9 +140557,8 @@ export type Routes = {
140556
140557
  }
140557
140558
  /** 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. */
140558
140559
  is_suspended: boolean
140559
- /**
140560
- * @deprecated Use `company_name` instead.*/
140561
- connect_partner_name: (string | null) | null
140560
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
140561
+ connect_partner_name: string | null
140562
140562
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
140563
140563
  publishable_key?: string | undefined
140564
140564
  /** Indicates whether publishable key authentication is enabled for this workspace. */
@@ -153002,7 +153002,8 @@ export type Routes = {
153002
153002
  workspace_id: string
153003
153003
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153004
153004
  name: string
153005
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153005
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
153006
+ * @deprecated Use `connect_partner_name` instead.*/
153006
153007
  company_name: string
153007
153008
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
153008
153009
  is_sandbox: boolean
@@ -153020,9 +153021,8 @@ export type Routes = {
153020
153021
  }
153021
153022
  /** 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. */
153022
153023
  is_suspended: boolean
153023
- /**
153024
- * @deprecated Use `company_name` instead.*/
153025
- connect_partner_name: (string | null) | null
153024
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153025
+ connect_partner_name: string | null
153026
153026
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
153027
153027
  publishable_key?: string | undefined
153028
153028
  /** Indicates whether publishable key authentication is enabled for this workspace. */
@@ -153046,7 +153046,8 @@ export type Routes = {
153046
153046
  workspace_id: string
153047
153047
  /** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153048
153048
  name: string
153049
- /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153049
+ /** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
153050
+ * @deprecated Use `connect_partner_name` instead.*/
153050
153051
  company_name: string
153051
153052
  /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
153052
153053
  is_sandbox: boolean
@@ -153064,9 +153065,8 @@ export type Routes = {
153064
153065
  }
153065
153066
  /** 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. */
153066
153067
  is_suspended: boolean
153067
- /**
153068
- * @deprecated Use `company_name` instead.*/
153069
- connect_partner_name: (string | null) | null
153068
+ /** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
153069
+ connect_partner_name: string | null
153070
153070
  /** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
153071
153071
  publishable_key?: string | undefined
153072
153072
  /** Indicates whether publishable key authentication is enabled for this workspace. */