@vrplatform/api 1.3.1-stage.1574 → 1.3.1-stage.1578

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.
@@ -17797,7 +17797,6 @@ export interface operations {
17797
17797
  parameters: {
17798
17798
  query: {
17799
17799
  endDate: string;
17800
- listingId?: string;
17801
17800
  };
17802
17801
  header?: never;
17803
17802
  path?: never;
@@ -17812,24 +17811,45 @@ export interface operations {
17812
17811
  };
17813
17812
  content: {
17814
17813
  "application/json": {
17815
- data: {
17816
- id: string;
17817
- name: string;
17814
+ data: ({
17815
+ /** @constant */
17816
+ name: "Bank Accounts";
17818
17817
  total: number;
17819
- sections: {
17820
- /** @enum {string} */
17821
- name: "Owner Balance" | "Other Net Liabilities";
17818
+ /** @constant */
17819
+ type: "accounts";
17820
+ accounts: {
17821
+ id: string;
17822
+ name: string;
17823
+ categoryId: string;
17822
17824
  total: number;
17823
- /** @constant */
17824
- type: "accounts";
17825
- accounts: {
17826
- id: string;
17827
- name: string;
17828
- categoryId: string;
17825
+ }[];
17826
+ } | {
17827
+ /** @enum {string} */
17828
+ name: "Manager Balances" | "Owner Balances";
17829
+ total: number;
17830
+ /** @constant */
17831
+ type: "listings";
17832
+ listings: {
17833
+ id: string;
17834
+ listingId: string;
17835
+ ownershipPeriodId: string | null;
17836
+ name: string;
17837
+ total: number;
17838
+ sections: {
17839
+ /** @enum {string} */
17840
+ name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
17829
17841
  total: number;
17842
+ /** @constant */
17843
+ type: "accounts";
17844
+ accounts: {
17845
+ id: string;
17846
+ name: string;
17847
+ categoryId: string;
17848
+ total: number;
17849
+ }[];
17830
17850
  }[];
17831
17851
  }[];
17832
- }[];
17852
+ })[];
17833
17853
  total: number;
17834
17854
  };
17835
17855
  };
@@ -17920,7 +17940,6 @@ export interface operations {
17920
17940
  parameters: {
17921
17941
  query: {
17922
17942
  endDate: string;
17923
- listingId?: string;
17924
17943
  };
17925
17944
  header?: never;
17926
17945
  path?: never;