@seamapi/types 1.204.0 → 1.205.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
@@ -924,7 +924,7 @@ var device_provider = zod.z.object({
924
924
  display_name: zod.z.string(),
925
925
  image_url: zod.z.string(),
926
926
  provider_categories: zod.z.array(zod.z.enum(PUBLIC_PROVIDER_CATEGORIES))
927
- });
927
+ }).extend(device_capability_flags2.shape);
928
928
  var unmanaged_device = device.pick({
929
929
  device_id: true,
930
930
  device_type: true,
@@ -5574,6 +5574,13 @@ var openapi_default = {
5574
5574
  },
5575
5575
  device_provider: {
5576
5576
  properties: {
5577
+ can_program_offline_access_codes: { type: "boolean" },
5578
+ can_program_online_access_codes: { type: "boolean" },
5579
+ can_remotely_lock: { type: "boolean" },
5580
+ can_remotely_unlock: { type: "boolean" },
5581
+ can_simulate_connection: { type: "boolean" },
5582
+ can_simulate_disconnection: { type: "boolean" },
5583
+ can_simulate_removal: { type: "boolean" },
5577
5584
  device_provider_name: {
5578
5585
  enum: [
5579
5586
  "akuvox",