@silexpert/core 1.0.160 → 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 (54) 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/Holidays.d.ts +2 -0
  5. package/es/types/Enum/Holidays.d.ts.map +1 -0
  6. package/es/types/Enum/Holidays.js +2 -0
  7. package/es/types/Enum/Holidays.js.map +1 -0
  8. package/es/types/Enum/LegalForm.d.ts +2 -1
  9. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  10. package/es/types/Enum/LegalForm.js +10 -0
  11. package/es/types/Enum/LegalForm.js.map +1 -1
  12. package/es/types/Enum/PrestationType.js +1 -1
  13. package/es/types/Enum/PrestationType.js.map +1 -1
  14. package/es/types/Interface/api/qonto/{ReadCreateConnection.d.ts → Read.d.ts} +5 -1
  15. package/es/types/Interface/api/qonto/Read.d.ts.map +1 -0
  16. package/es/types/Interface/api/qonto/Read.js +2 -0
  17. package/es/types/Interface/api/qonto/Read.js.map +1 -0
  18. package/es/types/index.d.ts +2 -1
  19. package/es/types/index.d.ts.map +1 -1
  20. package/es/types/index.js +2 -1
  21. package/es/types/index.js.map +1 -1
  22. package/es/utils/documents.js +1 -1
  23. package/es/utils/documents.js.map +1 -1
  24. package/es/utils/prestation.d.ts.map +1 -1
  25. package/es/utils/prestation.js +8 -10
  26. package/es/utils/prestation.js.map +1 -1
  27. package/js/api/resources/Qonto.js.map +1 -1
  28. package/js/types/Enum/Holidays.js +7 -0
  29. package/js/types/Enum/Holidays.js.map +1 -0
  30. package/js/types/Enum/LegalForm.js +10 -0
  31. package/js/types/Enum/LegalForm.js.map +1 -1
  32. package/js/types/Enum/PrestationType.js +1 -1
  33. package/js/types/Enum/PrestationType.js.map +1 -1
  34. package/js/types/Interface/api/qonto/{ReadCreateConnection.js → Read.js} +1 -1
  35. package/js/types/Interface/api/qonto/Read.js.map +1 -0
  36. package/js/types/index.js +19 -9
  37. package/js/types/index.js.map +1 -1
  38. package/js/utils/documents.js +1 -1
  39. package/js/utils/documents.js.map +1 -1
  40. package/js/utils/prestation.js +8 -9
  41. package/js/utils/prestation.js.map +1 -1
  42. package/package.json +1 -1
  43. package/ts/api/resources/Qonto.ts +2 -2
  44. package/ts/types/Enum/Holidays.ts +1 -0
  45. package/ts/types/Enum/LegalForm.ts +10 -0
  46. package/ts/types/Enum/PrestationType.ts +1 -1
  47. package/ts/types/Interface/api/qonto/{ReadCreateConnection.ts → Read.ts} +6 -1
  48. package/ts/types/index.ts +2 -1
  49. package/ts/utils/documents.ts +1 -1
  50. package/ts/utils/prestation.ts +9 -10
  51. package/es/types/Interface/api/qonto/ReadCreateConnection.d.ts.map +0 -1
  52. package/es/types/Interface/api/qonto/ReadCreateConnection.js +0 -2
  53. package/es/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
  54. package/js/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=ReadCreateConnection.js.map
6
+ //# sourceMappingURL=Read.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/qonto/Read.ts"],"sourcesContent":["import { GetQontoOrganization } from './Query';\n\nexport type CreateImportationResult = {\n transactionCreated: number;\n transactionUpdated: number;\n};\n\nexport interface ReadCreateConnection {\n idBankConnection: number;\n qontoConnection: GetQontoOrganization;\n}\n"],"mappings":""}
package/js/types/index.js CHANGED
@@ -4733,6 +4733,16 @@ Object.keys(_JobTitle).forEach(function (key) {
4733
4733
  }
4734
4734
  });
4735
4735
  });
4736
+ var _Holidays = require("./Enum/Holidays");
4737
+ Object.keys(_Holidays).forEach(function (key) {
4738
+ if (key === "default" || key === "__esModule") return;
4739
+ Object.defineProperty(exports, key, {
4740
+ enumerable: true,
4741
+ get: function () {
4742
+ return _Holidays[key];
4743
+ }
4744
+ });
4745
+ });
4736
4746
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
4737
4747
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
4738
4748
  if (key === "default" || key === "__esModule") return;
@@ -8473,13 +8483,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
8473
8483
  }
8474
8484
  });
8475
8485
  });
8476
- var _ReadCreateConnection = require("./Interface/api/qonto/ReadCreateConnection");
8477
- Object.keys(_ReadCreateConnection).forEach(function (key) {
8486
+ var _Read5 = require("./Interface/api/qonto/Read");
8487
+ Object.keys(_Read5).forEach(function (key) {
8478
8488
  if (key === "default" || key === "__esModule") return;
8479
8489
  Object.defineProperty(exports, key, {
8480
8490
  enumerable: true,
8481
8491
  get: function () {
8482
- return _ReadCreateConnection[key];
8492
+ return _Read5[key];
8483
8493
  }
8484
8494
  });
8485
8495
  });
@@ -8493,13 +8503,13 @@ Object.keys(_Create6).forEach(function (key) {
8493
8503
  }
8494
8504
  });
8495
8505
  });
8496
- var _Read5 = require("./Interface/api/file/Read");
8497
- Object.keys(_Read5).forEach(function (key) {
8506
+ var _Read6 = require("./Interface/api/file/Read");
8507
+ Object.keys(_Read6).forEach(function (key) {
8498
8508
  if (key === "default" || key === "__esModule") return;
8499
8509
  Object.defineProperty(exports, key, {
8500
8510
  enumerable: true,
8501
8511
  get: function () {
8502
- return _Read5[key];
8512
+ return _Read6[key];
8503
8513
  }
8504
8514
  });
8505
8515
  });
@@ -8693,13 +8703,13 @@ Object.keys(_Update4).forEach(function (key) {
8693
8703
  }
8694
8704
  });
8695
8705
  });
8696
- var _Read6 = require("./Interface/api/rule/Read");
8697
- Object.keys(_Read6).forEach(function (key) {
8706
+ var _Read7 = require("./Interface/api/rule/Read");
8707
+ Object.keys(_Read7).forEach(function (key) {
8698
8708
  if (key === "default" || key === "__esModule") return;
8699
8709
  Object.defineProperty(exports, key, {
8700
8710
  enumerable: true,
8701
8711
  get: function () {
8702
- return _Read6[key];
8712
+ return _Read7[key];
8703
8713
  }
8704
8714
  });
8705
8715
  });