@silexpert/core 1.0.199 → 1.0.200
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/AccountingFiles.d.ts +2 -1
- package/es/api/resources/AccountingFiles.d.ts.map +1 -1
- package/es/api/resources/AccountingFiles.js +3 -0
- package/es/api/resources/AccountingFiles.js.map +1 -1
- package/es/types/Interface/api/accountingFiles/Read.d.ts +6 -0
- package/es/types/Interface/api/accountingFiles/Read.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/Read.js +2 -0
- package/es/types/Interface/api/accountingFiles/Read.js.map +1 -0
- package/es/types/Interface/api/exercice/CreateExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/CreateExercice.js +7 -0
- package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
- package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/AccountingFiles.js +3 -0
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/Read.js +6 -0
- package/js/types/Interface/api/accountingFiles/Read.js.map +1 -0
- package/js/types/Interface/api/exercice/CreateExercice.js +1 -0
- package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -1
- package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
- package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/js/types/index.js +34 -24
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +5 -1
- package/ts/types/Interface/api/accountingFiles/Read.ts +6 -0
- package/ts/types/Interface/api/exercice/CreateExercice.ts +6 -0
- package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
- package/ts/types/index.ts +1 -0
package/js/types/index.js
CHANGED
|
@@ -5673,6 +5673,16 @@ Object.keys(_OcrValue).forEach(function (key) {
|
|
|
5673
5673
|
}
|
|
5674
5674
|
});
|
|
5675
5675
|
});
|
|
5676
|
+
var _Read = require("./Interface/api/accountingFiles/Read");
|
|
5677
|
+
Object.keys(_Read).forEach(function (key) {
|
|
5678
|
+
if (key === "default" || key === "__esModule") return;
|
|
5679
|
+
Object.defineProperty(exports, key, {
|
|
5680
|
+
enumerable: true,
|
|
5681
|
+
get: function () {
|
|
5682
|
+
return _Read[key];
|
|
5683
|
+
}
|
|
5684
|
+
});
|
|
5685
|
+
});
|
|
5676
5686
|
var _StockEntries = require("./Interface/api/stock/StockEntries");
|
|
5677
5687
|
Object.keys(_StockEntries).forEach(function (key) {
|
|
5678
5688
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6703,13 +6713,13 @@ Object.keys(_UpdatePartner).forEach(function (key) {
|
|
|
6703
6713
|
}
|
|
6704
6714
|
});
|
|
6705
6715
|
});
|
|
6706
|
-
var
|
|
6707
|
-
Object.keys(
|
|
6716
|
+
var _Read2 = require("./Interface/api/partner/Read");
|
|
6717
|
+
Object.keys(_Read2).forEach(function (key) {
|
|
6708
6718
|
if (key === "default" || key === "__esModule") return;
|
|
6709
6719
|
Object.defineProperty(exports, key, {
|
|
6710
6720
|
enumerable: true,
|
|
6711
6721
|
get: function () {
|
|
6712
|
-
return
|
|
6722
|
+
return _Read2[key];
|
|
6713
6723
|
}
|
|
6714
6724
|
});
|
|
6715
6725
|
});
|
|
@@ -7493,13 +7503,13 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
|
|
|
7493
7503
|
}
|
|
7494
7504
|
});
|
|
7495
7505
|
});
|
|
7496
|
-
var
|
|
7497
|
-
Object.keys(
|
|
7506
|
+
var _Read3 = require("./Interface/api/budgetInsight/Read");
|
|
7507
|
+
Object.keys(_Read3).forEach(function (key) {
|
|
7498
7508
|
if (key === "default" || key === "__esModule") return;
|
|
7499
7509
|
Object.defineProperty(exports, key, {
|
|
7500
7510
|
enumerable: true,
|
|
7501
7511
|
get: function () {
|
|
7502
|
-
return
|
|
7512
|
+
return _Read3[key];
|
|
7503
7513
|
}
|
|
7504
7514
|
});
|
|
7505
7515
|
});
|
|
@@ -8193,13 +8203,13 @@ Object.keys(_readAllCalendarEvent).forEach(function (key) {
|
|
|
8193
8203
|
}
|
|
8194
8204
|
});
|
|
8195
8205
|
});
|
|
8196
|
-
var
|
|
8197
|
-
Object.keys(
|
|
8206
|
+
var _Read4 = require("./Interface/api/checklist/Read");
|
|
8207
|
+
Object.keys(_Read4).forEach(function (key) {
|
|
8198
8208
|
if (key === "default" || key === "__esModule") return;
|
|
8199
8209
|
Object.defineProperty(exports, key, {
|
|
8200
8210
|
enumerable: true,
|
|
8201
8211
|
get: function () {
|
|
8202
|
-
return
|
|
8212
|
+
return _Read4[key];
|
|
8203
8213
|
}
|
|
8204
8214
|
});
|
|
8205
8215
|
});
|
|
@@ -8493,13 +8503,13 @@ Object.keys(_Create4).forEach(function (key) {
|
|
|
8493
8503
|
}
|
|
8494
8504
|
});
|
|
8495
8505
|
});
|
|
8496
|
-
var
|
|
8497
|
-
Object.keys(
|
|
8506
|
+
var _Read5 = require("./Interface/api/commercialManagement/Read");
|
|
8507
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
8498
8508
|
if (key === "default" || key === "__esModule") return;
|
|
8499
8509
|
Object.defineProperty(exports, key, {
|
|
8500
8510
|
enumerable: true,
|
|
8501
8511
|
get: function () {
|
|
8502
|
-
return
|
|
8512
|
+
return _Read5[key];
|
|
8503
8513
|
}
|
|
8504
8514
|
});
|
|
8505
8515
|
});
|
|
@@ -8633,13 +8643,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8633
8643
|
}
|
|
8634
8644
|
});
|
|
8635
8645
|
});
|
|
8636
|
-
var
|
|
8637
|
-
Object.keys(
|
|
8646
|
+
var _Read6 = require("./Interface/api/qonto/Read");
|
|
8647
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8638
8648
|
if (key === "default" || key === "__esModule") return;
|
|
8639
8649
|
Object.defineProperty(exports, key, {
|
|
8640
8650
|
enumerable: true,
|
|
8641
8651
|
get: function () {
|
|
8642
|
-
return
|
|
8652
|
+
return _Read6[key];
|
|
8643
8653
|
}
|
|
8644
8654
|
});
|
|
8645
8655
|
});
|
|
@@ -8653,13 +8663,13 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8653
8663
|
}
|
|
8654
8664
|
});
|
|
8655
8665
|
});
|
|
8656
|
-
var
|
|
8657
|
-
Object.keys(
|
|
8666
|
+
var _Read7 = require("./Interface/api/file/Read");
|
|
8667
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8658
8668
|
if (key === "default" || key === "__esModule") return;
|
|
8659
8669
|
Object.defineProperty(exports, key, {
|
|
8660
8670
|
enumerable: true,
|
|
8661
8671
|
get: function () {
|
|
8662
|
-
return
|
|
8672
|
+
return _Read7[key];
|
|
8663
8673
|
}
|
|
8664
8674
|
});
|
|
8665
8675
|
});
|
|
@@ -8873,13 +8883,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
8873
8883
|
}
|
|
8874
8884
|
});
|
|
8875
8885
|
});
|
|
8876
|
-
var
|
|
8877
|
-
Object.keys(
|
|
8886
|
+
var _Read8 = require("./Interface/api/rule/Read");
|
|
8887
|
+
Object.keys(_Read8).forEach(function (key) {
|
|
8878
8888
|
if (key === "default" || key === "__esModule") return;
|
|
8879
8889
|
Object.defineProperty(exports, key, {
|
|
8880
8890
|
enumerable: true,
|
|
8881
8891
|
get: function () {
|
|
8882
|
-
return
|
|
8892
|
+
return _Read8[key];
|
|
8883
8893
|
}
|
|
8884
8894
|
});
|
|
8885
8895
|
});
|
|
@@ -8953,13 +8963,13 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
|
|
|
8953
8963
|
}
|
|
8954
8964
|
});
|
|
8955
8965
|
});
|
|
8956
|
-
var
|
|
8957
|
-
Object.keys(
|
|
8966
|
+
var _Read9 = require("./Interface/api/commercialImport/Read");
|
|
8967
|
+
Object.keys(_Read9).forEach(function (key) {
|
|
8958
8968
|
if (key === "default" || key === "__esModule") return;
|
|
8959
8969
|
Object.defineProperty(exports, key, {
|
|
8960
8970
|
enumerable: true,
|
|
8961
8971
|
get: function () {
|
|
8962
|
-
return
|
|
8972
|
+
return _Read9[key];
|
|
8963
8973
|
}
|
|
8964
8974
|
});
|
|
8965
8975
|
});
|