@seamapi/types 1.838.0 → 1.839.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.
@@ -66379,6 +66379,11 @@ const openapi = {
66379
66379
  items: { format: 'uuid', type: 'string' },
66380
66380
  type: 'array',
66381
66381
  },
66382
+ connected_account_ids: {
66383
+ description: 'IDs of connected accounts (third-party accounts) to associate with the new space. Persisted on seam.location_third_party_account so the UI can show which provider account a space came from.',
66384
+ items: { format: 'uuid', type: 'string' },
66385
+ type: 'array',
66386
+ },
66382
66387
  device_ids: {
66383
66388
  description: 'IDs of the devices that you want to add to the new space.',
66384
66389
  items: { format: 'uuid', type: 'string' },
@@ -67929,6 +67934,10 @@ const openapi = {
67929
67934
  },
67930
67935
  type: 'array',
67931
67936
  },
67937
+ connected_account_ids: {
67938
+ items: { format: 'uuid', type: 'string' },
67939
+ type: 'array',
67940
+ },
67932
67941
  devices: {
67933
67942
  items: {
67934
67943
  properties: {
@@ -67962,6 +67971,7 @@ const openapi = {
67962
67971
  'partner_resource_key',
67963
67972
  'devices',
67964
67973
  'acs_entrances',
67974
+ 'connected_account_ids',
67965
67975
  ],
67966
67976
  type: 'object',
67967
67977
  },
@@ -68057,6 +68067,10 @@ const openapi = {
68057
68067
  },
68058
68068
  type: 'array',
68059
68069
  },
68070
+ connected_account_ids: {
68071
+ items: { format: 'uuid', type: 'string' },
68072
+ type: 'array',
68073
+ },
68060
68074
  devices: {
68061
68075
  items: {
68062
68076
  properties: {
@@ -68090,6 +68104,7 @@ const openapi = {
68090
68104
  'partner_resource_key',
68091
68105
  'devices',
68092
68106
  'acs_entrances',
68107
+ 'connected_account_ids',
68093
68108
  ],
68094
68109
  type: 'object',
68095
68110
  },
@@ -68475,6 +68490,11 @@ const openapi = {
68475
68490
  items: { format: 'uuid', type: 'string' },
68476
68491
  type: 'array',
68477
68492
  },
68493
+ connected_account_ids: {
68494
+ description: 'IDs of connected accounts to associate with the new space. Persisted on seam.location_third_party_account so the UI can show which provider account(s) a space came from.',
68495
+ items: { format: 'uuid', type: 'string' },
68496
+ type: 'array',
68497
+ },
68478
68498
  customer_data: {
68479
68499
  description: 'Reservation/stay-related defaults for the space.',
68480
68500
  properties: {