@seamapi/types 1.860.0 → 1.862.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 +9 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +9 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +6 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +6 -6
package/dist/connect.cjs
CHANGED
|
@@ -2063,7 +2063,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2063
2063
|
"dormakaba_oracode",
|
|
2064
2064
|
"ring",
|
|
2065
2065
|
"first_alert",
|
|
2066
|
-
"korelock"
|
|
2066
|
+
"korelock",
|
|
2067
|
+
"omnitec"
|
|
2067
2068
|
],
|
|
2068
2069
|
consumer_smartlocks: [
|
|
2069
2070
|
"akiles",
|
|
@@ -2082,7 +2083,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2082
2083
|
"dormakaba_oracode",
|
|
2083
2084
|
"korelock"
|
|
2084
2085
|
],
|
|
2085
|
-
beta: [
|
|
2086
|
+
beta: [],
|
|
2086
2087
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2087
2088
|
noise_sensors: ["minut", "noiseaware"],
|
|
2088
2089
|
access_control_systems: [
|
|
@@ -36336,7 +36337,7 @@ var openapi = {
|
|
|
36336
36337
|
},
|
|
36337
36338
|
code: {
|
|
36338
36339
|
description: "Code to be used for access.",
|
|
36339
|
-
maxLength:
|
|
36340
|
+
maxLength: 12,
|
|
36340
36341
|
minLength: 4,
|
|
36341
36342
|
pattern: "^\\d+$",
|
|
36342
36343
|
type: "string"
|
|
@@ -36474,7 +36475,7 @@ var openapi = {
|
|
|
36474
36475
|
},
|
|
36475
36476
|
code: {
|
|
36476
36477
|
description: "Code to be used for access.",
|
|
36477
|
-
maxLength:
|
|
36478
|
+
maxLength: 12,
|
|
36478
36479
|
minLength: 4,
|
|
36479
36480
|
pattern: "^\\d+$",
|
|
36480
36481
|
type: "string"
|
|
@@ -36581,7 +36582,7 @@ var openapi = {
|
|
|
36581
36582
|
},
|
|
36582
36583
|
code: {
|
|
36583
36584
|
description: "Code to be used for access.",
|
|
36584
|
-
maxLength:
|
|
36585
|
+
maxLength: 12,
|
|
36585
36586
|
minLength: 4,
|
|
36586
36587
|
pattern: "^\\d+$",
|
|
36587
36588
|
type: "string"
|
|
@@ -38610,7 +38611,7 @@ var openapi = {
|
|
|
38610
38611
|
},
|
|
38611
38612
|
code: {
|
|
38612
38613
|
description: "Code to be used for access.",
|
|
38613
|
-
maxLength:
|
|
38614
|
+
maxLength: 12,
|
|
38614
38615
|
minLength: 4,
|
|
38615
38616
|
pattern: "^\\d+$",
|
|
38616
38617
|
type: "string"
|
|
@@ -38748,7 +38749,7 @@ var openapi = {
|
|
|
38748
38749
|
},
|
|
38749
38750
|
code: {
|
|
38750
38751
|
description: "Code to be used for access.",
|
|
38751
|
-
maxLength:
|
|
38752
|
+
maxLength: 12,
|
|
38752
38753
|
minLength: 4,
|
|
38753
38754
|
pattern: "^\\d+$",
|
|
38754
38755
|
type: "string"
|
|
@@ -38886,7 +38887,7 @@ var openapi = {
|
|
|
38886
38887
|
},
|
|
38887
38888
|
code: {
|
|
38888
38889
|
description: "Code to be used for access.",
|
|
38889
|
-
maxLength:
|
|
38890
|
+
maxLength: 12,
|
|
38890
38891
|
minLength: 4,
|
|
38891
38892
|
pattern: "^\\d+$",
|
|
38892
38893
|
type: "string"
|