@silexpert/core 0.4.276 → 0.4.279

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 (176) 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/Loan.js +1 -1
  6. package/es/api/resources/Loan.js.map +1 -1
  7. package/es/api/resources/SocietyConfig.d.ts +7 -0
  8. package/es/api/resources/SocietyConfig.d.ts.map +1 -0
  9. package/es/api/resources/SocietyConfig.js +10 -0
  10. package/es/api/resources/SocietyConfig.js.map +1 -0
  11. package/es/api/resources/Wallet.d.ts +8 -0
  12. package/es/api/resources/Wallet.d.ts.map +1 -0
  13. package/es/api/resources/Wallet.js +7 -0
  14. package/es/api/resources/Wallet.js.map +1 -0
  15. package/es/api/resources/statistic/Accountant.d.ts +53 -0
  16. package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
  17. package/es/api/resources/statistic/Accountant.js +77 -0
  18. package/es/api/resources/statistic/Accountant.js.map +1 -0
  19. package/es/api/resources/statistic/Direction.d.ts +11 -0
  20. package/es/api/resources/statistic/Direction.d.ts.map +1 -0
  21. package/es/api/resources/statistic/Direction.js +14 -0
  22. package/es/api/resources/statistic/Direction.js.map +1 -0
  23. package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
  24. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
  25. package/es/api/resources/statistic/ExpertAccountant.js +41 -0
  26. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
  27. package/es/api/resources.d.ts +10 -0
  28. package/es/api/resources.d.ts.map +1 -1
  29. package/es/api/resources.js +10 -0
  30. package/es/api/resources.js.map +1 -1
  31. package/es/types/Enum/AdditionnalSells.d.ts +7 -0
  32. package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
  33. package/es/types/Enum/AdditionnalSells.js +8 -0
  34. package/es/types/Enum/AdditionnalSells.js.map +1 -0
  35. package/es/types/Enum/RoleDetail.d.ts +7 -0
  36. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  37. package/es/types/Enum/RoleDetail.js +7 -0
  38. package/es/types/Enum/RoleDetail.js.map +1 -1
  39. package/es/types/Enum/StatisticType.d.ts +15 -0
  40. package/es/types/Enum/StatisticType.d.ts.map +1 -0
  41. package/es/types/Enum/StatisticType.js +16 -0
  42. package/es/types/Enum/StatisticType.js.map +1 -0
  43. package/es/types/Enum/Vat.d.ts +17 -0
  44. package/es/types/Enum/Vat.d.ts.map +1 -1
  45. package/es/types/Enum/Vat.js +18 -0
  46. package/es/types/Enum/Vat.js.map +1 -1
  47. package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
  48. package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
  49. package/es/types/Interface/api/societyConfig/update.js +131 -0
  50. package/es/types/Interface/api/societyConfig/update.js.map +1 -0
  51. package/es/types/Interface/api/statistic/ExitRequest.d.ts +98 -0
  52. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
  53. package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
  54. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  55. package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
  56. package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
  57. package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
  58. package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  59. package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
  60. package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
  61. package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
  62. package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  63. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
  64. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
  65. package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
  66. package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  67. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
  68. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
  69. package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
  70. package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  71. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
  72. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
  73. package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
  74. package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  75. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
  76. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
  77. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
  78. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  79. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
  80. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
  81. package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
  82. package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  83. package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
  84. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
  85. package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
  86. package/es/types/Interface/models/IExercice.d.ts +1 -0
  87. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  88. package/es/types/Interface/models/IExercice.js.map +1 -1
  89. package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
  90. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  91. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
  92. package/es/types/Interface/models/ISociety.d.ts +2 -1
  93. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  94. package/es/types/Interface/models/ISociety.js.map +1 -1
  95. package/es/types/Interface/models/IStatistic.d.ts +11 -0
  96. package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
  97. package/es/types/Interface/models/IStatistic.js +2 -0
  98. package/es/types/Interface/models/IStatistic.js.map +1 -0
  99. package/es/types/index.d.ts +12 -0
  100. package/es/types/index.d.ts.map +1 -1
  101. package/es/types/index.js +12 -0
  102. package/es/types/index.js.map +1 -1
  103. package/js/api/resources/BudgetInsight.js +0 -10
  104. package/js/api/resources/BudgetInsight.js.map +1 -1
  105. package/js/api/resources/Loan.js +1 -1
  106. package/js/api/resources/Loan.js.map +1 -1
  107. package/js/api/resources/SocietyConfig.js +22 -0
  108. package/js/api/resources/SocietyConfig.js.map +1 -0
  109. package/js/api/resources/Wallet.js +18 -0
  110. package/js/api/resources/Wallet.js.map +1 -0
  111. package/js/api/resources/statistic/Accountant.js +135 -0
  112. package/js/api/resources/statistic/Accountant.js.map +1 -0
  113. package/js/api/resources/statistic/Direction.js +30 -0
  114. package/js/api/resources/statistic/Direction.js.map +1 -0
  115. package/js/api/resources/statistic/ExpertAccountant.js +75 -0
  116. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
  117. package/js/api/resources.js +16 -1
  118. package/js/api/resources.js.map +1 -1
  119. package/js/types/Enum/AdditionnalSells.js +14 -0
  120. package/js/types/Enum/AdditionnalSells.js.map +1 -0
  121. package/js/types/Enum/RoleDetail.js +7 -0
  122. package/js/types/Enum/RoleDetail.js.map +1 -1
  123. package/js/types/Enum/StatisticType.js +22 -0
  124. package/js/types/Enum/StatisticType.js.map +1 -0
  125. package/js/types/Enum/Vat.js +19 -0
  126. package/js/types/Enum/Vat.js.map +1 -1
  127. package/js/types/Interface/api/societyConfig/update.js +65 -0
  128. package/js/types/Interface/api/societyConfig/update.js.map +1 -0
  129. package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
  130. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  131. package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
  132. package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  133. package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
  134. package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  135. package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
  136. package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  137. package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
  138. package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  139. package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
  140. package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  141. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
  142. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  143. package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
  144. package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  145. package/js/types/Interface/models/IStatistic.js +6 -0
  146. package/js/types/Interface/models/IStatistic.js.map +1 -0
  147. package/js/types/index.js +144 -0
  148. package/js/types/index.js.map +1 -1
  149. package/package.json +1 -1
  150. package/ts/api/resources/BudgetInsight.ts +0 -13
  151. package/ts/api/resources/Loan.ts +1 -1
  152. package/ts/api/resources/SocietyConfig.ts +12 -0
  153. package/ts/api/resources/Wallet.ts +8 -0
  154. package/ts/api/resources/statistic/Accountant.ts +108 -0
  155. package/ts/api/resources/statistic/Direction.ts +17 -0
  156. package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
  157. package/ts/api/resources.ts +10 -0
  158. package/ts/types/Enum/AdditionnalSells.ts +6 -0
  159. package/ts/types/Enum/RoleDetail.ts +7 -0
  160. package/ts/types/Enum/StatisticType.ts +14 -0
  161. package/ts/types/Enum/Vat.ts +19 -1
  162. package/ts/types/Interface/api/societyConfig/update.ts +103 -0
  163. package/ts/types/Interface/api/statistic/ExitRequest.ts +108 -0
  164. package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
  165. package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
  166. package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
  167. package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
  168. package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
  169. package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
  170. package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
  171. package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
  172. package/ts/types/Interface/models/IExercice.ts +1 -0
  173. package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
  174. package/ts/types/Interface/models/ISociety.ts +2 -1
  175. package/ts/types/Interface/models/IStatistic.ts +13 -0
  176. package/ts/types/index.ts +12 -0
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateSocietyConfig = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class UpdateSocietyConfig {}
27
+
28
+ exports.UpdateSocietyConfig = UpdateSocietyConfig;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "disableExport", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "noVat", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "dateActiveVat", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "logo", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "adjournment", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "acceptCgv", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "showWelcomeModal", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "modalNews", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "typeMicroentreprise", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "showTipSchedule", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "defaultBa", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "salesType", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "noShowModalAnnotation", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "emailAgreement", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "clicPaiement", void 0);
59
+
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "mailIdepotStatus", void 0);
61
+
62
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "mobileRegister", void 0);
63
+
64
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "registeredFromWebsite", void 0);
65
+ //# sourceMappingURL=update.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAKXC,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["UpdateSocietyConfig","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfig/update.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateSocietyConfig {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n disableExport?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n noVat?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n dateActiveVat?: Date | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n logo?: string | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n adjournment?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n acceptCgv?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n showWelcomeModal?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n modalNews?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n typeMicroentreprise?: number | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n showTipSchedule?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n defaultBa?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n salesType?: number | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n noShowModalAnnotation?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n emailAgreement?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n clicPaiement?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n mailIdepotStatus?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n mobileRegister?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n registeredFromWebsite?: boolean;\n}"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ExitRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExitRequest.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryAccountant = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _StatisticType = require("../../../Enum/StatisticType");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryAccountant {}
27
+
28
+ exports.QueryAccountant = QueryAccountant;
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryAccountant.prototype, "idUser", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryAccountant.prototype, "endDate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryAccountant.prototype, "type", void 0);
35
+ //# sourceMappingURL=QueryAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryAccountant","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryAccountant {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryDirection = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _StatisticType = require("../../../Enum/StatisticType");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryDirection {}
27
+
28
+ exports.QueryDirection = QueryDirection;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryDirection.prototype, "idUser", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryDirection.prototype, "endDate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryDirection.prototype, "type", void 0);
35
+ //# sourceMappingURL=QueryDirection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDirection.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryDirection","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryDirection {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryExpertAccountant = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _StatisticType = require("../../../Enum/StatisticType");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryExpertAccountant {}
27
+
28
+ exports.QueryExpertAccountant = QueryExpertAccountant;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryExpertAccountant.prototype, "idUser", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryExpertAccountant.prototype, "endDate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryExpertAccountant.prototype, "type", void 0);
35
+ //# sourceMappingURL=QueryExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryExpertAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryExpertAccountant","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryExpertAccountant {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAccountant = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryGetAccountant {}
25
+
26
+ exports.QueryGetAccountant = QueryGetAccountant;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryGetAccountant.prototype, "idUser", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetAccountant.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryGetAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetAccountant","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAccountant {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetDirection = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryGetDirection {}
25
+
26
+ exports.QueryGetDirection = QueryGetDirection;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryGetDirection.prototype, "idUser", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetDirection.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryGetDirection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetDirection.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetDirection","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetDirection {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetExpertAccountant = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryGetExpertAccountant {}
25
+
26
+ exports.QueryGetExpertAccountant = QueryGetExpertAccountant;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryGetExpertAccountant.prototype, "idUser", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetExpertAccountant.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryGetExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetExpertAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetExpertAccountant","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetExpertAccountant {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateAttribution = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _decorators = require("../../../../utils/decorators");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class UpdateAttribution {}
27
+
28
+ exports.UpdateAttribution = UpdateAttribution;
29
+
30
+ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsPositive)(), __metadata("design:type", Number)], UpdateAttribution.prototype, "idRoles", void 0);
31
+
32
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], UpdateAttribution.prototype, "swapUserId", void 0);
33
+
34
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateAttribution.prototype, "randomSwap", void 0);
35
+ //# sourceMappingURL=UpdateAttribution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAttribution.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAIXC,YAHC,8BAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,sCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["UpdateAttribution","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsPositive,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateAttribution {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idRoles: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n swapUserId?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n randomSwap?: boolean;\n}"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IStatistic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IStatistic.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
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) {
@@ -7324,6 +7360,90 @@ Object.keys(_QuerySponsorship).forEach(function (key) {
7324
7360
  });
7325
7361
  });
