@vrplatform/api 1.3.1-stage.2259 → 1.3.1-stage.2263

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.
@@ -32367,17 +32367,42 @@ export interface operations {
32367
32367
  name: string;
32368
32368
  locked?: boolean | null;
32369
32369
  visible?: ("all" | "manager") | null;
32370
- /** @enum {string} */
32371
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
32370
+ /** @constant */
32371
+ type: "field";
32372
32372
  value: string;
32373
32373
  } | {
32374
32374
  id?: string | null;
32375
32375
  name: string;
32376
32376
  locked?: boolean | null;
32377
32377
  visible?: ("all" | "manager") | null;
32378
- /** @enum {string} */
32378
+ /** @constant */
32379
32379
  type: "accounts";
32380
32380
  value: string[];
32381
+ } | {
32382
+ id?: string | null;
32383
+ name: string;
32384
+ locked?: boolean | null;
32385
+ visible?: ("all" | "manager") | null;
32386
+ /** @constant */
32387
+ type: "subTotal";
32388
+ value: string;
32389
+ } | {
32390
+ id?: string | null;
32391
+ name: string;
32392
+ locked?: boolean | null;
32393
+ visible?: ("all" | "manager") | null;
32394
+ /** @constant */
32395
+ type: "formula.currency";
32396
+ value: string;
32397
+ } | {
32398
+ id?: string | null;
32399
+ name: string;
32400
+ locked?: boolean | null;
32401
+ visible?: ("all" | "manager") | null;
32402
+ /** @constant */
32403
+ type: "formula.percentage";
32404
+ value: string;
32405
+ decimals?: (0 | 1 | 2 | 3) | null;
32381
32406
  })[];
32382
32407
  }[];
32383
32408
  otherSections: {
@@ -32390,7 +32415,7 @@ export interface operations {
32390
32415
  name: string;
32391
32416
  locked?: boolean | null;
32392
32417
  visible?: ("all" | "manager") | null;
32393
- /** @enum {string} */
32418
+ /** @constant */
32394
32419
  type: "field";
32395
32420
  value: string;
32396
32421
  } | {
@@ -32398,7 +32423,7 @@ export interface operations {
32398
32423
  name: string;
32399
32424
  locked?: boolean | null;
32400
32425
  visible?: ("all" | "manager") | null;
32401
- /** @enum {string} */
32426
+ /** @constant */
32402
32427
  type: "accounts";
32403
32428
  value: string[];
32404
32429
  })[];
@@ -32427,7 +32452,7 @@ export interface operations {
32427
32452
  name: string;
32428
32453
  locked?: boolean | null;
32429
32454
  visible?: ("all" | "manager") | null;
32430
- /** @enum {string} */
32455
+ /** @constant */
32431
32456
  type: "field";
32432
32457
  value: string;
32433
32458
  } | {
@@ -32435,7 +32460,7 @@ export interface operations {
32435
32460
  name: string;
32436
32461
  locked?: boolean | null;
32437
32462
  visible?: ("all" | "manager") | null;
32438
- /** @enum {string} */
32463
+ /** @constant */
32439
32464
  type: "accounts";
32440
32465
  value: string[];
32441
32466
  })[];
@@ -32978,17 +33003,42 @@ export interface operations {
32978
33003
  name: string;
32979
33004
  locked?: boolean | null;
32980
33005
  visible?: ("all" | "manager") | null;
32981
- /** @enum {string} */
32982
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
33006
+ /** @constant */
33007
+ type: "field";
32983
33008
  value: string;
32984
33009
  } | {
32985
33010
  id?: string | null;
32986
33011
  name: string;
32987
33012
  locked?: boolean | null;
32988
33013
  visible?: ("all" | "manager") | null;
32989
- /** @enum {string} */
33014
+ /** @constant */
32990
33015
  type: "accounts";
32991
33016
  value: string[];
33017
+ } | {
33018
+ id?: string | null;
33019
+ name: string;
33020
+ locked?: boolean | null;
33021
+ visible?: ("all" | "manager") | null;
33022
+ /** @constant */
33023
+ type: "subTotal";
33024
+ value: string;
33025
+ } | {
33026
+ id?: string | null;
33027
+ name: string;
33028
+ locked?: boolean | null;
33029
+ visible?: ("all" | "manager") | null;
33030
+ /** @constant */
33031
+ type: "formula.currency";
33032
+ value: string;
33033
+ } | {
33034
+ id?: string | null;
33035
+ name: string;
33036
+ locked?: boolean | null;
33037
+ visible?: ("all" | "manager") | null;
33038
+ /** @constant */
33039
+ type: "formula.percentage";
33040
+ value: string;
33041
+ decimals?: (0 | 1 | 2 | 3) | null;
32992
33042
  })[];
