@seamapi/types 1.148.1 → 1.149.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
@@ -1139,7 +1139,9 @@ var openapi_default = {
1139
1139
  properties: {
1140
1140
  device_id: { type: "string" },
1141
1141
  device_name: { type: "string" },
1142
- keypad_battery_critical: { type: "boolean" }
1142
+ keypad_2_paired: { type: "boolean" },
1143
+ keypad_battery_critical: { type: "boolean" },
1144
+ keypad_paired: { type: "boolean" }
1143
1145
  },
1144
1146
  required: ["device_id", "device_name"],
1145
1147
  type: "object"
@@ -7343,9 +7345,10 @@ var openapi_default = {
7343
7345
  401: { description: "Unauthorized" }
7344
7346
  },
7345
7347
  security: [
7346
- { access_token: [], seam_workspace: [] },
7347
- { seam_client_session_token: [] },
7348
- { client_session_token: [] }
7348
+ { client_session: [] },
7349
+ { pat_with_workspace: [] },
7350
+ { console_session: [] },
7351
+ { api_key: [] }
7349
7352
  ],
7350
7353
  summary: "/connect_webviews/get",
7351
7354
  tags: ["/connect_webviews"],