@vrplatform/api 1.3.1-stage.1922 → 1.3.1-stage.1926

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1922",
6
+ "version": "1.3.1-stage.1926",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -19088,6 +19088,7 @@ export interface operations {
19088
19088
  balanceStart: number;
19089
19089
  netRevenue: number;
19090
19090
  expenses: number;
19091
+ reserve: number;
19091
19092
  transfers: number;
19092
19093
  netIncome: number;
19093
19094
  currentBalance: number;
@@ -19437,6 +19438,7 @@ export interface operations {
19437
19438
  balanceStart: number;
19438
19439
  netRevenue: number;
19439
19440
  expenses: number;
19441
+ reserve: number;
19440
19442
  transfers: number;
19441
19443
  netIncome: number;
19442
19444
  currentBalance: number;
@@ -25392,27 +25394,20 @@ export interface operations {
25392
25394
  query?: {
25393
25395
  limit?: number;
25394
25396
  page?: number;
25395
- /** @description comma separated periods */
25396
25397
  periodIds?: string;
25397
25398
  /** @description Year in format YYYY */
25398
25399
  year?: number;
25399
- /** @description comma separated listings */
25400
25400
  listingIds?: string;
25401
- /** @description comma separated statements */
25402
25401
  statementIds?: string;
25403
25402
  /** @description Date in format YYYY-MM */
25404
25403
  month?: string;
25405
25404
  search?: string;
25406
25405
  status?: ("draft" | "inReview" | "published") | "all";
25407
- /** @description comma separated owners */
25408
25406
  ownerIds?: string;
25409
- /** @description comma separated owners */
25410
25407
  listingCollectionIds?: string;
25411
- /** @description comma separated recurring fees */
25412
25408
  recurringFeeIds?: string;
25413
25409
  /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
25414
25410
  dateRange?: string;
25415
- /** @description Whether the end date is inclusive or exclusive */
25416
25411
  isDateRangeEndInclusive?: boolean;
25417
25412
  };
25418
25413
  header?: never;
@@ -26989,27 +26984,20 @@ export interface operations {
26989
26984
  query?: {
26990
26985
  limit?: number;
26991
26986
  page?: number;
26992
- /** @description comma separated periods */
26993
26987
  periodIds?: string;
26994
26988
  /** @description Year in format YYYY */
26995
26989
  year?: number;
26996
- /** @description comma separated listings */
26997
26990
  listingIds?: string;
26998
- /** @description comma separated statements */
26999
26991
  statementIds?: string;
27000
26992
  /** @description Date in format YYYY-MM */
27001
26993
  month?: string;
27002
26994
  search?: string;
27003
26995
  status?: ("draft" | "inReview" | "published") | "all";
27004
- /** @description comma separated owners */
27005
26996
  ownerIds?: string;
27006
- /** @description comma separated owners */
27007
26997
  listingCollectionIds?: string;
27008
- /** @description comma separated recurring fees */
27009
26998
  recurringFeeIds?: string;
27010
26999
  /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
27011
27000
  dateRange?: string;
27012
- /** @description Whether the end date is inclusive or exclusive */
27013
27001
  isDateRangeEndInclusive?: boolean;
27014
27002
  };
27015
27003
  header?: never;