32993
33043
  }[];
32994
33044
  otherSections: {
@@ -33001,7 +33051,7 @@ export interface operations {
33001
33051
  name: string;
33002
33052
  locked?: boolean | null;
33003
33053
  visible?: ("all" | "manager") | null;
33004
- /** @enum {string} */
33054
+ /** @constant */
33005
33055
  type: "field";
33006
33056
  value: string;
33007
33057
  } | {
@@ -33009,7 +33059,7 @@ export interface operations {
33009
33059
  name: string;
33010
33060
  locked?: boolean | null;
33011
33061
  visible?: ("all" | "manager") | null;
33012
- /** @enum {string} */
33062
+ /** @constant */
33013
33063
  type: "accounts";
33014
33064
  value: string[];
33015
33065
  })[];
@@ -33038,7 +33088,7 @@ export interface operations {
33038
33088
  name: string;
33039
33089
  locked?: boolean | null;
33040
33090
  visible?: ("all" | "manager") | null;
33041
- /** @enum {string} */
33091
+ /** @constant */
33042
33092
  type: "field";
33043
33093
  value: string;
33044
33094
  } | {
@@ -33046,7 +33096,7 @@ export interface operations {
33046
33096
  name: string;
33047
33097
  locked?: boolean | null;
33048
33098
  visible?: ("all" | "manager") | null;
33049
- /** @enum {string} */
33099
+ /** @constant */
33050
33100
  type: "accounts";
33051
33101
  value: string[];
33052
33102
  })[];
@@ -33706,17 +33756,42 @@ export interface operations {
33706
33756
  name: string;
33707
33757
  locked?: boolean | null;
33708
33758
  visible?: ("all" | "manager") | null;
33709
- /** @enum {string} */
33710
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
33759
+ /** @constant */
33760
+ type: "field";
33711
33761
  value: string;
33712
33762
  } | {
33713
33763
  id?: string | null;
33714
33764
  name: string;
33715
33765
  locked?: boolean | null;
33716
33766
  visible?: ("all" | "manager") | null;
33717
- /** @enum {string} */
33767
+ /** @constant */
33718
33768
  type: "accounts";
33719
33769
  value: string[];
33770
+ } | {
33771
+ id?: string | null;
33772
+ name: string;
33773
+ locked?: boolean | null;
33774
+ visible?: ("all" | "manager") | null;
33775
+ /** @constant */
33776
+ type: "subTotal";
33777
+ value: string;
33778
+ } | {
33779
+ id?: string | null;
33780
+ name: string;
33781
+ locked?: boolean | null;
33782
+ visible?: ("all" | "manager") | null;
33783
+ /** @constant */
33784
+ type: "formula.currency";
33785
+ value: string;
33786
+ } | {
33787
+ id?: string | null;
33788
+ name: string;
33789
+ locked?: boolean | null;
33790
+ visible?: ("all" | "manager") | null;
33791
+ /** @constant */
33792
+ type: "formula.percentage";
33793
+ value: string;
33794
+ decimals?: (0 | 1 | 2 | 3) | null;
33720
33795
  })[];
33721
33796
  }[];
33722
33797
  otherSections: {
@@ -33729,7 +33804,7 @@ export interface operations {
33729
33804
  name: string;
33730
33805
  locked?: boolean | null;
33731
33806
  visible?: ("all" | "manager") | null;
33732
- /** @enum {string} */
33807
+ /** @constant */
33733
33808
  type: "field";
33734
33809
  value: string;
33735
33810
  } | {
@@ -33737,7 +33812,7 @@ export interface operations {
33737
33812
  name: string;
33738
33813
  locked?: boolean | null;
33739
33814
  visible?: ("all" | "manager") | null;
33740
- /** @enum {string} */
33815
+ /** @constant */
33741
33816
  type: "accounts";
33742
33817
  value: string[];
33743
33818
  })[];
@@ -33766,7 +33841,7 @@ export interface operations {
33766
33841
  name: string;
33767
33842
  locked?: boolean | null;
33768
33843
  visible?: ("all" | "manager") | null;
33769
- /** @enum {string} */
33844
+ /** @constant */
33770
33845
  type: "field";
33771
33846
  value: string;
33772
33847
  } | {
@@ -33774,7 +33849,7 @@ export interface operations {
33774
33849
  name: string;
33775
33850
  locked?: boolean | null;
33776
33851
  visible?: ("all" | "manager") | null;
33777
- /** @enum {string} */
33852
+ /** @constant */
33778
33853
  type: "accounts";
33779
33854
  value: string[];
33780
33855
  })[];
@@ -33900,17 +33975,42 @@ export interface operations {
33900
33975
  name: string;
33901
33976
  locked?: boolean | null;
33902
33977
  visible?: ("all" | "manager") | null;
33903
- /** @enum {string} */
33904
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
33978
+ /** @constant */
33979
+ type: "field";
33905
33980
  value: string;
33906
33981
  } | {
33907
33982
  id?: string | null;
33908
33983
  name: string;
33909
33984
  locked?: boolean | null;
33910
33985
  visible?: ("all" | "manager") | null;
33911
- /** @enum {string} */
33986
+ /** @constant */
33912
33987
  type: "accounts";
33913
33988
  value: string[];
33989
+ } | {
33990
+ id?: string | null;
33991
+ name: string;
33992
+ locked?: boolean | null;
33993
+ visible?: ("all" | "manager") | null;
33994
+ /** @constant */
33995
+ type: "subTotal";
33996
+ value: string;
33997
+ } | {
33998
+ id?: string | null;
33999
+ name: string;
34000
+ locked?: boolean | null;
34001
+ visible?: ("all" | "manager") | null;
34002
+ /** @constant */
34003
+ type: "formula.currency";
34004
+ value: string;
34005
+ } | {
34006
+ id?: string | null;
34007
+ name: string;
34008
+ locked?: boolean | null;
34009
+ visible?: ("all" | "manager") | null;
34010
+ /** @constant */
34011
+ type: "formula.percentage";
34012
+ value: string;
34013
+ decimals?: (0 | 1 | 2 | 3) | null;
33914
34014
  })[];
33915
34015
  }[];
33916
34016
  otherSections: {
@@ -33923,7 +34023,7 @@ export interface operations {
33923
34023
  name: string;
33924
34024
  locked?: boolean | null;
33925
34025
  visible?: ("all" | "manager") | null;
33926
- /** @enum {string} */
34026
+ /** @constant */
33927
34027
  type: "field";
33928
34028
  value: string;
33929
34029
  } | {
@@ -33931,7 +34031,7 @@ export interface operations {
33931
34031
  name: string;
33932
34032
  locked?: boolean | null;
33933
34033
  visible?: ("all" | "manager") | null;
33934
- /** @enum {string} */
34034
+ /** @constant */
33935
34035
  type: "accounts";
33936
34036
  value: string[];
33937
34037
  })[];
@@ -33962,17 +34062,42 @@ export interface operations {
33962
34062
  name: string;
33963
34063
  locked?: boolean | null;
33964
34064
  visible?: ("all" | "manager") | null;
33965
- /** @enum {string} */
33966
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
34065
+ /** @constant */
34066
+ type: "field";
33967
34067
  value: string;
33968
34068
  } | {
33969
34069
  id?: string | null;
33970
34070
  name: string;
33971
34071
  locked?: boolean | null;
33972
34072
  visible?: ("all" | "manager") | null;
33973
- /** @enum {string} */
34073
+ /** @constant */
33974
34074
  type: "accounts";
33975
34075
  value: string[];
34076
+ } | {
34077
+ id?: string | null;
34078
+ name: string;
34079
+ locked?: boolean | null;
34080
+ visible?: ("all" | "manager") | null;
34081
+ /** @constant */
34082
+ type: "subTotal";
34083
+ value: string;
34084
+ } | {
34085
+ id?: string | null;
34086
+ name: string;
34087
+ locked?: boolean | null;
34088
+ visible?: ("all" | "manager") | null;
34089
+ /** @constant */
34090
+ type: "formula.currency";
34091
+ value: string;
34092
+ } | {
34093
+ id?: string | null;
34094
+ name: string;
34095
+ locked?: boolean | null;
34096
+ visible?: ("all" | "manager") | null;
34097
+ /** @constant */
34098
+ type: "formula.percentage";
34099
+ value: string;
34100
+ decimals?: (0 | 1 | 2 | 3) | null;
33976
34101
  })[];
33977
34102
  }[];
33978
34103
  otherSections: {
@@ -33985,7 +34110,7 @@ export interface operations {
33985
34110
  name: string;
33986
34111
  locked?: boolean | null;
33987
34112
  visible?: ("all" | "manager") | null;
33988
- /** @enum {string} */
34113
+ /** @constant */
33989
34114
  type: "field";
33990
34115
  value: string;
33991
34116
  } | {
@@ -33993,7 +34118,7 @@ export interface operations {
33993
34118
  name: string;
33994
34119
  locked?: boolean | null;
33995
34120
  visible?: ("all" | "manager") | null;
33996
- /** @enum {string} */
34121
+ /** @constant */
33997
34122
  type: "accounts";
33998
34123
  value: string[];
33999
34124
  })[];
@@ -34022,7 +34147,7 @@ export interface operations {
34022
34147
  name: string;
34023
34148
  locked?: boolean | null;
34024
34149
  visible?: ("all" | "manager") | null;
34025
- /** @enum {string} */
34150
+ /** @constant */
34026
34151
  type: "field";
34027
34152
  value: string;
34028
34153
  } | {
@@ -34030,7 +34155,7 @@ export interface operations {
34030
34155
  name: string;
34031
34156
  locked?: boolean | null;
34032
34157
  visible?: ("all" | "manager") | null;
34033
- /** @enum {string} */
34158
+ /** @constant */
34034
34159
  type: "accounts";
34035
34160
  value: string[];
34036
34161
  })[];
@@ -34153,17 +34278,42 @@ export interface operations {
34153
34278
  name: string;
34154
34279
  locked?: boolean | null;
34155
34280
  visible?: ("all" | "manager") | null;
34156
- /** @enum {string} */
34157
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
34281
+ /** @constant */
34282
+ type: "field";
34158
34283
  value: string;
34159
34284
  } | {
34160
34285
  id?: string | null;
34161
34286
  name: string;
34162
34287
  locked?: boolean | null;
34163
34288
  visible?: ("all" | "manager") | null;
34164
- /** @enum {string} */
34289
+ /** @constant */
34165
34290
  type: "accounts";
34166
34291
  value: string[];
34292
+ } | {
34293
+ id?: string | null;
34294
+ name: string;
34295
+ locked?: boolean | null;
34296
+ visible?: ("all" | "manager") | null;
34297
+ /** @constant */
34298
+ type: "subTotal";
34299
+ value: string;
34300
+ } | {
34301
+ id?: string | null;
34302
+ name: string;
34303
+ locked?: boolean | null;
34304
+ visible?: ("all" | "manager") | null;
34305
+ /** @constant */
34306
+ type: "formula.currency";
34307
+ value: string;
34308
+ } | {
34309
+ id?: string | null;
34310
+ name: string;
34311
+ locked?: boolean | null;
34312
+ visible?: ("all" | "manager") | null;
34313
+ /** @constant */
34314
+ type: "formula.percentage";
34315
+ value: string;
34316
+ decimals?: (0 | 1 | 2 | 3) | null;
34167
34317
  })[];
34168
34318
  }[];
