@vrplatform/api 1.3.1-stage.2300 → 1.3.1-stage.2302
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/build/main/generated/v1.d.ts +316 -66
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +316 -66
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +316 -66
|
@@ -31913,17 +31913,42 @@ export interface operations {
|
|
|
31913
31913
|
name: string;
|
|
31914
31914
|
locked?: boolean | null;
|
|
31915
31915
|
visible?: ("all" | "manager") | null;
|
|
31916
|
-
/** @
|
|
31917
|
-
type: "
|
|
31916
|
+
/** @constant */
|
|
31917
|
+
type: "field";
|
|
31918
31918
|
value: string;
|
|
31919
31919
|
} | {
|
|
31920
31920
|
id?: string | null;
|
|
31921
31921
|
name: string;
|
|
31922
31922
|
locked?: boolean | null;
|
|
31923
31923
|
visible?: ("all" | "manager") | null;
|
|
31924
|
-
/** @
|
|
31924
|
+
/** @constant */
|
|
31925
31925
|
type: "accounts";
|
|
31926
31926
|
value: string[];
|
|
31927
|
+
} | {
|
|
31928
|
+
id?: string | null;
|
|
31929
|
+
name: string;
|
|
31930
|
+
locked?: boolean | null;
|
|
31931
|
+
visible?: ("all" | "manager") | null;
|
|
31932
|
+
/** @constant */
|
|
31933
|
+
type: "subTotal";
|
|
31934
|
+
value: string;
|
|
31935
|
+
} | {
|
|
31936
|
+
id?: string | null;
|
|
31937
|
+
name: string;
|
|
31938
|
+
locked?: boolean | null;
|
|
31939
|
+
visible?: ("all" | "manager") | null;
|
|
31940
|
+
/** @constant */
|
|
31941
|
+
type: "formula.currency";
|
|
31942
|
+
value: string;
|
|
31943
|
+
} | {
|
|
31944
|
+
id?: string | null;
|
|
31945
|
+
name: string;
|
|
31946
|
+
locked?: boolean | null;
|
|
31947
|
+
visible?: ("all" | "manager") | null;
|
|
31948
|
+
/** @constant */
|
|
31949
|
+
type: "formula.percentage";
|
|
31950
|
+
value: string;
|
|
31951
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
31927
31952
|
})[];
|
|
31928
31953
|
}[];
|
|
31929
31954
|
otherSections: {
|
|
@@ -31936,7 +31961,7 @@ export interface operations {
|
|
|
31936
31961
|
name: string;
|
|
31937
31962
|
locked?: boolean | null;
|
|
31938
31963
|
visible?: ("all" | "manager") | null;
|
|
31939
|
-
/** @
|
|
31964
|
+
/** @constant */
|
|
31940
31965
|
type: "field";
|
|
31941
31966
|
value: string;
|
|
31942
31967
|
} | {
|
|
@@ -31944,7 +31969,7 @@ export interface operations {
|
|
|
31944
31969
|
name: string;
|
|
31945
31970
|
locked?: boolean | null;
|
|
31946
31971
|
visible?: ("all" | "manager") | null;
|
|
31947
|
-
/** @
|
|
31972
|
+
/** @constant */
|
|
31948
31973
|
type: "accounts";
|
|
31949
31974
|
value: string[];
|
|
31950
31975
|
})[];
|
|
@@ -31973,7 +31998,7 @@ export interface operations {
|
|
|
31973
31998
|
name: string;
|
|
31974
31999
|
locked?: boolean | null;
|
|
31975
32000
|
visible?: ("all" | "manager") | null;
|
|
31976
|
-
/** @
|
|
32001
|
+
/** @constant */
|
|
31977
32002
|
type: "field";
|
|
31978
32003
|
value: string;
|
|
31979
32004
|
} | {
|
|
@@ -31981,7 +32006,7 @@ export interface operations {
|
|
|
31981
32006
|
name: string;
|
|
31982
32007
|
locked?: boolean | null;
|
|
31983
32008
|
visible?: ("all" | "manager") | null;
|
|
31984
|
-
/** @
|
|
32009
|
+
/** @constant */
|
|
31985
32010
|
type: "accounts";
|
|
31986
32011
|
value: string[];
|
|
31987
32012
|
})[];
|
|
@@ -32524,17 +32549,42 @@ export interface operations {
|
|
|
32524
32549
|
name: string;
|
|
32525
32550
|
locked?: boolean | null;
|
|
32526
32551
|
visible?: ("all" | "manager") | null;
|
|
32527
|
-
/** @
|
|
32528
|
-
type: "
|
|
32552
|
+
/** @constant */
|
|
32553
|
+
type: "field";
|
|
32529
32554
|
value: string;
|
|
32530
32555
|
} | {
|
|
32531
32556
|
id?: string | null;
|
|
32532
32557
|
name: string;
|
|
32533
32558
|
locked?: boolean | null;
|
|
32534
32559
|
visible?: ("all" | "manager") | null;
|
|
32535
|
-
/** @
|
|
32560
|
+
/** @constant */
|
|
32536
32561
|
type: "accounts";
|
|
32537
32562
|
value: string[];
|
|
32563
|
+
} | {
|
|
32564
|
+
id?: string | null;
|
|
32565
|
+
name: string;
|
|
32566
|
+
locked?: boolean | null;
|
|
32567
|
+
visible?: ("all" | "manager") | null;
|
|
32568
|
+
/** @constant */
|
|
32569
|
+
type: "subTotal";
|
|
32570
|
+
value: string;
|
|
32571
|
+
} | {
|
|
32572
|
+
id?: string | null;
|
|
32573
|
+
name: string;
|
|
32574
|
+
locked?: boolean | null;
|
|
32575
|
+
visible?: ("all" | "manager") | null;
|
|
32576
|
+
/** @constant */
|
|
32577
|
+
type: "formula.currency";
|
|
32578
|
+
value: string;
|
|
32579
|
+
} | {
|
|
32580
|
+
id?: string | null;
|
|
32581
|
+
name: string;
|
|
32582
|
+
locked?: boolean | null;
|
|
32583
|
+
visible?: ("all" | "manager") | null;
|
|
32584
|
+
/** @constant */
|
|
32585
|
+
type: "formula.percentage";
|
|
32586
|
+
value: string;
|
|
32587
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
32538
32588
|
})[];
|
|
32539
32589
|
}[];
|
|
32540
32590
|
otherSections: {
|
|
@@ -32547,7 +32597,7 @@ export interface operations {
|
|
|
32547
32597
|
name: string;
|
|
32548
32598
|
locked?: boolean | null;
|
|
32549
32599
|
visible?: ("all" | "manager") | null;
|
|
32550
|
-
/** @
|
|
32600
|
+
/** @constant */
|
|
32551
32601
|
type: "field";
|
|
32552
32602
|
value: string;
|
|
32553
32603
|
} | {
|
|
@@ -32555,7 +32605,7 @@ export interface operations {
|
|
|
32555
32605
|
name: string;
|
|
32556
32606
|
locked?: boolean | null;
|
|
32557
32607
|
visible?: ("all" | "manager") | null;
|
|
32558
|
-
/** @
|
|
32608
|
+
/** @constant */
|
|
32559
32609
|
type: "accounts";
|
|
32560
32610
|
value: string[];
|
|
32561
32611
|
})[];
|
|
@@ -32584,7 +32634,7 @@ export interface operations {
|
|
|
32584
32634
|
name: string;
|
|
32585
32635
|
locked?: boolean | null;
|
|
32586
32636
|
visible?: ("all" | "manager") | null;
|
|
32587
|
-
/** @
|
|
32637
|
+
/** @constant */
|
|
32588
32638
|
type: "field";
|
|
32589
32639
|
value: string;
|
|
32590
32640
|
} | {
|
|
@@ -32592,7 +32642,7 @@ export interface operations {
|
|
|
32592
32642
|
name: string;
|
|
32593
32643
|
locked?: boolean | null;
|
|
32594
32644
|
visible?: ("all" | "manager") | null;
|
|
32595
|
-
/** @
|
|
32645
|
+
/** @constant */
|
|
32596
32646
|
type: "accounts";
|
|
32597
32647
|
value: string[];
|
|
32598
32648
|
})[];
|
|
@@ -33248,17 +33298,42 @@ export interface operations {
|
|
|
33248
33298
|
name: string;
|
|
33249
33299
|
locked?: boolean | null;
|
|
33250
33300
|
visible?: ("all" | "manager") | null;
|
|
33251
|
-
/** @
|
|
33252
|
-
type: "
|
|
33301
|
+
/** @constant */
|
|
33302
|
+
type: "field";
|
|
33253
33303
|
value: string;
|
|
33254
33304
|
} | {
|
|
33255
33305
|
id?: string | null;
|
|
33256
33306
|
name: string;
|
|
33257
33307
|
locked?: boolean | null;
|
|
33258
33308
|
visible?: ("all" | "manager") | null;
|
|
33259
|
-
/** @
|
|
33309
|
+
/** @constant */
|
|
33260
33310
|
type: "accounts";
|
|
33261
33311
|
value: string[];
|
|
33312
|
+
} | {
|
|
33313
|
+
id?: string | null;
|
|
33314
|
+
name: string;
|
|
33315
|
+
locked?: boolean | null;
|
|
33316
|
+
visible?: ("all" | "manager") | null;
|
|
33317
|
+
/** @constant */
|
|
33318
|
+
type: "subTotal";
|
|
33319
|
+
value: string;
|
|
33320
|
+
} | {
|
|
33321
|
+
id?: string | null;
|
|
33322
|
+
name: string;
|
|
33323
|
+
locked?: boolean | null;
|
|
33324
|
+
visible?: ("all" | "manager") | null;
|
|
33325
|
+
/** @constant */
|
|
33326
|
+
type: "formula.currency";
|
|
33327
|
+
value: string;
|
|
33328
|
+
} | {
|
|
33329
|
+
id?: string | null;
|
|
33330
|
+
name: string;
|
|
33331
|
+
locked?: boolean | null;
|
|
33332
|
+
visible?: ("all" | "manager") | null;
|
|
33333
|
+
/** @constant */
|
|
33334
|
+
type: "formula.percentage";
|
|
33335
|
+
value: string;
|
|
33336
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33262
33337
|
})[];
|
|
33263
33338
|
}[];
|
|
33264
33339
|
otherSections: {
|
|
@@ -33271,7 +33346,7 @@ export interface operations {
|
|
|
33271
33346
|
name: string;
|
|
33272
33347
|
locked?: boolean | null;
|
|
33273
33348
|
visible?: ("all" | "manager") | null;
|
|
33274
|
-
/** @
|
|
33349
|
+
/** @constant */
|
|
33275
33350
|
type: "field";
|
|
33276
33351
|
value: string;
|
|
33277
33352
|
} | {
|
|
@@ -33279,7 +33354,7 @@ export interface operations {
|
|
|
33279
33354
|
name: string;
|
|
33280
33355
|
locked?: boolean | null;
|
|
33281
33356
|
visible?: ("all" | "manager") | null;
|
|
33282
|
-
/** @
|
|
33357
|
+
/** @constant */
|
|
33283
33358
|
type: "accounts";
|
|
33284
33359
|
value: string[];
|
|
33285
33360
|
})[];
|
|
@@ -33308,7 +33383,7 @@ export interface operations {
|
|
|
33308
33383
|
name: string;
|
|
33309
33384
|
locked?: boolean | null;
|
|
33310
33385
|
visible?: ("all" | "manager") | null;
|
|
33311
|
-
/** @
|
|
33386
|
+
/** @constant */
|
|
33312
33387
|
type: "field";
|
|
33313
33388
|
value: string;
|
|
33314
33389
|
} | {
|
|
@@ -33316,7 +33391,7 @@ export interface operations {
|
|
|
33316
33391
|
name: string;
|
|
33317
33392
|
locked?: boolean | null;
|
|
33318
33393
|
visible?: ("all" | "manager") | null;
|
|
33319
|
-
/** @
|
|
33394
|
+
/** @constant */
|
|
33320
33395
|
type: "accounts";
|
|
33321
33396
|
value: string[];
|
|
33322
33397
|
})[];
|
|
@@ -33442,17 +33517,42 @@ export interface operations {
|
|
|
33442
33517
|
name: string;
|
|
33443
33518
|
locked?: boolean | null;
|
|
33444
33519
|
visible?: ("all" | "manager") | null;
|
|
33445
|
-
/** @
|
|
33446
|
-
type: "
|
|
33520
|
+
/** @constant */
|
|
33521
|
+
type: "field";
|
|
33447
33522
|
value: string;
|
|
33448
33523
|
} | {
|
|
33449
33524
|
id?: string | null;
|
|
33450
33525
|
name: string;
|
|
33451
33526
|
locked?: boolean | null;
|
|
33452
33527
|
visible?: ("all" | "manager") | null;
|
|
33453
|
-
/** @
|
|
33528
|
+
/** @constant */
|
|
33454
33529
|
type: "accounts";
|
|
33455
33530
|
value: string[];
|
|
33531
|
+
} | {
|
|
33532
|
+
id?: string | null;
|
|
33533
|
+
name: string;
|
|
33534
|
+
locked?: boolean | null;
|
|
33535
|
+
visible?: ("all" | "manager") | null;
|
|
33536
|
+
/** @constant */
|
|
33537
|
+
type: "subTotal";
|
|
33538
|
+
value: string;
|
|
33539
|
+
} | {
|
|
33540
|
+
id?: string | null;
|
|
33541
|
+
name: string;
|
|
33542
|
+
locked?: boolean | null;
|
|
33543
|
+
visible?: ("all" | "manager") | null;
|
|
33544
|
+
/** @constant */
|
|
33545
|
+
type: "formula.currency";
|
|
33546
|
+
value: string;
|
|
33547
|
+
} | {
|
|
33548
|
+
id?: string | null;
|
|
33549
|
+
name: string;
|
|
33550
|
+
locked?: boolean | null;
|
|
33551
|
+
visible?: ("all" | "manager") | null;
|
|
33552
|
+
/** @constant */
|
|
33553
|
+
type: "formula.percentage";
|
|
33554
|
+
value: string;
|
|
33555
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33456
33556
|
})[];
|
|
33457
33557
|
}[];
|
|
33458
33558
|
otherSections: {
|
|
@@ -33465,7 +33565,7 @@ export interface operations {
|
|
|
33465
33565
|
name: string;
|
|
33466
33566
|
locked?: boolean | null;
|
|
33467
33567
|
visible?: ("all" | "manager") | null;
|
|
33468
|
-
/** @
|
|
33568
|
+
/** @constant */
|
|
33469
33569
|
type: "field";
|
|
33470
33570
|
value: string;
|
|
33471
33571
|
} | {
|
|
@@ -33473,7 +33573,7 @@ export interface operations {
|
|
|
33473
33573
|
name: string;
|
|
33474
33574
|
locked?: boolean | null;
|
|
33475
33575
|
visible?: ("all" | "manager") | null;
|
|
33476
|
-
/** @
|
|
33576
|
+
/** @constant */
|
|
33477
33577
|
type: "accounts";
|
|
33478
33578
|
value: string[];
|
|
33479
33579
|
})[];
|
|
@@ -33504,17 +33604,42 @@ export interface operations {
|
|
|
33504
33604
|
name: string;
|
|
33505
33605
|
locked?: boolean | null;
|
|
33506
33606
|
visible?: ("all" | "manager") | null;
|
|
33507
|
-
/** @
|
|
33508
|
-
type: "
|
|
33607
|
+
/** @constant */
|
|
33608
|
+
type: "field";
|
|
33509
33609
|
value: string;
|
|
33510
33610
|
} | {
|
|
33511
33611
|
id?: string | null;
|
|
33512
33612
|
name: string;
|
|
33513
33613
|
locked?: boolean | null;
|
|
33514
33614
|
visible?: ("all" | "manager") | null;
|
|
33515
|
-
/** @
|
|
33615
|
+
/** @constant */
|
|
33516
33616
|
type: "accounts";
|
|
33517
33617
|
value: string[];
|
|
33618
|
+
} | {
|
|
33619
|
+
id?: string | null;
|
|
33620
|
+
name: string;
|
|
33621
|
+
locked?: boolean | null;
|
|
33622
|
+
visible?: ("all" | "manager") | null;
|
|
33623
|
+
/** @constant */
|
|
33624
|
+
type: "subTotal";
|
|
33625
|
+
value: string;
|
|
33626
|
+
} | {
|
|
33627
|
+
id?: string | null;
|
|
33628
|
+
name: string;
|
|
33629
|
+
locked?: boolean | null;
|
|
33630
|
+
visible?: ("all" | "manager") | null;
|
|
33631
|
+
/** @constant */
|
|
33632
|
+
type: "formula.currency";
|
|
33633
|
+
value: string;
|
|
33634
|
+
} | {
|
|
33635
|
+
id?: string | null;
|
|
33636
|
+
name: string;
|
|
33637
|
+
locked?: boolean | null;
|
|
33638
|
+
visible?: ("all" | "manager") | null;
|
|
33639
|
+
/** @constant */
|
|
33640
|
+
type: "formula.percentage";
|
|
33641
|
+
value: string;
|
|
33642
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33518
33643
|
})[];
|
|
33519
33644
|
}[];
|
|
33520
33645
|
otherSections: {
|
|
@@ -33527,7 +33652,7 @@ export interface operations {
|
|
|
33527
33652
|
name: string;
|
|
33528
33653
|
locked?: boolean | null;
|
|
33529
33654
|
visible?: ("all" | "manager") | null;
|
|
33530
|
-
/** @
|
|
33655
|
+
/** @constant */
|
|
33531
33656
|
type: "field";
|
|
33532
33657
|
value: string;
|
|
33533
33658
|
} | {
|
|
@@ -33535,7 +33660,7 @@ export interface operations {
|
|
|
33535
33660
|
name: string;
|
|
33536
33661
|
locked?: boolean | null;
|
|
33537
33662
|
visible?: ("all" | "manager") | null;
|
|
33538
|
-
/** @
|
|
33663
|
+
/** @constant */
|
|
33539
33664
|
type: "accounts";
|
|
33540
33665
|
value: string[];
|
|
33541
33666
|
})[];
|
|
@@ -33564,7 +33689,7 @@ export interface operations {
|
|
|
33564
33689
|
name: string;
|
|
33565
33690
|
locked?: boolean | null;
|
|
33566
33691
|
visible?: ("all" | "manager") | null;
|
|
33567
|
-
/** @
|
|
33692
|
+
/** @constant */
|
|
33568
33693
|
type: "field";
|
|
33569
33694
|
value: string;
|
|
33570
33695
|
} | {
|
|
@@ -33572,7 +33697,7 @@ export interface operations {
|
|
|
33572
33697
|
name: string;
|
|
33573
33698
|
locked?: boolean | null;
|
|
33574
33699
|
visible?: ("all" | "manager") | null;
|
|
33575
|
-
/** @
|
|
33700
|
+
/** @constant */
|
|
33576
33701
|
type: "accounts";
|
|
33577
33702
|
value: string[];
|
|
33578
33703
|
})[];
|
|
@@ -33695,17 +33820,42 @@ export interface operations {
|
|
|
33695
33820
|
name: string;
|
|
33696
33821
|
locked?: boolean | null;
|
|
33697
33822
|
visible?: ("all" | "manager") | null;
|
|
33698
|
-
/** @
|
|
33699
|
-
type: "
|
|
33823
|
+
/** @constant */
|
|
33824
|
+
type: "field";
|
|
33700
33825
|
value: string;
|
|
33701
33826
|
} | {
|
|
33702
33827
|
id?: string | null;
|
|
33703
33828
|
name: string;
|
|
33704
33829
|
locked?: boolean | null;
|
|
33705
33830
|
visible?: ("all" | "manager") | null;
|
|
33706
|
-
/** @
|
|
33831
|
+
/** @constant */
|
|
33707
33832
|
type: "accounts";
|
|
33708
33833
|
value: string[];
|
|
33834
|
+
} | {
|
|
33835
|
+
id?: string | null;
|
|
33836
|
+
name: string;
|
|
33837
|
+
locked?: boolean | null;
|
|
33838
|
+
visible?: ("all" | "manager") | null;
|
|
33839
|
+
/** @constant */
|
|
33840
|
+
type: "subTotal";
|
|
33841
|
+
value: string;
|
|
33842
|
+
} | {
|
|
33843
|
+
id?: string | null;
|
|
33844
|
+
name: string;
|
|
33845
|
+
locked?: boolean | null;
|
|
33846
|
+
visible?: ("all" | "manager") | null;
|
|
33847
|
+
/** @constant */
|
|
33848
|
+
type: "formula.currency";
|
|
33849
|
+
value: string;
|
|
33850
|
+
} | {
|
|
33851
|
+
id?: string | null;
|
|
33852
|
+
name: string;
|
|
33853
|
+
locked?: boolean | null;
|
|
33854
|
+
visible?: ("all" | "manager") | null;
|
|
33855
|
+
/** @constant */
|
|
33856
|
+
type: "formula.percentage";
|
|
33857
|
+
value: string;
|
|
33858
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33709
33859
|
})[];
|
|
33710
33860
|
}[];
|
|
33711
33861
|
otherSections: {
|
|
@@ -33718,7 +33868,7 @@ export interface operations {
|
|
|
33718
33868
|
name: string;
|
|
33719
33869
|
locked?: boolean | null;
|
|
33720
33870
|
visible?: ("all" | "manager") | null;
|
|
33721
|
-
/** @
|
|
33871
|
+
/** @constant */
|
|
33722
33872
|
type: "field";
|
|
33723
33873
|
value: string;
|
|
33724
33874
|
} | {
|
|
@@ -33726,7 +33876,7 @@ export interface operations {
|
|
|
33726
33876
|
name: string;
|
|
33727
33877
|
locked?: boolean | null;
|
|
33728
33878
|
visible?: ("all" | "manager") | null;
|
|
33729
|
-
/** @
|
|
33879
|
+
/** @constant */
|
|
33730
33880
|
type: "accounts";
|
|
33731
33881
|
value: string[];
|
|
33732
33882
|
})[];
|
|
@@ -33755,7 +33905,7 @@ export interface operations {
|
|
|
33755
33905
|
name: string;
|
|
33756
33906
|
locked?: boolean | null;
|
|
33757
33907
|
visible?: ("all" | "manager") | null;
|
|
33758
|
-
/** @
|
|
33908
|
+
/** @constant */
|
|
33759
33909
|
type: "field";
|
|
33760
33910
|
value: string;
|
|
33761
33911
|
} | {
|
|
@@ -33763,7 +33913,7 @@ export interface operations {
|
|
|
33763
33913
|
name: string;
|
|
33764
33914
|
locked?: boolean | null;
|
|
33765
33915
|
visible?: ("all" | "manager") | null;
|
|
33766
|
-
/** @
|
|
33916
|
+
/** @constant */
|
|
33767
33917
|
type: "accounts";
|
|
33768
33918
|
value: string[];
|
|
33769
33919
|
})[];
|
|
@@ -33881,17 +34031,42 @@ export interface operations {
|
|
|
33881
34031
|
name: string;
|
|
33882
34032
|
locked?: boolean | null;
|
|
33883
34033
|
visible?: ("all" | "manager") | null;
|
|
33884
|
-
/** @
|
|
33885
|
-
type: "
|
|
34034
|
+
/** @constant */
|
|
34035
|
+
type: "field";
|
|
33886
34036
|
value: string;
|
|
33887
34037
|
} | {
|
|
33888
34038
|
id?: string | null;
|
|
33889
34039
|
name: string;
|
|
33890
34040
|
locked?: boolean | null;
|
|
33891
34041
|
visible?: ("all" | "manager") | null;
|
|
33892
|
-
/** @
|
|
34042
|
+
/** @constant */
|
|
33893
34043
|
type: "accounts";
|
|
33894
34044
|
value: string[];
|
|
34045
|
+
} | {
|
|
34046
|
+
id?: string | null;
|
|
34047
|
+
name: string;
|
|
34048
|
+
locked?: boolean | null;
|
|
34049
|
+
visible?: ("all" | "manager") | null;
|
|
34050
|
+
/** @constant */
|
|
34051
|
+
type: "subTotal";
|
|
34052
|
+
value: string;
|
|
34053
|
+
} | {
|
|
34054
|
+
id?: string | null;
|
|
34055
|
+
name: string;
|
|
34056
|
+
locked?: boolean | null;
|
|
34057
|
+
visible?: ("all" | "manager") | null;
|
|
34058
|
+
/** @constant */
|
|
34059
|
+
type: "formula.currency";
|
|
34060
|
+
value: string;
|
|
34061
|
+
} | {
|
|
34062
|
+
id?: string | null;
|
|
34063
|
+
name: string;
|
|
34064
|
+
locked?: boolean | null;
|
|
34065
|
+
visible?: ("all" | "manager") | null;
|
|
34066
|
+
/** @constant */
|
|
34067
|
+
type: "formula.percentage";
|
|
34068
|
+
value: string;
|
|
34069
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33895
34070
|
})[];
|
|
33896
34071
|
}[];
|
|
33897
34072
|
otherSections?: {
|
|
@@ -33904,7 +34079,7 @@ export interface operations {
|
|
|
33904
34079
|
name: string;
|
|
33905
34080
|
locked?: boolean | null;
|
|
33906
34081
|
visible?: ("all" | "manager") | null;
|
|
33907
|
-
/** @
|
|
34082
|
+
/** @constant */
|
|
33908
34083
|
type: "field";
|
|
33909
34084
|
value: string;
|
|
33910
34085
|
} | {
|
|
@@ -33912,7 +34087,7 @@ export interface operations {
|
|
|
33912
34087
|
name: string;
|
|
33913
34088
|
locked?: boolean | null;
|
|
33914
34089
|
visible?: ("all" | "manager") | null;
|
|
33915
|
-
/** @
|
|
34090
|
+
/** @constant */
|
|
33916
34091
|
type: "accounts";
|
|
33917
34092
|
value: string[];
|
|
33918
34093
|
})[];
|
|
@@ -33943,17 +34118,42 @@ export interface operations {
|
|
|
33943
34118
|
name: string;
|
|
33944
34119
|
locked?: boolean | null;
|
|
33945
34120
|
visible?: ("all" | "manager") | null;
|
|
33946
|
-
/** @
|
|
33947
|
-
type: "
|
|
34121
|
+
/** @constant */
|
|
34122
|
+
type: "field";
|
|
33948
34123
|
value: string;
|
|
33949
34124
|
} | {
|
|
33950
34125
|
id?: string | null;
|
|
33951
34126
|
name: string;
|
|
33952
34127
|
locked?: boolean | null;
|
|
33953
34128
|
visible?: ("all" | "manager") | null;
|
|
33954
|
-
/** @
|
|
34129
|
+
/** @constant */
|
|
33955
34130
|
type: "accounts";
|
|
33956
34131
|
value: string[];
|
|
34132
|
+
} | {
|
|
34133
|
+
id?: string | null;
|
|
34134
|
+
name: string;
|
|
34135
|
+
locked?: boolean | null;
|
|
34136
|
+
visible?: ("all" | "manager") | null;
|
|
34137
|
+
/** @constant */
|
|
34138
|
+
type: "subTotal";
|
|
34139
|
+
value: string;
|
|
34140
|
+
} | {
|
|
34141
|
+
id?: string | null;
|
|
34142
|
+
name: string;
|
|
34143
|
+
locked?: boolean | null;
|
|
34144
|
+
visible?: ("all" | "manager") | null;
|
|
34145
|
+
/** @constant */
|
|
34146
|
+
type: "formula.currency";
|
|
34147
|
+
value: string;
|
|
34148
|
+
} | {
|
|
34149
|
+
id?: string | null;
|
|
34150
|
+
name: string;
|
|
34151
|
+
locked?: boolean | null;
|
|
34152
|
+
visible?: ("all" | "manager") | null;
|
|
34153
|
+
/** @constant */
|
|
34154
|
+
type: "formula.percentage";
|
|
34155
|
+
value: string;
|
|
34156
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
33957
34157
|
})[];
|
|
33958
34158
|
}[];
|
|
33959
34159
|
otherSections: {
|
|
@@ -33966,7 +34166,7 @@ export interface operations {
|
|
|
33966
34166
|
name: string;
|
|
33967
34167
|
locked?: boolean | null;
|
|
33968
34168
|
visible?: ("all" | "manager") | null;
|
|
33969
|
-
/** @
|
|
34169
|
+
/** @constant */
|
|
33970
34170
|
type: "field";
|
|
33971
34171
|
value: string;
|
|
33972
34172
|
} | {
|
|
@@ -33974,7 +34174,7 @@ export interface operations {
|
|
|
33974
34174
|
name: string;
|
|
33975
34175
|
locked?: boolean | null;
|
|
33976
34176
|
visible?: ("all" | "manager") | null;
|
|
33977
|
-
/** @
|
|
34177
|
+
/** @constant */
|
|
33978
34178
|
type: "accounts";
|
|
33979
34179
|
value: string[];
|
|
33980
34180
|
})[];
|
|
@@ -34003,7 +34203,7 @@ export interface operations {
|
|
|
34003
34203
|
name: string;
|
|
34004
34204
|
locked?: boolean | null;
|
|
34005
34205
|
visible?: ("all" | "manager") | null;
|
|
34006
|
-
/** @
|
|
34206
|
+
/** @constant */
|
|
34007
34207
|
type: "field";
|
|
34008
34208
|
value: string;
|
|
34009
34209
|
} | {
|
|
@@ -34011,7 +34211,7 @@ export interface operations {
|
|
|
34011
34211
|
name: string;
|
|
34012
34212
|
locked?: boolean | null;
|
|
34013
34213
|
visible?: ("all" | "manager") | null;
|
|
34014
|
-
/** @
|
|
34214
|
+
/** @constant */
|
|
34015
34215
|
type: "accounts";
|
|
34016
34216
|
value: string[];
|
|
34017
34217
|
})[];
|
|
@@ -35190,17 +35390,42 @@ export interface operations {
|
|
|
35190
35390
|
name: string;
|
|
35191
35391
|
locked?: boolean | null;
|
|
35192
35392
|
visible?: ("all" | "manager") | null;
|
|
35193
|
-
/** @
|
|
35194
|
-
type: "
|
|
35393
|
+
/** @constant */
|
|
35394
|
+
type: "field";
|
|
35195
35395
|
value: string;
|
|
35196
35396
|
} | {
|
|
35197
35397
|
id?: string | null;
|
|
35198
35398
|
name: string;
|
|
35199
35399
|
locked?: boolean | null;
|
|
35200
35400
|
visible?: ("all" | "manager") | null;
|
|
35201
|
-
/** @
|
|
35401
|
+
/** @constant */
|
|
35202
35402
|
type: "accounts";
|
|
35203
35403
|
value: string[];
|
|
35404
|
+
} | {
|
|
35405
|
+
id?: string | null;
|
|
35406
|
+
name: string;
|
|
35407
|
+
locked?: boolean | null;
|
|
35408
|
+
visible?: ("all" | "manager") | null;
|
|
35409
|
+
/** @constant */
|
|
35410
|
+
type: "subTotal";
|
|
35411
|
+
value: string;
|
|
35412
|
+
} | {
|
|
35413
|
+
id?: string | null;
|
|
35414
|
+
name: string;
|
|
35415
|
+
locked?: boolean | null;
|
|
35416
|
+
visible?: ("all" | "manager") | null;
|
|
35417
|
+
/** @constant */
|
|
35418
|
+
type: "formula.currency";
|
|
35419
|
+
value: string;
|
|
35420
|
+
} | {
|
|
35421
|
+
id?: string | null;
|
|
35422
|
+
name: string;
|
|
35423
|
+
locked?: boolean | null;
|
|
35424
|
+
visible?: ("all" | "manager") | null;
|
|
35425
|
+
/** @constant */
|
|
35426
|
+
type: "formula.percentage";
|
|
35427
|
+
value: string;
|
|
35428
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
35204
35429
|
})[];
|
|
35205
35430
|
}[];
|
|
35206
35431
|
otherSections: {
|
|
@@ -35213,7 +35438,7 @@ export interface operations {
|
|
|
35213
35438
|
name: string;
|
|
35214
35439
|
locked?: boolean | null;
|
|
35215
35440
|
visible?: ("all" | "manager") | null;
|
|
35216
|
-
/** @
|
|
35441
|
+
/** @constant */
|
|
35217
35442
|
type: "field";
|
|
35218
35443
|
value: string;
|
|
35219
35444
|
} | {
|
|
@@ -35221,7 +35446,7 @@ export interface operations {
|
|
|
35221
35446
|
name: string;
|
|
35222
35447
|
locked?: boolean | null;
|
|
35223
35448
|
visible?: ("all" | "manager") | null;
|
|
35224
|
-
/** @
|
|
35449
|
+
/** @constant */
|
|
35225
35450
|
type: "accounts";
|
|
35226
35451
|
value: string[];
|
|
35227
35452
|
})[];
|
|
@@ -35250,7 +35475,7 @@ export interface operations {
|
|
|
35250
35475
|
name: string;
|
|
35251
35476
|
locked?: boolean | null;
|
|
35252
35477
|
visible?: ("all" | "manager") | null;
|
|
35253
|
-
/** @
|
|
35478
|
+
/** @constant */
|
|
35254
35479
|
type: "field";
|
|
35255
35480
|
value: string;
|
|
35256
35481
|
} | {
|
|
@@ -35258,7 +35483,7 @@ export interface operations {
|
|
|
35258
35483
|
name: string;
|
|
35259
35484
|
locked?: boolean | null;
|
|
35260
35485
|
visible?: ("all" | "manager") | null;
|
|
35261
|
-
/** @
|
|
35486
|
+
/** @constant */
|
|
35262
35487
|
type: "accounts";
|
|
35263
35488
|
value: string[];
|
|
35264
35489
|
})[];
|
|
@@ -35806,17 +36031,42 @@ export interface operations {
|
|
|
35806
36031
|
name: string;
|
|
35807
36032
|
locked?: boolean | null;
|
|
35808
36033
|
visible?: ("all" | "manager") | null;
|
|
35809
|
-
/** @
|
|
35810
|
-
type: "
|
|
36034
|
+
/** @constant */
|
|
36035
|
+
type: "field";
|
|
35811
36036
|
value: string;
|
|
35812
36037
|
} | {
|
|
35813
36038
|
id?: string | null;
|
|
35814
36039
|
name: string;
|
|
35815
36040
|
locked?: boolean | null;
|
|
35816
36041
|
visible?: ("all" | "manager") | null;
|
|
35817
|
-
/** @
|
|
36042
|
+
/** @constant */
|
|
35818
36043
|
type: "accounts";
|
|
35819
36044
|
value: string[];
|
|
36045
|
+
} | {
|
|
36046
|
+
id?: string | null;
|
|
36047
|
+
name: string;
|
|
36048
|
+
locked?: boolean | null;
|
|
36049
|
+
visible?: ("all" | "manager") | null;
|
|
36050
|
+
/** @constant */
|
|
36051
|
+
type: "subTotal";
|
|
36052
|
+
value: string;
|
|
36053
|
+
} | {
|
|
36054
|
+
id?: string | null;
|
|
36055
|
+
name: string;
|
|
36056
|
+
locked?: boolean | null;
|
|
36057
|
+
visible?: ("all" | "manager") | null;
|
|
36058
|
+
/** @constant */
|
|
36059
|
+
type: "formula.currency";
|
|
36060
|
+
value: string;
|
|
36061
|
+
} | {
|
|
36062
|
+
id?: string | null;
|
|
36063
|
+
name: string;
|
|
36064
|
+
locked?: boolean | null;
|
|
36065
|
+
visible?: ("all" | "manager") | null;
|
|
36066
|
+
/** @constant */
|
|
36067
|
+
type: "formula.percentage";
|
|
36068
|
+
value: string;
|
|
36069
|
+
decimals?: (0 | 1 | 2 | 3) | null;
|
|
35820
36070
|
})[];
|
|
35821
36071
|
}[];
|
|
35822
36072
|
otherSections: {
|
|
@@ -35829,7 +36079,7 @@ export interface operations {
|
|
|
35829
36079
|
name: string;
|
|
35830
36080
|
locked?: boolean | null;
|
|
35831
36081
|
visible?: ("all" | "manager") | null;
|
|
35832
|
-
/** @
|
|
36082
|
+
/** @constant */
|
|
35833
36083
|
type: "field";
|
|
35834
36084
|
value: string;
|
|
35835
36085
|
} | {
|
|
@@ -35837,7 +36087,7 @@ export interface operations {
|
|
|
35837
36087
|
name: string;
|
|
35838
36088
|
locked?: boolean | null;
|
|
35839
36089
|
visible?: ("all" | "manager") | null;
|
|
35840
|
-
/** @
|
|
36090
|
+
/** @constant */
|
|
35841
36091
|
type: "accounts";
|
|
35842
36092
|
value: string[];
|
|
35843
36093
|
})[];
|
|
@@ -35866,7 +36116,7 @@ export interface operations {
|
|
|
35866
36116
|
name: string;
|
|
35867
36117
|
locked?: boolean | null;
|
|
35868
36118
|
visible?: ("all" | "manager") | null;
|
|
35869
|
-
/** @
|
|
36119
|
+
/** @constant */
|
|
35870
36120
|
type: "field";
|
|
35871
36121
|
value: string;
|
|
35872
36122
|
} | {
|
|
@@ -35874,7 +36124,7 @@ export interface operations {
|
|
|
35874
36124
|
name: string;
|
|
35875
36125
|
locked?: boolean | null;
|
|
35876
36126
|
visible?: ("all" | "manager") | null;
|
|
35877
|
-
/** @
|
|
36127
|
+
/** @constant */
|
|
35878
36128
|
type: "accounts";
|
|
35879
36129
|
value: string[];
|
|
35880
36130
|
})[];
|