@vrplatform/api 1.3.1-stage.3793 → 1.3.1-stage.3794

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.3.1-stage.3793",
6
+ "version": "1.3.1-stage.3794",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -29888,6 +29888,9 @@ export interface operations {
29888
29888
  }[] | null;
29889
29889
  columns: {
29890
29890
  title: string;
29891
+ /** @enum {string} */
29892
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
29893
+ formula?: string;
29891
29894
  value: number | string;
29892
29895
  formatted: string;
29893
29896
  accountIds: string[];
@@ -30125,6 +30128,9 @@ export interface operations {
30125
30128
  title: string;
30126
30129
  columns: {
30127
30130
  title: string;
30131
+ /** @enum {string} */
30132
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30133
+ formula?: string;
30128
30134
  value: number | string;
30129
30135
  formatted: string;
30130
30136
  accountIds: string[];
@@ -30306,6 +30312,9 @@ export interface operations {
30306
30312
  }[] | null;
30307
30313
  columns: {
30308
30314
  title: string;
30315
+ /** @enum {string} */
30316
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30317
+ formula?: string;
30309
30318
  value: number | string;
30310
30319
  formatted: string;
30311
30320
  accountIds: string[];
@@ -30543,6 +30552,9 @@ export interface operations {
30543
30552
  title: string;
30544
30553
  columns: {
30545
30554
  title: string;
30555
+ /** @enum {string} */
30556
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30557
+ formula?: string;
30546
30558
  value: number | string;
30547
30559
  formatted: string;
30548
30560
  accountIds: string[];
@@ -30723,6 +30735,9 @@ export interface operations {
30723
30735
  }[] | null;
30724
30736
  columns: {
30725
30737
  title: string;
30738
+ /** @enum {string} */
30739
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30740
+ formula?: string;
30726
30741
  value: number | string;
30727
30742
  formatted: string;
30728
30743
  accountIds: string[];
@@ -30960,6 +30975,9 @@ export interface operations {
30960
30975
  title: string;
30961
30976
  columns: {
30962
30977
  title: string;
30978
+ /** @enum {string} */
30979
+ type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
30980
+ formula?: string;
30963
30981
  value: number | string;
30964
30982
  formatted: string;
30965
30983
  accountIds: string[];