@vrplatform/api 1.2.33-stage.864 → 1.2.33-stage.865

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.2.33-stage.864",
6
+ "version": "1.2.33-stage.865",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2122,6 +2122,7 @@ export interface components {
2122
2122
  * "id": "netIncome",
2123
2123
  * "title": "Net Income",
2124
2124
  * "total": 10879029,
2125
+ * "totalPercentage": 52.3,
2125
2126
  * "computedValues": [
2126
2127
  * {
2127
2128
  * "id": "2025",
@@ -2135,6 +2136,7 @@ export interface components {
2135
2136
  * "id": "netOperatingIncome",
2136
2137
  * "title": "Net Operating Income",
2137
2138
  * "total": 5678901,
2139
+ * "totalPercentage": 26.1,
2138
2140
  * "computedValues": [
2139
2141
  * {
2140
2142
  * "id": "2025",
@@ -2148,6 +2150,7 @@ export interface components {
2148
2150
  * "id": "revenue",
2149
2151
  * "title": "Revenue",
2150
2152
  * "total": 10879029,
2153
+ * "totalPercentage": 52.3,
2151
2154
  * "values": [
2152
2155
  * {
2153
2156
  * "id": "2025",
@@ -2161,6 +2164,7 @@ export interface components {
2161
2164
  * "id": "cat-revenue-rents",
2162
2165
  * "title": "Revenue - Rents",
2163
2166
  * "total": 10879029,
2167
+ * "totalPercentage": 52.3,
2164
2168
  * "accounts": [
2165
2169
  * {
2166
2170
  * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
@@ -2188,6 +2192,7 @@ export interface components {
2188
2192
  id: string;
2189
2193
  title: string;
2190
2194
  total: number;
2195
+ totalPercentage?: number;
2191
2196
  values?: components["schemas"]["ProfitAndLossValueCell"][];
2192
2197
  computedValues?: components["schemas"]["ProfitAndLossValueCell"][];
2193
2198
  categories?: components["schemas"]["ProfitAndLossCategory"][];
@@ -2212,6 +2217,7 @@ export interface components {
2212
2217
  * "id": "cat-revenue-rents",
2213
2218
  * "title": "Revenue - Rents",
2214
2219
  * "total": 10879029,
2220
+ * "totalPercentage": 52.3,
2215
2221
  * "accounts": [
2216
2222
  * {
2217
2223
  * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
@@ -2233,6 +2239,7 @@ export interface components {
2233
2239
  id: string;
2234
2240
  title: string;
2235
2241
  total: number;
2242
+ totalPercentage?: number;
2236
2243
  accounts: components["schemas"]["ProfitAndLossAccount"][];
2237
2244
  };
2238
2245
  /**
@@ -24914,6 +24921,7 @@ export interface operations {
24914
24921
  * "id": "netIncome",
24915
24922
  * "title": "Net Income",
24916
24923
  * "total": 10879029,
24924
+ * "totalPercentage": 52.3,
24917
24925
  * "computedValues": [
24918
24926
  * {
24919
24927
  * "id": "2025",
@@ -24927,6 +24935,7 @@ export interface operations {
24927
24935
  * "id": "netOperatingIncome",
24928
24936
  * "title": "Net Operating Income",
24929
24937
  * "total": 5678901,
24938
+ * "totalPercentage": 26.1,
24930
24939
  * "computedValues": [
24931
24940
  * {
24932
24941
  * "id": "2025",
@@ -24940,6 +24949,7 @@ export interface operations {
24940
24949
  * "id": "revenue",
24941
24950
  * "title": "Revenue",
24942
24951
  * "total": 10879029,
24952
+ * "totalPercentage": 52.3,
24943
24953
  * "values": [
24944
24954
  * {
24945
24955
  * "id": "2025",
@@ -24953,6 +24963,7 @@ export interface operations {
24953
24963
  * "id": "cat-revenue-rents",
24954
24964
  * "title": "Revenue - Rents",
24955
24965
  * "total": 10879029,
24966
+ * "totalPercentage": 52.3,
24956
24967
  * "accounts": [
24957
24968
  * {
24958
24969
  * "id": "18580972-de27-4df2-99d5-7c6888419bf9",