@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.
@@ -132871,6 +132871,8 @@ type Routes = {
132871
132871
  customer_key?: string | undefined;
132872
132872
  /** Collection key. */
132873
132873
  collection_key?: string | undefined;
132874
+ /** Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account. */
132875
+ connected_account_id?: string | undefined;
132874
132876
  };
132875
132877
  formData: {};
132876
132878
  jsonResponse: {
package/dist/index.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"