@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.
- package/es/api/resources/Quotation.d.ts +17 -0
- package/es/api/resources/Quotation.d.ts.map +1 -0
- package/es/api/resources/Quotation.js +20 -0
- package/es/api/resources/Quotation.js.map +1 -0
- package/es/api/resources/Rating.d.ts +18 -0
- package/es/api/resources/Rating.d.ts.map +1 -0
- package/es/api/resources/Rating.js +20 -0
- package/es/api/resources/Rating.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AbsenceType.d.ts +4 -3
- package/es/types/Enum/AbsenceType.d.ts.map +1 -1
- package/es/types/Enum/AbsenceType.js +5 -0
- package/es/types/Enum/AbsenceType.js.map +1 -1
- package/es/types/Enum/Channel.d.ts +3 -1
- package/es/types/Enum/Channel.d.ts.map +1 -1
- package/es/types/Enum/Channel.js +2 -0
- package/es/types/Enum/Channel.js.map +1 -1
- package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts +20 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts.map +1 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.js +2 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts +6 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.js +42 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js +3 -3
- package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/es/types/Interface/models/IRating.d.ts +9 -5
- package/es/types/Interface/models/IRating.d.ts.map +1 -1
- package/es/types/Interface/models/IRating.js.map +1 -1
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/quotation.d.ts +5 -0
- package/es/utils/quotation.d.ts.map +1 -1
- package/es/utils/quotation.js +160 -0
- package/es/utils/quotation.js.map +1 -1
- package/js/api/resources/Quotation.js +27 -0
- package/js/api/resources/Quotation.js.map +1 -0
- package/js/api/resources/Rating.js +29 -0
- package/js/api/resources/Rating.js.map +1 -0
- package/js/api/resources.js +5 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AbsenceType.js +4 -0
- package/js/types/Enum/AbsenceType.js.map +1 -1
- package/js/types/Enum/Channel.js +2 -0
- package/js/types/Enum/Channel.js.map +1 -1
- package/js/types/Interface/api/quotation/ReadClientQuotation.js +6 -0
- package/js/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
- package/js/types/Interface/api/rating/QueryRatingPaginated.js +40 -0
- package/js/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
- package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/js/types/Interface/models/IRating.js.map +1 -1
- package/js/types/index.js +20 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/quotation.js +158 -0
- package/js/utils/quotation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Quotation.ts +22 -0
- package/ts/api/resources/Rating.ts +23 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/AbsenceType.ts +6 -1
- package/ts/types/Enum/Channel.ts +2 -0
- package/ts/types/Interface/api/quotation/ReadClientQuotation.ts +19 -0
- package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +29 -0
- package/ts/types/Interface/api/task/QueryPaginatedTask.ts +3 -3
- package/ts/types/Interface/models/IRating.ts +9 -5
- package/ts/types/index.ts +2 -0
- 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;
|