@silexpert/core 1.1.76 → 1.1.77
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/es/types/Enum/FollowList.d.ts +98 -0
- package/es/types/Enum/FollowList.d.ts.map +1 -0
- package/es/types/Enum/FollowList.js +98 -0
- package/es/types/Enum/FollowList.js.map +1 -0
- package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts +9 -0
- package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js +2 -0
- package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js.map +1 -0
- package/es/types/Interface/models/IFollow.d.ts +0 -2
- package/es/types/Interface/models/IFollow.d.ts.map +1 -1
- package/es/types/Interface/models/IFollow.js.map +1 -1
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/js/types/Enum/FollowList.js +103 -0
- package/js/types/Enum/FollowList.js.map +1 -0
- package/js/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js +6 -0
- package/js/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js.map +1 -0
- package/js/types/Interface/models/IFollow.js.map +1 -1
- package/js/types/index.js +20 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/FollowList.ts +97 -0
- package/ts/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.ts +10 -0
- package/ts/types/Interface/models/IFollow.ts +0 -5
- package/ts/types/index.ts +2 -0
package/js/types/index.js
CHANGED
|
@@ -4713,6 +4713,16 @@ Object.keys(_PaymentExpectation).forEach(function (key) {
|
|
|
4713
4713
|
}
|
|
4714
4714
|
});
|
|
4715
4715
|
});
|
|
4716
|
+
var _FollowList = require("./Enum/FollowList");
|
|
4717
|
+
Object.keys(_FollowList).forEach(function (key) {
|
|
4718
|
+
if (key === "default" || key === "__esModule") return;
|
|
4719
|
+
Object.defineProperty(exports, key, {
|
|
4720
|
+
enumerable: true,
|
|
4721
|
+
get: function () {
|
|
4722
|
+
return _FollowList[key];
|
|
4723
|
+
}
|
|
4724
|
+
});
|
|
4725
|
+
});
|
|
4716
4726
|
var _Query = require("./Interface/api/adjustment/Query");
|
|
4717
4727
|
Object.keys(_Query).forEach(function (key) {
|
|
4718
4728
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -7323,6 +7333,16 @@ Object.keys(_shipping_line).forEach(function (key) {
|
|
|
7323
7333
|
}
|
|
7324
7334
|
});
|
|
7325
7335
|
});
|
|
7336
|
+
var _GetPrestashopDataFromJSONOutputParams = require("./Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams");
|
|
7337
|
+
Object.keys(_GetPrestashopDataFromJSONOutputParams).forEach(function (key) {
|
|
7338
|
+
if (key === "default" || key === "__esModule") return;
|
|
7339
|
+
Object.defineProperty(exports, key, {
|
|
7340
|
+
enumerable: true,
|
|
7341
|
+
get: function () {
|
|
7342
|
+
return _GetPrestashopDataFromJSONOutputParams[key];
|
|
7343
|
+
}
|
|
7344
|
+
});
|
|
7345
|
+
});
|
|
7326
7346
|
var _PSOrder = require("./Interface/api/prestashop/PSOrder");
|
|
7327
7347
|
Object.keys(_PSOrder).forEach(function (key) {
|
|
7328
7348
|
if (key === "default" || key === "__esModule") return;
|