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