@seamapi/types 1.432.0 → 1.433.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 CHANGED
@@ -1927,7 +1927,6 @@ var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
1927
1927
  var PROVIDER_CATEGORY_MAP = {
1928
1928
  stable: [
1929
1929
  "august",
1930
- "avigilon_alta",
1931
1930
  "brivo",
1932
1931
  "schlage",
1933
1932
  "smartthings",
@@ -1935,7 +1934,6 @@ var PROVIDER_CATEGORY_MAP = {
1935
1934
  "nuki",
1936
1935
  "salto",
1937
1936
  "salto_space",
1938
- "controlbyweb",
1939
1937
  "minut",
1940
1938
  "my_2n",
1941
1939
  "kwikset",
@@ -1943,7 +1941,6 @@ var PROVIDER_CATEGORY_MAP = {
1943
1941
  "noiseaware",
1944
1942
  "igloohome",
1945
1943
  "ecobee",
1946
- "four_suites",
1947
1944
  "lockly",
1948
1945
  "wyze",
1949
1946
  "nest",
@@ -33660,6 +33657,15 @@ var openapi_default = {
33660
33657
  format: "uuid",
33661
33658
  type: "string"
33662
33659
  }
33660
+ },
33661
+ {
33662
+ in: "query",
33663
+ name: "connected_account_id",
33664
+ schema: {
33665
+ description: "ID of the connected account for which you want to retrieve all entrances.",
33666
+ format: "uuid",
33667
+ type: "string"
33668
+ }
33663
33669
  }
33664
33670
  ],
33665
33671
  responses: {
@@ -33726,6 +33732,11 @@ var openapi_default = {
33726
33732
  format: "uuid",
33727
33733
  type: "string"
33728
33734
  },
33735
+ connected_account_id: {
33736
+ description: "ID of the connected account for which you want to retrieve all entrances.",
33737
+ format: "uuid",
33738
+ type: "string"
33739
+ },
33729
33740
  location_id: {
33730
33741
  deprecated: true,
33731
33742
  format: "uuid",