@silexpert/core 0.4.277 → 0.4.281

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 (237) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +0 -7
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -1
  3. package/es/api/resources/BudgetInsight.js +0 -8
  4. package/es/api/resources/BudgetInsight.js.map +1 -1
  5. package/es/api/resources/LegalNotice.d.ts +6 -0
  6. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  7. package/es/api/resources/LegalNotice.js +7 -0
  8. package/es/api/resources/LegalNotice.js.map +1 -0
  9. package/es/api/resources/Loan.js +1 -1
  10. package/es/api/resources/Loan.js.map +1 -1
  11. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  12. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  13. package/es/api/resources/PaymentExpectation.js +7 -0
  14. package/es/api/resources/PaymentExpectation.js.map +1 -0
  15. package/es/api/resources/SocietyConfig.d.ts +7 -0
  16. package/es/api/resources/SocietyConfig.d.ts.map +1 -0
  17. package/es/api/resources/SocietyConfig.js +10 -0
  18. package/es/api/resources/SocietyConfig.js.map +1 -0
  19. package/es/api/resources/Wallet.d.ts +8 -0
  20. package/es/api/resources/Wallet.d.ts.map +1 -0
  21. package/es/api/resources/Wallet.js +7 -0
  22. package/es/api/resources/Wallet.js.map +1 -0
  23. package/es/api/resources/statistic/Accountant.d.ts +59 -0
  24. package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
  25. package/es/api/resources/statistic/Accountant.js +86 -0
  26. package/es/api/resources/statistic/Accountant.js.map +1 -0
  27. package/es/api/resources/statistic/Direction.d.ts +11 -0
  28. package/es/api/resources/statistic/Direction.d.ts.map +1 -0
  29. package/es/api/resources/statistic/Direction.js +14 -0
  30. package/es/api/resources/statistic/Direction.js.map +1 -0
  31. package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
  32. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
  33. package/es/api/resources/statistic/ExpertAccountant.js +41 -0
  34. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
  35. package/es/api/resources.d.ts +14 -0
  36. package/es/api/resources.d.ts.map +1 -1
  37. package/es/api/resources.js +14 -0
  38. package/es/api/resources.js.map +1 -1
  39. package/es/types/Enum/AdditionnalSells.d.ts +7 -0
  40. package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
  41. package/es/types/Enum/AdditionnalSells.js +8 -0
  42. package/es/types/Enum/AdditionnalSells.js.map +1 -0
  43. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  44. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  45. package/es/types/Enum/OperationLegalNotice.js +5 -0
  46. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  47. package/es/types/Enum/OrderStatus.d.ts +6 -0
  48. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  49. package/es/types/Enum/OrderStatus.js +7 -0
  50. package/es/types/Enum/OrderStatus.js.map +1 -0
  51. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  52. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  53. package/es/types/Enum/PrestationType.js +17 -0
  54. package/es/types/Enum/PrestationType.js.map +1 -0
  55. package/es/types/Enum/Reason.d.ts +4 -0
  56. package/es/types/Enum/Reason.d.ts.map +1 -0
  57. package/es/types/Enum/Reason.js +5 -0
  58. package/es/types/Enum/Reason.js.map +1 -0
  59. package/es/types/Enum/StatisticType.d.ts +16 -0
  60. package/es/types/Enum/StatisticType.d.ts.map +1 -0
  61. package/es/types/Enum/StatisticType.js +17 -0
  62. package/es/types/Enum/StatisticType.js.map +1 -0
  63. package/es/types/Enum/Vat.d.ts +17 -0
  64. package/es/types/Enum/Vat.d.ts.map +1 -1
  65. package/es/types/Enum/Vat.js +18 -0
  66. package/es/types/Enum/Vat.js.map +1 -1
  67. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  68. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  69. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  70. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  71. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
  72. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  73. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
  74. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  75. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  76. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  77. package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
  78. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  79. package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
  80. package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
  81. package/es/types/Interface/api/societyConfig/update.js +131 -0
  82. package/es/types/Interface/api/societyConfig/update.js.map +1 -0
  83. package/es/types/Interface/api/statistic/ExitRequest.d.ts +107 -0
  84. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
  85. package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
  86. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  87. package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
  88. package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
  89. package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
  90. package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  91. package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
  92. package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
  93. package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
  94. package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  95. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
  96. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
  97. package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
  98. package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  99. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
  100. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
  101. package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
  102. package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  103. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
  104. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
  105. package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
  106. package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  107. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
  108. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
  109. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
  110. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  111. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
  112. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
  113. package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
  114. package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  115. package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
  116. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
  117. package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
  118. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  119. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  120. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  121. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  122. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  123. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  124. package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
  125. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  126. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
  127. package/es/types/Interface/models/IStatistic.d.ts +11 -0
  128. package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
  129. package/es/types/Interface/models/IStatistic.js +2 -0
  130. package/es/types/Interface/models/IStatistic.js.map +1 -0
  131. package/es/types/index.d.ts +19 -1
  132. package/es/types/index.d.ts.map +1 -1
  133. package/es/types/index.js +19 -1
  134. package/es/types/index.js.map +1 -1
  135. package/js/api/resources/BudgetInsight.js +0 -10
  136. package/js/api/resources/BudgetInsight.js.map +1 -1
  137. package/js/api/resources/LegalNotice.js +18 -0
  138. package/js/api/resources/LegalNotice.js.map +1 -0
  139. package/js/api/resources/Loan.js +1 -1
  140. package/js/api/resources/Loan.js.map +1 -1
  141. package/js/api/resources/PaymentExpectation.js +20 -0
  142. package/js/api/resources/PaymentExpectation.js.map +1 -0
  143. package/js/api/resources/SocietyConfig.js +22 -0
  144. package/js/api/resources/SocietyConfig.js.map +1 -0
  145. package/js/api/resources/Wallet.js +18 -0
  146. package/js/api/resources/Wallet.js.map +1 -0
  147. package/js/api/resources/statistic/Accountant.js +150 -0
  148. package/js/api/resources/statistic/Accountant.js.map +1 -0
  149. package/js/api/resources/statistic/Direction.js +30 -0
  150. package/js/api/resources/statistic/Direction.js.map +1 -0
  151. package/js/api/resources/statistic/ExpertAccountant.js +75 -0
  152. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
  153. package/js/api/resources.js +22 -1
  154. package/js/api/resources.js.map +1 -1
  155. package/js/types/Enum/AdditionnalSells.js +14 -0
  156. package/js/types/Enum/AdditionnalSells.js.map +1 -0
  157. package/js/types/Enum/OperationLegalNotice.js +11 -0
  158. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  159. package/js/types/Enum/OrderStatus.js +13 -0
  160. package/js/types/Enum/OrderStatus.js.map +1 -0
  161. package/js/types/Enum/PrestationType.js +23 -0
  162. package/js/types/Enum/PrestationType.js.map +1 -0
  163. package/js/types/Enum/Reason.js +11 -0
  164. package/js/types/Enum/Reason.js.map +1 -0
  165. package/js/types/Enum/StatisticType.js +23 -0
  166. package/js/types/Enum/StatisticType.js.map +1 -0
  167. package/js/types/Enum/Vat.js +19 -0
  168. package/js/types/Enum/Vat.js.map +1 -1
  169. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  170. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  171. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
  172. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  173. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  174. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  175. package/js/types/Interface/api/societyConfig/update.js +65 -0
  176. package/js/types/Interface/api/societyConfig/update.js.map +1 -0
  177. package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
  178. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  179. package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
  180. package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  181. package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
  182. package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  183. package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
  184. package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  185. package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
  186. package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  187. package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
  188. package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  189. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
  190. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  191. package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
  192. package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  193. package/js/types/Interface/models/IStatistic.js +6 -0
  194. package/js/types/Interface/models/IStatistic.js.map +1 -0
  195. package/js/types/index.js +219 -3
  196. package/js/types/index.js.map +1 -1
  197. package/package.json +1 -1
  198. package/ts/api/resources/BudgetInsight.ts +0 -13
  199. package/ts/api/resources/LegalNotice.ts +8 -0
  200. package/ts/api/resources/Loan.ts +1 -1
  201. package/ts/api/resources/PaymentExpectation.ts +8 -0
  202. package/ts/api/resources/SocietyConfig.ts +12 -0
  203. package/ts/api/resources/Wallet.ts +8 -0
  204. package/ts/api/resources/statistic/Accountant.ts +121 -0
  205. package/ts/api/resources/statistic/Direction.ts +17 -0
  206. package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
  207. package/ts/api/resources.ts +14 -0
  208. package/ts/types/Enum/AdditionnalSells.ts +6 -0
  209. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  210. package/ts/types/Enum/OrderStatus.ts +5 -0
  211. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  212. package/ts/types/Enum/Reason.ts +3 -0
  213. package/ts/types/Enum/StatisticType.ts +15 -0
  214. package/ts/types/Enum/Vat.ts +19 -1
  215. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  216. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  217. package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
  218. package/ts/types/Interface/api/societyConfig/update.ts +103 -0
  219. package/ts/types/Interface/api/statistic/ExitRequest.ts +119 -0
  220. package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
  221. package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
  222. package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
  223. package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
  224. package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
  225. package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
  226. package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
  227. package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
  228. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  229. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  230. package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
  231. package/ts/types/Interface/models/IStatistic.ts +13 -0
  232. package/ts/types/index.ts +19 -1
  233. package/es/types/Enum/Prestation.d.ts.map +0 -1
  234. package/es/types/Enum/Prestation.js +0 -16
  235. package/es/types/Enum/Prestation.js.map +0 -1
  236. package/js/types/Enum/Prestation.js +0 -22
  237. package/js/types/Enum/Prestation.js.map +0 -1
