@seamapi/types 1.838.0 → 1.840.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 +46 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -0
- package/dist/index.cjs +46 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +46 -0
- package/src/lib/seam/connect/route-types.ts +7 -0
|
@@ -64628,6 +64628,11 @@ const openapi = {
|
|
|
64628
64628
|
},
|
|
64629
64629
|
type: 'array',
|
|
64630
64630
|
},
|
|
64631
|
+
connected_account_id: {
|
|
64632
|
+
format: 'uuid',
|
|
64633
|
+
nullable: true,
|
|
64634
|
+
type: 'string',
|
|
64635
|
+
},
|
|
64631
64636
|
created_at: { format: 'date-time', type: 'string' },
|
|
64632
64637
|
ends_at: {
|
|
64633
64638
|
format: 'date-time',
|
|
@@ -64740,6 +64745,7 @@ const openapi = {
|
|
|
64740
64745
|
'spaces',
|
|
64741
64746
|
'access_grant_id',
|
|
64742
64747
|
'access_methods',
|
|
64748
|
+
'connected_account_id',
|
|
64743
64749
|
'last_automation_result',
|
|
64744
64750
|
],
|
|
64745
64751
|
type: 'object',
|
|
@@ -64839,6 +64845,11 @@ const openapi = {
|
|
|
64839
64845
|
},
|
|
64840
64846
|
type: 'array',
|
|
64841
64847
|
},
|
|
64848
|
+
connected_account_id: {
|
|
64849
|
+
format: 'uuid',
|
|
64850
|
+
nullable: true,
|
|
64851
|
+
type: 'string',
|
|
64852
|
+
},
|
|
64842
64853
|
created_at: { format: 'date-time', type: 'string' },
|
|
64843
64854
|
ends_at: {
|
|
64844
64855
|
format: 'date-time',
|
|
@@ -64951,6 +64962,7 @@ const openapi = {
|
|
|
64951
64962
|
'spaces',
|
|
64952
64963
|
'access_grant_id',
|
|
64953
64964
|
'access_methods',
|
|
64965
|
+
'connected_account_id',
|
|
64954
64966
|
'last_automation_result',
|
|
64955
64967
|
],
|
|
64956
64968
|
type: 'object',
|
|
@@ -65144,6 +65156,11 @@ const openapi = {
|
|
|
65144
65156
|
},
|
|
65145
65157
|
type: 'array',
|
|
65146
65158
|
},
|
|
65159
|
+
connected_account_id: {
|
|
65160
|
+
format: 'uuid',
|
|
65161
|
+
nullable: true,
|
|
65162
|
+
type: 'string',
|
|
65163
|
+
},
|
|
65147
65164
|
created_at: { format: 'date-time', type: 'string' },
|
|
65148
65165
|
ends_at: {
|
|
65149
65166
|
format: 'date-time',
|
|
@@ -65269,6 +65286,7 @@ const openapi = {
|
|
|
65269
65286
|
'pending_mutations',
|
|
65270
65287
|
'access_methods',
|
|
65271
65288
|
'spaces',
|
|
65289
|
+
'connected_account_id',
|
|
65272
65290
|
'last_automation_result',
|
|
65273
65291
|
],
|
|
65274
65292
|
type: 'object',
|
|
@@ -65435,6 +65453,11 @@ const openapi = {
|
|
|
65435
65453
|
},
|
|
65436
65454
|
type: 'array',
|
|
65437
65455
|
},
|
|
65456
|
+
connected_account_id: {
|
|
65457
|
+
format: 'uuid',
|
|
65458
|
+
nullable: true,
|
|
65459
|
+
type: 'string',
|
|
65460
|
+
},
|
|
65438
65461
|
created_at: { format: 'date-time', type: 'string' },
|
|
65439
65462
|
ends_at: {
|
|
65440
65463
|
format: 'date-time',
|
|
@@ -65560,6 +65583,7 @@ const openapi = {
|
|
|
65560
65583
|
'pending_mutations',
|
|
65561
65584
|
'access_methods',
|
|
65562
65585
|
'spaces',
|
|
65586
|
+
'connected_account_id',
|
|
65563
65587
|
'last_automation_result',
|
|
65564
65588
|
],
|
|
65565
65589
|
type: 'object',
|
|
@@ -66379,6 +66403,11 @@ const openapi = {
|
|
|
66379
66403
|
items: { format: 'uuid', type: 'string' },
|
|
66380
66404
|
type: 'array',
|
|
66381
66405
|
},
|
|
66406
|
+
connected_account_ids: {
|
|
66407
|
+
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.',
|
|
66408
|
+
items: { format: 'uuid', type: 'string' },
|
|
66409
|
+
type: 'array',
|
|
66410
|
+
},
|
|
66382
66411
|
device_ids: {
|
|
66383
66412
|
description: 'IDs of the devices that you want to add to the new space.',
|
|
66384
66413
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -67929,6 +67958,10 @@ const openapi = {
|
|
|
67929
67958
|
},
|
|
67930
67959
|
type: 'array',
|
|
67931
67960
|
},
|
|
67961
|
+
connected_account_ids: {
|
|
67962
|
+
items: { format: 'uuid', type: 'string' },
|
|
67963
|
+
type: 'array',
|
|
67964
|
+
},
|
|
67932
67965
|
devices: {
|
|
67933
67966
|
items: {
|
|
67934
67967
|
properties: {
|
|
@@ -67962,6 +67995,7 @@ const openapi = {
|
|
|
67962
67995
|
'partner_resource_key',
|
|
67963
67996
|
'devices',
|
|
67964
67997
|
'acs_entrances',
|
|
67998
|
+
'connected_account_ids',
|
|
67965
67999
|
],
|
|
67966
68000
|
type: 'object',
|
|
67967
68001
|
},
|
|
@@ -68057,6 +68091,10 @@ const openapi = {
|
|
|
68057
68091
|
},
|
|
68058
68092
|
type: 'array',
|
|
68059
68093
|
},
|
|
68094
|
+
connected_account_ids: {
|
|
68095
|
+
items: { format: 'uuid', type: 'string' },
|
|
68096
|
+
type: 'array',
|
|
68097
|
+
},
|
|
68060
68098
|
devices: {
|
|
68061
68099
|
items: {
|
|
68062
68100
|
properties: {
|
|
@@ -68090,6 +68128,7 @@ const openapi = {
|
|
|
68090
68128
|
'partner_resource_key',
|
|
68091
68129
|
'devices',
|
|
68092
68130
|
'acs_entrances',
|
|
68131
|
+
'connected_account_ids',
|
|
68093
68132
|
],
|
|
68094
68133
|
type: 'object',
|
|
68095
68134
|
},
|
|
@@ -68475,6 +68514,11 @@ const openapi = {
|
|
|
68475
68514
|
items: { format: 'uuid', type: 'string' },
|
|
68476
68515
|
type: 'array',
|
|
68477
68516
|
},
|
|
68517
|
+
connected_account_ids: {
|
|
68518
|
+
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.',
|
|
68519
|
+
items: { format: 'uuid', type: 'string' },
|
|
68520
|
+
type: 'array',
|
|
68521
|
+
},
|
|
68478
68522
|
customer_data: {
|
|
68479
68523
|
description: 'Reservation/stay-related defaults for the space.',
|
|
68480
68524
|
properties: {
|