34169
34319
  otherSections: {
@@ -34176,7 +34326,7 @@ export interface operations {
34176
34326
  name: string;
34177
34327
  locked?: boolean | null;
34178
34328
  visible?: ("all" | "manager") | null;
34179
- /** @enum {string} */
34329
+ /** @constant */
34180
34330
  type: "field";
34181
34331
  value: string;
34182
34332
  } | {
@@ -34184,7 +34334,7 @@ export interface operations {
34184
34334
  name: string;
34185
34335
  locked?: boolean | null;
34186
34336
  visible?: ("all" | "manager") | null;
34187
- /** @enum {string} */
34337
+ /** @constant */
34188
34338
  type: "accounts";
34189
34339
  value: string[];
34190
34340
  })[];
@@ -34213,7 +34363,7 @@ export interface operations {
34213
34363
  name: string;
34214
34364
  locked?: boolean | null;
34215
34365
  visible?: ("all" | "manager") | null;
34216
- /** @enum {string} */
34366
+ /** @constant */
34217
34367
  type: "field";
34218
34368
  value: string;
34219
34369
  } | {
@@ -34221,7 +34371,7 @@ export interface operations {
34221
34371
  name: string;
34222
34372
  locked?: boolean | null;
34223
34373
  visible?: ("all" | "manager") | null;
34224
- /** @enum {string} */
34374
+ /** @constant */
34225
34375
  type: "accounts";
34226
34376
  value: string[];
34227
34377
  })[];
@@ -34339,17 +34489,42 @@ export interface operations {
34339
34489
  name: string;
34340
34490
  locked?: boolean | null;
34341
34491
  visible?: ("all" | "manager") | null;
34342
- /** @enum {string} */
34343
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
34492
+ /** @constant */
34493
+ type: "field";
34344
34494
  value: string;
34345
34495
  } | {
34346
34496
  id?: string | null;
34347
34497
  name: string;
34348
34498
  locked?: boolean | null;
34349
34499
  visible?: ("all" | "manager") | null;
34350
- /** @enum {string} */
34500
+ /** @constant */
34351
34501
  type: "accounts";
34352
34502
  value: string[];
34503
+ } | {
34504
+ id?: string | null;
34505
+ name: string;
34506
+ locked?: boolean | null;
34507
+ visible?: ("all" | "manager") | null;
34508
+ /** @constant */
34509
+ type: "subTotal";
34510
+ value: string;
34511
+ } | {
34512
+ id?: string | null;
34513
+ name: string;
34514
+ locked?: boolean | null;
34515
+ visible?: ("all" | "manager") | null;
34516
+ /** @constant */
34517
+ type: "formula.currency";
34518
+ value: string;
34519
+ } | {
34520
+ id?: string | null;
34521
+ name: string;
34522
+ locked?: boolean | null;
34523
+ visible?: ("all" | "manager") | null;
34524
+ /** @constant */
34525
+ type: "formula.percentage";
34526
+ value: string;
34527
+ decimals?: (0 | 1 | 2 | 3) | null;
34353
34528
  })[];
34354
34529
  }[];
34355
34530
  otherSections?: {
@@ -34362,7 +34537,7 @@ export interface operations {
34362
34537
  name: string;
34363
34538
  locked?: boolean | null;
34364
34539
  visible?: ("all" | "manager") | null;
34365
- /** @enum {string} */
34540
+ /** @constant */
34366
34541
  type: "field";
34367
34542
  value: string;
34368
34543
  } | {
@@ -34370,7 +34545,7 @@ export interface operations {
34370
34545
  name: string;
34371
34546
  locked?: boolean | null;
34372
34547
  visible?: ("all" | "manager") | null;
34373
- /** @enum {string} */
34548
+ /** @constant */
34374
34549
  type: "accounts";
34375
34550
  value: string[];
34376
34551
  })[];
@@ -34401,17 +34576,42 @@ export interface operations {
34401
34576
  name: string;
34402
34577
  locked?: boolean | null;
34403
34578
  visible?: ("all" | "manager") | null;
34404
- /** @enum {string} */
34405
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
34579
+ /** @constant */
34580
+ type: "field";
34406
34581
  value: string;
34407
34582
  } | {
34408
34583
  id?: string | null;
34409
34584
  name: string;
34410
34585
  locked?: boolean | null;
34411
34586
  visible?: ("all" | "manager") | null;
34412
- /** @enum {string} */
34587
+ /** @constant */
34413
34588
  type: "accounts";
34414
34589
  value: string[];
34590
+ } | {
34591
+ id?: string | null;
34592
+ name: string;
34593
+ locked?: boolean | null;
34594
+ visible?: ("all" | "manager") | null;
34595
+ /** @constant */
34596
+ type: "subTotal";
34597
+ value: string;
34598
+ } | {
34599
+ id?: string | null;
34600
+ name: string;
34601
+ locked?: boolean | null;
34602
+ visible?: ("all" | "manager") | null;
34603
+ /** @constant */
34604
+ type: "formula.currency";
34605
+ value: string;
34606
+ } | {
34607
+ id?: string | null;
34608
+ name: string;
34609
+ locked?: boolean | null;
34610
+ visible?: ("all" | "manager") | null;
34611
+ /** @constant */
34612
+ type: "formula.percentage";
34613
+ value: string;
34614
+ decimals?: (0 | 1 | 2 | 3) | null;
34415
34615
  })[];
