@seamapi/types 1.126.0 → 1.127.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
@@ -1730,7 +1730,47 @@ var openapi_default = {
1730
1730
  },
1731
1731
  device_provider: {
1732
1732
  properties: {
1733
- device_provider_name: { type: "string" },
1733
+ device_provider_name: {
1734
+ enum: [
1735
+ "akuvox",
1736
+ "august",
1737
+ "avigilon_alta",
1738
+ "brivo",
1739
+ "butterflymx",
1740
+ "schlage",
1741
+ "smartthings",
1742
+ "yale",
1743
+ "genie",
1744
+ "doorking",
1745
+ "salto",
1746
+ "lockly",
1747
+ "ttlock",
1748
+ "linear",
1749
+ "noiseaware",
1750
+ "nuki",
1751
+ "seam_relay_admin",
1752
+ "igloo",
1753
+ "kwikset",
1754
+ "minut",
1755
+ "my_2n",
1756
+ "controlbyweb",
1757
+ "nest",
1758
+ "igloohome",
1759
+ "ecobee",
1760
+ "hubitat",
1761
+ "four_suites",
1762
+ "dormakaba_oracode",
1763
+ "pti",
1764
+ "wyze",
1765
+ "seam_passport",
1766
+ "visionline",
1767
+ "assa_abloy_credential_service",
1768
+ "seam_bridge",
1769
+ "tedee",
1770
+ "honeywell"
1771
+ ],
1772
+ type: "string"
1773
+ },
1734
1774
  display_name: { type: "string" },
1735
1775
  image_url: { type: "string" },
1736
1776
  provider_categories: {