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