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