@vrplatform/api 1.3.1-stage.3797 → 1.3.1-stage.3802
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
package/src/generated/v1.ts
CHANGED
|
@@ -29887,6 +29887,7 @@ export interface operations {
|
|
|
29887
29887
|
currency: string;
|
|
29888
29888
|
}[] | null;
|
|
29889
29889
|
columns: {
|
|
29890
|
+
id?: string;
|
|
29890
29891
|
title: string;
|
|
29891
29892
|
/** @enum {string} */
|
|
29892
29893
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
@@ -30127,6 +30128,7 @@ export interface operations {
|
|
|
30127
30128
|
subtotal?: {
|
|
30128
30129
|
title: string;
|
|
30129
30130
|
columns: {
|
|
30131
|
+
id?: string;
|
|
30130
30132
|
title: string;
|
|
30131
30133
|
/** @enum {string} */
|
|
30132
30134
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
@@ -30311,6 +30313,7 @@ export interface operations {
|
|
|
30311
30313
|
currency: string;
|
|
30312
30314
|
}[] | null;
|
|
30313
30315
|
columns: {
|
|
30316
|
+
id?: string;
|
|
30314
30317
|
title: string;
|
|
30315
30318
|
/** @enum {string} */
|
|
30316
30319
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
@@ -30551,6 +30554,7 @@ export interface operations {
|
|
|
30551
30554
|
subtotal?: {
|
|
30552
30555
|
title: string;
|
|
30553
30556
|
columns: {
|
|
30557
|
+
id?: string;
|
|
30554
30558
|
title: string;
|
|
30555
30559
|
/** @enum {string} */
|
|
30556
30560
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
@@ -30734,6 +30738,7 @@ export interface operations {
|
|
|
30734
30738
|
currency: string;
|
|
30735
30739
|
}[] | null;
|
|
30736
30740
|
columns: {
|
|
30741
|
+
id?: string;
|
|
30737
30742
|
title: string;
|
|
30738
30743
|
/** @enum {string} */
|
|
30739
30744
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|
|
@@ -30974,6 +30979,7 @@ export interface operations {
|
|
|
30974
30979
|
subtotal?: {
|
|
30975
30980
|
title: string;
|
|
30976
30981
|
columns: {
|
|
30982
|
+
id?: string;
|
|
30977
30983
|
title: string;
|
|
30978
30984
|
/** @enum {string} */
|
|
30979
30985
|
type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
|