@seamapi/types 1.880.0 → 1.881.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
@@ -40495,7 +40495,7 @@ var openapi = {
40495
40495
  type: "string"
40496
40496
  },
40497
40497
  location: {
40498
- description: "When used, creates a new location with the given entrances and devices, and gives the user access to this location.",
40498
+ deprecated: true,
40499
40499
  properties: {
40500
40500
  acs_entrance_ids: {
40501
40501
  default: [],
@@ -40516,7 +40516,8 @@ var openapi = {
40516
40516
  type: "string"
40517
40517
  }
40518
40518
  },
40519
- type: "object"
40519
+ type: "object",
40520
+ "x-deprecated": "Create a space first, then reference it using `space_ids`."
40520
40521
  },
40521
40522
  location_ids: {
40522
40523
  deprecated: true,