@vrplatform/api 1.3.1-stage.3801 → 1.3.1-stage.3805

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.
@@ -29886,6 +29886,7 @@ export interface operations {
29886
29886
  currency: string;
29887
29887
  }[] | null;
29888
29888
  columns: {
29889
+ id?: string;
29889
29890
  title: string;
29890
29891
  /** @enum {string} */
29891
29892
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
@@ -30126,6 +30127,7 @@ export interface operations {
30126
30127
  subtotal?: {
30127
30128
  title: string;
30128
30129
  columns: {
30130
+ id?: string;
30129
30131
  title: string;
30130
30132
  /** @enum {string} */
30131
30133
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
@@ -30310,6 +30312,7 @@ export interface operations {
30310
30312
  currency: string;
30311
30313
  }[] | null;
30312
30314
  columns: {
30315
+ id?: string;
30313
30316
  title: string;
30314
30317
  /** @enum {string} */
30315
30318
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
@@ -30550,6 +30553,7 @@ export interface operations {
30550
30553
  subtotal?: {
30551
30554
  title: string;
30552
30555
  columns: {
30556
+ id?: string;
30553
30557
  title: string;
30554
30558
  /** @enum {string} */
30555
30559
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
@@ -30733,6 +30737,7 @@ export interface operations {
30733
30737
  currency: string;
30734
30738
  }[] | null;
30735
30739
  columns: {
30740
+ id?: string;
30736
30741
  title: string;
30737
30742
  /** @enum {string} */
30738
30743
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";
@@ -30973,6 +30978,7 @@ export interface operations {
30973
30978
  subtotal?: {
30974
30979
  title: string;
30975
30980
  columns: {
30981
+ id?: string;
30976
30982
  title: string;
30977
30983
  /** @enum {string} */
30978
30984
  type?: "field" | "accounts" | "subTotal" | "formula.currency" | "formula.percentage";