@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.
- package/es/api/resources/Prestations.d.ts +24 -0
- package/es/api/resources/Prestations.d.ts.map +1 -0
- package/es/api/resources/Prestations.js +29 -0
- package/es/api/resources/Prestations.js.map +1 -0
- 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 +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -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/AdminAcceptance.d.ts +11 -0
- package/es/types/Enum/AdminAcceptance.d.ts.map +1 -0
- package/es/types/Enum/AdminAcceptance.js +26 -0
- package/es/types/Enum/AdminAcceptance.js.map +1 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +1 -0
- package/es/types/Enum/BalanceSheet.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/Enum/ConstitutionState.d.ts.map +1 -1
- package/es/types/Enum/ConstitutionState.js +8 -2
- package/es/types/Enum/ConstitutionState.js.map +1 -1
- package/es/types/Enum/PrestationListType.d.ts +11 -0
- package/es/types/Enum/PrestationListType.d.ts.map +1 -0
- package/es/types/Enum/PrestationListType.js +26 -0
- package/es/types/Enum/PrestationListType.js.map +1 -0
- package/es/types/Interface/api/prestations/QueryCreate.d.ts +20 -0
- package/es/types/Interface/api/prestations/QueryCreate.d.ts.map +1 -0
- package/es/types/Interface/api/prestations/QueryCreate.js +116 -0
- package/es/types/Interface/api/prestations/QueryCreate.js.map +1 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts +6 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts.map +1 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.js +36 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -0
- package/es/types/Interface/api/prestations/QueryUpdate.d.ts +22 -0
- package/es/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -0
- package/es/types/Interface/api/prestations/QueryUpdate.js +131 -0
- package/es/types/Interface/api/prestations/QueryUpdate.js.map +1 -0
- 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/IPrestationList.d.ts +3 -0
- package/es/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationList.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 +7 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +7 -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/Prestations.js +38 -0
- package/js/api/resources/Prestations.js.map +1 -0
- 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 +7 -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/AdminAcceptance.js +26 -0
- package/js/types/Enum/AdminAcceptance.js.map +1 -0
- package/js/types/Enum/BalanceSheet.js +1 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Channel.js +2 -0
- package/js/types/Enum/Channel.js.map +1 -1
- package/js/types/Enum/ConstitutionState.js +8 -2
- package/js/types/Enum/ConstitutionState.js.map +1 -1
- package/js/types/Enum/PrestationListType.js +26 -0
- package/js/types/Enum/PrestationListType.js.map +1 -0
- package/js/types/Interface/api/prestations/QueryCreate.js +39 -0
- package/js/types/Interface/api/prestations/QueryCreate.js.map +1 -0
- package/js/types/Interface/api/prestations/QueryGetAllPrestations.js +26 -0
- package/js/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -0
- package/js/types/Interface/api/prestations/QueryUpdate.js +40 -0
- package/js/types/Interface/api/prestations/QueryUpdate.js.map +1 -0
- 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/IPrestationList.js.map +1 -1
- package/js/types/Interface/models/IRating.js.map +1 -1
- package/js/types/index.js +70 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/quotation.js +157 -0
- package/js/utils/quotation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Prestations.ts +34 -0
- package/ts/api/resources/Quotation.ts +22 -0
- package/ts/api/resources/Rating.ts +23 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/AbsenceType.ts +6 -1
- package/ts/types/Enum/AdminAcceptance.ts +26 -0
- package/ts/types/Enum/BalanceSheet.ts +1 -0
- package/ts/types/Enum/Channel.ts +2 -0
- package/ts/types/Enum/ConstitutionState.ts +8 -2
- package/ts/types/Enum/PrestationListType.ts +25 -0
- package/ts/types/Interface/api/prestations/QueryCreate.ts +91 -0
- package/ts/types/Interface/api/prestations/QueryGetAllPrestations.ts +25 -0
- package/ts/types/Interface/api/prestations/QueryUpdate.ts +106 -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/IPrestationList.ts +5 -0
- package/ts/types/Interface/models/IRating.ts +9 -5
- package/ts/types/index.ts +7 -1
- 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;
|