@seamapi/types 1.563.0 → 1.564.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.
@@ -71829,6 +71829,7 @@ export type Routes = {
71829
71829
  can_simulate_hub_connection?: boolean | undefined
71830
71830
  can_simulate_hub_disconnection?: boolean | undefined
71831
71831
  can_simulate_paid_subscription?: boolean | undefined
71832
+ space_ids: string[]
71832
71833
  }[]
71833
71834
  | undefined
71834
71835
  acs_entrances?:
@@ -71980,6 +71981,7 @@ export type Routes = {
71980
71981
  can_unlock_with_card?: boolean | undefined
71981
71982
  /** Indicates whether the ACS entrance can be unlocked with pin codes. */
71982
71983
  can_unlock_with_code?: boolean | undefined
71984
+ space_ids: string[]
71983
71985
  }[]
71984
71986
  | undefined
71985
71987
  connected_accounts?: