@yuno-payments/dashboard-api-mfe 0.40.5-beta.1 → 0.40.5
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.
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/types/webhook/webhook.d.ts +0 -2
- package/build/esm/index.js +6 -6
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/types/webhook/webhook.d.ts +0 -2
- package/build/index.d.ts +0 -2
- package/package.json +1 -1
|
@@ -38,7 +38,6 @@ export declare namespace Webhook {
|
|
|
38
38
|
url: string;
|
|
39
39
|
api_key?: string;
|
|
40
40
|
secret?: string;
|
|
41
|
-
hmac_client_secret?: string;
|
|
42
41
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
43
42
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
44
43
|
report_triggers?: Array<IWebhooksTriggers>;
|
|
@@ -54,7 +53,6 @@ export declare namespace Webhook {
|
|
|
54
53
|
url: string;
|
|
55
54
|
api_key: string;
|
|
56
55
|
secret: string;
|
|
57
|
-
hmac_client_secret?: string;
|
|
58
56
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
59
57
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
60
58
|
report_triggers?: Array<IWebhooksTriggers>;
|
package/build/index.d.ts
CHANGED
|
@@ -1283,7 +1283,6 @@ declare namespace Webhook {
|
|
|
1283
1283
|
url: string;
|
|
1284
1284
|
api_key?: string;
|
|
1285
1285
|
secret?: string;
|
|
1286
|
-
hmac_client_secret?: string;
|
|
1287
1286
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
1288
1287
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
1289
1288
|
report_triggers?: Array<IWebhooksTriggers>;
|
|
@@ -1299,7 +1298,6 @@ declare namespace Webhook {
|
|
|
1299
1298
|
url: string;
|
|
1300
1299
|
api_key: string;
|
|
1301
1300
|
secret: string;
|
|
1302
|
-
hmac_client_secret?: string;
|
|
1303
1301
|
enrollment_triggers?: Array<IWebhooksTriggers>;
|
|
1304
1302
|
payment_triggers?: Array<IWebhooksTriggers>;
|
|
1305
1303
|
report_triggers?: Array<IWebhooksTriggers>;
|