@seamapi/types 1.99.0 → 1.101.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
@@ -1212,7 +1212,9 @@ var openapi_default = {
1212
1212
  "no_triple_consecutive_ints",
1213
1213
  "cannot_specify_pin_code",
1214
1214
  "pin_code_matches_existing_set",
1215
- "start_date_in_future"
1215
+ "start_date_in_future",
1216
+ "no_ascending_or_descending_sequence",
1217
+ "at_least_three_unique_digits"
1216
1218
  ],
1217
1219
  type: "string"
1218
1220
  }
@@ -2377,6 +2379,7 @@ var openapi_default = {
2377
2379
  },
2378
2380
  name: { type: "string" },
2379
2381
  prefer_native_scheduling: { type: "boolean" },
2382
+ preferred_code_length: { type: "number" },
2380
2383
  starts_at: { type: "string" },
2381
2384
  use_backup_access_code_pool: { type: "boolean" },
2382
2385
  use_offline_access_code: { type: "boolean" }
@@ -2459,6 +2462,7 @@ var openapi_default = {
2459
2462
  },
2460
2463
  name: { type: "string" },
2461
2464
  prefer_native_scheduling: { type: "boolean" },
2465
+ preferred_code_length: { type: "number" },
2462
2466
  starts_at: { type: "string" },
2463
2467
  use_backup_access_code_pool: { type: "boolean" },
2464
2468
  use_offline_access_code: { type: "boolean" }