kcommons 6.2.20 → 6.2.21
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.
|
@@ -28,7 +28,7 @@ export interface IPaperSavedKPIResponse {
|
|
|
28
28
|
export interface IPaperSavedKPIFilters extends ICompanyCommonKPIFilters {
|
|
29
29
|
}
|
|
30
30
|
export interface ITotalPurchaseKPIResponse {
|
|
31
|
-
total_purchase:
|
|
31
|
+
total_purchase: bigint;
|
|
32
32
|
}
|
|
33
33
|
export interface ITotalPurchaseKPIFilters extends ICompanyCommonKPIFilters {
|
|
34
34
|
}
|