@yuno-payments/dashboard-api-mfe 0.40.11 → 0.40.12
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.
|
@@ -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>;
|
|
@@ -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>;
|
package/build/index.d.ts
CHANGED
|
@@ -1283,6 +1283,7 @@ declare namespace Webhook {
|
|
|
1283
1283
|
url: string;
|
|
1284
1284
|
api_key?: string;
|
|
1285
1285
|
secret?: string;
|
|
1286
|
+
hmac_client_secret?: string;
|
|
1286
1287
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
1287
1288
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
1288
1289
|
report_triggers?: Array<IWebhooksTriggers>;
|
|
@@ -1298,6 +1299,7 @@ declare namespace Webhook {
|
|
|
1298
1299
|
url: string;
|
|
1299
1300
|
api_key: string;
|
|
1300
1301
|
secret: string;
|
|
1302
|
+
hmac_client_secret?: string;
|
|
1301
1303
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
1302
1304
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
1303
1305
|
report_triggers?: Array<IWebhooksTriggers>;
|