7326
7362
 
7363
+ var _ExitRequest = require("./Interface/api/statistic/ExitRequest");
7364
+
7365
+ Object.keys(_ExitRequest).forEach(function (key) {
7366
+ if (key === "default" || key === "__esModule") return;
7367
+ Object.defineProperty(exports, key, {
7368
+ enumerable: true,
7369
+ get: function () {
7370
+ return _ExitRequest[key];
7371
+ }
7372
+ });
7373
+ });
7374
+
7375
+ var _QueryExpertAccountant = require("./Interface/api/statistic/QueryExpertAccountant");
7376
+
7377
+ Object.keys(_QueryExpertAccountant).forEach(function (key) {
7378
+ if (key === "default" || key === "__esModule") return;
7379
+ Object.defineProperty(exports, key, {
7380
+ enumerable: true,
7381
+ get: function () {
7382
+ return _QueryExpertAccountant[key];
7383
+ }
7384
+ });
7385
+ });
7386
+
7387
+ var _QueryGetExpertAccountant = require("./Interface/api/statistic/QueryGetExpertAccountant");
7388
+
7389
+ Object.keys(_QueryGetExpertAccountant).forEach(function (key) {
7390
+ if (key === "default" || key === "__esModule") return;
7391
+ Object.defineProperty(exports, key, {
7392
+ enumerable: true,
7393
+ get: function () {
7394
+ return _QueryGetExpertAccountant[key];
7395
+ }
7396
+ });
7397
+ });
7398
+
7399
+ var _QueryAccountant = require("./Interface/api/statistic/QueryAccountant");
7400
+
7401
+ Object.keys(_QueryAccountant).forEach(function (key) {
7402
+ if (key === "default" || key === "__esModule") return;
7403
+ Object.defineProperty(exports, key, {
7404
+ enumerable: true,
7405
+ get: function () {
7406
+ return _QueryAccountant[key];
7407
+ }
7408
+ });
7409
+ });
7410
+
7411
+ var _QueryGetAccountant = require("./Interface/api/statistic/QueryGetAccountant");
7412
+
7413
+ Object.keys(_QueryGetAccountant).forEach(function (key) {
7414
+ if (key === "default" || key === "__esModule") return;
7415
+ Object.defineProperty(exports, key, {
7416
+ enumerable: true,
7417
+ get: function () {
7418
+ return _QueryGetAccountant[key];
7419
+ }
7420
+ });
7421
+ });
7422
+
7423
+ var _QueryDirection = require("./Interface/api/statistic/QueryDirection");
7424
+
7425
+ Object.keys(_QueryDirection).forEach(function (key) {
7426
+ if (key === "default" || key === "__esModule") return;
7427
+ Object.defineProperty(exports, key, {
7428
+ enumerable: true,
7429
+ get: function () {
7430
+ return _QueryDirection[key];
7431
+ }
7432
+ });
7433
+ });
7434
+
7435
+ var _QueryGetDirection = require("./Interface/api/statistic/QueryGetDirection");
7436
+
7437
+ Object.keys(_QueryGetDirection).forEach(function (key) {
7438
+ if (key === "default" || key === "__esModule") return;
7439
+ Object.defineProperty(exports, key, {
7440
+ enumerable: true,
7441
+ get: function () {
7442
+ return _QueryGetDirection[key];
7443
+ }
7444
+ });
7445
+ });
7446
+
7327
7447
  var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
7328
7448
 
7329
7449
  Object.keys(_CreatePappers).forEach(function (key) {
@@ -9208,6 +9328,30 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
9208
9328
  });
9209
9329
  });
9210
9330
 
9331
+ var _update = require("./Interface/api/societyConfig/update");
9332
+
9333
+ Object.keys(_update).forEach(function (key) {
9334
+ if (key === "default" || key === "__esModule") return;
9335
+ Object.defineProperty(exports, key, {
9336
+ enumerable: true,
9337
+ get: function () {
9338
+ return _update[key];
9339
+ }
9340
+ });
9341
+ });
9342
+
9343
+ var _UpdateAttribution = require("./Interface/api/wallet/UpdateAttribution");
9344
+
9345
+ Object.keys(_UpdateAttribution).forEach(function (key) {
9346
+ if (key === "default" || key === "__esModule") return;
9347
+ Object.defineProperty(exports, key, {
9348
+ enumerable: true,
9349
+ get: function () {
9350
+ return _UpdateAttribution[key];
9351
+ }
9352
+ });
9353
+ });
9354
+
9211
9355
  var _Util4 = require("./Interface/enum/Util");
9212
9356
 
9213
9357
  Object.keys(_Util4).forEach(function (key) {