@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
@@ -0,0 +1,131 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsBoolean, IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class UpdateSocietyConfig {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsBoolean(),
18
+ ToBoolean(),
19
+ IsOptional(),
20
+ __metadata("design:type", Boolean)
21
+ ], UpdateSocietyConfig.prototype, "disableExport", void 0);
22
+ __decorate([
23
+ ApiPropertyOptional(),
24
+ IsBoolean(),
25
+ ToBoolean(),
26
+ IsOptional(),
27
+ __metadata("design:type", Boolean)
28
+ ], UpdateSocietyConfig.prototype, "noVat", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsOptional(),
32
+ __metadata("design:type", Object)
33
+ ], UpdateSocietyConfig.prototype, "dateActiveVat", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsOptional(),
37
+ __metadata("design:type", Object)
38
+ ], UpdateSocietyConfig.prototype, "logo", void 0);
39
+ __decorate([
40
+ ApiPropertyOptional(),
41
+ IsBoolean(),
42
+ ToBoolean(),
43
+ IsOptional(),
44
+ __metadata("design:type", Boolean)
45
+ ], UpdateSocietyConfig.prototype, "adjournment", void 0);
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ IsBoolean(),
49
+ ToBoolean(),
50
+ IsOptional(),
51
+ __metadata("design:type", Boolean)
52
+ ], UpdateSocietyConfig.prototype, "acceptCgv", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ IsBoolean(),
56
+ ToBoolean(),
57
+ IsOptional(),
58
+ __metadata("design:type", Boolean)
59
+ ], UpdateSocietyConfig.prototype, "showWelcomeModal", void 0);
60
+ __decorate([
61
+ ApiPropertyOptional(),
62
+ IsBoolean(),
63
+ ToBoolean(),
64
+ IsOptional(),
65
+ __metadata("design:type", Boolean)
66
+ ], UpdateSocietyConfig.prototype, "modalNews", void 0);
67
+ __decorate([
68
+ ApiPropertyOptional(),
69
+ IsOptional(),
70
+ __metadata("design:type", Object)
71
+ ], UpdateSocietyConfig.prototype, "typeMicroentreprise", void 0);
72
+ __decorate([
73
+ ApiPropertyOptional(),
74
+ IsBoolean(),
75
+ ToBoolean(),
76
+ IsOptional(),
77
+ __metadata("design:type", Boolean)
78
+ ], UpdateSocietyConfig.prototype, "showTipSchedule", void 0);
79
+ __decorate([
80
+ ApiPropertyOptional(),
81
+ IsOptional(),
82
+ __metadata("design:type", Object)
83
+ ], UpdateSocietyConfig.prototype, "defaultBa", void 0);
84
+ __decorate([
85
+ ApiPropertyOptional(),
86
+ IsOptional(),
87
+ __metadata("design:type", Object)
88
+ ], UpdateSocietyConfig.prototype, "salesType", void 0);
89
+ __decorate([
90
+ ApiPropertyOptional(),
91
+ IsBoolean(),
92
+ ToBoolean(),
93
+ IsOptional(),
94
+ __metadata("design:type", Boolean)
95
+ ], UpdateSocietyConfig.prototype, "noShowModalAnnotation", void 0);
96
+ __decorate([
97
+ ApiPropertyOptional(),
98
+ IsBoolean(),
99
+ ToBoolean(),
100
+ IsOptional(),
101
+ __metadata("design:type", Boolean)
102
+ ], UpdateSocietyConfig.prototype, "emailAgreement", void 0);
103
+ __decorate([
104
+ ApiPropertyOptional(),
105
+ IsBoolean(),
106
+ ToBoolean(),
107
+ IsOptional(),
108
+ __metadata("design:type", Boolean)
109
+ ], UpdateSocietyConfig.prototype, "clicPaiement", void 0);
110
+ __decorate([
111
+ ApiPropertyOptional(),
112
+ IsBoolean(),
113
+ ToBoolean(),
114
+ IsOptional(),
115
+ __metadata("design:type", Boolean)
116
+ ], UpdateSocietyConfig.prototype, "mailIdepotStatus", void 0);
117
+ __decorate([
118
+ ApiPropertyOptional(),
119
+ IsBoolean(),
120
+ ToBoolean(),
121
+ IsOptional(),
122
+ __metadata("design:type", Boolean)
123
+ ], UpdateSocietyConfig.prototype, "mobileRegister", void 0);
124
+ __decorate([
125
+ ApiPropertyOptional(),
126
+ IsBoolean(),
127
+ ToBoolean(),
128
+ IsOptional(),
129
+ __metadata("design:type", Boolean)
130
+ ], UpdateSocietyConfig.prototype, "registeredFromWebsite", void 0);
131
+ //# sourceMappingURL=update.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfig/update.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,mBAAmB;CAkG/B;AA7FC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0DACW;AAMxB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACG;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;0DACe;AAI5B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACQ;AAMrB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wDACS;AAMtB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACO;AAMpB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACc;AAM3B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACO;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;gEACuB;AAMpC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4DACa;AAI1B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;sDACa;AAI1B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;sDACa;AAM1B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACY;AAMzB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yDACU;AAMvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACc;AAM3B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACY;AAMzB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACmB","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,107 @@
1
+ import { ISociety } from '../../models/ISociety';
2
+ export interface CountLateToDoDone {
3
+ late: string[];
4
+ toDo: string[];
5
+ done: string[];
6
+ }
7
+ export interface Count {
8
+ count: number;
9
+ societiesList: string[];
10
+ }
11
+ export interface CountIsIr {
12
+ IS: string[];
13
+ IR: string[];
14
+ }
15
+ export interface CountVat {
16
+ monthly: string[];
17
+ quarterly: string[];
18
+ simplified: string[];
19
+ }
20
+ export interface AnnotatedSocieties {
21
+ annotated: string[];
22
+ noAnnotated: string[];
23
+ }
24
+ export interface CountComplementaryPrestation {
25
+ waitingClient: string[];
26
+ waitingDirection: string[];
27
+ acceptedDirection: string[];
28
+ refusedDirection: string[];
29
+ }
30
+ interface TotalAverage {
31
+ total: number;
32
+ average: number;
33
+ }
34
+ export interface TotalAverageProfit {
35
+ factured: TotalAverage;
36
+ payed: TotalAverage;
37
+ }
38
+ export interface StatsLabBySocieties {
39
+ late: string[];
40
+ toDo: string[];
41
+ done: string[];
42
+ }
43
+ export interface StatsMailsBySocieties {
44
+ late: string[];
45
+ toDo: string[];
46
+ done: string[];
47
+ }
48
+ export interface StatsCallsBySocieties {
49
+ late: string[];
50
+ toDo: string[];
51
+ done: string[];
52
+ }
53
+ export interface StatsReportsBySocieties {
54
+ late: string[];
55
+ toDo: string[];
56
+ done: string[];
57
+ }
58
+ export interface ExitApplication {
59
+ done: {
60
+ count: number;
61
+ societies: string[];
62
+ };
63
+ undone: {
64
+ count: number;
65
+ societies: string[];
66
+ };
67
+ }
68
+ export interface StatisticBalanceSheetDetail {
69
+ goodToAttested: string[];
70
+ attested: string[];
71
+ attestedRefused: string[];
72
+ attestedObserved: string[];
73
+ toReview: string[];
74
+ toRevised: string[];
75
+ toSupervised: string[];
76
+ acceptedSIE: string[];
77
+ ARCAttested: string[];
78
+ ARCNoAttested: string[];
79
+ }
80
+ export interface ReturnListType {
81
+ societies?: ISociety[];
82
+ active?: ISociety[];
83
+ unpayed?: string[];
84
+ terminated?: string[];
85
+ archived?: string[];
86
+ labDetail?: CountLateToDoDone;
87
+ balanceSheet?: CountLateToDoDone;
88
+ balanceSheetDetailed?: StatisticBalanceSheetDetail;
89
+ additionnalSell?: CountComplementaryPrestation;
90
+ tva?: CountLateToDoDone;
91
+ checklist?: CountLateToDoDone;
92
+ checklistReinforced?: CountLateToDoDone;
93
+ revision?: Count;
94
+ annotate?: AnnotatedSocieties;
95
+ isIr?: CountIsIr;
96
+ vatType?: CountVat;
97
+ task?: StatsLabBySocieties;
98
+ mail?: StatsMailsBySocieties;
99
+ call?: StatsCallsBySocieties;
100
+ report?: StatsReportsBySocieties;
101
+ profitability?: TotalAverageProfit;
102
+ synchronised?: string[];
103
+ applicationJustified?: ExitApplication;
104
+ applicationSynchronised?: ExitApplication;
105
+ }
106
+ export {};
107
+ //# sourceMappingURL=ExitRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ExitRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: AnnotatedSocieties,\n isIr?: CountIsIr,\n vatType?: CountVat,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryAccountant {
2
+ idUser: number;
3
+ endDate: Date;
4
+ type: number;
5
+ }
6
+ //# sourceMappingURL=QueryAccountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"names":[],"mappings":"AAMA,qBAAa,eAAe;IAG1B,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsDate, IsIn, } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ import { StatisticType } from '../../../Enum/StatisticType';
13
+ export class QueryAccountant {
14
+ }
15
+ __decorate([
16
+ ApiProperty(),
17
+ IsNumber(),
18
+ __metadata("design:type", Number)
19
+ ], QueryAccountant.prototype, "idUser", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsDate(),
23
+ __metadata("design:type", Date)
24
+ ], QueryAccountant.prototype, "endDate", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ IsNumber(),
28
+ IsIn(Object.values(StatisticType)),
29
+ __metadata("design:type", Number)
30
+ ], QueryAccountant.prototype, "type", void 0);
31
+ //# sourceMappingURL=QueryAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,GACvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,eAAe;CAa3B;AAVC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;+CACI;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;gDAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;6CACtB","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,6 @@
1
+ export declare class QueryDirection {
2
+ idUser: number[];
3
+ endDate: Date;
4
+ type: number;
5
+ }
6
+ //# sourceMappingURL=QueryDirection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDirection.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"names":[],"mappings":"AAMA,qBAAa,cAAc;IAGzB,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsDate, IsIn, IsOptional, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ import { StatisticType } from '../../../Enum/StatisticType';
13
+ export class QueryDirection {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsOptional(),
18
+ __metadata("design:type", Array)
19
+ ], QueryDirection.prototype, "idUser", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsDate(),
23
+ __metadata("design:type", Date)
24
+ ], QueryDirection.prototype, "endDate", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ IsNumber(),
28
+ IsIn(Object.values(StatisticType)),
29
+ __metadata("design:type", Number)
30
+ ], QueryDirection.prototype, "type", void 0);
31
+ //# sourceMappingURL=QueryDirection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDirection.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GACnC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,cAAc;CAa1B;AAVC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;8CACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;+CAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;4CACtB","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,6 @@
1
+ export declare class QueryExpertAccountant {
2
+ idUser: number[];
3
+ endDate: Date;
4
+ type: number;
5
+ }
6
+ //# sourceMappingURL=QueryExpertAccountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryExpertAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"names":[],"mappings":"AAMA,qBAAa,qBAAqB;IAGhC,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsDate, IsIn, IsOptional, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ import { StatisticType } from '../../../Enum/StatisticType';
13
+ export class QueryExpertAccountant {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsOptional(),
18
+ __metadata("design:type", Array)
19
+ ], QueryExpertAccountant.prototype, "idUser", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsDate(),
23
+ __metadata("design:type", Date)
24
+ ], QueryExpertAccountant.prototype, "endDate", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ IsNumber(),
28
+ IsIn(Object.values(StatisticType)),
29
+ __metadata("design:type", Number)
30
+ ], QueryExpertAccountant.prototype, "type", void 0);
31
+ //# sourceMappingURL=QueryExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryExpertAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GACnC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,qBAAqB;CAajC;AAVC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;sDAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;mDACtB","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,5 @@
1
+ export declare class QueryGetAccountant {
2
+ idUser: number;
3
+ endDate: Date;
4
+ }
5
+ //# sourceMappingURL=QueryGetAccountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"names":[],"mappings":"AAKA,qBAAa,kBAAkB;IAG7B,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,IAAI,CAAC;CACf"}
@@ -0,0 +1,24 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsDate, } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryGetAccountant {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsNumber(),
17
+ __metadata("design:type", Number)
18
+ ], QueryGetAccountant.prototype, "idUser", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsDate(),
22
+ __metadata("design:type", Date)
23
+ ], QueryGetAccountant.prototype, "endDate", void 0);
24
+ //# sourceMappingURL=QueryGetAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,kBAAkB;CAQ9B;AALC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kDACI;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;mDAAC","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,5 @@
1
+ export declare class QueryGetDirection {
2
+ idUser: number[];
3
+ endDate: Date;
4
+ }
5
+ //# sourceMappingURL=QueryGetDirection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetDirection.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"names":[],"mappings":"AAKA,qBAAa,iBAAiB;IAG5B,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;CACf"}
@@ -0,0 +1,24 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsOptional, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryGetDirection {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ __metadata("design:type", Array)
18
+ ], QueryGetDirection.prototype, "idUser", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsDate(),
22
+ __metadata("design:type", Date)
23
+ ], QueryGetDirection.prototype, "endDate", void 0);
24
+ //# sourceMappingURL=QueryGetDirection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetDirection.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iBAAiB;CAQ7B;AALC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;kDAAC","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,5 @@
1
+ export declare class QueryGetExpertAccountant {
2
+ idUser: number[];
3
+ endDate: Date;
4
+ }
5
+ //# sourceMappingURL=QueryGetExpertAccountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetExpertAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"names":[],"mappings":"AAKA,qBAAa,wBAAwB;IAGnC,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;CACf"}
@@ -0,0 +1,24 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsOptional, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryGetExpertAccountant {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ __metadata("design:type", Array)
18
+ ], QueryGetExpertAccountant.prototype, "idUser", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsDate(),
22
+ __metadata("design:type", Date)
23
+ ], QueryGetExpertAccountant.prototype, "endDate", void 0);
24
+ //# sourceMappingURL=QueryGetExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetExpertAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,wBAAwB;CAQpC;AALC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;wDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;yDAAC","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,6 @@
1
+ export declare class UpdateAttribution {
2
+ idRoles: number;
3
+ swapUserId?: number;
4
+ randomSwap?: boolean;
5
+ }
6
+ //# sourceMappingURL=UpdateAttribution.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAttribution.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"names":[],"mappings":"AAMA,qBAAa,iBAAiB;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -0,0 +1,34 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsBoolean, IsNumber, IsOptional, IsPositive, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class UpdateAttribution {
14
+ }
15
+ __decorate([
16
+ ApiProperty(),
17
+ IsNumber(),
18
+ IsPositive(),
19
+ __metadata("design:type", Number)
20
+ ], UpdateAttribution.prototype, "idRoles", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ IsOptional(),
24
+ IsNumber(),
25
+ __metadata("design:type", Number)
26
+ ], UpdateAttribution.prototype, "swapUserId", void 0);
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ IsOptional(),
30
+ IsBoolean(),
31
+ ToBoolean(),
32
+ __metadata("design:type", Boolean)
33
+ ], UpdateAttribution.prototype, "randomSwap", void 0);
34
+ //# sourceMappingURL=UpdateAttribution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAttribution.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,GAC5C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,iBAAiB;CAgB7B;AAZC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qDACS;AAMpB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;qDACS","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}"]}
@@ -9,9 +9,9 @@ export interface IAttributionHistory {
9
9
  idRoles: number;
10
10
  createdAt?: Date | null;
11
11
  updatedAt?: Date | null;
12
- userAttribute: IUser;
13
- userMakeAttribution: IUser;
14
- society: ISociety;
15
- role: IRole;
12
+ userAttribute?: IUser;
13
+ userMakeAttribution?: IUser;
14
+ society?: ISociety;
15
+ role?: IRole;
16
16
  }
