@seamapi/types 1.156.0 → 1.157.1

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
@@ -365,11 +365,16 @@ var openapi_default = {
365
365
  nullable: true,
366
366
  properties: {
367
367
  accessibility_type: { type: "string" },
368
- is_connected: { type: "boolean" },
369
- name: { type: "string" },
370
- type: { type: "string" }
368
+ door_name: { type: "string" },
369
+ door_type: { type: "string" },
370
+ is_connected: { type: "boolean" }
371
371
  },
372
- required: ["accessibility_type", "name", "type", "is_connected"],
372
+ required: [
373
+ "accessibility_type",
374
+ "door_name",
375
+ "door_type",
376
+ "is_connected"
377
+ ],
373
378
  type: "object"
374
379
  },
375
380
  visionline_metadata: {
@@ -7286,9 +7291,10 @@ var openapi_default = {
7286
7291
  401: { description: "Unauthorized" }
7287
7292
  },
7288
7293
  security: [
7289
- { access_token: [], seam_workspace: [] },
7290
- { seam_client_session_token: [] },
7291
- { client_session_token: [] }
7294
+ { client_session: [] },
7295
+ { pat_with_workspace: [] },
7296
+ { console_session: [] },
7297
+ { api_key: [] }
7292
7298
  ],
7293
7299
  summary: "/devices/unmanaged/get",
7294
7300
  tags: ["/devices"],
@@ -9448,8 +9454,7 @@ var openapi_default = {
9448
9454
  summary: "/thermostats/climate_setting_schedules/update",
9449
9455
  tags: ["/thermostats"],
9450
9456
  "x-fern-sdk-group-name": ["thermostats", "climate_setting_schedules"],
9451
- "x-fern-sdk-method-name": "update",
9452
- "x-fern-sdk-return-value": "climate_setting_schedule"
9457
+ "x-fern-sdk-method-name": "update"
9453
9458
  },
9454
9459
  put: {
9455
9460
  operationId: "thermostatsClimateSettingSchedulesUpdatePut",
@@ -11681,7 +11686,7 @@ var openapi_default = {
11681
11686
  tags: ["/workspaces"],
11682
11687
  "x-fern-sdk-group-name": ["workspaces"],
11683
11688
  "x-fern-sdk-method-name": "reset_sandbox",
11684
- "x-fern-sdk-return-value": "message"
11689
+ "x-fern-sdk-return-value": "action_attempt"
11685
11690
  }
11686
11691
  }
11687
11692
  },