@infrab4a/connect 4.10.1-beta.2 → 4.10.1-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.10.1-beta.2",
3
+ "version": "4.10.1-beta.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -31,15 +31,19 @@ export declare class CategoryBase<ChildCategory extends ModelBaseStructure<Child
31
31
  parent?: CategoryBase;
32
32
  filters?: Filter[];
33
33
  static get identifiersFields(): GenericIdentifier[];
34
- get glamImages(): CategoryImages | {
34
+ get glamImages(): {
35
35
  image: string;
36
36
  brandBanner: string;
37
37
  brandBannerMobile: string;
38
+ } | {
39
+ Glamshop: CategoryImages;
38
40
  };
39
- get mensImages(): CategoryImages | {
41
+ get mensImages(): {
40
42
  image: string;
41
43
  brandBanner: string;
42
44
  brandBannerMobile: string;
45
+ } | {
46
+ mensmarket: CategoryImages;
43
47
  };
44
48
  get glamMetadata(): CategoryMetadata;
45
49
  get mensMetadata(): CategoryMetadata;