@silexpert/core 1.0.161 → 1.0.163

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 (36) hide show
  1. package/es/api/resources/Qonto.d.ts +2 -2
  2. package/es/api/resources/Qonto.d.ts.map +1 -1
  3. package/es/api/resources/Qonto.js.map +1 -1
  4. package/es/types/Enum/LegalForm.d.ts +2 -1
  5. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  6. package/es/types/Enum/LegalForm.js +10 -0
  7. package/es/types/Enum/LegalForm.js.map +1 -1
  8. package/es/types/Interface/api/qonto/{ReadCreateConnection.d.ts → Read.d.ts} +5 -1
  9. package/es/types/Interface/api/qonto/Read.d.ts.map +1 -0
  10. package/es/types/Interface/api/qonto/Read.js +2 -0
  11. package/es/types/Interface/api/qonto/Read.js.map +1 -0
  12. package/es/types/index.d.ts +1 -1
  13. package/es/types/index.d.ts.map +1 -1
  14. package/es/types/index.js +1 -1
  15. package/es/types/index.js.map +1 -1
  16. package/es/utils/documents.js +1 -1
  17. package/es/utils/documents.js.map +1 -1
  18. package/js/api/resources/Qonto.js.map +1 -1
  19. package/js/types/Enum/LegalForm.js +10 -0
  20. package/js/types/Enum/LegalForm.js.map +1 -1
  21. package/js/types/Interface/api/qonto/{ReadCreateConnection.js → Read.js} +1 -1
  22. package/js/types/Interface/api/qonto/Read.js.map +1 -0
  23. package/js/types/index.js +9 -9
  24. package/js/types/index.js.map +1 -1
  25. package/js/utils/documents.js +1 -1
  26. package/js/utils/documents.js.map +1 -1
  27. package/package.json +1 -1
  28. package/ts/api/resources/Qonto.ts +2 -2
  29. package/ts/types/Enum/LegalForm.ts +10 -0
  30. package/ts/types/Interface/api/qonto/{ReadCreateConnection.ts → Read.ts} +6 -1
  31. package/ts/types/index.ts +1 -1
  32. package/ts/utils/documents.ts +1 -1
  33. package/es/types/Interface/api/qonto/ReadCreateConnection.d.ts.map +0 -1
  34. package/es/types/Interface/api/qonto/ReadCreateConnection.js +0 -2
  35. package/es/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
  36. package/js/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
package/js/types/index.js CHANGED
@@ -8483,13 +8483,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
8483
8483
  }
8484
8484
  });
8485
8485
  });
8486
- var _ReadCreateConnection = require("./Interface/api/qonto/ReadCreateConnection");
8487
- Object.keys(_ReadCreateConnection).forEach(function (key) {
8486
+ var _Read5 = require("./Interface/api/qonto/Read");
8487
+ Object.keys(_Read5).forEach(function (key) {
8488
8488
  if (key === "default" || key === "__esModule") return;
8489
8489
  Object.defineProperty(exports, key, {
8490
8490
  enumerable: true,
8491
8491
  get: function () {
8492
- return _ReadCreateConnection[key];
8492
+ return _Read5[key];
8493
8493
  }
8494
8494
  });
8495
8495
  });
@@ -8503,13 +8503,13 @@ Object.keys(_Create6).forEach(function (key) {
8503
8503
  }
8504
8504
  });
8505
8505
  });
8506
- var _Read5 = require("./Interface/api/file/Read");
8507
- Object.keys(_Read5).forEach(function (key) {
8506
+ var _Read6 = require("./Interface/api/file/Read");
8507
+ Object.keys(_Read6).forEach(function (key) {
8508
8508
  if (key === "default" || key === "__esModule") return;
8509
8509
  Object.defineProperty(exports, key, {
8510
8510
  enumerable: true,
8511
8511
  get: function () {
8512
- return _Read5[key];
8512
+ return _Read6[key];
8513
8513
  }
8514
8514
  });
8515
8515
  });
@@ -8703,13 +8703,13 @@ Object.keys(_Update4).forEach(function (key) {
8703
8703
  }
8704
8704
  });
8705
8705
  });
8706
- var _Read6 = require("./Interface/api/rule/Read");
8707
- Object.keys(_Read6).forEach(function (key) {
8706
+ var _Read7 = require("./Interface/api/rule/Read");
8707
+ Object.keys(_Read7).forEach(function (key) {
8708
8708
  if (key === "default" || key === "__esModule") return;
8709
8709
  Object.defineProperty(exports, key, {
8710
8710
  enumerable: true,
8711
8711
  get: function () {
8712
- return _Read6[key];
8712
+ return _Read7[key];
8713
8713
  }
8714
8714
  });
8715
8715
  });