@seamapi/types 1.157.0 → 1.157.2

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021-2023 Seam Labs, Inc.
3
+ Copyright (c) 2021-2024 Seam Labs, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
package/dist/connect.cjs CHANGED
@@ -6444,9 +6444,10 @@ var openapi_default = {
6444
6444
  401: { description: "Unauthorized" }
6445
6445
  },
6446
6446
  security: [
6447
- { access_token: [], seam_workspace: [] },
6448
- { seam_client_session_token: [] },
6449
- { client_session_token: [] }
6447
+ { client_session: [] },
6448
+ { pat_with_workspace: [] },
6449
+ { console_session: [] },
6450
+ { api_key: [] }
6450
6451
  ],
6451
6452
  summary: "/connect_webviews/create",
6452
6453
  tags: ["/connect_webviews"],
@@ -7291,9 +7292,10 @@ var openapi_default = {
7291
7292
  401: { description: "Unauthorized" }
7292
7293
  },
7293
7294
  security: [
7294
- { access_token: [], seam_workspace: [] },
7295
- { seam_client_session_token: [] },
7296
- { client_session_token: [] }
7295
+ { client_session: [] },
7296
+ { pat_with_workspace: [] },
7297
+ { console_session: [] },
7298
+ { api_key: [] }
7297
7299
  ],
7298
7300
  summary: "/devices/unmanaged/get",
7299
7301
  tags: ["/devices"],
@@ -9453,8 +9455,7 @@ var openapi_default = {
9453
9455
  summary: "/thermostats/climate_setting_schedules/update",
9454
9456
  tags: ["/thermostats"],
9455
9457
  "x-fern-sdk-group-name": ["thermostats", "climate_setting_schedules"],
9456
- "x-fern-sdk-method-name": "update",
9457
- "x-fern-sdk-return-value": "climate_setting_schedule"
9458
+ "x-fern-sdk-method-name": "update"
9458
9459
  },
9459
9460
  put: {
9460
9461
  operationId: "thermostatsClimateSettingSchedulesUpdatePut",
@@ -11686,7 +11687,7 @@ var openapi_default = {
11686
11687
  tags: ["/workspaces"],
11687
11688
  "x-fern-sdk-group-name": ["workspaces"],
11688
11689
  "x-fern-sdk-method-name": "reset_sandbox",
11689
- "x-fern-sdk-return-value": "message"
11690
+ "x-fern-sdk-return-value": "action_attempt"
11690
11691
  }
11691
11692
  }
11692
11693
  },