@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.
Files changed (118) hide show
  1. package/es/api/resources/DocumentSection.d.ts +33 -0
  2. package/es/api/resources/DocumentSection.d.ts.map +1 -0
  3. package/es/api/resources/DocumentSection.js +38 -0
  4. package/es/api/resources/DocumentSection.js.map +1 -0
  5. package/es/api/resources/Library.d.ts +2 -1
  6. package/es/api/resources/Library.d.ts.map +1 -1
  7. package/es/api/resources/Library.js +3 -0
  8. package/es/api/resources/Library.js.map +1 -1
  9. package/es/api/resources/Log.d.ts +6 -0
  10. package/es/api/resources/Log.d.ts.map +1 -1
  11. package/es/api/resources/Log.js +8 -0
  12. package/es/api/resources/Log.js.map +1 -1
  13. package/es/api/resources/SocietyDetail.d.ts +7 -0
  14. package/es/api/resources/SocietyDetail.d.ts.map +1 -0
  15. package/es/api/resources/SocietyDetail.js +10 -0
  16. package/es/api/resources/SocietyDetail.js.map +1 -0
  17. package/es/api/resources/StatutsGeneration.d.ts +17 -0
  18. package/es/api/resources/StatutsGeneration.d.ts.map +1 -0
  19. package/es/api/resources/StatutsGeneration.js +20 -0
  20. package/es/api/resources/StatutsGeneration.js.map +1 -0
  21. package/es/api/resources.d.ts +6 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +6 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/Log.d.ts +8 -1
  26. package/es/types/Enum/Log.d.ts.map +1 -1
  27. package/es/types/Enum/Log.js +7 -0
  28. package/es/types/Enum/Log.js.map +1 -1
  29. package/es/types/Enum/MachineLearning.d.ts +1 -0
  30. package/es/types/Enum/MachineLearning.d.ts.map +1 -1
  31. package/es/types/Enum/MachineLearning.js +1 -0
  32. package/es/types/Enum/MachineLearning.js.map +1 -1
  33. package/es/types/Enum/MissionAcceptation.d.ts +9 -0
  34. package/es/types/Enum/MissionAcceptation.d.ts.map +1 -0
  35. package/es/types/Enum/MissionAcceptation.js +13 -0
  36. package/es/types/Enum/MissionAcceptation.js.map +1 -0
  37. package/es/types/Enum/StatutsSection.d.ts +90 -0
  38. package/es/types/Enum/StatutsSection.d.ts.map +1 -0
  39. package/es/types/Enum/StatutsSection.js +449 -0
  40. package/es/types/Enum/StatutsSection.js.map +1 -0
  41. package/es/types/Interface/api/documentSection/Update.d.ts +8 -0
  42. package/es/types/Interface/api/documentSection/Update.d.ts.map +1 -0
  43. package/es/types/Interface/api/{society/CreateSocietyDetail.js → documentSection/Update.js} +21 -9
  44. package/es/types/Interface/api/documentSection/Update.js.map +1 -0
  45. package/es/types/Interface/api/library/QueryLibrary.d.ts +5 -0
  46. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  47. package/es/types/Interface/api/library/QueryLibrary.js +22 -2
  48. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  49. package/es/types/Interface/api/society/GetSocietyDetail.d.ts +4 -0
  50. package/es/types/Interface/api/society/GetSocietyDetail.d.ts.map +1 -0
  51. package/es/types/Interface/api/society/GetSocietyDetail.js +20 -0
  52. package/es/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
  53. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts +9 -0
  54. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts.map +1 -0
  55. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +35 -0
  56. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
  57. package/es/types/Interface/models/IDocumentSection.d.ts +13 -0
  58. package/es/types/Interface/models/IDocumentSection.d.ts.map +1 -0
  59. package/es/types/Interface/models/IDocumentSection.js +2 -0
  60. package/es/types/Interface/models/IDocumentSection.js.map +1 -0
  61. package/es/types/index.d.ts +6 -1
  62. package/es/types/index.d.ts.map +1 -1
  63. package/es/types/index.js +6 -1
  64. package/es/types/index.js.map +1 -1
  65. package/js/api/resources/DocumentSection.js +45 -0
  66. package/js/api/resources/DocumentSection.js.map +1 -0
  67. package/js/api/resources/Library.js +10 -0
  68. package/js/api/resources/Library.js.map +1 -1
  69. package/js/api/resources/Log.js +10 -0
  70. package/js/api/resources/Log.js.map +1 -1
  71. package/js/api/resources/SocietyDetail.js +21 -0
  72. package/js/api/resources/SocietyDetail.js.map +1 -0
  73. package/js/api/resources/StatutsGeneration.js +27 -0
  74. package/js/api/resources/StatutsGeneration.js.map +1 -0
  75. package/js/api/resources.js +6 -0
  76. package/js/api/resources.js.map +1 -1
  77. package/js/types/Enum/Log.js +7 -0
  78. package/js/types/Enum/Log.js.map +1 -1
  79. package/js/types/Enum/MachineLearning.js +1 -0
  80. package/js/types/Enum/MachineLearning.js.map +1 -1
  81. package/js/types/Enum/MissionAcceptation.js +29 -0
  82. package/js/types/Enum/MissionAcceptation.js.map +1 -0
  83. package/js/types/Enum/StatutsSection.js +382 -0
  84. package/js/types/Enum/StatutsSection.js.map +1 -0
  85. package/js/types/Interface/api/documentSection/Update.js +26 -0
  86. package/js/types/Interface/api/documentSection/Update.js.map +1 -0
  87. package/js/types/Interface/api/library/QueryLibrary.js +11 -2
  88. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  89. package/js/types/Interface/api/society/{CreateSocietyDetail.js → GetSocietyDetail.js} +7 -7
  90. package/js/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
  91. package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +25 -0
  92. package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
  93. package/js/types/Interface/models/IDocumentSection.js +6 -0
  94. package/js/types/Interface/models/IDocumentSection.js.map +1 -0
  95. package/js/types/index.js +62 -12
  96. package/js/types/index.js.map +1 -1
  97. package/package.json +1 -1
  98. package/ts/api/resources/DocumentSection.ts +44 -0
  99. package/ts/api/resources/Library.ts +5 -1
  100. package/ts/api/resources/Log.ts +9 -0
  101. package/ts/api/resources/SocietyDetail.ts +15 -0
  102. package/ts/api/resources/StatutsGeneration.ts +23 -0
  103. package/ts/api/resources.ts +6 -0
  104. package/ts/types/Enum/Log.ts +7 -0
  105. package/ts/types/Enum/MachineLearning.ts +2 -1
  106. package/ts/types/Enum/MissionAcceptation.ts +13 -0
  107. package/ts/types/Enum/StatutsSection.ts +459 -0
  108. package/ts/types/Interface/api/documentSection/Update.ts +31 -0
  109. package/ts/types/Interface/api/library/QueryLibrary.ts +18 -3
  110. package/ts/types/Interface/api/society/GetSocietyDetail.ts +9 -0
  111. package/ts/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.ts +23 -0
  112. package/ts/types/Interface/models/IDocumentSection.ts +15 -0
  113. package/ts/types/index.ts +6 -1
  114. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +0 -6
  115. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +0 -1
  116. package/es/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
  117. package/js/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
  118. 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 _CreateSocietyDetail = require("./Interface/api/society/CreateSocietyDetail");
5687
- Object.keys(_CreateSocietyDetail).forEach(function (key) {
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 _CreateSocietyDetail[key];
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 _Update4 = require("./Interface/api/rule/Update");
9187
- Object.keys(_Update4).forEach(function (key) {
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 _Update4[key];
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 _Update5 = require("./Interface/api/visualizedInformation/Update");
9407
- Object.keys(_Update5).forEach(function (key) {
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 _Update5[key];
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 _Update6 = require("./Interface/api/appNotification/Update");
9557
- Object.keys(_Update6).forEach(function (key) {
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 _Update6[key];
9612
+ return _Update7[key];
9563
9613
  }
9564
9614
  });
9565
9615
  });