@silexpert/core 1.1.105 → 1.1.108
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/BalanceSheetModule.d.ts +2 -2
- package/es/api/resources/BalanceSheetModule.d.ts.map +1 -1
- package/es/api/resources/BalanceSheetModule.js +4 -4
- package/es/api/resources/BalanceSheetModule.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +2 -2
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +4 -4
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources/User.d.ts +1 -9
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +0 -13
- package/es/api/resources/User.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +8 -1
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +8 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Comment.d.ts +2 -1
- package/es/types/Enum/Comment.d.ts.map +1 -1
- package/es/types/Enum/Comment.js +1 -0
- package/es/types/Enum/Comment.js.map +1 -1
- package/es/types/Enum/ConnectorType.d.ts +2 -1
- package/es/types/Enum/ConnectorType.d.ts.map +1 -1
- package/es/types/Enum/ConnectorType.js +2 -1
- package/es/types/Enum/ConnectorType.js.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js +7 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/es/types/Interface/api/user/QuerySocieties.d.ts +0 -4
- package/es/types/Interface/api/user/QuerySocieties.d.ts.map +1 -1
- package/es/types/Interface/api/user/QuerySocieties.js +1 -20
- package/es/types/Interface/api/user/QuerySocieties.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts +0 -2
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +4 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BalanceSheetModule.js +4 -4
- package/js/api/resources/BalanceSheetModule.js.map +1 -1
- package/js/api/resources/Transaction.js +4 -4
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/User.js +0 -15
- package/js/api/resources/User.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +7 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Comment.js +1 -0
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/ConnectorType.js +2 -1
- package/js/types/Enum/ConnectorType.js.map +1 -1
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js +1 -0
- package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/js/types/Interface/api/user/QuerySocieties.js +1 -14
- package/js/types/Interface/api/user/QuerySocieties.js.map +1 -1
- package/js/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/index.js +67 -38
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheetModule.ts +4 -4
- package/ts/api/resources/Transaction.ts +4 -4
- package/ts/api/resources/User.ts +1 -15
- package/ts/types/Enum/BalanceSheet.ts +8 -0
- package/ts/types/Enum/Comment.ts +1 -0
- package/ts/types/Enum/ConnectorType.ts +2 -1
- package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
- package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +6 -0
- package/ts/types/Interface/api/user/QuerySocieties.ts +1 -17
- package/ts/types/Interface/models/IPaymentExpectation.ts +0 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/index.ts +4 -1
- package/es/types/Interface/models/IErrorCode.d.ts +0 -8
- package/es/types/Interface/models/IErrorCode.d.ts.map +0 -1
- package/es/types/Interface/models/IErrorCode.js +0 -2
- package/es/types/Interface/models/IErrorCode.js.map +0 -1
- package/js/types/Interface/models/IErrorCode.js +0 -6
- package/js/types/Interface/models/IErrorCode.js.map +0 -1
- package/ts/types/Interface/models/IErrorCode.ts +0 -8
package/js/types/index.js
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _ICallHistory = require("./Interface/models/ICallHistory");
|
|
7
|
+
Object.keys(_ICallHistory).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
Object.defineProperty(exports, key, {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return _ICallHistory[key];
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
var _IBusinessLineUser = require("./Interface/models/IBusinessLineUser");
|
|
17
|
+
Object.keys(_IBusinessLineUser).forEach(function (key) {
|
|
18
|
+
if (key === "default" || key === "__esModule") return;
|
|
19
|
+
Object.defineProperty(exports, key, {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _IBusinessLineUser[key];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
});
|
|
6
26
|
var _IVisualizedInformation = require("./Interface/models/IVisualizedInformation");
|
|
7
27
|
Object.keys(_IVisualizedInformation).forEach(function (key) {
|
|
8
28
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -453,16 +473,6 @@ Object.keys(_ICivility).forEach(function (key) {
|
|
|
453
473
|
}
|
|
454
474
|
});
|
|
455
475
|
});
|
|
456
|
-
var _IErrorCode = require("./Interface/models/IErrorCode");
|
|
457
|
-
Object.keys(_IErrorCode).forEach(function (key) {
|
|
458
|
-
if (key === "default" || key === "__esModule") return;
|
|
459
|
-
Object.defineProperty(exports, key, {
|
|
460
|
-
enumerable: true,
|
|
461
|
-
get: function () {
|
|
462
|
-
return _IErrorCode[key];
|
|
463
|
-
}
|
|
464
|
-
});
|
|
465
|
-
});
|
|
466
476
|
var _IColor = require("./Interface/models/IColor");
|
|
467
477
|
Object.keys(_IColor).forEach(function (key) {
|
|
468
478
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3133,6 +3143,16 @@ Object.keys(_FormConnector).forEach(function (key) {
|
|
|
3133
3143
|
}
|
|
3134
3144
|
});
|
|
3135
3145
|
});
|
|
3146
|
+
var _Supervision = require("./Enum/Supervision");
|
|
3147
|
+
Object.keys(_Supervision).forEach(function (key) {
|
|
3148
|
+
if (key === "default" || key === "__esModule") return;
|
|
3149
|
+
Object.defineProperty(exports, key, {
|
|
3150
|
+
enumerable: true,
|
|
3151
|
+
get: function () {
|
|
3152
|
+
return _Supervision[key];
|
|
3153
|
+
}
|
|
3154
|
+
});
|
|
3155
|
+
});
|
|
3136
3156
|
var _ChangeLog = require("./Enum/ChangeLog");
|
|
3137
3157
|
Object.keys(_ChangeLog).forEach(function (key) {
|
|
3138
3158
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3973,7 +3993,6 @@ Object.keys(_ConstitutionState).forEach(function (key) {
|
|
|
3973
3993
|
}
|
|
3974
3994
|
});
|
|
3975
3995
|
});
|
|
3976
|
-
var _Supervision = require("./Enum/Supervision");
|
|
3977
3996
|
Object.keys(_Supervision).forEach(function (key) {
|
|
3978
3997
|
if (key === "default" || key === "__esModule") return;
|
|
3979
3998
|
Object.defineProperty(exports, key, {
|
|
@@ -6623,6 +6642,16 @@ Object.keys(_Query2).forEach(function (key) {
|
|
|
6623
6642
|
}
|
|
6624
6643
|
});
|
|
6625
6644
|
});
|
|
6645
|
+
var _Read3 = require("./Interface/api/textMessage/Read");
|
|
6646
|
+
Object.keys(_Read3).forEach(function (key) {
|
|
6647
|
+
if (key === "default" || key === "__esModule") return;
|
|
6648
|
+
Object.defineProperty(exports, key, {
|
|
6649
|
+
enumerable: true,
|
|
6650
|
+
get: function () {
|
|
6651
|
+
return _Read3[key];
|
|
6652
|
+
}
|
|
6653
|
+
});
|
|
6654
|
+
});
|
|
6626
6655
|
var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
|
|
6627
6656
|
Object.keys(_CompaneoReturn).forEach(function (key) {
|
|
6628
6657
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6843,13 +6872,13 @@ Object.keys(_UpdatePartner).forEach(function (key) {
|
|
|
6843
6872
|
}
|
|
6844
6873
|
});
|
|
6845
6874
|
});
|
|
6846
|
-
var
|
|
6847
|
-
Object.keys(
|
|
6875
|
+
var _Read4 = require("./Interface/api/partner/Read");
|
|
6876
|
+
Object.keys(_Read4).forEach(function (key) {
|
|
6848
6877
|
if (key === "default" || key === "__esModule") return;
|
|
6849
6878
|
Object.defineProperty(exports, key, {
|
|
6850
6879
|
enumerable: true,
|
|
6851
6880
|
get: function () {
|
|
6852
|
-
return
|
|
6881
|
+
return _Read4[key];
|
|
6853
6882
|
}
|
|
6854
6883
|
});
|
|
6855
6884
|
});
|
|
@@ -6943,13 +6972,13 @@ Object.keys(_Query4).forEach(function (key) {
|
|
|
6943
6972
|
}
|
|
6944
6973
|
});
|
|
6945
6974
|
});
|
|
6946
|
-
var
|
|
6947
|
-
Object.keys(
|
|
6975
|
+
var _Read5 = require("./Interface/api/balanceSheet/Read");
|
|
6976
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
6948
6977
|
if (key === "default" || key === "__esModule") return;
|
|
6949
6978
|
Object.defineProperty(exports, key, {
|
|
6950
6979
|
enumerable: true,
|
|
6951
6980
|
get: function () {
|
|
6952
|
-
return
|
|
6981
|
+
return _Read5[key];
|
|
6953
6982
|
}
|
|
6954
6983
|
});
|
|
6955
6984
|
});
|
|
@@ -7673,13 +7702,13 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
|
|
|
7673
7702
|
}
|
|
7674
7703
|
});
|
|
7675
7704
|
});
|
|
7676
|
-
var
|
|
7677
|
-
Object.keys(
|
|
7705
|
+
var _Read6 = require("./Interface/api/budgetInsight/Read");
|
|
7706
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
7678
7707
|
if (key === "default" || key === "__esModule") return;
|
|
7679
7708
|
Object.defineProperty(exports, key, {
|
|
7680
7709
|
enumerable: true,
|
|
7681
7710
|
get: function () {
|
|
7682
|
-
return
|
|
7711
|
+
return _Read6[key];
|
|
7683
7712
|
}
|
|
7684
7713
|
});
|
|
7685
7714
|
});
|
|
@@ -8383,13 +8412,13 @@ Object.keys(_readAllCalendarEvent).forEach(function (key) {
|
|
|
8383
8412
|
}
|
|
8384
8413
|
});
|
|
8385
8414
|
});
|
|
8386
|
-
var
|
|
8387
|
-
Object.keys(
|
|
8415
|
+
var _Read7 = require("./Interface/api/checklist/Read");
|
|
8416
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8388
8417
|
if (key === "default" || key === "__esModule") return;
|
|
8389
8418
|
Object.defineProperty(exports, key, {
|
|
8390
8419
|
enumerable: true,
|
|
8391
8420
|
get: function () {
|
|
8392
|
-
return
|
|
8421
|
+
return _Read7[key];
|
|
8393
8422
|
}
|
|
8394
8423
|
});
|
|
8395
8424
|
});
|
|
@@ -8703,13 +8732,13 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8703
8732
|
}
|
|
8704
8733
|
});
|
|
8705
8734
|
});
|
|
8706
|
-
var
|
|
8707
|
-
Object.keys(
|
|
8735
|
+
var _Read8 = require("./Interface/api/commercialManagement/Read");
|
|
8736
|
+
Object.keys(_Read8).forEach(function (key) {
|
|
8708
8737
|
if (key === "default" || key === "__esModule") return;
|
|
8709
8738
|
Object.defineProperty(exports, key, {
|
|
8710
8739
|
enumerable: true,
|
|
8711
8740
|
get: function () {
|
|
8712
|
-
return
|
|
8741
|
+
return _Read8[key];
|
|
8713
8742
|
}
|
|
8714
8743
|
});
|
|
8715
8744
|
});
|
|
@@ -8843,13 +8872,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8843
8872
|
}
|
|
8844
8873
|
});
|
|
8845
8874
|
});
|
|
8846
|
-
var
|
|
8847
|
-
Object.keys(
|
|
8875
|
+
var _Read9 = require("./Interface/api/qonto/Read");
|
|
8876
|
+
Object.keys(_Read9).forEach(function (key) {
|
|
8848
8877
|
if (key === "default" || key === "__esModule") return;
|
|
8849
8878
|
Object.defineProperty(exports, key, {
|
|
8850
8879
|
enumerable: true,
|
|
8851
8880
|
get: function () {
|
|
8852
|
-
return
|
|
8881
|
+
return _Read9[key];
|
|
8853
8882
|
}
|
|
8854
8883
|
});
|
|
8855
8884
|
});
|
|
@@ -8863,13 +8892,13 @@ Object.keys(_Create8).forEach(function (key) {
|
|
|
8863
8892
|
}
|
|
8864
8893
|
});
|
|
8865
8894
|
});
|
|
8866
|
-
var
|
|
8867
|
-
Object.keys(
|
|
8895
|
+
var _Read10 = require("./Interface/api/file/Read");
|
|
8896
|
+
Object.keys(_Read10).forEach(function (key) {
|
|
8868
8897
|
if (key === "default" || key === "__esModule") return;
|
|
8869
8898
|
Object.defineProperty(exports, key, {
|
|
8870
8899
|
enumerable: true,
|
|
8871
8900
|
get: function () {
|
|
8872
|
-
return
|
|
8901
|
+
return _Read10[key];
|
|
8873
8902
|
}
|
|
8874
8903
|
});
|
|
8875
8904
|
});
|
|
@@ -9093,13 +9122,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
9093
9122
|
}
|
|
9094
9123
|
});
|
|
9095
9124
|
});
|
|
9096
|
-
var
|
|
9097
|
-
Object.keys(
|
|
9125
|
+
var _Read11 = require("./Interface/api/rule/Read");
|
|
9126
|
+
Object.keys(_Read11).forEach(function (key) {
|
|
9098
9127
|
if (key === "default" || key === "__esModule") return;
|
|
9099
9128
|
Object.defineProperty(exports, key, {
|
|
9100
9129
|
enumerable: true,
|
|
9101
9130
|
get: function () {
|
|
9102
|
-
return
|
|
9131
|
+
return _Read11[key];
|
|
9103
9132
|
}
|
|
9104
9133
|
});
|
|
9105
9134
|
});
|
|
@@ -9173,13 +9202,13 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
|
|
|
9173
9202
|
}
|
|
9174
9203
|
});
|
|
9175
9204
|
});
|
|
9176
|
-
var
|
|
9177
|
-
Object.keys(
|
|
9205
|
+
var _Read12 = require("./Interface/api/commercialImport/Read");
|
|
9206
|
+
Object.keys(_Read12).forEach(function (key) {
|
|
9178
9207
|
if (key === "default" || key === "__esModule") return;
|
|
9179
9208
|
Object.defineProperty(exports, key, {
|
|
9180
9209
|
enumerable: true,
|
|
9181
9210
|
get: function () {
|
|
9182
|
-
return
|
|
9211
|
+
return _Read12[key];
|
|
9183
9212
|
}
|
|
9184
9213
|
});
|
|
9185
9214
|
});
|