@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
package/dist/connect.cjs
CHANGED
|
@@ -74683,6 +74683,15 @@ var openapi = {
|
|
|
74683
74683
|
in: "query",
|
|
74684
74684
|
name: "collection_key",
|
|
74685
74685
|
schema: { description: "Collection key.", type: "string" }
|
|
74686
|
+
},
|
|
74687
|
+
{
|
|
74688
|
+
in: "query",
|
|
74689
|
+
name: "connected_account_id",
|
|
74690
|
+
schema: {
|
|
74691
|
+
description: "Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.",
|
|
74692
|
+
format: "uuid",
|
|
74693
|
+
type: "string"
|
|
74694
|
+
}
|
|
74686
74695
|
}
|
|
74687
74696
|
],
|
|
74688
74697
|
responses: {
|
|
@@ -74798,6 +74807,11 @@ var openapi = {
|
|
|
74798
74807
|
description: "Collection key.",
|
|
74799
74808
|
type: "string"
|
|
74800
74809
|
},
|
|
74810
|
+
connected_account_id: {
|
|
74811
|
+
description: "Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.",
|
|
74812
|
+
format: "uuid",
|
|
74813
|
+
type: "string"
|
|
74814
|
+
},
|
|
74801
74815
|
customer_key: {
|
|
74802
74816
|
description: "Customer key for which to auto-map spaces.",
|
|
74803
74817
|
type: "string"
|