17
17
  //# sourceMappingURL=IAttributionHistory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IAttributionHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,KAAK,CAAC;IACrB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
1
+ {"version":3,"file":"IAttributionHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"IAttributionHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IRole } from './IRole';\n\n// attributionHistorics\nexport interface IAttributionHistory {\n id?: number;\n idUserAttribute: number;\n idUserMakeAttribution: number;\n idSociety: number;\n idRoles: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userAttribute: IUser;\n userMakeAttribution: IUser;\n society: ISociety;\n role: IRole;\n}\n"]}
1
+ {"version":3,"file":"IAttributionHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IRole } from './IRole';\n\n// attributionHistorics\nexport interface IAttributionHistory {\n id?: number;\n idUserAttribute: number;\n idUserMakeAttribution: number;\n idSociety: number;\n idRoles: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userAttribute?: IUser;\n userMakeAttribution?: IUser;\n society?: ISociety;\n role?: IRole;\n}\n"]}
@@ -17,6 +17,7 @@ export interface ILegalNotice {
17
17
  societyWithoutRegister: string | null;
18
18
  idSociety: number | null;
19
19
  idOperationLegalNotice: number;
20
+ idPrestation: number | null;
20
21
  createdAt?: Date | null;
21
22
  updatedAt?: Date | null;
22
23
  legalsNoticeOperations: IOperationLegalNotice;