@maioradv/cms-basic-lib 1.0.2 → 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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export * from './popups/types';
|
|
|
15
15
|
export * from './productAttributes/types';
|
|
16
16
|
export * from './products/types';
|
|
17
17
|
export * from './roles/types';
|
|
18
|
+
export * from './core/dto/pagination';
|
|
18
19
|
export { TiDelizioPlan } from './configs/services/ti-delizio.config';
|
|
19
20
|
export declare function maiorCmsApiClient(opt: MaiorCmsApiConfigs): MaiorCmsApiClient;
|
package/dist/index.js
CHANGED
|
@@ -31,6 +31,7 @@ __exportStar(require("./popups/types"), exports);
|
|
|
31
31
|
__exportStar(require("./productAttributes/types"), exports);
|
|
32
32
|
__exportStar(require("./products/types"), exports);
|
|
33
33
|
__exportStar(require("./roles/types"), exports);
|
|
34
|
+
__exportStar(require("./core/dto/pagination"), exports);
|
|
34
35
|
var ti_delizio_config_1 = require("./configs/services/ti-delizio.config");
|
|
35
36
|
Object.defineProperty(exports, "TiDelizioPlan", { enumerable: true, get: function () { return ti_delizio_config_1.TiDelizioPlan; } });
|
|
36
37
|
function maiorCmsApiClient(opt) {
|