@silexpert/core 1.0.163 → 1.0.167

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 (135) hide show
  1. package/es/api/resources/Prestations.d.ts +24 -0
  2. package/es/api/resources/Prestations.d.ts.map +1 -0
  3. package/es/api/resources/Prestations.js +29 -0
  4. package/es/api/resources/Prestations.js.map +1 -0
  5. package/es/api/resources/Quotation.d.ts +17 -0
  6. package/es/api/resources/Quotation.d.ts.map +1 -0
  7. package/es/api/resources/Quotation.js +20 -0
  8. package/es/api/resources/Quotation.js.map +1 -0
  9. package/es/api/resources/Rating.d.ts +18 -0
  10. package/es/api/resources/Rating.d.ts.map +1 -0
  11. package/es/api/resources/Rating.js +20 -0
  12. package/es/api/resources/Rating.js.map +1 -0
  13. package/es/api/resources.d.ts +6 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +6 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/AbsenceType.d.ts +4 -3
  18. package/es/types/Enum/AbsenceType.d.ts.map +1 -1
  19. package/es/types/Enum/AbsenceType.js +5 -0
  20. package/es/types/Enum/AbsenceType.js.map +1 -1
  21. package/es/types/Enum/AdminAcceptance.d.ts +11 -0
  22. package/es/types/Enum/AdminAcceptance.d.ts.map +1 -0
  23. package/es/types/Enum/AdminAcceptance.js +26 -0
  24. package/es/types/Enum/AdminAcceptance.js.map +1 -0
  25. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  26. package/es/types/Enum/BalanceSheet.js +1 -0
  27. package/es/types/Enum/BalanceSheet.js.map +1 -1
  28. package/es/types/Enum/Channel.d.ts +3 -1
  29. package/es/types/Enum/Channel.d.ts.map +1 -1
  30. package/es/types/Enum/Channel.js +2 -0
  31. package/es/types/Enum/Channel.js.map +1 -1
  32. package/es/types/Enum/ConstitutionState.d.ts.map +1 -1
  33. package/es/types/Enum/ConstitutionState.js +8 -2
  34. package/es/types/Enum/ConstitutionState.js.map +1 -1
  35. package/es/types/Enum/PrestationListType.d.ts +11 -0
  36. package/es/types/Enum/PrestationListType.d.ts.map +1 -0
  37. package/es/types/Enum/PrestationListType.js +26 -0
  38. package/es/types/Enum/PrestationListType.js.map +1 -0
  39. package/es/types/Interface/api/prestations/QueryCreate.d.ts +20 -0
  40. package/es/types/Interface/api/prestations/QueryCreate.d.ts.map +1 -0
  41. package/es/types/Interface/api/prestations/QueryCreate.js +116 -0
  42. package/es/types/Interface/api/prestations/QueryCreate.js.map +1 -0
  43. package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts +6 -0
  44. package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts.map +1 -0
  45. package/es/types/Interface/api/prestations/QueryGetAllPrestations.js +36 -0
  46. package/es/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -0
  47. package/es/types/Interface/api/prestations/QueryUpdate.d.ts +22 -0
  48. package/es/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -0
  49. package/es/types/Interface/api/prestations/QueryUpdate.js +131 -0
  50. package/es/types/Interface/api/prestations/QueryUpdate.js.map +1 -0
  51. package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts +20 -0
  52. package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts.map +1 -0
  53. package/es/types/Interface/api/quotation/ReadClientQuotation.js +2 -0
  54. package/es/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
  55. package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts +6 -0
  56. package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -0
  57. package/es/types/Interface/api/rating/QueryRatingPaginated.js +42 -0
  58. package/es/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
  59. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +1 -1
  60. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -1
  61. package/es/types/Interface/api/task/QueryPaginatedTask.js +3 -3
  62. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  63. package/es/types/Interface/models/IPrestationList.d.ts +3 -0
  64. package/es/types/Interface/models/IPrestationList.d.ts.map +1 -1
  65. package/es/types/Interface/models/IPrestationList.js.map +1 -1
  66. package/es/types/Interface/models/IRating.d.ts +9 -5
  67. package/es/types/Interface/models/IRating.d.ts.map +1 -1
  68. package/es/types/Interface/models/IRating.js.map +1 -1
  69. package/es/types/index.d.ts +7 -0
  70. package/es/types/index.d.ts.map +1 -1
  71. package/es/types/index.js +7 -0
  72. package/es/types/index.js.map +1 -1
  73. package/es/utils/quotation.d.ts +5 -0
  74. package/es/utils/quotation.d.ts.map +1 -1
  75. package/es/utils/quotation.js +160 -0
  76. package/es/utils/quotation.js.map +1 -1
  77. package/js/api/resources/Prestations.js +38 -0
  78. package/js/api/resources/Prestations.js.map +1 -0
  79. package/js/api/resources/Quotation.js +27 -0
  80. package/js/api/resources/Quotation.js.map +1 -0
  81. package/js/api/resources/Rating.js +29 -0
  82. package/js/api/resources/Rating.js.map +1 -0
  83. package/js/api/resources.js +7 -1
  84. package/js/api/resources.js.map +1 -1
  85. package/js/types/Enum/AbsenceType.js +4 -0
  86. package/js/types/Enum/AbsenceType.js.map +1 -1
  87. package/js/types/Enum/AdminAcceptance.js +26 -0
  88. package/js/types/Enum/AdminAcceptance.js.map +1 -0
  89. package/js/types/Enum/BalanceSheet.js +1 -0
  90. package/js/types/Enum/BalanceSheet.js.map +1 -1
  91. package/js/types/Enum/Channel.js +2 -0
  92. package/js/types/Enum/Channel.js.map +1 -1
  93. package/js/types/Enum/ConstitutionState.js +8 -2
  94. package/js/types/Enum/ConstitutionState.js.map +1 -1
  95. package/js/types/Enum/PrestationListType.js +26 -0
  96. package/js/types/Enum/PrestationListType.js.map +1 -0
  97. package/js/types/Interface/api/prestations/QueryCreate.js +39 -0
  98. package/js/types/Interface/api/prestations/QueryCreate.js.map +1 -0
  99. package/js/types/Interface/api/prestations/QueryGetAllPrestations.js +26 -0
  100. package/js/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -0
  101. package/js/types/Interface/api/prestations/QueryUpdate.js +40 -0
  102. package/js/types/Interface/api/prestations/QueryUpdate.js.map +1 -0
  103. package/js/types/Interface/api/quotation/ReadClientQuotation.js +6 -0
  104. package/js/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
  105. package/js/types/Interface/api/rating/QueryRatingPaginated.js +40 -0
  106. package/js/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
  107. package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
  108. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  109. package/js/types/Interface/models/IPrestationList.js.map +1 -1
  110. package/js/types/Interface/models/IRating.js.map +1 -1
  111. package/js/types/index.js +70 -0
  112. package/js/types/index.js.map +1 -1
  113. package/js/utils/quotation.js +157 -0
  114. package/js/utils/quotation.js.map +1 -1
  115. package/package.json +1 -1
  116. package/ts/api/resources/Prestations.ts +34 -0
  117. package/ts/api/resources/Quotation.ts +22 -0
  118. package/ts/api/resources/Rating.ts +23 -0
  119. package/ts/api/resources.ts +6 -0
  120. package/ts/types/Enum/AbsenceType.ts +6 -1
  121. package/ts/types/Enum/AdminAcceptance.ts +26 -0
  122. package/ts/types/Enum/BalanceSheet.ts +1 -0
  123. package/ts/types/Enum/Channel.ts +2 -0
  124. package/ts/types/Enum/ConstitutionState.ts +8 -2
  125. package/ts/types/Enum/PrestationListType.ts +25 -0
  126. package/ts/types/Interface/api/prestations/QueryCreate.ts +91 -0
  127. package/ts/types/Interface/api/prestations/QueryGetAllPrestations.ts +25 -0
  128. package/ts/types/Interface/api/prestations/QueryUpdate.ts +106 -0
  129. package/ts/types/Interface/api/quotation/ReadClientQuotation.ts +19 -0
  130. package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +29 -0
  131. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +3 -3
  132. package/ts/types/Interface/models/IPrestationList.ts +5 -0
  133. package/ts/types/Interface/models/IRating.ts +9 -5
  134. package/ts/types/index.ts +7 -1
  135. package/ts/utils/quotation.ts +178 -0
