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