@vrplatform/api 1.3.1-stage.1922 → 1.3.1-stage.1925
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.
|
@@ -25391,27 +25391,20 @@ export interface operations {
|
|
|
25391
25391
|
query?: {
|
|
25392
25392
|
limit?: number;
|
|
25393
25393
|
page?: number;
|
|
25394
|
-
/** @description comma separated periods */
|
|
25395
25394
|
periodIds?: string;
|
|
25396
25395
|
/** @description Year in format YYYY */
|
|
25397
25396
|
year?: number;
|
|
25398
|
-
/** @description comma separated listings */
|
|
25399
25397
|
listingIds?: string;
|
|
25400
|
-
/** @description comma separated statements */
|
|
25401
25398
|
statementIds?: string;
|
|
25402
25399
|
/** @description Date in format YYYY-MM */
|
|
25403
25400
|
month?: string;
|
|
25404
25401
|
search?: string;
|
|
25405
25402
|
status?: ("draft" | "inReview" | "published") | "all";
|
|
25406
|
-
/** @description comma separated owners */
|
|
25407
25403
|
ownerIds?: string;
|
|
25408
|
-
/** @description comma separated owners */
|
|
25409
25404
|
listingCollectionIds?: string;
|
|
25410
|
-
/** @description comma separated recurring fees */
|
|
25411
25405
|
recurringFeeIds?: string;
|
|
25412
25406
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
25413
25407
|
dateRange?: string;
|
|
25414
|
-
/** @description Whether the end date is inclusive or exclusive */
|
|
25415
25408
|
isDateRangeEndInclusive?: boolean;
|
|
25416
25409
|
};
|
|
25417
25410
|
header?: never;
|
|
@@ -26988,27 +26981,20 @@ export interface operations {
|
|
|
26988
26981
|
query?: {
|
|
26989
26982
|
limit?: number;
|
|
26990
26983
|
page?: number;
|
|
26991
|
-
/** @description comma separated periods */
|
|
26992
26984
|
periodIds?: string;
|
|
26993
26985
|
/** @description Year in format YYYY */
|
|
26994
26986
|
year?: number;
|
|
26995
|
-
/** @description comma separated listings */
|
|
26996
26987
|
listingIds?: string;
|
|
26997
|
-
/** @description comma separated statements */
|
|
26998
26988
|
statementIds?: string;
|
|
26999
26989
|
/** @description Date in format YYYY-MM */
|
|
27000
26990
|
month?: string;
|
|
27001
26991
|
search?: string;
|
|
27002
26992
|
status?: ("draft" | "inReview" | "published") | "all";
|
|
27003
|
-
/** @description comma separated owners */
|
|
27004
26993
|
ownerIds?: string;
|
|
27005
|
-
/** @description comma separated owners */
|
|
27006
26994
|
listingCollectionIds?: string;
|
|
27007
|
-
/** @description comma separated recurring fees */
|
|
27008
26995
|
recurringFeeIds?: string;
|
|
27009
26996
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
27010
26997
|
dateRange?: string;
|
|
27011
|
-
/** @description Whether the end date is inclusive or exclusive */
|
|
27012
26998
|
isDateRangeEndInclusive?: boolean;
|
|
27013
26999
|
};
|
|
27014
27000
|
header?: never;
|