@silexpert/core 1.0.183 → 1.0.185

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 (70) hide show
  1. package/es/types/Enum/BrandPourcentage.js +5 -5
  2. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  3. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -1
  4. package/es/types/Enum/CommercialImportHeader.js +23 -16
  5. package/es/types/Enum/CommercialImportHeader.js.map +1 -1
  6. package/es/types/Enum/EntityType.d.ts +18 -0
  7. package/es/types/Enum/EntityType.d.ts.map +1 -0
  8. package/es/types/Enum/EntityType.js +66 -0
  9. package/es/types/Enum/EntityType.js.map +1 -0
  10. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
  11. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
  12. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  13. package/es/types/Interface/api/commercialImport/Query.d.ts +1 -1
  14. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -1
  15. package/es/types/Interface/api/commercialImport/Query.js.map +1 -1
  16. package/es/types/Interface/api/commercialImport/Read.d.ts +2 -1
  17. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -1
  18. package/es/types/Interface/api/commercialImport/Read.js.map +1 -1
  19. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +21 -3
  20. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -1
  21. package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  22. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +4 -0
  23. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  24. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +14 -2
  25. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  26. package/es/types/Interface/models/IAppNotification.d.ts +1 -0
  27. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -1
  28. package/es/types/Interface/models/IAppNotification.js.map +1 -1
  29. package/es/types/Interface/models/IUser.d.ts +2 -0
  30. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  31. package/es/types/Interface/models/IUser.js.map +1 -1
  32. package/es/types/index.d.ts +1 -1
  33. package/es/types/index.d.ts.map +1 -1
  34. package/es/types/index.js +1 -1
  35. package/es/types/index.js.map +1 -1
  36. package/js/types/Enum/BrandPourcentage.js +5 -5
  37. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  38. package/js/types/Enum/CommercialImportHeader.js +23 -16
  39. package/js/types/Enum/CommercialImportHeader.js.map +1 -1
  40. package/js/types/Enum/EntityType.js +64 -0
  41. package/js/types/Enum/EntityType.js.map +1 -0
  42. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  43. package/js/types/Interface/api/commercialImport/Query.js.map +1 -1
  44. package/js/types/Interface/api/commercialImport/Read.js.map +1 -1
  45. package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  46. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +5 -1
  47. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  48. package/js/types/Interface/models/IAppNotification.js.map +1 -1
  49. package/js/types/Interface/models/IUser.js.map +1 -1
  50. package/js/types/index.js +34 -34
  51. package/js/types/index.js.map +1 -1
  52. package/package.json +1 -1
  53. package/ts/types/Enum/BrandPourcentage.ts +5 -5
  54. package/ts/types/Enum/CommercialImportHeader.ts +23 -16
  55. package/ts/types/Enum/EntityType.ts +65 -0
  56. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  57. package/ts/types/Interface/api/commercialImport/Query.ts +2 -1
  58. package/ts/types/Interface/api/commercialImport/Read.ts +2 -1
  59. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +23 -3
  60. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +12 -2
  61. package/ts/types/Interface/models/IAppNotification.ts +1 -0
  62. package/ts/types/Interface/models/IUser.ts +2 -0
  63. package/ts/types/index.ts +1 -1
  64. package/es/types/Interface/api/companeo/Query.d.ts +0 -5
  65. package/es/types/Interface/api/companeo/Query.d.ts.map +0 -1
  66. package/es/types/Interface/api/companeo/Query.js +0 -26
  67. package/es/types/Interface/api/companeo/Query.js.map +0 -1
  68. package/js/types/Interface/api/companeo/Query.js +0 -23
  69. package/js/types/Interface/api/companeo/Query.js.map +0 -1
  70. package/ts/types/Interface/api/companeo/Query.ts +0 -14
package/js/types/index.js CHANGED
@@ -4783,6 +4783,16 @@ Object.keys(_RemoteType).forEach(function (key) {
4783
4783
  }
4784
4784
  });
4785
4785
  });
4786
+ var _EntityType = require("./Enum/EntityType");
4787
+ Object.keys(_EntityType).forEach(function (key) {
4788
+ if (key === "default" || key === "__esModule") return;
4789
+ Object.defineProperty(exports, key, {
4790
+ enumerable: true,
4791
+ get: function () {
4792
+ return _EntityType[key];
4793
+ }
4794
+ });
4795
+ });
4786
4796
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
4787
4797
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
4788
4798
  if (key === "default" || key === "__esModule") return;
@@ -6473,16 +6483,6 @@ Object.keys(_Query).forEach(function (key) {
6473
6483
  }
6474
6484
  });
6475
6485
  });
6476
- var _Query2 = require("./Interface/api/companeo/Query");
6477
- Object.keys(_Query2).forEach(function (key) {
6478
- if (key === "default" || key === "__esModule") return;
6479
- Object.defineProperty(exports, key, {
6480
- enumerable: true,
6481
- get: function () {
6482
- return _Query2[key];
6483
- }
6484
- });
6485
- });
6486
6486
  var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6487
6487
  Object.keys(_CompaneoReturn).forEach(function (key) {
6488
6488
  if (key === "default" || key === "__esModule") return;
@@ -6663,13 +6663,13 @@ Object.keys(_CreatePartner).forEach(function (key) {
6663
6663
  }
6664
6664
  });
6665
6665
  });