34416
34616
  }[];
34417
34617
  otherSections: {
@@ -34424,7 +34624,7 @@ export interface operations {
34424
34624
  name: string;
34425
34625
  locked?: boolean | null;
34426
34626
  visible?: ("all" | "manager") | null;
34427
- /** @enum {string} */
34627
+ /** @constant */
34428
34628
  type: "field";
34429
34629
  value: string;
34430
34630
  } | {
@@ -34432,7 +34632,7 @@ export interface operations {
34432
34632
  name: string;
34433
34633
  locked?: boolean | null;
34434
34634
  visible?: ("all" | "manager") | null;
34435
- /** @enum {string} */
34635
+ /** @constant */
34436
34636
  type: "accounts";
34437
34637
  value: string[];
34438
34638
  })[];
@@ -34461,7 +34661,7 @@ export interface operations {
34461
34661
  name: string;
34462
34662
  locked?: boolean | null;
34463
34663
  visible?: ("all" | "manager") | null;
34464
- /** @enum {string} */
34664
+ /** @constant */
34465
34665
  type: "field";
34466
34666
  value: string;
34467
34667
  } | {
@@ -34469,7 +34669,7 @@ export interface operations {
34469
34669
  name: string;
34470
34670
  locked?: boolean | null;
34471
34671
  visible?: ("all" | "manager") | null;
34472
- /** @enum {string} */
34672
+ /** @constant */
34473
34673
  type: "accounts";
34474
34674
  value: string[];
34475
34675
  })[];
@@ -35648,17 +35848,42 @@ export interface operations {
35648
35848
  name: string;
35649
35849
  locked?: boolean | null;
35650
35850
  visible?: ("all" | "manager") | null;
35651
- /** @enum {string} */
35652
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
35851
+ /** @constant */
35852
+ type: "field";
35653
35853
  value: string;
35654
35854
  } | {
35655
35855
  id?: string | null;
35656
35856
  name: string;
35657
35857
  locked?: boolean | null;
35658
35858
  visible?: ("all" | "manager") | null;
35659
- /** @enum {string} */
35859
+ /** @constant */
35660
35860
  type: "accounts";
35661
35861
  value: string[];
35862
+ } | {
35863
+ id?: string | null;
35864
+ name: string;
35865
+ locked?: boolean | null;
35866
+ visible?: ("all" | "manager") | null;
35867
+ /** @constant */
35868
+ type: "subTotal";
35869
+ value: string;
35870
+ } | {
35871
+ id?: string | null;
35872
+ name: string;
35873
+ locked?: boolean | null;
35874
+ visible?: ("all" | "manager") | null;
35875
+ /** @constant */
35876
+ type: "formula.currency";
35877
+ value: string;
35878
+ } | {
35879
+ id?: string | null;
35880
+ name: string;
35881
+ locked?: boolean | null;
35882
+ visible?: ("all" | "manager") | null;
35883
+ /** @constant */
35884
+ type: "formula.percentage";
35885
+ value: string;
35886
+ decimals?: (0 | 1 | 2 | 3) | null;
35662
35887
  })[];
35663
35888
  }[];
