@vrplatform/api 1.3.1-stage.1742 → 1.3.1-stage.1743
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
|
@@ -1727,7 +1727,7 @@ export interface paths {
|
|
|
1727
1727
|
path?: never;
|
|
1728
1728
|
cookie?: never;
|
|
1729
1729
|
};
|
|
1730
|
-
/** @description Get Owner Statement CSV
|
|
1730
|
+
/** @description Get Owner Statement CSV export */
|
|
1731
1731
|
get: operations["getStatementsCsv"];
|
|
1732
1732
|
put?: never;
|
|
1733
1733
|
post?: never;
|
|
@@ -1744,7 +1744,7 @@ export interface paths {
|
|
|
1744
1744
|
path?: never;
|
|
1745
1745
|
cookie?: never;
|
|
1746
1746
|
};
|
|
1747
|
-
/** @description Get Owner Statement CSV ZIP
|
|
1747
|
+
/** @description Get Owner Statement CSV ZIP export */
|
|
1748
1748
|
get: operations["getStatementsCsvBatch"];
|
|
1749
1749
|
put?: never;
|
|
1750
1750
|
post?: never;
|
|
@@ -24734,14 +24734,31 @@ export interface operations {
|
|
|
24734
24734
|
};
|
|
24735
24735
|
getStatementsCsv: {
|
|
24736
24736
|
parameters: {
|
|
24737
|
-
query
|
|
24738
|
-
|
|
24739
|
-
|
|
24737
|
+
query?: {
|
|
24738
|
+
limit?: number;
|
|
24739
|
+
page?: number;
|
|
24740
|
+
/** @description comma separated periods */
|
|
24741
|
+
periodIds?: string;
|
|
24742
|
+
/** @description Year in format YYYY */
|
|
24743
|
+
year?: number;
|
|
24744
|
+
/** @description comma separated listings */
|
|
24745
|
+
listingIds?: string;
|
|
24746
|
+
/** @description comma separated statements */
|
|
24747
|
+
statementIds?: string;
|
|
24740
24748
|
/** @description Date in format YYYY-MM */
|
|
24741
|
-
month
|
|
24742
|
-
|
|
24743
|
-
|
|
24744
|
-
|
|
24749
|
+
month?: string;
|
|
24750
|
+
search?: string;
|
|
24751
|
+
status?: ("draft" | "inReview" | "published") | "all";
|
|
24752
|
+
/** @description comma separated owners */
|
|
24753
|
+
ownerIds?: string;
|
|
24754
|
+
/** @description comma separated owners */
|
|
24755
|
+
listingCollectionIds?: string;
|
|
24756
|
+
/** @description comma separated recurring fees */
|
|
24757
|
+
recurringFeeIds?: string;
|
|
24758
|
+
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
24759
|
+
dateRange?: string;
|
|
24760
|
+
/** @description Whether the end date is inclusive or exclusive */
|
|
24761
|
+
isDateRangeEndInclusive?: boolean;
|
|
24745
24762
|
};
|
|
24746
24763
|
header?: never;
|
|
24747
24764
|
path?: never;
|
|
@@ -24756,11 +24773,8 @@ export interface operations {
|
|
|
24756
24773
|
};
|
|
24757
24774
|
content: {
|
|
24758
24775
|
"application/json": {
|
|
24759
|
-
|
|
24760
|
-
|
|
24761
|
-
contactId: string;
|
|
24762
|
-
expIn: number;
|
|
24763
|
-
}[];
|
|
24776
|
+
url: string;
|
|
24777
|
+
expIn: number;
|
|
24764
24778
|
};
|
|
24765
24779
|
};
|
|
24766
24780
|
};
|
|
@@ -24849,8 +24863,8 @@ export interface operations {
|
|
|
24849
24863
|
getStatementsCsvBatch: {
|
|
24850
24864
|
parameters: {
|
|
24851
24865
|
query: {
|
|
24852
|
-
/** @description comma separated
|
|
24853
|
-
|
|
24866
|
+
/** @description comma separated ownership periods */
|
|
24867
|
+
ownershipPeriodIds: string;
|
|
24854
24868
|
/** @description Date in format YYYY-MM */
|
|
24855
24869
|
month: string;
|
|
24856
24870
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|