package/js/types/index.js CHANGED
@@ -4743,6 +4743,26 @@ Object.keys(_Holidays).forEach(function (key) {
4743
4743
  }
4744
4744
  });
4745
4745
  });
4746
+ var _AdminAcceptance = require("./Enum/AdminAcceptance");
4747
+ Object.keys(_AdminAcceptance).forEach(function (key) {
4748
+ if (key === "default" || key === "__esModule") return;
4749
+ Object.defineProperty(exports, key, {
4750
+ enumerable: true,
4751
+ get: function () {
4752
+ return _AdminAcceptance[key];
4753
+ }
4754
+ });
4755
+ });
4756
+ var _PrestationListType = require("./Enum/PrestationListType");
4757
+ Object.keys(_PrestationListType).forEach(function (key) {
4758
+ if (key === "default" || key === "__esModule") return;
4759
+ Object.defineProperty(exports, key, {
4760
+ enumerable: true,
4761
+ get: function () {
4762
+ return _PrestationListType[key];
4763
+ }
4764
+ });
4765
+ });
4746
4766
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
4747
4767
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
4748
4768
  if (key === "default" || key === "__esModule") return;
@@ -6333,6 +6353,16 @@ Object.keys(_QueryInpiBalancePaginated).forEach(function (key) {
6333
6353
  }
6334
6354
  });
