@vrplatform/api 1.3.1-stage.3769 → 1.3.1-stage.3771
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.
|
@@ -25817,6 +25817,9 @@ export interface operations {
|
|
|
25817
25817
|
/** @enum {string} */
|
|
25818
25818
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
25819
25819
|
};
|
|
25820
|
+
/** @enum {string} */
|
|
25821
|
+
measure?: "periodActivity" | "balance";
|
|
25822
|
+
label?: string;
|
|
25820
25823
|
} | null;
|
|
25821
25824
|
}[];
|
|
25822
25825
|
total: number;
|
|
@@ -25899,6 +25902,9 @@ export interface operations {
|
|
|
25899
25902
|
/** @enum {string} */
|
|
25900
25903
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
25901
25904
|
};
|
|
25905
|
+
/** @enum {string} */
|
|
25906
|
+
measure?: "periodActivity" | "balance";
|
|
25907
|
+
label?: string;
|
|
25902
25908
|
} | null;
|
|
25903
25909
|
}[];
|
|
25904
25910
|
total: number;
|
|
@@ -25984,6 +25990,9 @@ export interface operations {
|
|
|
25984
25990
|
/** @enum {string} */
|
|
25985
25991
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
25986
25992
|
};
|
|
25993
|
+
/** @enum {string} */
|
|
25994
|
+
measure?: "periodActivity" | "balance";
|
|
25995
|
+
label?: string;
|
|
25987
25996
|
} | null;
|
|
25988
25997
|
}[];
|
|
25989
25998
|
total: number;
|
|
@@ -26068,6 +26077,9 @@ export interface operations {
|
|
|
26068
26077
|
/** @enum {string} */
|
|
26069
26078
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26070
26079
|
};
|
|
26080
|
+
/** @enum {string} */
|
|
26081
|
+
measure?: "periodActivity" | "balance";
|
|
26082
|
+
label?: string;
|
|
26071
26083
|
} | null;
|
|
26072
26084
|
}[];
|
|
26073
26085
|
total: number;
|
|
@@ -26150,6 +26162,9 @@ export interface operations {
|
|
|
26150
26162
|
/** @enum {string} */
|
|
26151
26163
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26152
26164
|
};
|
|
26165
|
+
/** @enum {string} */
|
|
26166
|
+
measure?: "periodActivity" | "balance";
|
|
26167
|
+
label?: string;
|
|
26153
26168
|
} | null;
|
|
26154
26169
|
}[];
|
|
26155
26170
|
total: number;
|
|
@@ -26235,6 +26250,9 @@ export interface operations {
|
|
|
26235
26250
|
/** @enum {string} */
|
|
26236
26251
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26237
26252
|
};
|
|
26253
|
+
/** @enum {string} */
|
|
26254
|
+
measure?: "periodActivity" | "balance";
|
|
26255
|
+
label?: string;
|
|
26238
26256
|
} | null;
|
|
26239
26257
|
}[];
|
|
26240
26258
|
total: number;
|
|
@@ -26319,6 +26337,9 @@ export interface operations {
|
|
|
26319
26337
|
/** @enum {string} */
|
|
26320
26338
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26321
26339
|
};
|
|
26340
|
+
/** @enum {string} */
|
|
26341
|
+
measure?: "periodActivity" | "balance";
|
|
26342
|
+
label?: string;
|
|
26322
26343
|
} | null;
|
|
26323
26344
|
}[];
|
|
26324
26345
|
total: number;
|
|
@@ -26401,6 +26422,9 @@ export interface operations {
|
|
|
26401
26422
|
/** @enum {string} */
|
|
26402
26423
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26403
26424
|
};
|
|
26425
|
+
/** @enum {string} */
|
|
26426
|
+
measure?: "periodActivity" | "balance";
|
|
26427
|
+
label?: string;
|
|
26404
26428
|
} | null;
|
|
26405
26429
|
}[];
|
|
26406
26430
|
total: number;
|
|
@@ -26486,6 +26510,9 @@ export interface operations {
|
|
|
26486
26510
|
/** @enum {string} */
|
|
26487
26511
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26488
26512
|
};
|
|
26513
|
+
/** @enum {string} */
|
|
26514
|
+
measure?: "periodActivity" | "balance";
|
|
26515
|
+
label?: string;
|
|
26489
26516
|
} | null;
|
|
26490
26517
|
}[];
|
|
26491
26518
|
total: number;
|
|
@@ -26570,6 +26597,9 @@ export interface operations {
|
|
|
26570
26597
|
/** @enum {string} */
|
|
26571
26598
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26572
26599
|
};
|
|
26600
|
+
/** @enum {string} */
|
|
26601
|
+
measure?: "periodActivity" | "balance";
|
|
26602
|
+
label?: string;
|
|
26573
26603
|
} | null;
|
|
26574
26604
|
}[];
|
|
26575
26605
|
total: number;
|
|
@@ -26652,6 +26682,9 @@ export interface operations {
|
|
|
26652
26682
|
/** @enum {string} */
|
|
26653
26683
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26654
26684
|
};
|
|
26685
|
+
/** @enum {string} */
|
|
26686
|
+
measure?: "periodActivity" | "balance";
|
|
26687
|
+
label?: string;
|
|
26655
26688
|
} | null;
|
|
26656
26689
|
}[];
|
|
26657
26690
|
total: number;
|
|
@@ -26737,6 +26770,9 @@ export interface operations {
|
|
|
26737
26770
|
/** @enum {string} */
|
|
26738
26771
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
26739
26772
|
};
|
|
26773
|
+
/** @enum {string} */
|
|
26774
|
+
measure?: "periodActivity" | "balance";
|
|
26775
|
+
label?: string;
|
|
26740
26776
|
} | null;
|
|
26741
26777
|
}[];
|
|
26742
26778
|
total: number;
|
|
@@ -27062,6 +27098,9 @@ export interface operations {
|
|
|
27062
27098
|
/** @enum {string} */
|
|
27063
27099
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
27064
27100
|
};
|
|
27101
|
+
/** @enum {string} */
|
|
27102
|
+
measure?: "periodActivity" | "balance";
|
|
27103
|
+
label?: string;
|
|
27065
27104
|
} | null;
|
|
27066
27105
|
}[];
|
|
27067
27106
|
}[];
|
|
@@ -28177,6 +28216,9 @@ export interface operations {
|
|
|
28177
28216
|
/** @enum {string} */
|
|
28178
28217
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
28179
28218
|
};
|
|
28219
|
+
/** @enum {string} */
|
|
28220
|
+
measure?: "periodActivity" | "balance";
|
|
28221
|
+
label?: string;
|
|
28180
28222
|
} | null;
|
|
28181
28223
|
}[];
|
|
28182
28224
|
sections: {
|
|
@@ -28268,6 +28310,9 @@ export interface operations {
|
|
|
28268
28310
|
/** @enum {string} */
|
|
28269
28311
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
28270
28312
|
};
|
|
28313
|
+
/** @enum {string} */
|
|
28314
|
+
measure?: "periodActivity" | "balance";
|
|
28315
|
+
label?: string;
|
|
28271
28316
|
} | null;
|
|
28272
28317
|
}[];
|
|
28273
28318
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -28344,6 +28389,9 @@ export interface operations {
|
|
|
28344
28389
|
/** @enum {string} */
|
|
28345
28390
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
28346
28391
|
};
|
|
28392
|
+
/** @enum {string} */
|
|
28393
|
+
measure?: "periodActivity" | "balance";
|
|
28394
|
+
label?: string;
|
|
28347
28395
|
} | null;
|
|
28348
28396
|
}[];
|
|
28349
28397
|
};
|
|
@@ -29307,6 +29355,9 @@ export interface operations {
|
|
|
29307
29355
|
/** @enum {string} */
|
|
29308
29356
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
29309
29357
|
};
|
|
29358
|
+
/** @enum {string} */
|
|
29359
|
+
measure?: "periodActivity" | "balance";
|
|
29360
|
+
label?: string;
|
|
29310
29361
|
} | null;
|
|
29311
29362
|
}[];
|
|
29312
29363
|
};
|
|
@@ -29730,6 +29781,9 @@ export interface operations {
|
|
|
29730
29781
|
/** @enum {string} */
|
|
29731
29782
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
29732
29783
|
};
|
|
29784
|
+
/** @enum {string} */
|
|
29785
|
+
measure?: "periodActivity" | "balance";
|
|
29786
|
+
label?: string;
|
|
29733
29787
|
} | null;
|
|
29734
29788
|
layouts: {
|
|
29735
29789
|
layoutId: string;
|
|
@@ -29807,6 +29861,9 @@ export interface operations {
|
|
|
29807
29861
|
/** @enum {string} */
|
|
29808
29862
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
29809
29863
|
};
|
|
29864
|
+
/** @enum {string} */
|
|
29865
|
+
measure?: "periodActivity" | "balance";
|
|
29866
|
+
label?: string;
|
|
29810
29867
|
} | null;
|
|
29811
29868
|
netRevenueSection: {
|
|
29812
29869
|
title: string;
|
|
@@ -29905,6 +29962,9 @@ export interface operations {
|
|
|
29905
29962
|
/** @enum {string} */
|
|
29906
29963
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
29907
29964
|
};
|
|
29965
|
+
/** @enum {string} */
|
|
29966
|
+
measure?: "periodActivity" | "balance";
|
|
29967
|
+
label?: string;
|
|
29908
29968
|
} | null;
|
|
29909
29969
|
}[];
|
|
29910
29970
|
drilldown?: {
|
|
@@ -29979,6 +30039,9 @@ export interface operations {
|
|
|
29979
30039
|
/** @enum {string} */
|
|
29980
30040
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
29981
30041
|
};
|
|
30042
|
+
/** @enum {string} */
|
|
30043
|
+
measure?: "periodActivity" | "balance";
|
|
30044
|
+
label?: string;
|
|
29982
30045
|
} | null;
|
|
29983
30046
|
}[];
|
|
29984
30047
|
drilldown?: {
|
|
@@ -30053,6 +30116,9 @@ export interface operations {
|
|
|
30053
30116
|
/** @enum {string} */
|
|
30054
30117
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30055
30118
|
};
|
|
30119
|
+
/** @enum {string} */
|
|
30120
|
+
measure?: "periodActivity" | "balance";
|
|
30121
|
+
label?: string;
|
|
30056
30122
|
} | null;
|
|
30057
30123
|
subtotal?: {
|
|
30058
30124
|
title: string;
|
|
@@ -30133,6 +30199,9 @@ export interface operations {
|
|
|
30133
30199
|
/** @enum {string} */
|
|
30134
30200
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30135
30201
|
};
|
|
30202
|
+
/** @enum {string} */
|
|
30203
|
+
measure?: "periodActivity" | "balance";
|
|
30204
|
+
label?: string;
|
|
30136
30205
|
} | null;
|
|
30137
30206
|
}[];
|
|
30138
30207
|
drilldown?: {
|
|
@@ -30207,6 +30276,9 @@ export interface operations {
|
|
|
30207
30276
|
/** @enum {string} */
|
|
30208
30277
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30209
30278
|
};
|
|
30279
|
+
/** @enum {string} */
|
|
30280
|
+
measure?: "periodActivity" | "balance";
|
|
30281
|
+
label?: string;
|
|
30210
30282
|
} | null;
|
|
30211
30283
|
};
|
|
30212
30284
|
aggregate: boolean;
|
|
@@ -30308,6 +30380,9 @@ export interface operations {
|
|
|
30308
30380
|
/** @enum {string} */
|
|
30309
30381
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30310
30382
|
};
|
|
30383
|
+
/** @enum {string} */
|
|
30384
|
+
measure?: "periodActivity" | "balance";
|
|
30385
|
+
label?: string;
|
|
30311
30386
|
} | null;
|
|
30312
30387
|
}[];
|
|
30313
30388
|
drilldown?: {
|
|
@@ -30382,6 +30457,9 @@ export interface operations {
|
|
|
30382
30457
|
/** @enum {string} */
|
|
30383
30458
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30384
30459
|
};
|
|
30460
|
+
/** @enum {string} */
|
|
30461
|
+
measure?: "periodActivity" | "balance";
|
|
30462
|
+
label?: string;
|
|
30385
30463
|
} | null;
|
|
30386
30464
|
}[];
|
|
30387
30465
|
drilldown?: {
|
|
@@ -30456,6 +30534,9 @@ export interface operations {
|
|
|
30456
30534
|
/** @enum {string} */
|
|
30457
30535
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30458
30536
|
};
|
|
30537
|
+
/** @enum {string} */
|
|
30538
|
+
measure?: "periodActivity" | "balance";
|
|
30539
|
+
label?: string;
|
|
30459
30540
|
} | null;
|
|
30460
30541
|
subtotal?: {
|
|
30461
30542
|
title: string;
|
|
@@ -30536,6 +30617,9 @@ export interface operations {
|
|
|
30536
30617
|
/** @enum {string} */
|
|
30537
30618
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30538
30619
|
};
|
|
30620
|
+
/** @enum {string} */
|
|
30621
|
+
measure?: "periodActivity" | "balance";
|
|
30622
|
+
label?: string;
|
|
30539
30623
|
} | null;
|
|
30540
30624
|
}[];
|
|
30541
30625
|
drilldown?: {
|
|
@@ -30610,6 +30694,9 @@ export interface operations {
|
|
|
30610
30694
|
/** @enum {string} */
|
|
30611
30695
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30612
30696
|
};
|
|
30697
|
+
/** @enum {string} */
|
|
30698
|
+
measure?: "periodActivity" | "balance";
|
|
30699
|
+
label?: string;
|
|
30613
30700
|
} | null;
|
|
30614
30701
|
};
|
|
30615
30702
|
}[];
|
|
@@ -30710,6 +30797,9 @@ export interface operations {
|
|
|
30710
30797
|
/** @enum {string} */
|
|
30711
30798
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30712
30799
|
};
|
|
30800
|
+
/** @enum {string} */
|
|
30801
|
+
measure?: "periodActivity" | "balance";
|
|
30802
|
+
label?: string;
|
|
30713
30803
|
} | null;
|
|
30714
30804
|
}[];
|
|
30715
30805
|
drilldown?: {
|
|
@@ -30784,6 +30874,9 @@ export interface operations {
|
|
|
30784
30874
|
/** @enum {string} */
|
|
30785
30875
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30786
30876
|
};
|
|
30877
|
+
/** @enum {string} */
|
|
30878
|
+
measure?: "periodActivity" | "balance";
|
|
30879
|
+
label?: string;
|
|
30787
30880
|
} | null;
|
|
30788
30881
|
}[];
|
|
30789
30882
|
drilldown?: {
|
|
@@ -30858,6 +30951,9 @@ export interface operations {
|
|
|
30858
30951
|
/** @enum {string} */
|
|
30859
30952
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30860
30953
|
};
|
|
30954
|
+
/** @enum {string} */
|
|
30955
|
+
measure?: "periodActivity" | "balance";
|
|
30956
|
+
label?: string;
|
|
30861
30957
|
} | null;
|
|
30862
30958
|
subtotal?: {
|
|
30863
30959
|
title: string;
|
|
@@ -30938,6 +31034,9 @@ export interface operations {
|
|
|
30938
31034
|
/** @enum {string} */
|
|
30939
31035
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
30940
31036
|
};
|
|
31037
|
+
/** @enum {string} */
|
|
31038
|
+
measure?: "periodActivity" | "balance";
|
|
31039
|
+
label?: string;
|
|
30941
31040
|
} | null;
|
|
30942
31041
|
}[];
|
|
30943
31042
|
drilldown?: {
|
|
@@ -31012,6 +31111,9 @@ export interface operations {
|
|
|
31012
31111
|
/** @enum {string} */
|
|
31013
31112
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31014
31113
|
};
|
|
31114
|
+
/** @enum {string} */
|
|
31115
|
+
measure?: "periodActivity" | "balance";
|
|
31116
|
+
label?: string;
|
|
31015
31117
|
} | null;
|
|
31016
31118
|
};
|
|
31017
31119
|
};
|
|
@@ -31559,6 +31661,9 @@ export interface operations {
|
|
|
31559
31661
|
/** @enum {string} */
|
|
31560
31662
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31561
31663
|
};
|
|
31664
|
+
/** @enum {string} */
|
|
31665
|
+
measure?: "periodActivity" | "balance";
|
|
31666
|
+
label?: string;
|
|
31562
31667
|
} | null;
|
|
31563
31668
|
}[];
|
|
31564
31669
|
computedValues?: {
|
|
@@ -31638,6 +31743,9 @@ export interface operations {
|
|
|
31638
31743
|
/** @enum {string} */
|
|
31639
31744
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31640
31745
|
};
|
|
31746
|
+
/** @enum {string} */
|
|
31747
|
+
measure?: "periodActivity" | "balance";
|
|
31748
|
+
label?: string;
|
|
31641
31749
|
} | null;
|
|
31642
31750
|
}[];
|
|
31643
31751
|
categories?: {
|
|
@@ -31721,6 +31829,9 @@ export interface operations {
|
|
|
31721
31829
|
/** @enum {string} */
|
|
31722
31830
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31723
31831
|
};
|
|
31832
|
+
/** @enum {string} */
|
|
31833
|
+
measure?: "periodActivity" | "balance";
|
|
31834
|
+
label?: string;
|
|
31724
31835
|
} | null;
|
|
31725
31836
|
values: {
|
|
31726
31837
|
id: string;
|
|
@@ -31799,6 +31910,9 @@ export interface operations {
|
|
|
31799
31910
|
/** @enum {string} */
|
|
31800
31911
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31801
31912
|
};
|
|
31913
|
+
/** @enum {string} */
|
|
31914
|
+
measure?: "periodActivity" | "balance";
|
|
31915
|
+
label?: string;
|
|
31802
31916
|
} | null;
|
|
31803
31917
|
}[];
|
|
31804
31918
|
}[];
|
|
@@ -31885,6 +31999,9 @@ export interface operations {
|
|
|
31885
31999
|
/** @enum {string} */
|
|
31886
32000
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31887
32001
|
};
|
|
32002
|
+
/** @enum {string} */
|
|
32003
|
+
measure?: "periodActivity" | "balance";
|
|
32004
|
+
label?: string;
|
|
31888
32005
|
} | null;
|
|
31889
32006
|
}[];
|
|
31890
32007
|
computedValues?: {
|
|
@@ -31964,6 +32081,9 @@ export interface operations {
|
|
|
31964
32081
|
/** @enum {string} */
|
|
31965
32082
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
31966
32083
|
};
|
|
32084
|
+
/** @enum {string} */
|
|
32085
|
+
measure?: "periodActivity" | "balance";
|
|
32086
|
+
label?: string;
|
|
31967
32087
|
} | null;
|
|
31968
32088
|
}[];
|
|
31969
32089
|
categories?: {
|
|
@@ -32047,6 +32167,9 @@ export interface operations {
|
|
|
32047
32167
|
/** @enum {string} */
|
|
32048
32168
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32049
32169
|
};
|
|
32170
|
+
/** @enum {string} */
|
|
32171
|
+
measure?: "periodActivity" | "balance";
|
|
32172
|
+
label?: string;
|
|
32050
32173
|
} | null;
|
|
32051
32174
|
values: {
|
|
32052
32175
|
id: string;
|
|
@@ -32125,6 +32248,9 @@ export interface operations {
|
|
|
32125
32248
|
/** @enum {string} */
|
|
32126
32249
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32127
32250
|
};
|
|
32251
|
+
/** @enum {string} */
|
|
32252
|
+
measure?: "periodActivity" | "balance";
|
|
32253
|
+
label?: string;
|
|
32128
32254
|
} | null;
|
|
32129
32255
|
}[];
|
|
32130
32256
|
}[];
|
|
@@ -32211,6 +32337,9 @@ export interface operations {
|
|
|
32211
32337
|
/** @enum {string} */
|
|
32212
32338
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32213
32339
|
};
|
|
32340
|
+
/** @enum {string} */
|
|
32341
|
+
measure?: "periodActivity" | "balance";
|
|
32342
|
+
label?: string;
|
|
32214
32343
|
} | null;
|
|
32215
32344
|
}[];
|
|
32216
32345
|
computedValues?: {
|
|
@@ -32290,6 +32419,9 @@ export interface operations {
|
|
|
32290
32419
|
/** @enum {string} */
|
|
32291
32420
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32292
32421
|
};
|
|
32422
|
+
/** @enum {string} */
|
|
32423
|
+
measure?: "periodActivity" | "balance";
|
|
32424
|
+
label?: string;
|
|
32293
32425
|
} | null;
|
|
32294
32426
|
}[];
|
|
32295
32427
|
categories?: {
|
|
@@ -32373,6 +32505,9 @@ export interface operations {
|
|
|
32373
32505
|
/** @enum {string} */
|
|
32374
32506
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32375
32507
|
};
|
|
32508
|
+
/** @enum {string} */
|
|
32509
|
+
measure?: "periodActivity" | "balance";
|
|
32510
|
+
label?: string;
|
|
32376
32511
|
} | null;
|
|
32377
32512
|
values: {
|
|
32378
32513
|
id: string;
|
|
@@ -32451,6 +32586,9 @@ export interface operations {
|
|
|
32451
32586
|
/** @enum {string} */
|
|
32452
32587
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32453
32588
|
};
|
|
32589
|
+
/** @enum {string} */
|
|
32590
|
+
measure?: "periodActivity" | "balance";
|
|
32591
|
+
label?: string;
|
|
32454
32592
|
} | null;
|
|
32455
32593
|
}[];
|
|
32456
32594
|
}[];
|
|
@@ -32537,6 +32675,9 @@ export interface operations {
|
|
|
32537
32675
|
/** @enum {string} */
|
|
32538
32676
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32539
32677
|
};
|
|
32678
|
+
/** @enum {string} */
|
|
32679
|
+
measure?: "periodActivity" | "balance";
|
|
32680
|
+
label?: string;
|
|
32540
32681
|
} | null;
|
|
32541
32682
|
}[];
|
|
32542
32683
|
computedValues?: {
|
|
@@ -32616,6 +32757,9 @@ export interface operations {
|
|
|
32616
32757
|
/** @enum {string} */
|
|
32617
32758
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32618
32759
|
};
|
|
32760
|
+
/** @enum {string} */
|
|
32761
|
+
measure?: "periodActivity" | "balance";
|
|
32762
|
+
label?: string;
|
|
32619
32763
|
} | null;
|
|
32620
32764
|
}[];
|
|
32621
32765
|
categories?: {
|
|
@@ -32699,6 +32843,9 @@ export interface operations {
|
|
|
32699
32843
|
/** @enum {string} */
|
|
32700
32844
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32701
32845
|
};
|
|
32846
|
+
/** @enum {string} */
|
|
32847
|
+
measure?: "periodActivity" | "balance";
|
|
32848
|
+
label?: string;
|
|
32702
32849
|
} | null;
|
|
32703
32850
|
values: {
|
|
32704
32851
|
id: string;
|
|
@@ -32777,6 +32924,9 @@ export interface operations {
|
|
|
32777
32924
|
/** @enum {string} */
|
|
32778
32925
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
32779
32926
|
};
|
|
32927
|
+
/** @enum {string} */
|
|
32928
|
+
measure?: "periodActivity" | "balance";
|
|
32929
|
+
label?: string;
|
|
32780
32930
|
} | null;
|
|
32781
32931
|
}[];
|
|
32782
32932
|
}[];
|
|
@@ -33095,6 +33245,9 @@ export interface operations {
|
|
|
33095
33245
|
/** @enum {string} */
|
|
33096
33246
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33097
33247
|
};
|
|
33248
|
+
/** @enum {string} */
|
|
33249
|
+
measure?: "periodActivity" | "balance";
|
|
33250
|
+
label?: string;
|
|
33098
33251
|
} | null;
|
|
33099
33252
|
collectableTaxesDrilldown?: {
|
|
33100
33253
|
/** @constant */
|
|
@@ -33168,6 +33321,9 @@ export interface operations {
|
|
|
33168
33321
|
/** @enum {string} */
|
|
33169
33322
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33170
33323
|
};
|
|
33324
|
+
/** @enum {string} */
|
|
33325
|
+
measure?: "periodActivity" | "balance";
|
|
33326
|
+
label?: string;
|
|
33171
33327
|
} | null;
|
|
33172
33328
|
}[];
|
|
33173
33329
|
}[];
|
|
@@ -33470,6 +33626,9 @@ export interface operations {
|
|
|
33470
33626
|
/** @enum {string} */
|
|
33471
33627
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33472
33628
|
};
|
|
33629
|
+
/** @enum {string} */
|
|
33630
|
+
measure?: "periodActivity" | "balance";
|
|
33631
|
+
label?: string;
|
|
33473
33632
|
} | null;
|
|
33474
33633
|
debit: {
|
|
33475
33634
|
/** @constant */
|
|
@@ -33543,6 +33702,9 @@ export interface operations {
|
|
|
33543
33702
|
/** @enum {string} */
|
|
33544
33703
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33545
33704
|
};
|
|
33705
|
+
/** @enum {string} */
|
|
33706
|
+
measure?: "periodActivity" | "balance";
|
|
33707
|
+
label?: string;
|
|
33546
33708
|
} | null;
|
|
33547
33709
|
credit: {
|
|
33548
33710
|
/** @constant */
|
|
@@ -33616,6 +33778,9 @@ export interface operations {
|
|
|
33616
33778
|
/** @enum {string} */
|
|
33617
33779
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33618
33780
|
};
|
|
33781
|
+
/** @enum {string} */
|
|
33782
|
+
measure?: "periodActivity" | "balance";
|
|
33783
|
+
label?: string;
|
|
33619
33784
|
} | null;
|
|
33620
33785
|
balanceEnd: {
|
|
33621
33786
|
/** @constant */
|
|
@@ -33689,6 +33854,9 @@ export interface operations {
|
|
|
33689
33854
|
/** @enum {string} */
|
|
33690
33855
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33691
33856
|
};
|
|
33857
|
+
/** @enum {string} */
|
|
33858
|
+
measure?: "periodActivity" | "balance";
|
|
33859
|
+
label?: string;
|
|
33692
33860
|
} | null;
|
|
33693
33861
|
};
|
|
33694
33862
|
accounts: {
|
|
@@ -33772,6 +33940,9 @@ export interface operations {
|
|
|
33772
33940
|
/** @enum {string} */
|
|
33773
33941
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33774
33942
|
};
|
|
33943
|
+
/** @enum {string} */
|
|
33944
|
+
measure?: "periodActivity" | "balance";
|
|
33945
|
+
label?: string;
|
|
33775
33946
|
} | null;
|
|
33776
33947
|
debit: {
|
|
33777
33948
|
/** @constant */
|
|
@@ -33845,6 +34016,9 @@ export interface operations {
|
|
|
33845
34016
|
/** @enum {string} */
|
|
33846
34017
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33847
34018
|
};
|
|
34019
|
+
/** @enum {string} */
|
|
34020
|
+
measure?: "periodActivity" | "balance";
|
|
34021
|
+
label?: string;
|
|
33848
34022
|
} | null;
|
|
33849
34023
|
credit: {
|
|
33850
34024
|
/** @constant */
|
|
@@ -33918,6 +34092,9 @@ export interface operations {
|
|
|
33918
34092
|
/** @enum {string} */
|
|
33919
34093
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33920
34094
|
};
|
|
34095
|
+
/** @enum {string} */
|
|
34096
|
+
measure?: "periodActivity" | "balance";
|
|
34097
|
+
label?: string;
|
|
33921
34098
|
} | null;
|
|
33922
34099
|
balanceEnd: {
|
|
33923
34100
|
/** @constant */
|
|
@@ -33991,6 +34168,9 @@ export interface operations {
|
|
|
33991
34168
|
/** @enum {string} */
|
|
33992
34169
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
33993
34170
|
};
|
|
34171
|
+
/** @enum {string} */
|
|
34172
|
+
measure?: "periodActivity" | "balance";
|
|
34173
|
+
label?: string;
|
|
33994
34174
|
} | null;
|
|
33995
34175
|
};
|
|
33996
34176
|
}[];
|
|
@@ -34295,6 +34475,9 @@ export interface operations {
|
|
|
34295
34475
|
/** @enum {string} */
|
|
34296
34476
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
34297
34477
|
};
|
|
34478
|
+
/** @enum {string} */
|
|
34479
|
+
measure?: "periodActivity" | "balance";
|
|
34480
|
+
label?: string;
|
|
34298
34481
|
} | null;
|
|
34299
34482
|
issues?: {
|
|
34300
34483
|
/** @constant */
|
|
@@ -34389,6 +34572,9 @@ export interface operations {
|
|
|
34389
34572
|
/** @enum {string} */
|
|
34390
34573
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
34391
34574
|
};
|
|
34575
|
+
/** @enum {string} */
|
|
34576
|
+
measure?: "periodActivity" | "balance";
|
|
34577
|
+
label?: string;
|
|
34392
34578
|
} | null;
|
|
34393
34579
|
}[];
|
|
34394
34580
|
} | {
|
|
@@ -34473,6 +34659,9 @@ export interface operations {
|
|
|
34473
34659
|
/** @enum {string} */
|
|
34474
34660
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
34475
34661
|
};
|
|
34662
|
+
/** @enum {string} */
|
|
34663
|
+
measure?: "periodActivity" | "balance";
|
|
34664
|
+
label?: string;
|
|
34476
34665
|
} | null;
|
|
34477
34666
|
}[];
|
|
34478
34667
|
})[];
|
|
@@ -34667,6 +34856,9 @@ export interface operations {
|
|
|
34667
34856
|
/** @enum {string} */
|
|
34668
34857
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
34669
34858
|
};
|
|
34859
|
+
/** @enum {string} */
|
|
34860
|
+
measure?: "periodActivity" | "balance";
|
|
34861
|
+
label?: string;
|
|
34670
34862
|
} | null;
|
|
34671
34863
|
}[];
|
|
34672
34864
|
} | {
|
|
@@ -34764,6 +34956,9 @@ export interface operations {
|
|
|
34764
34956
|
/** @enum {string} */
|
|
34765
34957
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
34766
34958
|
};
|
|
34959
|
+
/** @enum {string} */
|
|
34960
|
+
measure?: "periodActivity" | "balance";
|
|
34961
|
+
label?: string;
|
|
34767
34962
|
} | null;
|
|
34768
34963
|
}[];
|
|
34769
34964
|
}[];
|
|
@@ -40002,6 +40197,9 @@ export interface operations {
|
|
|
40002
40197
|
/** @enum {string} */
|
|
40003
40198
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
40004
40199
|
};
|
|
40200
|
+
/** @enum {string} */
|
|
40201
|
+
measure?: "periodActivity" | "balance";
|
|
40202
|
+
label?: string;
|
|
40005
40203
|
} | null;
|
|
40006
40204
|
payouts: {
|
|
40007
40205
|
id: string;
|
|
@@ -40484,6 +40682,9 @@ export interface operations {
|
|
|
40484
40682
|
/** @enum {string} */
|
|
40485
40683
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
40486
40684
|
};
|
|
40685
|
+
/** @enum {string} */
|
|
40686
|
+
measure?: "periodActivity" | "balance";
|
|
40687
|
+
label?: string;
|
|
40487
40688
|
} | null;
|
|
40488
40689
|
payouts: {
|
|
40489
40690
|
id: string;
|
|
@@ -40769,6 +40970,9 @@ export interface operations {
|
|
|
40769
40970
|
/** @enum {string} */
|
|
40770
40971
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
40771
40972
|
};
|
|
40973
|
+
/** @enum {string} */
|
|
40974
|
+
measure?: "periodActivity" | "balance";
|
|
40975
|
+
label?: string;
|
|
40772
40976
|
} | null;
|
|
40773
40977
|
props?: {
|
|
40774
40978
|
[key: string]: unknown;
|
|
@@ -40846,6 +41050,9 @@ export interface operations {
|
|
|
40846
41050
|
/** @enum {string} */
|
|
40847
41051
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
40848
41052
|
};
|
|
41053
|
+
/** @enum {string} */
|
|
41054
|
+
measure?: "periodActivity" | "balance";
|
|
41055
|
+
label?: string;
|
|
40849
41056
|
} | null;
|
|
40850
41057
|
/** @constant */
|
|
40851
41058
|
type: "transaction";
|
|
@@ -40990,6 +41197,9 @@ export interface operations {
|
|
|
40990
41197
|
/** @enum {string} */
|
|
40991
41198
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
40992
41199
|
};
|
|
41200
|
+
/** @enum {string} */
|
|
41201
|
+
measure?: "periodActivity" | "balance";
|
|
41202
|
+
label?: string;
|
|
40993
41203
|
} | null;
|
|
40994
41204
|
props?: {
|
|
40995
41205
|
[key: string]: unknown;
|
|
@@ -41067,6 +41277,9 @@ export interface operations {
|
|
|
41067
41277
|
/** @enum {string} */
|
|
41068
41278
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
41069
41279
|
};
|
|
41280
|
+
/** @enum {string} */
|
|
41281
|
+
measure?: "periodActivity" | "balance";
|
|
41282
|
+
label?: string;
|
|
41070
41283
|
} | null;
|
|
41071
41284
|
/** @constant */
|
|
41072
41285
|
type: "reservation";
|
|
@@ -41227,6 +41440,9 @@ export interface operations {
|
|
|
41227
41440
|
/** @enum {string} */
|
|
41228
41441
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
41229
41442
|
};
|
|
41443
|
+
/** @enum {string} */
|
|
41444
|
+
measure?: "periodActivity" | "balance";
|
|
41445
|
+
label?: string;
|
|
41230
41446
|
} | null;
|
|
41231
41447
|
props?: {
|
|
41232
41448
|
[key: string]: unknown;
|
|
@@ -41304,6 +41520,9 @@ export interface operations {
|
|
|
41304
41520
|
/** @enum {string} */
|
|
41305
41521
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
41306
41522
|
};
|
|
41523
|
+
/** @enum {string} */
|
|
41524
|
+
measure?: "periodActivity" | "balance";
|
|
41525
|
+
label?: string;
|
|
41307
41526
|
} | null;
|
|
41308
41527
|
/** @constant */
|
|
41309
41528
|
type: "summary";
|
|
@@ -41709,6 +41928,9 @@ export interface operations {
|
|
|
41709
41928
|
/** @enum {string} */
|
|
41710
41929
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
41711
41930
|
};
|
|
41931
|
+
/** @enum {string} */
|
|
41932
|
+
measure?: "periodActivity" | "balance";
|
|
41933
|
+
label?: string;
|
|
41712
41934
|
} | null;
|
|
41713
41935
|
payouts: {
|
|
41714
41936
|
id: string;
|
|
@@ -41994,6 +42216,9 @@ export interface operations {
|
|
|
41994
42216
|
/** @enum {string} */
|
|
41995
42217
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
41996
42218
|
};
|
|
42219
|
+
/** @enum {string} */
|
|
42220
|
+
measure?: "periodActivity" | "balance";
|
|
42221
|
+
label?: string;
|
|
41997
42222
|
} | null;
|
|
41998
42223
|
props?: {
|
|
41999
42224
|
[key: string]: unknown;
|
|
@@ -42071,6 +42296,9 @@ export interface operations {
|
|
|
42071
42296
|
/** @enum {string} */
|
|
42072
42297
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
42073
42298
|
};
|
|
42299
|
+
/** @enum {string} */
|
|
42300
|
+
measure?: "periodActivity" | "balance";
|
|
42301
|
+
label?: string;
|
|
42074
42302
|
} | null;
|
|
42075
42303
|
/** @constant */
|
|
42076
42304
|
type: "transaction";
|
|
@@ -42215,6 +42443,9 @@ export interface operations {
|
|
|
42215
42443
|
/** @enum {string} */
|
|
42216
42444
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
42217
42445
|
};
|
|
42446
|
+
/** @enum {string} */
|
|
42447
|
+
measure?: "periodActivity" | "balance";
|
|
42448
|
+
label?: string;
|
|
42218
42449
|
} | null;
|
|
42219
42450
|
props?: {
|
|
42220
42451
|
[key: string]: unknown;
|
|
@@ -42292,6 +42523,9 @@ export interface operations {
|
|
|
42292
42523
|
/** @enum {string} */
|
|
42293
42524
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
42294
42525
|
};
|
|
42526
|
+
/** @enum {string} */
|
|
42527
|
+
measure?: "periodActivity" | "balance";
|
|
42528
|
+
label?: string;
|
|
42295
42529
|
} | null;
|
|
42296
42530
|
/** @constant */
|
|
42297
42531
|
type: "reservation";
|
|
@@ -42452,6 +42686,9 @@ export interface operations {
|
|
|
42452
42686
|
/** @enum {string} */
|
|
42453
42687
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
42454
42688
|
};
|
|
42689
|
+
/** @enum {string} */
|
|
42690
|
+
measure?: "periodActivity" | "balance";
|
|
42691
|
+
label?: string;
|
|
42455
42692
|
} | null;
|
|
42456
42693
|
props?: {
|
|
42457
42694
|
[key: string]: unknown;
|
|
@@ -42529,6 +42766,9 @@ export interface operations {
|
|
|
42529
42766
|
/** @enum {string} */
|
|
42530
42767
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
42531
42768
|
};
|
|
42769
|
+
/** @enum {string} */
|
|
42770
|
+
measure?: "periodActivity" | "balance";
|
|
42771
|
+
label?: string;
|
|
42532
42772
|
} | null;
|
|
42533
42773
|
/** @constant */
|
|
42534
42774
|
type: "summary";
|
|
@@ -45171,6 +45411,9 @@ export interface operations {
|
|
|
45171
45411
|
/** @enum {string} */
|
|
45172
45412
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45173
45413
|
};
|
|
45414
|
+
/** @enum {string} */
|
|
45415
|
+
measure?: "periodActivity" | "balance";
|
|
45416
|
+
label?: string;
|
|
45174
45417
|
} | null;
|
|
45175
45418
|
payouts: {
|
|
45176
45419
|
id: string;
|
|
@@ -45456,6 +45699,9 @@ export interface operations {
|
|
|
45456
45699
|
/** @enum {string} */
|
|
45457
45700
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45458
45701
|
};
|
|
45702
|
+
/** @enum {string} */
|
|
45703
|
+
measure?: "periodActivity" | "balance";
|
|
45704
|
+
label?: string;
|
|
45459
45705
|
} | null;
|
|
45460
45706
|
props?: {
|
|
45461
45707
|
[key: string]: unknown;
|
|
@@ -45533,6 +45779,9 @@ export interface operations {
|
|
|
45533
45779
|
/** @enum {string} */
|
|
45534
45780
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45535
45781
|
};
|
|
45782
|
+
/** @enum {string} */
|
|
45783
|
+
measure?: "periodActivity" | "balance";
|
|
45784
|
+
label?: string;
|
|
45536
45785
|
} | null;
|
|
45537
45786
|
/** @constant */
|
|
45538
45787
|
type: "transaction";
|
|
@@ -45677,6 +45926,9 @@ export interface operations {
|
|
|
45677
45926
|
/** @enum {string} */
|
|
45678
45927
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45679
45928
|
};
|
|
45929
|
+
/** @enum {string} */
|
|
45930
|
+
measure?: "periodActivity" | "balance";
|
|
45931
|
+
label?: string;
|
|
45680
45932
|
} | null;
|
|
45681
45933
|
props?: {
|
|
45682
45934
|
[key: string]: unknown;
|
|
@@ -45754,6 +46006,9 @@ export interface operations {
|
|
|
45754
46006
|
/** @enum {string} */
|
|
45755
46007
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45756
46008
|
};
|
|
46009
|
+
/** @enum {string} */
|
|
46010
|
+
measure?: "periodActivity" | "balance";
|
|
46011
|
+
label?: string;
|
|
45757
46012
|
} | null;
|
|
45758
46013
|
/** @constant */
|
|
45759
46014
|
type: "reservation";
|
|
@@ -45914,6 +46169,9 @@ export interface operations {
|
|
|
45914
46169
|
/** @enum {string} */
|
|
45915
46170
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45916
46171
|
};
|
|
46172
|
+
/** @enum {string} */
|
|
46173
|
+
measure?: "periodActivity" | "balance";
|
|
46174
|
+
label?: string;
|
|
45917
46175
|
} | null;
|
|
45918
46176
|
props?: {
|
|
45919
46177
|
[key: string]: unknown;
|
|
@@ -45991,6 +46249,9 @@ export interface operations {
|
|
|
45991
46249
|
/** @enum {string} */
|
|
45992
46250
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
45993
46251
|
};
|
|
46252
|
+
/** @enum {string} */
|
|
46253
|
+
measure?: "periodActivity" | "balance";
|
|
46254
|
+
label?: string;
|
|
45994
46255
|
} | null;
|
|
45995
46256
|
/** @constant */
|
|
45996
46257
|
type: "summary";
|
|
@@ -46401,6 +46662,9 @@ export interface operations {
|
|
|
46401
46662
|
/** @enum {string} */
|
|
46402
46663
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
46403
46664
|
};
|
|
46665
|
+
/** @enum {string} */
|
|
46666
|
+
measure?: "periodActivity" | "balance";
|
|
46667
|
+
label?: string;
|
|
46404
46668
|
} | null;
|
|
46405
46669
|
payouts: {
|
|
46406
46670
|
id: string;
|
|
@@ -46686,6 +46950,9 @@ export interface operations {
|
|
|
46686
46950
|
/** @enum {string} */
|
|
46687
46951
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
46688
46952
|
};
|
|
46953
|
+
/** @enum {string} */
|
|
46954
|
+
measure?: "periodActivity" | "balance";
|
|
46955
|
+
label?: string;
|
|
46689
46956
|
} | null;
|
|
46690
46957
|
props?: {
|
|
46691
46958
|
[key: string]: unknown;
|
|
@@ -46763,6 +47030,9 @@ export interface operations {
|
|
|
46763
47030
|
/** @enum {string} */
|
|
46764
47031
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
46765
47032
|
};
|
|
47033
|
+
/** @enum {string} */
|
|
47034
|
+
measure?: "periodActivity" | "balance";
|
|
47035
|
+
label?: string;
|
|
46766
47036
|
} | null;
|
|
46767
47037
|
/** @constant */
|
|
46768
47038
|
type: "transaction";
|
|
@@ -46907,6 +47177,9 @@ export interface operations {
|
|
|
46907
47177
|
/** @enum {string} */
|
|
46908
47178
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
46909
47179
|
};
|
|
47180
|
+
/** @enum {string} */
|
|
47181
|
+
measure?: "periodActivity" | "balance";
|
|
47182
|
+
label?: string;
|
|
46910
47183
|
} | null;
|
|
46911
47184
|
props?: {
|
|
46912
47185
|
[key: string]: unknown;
|
|
@@ -46984,6 +47257,9 @@ export interface operations {
|
|
|
46984
47257
|
/** @enum {string} */
|
|
46985
47258
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
46986
47259
|
};
|
|
47260
|
+
/** @enum {string} */
|
|
47261
|
+
measure?: "periodActivity" | "balance";
|
|
47262
|
+
label?: string;
|
|
46987
47263
|
} | null;
|
|
46988
47264
|
/** @constant */
|
|
46989
47265
|
type: "reservation";
|
|
@@ -47144,6 +47420,9 @@ export interface operations {
|
|
|
47144
47420
|
/** @enum {string} */
|
|
47145
47421
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
47146
47422
|
};
|
|
47423
|
+
/** @enum {string} */
|
|
47424
|
+
measure?: "periodActivity" | "balance";
|
|
47425
|
+
label?: string;
|
|
47147
47426
|
} | null;
|
|
47148
47427
|
props?: {
|
|
47149
47428
|
[key: string]: unknown;
|
|
@@ -47221,6 +47500,9 @@ export interface operations {
|
|
|
47221
47500
|
/** @enum {string} */
|
|
47222
47501
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
|
|
47223
47502
|
};
|
|
47503
|
+
/** @enum {string} */
|
|
47504
|
+
measure?: "periodActivity" | "balance";
|
|
47505
|
+
label?: string;
|
|
47224
47506
|
} | null;
|
|
47225
47507
|
/** @constant */
|
|
47226
47508
|
type: "summary";
|