@bluealba/pae-core 5.2.0-develop-158 → 5.2.0-develop-172

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/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluealba/pae-core",
3
3
  "description": "Core package for the PAE project",
4
- "version": "5.2.0-develop-158",
4
+ "version": "5.2.0-develop-172",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "files": [
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * Customizable properties of a module.
3
+ * May include a `tenantOverrides` key with per-tenant property overrides.
4
+ * The gateway strips `tenantOverrides` from the response and merges the matching
5
+ * tenant's overrides into the root props before returning the catalog.
3
6
  */
4
- export type ModuleProps = Record<string, any>;
7
+ export type ModuleProps = Record<string, any> & {
8
+ tenantOverrides?: Record<string, Record<string, any>>;
9
+ };
5
10
  export interface UIConfig {
6
11
  /**
7
12
  * The route that the app will be mounted on
@@ -1 +1 @@
1
- {"version":3,"file":"ui-config.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-config.interface.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAE7C,MAAM,WAAW,QAAQ;IACvB;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,WAAW,EAAE,WAAW,CAAC;IAEzB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEd;;;;;KAKC;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC"}
1
+ {"version":3,"file":"ui-config.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-config.interface.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACvD,CAAA;AAED,MAAM,WAAW,QAAQ;IACvB;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,WAAW,EAAE,WAAW,CAAC;IAEzB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEd;;;;;KAKC;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluealba/pae-core",
3
3
  "description": "Core package for the PAE project",
4
- "version": "5.2.0-develop-158",
4
+ "version": "5.2.0-develop-172",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "files": [