@yuno-payments/dashboard-api-mfe 0.40.12-beta.1 → 0.40.13

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.
@@ -116,6 +116,8 @@ export declare namespace Audit {
116
116
  organizationCode?: string;
117
117
  status_codes?: string[];
118
118
  methods?: string[];
119
+ size?: number;
120
+ page?: number;
119
121
  }
120
122
  interface ExportApiLogsRequest {
121
123
  report_name: string;
@@ -126,6 +128,8 @@ export declare namespace Audit {
126
128
  organizationCode?: string;
127
129
  status_codes?: string[];
128
130
  methods?: string[];
131
+ size?: number;
132
+ page?: number;
129
133
  }
130
134
  interface AuditApiJSON {
131
135
  [key: string]: string;
@@ -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>;