35664
35889
  otherSections: {
@@ -35671,7 +35896,7 @@ export interface operations {
35671
35896
  name: string;
35672
35897
  locked?: boolean | null;
35673
35898
  visible?: ("all" | "manager") | null;
35674
- /** @enum {string} */
35899
+ /** @constant */
35675
35900
  type: "field";
35676
35901
  value: string;
35677
35902
  } | {
@@ -35679,7 +35904,7 @@ export interface operations {
35679
35904
  name: string;
35680
35905
  locked?: boolean | null;
35681
35906
  visible?: ("all" | "manager") | null;
35682
- /** @enum {string} */
35907
+ /** @constant */
35683
35908
  type: "accounts";
35684
35909
  value: string[];
35685
35910
  })[];
@@ -35708,7 +35933,7 @@ export interface operations {
35708
35933
  name: string;
35709
35934
  locked?: boolean | null;
35710
35935
  visible?: ("all" | "manager") | null;
35711
- /** @enum {string} */
35936
+ /** @constant */
35712
35937
  type: "field";
35713
35938
  value: string;
35714
35939
  } | {
@@ -35716,7 +35941,7 @@ export interface operations {
35716
35941
  name: string;
35717
35942
  locked?: boolean | null;
35718
35943
  visible?: ("all" | "manager") | null;
35719
- /** @enum {string} */
35944
+ /** @constant */
35720
35945
  type: "accounts";
35721
35946
  value: string[];
35722
35947
  })[];
@@ -36264,17 +36489,42 @@ export interface operations {
36264
36489
  name: string;
36265
36490
  locked?: boolean | null;
36266
36491
  visible?: ("all" | "manager") | null;
36267
- /** @enum {string} */
36268
- type: "subTotal" | "field" | "formula.percentage" | "formula.currency";
36492
+ /** @constant */
36493
+ type: "field";
36269
36494
  value: string;
36270
36495
  } | {
36271
36496
  id?: string | null;
36272
36497
  name: string;
36273
36498
  locked?: boolean | null;
36274
36499
  visible?: ("all" | "manager") | null;
36275
- /** @enum {string} */
36500
+ /** @constant */
36276
36501
  type: "accounts";
36277
36502
  value: string[];
36503
+ } | {
36504
+ id?: string | null;
36505
+ name: string;
36506
+ locked?: boolean | null;
36507
+ visible?: ("all" | "manager") | null;
36508
+ /** @constant */
36509
+ type: "subTotal";
36510
+ value: string;
36511
+ } | {
36512
+ id?: string | null;
36513
+ name: string;
36514
+ locked?: boolean | null;
36515
+ visible?: ("all" | "manager") | null;
36516
+ /** @constant */
36517
+ type: "formula.currency";
36518
+ value: string;
36519
+ } | {
36520
+ id?: string | null;
36521
+ name: string;
36522
+ locked?: boolean | null;
36523
+ visible?: ("all" | "manager") | null;
36524
+ /** @constant */
36525
+ type: "formula.percentage";
36526
+ value: string;
36527
+ decimals?: (0 | 1 | 2 | 3) | null;
36278
36528
  })[];
36279
36529
  }[];
36280
36530
  otherSections: {
@@ -36287,7 +36537,7 @@ export interface operations {
36287
36537
  name: string;
36288
36538
  locked?: boolean | null;
36289
36539
  visible?: ("all" | "manager") | null;
36290
- /** @enum {string} */
36540
+ /** @constant */
36291
36541
  type: "field";
36292
36542
  value: string;
36293
36543
  } | {
@@ -36295,7 +36545,7 @@ export interface operations {
36295
36545
  name: string;
36296
36546
  locked?: boolean | null;
36297
36547
  visible?: ("all" | "manager") | null;
36298
- /** @enum {string} */
36548
+ /** @constant */
36299
36549
  type: "accounts";
36300
36550
  value: string[];
36301
36551
  })[];
@@ -36324,7 +36574,7 @@ export interface operations {
36324
36574
  name: string;
36325
36575
  locked?: boolean | null;
36326
36576
  visible?: ("all" | "manager") | null;
36327
- /** @enum {string} */
36577
+ /** @constant */
36328
36578
  type: "field";
36329
36579
  value: string;
36330
36580
  } | {
@@ -36332,7 +36582,7 @@ export interface operations {
36332
36582
  name: string;
36333
36583
  locked?: boolean | null;
36334
36584
  visible?: ("all" | "manager") | null;
36335
- /** @enum {string} */
36585
+ /** @constant */
36336
36586
  type: "accounts";
36337
36587
  value: string[];
36338
36588
  })[];