@tap-payments/os-micro-frontend-shared 0.1.437 → 0.1.438

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.
@@ -966,6 +966,9 @@ export declare const APP_CODES: {
966
966
  update: {
967
967
  code: string;
968
968
  };
969
+ deactivate: {
970
+ code: string;
971
+ };
969
972
  };
970
973
  };
971
974
  slaProcess: {
@@ -389,6 +389,9 @@ export const APP_CODES = {
389
389
  update: {
390
390
  code: 'UPDATE',
391
391
  },
392
+ deactivate: {
393
+ code: 'DEACTIVATE',
394
+ },
392
395
  },
393
396
  },
394
397
  slaProcess: { code: 'SLA_PROCESS' },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.437",
4
+ "version": "0.1.438",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",