@temboplus/frontend-core 0.4.1 → 0.4.2
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.
|
@@ -68,7 +68,7 @@ export const REPORTS = {
|
|
|
68
68
|
id: "customer_wallet_activity",
|
|
69
69
|
displayName: "Customer Wallet Activity",
|
|
70
70
|
endpoint: "/afloat/wallet_activity",
|
|
71
|
-
availableFormats: [FileFormat.PDF, FileFormat.EXCEL],
|
|
71
|
+
availableFormats: [FileFormat.PDF, FileFormat.EXCEL, FileFormat.CSV],
|
|
72
72
|
projectType: ProjectType.AFLOAT,
|
|
73
73
|
reportType: ReportType.CUSTOMER_WALLET_ACTIVITY,
|
|
74
74
|
description: "Detailed record of all customer wallet transactions",
|
package/package.json
CHANGED
|
@@ -77,7 +77,7 @@ exports.REPORTS = {
|
|
|
77
77
|
id: "customer_wallet_activity",
|
|
78
78
|
displayName: "Customer Wallet Activity",
|
|
79
79
|
endpoint: "/afloat/wallet_activity",
|
|
80
|
-
availableFormats: [FileFormat.PDF, FileFormat.EXCEL],
|
|
80
|
+
availableFormats: [FileFormat.PDF, FileFormat.EXCEL, FileFormat.CSV],
|
|
81
81
|
projectType: ProjectType.AFLOAT,
|
|
82
82
|
reportType: ReportType.CUSTOMER_WALLET_ACTIVITY,
|
|
83
83
|
description: "Detailed record of all customer wallet transactions",
|