@maioradv/cms-basic-lib 1.4.7 → 1.4.9

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.
@@ -1,4 +1,4 @@
1
- import { Bundle, BundleCollection, BundleVariant } from "../bundles/types";
1
+ import { Bundle, BundleCollection, BundleProduct, BundleVariant } from "../bundles/types";
2
2
  import { BooleanClause, NumberClause, StringClause, WhereClausesDto } from "../core/dto/clauses";
3
3
  import { Sorting, SortingParamsDto } from "../core/dto/sorting";
4
4
  import { QueryParamsDto } from "../core/utils/queryParams";
@@ -73,6 +73,7 @@ export type QueryCollectionProductsDto = Omit<QueryParamsDto<SortingParamsDto<{}
73
73
  }>>, 'sorting'>;
74
74
  export type FindAllCollectionBundlesDto = WithRelation<BundleCollection, 'Bundle', WithRelations<Bundle, {
75
75
  BundleVariant: BundleVariant[];
76
+ BundleProduct: BundleProduct[];
76
77
  }>>;
77
78
  export type QueryCollectionBundlesDto = Omit<QueryParamsDto<SortingParamsDto<{}>, WhereClausesDto<{
78
79
  includeAttributes?: NumberClause;
@@ -9,7 +9,8 @@ export declare enum PopupTarget {
9
9
  collectionDetail = "collectionDetail"
10
10
  }
11
11
  export declare enum PopupModal {
12
- standard = "standard"
12
+ standard = "standard",
13
+ bgimage = "bgimage"
13
14
  }
14
15
  export declare enum PopupTriggerRule {
15
16
  eventName = "eventName",
@@ -10,6 +10,7 @@ var PopupTarget;
10
10
  var PopupModal;
11
11
  (function (PopupModal) {
12
12
  PopupModal["standard"] = "standard";
13
+ PopupModal["bgimage"] = "bgimage";
13
14
  })(PopupModal || (exports.PopupModal = PopupModal = {}));
14
15
  var PopupTriggerRule;
15
16
  (function (PopupTriggerRule) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "JS lib for Maior CMS Basic Api",
5
5
  "repository": "https://github.com/maioradv/cms-basic-lib.git",
6
6
  "author": "Maior ADV Srl",