@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.
Files changed (27) hide show
  1. package/es/types/Enum/FollowList.d.ts +98 -0
  2. package/es/types/Enum/FollowList.d.ts.map +1 -0
  3. package/es/types/Enum/FollowList.js +98 -0
  4. package/es/types/Enum/FollowList.js.map +1 -0
  5. package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts +9 -0
  6. package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts.map +1 -0
  7. package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js +2 -0
  8. package/es/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js.map +1 -0
  9. package/es/types/Interface/models/IFollow.d.ts +0 -2
  10. package/es/types/Interface/models/IFollow.d.ts.map +1 -1
  11. package/es/types/Interface/models/IFollow.js.map +1 -1
  12. package/es/types/index.d.ts +2 -0
  13. package/es/types/index.d.ts.map +1 -1
  14. package/es/types/index.js +2 -0
  15. package/es/types/index.js.map +1 -1
  16. package/js/types/Enum/FollowList.js +103 -0
  17. package/js/types/Enum/FollowList.js.map +1 -0
  18. package/js/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js +6 -0
  19. package/js/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js.map +1 -0
  20. package/js/types/Interface/models/IFollow.js.map +1 -1
  21. package/js/types/index.js +20 -0
  22. package/js/types/index.js.map +1 -1
  23. package/package.json +1 -1
  24. package/ts/types/Enum/FollowList.ts +97 -0
  25. package/ts/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.ts +10 -0
  26. package/ts/types/Interface/models/IFollow.ts +0 -5
  27. 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;