@tap-payments/os-micro-frontend-shared 0.1.387 → 0.1.388
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/constants/apps.d.ts +0 -1
- package/build/constants/apps.js +0 -14
- package/package.json +1 -1
package/build/constants/apps.js
CHANGED
|
@@ -490,17 +490,3 @@ export const APP_ICONS = [
|
|
|
490
490
|
},
|
|
491
491
|
];
|
|
492
492
|
export const excludedApps = ['login'];
|
|
493
|
-
export const MF_APPS_MAPPER = new Set([
|
|
494
|
-
APP_CODES.terminals.code,
|
|
495
|
-
APP_CODES.billing.code,
|
|
496
|
-
APP_CODES.account.code,
|
|
497
|
-
APP_CODES.business.code,
|
|
498
|
-
APP_CODES.payouts.code,
|
|
499
|
-
APP_CODES.reports.code,
|
|
500
|
-
APP_CODES.leads.code,
|
|
501
|
-
APP_CODES.wallet.code,
|
|
502
|
-
APP_CODES.acceptance.code,
|
|
503
|
-
APP_CODES.authentication.code,
|
|
504
|
-
APP_CODES.protect.code,
|
|
505
|
-
APP_CODES.tokens.code,
|
|
506
|
-
]);
|
package/package.json
CHANGED