@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.
@@ -33205,7 +33205,7 @@ const openapi = {
33205
33205
  type: 'string',
33206
33206
  },
33207
33207
  location: {
33208
- description: 'When used, creates a new location with the given entrances and devices, and gives the user access to this location.',
33208
+ deprecated: true,
33209
33209
  properties: {
33210
33210
  acs_entrance_ids: {
33211
33211
  default: [],
@@ -33227,6 +33227,7 @@ const openapi = {
33227
33227
  },
33228
33228
  },
33229
33229
  type: 'object',
33230
+ 'x-deprecated': 'Create a space first, then reference it using `space_ids`.',
33230
33231
  },
33231
33232
  location_ids: {
33232
33233
  deprecated: true,