@seamapi/types 1.118.0 → 1.119.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 +22 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/lib/seam/connect/openapi.js +22 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +22 -3
- package/src/lib/seam/connect/route-types.ts +13 -3
package/dist/connect.cjs
CHANGED
|
@@ -1730,7 +1730,15 @@ var openapi_default = {
|
|
|
1730
1730
|
display_name: { type: "string" },
|
|
1731
1731
|
image_url: { type: "string" },
|
|
1732
1732
|
provider_categories: {
|
|
1733
|
-
items: {
|
|
1733
|
+
items: {
|
|
1734
|
+
enum: [
|
|
1735
|
+
"stable",
|
|
1736
|
+
"consumer_smartlocks",
|
|
1737
|
+
"thermostats",
|
|
1738
|
+
"noise_sensors"
|
|
1739
|
+
],
|
|
1740
|
+
type: "string"
|
|
1741
|
+
},
|
|
1734
1742
|
type: "array"
|
|
1735
1743
|
}
|
|
1736
1744
|
},
|
|
@@ -7001,7 +7009,13 @@ var openapi_default = {
|
|
|
7001
7009
|
type: "string"
|
|
7002
7010
|
},
|
|
7003
7011
|
provider_category: {
|
|
7004
|
-
enum: [
|
|
7012
|
+
enum: [
|
|
7013
|
+
"stable",
|
|
7014
|
+
"consumer_smartlocks",
|
|
7015
|
+
"thermostats",
|
|
7016
|
+
"noise_sensors",
|
|
7017
|
+
"internal_beta"
|
|
7018
|
+
],
|
|
7005
7019
|
type: "string"
|
|
7006
7020
|
},
|
|
7007
7021
|
wait_for_device_creation: { type: "boolean" }
|
|
@@ -7766,7 +7780,12 @@ var openapi_default = {
|
|
|
7766
7780
|
schema: {
|
|
7767
7781
|
properties: {
|
|
7768
7782
|
provider_category: {
|
|
7769
|
-
enum: [
|
|
7783
|
+
enum: [
|
|
7784
|
+
"stable",
|
|
7785
|
+
"consumer_smartlocks",
|
|
7786
|
+
"thermostats",
|
|
7787
|
+
"noise_sensors"
|
|
7788
|
+
],
|
|
7770
7789
|
type: "string"
|
|
7771
7790
|
}
|
|
7772
7791
|
},
|