6666
- var _Query3 = require("./Interface/api/partner/Query");
6667
- Object.keys(_Query3).forEach(function (key) {
6666
+ var _Query2 = require("./Interface/api/partner/Query");
6667
+ Object.keys(_Query2).forEach(function (key) {
6668
6668
  if (key === "default" || key === "__esModule") return;
6669
6669
  Object.defineProperty(exports, key, {
6670
6670
  enumerable: true,
6671
6671
  get: function () {
6672
- return _Query3[key];
6672
+ return _Query2[key];
6673
6673
  }
6674
6674
  });
6675
6675
  });
@@ -7493,13 +7493,13 @@ Object.keys(_Create2).forEach(function (key) {
7493
7493
  }
7494
7494
  });
7495
7495
  });
7496
- var _Query4 = require("./Interface/api/budgetInsight/Query");
7497
- Object.keys(_Query4).forEach(function (key) {
7496
+ var _Query3 = require("./Interface/api/budgetInsight/Query");
7497
+ Object.keys(_Query3).forEach(function (key) {
7498
7498
  if (key === "default" || key === "__esModule") return;
7499
7499
  Object.defineProperty(exports, key, {
7500
7500
  enumerable: true,
7501
7501
  get: function () {
7502
- return _Query4[key];
7502
+ return _Query3[key];
7503
7503
  }
7504
7504
  });
7505
7505
  });
@@ -8183,13 +8183,13 @@ Object.keys(_Read3).forEach(function (key) {
8183
8183
  }
8184
8184
  });
8185
8185
  });
8186
- var _Query5 = require("./Interface/api/checklist/Query");
8187
- Object.keys(_Query5).forEach(function (key) {
8186
+ var _Query4 = require("./Interface/api/checklist/Query");
8187
+ Object.keys(_Query4).forEach(function (key) {
8188
8188
  if (key === "default" || key === "__esModule") return;
8189
8189
  Object.defineProperty(exports, key, {
8190
8190
  enumerable: true,
8191
8191
  get: function () {
8192
- return _Query5[key];
8192
+ return _Query4[key];
8193
8193
  }
8194
8194
  });
8195
8195
  });
@@ -8433,13 +8433,13 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
8433
8433
  }
8434
8434
  });
8435
8435
  });
8436
- var _Query6 = require("./Interface/api/customerActivity/Query");
8437
- Object.keys(_Query6).forEach(function (key) {
8436
+ var _Query5 = require("./Interface/api/customerActivity/Query");
8437
+ Object.keys(_Query5).forEach(function (key) {
8438
8438
  if (key === "default" || key === "__esModule") return;
8439
8439
  Object.defineProperty(exports, key, {
8440
8440
  enumerable: true,
8441
8441
  get: function () {
8442
- return _Query6[key];
8442
+ return _Query5[key];
8443
8443
  }
8444
8444
  });
8445
8445
  });
@@ -8483,13 +8483,13 @@ Object.keys(_Read4).forEach(function (key) {
8483
8483
  }
8484
8484
  });
8485
8485
  });
8486
- var _Query7 = require("./Interface/api/commercialManagement/Query");
8487
- Object.keys(_Query7).forEach(function (key) {
8486
+ var _Query6 = require("./Interface/api/commercialManagement/Query");
8487
+ Object.keys(_Query6).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 _Query7[key];
8492
+ return _Query6[key];
8493
8493
  }
8494
8494
  });
8495
8495
  });
@@ -8543,13 +8543,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
8543
8543
  }
8544
8544
  });
8545
8545
  });
8546
- var _Query8 = require("./Interface/api/qonto/Query");
8547
- Object.keys(_Query8).forEach(function (key) {
8546
+ var _Query7 = require("./Interface/api/qonto/Query");
8547
+ Object.keys(_Query7).forEach(function (key) {
8548
8548
  if (key === "default" || key === "__esModule") return;
8549
8549
  Object.defineProperty(exports, key, {
8550
8550
  enumerable: true,
8551
8551
  get: function () {
8552
- return _Query8[key];
8552
+ return _Query7[key];
8553
8553
  }
8554
8554
  });
8555
8555
  });
@@ -8803,13 +8803,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
8803
8803
  }
8804
8804
  });
8805
8805
  });
8806
- var _Query9 = require("./Interface/api/rule/Query");
8807
- Object.keys(_Query9).forEach(function (key) {
8806
+ var _Query8 = require("./Interface/api/rule/Query");
8807
+ Object.keys(_Query8).forEach(function (key) {
8808
8808
  if (key === "default" || key === "__esModule") return;
8809
8809
  Object.defineProperty(exports, key, {
8810
8810
  enumerable: true,
8811
8811
  get: function () {
8812
- return _Query9[key];
8812
+ return _Query8[key];
8813
8813
  }
8814
8814
  });
8815
8815
  });
@@ -8923,13 +8923,13 @@ Object.keys(_Read8).forEach(function (key) {
8923
8923
  }
8924
8924
  });
8925
8925
  });
8926
- var _Query10 = require("./Interface/api/commercialImport/Query");
8927
- Object.keys(_Query10).forEach(function (key) {
8926
+ var _Query9 = require("./Interface/api/commercialImport/Query");
8927
+ Object.keys(_Query9).forEach(function (key) {
8928
8928
  if (key === "default" || key === "__esModule") return;
8929
8929
  Object.defineProperty(exports, key, {
8930
8930
  enumerable: true,
8931
8931
  get: function () {
8932
- return _Query10[key];
8932
+ return _Query9[key];
8933
8933
  }
8934
8934
  });
8935
8935
  });