6335
6355
  });
6356
+ var _QueryRatingPaginated = require("./Interface/api/rating/QueryRatingPaginated");
6357
+ Object.keys(_QueryRatingPaginated).forEach(function (key) {
6358
+ if (key === "default" || key === "__esModule") return;
6359
+ Object.defineProperty(exports, key, {
6360
+ enumerable: true,
6361
+ get: function () {
6362
+ return _QueryRatingPaginated[key];
6363
+ }
6364
+ });
6365
+ });
6336
6366
  var _inpiBalanceStatistic = require("./Interface/api/inpiBalance/inpiBalanceStatistic");
6337
6367
  Object.keys(_inpiBalanceStatistic).forEach(function (key) {
6338
6368
  if (key === "default" || key === "__esModule") return;
@@ -8733,6 +8763,46 @@ Object.keys(_CreateAcceptance).forEach(function (key) {
8733
8763
  }
8734
8764
  });
8735
8765
  });
8766
+ var _ReadClientQuotation = require("./Interface/api/quotation/ReadClientQuotation");
8767
+ Object.keys(_ReadClientQuotation).forEach(function (key) {
8768
+ if (key === "default" || key === "__esModule") return;
8769
+ Object.defineProperty(exports, key, {
8770
+ enumerable: true,
8771
+ get: function () {
8772
+ return _ReadClientQuotation[key];
8773
+ }
8774
+ });
8775
+ });
8776
+ var _QueryCreate = require("./Interface/api/prestations/QueryCreate");
8777
+ Object.keys(_QueryCreate).forEach(function (key) {
8778
+ if (key === "default" || key === "__esModule") return;
8779
+ Object.defineProperty(exports, key, {
8780
+ enumerable: true,
8781
+ get: function () {
8782
+ return _QueryCreate[key];
8783
+ }
8784
+ });
8785
+ });
8786
+ var _QueryUpdate = require("./Interface/api/prestations/QueryUpdate");
8787
+ Object.keys(_QueryUpdate).forEach(function (key) {
8788
+ if (key === "default" || key === "__esModule") return;
8789
+ Object.defineProperty(exports, key, {
8790
+ enumerable: true,
8791
+ get: function () {
8792
+ return _QueryUpdate[key];
8793
+ }
8794
+ });
8795
+ });
8796
+ var _QueryGetAllPrestations = require("./Interface/api/prestations/QueryGetAllPrestations");
8797
+ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
8798
+ if (key === "default" || key === "__esModule") return;
8799
+ Object.defineProperty(exports, key, {
8800
+ enumerable: true,
8801
+ get: function () {
8802
+ return _QueryGetAllPrestations[key];
8803
+ }
8804
+ });
8805
+ });
8736
8806
  var _Util4 = require("./Interface/enum/Util");
8737
8807
  Object.keys(_Util4).forEach(function (key) {
8738
8808
  if (key === "default" || key === "__esModule") return;