@seamapi/types 1.201.0 → 1.202.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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +19 -19
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +2 -1
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/device.d.ts +9 -9
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +10 -0
package/dist/connect.cjs
CHANGED
|
@@ -101,7 +101,9 @@ var access_code_code_constraint = zod.z.object({
|
|
|
101
101
|
// Tedee
|
|
102
102
|
"at_least_three_unique_digits",
|
|
103
103
|
// Tedee
|
|
104
|
-
"cannot_contain_089"
|
|
104
|
+
"cannot_contain_089",
|
|
105
|
+
// TTLock
|
|
106
|
+
"cannot_contain_0789"
|
|
105
107
|
// TTLock (for some cylinder devices only)
|
|
106
108
|
])
|
|
107
109
|
});
|
|
@@ -4888,7 +4890,8 @@ var openapi_default = {
|
|
|
4888
4890
|
"start_date_in_future",
|
|
4889
4891
|
"no_ascending_or_descending_sequence",
|
|
4890
4892
|
"at_least_three_unique_digits",
|
|
4891
|
-
"cannot_contain_089"
|
|
4893
|
+
"cannot_contain_089",
|
|
4894
|
+
"cannot_contain_0789"
|
|
4892
4895
|
],
|
|
4893
4896
|
type: "string"
|
|
4894
4897
|
}
|