@seamapi/types 1.133.0 → 1.135.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 CHANGED
@@ -552,6 +552,7 @@ var openapi_default = {
552
552
  device: {
553
553
  properties: {
554
554
  can_program_online_access_codes: { type: "boolean" },
555
+ can_remotely_lock: { type: "boolean" },
555
556
  can_remotely_unlock: { type: "boolean" },
556
557
  capabilities_supported: {
557
558
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
@@ -1876,6 +1877,7 @@ var openapi_default = {
1876
1877
  phone: {
1877
1878
  properties: {
1878
1879
  can_program_online_access_codes: { type: "boolean" },
1880
+ can_remotely_lock: { type: "boolean" },
1879
1881
  can_remotely_unlock: { type: "boolean" },
1880
1882
  capabilities_supported: {
1881
1883
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
@@ -2089,6 +2091,7 @@ var openapi_default = {
2089
2091
  unmanaged_device: {
2090
2092
  properties: {
2091
2093
  can_program_online_access_codes: { type: "boolean" },
2094
+ can_remotely_lock: { type: "boolean" },
2092
2095
  can_remotely_unlock: { type: "boolean" },
2093
2096
  capabilities_supported: {
2094
2097
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
@@ -9114,9 +9117,10 @@ var openapi_default = {
9114
9117
  401: { description: "Unauthorized" }
9115
9118
  },
9116
9119
  security: [
9117
- { access_token: [], seam_workspace: [] },
9118
- { seam_client_session_token: [] },
9119
- { client_session_token: [] }
9120
+ { client_session: [] },
9121
+ { pat_with_workspace: [] },
9122
+ { console_session: [] },
9123
+ { api_key: [] }
9120
9124
  ],
9121
9125
  summary: "/locks/list",
9122
9126
  tags: ["/locks"],