@temboplus/frontend-core 0.3.0-beta.2 → 0.3.0-beta.3
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.
|
@@ -24,6 +24,8 @@ export declare enum ProjectType {
|
|
|
24
24
|
export declare enum ReportType {
|
|
25
25
|
/** Merchant payout statement (Dashboard) */
|
|
26
26
|
MERCHANT_DISBURSEMENT_REPORT = "merchant_disbursement_report",
|
|
27
|
+
/** Merchant wallet statement (Dashboard) */
|
|
28
|
+
MERCHANT_WALLET_STATEMENT = "merchant_wallet_statement",
|
|
27
29
|
/** Transaction revenue summary (Dashboard) */
|
|
28
30
|
TRANSACTION_REVENUE_SUMMARY = "transaction_revenue_summary",
|
|
29
31
|
/** Customer wallet activity (Afloat) */
|
|
@@ -73,6 +75,7 @@ export interface ReportDownloadResult {
|
|
|
73
75
|
export declare const REPORTS: {
|
|
74
76
|
merchant_disbursement_report: ReportDefinition;
|
|
75
77
|
transaction_revenue_summary: ReportDefinition;
|
|
78
|
+
merchant_wallet_statement: ReportDefinition;
|
|
76
79
|
customer_wallet_activity: ReportDefinition;
|
|
77
80
|
customer_profile_snapshot: ReportDefinition;
|
|
78
81
|
customer_transaction_history: ReportDefinition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temboplus/frontend-core",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.3",
|
|
4
4
|
"description": "A JavaScript/TypeScript package providing common utilities and logic shared across front-end TemboPlus projects.",
|
|
5
5
|
"author": "Okello Gerald",
|
|
6
6
|
"license": "MIT",
|