@seamapi/types 1.143.0 → 1.144.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
@@ -1206,6 +1206,7 @@ var openapi_default = {
1206
1206
  device_id: { type: "number" },
1207
1207
  device_model: { type: "string" },
1208
1208
  device_name: { type: "string" },
1209
+ keypad_id: { type: "number" },
1209
1210
  serial_number: { type: "string" }
1210
1211
  },
1211
1212
  required: [
@@ -7961,9 +7962,10 @@ var openapi_default = {
7961
7962
  401: { description: "Unauthorized" }
7962
7963
  },
7963
7964
  security: [
7964
- { access_token: [], seam_workspace: [] },
7965
- { seam_client_session_token: [] },
7966
- { client_session_token: [] }
7965
+ { client_session: [] },
7966
+ { pat_with_workspace: [] },
7967
+ { console_session: [] },
7968
+ { api_key: [] }
7967
7969
  ],
7968
7970
  summary: "/devices/list",
7969
7971
  tags: ["/devices"],
@@ -8019,9 +8021,10 @@ var openapi_default = {
8019
8021
  401: { description: "Unauthorized" }
8020
8022
  },
8021
8023
  security: [
8022
- { access_token: [], seam_workspace: [] },
8023
- { seam_client_session_token: [] },
8024
- { client_session_token: [] }
8024
+ { client_session: [] },
8025
+ { pat_with_workspace: [] },
8026
+ { console_session: [] },
8027
+ { api_key: [] }
8025
8028
  ],
8026
8029
  summary: "/devices/list_device_providers",
8027
8030
  tags: ["/devices"],