@seamapi/types 1.125.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 +46 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -4
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +44 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +44 -1
- package/src/lib/seam/connect/route-types.ts +50 -3
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: {
|
|
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: {
|
|
@@ -1739,7 +1779,8 @@ var openapi_default = {
|
|
|
1739
1779
|
"stable",
|
|
1740
1780
|
"consumer_smartlocks",
|
|
1741
1781
|
"thermostats",
|
|
1742
|
-
"noise_sensors"
|
|
1782
|
+
"noise_sensors",
|
|
1783
|
+
"access_control_systems"
|
|
1743
1784
|
],
|
|
1744
1785
|
type: "string"
|
|
1745
1786
|
},
|
|
@@ -7028,6 +7069,7 @@ var openapi_default = {
|
|
|
7028
7069
|
"consumer_smartlocks",
|
|
7029
7070
|
"thermostats",
|
|
7030
7071
|
"noise_sensors",
|
|
7072
|
+
"access_control_systems",
|
|
7031
7073
|
"internal_beta"
|
|
7032
7074
|
],
|
|
7033
7075
|
type: "string"
|
|
@@ -7798,7 +7840,8 @@ var openapi_default = {
|
|
|
7798
7840
|
"stable",
|
|
7799
7841
|
"consumer_smartlocks",
|
|
7800
7842
|
"thermostats",
|
|
7801
|
-
"noise_sensors"
|
|
7843
|
+
"noise_sensors",
|
|
7844
|
+
"access_control_systems"
|
|
7802
7845
|
],
|
|
7803
7846
|
type: "string"
|
|
7804
7847
|
}
|