@seamapi/types 1.475.0 → 1.476.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 CHANGED
@@ -80,8 +80,10 @@ var access_code_code_constraint = zod.z.object({
80
80
  // Tedee
81
81
  "cannot_contain_089",
82
82
  // TTLock
83
- "cannot_contain_0789"
83
+ "cannot_contain_0789",
84
84
  // TTLock (for some cylinder devices only)
85
+ "unique_first_four_digits"
86
+ // Schlage
85
87
  ]).describe(`Code constraint type for access codes.`)
86
88
  }).describe(`Code constraint for access codes.`);
87
89
  var access_code_name_constraint = zod.z.object({
@@ -15667,7 +15669,8 @@ var openapi_default = {
15667
15669
  "no_ascending_or_descending_sequence",
15668
15670
  "at_least_three_unique_digits",
15669
15671
  "cannot_contain_089",
15670
- "cannot_contain_0789"
15672
+ "cannot_contain_0789",
15673
+ "unique_first_four_digits"
15671
15674
  ],
15672
15675
  type: "string"
15673
15676
  }