@vrplatform/api 1.3.1-stage.1631 → 1.3.1-stage.1632

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.
@@ -10242,6 +10242,8 @@ export interface operations {
10242
10242
  query?: {
10243
10243
  status?: "active" | "inactive";
10244
10244
  connectionId?: string;
10245
+ /** @description comma separated listing ids */
10246
+ ids?: string;
10245
10247
  search?: string;
10246
10248
  contactId?: string;
10247
10249
  /** @description comma separated listing short refs */
@@ -10815,6 +10817,8 @@ export interface operations {
10815
10817
  query?: {
10816
10818
  status?: "active" | "inactive";
10817
10819
  connectionId?: string;
10820
+ /** @description comma separated listing ids */
10821
+ ids?: string;
10818
10822
  search?: string;
10819
10823
  contactId?: string;
10820
10824
  /** @description comma separated listing short refs */