@maioradv/cms-basic-lib 1.0.1 → 1.0.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/dist/index.d.ts CHANGED
@@ -5,6 +5,16 @@ export type MaiorCmsApiConfigs = ApiConfigs;
5
5
  export * from './types';
6
6
  export * from './error';
7
7
  export * from './auth/types';
8
- export { PopupModal, PopupTrigger, PopupTriggerRule } from './popups/types';
8
+ export * from './apitokens/types';
9
+ export * from './collections/types';
10
+ export * from './configs/types';
11
+ export * from './images/types';
12
+ export * from './io/types';
13
+ export * from './languages/types';
14
+ export * from './popups/types';
15
+ export * from './productAttributes/types';
16
+ export * from './products/types';
17
+ export * from './roles/types';
18
+ export * from './core/dto/pagination';
9
19
  export { TiDelizioPlan } from './configs/services/ti-delizio.config';
10
20
  export declare function maiorCmsApiClient(opt: MaiorCmsApiConfigs): MaiorCmsApiClient;
package/dist/index.js CHANGED
@@ -14,16 +14,24 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.TiDelizioPlan = exports.PopupTriggerRule = exports.PopupModal = exports.MaiorCmsApiClient = void 0;
17
+ exports.TiDelizioPlan = exports.MaiorCmsApiClient = void 0;
18
18
  exports.maiorCmsApiClient = maiorCmsApiClient;
19
19
  const client_1 = require("./client");
20
20
  Object.defineProperty(exports, "MaiorCmsApiClient", { enumerable: true, get: function () { return client_1.MaiorCmsApiClient; } });
21
21
  __exportStar(require("./types"), exports);
22
22
  __exportStar(require("./error"), exports);
23
23
  __exportStar(require("./auth/types"), exports);
24
- var types_1 = require("./popups/types");
25
- Object.defineProperty(exports, "PopupModal", { enumerable: true, get: function () { return types_1.PopupModal; } });
26
- Object.defineProperty(exports, "PopupTriggerRule", { enumerable: true, get: function () { return types_1.PopupTriggerRule; } });
24
+ __exportStar(require("./apitokens/types"), exports);
25
+ __exportStar(require("./collections/types"), exports);
26
+ __exportStar(require("./configs/types"), exports);
27
+ __exportStar(require("./images/types"), exports);
28
+ __exportStar(require("./io/types"), exports);
29
+ __exportStar(require("./languages/types"), exports);
30
+ __exportStar(require("./popups/types"), exports);
31
+ __exportStar(require("./productAttributes/types"), exports);
32
+ __exportStar(require("./products/types"), exports);
33
+ __exportStar(require("./roles/types"), exports);
34
+ __exportStar(require("./core/dto/pagination"), exports);
27
35
  var ti_delizio_config_1 = require("./configs/services/ti-delizio.config");
28
36
  Object.defineProperty(exports, "TiDelizioPlan", { enumerable: true, get: function () { return ti_delizio_config_1.TiDelizioPlan; } });
29
37
  function maiorCmsApiClient(opt) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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",