package/js/types/index.js CHANGED
@@ -3532,6 +3532,18 @@ Object.keys(_ISponsorshipWithSponsorInfo).forEach(function (key) {
3532
3532
  });
3533
3533
  });
3534
3534
 
3535
+ var _IStatistic = require("./Interface/models/IStatistic");
3536
+
3537
+ Object.keys(_IStatistic).forEach(function (key) {
3538
+ if (key === "default" || key === "__esModule") return;
3539
+ Object.defineProperty(exports, key, {
3540
+ enumerable: true,
3541
+ get: function () {
3542
+ return _IStatistic[key];
3543
+ }
3544
+ });
3545
+ });
3546
+
3535
3547
  var _ILastUpdateConnection = require("./Interface/models/ILastUpdateConnection");
3536
3548
 
3537
3549
  Object.keys(_ILastUpdateConnection).forEach(function (key) {
@@ -4432,6 +4444,18 @@ Object.keys(_Activity).forEach(function (key) {
4432
4444
  });
4433
4445
  });
4434
4446
 
4447
+ var _AdditionnalSells = require("./Enum/AdditionnalSells");
4448
+
4449
+ Object.keys(_AdditionnalSells).forEach(function (key) {
4450
+ if (key === "default" || key === "__esModule") return;
4451
+ Object.defineProperty(exports, key, {
4452
+ enumerable: true,
4453
+ get: function () {
4454
+ return _AdditionnalSells[key];
4455
+ }
4456
+ });
4457
+ });
4458
+
4435
4459
  var _CerfaType = require("./Enum/CerfaType");
