@seamapi/types 1.586.0 → 1.587.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.
@@ -59206,6 +59206,8 @@ export type Routes = {
59206
59206
  device_ids?: string[] | undefined;
59207
59207
  /** IDs of the entrances that you want to add to the new space. */
59208
59208
  acs_entrance_ids?: string[] | undefined;
59209
+ /** Customer key for which you want to create the space. */
59210
+ customer_key?: string | undefined;
59209
59211
  };
59210
59212
  commonParams: {};
59211
59213
  formData: {};
@@ -60966,6 +60968,8 @@ export type Routes = {
60966
60968
  device_ids?: string[] | undefined;
60967
60969
  /** IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances. */
60968
60970
  acs_entrance_ids?: string[] | undefined;
60971
+ /** Customer key for which you want to update the space. */
60972
+ customer_key?: string | undefined;
60969
60973
  };
60970
60974
  commonParams: {};
60971
60975
  formData: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.586.0",
3
+ "version": "1.587.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -53532,6 +53532,11 @@ export default {
53532
53532
  items: { format: 'uuid', type: 'string' },
53533
53533
  type: 'array',
53534
53534
  },
53535
+ customer_key: {
53536
+ description:
53537
+ 'Customer key for which you want to create the space.',
53538
+ type: 'string',
53539
+ },
53535
53540
  device_ids: {
53536
53541
  description:
53537
53542
  'IDs of the devices that you want to add to the new space.',
@@ -54445,6 +54450,11 @@ export default {
54445
54450
  items: { format: 'uuid', type: 'string' },
54446
54451
  type: 'array',
54447
54452
  },
54453
+ customer_key: {
54454
+ description:
54455
+ 'Customer key for which you want to update the space.',
54456
+ type: 'string',
54457
+ },
54448
54458
  device_ids: {
54449
54459
  description:
54450
54460
  'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
@@ -54516,6 +54526,11 @@ export default {
54516
54526
  items: { format: 'uuid', type: 'string' },
54517
54527
  type: 'array',
54518
54528
  },
54529
+ customer_key: {
54530
+ description:
54531
+ 'Customer key for which you want to update the space.',
54532
+ type: 'string',
54533
+ },
54519
54534
  device_ids: {
54520
54535
  description:
54521
54536
  'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
@@ -70540,6 +70540,8 @@ export type Routes = {
70540
70540
  device_ids?: string[] | undefined
70541
70541
  /** IDs of the entrances that you want to add to the new space. */
70542
70542
  acs_entrance_ids?: string[] | undefined
70543
+ /** Customer key for which you want to create the space. */
70544
+ customer_key?: string | undefined
70543
70545
  }
70544
70546
  commonParams: {}
70545
70547
  formData: {}
@@ -72756,6 +72758,8 @@ export type Routes = {
72756
72758
  device_ids?: string[] | undefined
72757
72759
  /** IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances. */
72758
72760
  acs_entrance_ids?: string[] | undefined
72761
+ /** Customer key for which you want to update the space. */
72762
+ customer_key?: string | undefined
72759
72763
  }
72760
72764
  commonParams: {}
72761
72765
  formData: {}