@seamapi/types 1.834.0 → 1.835.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 +14 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -67751,6 +67751,15 @@ const openapi = {
|
|
|
67751
67751
|
name: 'collection_key',
|
|
67752
67752
|
schema: { description: 'Collection key.', type: 'string' },
|
|
67753
67753
|
},
|
|
67754
|
+
{
|
|
67755
|
+
in: 'query',
|
|
67756
|
+
name: 'connected_account_id',
|
|
67757
|
+
schema: {
|
|
67758
|
+
description: 'Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.',
|
|
67759
|
+
format: 'uuid',
|
|
67760
|
+
type: 'string',
|
|
67761
|
+
},
|
|
67762
|
+
},
|
|
67754
67763
|
],
|
|
67755
67764
|
responses: {
|
|
67756
67765
|
200: {
|
|
@@ -67865,6 +67874,11 @@ const openapi = {
|
|
|
67865
67874
|
description: 'Collection key.',
|
|
67866
67875
|
type: 'string',
|
|
67867
67876
|
},
|
|
67877
|
+
connected_account_id: {
|
|
67878
|
+
description: 'Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.',
|
|
67879
|
+
format: 'uuid',
|
|
67880
|
+
type: 'string',
|
|
67881
|
+
},
|
|
67868
67882
|
customer_key: {
|
|
67869
67883
|
description: 'Customer key for which to auto-map spaces.',
|
|
67870
67884
|
type: 'string',
|