4436
4460
 
4437
4461
  Object.keys(_CerfaType).forEach(function (key) {
@@ -4444,6 +4468,18 @@ Object.keys(_CerfaType).forEach(function (key) {
4444
4468
  });
4445
4469
  });
4446
4470
 
4471
+ var _StatisticType = require("./Enum/StatisticType");
4472
+
4473
+ Object.keys(_StatisticType).forEach(function (key) {
4474
+ if (key === "default" || key === "__esModule") return;
4475
+ Object.defineProperty(exports, key, {
4476
+ enumerable: true,
4477
+ get: function () {
4478
+ return _StatisticType[key];
4479
+ }
4480
+ });
4481
+ });
4482
+
4447
4483
  var _StockType = require("./Enum/StockType");
4448
4484
 
4449
4485
  Object.keys(_StockType).forEach(function (key) {
@@ -4612,14 +4648,14 @@ Object.keys(_FieldSocietyStat).forEach(function (key) {
4612
4648
  });
4613
4649
  });
4614
4650
 
4615
- var _Prestation = require("./Enum/Prestation");
4651
+ var _PrestationType = require("./Enum/PrestationType");
4616
4652
 
4617
- Object.keys(_Prestation).forEach(function (key) {
4653
+ Object.keys(_PrestationType).forEach(function (key) {
4618
4654
  if (key === "default" || key === "__esModule") return;
4619
4655
  Object.defineProperty(exports, key, {
4620
4656
  enumerable: true,
4621
4657
  get: function () {
4622
- return _Prestation[key];
4658
+ return _PrestationType[key];
4623
4659
  }
4624
4660
  });
4625
4661
  });
@@ -5188,6 +5224,42 @@ Object.keys(_CustomerVat).forEach(function (key) {
5188
5224
  });
5189
5225
  });
