@vrplatform/api 1.3.1-stage.3793 → 1.3.1-stage.3797
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.
|
@@ -29887,6 +29887,9 @@ export interface operations {
|
|
|
29887
29887
|
}[] | null;
|
|
29888
29888
|
columns: {
|
|
29889
29889
|
title: string;
|
|
29890
|
+
/** @enum {string} */
|
|
29891
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
29892
|
+
formula?: string;
|
|
29890
29893
|
value: number | string;
|
|
29891
29894
|
formatted: string;
|
|
29892
29895
|
accountIds: string[];
|
|
@@ -30124,6 +30127,9 @@ export interface operations {
|
|
|
30124
30127
|
title: string;
|
|
30125
30128
|
columns: {
|
|
30126
30129
|
title: string;
|
|
30130
|
+
/** @enum {string} */
|
|
30131
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
30132
|
+
formula?: string;
|
|
30127
30133
|
value: number | string;
|
|
30128
30134
|
formatted: string;
|
|
30129
30135
|
accountIds: string[];
|
|
@@ -30305,6 +30311,9 @@ export interface operations {
|
|
|
30305
30311
|
}[] | null;
|
|
30306
30312
|
columns: {
|
|
30307
30313
|
title: string;
|
|
30314
|
+
/** @enum {string} */
|
|
30315
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
30316
|
+
formula?: string;
|
|
30308
30317
|
value: number | string;
|
|
30309
30318
|
formatted: string;
|
|
30310
30319
|
accountIds: string[];
|
|
@@ -30542,6 +30551,9 @@ export interface operations {
|
|
|
30542
30551
|
title: string;
|
|
30543
30552
|
columns: {
|
|
30544
30553
|
title: string;
|
|
30554
|
+
/** @enum {string} */
|
|
30555
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
30556
|
+
formula?: string;
|
|
30545
30557
|
value: number | string;
|
|
30546
30558
|
formatted: string;
|
|
30547
30559
|
accountIds: string[];
|
|
@@ -30722,6 +30734,9 @@ export interface operations {
|
|
|
30722
30734
|
}[] | null;
|
|
30723
30735
|
columns: {
|
|
30724
30736
|
title: string;
|
|
30737
|
+
/** @enum {string} */
|
|
30738
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
30739
|
+
formula?: string;
|
|
30725
30740
|
value: number | string;
|
|
30726
30741
|
formatted: string;
|
|
30727
30742
|
accountIds: string[];
|
|
@@ -30959,6 +30974,9 @@ export interface operations {
|
|
|
30959
30974
|
title: string;
|
|
30960
30975
|
columns: {
|
|
30961
30976
|
title: string;
|
|
30977
|
+
/** @enum {string} */
|
|
30978
|
+
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
30979
|
+
formula?: string;
|
|
30962
30980
|
value: number | string;
|
|
30963
30981
|
formatted: string;
|
|
30964
30982
|
accountIds: string[];
|