@maioradv/cms-basic-lib 1.0.13 → 1.0.14

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.
@@ -60,5 +60,4 @@ export type FindAllCollectionProductsDto = WithRelation<ProductCollection, 'Prod
60
60
  export type QueryCollectionProductsDto = Omit<QueryParamsDto<SortingParamsDto<{}>, WhereClausesDto<{
61
61
  includeAttributes?: NumberClause;
62
62
  excludeAttributes?: NumberClause;
63
- excludeAllAttributes?: NumberClause;
64
63
  }>>, 'sorting'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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",