5190
5226
 
5227
+ var _Reason = require("./Enum/Reason");
5228
+
5229
+ Object.keys(_Reason).forEach(function (key) {
5230
+ if (key === "default" || key === "__esModule") return;
5231
+ Object.defineProperty(exports, key, {
5232
+ enumerable: true,
5233
+ get: function () {
5234
+ return _Reason[key];
5235
+ }
5236
+ });
5237
+ });
5238
+
5239
+ var _OperationLegalNotice = require("./Enum/OperationLegalNotice");
5240
+
5241
+ Object.keys(_OperationLegalNotice).forEach(function (key) {
5242
+ if (key === "default" || key === "__esModule") return;
5243
+ Object.defineProperty(exports, key, {
5244
+ enumerable: true,
5245
+ get: function () {
5246
+ return _OperationLegalNotice[key];
5247
+ }
5248
+ });
5249
+ });
5250
+
5251
+ var _OrderStatus = require("./Enum/OrderStatus");
5252
+
5253
+ Object.keys(_OrderStatus).forEach(function (key) {
5254
+ if (key === "default" || key === "__esModule") return;
5255
+ Object.defineProperty(exports, key, {
5256
+ enumerable: true,
5257
+ get: function () {
5258
+ return _OrderStatus[key];
5259
+ }
5260
+ });
5261
+ });
5262
+
5191
5263
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
5192
5264
 
5193
5265
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
@@ -7324,6 +7396,90 @@ Object.keys(_QuerySponsorship).forEach(function (key) {
7324
7396
  });
7325
7397
  });
7326
7398
 
7399
+ var _ExitRequest = require("./Interface/api/statistic/ExitRequest");
7400
+
7401
+ Object.keys(_ExitRequest).forEach(function (key) {
7402
+ if (key === "default" || key === "__esModule") return;
7403
+ Object.defineProperty(exports, key, {
7404
+ enumerable: true,
7405
+ get: function () {
7406
+ return _ExitRequest[key];
7407
+ }
7408
+ });
7409
+ });
7410
+
7411
+ var _QueryExpertAccountant = require("./Interface/api/statistic/QueryExpertAccountant");
7412
+
7413
+ Object.keys(_QueryExpertAccountant).forEach(function (key) {
7414
+ if (key === "default" || key === "__esModule") return;
7415
+ Object.defineProperty(exports, key, {
7416
+ enumerable: true,
7417
+ get: function () {
7418
+ return _QueryExpertAccountant[key];
7419
+ }
7420
+ });
7421
+ });
7422
+
7423
+ var _QueryGetExpertAccountant = require("./Interface/api/statistic/QueryGetExpertAccountant");
7424
+
7425
+ Object.keys(_QueryGetExpertAccountant).forEach(function (key) {
7426
+ if (key === "default" || key === "__esModule") return;
7427
+ Object.defineProperty(exports, key, {
7428
+ enumerable: true,
7429
+ get: function () {
7430
+ return _QueryGetExpertAccountant[key];
7431
+ }
7432
+ });
7433
+ });
7434
+
7435
+ var _QueryAccountant = require("./Interface/api/statistic/QueryAccountant");
7436
+
7437
+ Object.keys(_QueryAccountant).forEach(function (key) {
7438
+ if (key === "default" || key === "__esModule") return;
7439
+ Object.defineProperty(exports, key, {
7440
+ enumerable: true,
7441
+ get: function () {
7442
+ return _QueryAccountant[key];
7443
+ }
7444
+ });
7445
+ });
7446
+
7447
+ var _QueryGetAccountant = require("./Interface/api/statistic/QueryGetAccountant");
7448
+
7449
+ Object.keys(_QueryGetAccountant).forEach(function (key) {
7450
+ if (key === "default" || key === "__esModule") return;
7451
+ Object.defineProperty(exports, key, {
7452
+ enumerable: true,
7453
+ get: function () {
7454
+ return _QueryGetAccountant[key];
7455
+ }
7456
+ });
7457
+ });
7458
+
7459
+ var _QueryDirection = require("./Interface/api/statistic/QueryDirection");
7460
+
7461
+ Object.keys(_QueryDirection).forEach(function (key) {
7462
+ if (key === "default" || key === "__esModule") return;
7463
+ Object.defineProperty(exports, key, {
7464
+ enumerable: true,
7465
+ get: function () {
7466
+ return _QueryDirection[key];
7467
+ }
7468
+ });
7469
+ });
7470
+
7471
+ var _QueryGetDirection = require("./Interface/api/statistic/QueryGetDirection");
7472
+
7473
+ Object.keys(_QueryGetDirection).forEach(function (key) {
7474
+ if (key === "default" || key === "__esModule") return;
7475
+ Object.defineProperty(exports, key, {
7476
+ enumerable: true,
7477
+ get: function () {
7478
+ return _QueryGetDirection[key];
7479
+ }
7480
+ });
7481
+ });
7482
+
7327
7483
  var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
