@silexpert/core 1.1.122 → 1.1.124
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/DocumentSection.d.ts +33 -0
- package/es/api/resources/DocumentSection.d.ts.map +1 -0
- package/es/api/resources/DocumentSection.js +38 -0
- package/es/api/resources/DocumentSection.js.map +1 -0
- package/es/api/resources/Library.d.ts +2 -1
- package/es/api/resources/Library.d.ts.map +1 -1
- package/es/api/resources/Library.js +3 -0
- package/es/api/resources/Library.js.map +1 -1
- package/es/api/resources/Log.d.ts +6 -0
- package/es/api/resources/Log.d.ts.map +1 -1
- package/es/api/resources/Log.js +8 -0
- package/es/api/resources/Log.js.map +1 -1
- package/es/api/resources/SocietyDetail.d.ts +7 -0
- package/es/api/resources/SocietyDetail.d.ts.map +1 -0
- package/es/api/resources/SocietyDetail.js +10 -0
- package/es/api/resources/SocietyDetail.js.map +1 -0
- package/es/api/resources/StatutsGeneration.d.ts +17 -0
- package/es/api/resources/StatutsGeneration.d.ts.map +1 -0
- package/es/api/resources/StatutsGeneration.js +20 -0
- package/es/api/resources/StatutsGeneration.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/Log.d.ts +8 -1
- package/es/types/Enum/Log.d.ts.map +1 -1
- package/es/types/Enum/Log.js +7 -0
- package/es/types/Enum/Log.js.map +1 -1
- package/es/types/Enum/MachineLearning.d.ts +1 -0
- package/es/types/Enum/MachineLearning.d.ts.map +1 -1
- package/es/types/Enum/MachineLearning.js +1 -0
- package/es/types/Enum/MachineLearning.js.map +1 -1
- package/es/types/Enum/MissionAcceptation.d.ts +9 -0
- package/es/types/Enum/MissionAcceptation.d.ts.map +1 -0
- package/es/types/Enum/MissionAcceptation.js +13 -0
- package/es/types/Enum/MissionAcceptation.js.map +1 -0
- package/es/types/Enum/StatutsSection.d.ts +90 -0
- package/es/types/Enum/StatutsSection.d.ts.map +1 -0
- package/es/types/Enum/StatutsSection.js +449 -0
- package/es/types/Enum/StatutsSection.js.map +1 -0
- package/es/types/Interface/api/documentSection/Update.d.ts +8 -0
- package/es/types/Interface/api/documentSection/Update.d.ts.map +1 -0
- package/es/types/Interface/api/{society/CreateSocietyDetail.js → documentSection/Update.js} +21 -9
- package/es/types/Interface/api/documentSection/Update.js.map +1 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts +5 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/es/types/Interface/api/library/QueryLibrary.js +22 -2
- package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/es/types/Interface/api/society/GetSocietyDetail.d.ts +4 -0
- package/es/types/Interface/api/society/GetSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/api/society/GetSocietyDetail.js +20 -0
- package/es/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts +9 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +35 -0
- package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
- package/es/types/Interface/models/IDocumentSection.d.ts +13 -0
- package/es/types/Interface/models/IDocumentSection.d.ts.map +1 -0
- package/es/types/Interface/models/IDocumentSection.js +2 -0
- package/es/types/Interface/models/IDocumentSection.js.map +1 -0
- package/es/types/index.d.ts +6 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/DocumentSection.js +45 -0
- package/js/api/resources/DocumentSection.js.map +1 -0
- package/js/api/resources/Library.js +10 -0
- package/js/api/resources/Library.js.map +1 -1
- package/js/api/resources/Log.js +10 -0
- package/js/api/resources/Log.js.map +1 -1
- package/js/api/resources/SocietyDetail.js +21 -0
- package/js/api/resources/SocietyDetail.js.map +1 -0
- package/js/api/resources/StatutsGeneration.js +27 -0
- package/js/api/resources/StatutsGeneration.js.map +1 -0
- package/js/api/resources.js +6 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Log.js +7 -0
- package/js/types/Enum/Log.js.map +1 -1
- package/js/types/Enum/MachineLearning.js +1 -0
- package/js/types/Enum/MachineLearning.js.map +1 -1
- package/js/types/Enum/MissionAcceptation.js +29 -0
- package/js/types/Enum/MissionAcceptation.js.map +1 -0
- package/js/types/Enum/StatutsSection.js +382 -0
- package/js/types/Enum/StatutsSection.js.map +1 -0
- package/js/types/Interface/api/documentSection/Update.js +26 -0
- package/js/types/Interface/api/documentSection/Update.js.map +1 -0
- package/js/types/Interface/api/library/QueryLibrary.js +11 -2
- package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/js/types/Interface/api/society/{CreateSocietyDetail.js → GetSocietyDetail.js} +7 -7
- package/js/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +25 -0
- package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
- package/js/types/Interface/models/IDocumentSection.js +6 -0
- package/js/types/Interface/models/IDocumentSection.js.map +1 -0
- package/js/types/index.js +62 -12
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/DocumentSection.ts +44 -0
- package/ts/api/resources/Library.ts +5 -1
- package/ts/api/resources/Log.ts +9 -0
- package/ts/api/resources/SocietyDetail.ts +15 -0
- package/ts/api/resources/StatutsGeneration.ts +23 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/Log.ts +7 -0
- package/ts/types/Enum/MachineLearning.ts +2 -1
- package/ts/types/Enum/MissionAcceptation.ts +13 -0
- package/ts/types/Enum/StatutsSection.ts +459 -0
- package/ts/types/Interface/api/documentSection/Update.ts +31 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +18 -3
- package/ts/types/Interface/api/society/GetSocietyDetail.ts +9 -0
- package/ts/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.ts +23 -0
- package/ts/types/Interface/models/IDocumentSection.ts +15 -0
- package/ts/types/index.ts +6 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +0 -6
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +0 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
- package/js/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
- package/ts/types/Interface/api/society/CreateSocietyDetail.ts +0 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDocumentSection.js","names":[],"sources":["../../../../ts/types/Interface/models/IDocumentSection.ts"],"sourcesContent":["import { IGedFile } from './IGedFile';\n\nexport interface IDocumentSection {\n id?: number,\n title: string | null,\n idDocumentSectionType?: number,\n htmlContent: string,\n number: number,\n idGedFile: number,\n createdAt?: Date;\n updatedAt?: Date;\n\n // Associations\n gedFile?: IGedFile;\n}"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -1703,6 +1703,16 @@ Object.keys(_ISlowDetection).forEach(function (key) {
|
|
|
1703
1703
|
}
|
|
1704
1704
|
});
|
|
1705
1705
|
});
|
|
1706
|
+
var _IDocumentSection = require("./Interface/models/IDocumentSection");
|
|
1707
|
+
Object.keys(_IDocumentSection).forEach(function (key) {
|
|
1708
|
+
if (key === "default" || key === "__esModule") return;
|
|
1709
|
+
Object.defineProperty(exports, key, {
|
|
1710
|
+
enumerable: true,
|
|
1711
|
+
get: function () {
|
|
1712
|
+
return _IDocumentSection[key];
|
|
1713
|
+
}
|
|
1714
|
+
});
|
|
1715
|
+
});
|
|
1706
1716
|
var _IInpiBalance = require("./Interface/models/IInpiBalance");
|
|
1707
1717
|
Object.keys(_IInpiBalance).forEach(function (key) {
|
|
1708
1718
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3343,6 +3353,16 @@ Object.keys(_RoleDetail).forEach(function (key) {
|
|
|
3343
3353
|
}
|
|
3344
3354
|
});
|
|
3345
3355
|
});
|
|
3356
|
+
var _StatutsSection = require("./Enum/StatutsSection");
|
|
3357
|
+
Object.keys(_StatutsSection).forEach(function (key) {
|
|
3358
|
+
if (key === "default" || key === "__esModule") return;
|
|
3359
|
+
Object.defineProperty(exports, key, {
|
|
3360
|
+
enumerable: true,
|
|
3361
|
+
get: function () {
|
|
3362
|
+
return _StatutsSection[key];
|
|
3363
|
+
}
|
|
3364
|
+
});
|
|
3365
|
+
});
|
|
3346
3366
|
var _PrestationOption = require("./Enum/PrestationOption");
|
|
3347
3367
|
Object.keys(_PrestationOption).forEach(function (key) {
|
|
3348
3368
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4803,6 +4823,16 @@ Object.keys(_ClientOrProspect).forEach(function (key) {
|
|
|
4803
4823
|
}
|
|
4804
4824
|
});
|
|
4805
4825
|
});
|
|
4826
|
+
var _MissionAcceptation = require("./Enum/MissionAcceptation");
|
|
4827
|
+
Object.keys(_MissionAcceptation).forEach(function (key) {
|
|
4828
|
+
if (key === "default" || key === "__esModule") return;
|
|
4829
|
+
Object.defineProperty(exports, key, {
|
|
4830
|
+
enumerable: true,
|
|
4831
|
+
get: function () {
|
|
4832
|
+
return _MissionAcceptation[key];
|
|
4833
|
+
}
|
|
4834
|
+
});
|
|
4835
|
+
});
|
|
4806
4836
|
var _Bank = require("./Enum/Bank");
|
|
4807
4837
|
Object.keys(_Bank).forEach(function (key) {
|
|
4808
4838
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -5683,13 +5713,13 @@ Object.keys(_CreateSociety).forEach(function (key) {
|
|
|
5683
5713
|
}
|
|
5684
5714
|
});
|
|
5685
5715
|
});
|
|
5686
|
-
var
|
|
5687
|
-
Object.keys(
|
|
5716
|
+
var _GetSocietyDetail = require("./Interface/api/society/GetSocietyDetail");
|
|
5717
|
+
Object.keys(_GetSocietyDetail).forEach(function (key) {
|
|
5688
5718
|
if (key === "default" || key === "__esModule") return;
|
|
5689
5719
|
Object.defineProperty(exports, key, {
|
|
5690
5720
|
enumerable: true,
|
|
5691
5721
|
get: function () {
|
|
5692
|
-
return
|
|
5722
|
+
return _GetSocietyDetail[key];
|
|
5693
5723
|
}
|
|
5694
5724
|
});
|
|
5695
5725
|
});
|
|
@@ -6083,6 +6113,16 @@ Object.keys(_UpdateExerciceParams).forEach(function (key) {
|
|
|
6083
6113
|
}
|
|
6084
6114
|
});
|
|
6085
6115
|
});
|
|
6116
|
+
var _IntentToPayPrestationParams = require("./Interface/api/statutsGeneration/IntentToPayPrestationParams");
|
|
6117
|
+
Object.keys(_IntentToPayPrestationParams).forEach(function (key) {
|
|
6118
|
+
if (key === "default" || key === "__esModule") return;
|
|
6119
|
+
Object.defineProperty(exports, key, {
|
|
6120
|
+
enumerable: true,
|
|
6121
|
+
get: function () {
|
|
6122
|
+
return _IntentToPayPrestationParams[key];
|
|
6123
|
+
}
|
|
6124
|
+
});
|
|
6125
|
+
});
|
|
6086
6126
|
var _SendInviteMailParams = require("./Interface/api/statutsGeneration/SendInviteMailParams");
|
|
6087
6127
|
Object.keys(_SendInviteMailParams).forEach(function (key) {
|
|
6088
6128
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8833,6 +8873,16 @@ Object.keys(_Update3).forEach(function (key) {
|
|
|
8833
8873
|
}
|
|
8834
8874
|
});
|
|
8835
8875
|
});
|
|
8876
|
+
var _Update4 = require("./Interface/api/documentSection/Update");
|
|
8877
|
+
Object.keys(_Update4).forEach(function (key) {
|
|
8878
|
+
if (key === "default" || key === "__esModule") return;
|
|
8879
|
+
Object.defineProperty(exports, key, {
|
|
8880
|
+
enumerable: true,
|
|
8881
|
+
get: function () {
|
|
8882
|
+
return _Update4[key];
|
|
8883
|
+
}
|
|
8884
|
+
});
|
|
8885
|
+
});
|
|
8836
8886
|
var _CreateConnector = require("./Interface/api/connector/CreateConnector");
|
|
8837
8887
|
Object.keys(_CreateConnector).forEach(function (key) {
|
|
8838
8888
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9183,13 +9233,13 @@ Object.keys(_Create9).forEach(function (key) {
|
|
|
9183
9233
|
}
|
|
9184
9234
|
});
|
|
9185
9235
|
});
|
|
9186
|
-
var
|
|
9187
|
-
Object.keys(
|
|
9236
|
+
var _Update5 = require("./Interface/api/rule/Update");
|
|
9237
|
+
Object.keys(_Update5).forEach(function (key) {
|
|
9188
9238
|
if (key === "default" || key === "__esModule") return;
|
|
9189
9239
|
Object.defineProperty(exports, key, {
|
|
9190
9240
|
enumerable: true,
|
|
9191
9241
|
get: function () {
|
|
9192
|
-
return
|
|
9242
|
+
return _Update5[key];
|
|
9193
9243
|
}
|
|
9194
9244
|
});
|
|
9195
9245
|
});
|
|
@@ -9403,13 +9453,13 @@ Object.keys(_Query14).forEach(function (key) {
|
|
|
9403
9453
|
}
|
|
9404
9454
|
});
|
|
9405
9455
|
});
|
|
9406
|
-
var
|
|
9407
|
-
Object.keys(
|
|
9456
|
+
var _Update6 = require("./Interface/api/visualizedInformation/Update");
|
|
9457
|
+
Object.keys(_Update6).forEach(function (key) {
|
|
9408
9458
|
if (key === "default" || key === "__esModule") return;
|
|
9409
9459
|
Object.defineProperty(exports, key, {
|
|
9410
9460
|
enumerable: true,
|
|
9411
9461
|
get: function () {
|
|
9412
|
-
return
|
|
9462
|
+
return _Update6[key];
|
|
9413
9463
|
}
|
|
9414
9464
|
});
|
|
9415
9465
|
});
|
|
@@ -9553,13 +9603,13 @@ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
|
|
|
9553
9603
|
}
|
|
9554
9604
|
});
|
|
9555
9605
|
});
|
|
9556
|
-
var
|
|
9557
|
-
Object.keys(
|
|
9606
|
+
var _Update7 = require("./Interface/api/appNotification/Update");
|
|
9607
|
+
Object.keys(_Update7).forEach(function (key) {
|
|
9558
9608
|
if (key === "default" || key === "__esModule") return;
|
|
9559
9609
|
Object.defineProperty(exports, key, {
|
|
9560
9610
|
enumerable: true,
|
|
9561
9611
|
get: function () {
|
|
9562
|
-
return
|
|
9612
|
+
return _Update7[key];
|
|
9563
9613
|
}
|
|
9564
9614
|
});
|
|
9565
9615
|
});
|