@vrplatform/api 1.3.1-stage.2482 → 1.3.1-stage.2484
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.
|
@@ -15726,6 +15726,8 @@ export interface operations {
|
|
|
15726
15726
|
ids?: string;
|
|
15727
15727
|
search?: string;
|
|
15728
15728
|
contactId?: string;
|
|
15729
|
+
/** @description Filter listings by ownership period ID. */
|
|
15730
|
+
ownershipPeriodId?: string;
|
|
15729
15731
|
/** @description Comma-separated listing short refs. */
|
|
15730
15732
|
shortRefs?: string;
|
|
15731
15733
|
/** @description Filter listings by whether they currently have an active ownership period. */
|
|
@@ -16382,6 +16384,8 @@ export interface operations {
|
|
|
16382
16384
|
ids?: string;
|
|
16383
16385
|
search?: string;
|
|
16384
16386
|
contactId?: string;
|
|
16387
|
+
/** @description Filter listings by ownership period ID. */
|
|
16388
|
+
ownershipPeriodId?: string;
|
|
16385
16389
|
/** @description Comma-separated listing short refs. */
|
|
16386
16390
|
shortRefs?: string;
|
|
16387
16391
|
/** @description Filter listings by whether they currently have an active ownership period. */
|
|
@@ -16501,6 +16505,8 @@ export interface operations {
|
|
|
16501
16505
|
ids?: string;
|
|
16502
16506
|
search?: string;
|
|
16503
16507
|
contactId?: string;
|
|
16508
|
+
/** @description Filter listings by ownership period ID. */
|
|
16509
|
+
ownershipPeriodId?: string;
|
|
16504
16510
|
/** @description Comma-separated listing short refs. */
|
|
16505
16511
|
shortRefs?: string;
|
|
16506
16512
|
/** @description Filter listings by whether they currently have an active ownership period. */
|
|
@@ -41951,6 +41957,7 @@ export interface operations {
|
|
|
41951
41957
|
depositTransactionId: string | null;
|
|
41952
41958
|
hasListingNeedsReview: boolean;
|
|
41953
41959
|
listingNeedsReviewId: string | null;
|
|
41960
|
+
hasOwners: boolean;
|
|
41954
41961
|
hasOwnerNeedsReview: boolean;
|
|
41955
41962
|
ownerNeedsReviewId: string | null;
|
|
41956
41963
|
};
|