@vrplatform/api 1.3.1-stage.1758 → 1.3.1-stage.1761

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1758",
9
+ "version": "1.3.1-stage.1761",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -1737,32 +1737,15 @@ export interface paths {
1737
1737
  patch?: never;
1738
1738
  trace?: never;
1739
1739
  };
1740
- "/statements/csv": {
1741
- parameters: {
1742
- query?: never;
1743
- header?: never;
1744
- path?: never;
1745
- cookie?: never;
1746
- };
1747
- /** @description Get Owner Statement CSV export */
1748
- get: operations["getStatementsCsv"];
1749
- put?: never;
1750
- post?: never;
1751
- delete?: never;
1752
- options?: never;
1753
- head?: never;
1754
- patch?: never;
1755
- trace?: never;
1756
- };
1757
- "/statements/csv/batch": {
1740
+ "/statements/batch/csv": {
1758
1741
  parameters: {
1759
1742
  query?: never;
1760
1743
  header?: never;
1761
1744
  path?: never;
1762
1745
  cookie?: never;
1763
1746
  };
1764
- /** @description Get Owner Statement CSV ZIP export */
1765
- get: operations["getStatementsCsvBatch"];
1747
+ /** @description Get Owner Statement CSV export (detailed) */
1748
+ get: operations["getStatementsBatchCsv"];
1766
1749
  put?: never;
1767
1750
  post?: never;
1768
1751
  delete?: never;
@@ -1771,15 +1754,15 @@ export interface paths {
1771
1754
  patch?: never;
1772
1755
  trace?: never;
1773
1756
  };
1774
- "/statements/csv/detailed": {
1757
+ "/statements/csv": {
1775
1758
  parameters: {
1776
1759
  query?: never;
1777
1760
  header?: never;
1778
1761
  path?: never;
1779
1762
  cookie?: never;
1780
1763
  };
1781
- /** @description Get Owner Statement CSV export (detailed) */
1782
- get: operations["getStatementsCsvDetailed"];
1764
+ /** @description Get Owner Statement CSV export */
1765
+ get: operations["getStatementsCsv"];
1783
1766
  put?: never;
1784
1767
  post?: never;
1785
1768
  delete?: never;
@@ -24968,139 +24951,11 @@ export interface operations {
24968
24951
  };
24969
24952
  };
24970
24953
  };
24971
- getStatementsCsv: {
24972
- parameters: {
24973
- query?: {
24974
- limit?: number;
24975
- page?: number;
24976
- /** @description comma separated periods */
24977
- periodIds?: string;
24978
- /** @description Year in format YYYY */
24979
- year?: number;
24980
- /** @description comma separated listings */
24981
- listingIds?: string;
24982
- /** @description comma separated statements */
24983
- statementIds?: string;
24984
- /** @description Date in format YYYY-MM */
24985
- month?: string;
24986
- search?: string;
24987
- status?: ("draft" | "inReview" | "published") | "all";
24988
- /** @description comma separated owners */
24989
- ownerIds?: string;
24990
- /** @description comma separated owners */
24991
- listingCollectionIds?: string;
24992
- /** @description comma separated recurring fees */
24993
- recurringFeeIds?: string;
24994
- /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
24995
- dateRange?: string;
24996
- /** @description Whether the end date is inclusive or exclusive */
24997
- isDateRangeEndInclusive?: boolean;
24998
- };
24999
- header?: never;
25000
- path?: never;
25001
- cookie?: never;
25002
- };
25003
- requestBody?: never;
25004
- responses: {
25005
- /** @description Successful response */
25006
- 200: {
25007
- headers: {
25008
- [name: string]: unknown;
25009
- };
25010
- content: {
25011
- "application/json": {
25012
- url: string;
25013
- expIn: number;
25014
- };
25015
- };
25016
- };
25017
- /** @description Bad request */
25018
- 400: {
25019
- headers: {
25020
- [name: string]: unknown;
25021
- };
25022
- content: {
25023
- "application/json": {
25024
- code: string;
25025
- message: string;
25026
- issues?: {
25027
- message: string;
25028
- }[];
25029
- context?: unknown;
25030
- };
25031
- };
25032
- };
25033
- /** @description Unauthorized */
25034
- 401: {
25035
- headers: {
25036
- [name: string]: unknown;
25037
- };
25038
- content: {
25039
- "application/json": {
25040
- code: string;
25041
- message: string;
25042
- issues?: {
25043
- message: string;
25044
- }[];
25045
- context?: unknown;
25046
- };
25047
- };
25048
- };
25049
- /** @description Forbidden */
25050
- 403: {
25051
- headers: {
25052
- [name: string]: unknown;
25053
- };
25054
- content: {
25055
- "application/json": {
25056
- code: string;
25057
- message: string;
25058
- issues?: {
25059
- message: string;
25060
- }[];
25061
- context?: unknown;
25062
- };
25063
- };
25064
- };
25065
- /** @description Not found */
25066
- 404: {
25067
- headers: {
25068
- [name: string]: unknown;
25069
- };
25070
- content: {
25071
- "application/json": {
25072
- code: string;
25073
- message: string;
25074
- issues?: {
25075
- message: string;
25076
- }[];
25077
- context?: unknown;
25078
- };
25079
- };
25080
- };
25081
- /** @description Internal server error */
25082
- 500: {
25083
- headers: {
25084
- [name: string]: unknown;
25085
- };
25086
- content: {
25087
- "application/json": {
25088
- code: string;
25089
- message: string;
25090
- issues?: {
25091
- message: string;
25092
- }[];
25093
- context?: unknown;
25094
- };
25095
- };
25096
- };
25097
- };
25098
- };
25099
- getStatementsCsvBatch: {
24954
+ getStatementsBatchCsv: {
25100
24955
  parameters: {
25101
24956
  query: {
25102
- /** @description comma separated ownership periods */
25103
- ownershipPeriodIds: string;
24957
+ viewAs?: "owner" | "manager";
24958
+ ownershipPeriodId: string;
25104
24959
  /** @description Date in format YYYY-MM */
25105
24960
  month: string;
25106
24961
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -25206,7 +25061,7 @@ export interface operations {
25206
25061
  };
25207
25062
  };
25208
25063
  };
25209
- getStatementsCsvDetailed: {
25064
+ getStatementsCsv: {
25210
25065
  parameters: {
25211
25066
  query?: {
25212
25067
  limit?: number;
@@ -25227,8 +25082,6 @@ export interface operations {
25227
25082
  ownerIds?: string;
25228
25083
  /** @description comma separated owners */
25229
25084
  listingCollectionIds?: string;
25230
- /** @description statement layout id */
25231
- layoutId?: string;
25232
25085
  /** @description comma separated recurring fees */
25233
25086
  recurringFeeIds?: string;
25234
25087
  /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */