@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.
@@ -42491,7 +42491,8 @@ type Routes = {
42491
42491
  space_ids?: string[] | undefined;
42492
42492
  /** Set of keys of existing spaces to which access is being granted. */
42493
42493
  space_keys?: string[] | undefined;
42494
- /** When used, creates a new location with the given entrances and devices, and gives the user access to this location. */
42494
+ /**
42495
+ * @deprecated Create a space first, then reference it using `space_ids`.*/
42495
42496
  location?: {
42496
42497
  /** Name of the location. */
42497
42498
  name?: string | undefined;
package/dist/index.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,