@seamapi/types 1.117.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 +23 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -3
- package/lib/seam/connect/openapi.d.ts +3 -0
- package/lib/seam/connect/openapi.js +23 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +23 -3
- package/src/lib/seam/connect/route-types.ts +14 -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
|
},
|
|
@@ -6842,6 +6850,7 @@ var openapi_default = {
|
|
|
6842
6850
|
client_session_id: { type: "string" },
|
|
6843
6851
|
connect_webview_id: { type: "string" },
|
|
6844
6852
|
user_identifier_key: { type: "string" },
|
|
6853
|
+
user_identity_id: { type: "string" },
|
|
6845
6854
|
without_user_identifier_key: { type: "boolean" }
|
|
6846
6855
|
},
|
|
6847
6856
|
type: "object"
|
|
@@ -7000,7 +7009,13 @@ var openapi_default = {
|
|
|
7000
7009
|
type: "string"
|
|
7001
7010
|
},
|
|
7002
7011
|
provider_category: {
|
|
7003
|
-
enum: [
|
|
7012
|
+
enum: [
|
|
7013
|
+
"stable",
|
|
7014
|
+
"consumer_smartlocks",
|
|
7015
|
+
"thermostats",
|
|
7016
|
+
"noise_sensors",
|
|
7017
|
+
"internal_beta"
|
|
7018
|
+
],
|
|
7004
7019
|
type: "string"
|
|
7005
7020
|
},
|
|
7006
7021
|
wait_for_device_creation: { type: "boolean" }
|
|
@@ -7765,7 +7780,12 @@ var openapi_default = {
|
|
|
7765
7780
|
schema: {
|
|
7766
7781
|
properties: {
|
|
7767
7782
|
provider_category: {
|
|
7768
|
-
enum: [
|
|
7783
|
+
enum: [
|
|
7784
|
+
"stable",
|
|
7785
|
+
"consumer_smartlocks",
|
|
7786
|
+
"thermostats",
|
|
7787
|
+
"noise_sensors"
|
|
7788
|
+
],
|
|
7769
7789
|
type: "string"
|
|
7770
7790
|
}
|
|
7771
7791
|
},
|