@tap-payments/os-micro-frontend-shared 0.1.367-test.2 → 0.1.367-test.3

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.
@@ -6,9 +6,9 @@ import { CalenderMode } from './theme';
6
6
  import { Timezone } from './appConfig';
7
7
  import { Brand, Entity, Override, TableMode } from './index.js';
8
8
  import { TextAndLang } from './common';
9
- export type AppPayload<TServiceCodes extends string = string> = {
9
+ export type AppPayload<TServiceCodes extends string = string, TOverrides extends Partial<DefaultServicePayload> = object> = {
10
10
  services: {
11
- [key in TServiceCodes]?: ServicePayload;
11
+ [key in TServiceCodes]?: ServicePayload<TOverrides>;
12
12
  };
13
13
  };
14
14
  export type DefaultServicePayload = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.367-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.367-test.3",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",