@vrplatform/api 1.3.1-stage.1736 → 1.3.1-stage.1741

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.1736",
9
+ "version": "1.3.1-stage.1741",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -10679,6 +10679,25 @@ export interface operations {
10679
10679
  endAt: string | null;
10680
10680
  } | null;
10681
10681
  };
10682
+ issues: ({
10683
+ /** @constant */
10684
+ code: "missingOwnershipOrDeactivation";
10685
+ /** @constant */
10686
+ severity: "warning";
10687
+ context: Record<string, never>;
10688
+ } | {
10689
+ /** @constant */
10690
+ code: "missingFeesAndCommission";
10691
+ /** @constant */
10692
+ severity: "warning";
10693
+ context: Record<string, never>;
10694
+ } | {
10695
+ /** @constant */
10696
+ code: "missingOpeningBalance";
10697
+ /** @constant */
10698
+ severity: "warning";
10699
+ context: Record<string, never>;
10700
+ })[];
10682
10701
  }[];
10683
10702
  pagination: {
10684
10703
  /** @default 100 */
@@ -10918,6 +10937,25 @@ export interface operations {
10918
10937
  endAt: string | null;
10919
10938
  } | null;
10920
10939
  };
10940
+ issues: ({
10941
+ /** @constant */
10942
+ code: "missingOwnershipOrDeactivation";
10943
+ /** @constant */
10944
+ severity: "warning";
10945
+ context: Record<string, never>;
10946
+ } | {
10947
+ /** @constant */
10948
+ code: "missingFeesAndCommission";
10949
+ /** @constant */
10950
+ severity: "warning";
10951
+ context: Record<string, never>;
10952
+ } | {
10953
+ /** @constant */
10954
+ code: "missingOpeningBalance";
10955
+ /** @constant */
10956
+ severity: "warning";
10957
+ context: Record<string, never>;
10958
+ })[];
10921
10959
  };
10922
10960
  };
10923
10961
  };
@@ -11973,6 +12011,25 @@ export interface operations {
11973
12011
  endAt: string | null;
11974
12012
  } | null;
11975
12013
  };
12014
+ issues: ({
12015
+ /** @constant */
12016
+ code: "missingOwnershipOrDeactivation";
12017
+ /** @constant */
12018
+ severity: "warning";
12019
+ context: Record<string, never>;
12020
+ } | {
12021
+ /** @constant */
12022
+ code: "missingFeesAndCommission";
12023
+ /** @constant */
12024
+ severity: "warning";
12025
+ context: Record<string, never>;
12026
+ } | {
12027
+ /** @constant */
12028
+ code: "missingOpeningBalance";
12029
+ /** @constant */
12030
+ severity: "warning";
12031
+ context: Record<string, never>;
12032
+ })[];
11976
12033
  };
11977
12034
  };
11978
12035
  };
@@ -12204,6 +12261,25 @@ export interface operations {
12204
12261
  endAt: string | null;
12205
12262
  } | null;
12206
12263
  };
12264
+ issues: ({
12265
+ /** @constant */
12266
+ code: "missingOwnershipOrDeactivation";
12267
+ /** @constant */
12268
+ severity: "warning";
12269
+ context: Record<string, never>;
12270
+ } | {
12271
+ /** @constant */
12272
+ code: "missingFeesAndCommission";
12273
+ /** @constant */
12274
+ severity: "warning";
12275
+ context: Record<string, never>;
12276
+ } | {
12277
+ /** @constant */
12278
+ code: "missingOpeningBalance";
12279
+ /** @constant */
12280
+ severity: "warning";
12281
+ context: Record<string, never>;
12282
+ })[];
12207
12283
  };
12208
12284
  };
12209
12285
  };
@@ -18760,46 +18836,50 @@ export interface operations {
18760
18836
  };
18761
18837
  content: {
18762
18838
  "application/json": {
18763
- data: ({
18839
+ trustReconciliationByListing: {
18764
18840
  /** @constant */
18765
- name: "Bank Accounts";
18841
+ name: "Trust Reconciliation by Listing";
18766
18842
  total: number;
18767
- /** @constant */
18768
- type: "accounts";
18769
- accounts: {
18770
- id: string;
18771
- name: string;
18772
- categoryId: string;
18843
+ groups: ({
18844
+ /** @constant */
18845
+ name: "Bank Accounts";
18773
18846
  total: number;
18774
- }[];
18775
- } | {
18776
- /** @enum {string} */
18777
- name: "Manager Balances" | "Owner Balances";
18778
- total: number;
18779
- /** @constant */
18780
- type: "listings";
18781
- listings: {
18782
- id: string;
18783
- listingId: string | null;
18784
- ownershipPeriodId: string | null;
18785
- name: string;
18847
+ /** @constant */
18848
+ type: "accounts";
18849
+ accounts: {
18850
+ id: string;
18851
+ name: string;
18852
+ categoryId: string;
18853
+ total: number;
18854
+ }[];
18855
+ } | {
18856
+ /** @enum {string} */
18857
+ name: "Manager Balances" | "Owner Balances";
18786
18858
  total: number;
18787
- sections: {
18788
- /** @enum {string} */
18789
- name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
18859
+ /** @constant */
18860
+ type: "listings";
18861
+ listings: {
18862
+ id: string;
18863
+ listingId: string | null;
18864
+ ownershipPeriodId: string | null;
18865
+ name: string;
18790
18866
  total: number;
18791
- /** @constant */
18792
- type: "accounts";
18793
- accounts: {
18794
- id: string;
18795
- name: string;
18796
- categoryId: string;
18867
+ sections: {
18868
+ /** @enum {string} */
18869
+ name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
18797
18870
  total: number;
18871
+ /** @constant */
18872
+ type: "accounts";
18873
+ accounts: {
18874
+ id: string;
18875
+ name: string;
18876
+ categoryId: string;
18877
+ total: number;
18878
+ }[];
18798
18879
  }[];
18799
18880
  }[];
18800
- }[];
18801
- })[];
18802
- total: number;
18881
+ })[];
18882
+ };
18803
18883
  };
18804
18884
  };
18805
18885
  };