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