@seamapi/types 1.136.0 → 1.138.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
@@ -1791,7 +1791,8 @@ var openapi_default = {
1791
1791
  "assa_abloy_credential_service",
1792
1792
  "seam_bridge",
1793
1793
  "tedee",
1794
- "honeywell_resideo"
1794
+ "honeywell_resideo",
1795
+ "latch"
1795
1796
  ],
1796
1797
  type: "string"
1797
1798
  },
@@ -7072,6 +7073,7 @@ var openapi_default = {
7072
7073
  "seam_bridge",
7073
7074
  "tedee",
7074
7075
  "honeywell_resideo",
7076
+ "latch",
7075
7077
  "yale_access",
7076
7078
  "hid_cm",
7077
7079
  "google_nest"
@@ -7920,6 +7922,47 @@ var openapi_default = {
7920
7922
  "x-fern-sdk-return-value": "device_providers"
7921
7923
  }
7922
7924
  },
7925
+ "/devices/simulate/remove": {
7926
+ post: {
7927
+ operationId: "devicesSimulateRemovePost",
7928
+ requestBody: {
7929
+ content: {
7930
+ "application/json": {
7931
+ schema: {
7932
+ properties: { device_id: { format: "uuid", type: "string" } },
7933
+ required: ["device_id"],
7934
+ type: "object"
7935
+ }
7936
+ }
7937
+ }
7938
+ },
7939
+ responses: {
7940
+ 200: {
7941
+ content: {
7942
+ "application/json": {
7943
+ schema: {
7944
+ properties: { ok: { type: "boolean" } },
7945
+ required: ["ok"],
7946
+ type: "object"
7947
+ }
7948
+ }
7949
+ },
7950
+ description: "OK"
7951
+ },
7952
+ 400: { description: "Bad Request" },
7953
+ 401: { description: "Unauthorized" }
7954
+ },
7955
+ security: [
7956
+ { api_key: [] },
7957
+ { pat_with_workspace: [] },
7958
+ { console_session: [] }
7959
+ ],
7960
+ summary: "/devices/simulate/remove",
7961
+ tags: ["/devices"],
7962
+ "x-fern-sdk-group-name": ["devices", "simulate"],
7963
+ "x-fern-sdk-method-name": "remove"
7964
+ }
7965
+ },
7923
7966
  "/devices/unmanaged/get": {
7924
7967
  post: {
7925
7968
  operationId: "devicesUnmanagedGetPost",