@silexpert/core 1.0.163 → 1.0.164

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 (76) hide show
  1. package/es/api/resources/Quotation.d.ts +17 -0
  2. package/es/api/resources/Quotation.d.ts.map +1 -0
  3. package/es/api/resources/Quotation.js +20 -0
  4. package/es/api/resources/Quotation.js.map +1 -0
  5. package/es/api/resources/Rating.d.ts +18 -0
  6. package/es/api/resources/Rating.d.ts.map +1 -0
  7. package/es/api/resources/Rating.js +20 -0
  8. package/es/api/resources/Rating.js.map +1 -0
  9. package/es/api/resources.d.ts +4 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +4 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/AbsenceType.d.ts +4 -3
  14. package/es/types/Enum/AbsenceType.d.ts.map +1 -1
  15. package/es/types/Enum/AbsenceType.js +5 -0
  16. package/es/types/Enum/AbsenceType.js.map +1 -1
  17. package/es/types/Enum/Channel.d.ts +3 -1
  18. package/es/types/Enum/Channel.d.ts.map +1 -1
  19. package/es/types/Enum/Channel.js +2 -0
  20. package/es/types/Enum/Channel.js.map +1 -1
  21. package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts +20 -0
  22. package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts.map +1 -0
  23. package/es/types/Interface/api/quotation/ReadClientQuotation.js +2 -0
  24. package/es/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
  25. package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts +6 -0
  26. package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -0
  27. package/es/types/Interface/api/rating/QueryRatingPaginated.js +42 -0
  28. package/es/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
  29. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +1 -1
  30. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -1
  31. package/es/types/Interface/api/task/QueryPaginatedTask.js +3 -3
  32. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  33. package/es/types/Interface/models/IRating.d.ts +9 -5
  34. package/es/types/Interface/models/IRating.d.ts.map +1 -1
  35. package/es/types/Interface/models/IRating.js.map +1 -1
  36. package/es/types/index.d.ts +2 -0
  37. package/es/types/index.d.ts.map +1 -1
  38. package/es/types/index.js +2 -0
  39. package/es/types/index.js.map +1 -1
  40. package/es/utils/quotation.d.ts +5 -0
  41. package/es/utils/quotation.d.ts.map +1 -1
  42. package/es/utils/quotation.js +160 -0
  43. package/es/utils/quotation.js.map +1 -1
  44. package/js/api/resources/Quotation.js +27 -0
  45. package/js/api/resources/Quotation.js.map +1 -0
  46. package/js/api/resources/Rating.js +29 -0
  47. package/js/api/resources/Rating.js.map +1 -0
  48. package/js/api/resources.js +5 -1
  49. package/js/api/resources.js.map +1 -1
  50. package/js/types/Enum/AbsenceType.js +4 -0
  51. package/js/types/Enum/AbsenceType.js.map +1 -1
  52. package/js/types/Enum/Channel.js +2 -0
  53. package/js/types/Enum/Channel.js.map +1 -1
  54. package/js/types/Interface/api/quotation/ReadClientQuotation.js +6 -0
  55. package/js/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
  56. package/js/types/Interface/api/rating/QueryRatingPaginated.js +40 -0
  57. package/js/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
  58. package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
  59. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  60. package/js/types/Interface/models/IRating.js.map +1 -1
  61. package/js/types/index.js +20 -0
  62. package/js/types/index.js.map +1 -1
  63. package/js/utils/quotation.js +158 -0
  64. package/js/utils/quotation.js.map +1 -1
  65. package/package.json +1 -1
  66. package/ts/api/resources/Quotation.ts +22 -0
  67. package/ts/api/resources/Rating.ts +23 -0
  68. package/ts/api/resources.ts +4 -0
  69. package/ts/types/Enum/AbsenceType.ts +6 -1
  70. package/ts/types/Enum/Channel.ts +2 -0
  71. package/ts/types/Interface/api/quotation/ReadClientQuotation.ts +19 -0
  72. package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +29 -0
  73. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +3 -3
  74. package/ts/types/Interface/models/IRating.ts +9 -5
  75. package/ts/types/index.ts +2 -0
  76. package/ts/utils/quotation.ts +178 -0
package/js/types/index.js CHANGED
@@ -6333,6 +6333,16 @@ Object.keys(_QueryInpiBalancePaginated).forEach(function (key) {
6333
6333
  }
6334
6334
  });
6335
6335
  });
6336
+ var _QueryRatingPaginated = require("./Interface/api/rating/QueryRatingPaginated");
6337
+ Object.keys(_QueryRatingPaginated).forEach(function (key) {
6338
+ if (key === "default" || key === "__esModule") return;
6339
+ Object.defineProperty(exports, key, {
6340
+ enumerable: true,
6341
+ get: function () {
6342
+ return _QueryRatingPaginated[key];
6343
+ }
6344
+ });
6345
+ });
6336
6346
  var _inpiBalanceStatistic = require("./Interface/api/inpiBalance/inpiBalanceStatistic");
6337
6347
  Object.keys(_inpiBalanceStatistic).forEach(function (key) {
6338
6348
  if (key === "default" || key === "__esModule") return;
@@ -8733,6 +8743,16 @@ Object.keys(_CreateAcceptance).forEach(function (key) {
8733
8743
  }
8734
8744
  });
8735
8745
  });
8746
+ var _ReadClientQuotation = require("./Interface/api/quotation/ReadClientQuotation");
8747
+ Object.keys(_ReadClientQuotation).forEach(function (key) {
8748
+ if (key === "default" || key === "__esModule") return;
8749
+ Object.defineProperty(exports, key, {
8750
+ enumerable: true,
8751
+ get: function () {
8752
+ return _ReadClientQuotation[key];
8753
+ }
8754
+ });
8755
+ });
8736
8756
  var _Util4 = require("./Interface/enum/Util");
8737
8757
  Object.keys(_Util4).forEach(function (key) {
8738
8758
  if (key === "default" || key === "__esModule") return;