@vrplatform/api 1.3.1-3893 → 1.3.1-3902
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.
|
@@ -11640,6 +11640,14 @@ export interface operations {
|
|
|
11640
11640
|
/** @constant */
|
|
11641
11641
|
applied: true;
|
|
11642
11642
|
queuedReservationRefreshCount: number;
|
|
11643
|
+
duplicateListingCleanup: {
|
|
11644
|
+
deletedCount: number;
|
|
11645
|
+
blocked: {
|
|
11646
|
+
/** Format: uuid */
|
|
11647
|
+
listingId: string;
|
|
11648
|
+
reasons: string[];
|
|
11649
|
+
}[];
|
|
11650
|
+
};
|
|
11643
11651
|
};
|
|
11644
11652
|
};
|
|
11645
11653
|
};
|