7328
7484
 
7329
7485
  Object.keys(_CreatePappers).forEach(function (key) {
@@ -9208,6 +9364,66 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
9208
9364
  });
9209
9365
  });
9210
9366
 
9367
+ var _update = require("./Interface/api/societyConfig/update");
9368
+
9369
+ Object.keys(_update).forEach(function (key) {
9370
+ if (key === "default" || key === "__esModule") return;
9371
+ Object.defineProperty(exports, key, {
9372
+ enumerable: true,
9373
+ get: function () {
9374
+ return _update[key];
9375
+ }
9376
+ });
9377
+ });
9378
+
9379
+ var _UpdateAttribution = require("./Interface/api/wallet/UpdateAttribution");
9380
+
9381
+ Object.keys(_UpdateAttribution).forEach(function (key) {
9382
+ if (key === "default" || key === "__esModule") return;
9383
+ Object.defineProperty(exports, key, {
9384
+ enumerable: true,
9385
+ get: function () {
9386
+ return _UpdateAttribution[key];
9387
+ }
9388
+ });
9389
+ });
9390
+
9391
+ var _CreatePrestation = require("./Interface/api/prestation/CreatePrestation");
9392
+
9393
+ Object.keys(_CreatePrestation).forEach(function (key) {
9394
+ if (key === "default" || key === "__esModule") return;
9395
+ Object.defineProperty(exports, key, {
9396
+ enumerable: true,
9397
+ get: function () {
9398
+ return _CreatePrestation[key];
9399
+ }
9400
+ });
9401
+ });
9402
+
9403
+ var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
9404
+
9405
+ Object.keys(_QueryPaymentExpectation).forEach(function (key) {
9406
+ if (key === "default" || key === "__esModule") return;
9407
+ Object.defineProperty(exports, key, {
9408
+ enumerable: true,
9409
+ get: function () {
9410
+ return _QueryPaymentExpectation[key];
9411
+ }
9412
+ });
9413
+ });
9414
+
9415
+ var _UpdateLegalNotice = require("./Interface/api/legalNotice/UpdateLegalNotice");
9416
+
9417
+ Object.keys(_UpdateLegalNotice).forEach(function (key) {
9418
+ if (key === "default" || key === "__esModule") return;
9419
+ Object.defineProperty(exports, key, {
9420
+ enumerable: true,
9421
+ get: function () {
9422
+ return _UpdateLegalNotice[key];
9423
+ }
9424
+ });
9425
+ });
9426
+
9211
9427
  var _Util4 = require("./Interface/enum/Util");
9212
9428
 
9213
9429
  Object.keys(_Util4).forEach(function (key) {