@yuno-payments/dashboard-api-mfe 0.40.4 → 0.40.5-beta.1

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.
@@ -340,6 +340,10 @@ export declare enum ReconciliationReportType {
340
340
  SETTLEMENTS_HEADER = "SETTLEMENTS_HEADER",
341
341
  AGENDA = "AGENDA",
342
342
  SALES_CONCILIATION = "SALES_CONCILIATION",
343
+ FEES = "FEES",
343
344
  ADVANCEMENTS = "ADVANCEMENTS",
344
- FEES = "FEES"
345
+ RECONCILIATION_OVERVIEW = "RECONCILIATION_OVERVIEW",
346
+ SETTLEMENTS_FEES = "SETTLEMENTS_FEES",
347
+ CASHFLOW = "CASHFLOW",
348
+ PROCESSED_TRANSACTIONS = "PROCESSED_TRANSACTIONS"
345
349
  }
@@ -38,6 +38,7 @@ export declare namespace Webhook {
38
38
  url: string;
39
39
  api_key?: string;
40
40
  secret?: string;
41
+ hmac_client_secret?: string;
41
42
  enrollment_triggers?: Array<IWebhooksTriggers>;
42
43
  payment_triggers?: Array<IWebhooksTriggers>;
43
44
  report_triggers?: Array<IWebhooksTriggers>;
@@ -53,6 +54,7 @@ export declare namespace Webhook {
53
54
  url: string;
54
55
  api_key: string;
55
56
  secret: string;
57
+ hmac_client_secret?: string;
56
58
  enrollment_triggers?: Array<IWebhooksTriggers>;
57
59
  payment_triggers?: Array<IWebhooksTriggers>;
58
60
  report_triggers?: Array<IWebhooksTriggers>;