@silexpert/core 0.4.117 → 0.4.119

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 (220) hide show
  1. package/es/api/resources/AccountingIncome.d.ts +6 -0
  2. package/es/api/resources/AccountingIncome.d.ts.map +1 -0
  3. package/es/api/resources/AccountingIncome.js +7 -0
  4. package/es/api/resources/AccountingIncome.js.map +1 -0
  5. package/es/api/resources/BankStatement.d.ts +7 -0
  6. package/es/api/resources/BankStatement.d.ts.map +1 -0
  7. package/es/api/resources/BankStatement.js +15 -0
  8. package/es/api/resources/BankStatement.js.map +1 -0
  9. package/es/api/resources/Provision.d.ts +12 -0
  10. package/es/api/resources/Provision.d.ts.map +1 -0
  11. package/es/api/resources/Provision.js +19 -0
  12. package/es/api/resources/Provision.js.map +1 -0
  13. package/es/api/resources.d.ts +6 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +6 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/BalanceSheetQuestion.d.ts +122 -2
  18. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  19. package/es/types/Enum/BalanceSheetQuestion.js +122 -0
  20. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  21. package/es/types/Enum/BrandClementine.d.ts +5 -0
  22. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  23. package/es/types/Enum/BrandClementine.js +5 -0
  24. package/es/types/Enum/BrandClementine.js.map +1 -1
  25. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  26. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  27. package/es/types/Enum/BrandComptalib.js +2 -0
  28. package/es/types/Enum/BrandComptalib.js.map +1 -1
  29. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  30. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  31. package/es/types/Enum/BrandLegalstart.js +1 -0
  32. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  33. package/es/types/Enum/Ged.d.ts +2 -0
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +2 -1
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  38. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  39. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  40. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  41. package/es/types/Enum/ProvisionType.d.ts +12 -0
  42. package/es/types/Enum/ProvisionType.d.ts.map +1 -0
  43. package/es/types/Enum/ProvisionType.js +115 -0
  44. package/es/types/Enum/ProvisionType.js.map +1 -0
  45. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  46. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  47. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  48. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  49. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  50. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  51. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  52. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  53. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  54. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  55. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  56. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  57. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  58. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  59. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  60. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  61. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  62. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  63. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  64. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  65. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  66. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  67. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  68. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  69. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  70. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  71. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  72. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  73. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  74. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  75. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  76. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  77. package/es/types/Interface/api/provision/CreateProvisionForm.d.ts +8 -0
  78. package/es/types/Interface/api/provision/CreateProvisionForm.d.ts.map +1 -0
  79. package/es/types/Interface/api/provision/CreateProvisionForm.js +38 -0
  80. package/es/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
  81. package/es/types/Interface/api/provision/QueryGetProvisions.d.ts +6 -0
  82. package/es/types/Interface/api/provision/QueryGetProvisions.d.ts.map +1 -0
  83. package/es/types/Interface/api/provision/QueryGetProvisions.js +28 -0
  84. package/es/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
  85. package/es/types/Interface/api/provision/QueryProvisions.d.ts +8 -0
  86. package/es/types/Interface/api/provision/QueryProvisions.d.ts.map +1 -0
  87. package/es/types/Interface/api/provision/QueryProvisions.js +47 -0
  88. package/es/types/Interface/api/provision/QueryProvisions.js.map +1 -0
  89. package/es/types/Interface/api/provision/ReadProvision.d.ts +11 -0
  90. package/es/types/Interface/api/provision/ReadProvision.d.ts.map +1 -0
  91. package/es/types/Interface/api/provision/ReadProvision.js +3 -0
  92. package/es/types/Interface/api/provision/ReadProvision.js.map +1 -0
  93. package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts +7 -0
  94. package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts.map +1 -0
  95. package/es/types/Interface/api/provision/UpdateProvisionForm.js +35 -0
  96. package/es/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
  97. package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
  98. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  99. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  100. package/es/types/Interface/models/IBalanceSheet.d.ts +4 -2
  101. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  102. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  103. package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -6
  104. package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -1
  105. package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
  106. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  107. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  108. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  109. package/es/types/Interface/models/IExercicePrestation.d.ts +3 -6
  110. package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  111. package/es/types/Interface/models/IExercicePrestation.js.map +1 -1
  112. package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts +12 -0
  113. package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts.map +1 -0
  114. package/es/types/Interface/models/IRelatedAccountingTransaction.js +2 -0
  115. package/es/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
  116. package/es/types/Interface/models/ISupervision.d.ts +5 -7
  117. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  118. package/es/types/Interface/models/ISupervision.js.map +1 -1
  119. package/es/types/index.d.ts +13 -3
  120. package/es/types/index.d.ts.map +1 -1
  121. package/es/types/index.js +13 -3
  122. package/es/types/index.js.map +1 -1
  123. package/js/api/resources/AccountingIncome.js +18 -0
  124. package/js/api/resources/AccountingIncome.js.map +1 -0
  125. package/js/api/resources/BankStatement.js +30 -0
  126. package/js/api/resources/BankStatement.js.map +1 -0
  127. package/js/api/resources/Provision.js +36 -0
  128. package/js/api/resources/Provision.js.map +1 -0
  129. package/js/api/resources.js +10 -1
  130. package/js/api/resources.js.map +1 -1
  131. package/js/types/Enum/BalanceSheetQuestion.js +122 -0
  132. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  133. package/js/types/Enum/BrandClementine.js +7 -2
  134. package/js/types/Enum/BrandClementine.js.map +1 -1
  135. package/js/types/Enum/BrandComptalib.js +2 -0
  136. package/js/types/Enum/BrandComptalib.js.map +1 -1
  137. package/js/types/Enum/BrandLegalstart.js +1 -0
  138. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  139. package/js/types/Enum/Ged.js +4 -3
  140. package/js/types/Enum/Ged.js.map +1 -1
  141. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  142. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  143. package/js/types/Enum/ProvisionType.js +120 -0
  144. package/js/types/Enum/ProvisionType.js.map +1 -0
  145. package/js/types/Interface/{models/IBalanceSheetPartial.js → api/accountingIncome/ReadAccountingIncome.js} +1 -1
  146. package/js/types/Interface/{models/IBalanceSheetPartial.js.map → api/accountingIncome/ReadAccountingIncome.js.map} +1 -1
  147. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  148. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  149. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  150. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  151. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  152. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  153. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  154. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  155. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  156. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  157. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  158. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  159. package/js/types/Interface/{models/IBalanceSheetLiquidation.js → api/ocr/OcrTypeTransactions.js} +1 -1
  160. package/js/types/Interface/{models/IBalanceSheetLiquidation.js.map → api/ocr/OcrTypeTransactions.js.map} +1 -1
  161. package/js/types/Interface/api/provision/CreateProvisionForm.js +39 -0
  162. package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
  163. package/js/types/Interface/api/provision/QueryGetProvisions.js +33 -0
  164. package/js/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
  165. package/js/types/Interface/api/provision/QueryProvisions.js +41 -0
  166. package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -0
  167. package/js/types/Interface/api/provision/ReadProvision.js +10 -0
  168. package/js/types/Interface/api/provision/ReadProvision.js.map +1 -0
  169. package/js/types/Interface/api/provision/UpdateProvisionForm.js +37 -0
  170. package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
  171. package/js/types/Interface/models/IRelatedAccountingTransaction.js +6 -0
  172. package/js/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
  173. package/js/types/index.js +147 -27
  174. package/js/types/index.js.map +1 -1
  175. package/package.json +1 -1
  176. package/ts/api/resources/AccountingIncome.ts +8 -0
  177. package/ts/api/resources/BankStatement.ts +20 -0
  178. package/ts/api/resources/Provision.ts +26 -0
  179. package/ts/api/resources.ts +6 -0
  180. package/ts/types/Enum/BalanceSheetQuestion.ts +192 -0
  181. package/ts/types/Enum/BrandClementine.ts +5 -0
  182. package/ts/types/Enum/BrandComptalib.ts +2 -0
  183. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  184. package/ts/types/Enum/Ged.ts +2 -1
  185. package/ts/types/Enum/ProvisionType.ts +126 -0
  186. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  187. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  188. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  189. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  190. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  191. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  192. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  193. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  194. package/ts/types/Interface/api/provision/CreateProvisionForm.ts +27 -0
  195. package/ts/types/Interface/api/provision/QueryGetProvisions.ts +15 -0
  196. package/ts/types/Interface/api/provision/QueryProvisions.ts +34 -0
  197. package/ts/types/Interface/api/provision/ReadProvision.ts +11 -0
  198. package/ts/types/Interface/api/provision/UpdateProvisionForm.ts +25 -0
  199. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
  200. package/ts/types/Interface/models/IBalanceSheet.ts +4 -2
  201. package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -6
  202. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  203. package/ts/types/Interface/models/IExercicePrestation.ts +3 -6
  204. package/ts/types/Interface/models/IRelatedAccountingTransaction.ts +15 -0
  205. package/ts/types/Interface/models/ISupervision.ts +5 -7
  206. package/ts/types/index.ts +13 -3
  207. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  208. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  209. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts +0 -14
  210. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +0 -1
  211. package/es/types/Interface/models/IBalanceSheetLiquidation.js +0 -2
  212. package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +0 -1
  213. package/es/types/Interface/models/IBalanceSheetPartial.d.ts +0 -14
  214. package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +0 -1
  215. package/es/types/Interface/models/IBalanceSheetPartial.js +0 -2
  216. package/es/types/Interface/models/IBalanceSheetPartial.js.map +0 -1
  217. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  218. package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +0 -17
  219. package/ts/types/Interface/models/IBalanceSheetPartial.ts +0 -17
  220. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
@@ -0,0 +1,25 @@
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 { IsNotEmpty, IsNumber, IsOptional } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class UploadBankStatement {
13
+ }
14
+ __decorate([
15
+ IsOptional(),
16
+ ApiPropertyOptional(),
17
+ __metadata("design:type", String)
18
+ ], UploadBankStatement.prototype, "tokenCsv", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsNumber(),
22
+ IsNotEmpty(),
23
+ __metadata("design:type", Number)
24
+ ], UploadBankStatement.prototype, "idBankAccount", void 0);
25
+ //# sourceMappingURL=QueryBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryBankStatement.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankStatement/QueryBankStatement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAW/B;AARC;IAFC,UAAU,EAAE;IACZ,mBAAmB,EAAE;;qDACJ;AAKlB;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;0DACS","sourcesContent":["import { IsNotEmpty, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UploadBankStatement {\n @IsOptional()\n @ApiPropertyOptional()\n tokenCsv?: string;\n\n @ApiProperty()\n @IsNumber()\n @IsNotEmpty()\n idBankAccount: number;\n\n file: File;\n}"]}
@@ -0,0 +1,9 @@
1
+ import { OcrTransactionDetails } from '../ocr/OcrTypeTransactions';
2
+ export declare class QueryTransactionBankStatement {
3
+ accountingFile?: {
4
+ id: number;
5
+ };
6
+ transactions: OcrTransactionDetails[];
7
+ idBankAccount?: number;
8
+ }
9
+ //# sourceMappingURL=QueryTransactionBankStatement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryTransactionBankStatement.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,qBAAa,6BAA6B;IAExC,cAAc,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhC,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,27 @@
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 } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../..';
12
+ export class QueryTransactionBankStatement {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ __metadata("design:type", Object)
17
+ ], QueryTransactionBankStatement.prototype, "accountingFile", void 0);
18
+ __decorate([
19
+ ApiProperty(),
20
+ __metadata("design:type", Array)
21
+ ], QueryTransactionBankStatement.prototype, "transactions", void 0);
22
+ __decorate([
23
+ ApiProperty(),
24
+ IsNumber(),
25
+ __metadata("design:type", Number)
26
+ ], QueryTransactionBankStatement.prototype, "idBankAccount", void 0);
27
+ //# sourceMappingURL=QueryTransactionBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryTransactionBankStatement.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAG/D,MAAM,OAAO,6BAA6B;CAUzC;AARC;IADC,mBAAmB,EAAE;;qEACU;AAGhC;IADC,WAAW,EAAE;;mEACwB;AAItC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oEACY","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\n\nexport class QueryTransactionBankStatement {\n @ApiPropertyOptional()\n accountingFile?: { id: number };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount?: number;\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { OcrTransactions } from '../ocr/OcrTransactions';
2
+ export declare class ReadBankStatement {
3
+ success: boolean;
4
+ data: OcrTransactions | null;
5
+ }
6
+ //# sourceMappingURL=ReadBankStatement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadBankStatement.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankStatement/ReadBankStatement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,qBAAa,iBAAiB;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC;CAC9B"}
@@ -0,0 +1,3 @@
1
+ export class ReadBankStatement {
2
+ }
3
+ //# sourceMappingURL=ReadBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadBankStatement.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankStatement/ReadBankStatement.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,iBAAiB;CAG7B","sourcesContent":["import { OcrTransactions } from '../ocr/OcrTransactions';\n\nexport class ReadBankStatement {\n success: boolean;\n data: OcrTransactions | null;\n}"]}
@@ -0,0 +1,12 @@
1
+ import { IFile } from '../../..';
2
+ import { OcrTransactionDetails } from './OcrTypeTransactions';
3
+ export declare class OcrTransactions {
4
+ accountingFile: {
5
+ id: number;
6
+ file: Partial<IFile>;
7
+ };
8
+ transactions: OcrTransactionDetails[];
9
+ idBankAccount: number;
10
+ isPdf: boolean;
11
+ }
12
+ //# sourceMappingURL=OcrTransactions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,qBAAa,eAAe;IAE1B,cAAc,EAAE;QACd,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;KACrB,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;CAChB"}
@@ -0,0 +1,33 @@
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 } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../..';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class OcrTransactions {
14
+ }
15
+ __decorate([
16
+ ApiProperty(),
17
+ __metadata("design:type", Object)
18
+ ], OcrTransactions.prototype, "accountingFile", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ __metadata("design:type", Array)
22
+ ], OcrTransactions.prototype, "transactions", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ __metadata("design:type", Number)
26
+ ], OcrTransactions.prototype, "idBankAccount", void 0);
27
+ __decorate([
28
+ ToBoolean(),
29
+ IsBoolean(),
30
+ ApiProperty(),
31
+ __metadata("design:type", Boolean)
32
+ ], OcrTransactions.prototype, "isPdf", void 0);
33
+ //# sourceMappingURL=OcrTransactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,eAAe;CAiB3B;AAfC;IADC,WAAW,EAAE;;uDAIZ;AAGF;IADC,WAAW,EAAE;;qDACwB;AAGtC;IADC,mBAAmB,EAAE;;sDACA;AAKtB;IAHC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,WAAW,EAAE;;8CACC","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { IFile } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiProperty()\n accountingFile: {\n id: number\n file: Partial<IFile>\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare type OcrTransactionDetails = {
2
+ dateValue: Date;
3
+ label: string | null;
4
+ debit: number;
5
+ credit: number;
6
+ };
7
+ //# sourceMappingURL=OcrTypeTransactions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB,GAAG;IAClC,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=OcrTypeTransactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"","sourcesContent":["export type OcrTransactionDetails = {\n dateValue: Date,\n label: string | null,\n debit: number,\n credit: number,\n};"]}
@@ -0,0 +1,8 @@
1
+ import { ProvisionType } from '../../../Enum/ProvisionType';
2
+ export declare class CreateProvisionForm {
3
+ designation: string;
4
+ amount: number;
5
+ type: keyof typeof ProvisionType;
6
+ idPreviousProvision?: number;
7
+ }
8
+ //# sourceMappingURL=CreateProvisionForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProvisionForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/CreateProvisionForm.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,qBAAa,mBAAmB;IAG9B,WAAW,EAAE,MAAM,CAAC;IAOpB,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,MAAM,OAAO,aAAa,CAAC;IAKjC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -0,0 +1,38 @@
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, IsOptional, IsString, Min, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class CreateProvisionForm {
13
+ }
14
+ __decorate([
15
+ ApiProperty({ description: 'Désignation' }),
16
+ IsString(),
17
+ __metadata("design:type", String)
18
+ ], CreateProvisionForm.prototype, "designation", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsNumber(),
22
+ Min(0, {
23
+ message: 'Amount should be positive',
24
+ }),
25
+ __metadata("design:type", Number)
26
+ ], CreateProvisionForm.prototype, "amount", void 0);
27
+ __decorate([
28
+ ApiProperty(),
29
+ IsString(),
30
+ __metadata("design:type", Object)
31
+ ], CreateProvisionForm.prototype, "type", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsOptional(),
35
+ IsNumber(),
36
+ __metadata("design:type", Number)
37
+ ], CreateProvisionForm.prototype, "idPreviousProvision", void 0);
38
+ //# sourceMappingURL=CreateProvisionForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProvisionForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/CreateProvisionForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,mBAAmB;CAoB/B;AAjBC;IAFC,WAAW,CAAC,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC;IAC3C,QAAQ,EAAE;;wDACS;AAOpB;IALC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,2BAA2B;KACrC,CAAC;;mDACa;AAIf;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;iDACsB;AAKjC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;gEACkB","sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class CreateProvisionForm {\n @ApiProperty({ description: 'Désignation' })\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n type: keyof typeof ProvisionType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPreviousProvision?: number;\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryGetProvisions {
2
+ idExercice?: number;
3
+ previousExercice?: boolean;
4
+ filterAlreadyProceed?: boolean;
5
+ }
6
+ //# sourceMappingURL=QueryGetProvisions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetProvisions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/QueryGetProvisions.ts"],"names":[],"mappings":"AAGA,qBAAa,kBAAkB;IAE7B,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAI3B,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC"}
@@ -0,0 +1,28 @@
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 { IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryGetProvisions {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ __metadata("design:type", Number)
17
+ ], QueryGetProvisions.prototype, "idExercice", void 0);
18
+ __decorate([
19
+ ApiPropertyOptional(),
20
+ IsOptional(),
21
+ __metadata("design:type", Boolean)
22
+ ], QueryGetProvisions.prototype, "previousExercice", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ IsOptional(),
26
+ __metadata("design:type", Boolean)
27
+ ], QueryGetProvisions.prototype, "filterAlreadyProceed", void 0);
28
+ //# sourceMappingURL=QueryGetProvisions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetProvisions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/QueryGetProvisions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,kBAAkB;CAW9B;AATC;IADC,mBAAmB,EAAE;;sDACF;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;4DACc;AAI3B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;gEACkB","sourcesContent":["import { IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetProvisions {\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n previousExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n filterAlreadyProceed?: boolean;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export declare class QueryGetProvisions {
2
+ page: number;
3
+ limit: number;
4
+ startDate?: string;
5
+ endDate?: string;
6
+ idExercice?: string;
7
+ }
8
+ //# sourceMappingURL=QueryProvisions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryProvisions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/QueryProvisions.ts"],"names":[],"mappings":"AAKA,qBAAa,kBAAkB;IAM7B,IAAI,EAAE,MAAM,CAAC;IAOb,KAAK,EAAE,MAAM,CAAC;IAId,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,47 @@
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 { IsDateString, IsNumber, IsOptional, Min, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryGetProvisions {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsNumber(),
17
+ Min(0, {
18
+ message: 'page should be positive',
19
+ }),
20
+ __metadata("design:type", Number)
21
+ ], QueryGetProvisions.prototype, "page", void 0);
22
+ __decorate([
23
+ ApiProperty(),
24
+ IsNumber(),
25
+ Min(0, {
26
+ message: 'limit should be positive',
27
+ }),
28
+ __metadata("design:type", Number)
29
+ ], QueryGetProvisions.prototype, "limit", void 0);
30
+ __decorate([
31
+ ApiPropertyOptional(),
32
+ IsDateString(),
33
+ __metadata("design:type", String)
34
+ ], QueryGetProvisions.prototype, "startDate", void 0);
35
+ __decorate([
36
+ ApiPropertyOptional(),
37
+ IsDateString(),
38
+ IsOptional(),
39
+ __metadata("design:type", String)
40
+ ], QueryGetProvisions.prototype, "endDate", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ IsNumber(),
44
+ IsOptional(),
45
+ __metadata("design:type", String)
46
+ ], QueryGetProvisions.prototype, "idExercice", void 0);
47
+ //# sourceMappingURL=QueryProvisions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryProvisions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/QueryProvisions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,GAAG,GACxC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,kBAAkB;CA4B9B;AAtBC;IALC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,yBAAyB;KACnC,CAAC;;gDACW;AAOb;IALC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,0BAA0B;KACpC,CAAC;;iDACY;AAId;IAFC,mBAAmB,EAAE;IACrB,YAAY,EAAE;;qDACI;AAKnB;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;mDACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;sDACO","sourcesContent":["import {\n IsDateString, IsNumber, IsOptional, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetProvisions {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'page should be positive',\n })\n page: number;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'limit should be positive',\n })\n limit: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idExercice?: string;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { ProvisionType } from '../../../Enum/ProvisionType';
2
+ export declare class ReadProvision {
3
+ idAccountingTransaction: number;
4
+ idParentTransaction: number | null;
5
+ idExercice: number;
6
+ idSociety: number;
7
+ designation: string;
8
+ amount: number;
9
+ type: keyof typeof ProvisionType;
10
+ }
11
+ //# sourceMappingURL=ReadProvision.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadProvision.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/ReadProvision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,qBAAa,aAAa;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,OAAO,aAAa,CAAC;CAClC"}
@@ -0,0 +1,3 @@
1
+ export class ReadProvision {
2
+ }
3
+ //# sourceMappingURL=ReadProvision.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadProvision.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/ReadProvision.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,aAAa;CAQzB","sourcesContent":["import { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class ReadProvision {\n idAccountingTransaction: number;\n idParentTransaction: number | null;\n idExercice: number;\n idSociety: number;\n designation: string;\n amount: number;\n type: keyof typeof ProvisionType;\n}"]}
@@ -0,0 +1,7 @@
1
+ import { ProvisionType } from '../../../Enum/ProvisionType';
2
+ export declare class UpdateProvisionForm {
3
+ designation?: string;
4
+ amount?: number;
5
+ type?: keyof typeof ProvisionType;
6
+ }
7
+ //# sourceMappingURL=UpdateProvisionForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateProvisionForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/UpdateProvisionForm.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,qBAAa,mBAAmB;IAI9B,WAAW,CAAC,EAAE,MAAM,CAAC;IAQrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,MAAM,OAAO,aAAa,CAAC;CACnC"}
@@ -0,0 +1,35 @@
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 { IsString, IsNumber, Min, IsOptional, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class UpdateProvisionForm {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional({ description: 'Désignation' }),
16
+ IsString(),
17
+ IsOptional(),
18
+ __metadata("design:type", String)
19
+ ], UpdateProvisionForm.prototype, "designation", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsNumber(),
24
+ Min(0, {
25
+ message: 'Amount should be positive',
26
+ }),
27
+ __metadata("design:type", Number)
28
+ ], UpdateProvisionForm.prototype, "amount", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsString(),
32
+ IsOptional(),
33
+ __metadata("design:type", Object)
34
+ ], UpdateProvisionForm.prototype, "type", void 0);
35
+ //# sourceMappingURL=UpdateProvisionForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateProvisionForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/UpdateProvisionForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,UAAU,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGxD,MAAM,OAAO,mBAAmB;CAkB/B;AAdC;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC;IACnD,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACQ;AAQrB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,2BAA2B;KACrC,CAAC;;mDACc;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iDACqB","sourcesContent":["import {\n IsString, IsNumber, Min, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class UpdateProvisionForm {\n @ApiPropertyOptional({ description: 'Désignation' })\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n type?: keyof typeof ProvisionType;\n}"]}
@@ -65,5 +65,7 @@ export interface IAccountingTransaction {
65
65
  typeComptum?: IComptaType;
66
66
  lettering?: ILettering;
67
67
  partnersTransaction: IPartnerTransaction | null;
68
+ parents?: IAccountingTransaction[];
69
+ childs?: IAccountingTransaction[];
68
70
  }
69
71
  //# sourceMappingURL=IAccountingTransaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,sBAAsB;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC,iBAAiB,CAAC,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,mBAAmB,EAAE,mBAAmB,GAAG,IAAI,CAAC;CACjD"}
1
+ {"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n}\n"]}
1
+ {"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n parents?: IAccountingTransaction[];\n childs?: IAccountingTransaction[];\n}\n"]}
@@ -1,5 +1,6 @@
1
1
  import { IExercice } from './IExercice';
2
2
  import { ICalendarEvent } from './ICalendarEvent';
3
+ import { ISupervision } from './ISupervision';
3
4
  export interface IBalanceSheet {
4
5
  id?: number;
5
6
  state: number;
@@ -9,7 +10,8 @@ export interface IBalanceSheet {
9
10
  idCalendarEvent: number | null;
10
11
  createdAt?: Date | null;
11
12
  updatedAt?: Date | null;
12
- exercice: IExercice;
13
- calendarEvent: ICalendarEvent;
13
+ exercice?: IExercice;
14
+ calendarEvent?: ICalendarEvent;
15
+ supervision: ISupervision;
14
16
  }
15
17
  //# sourceMappingURL=IBalanceSheet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;IACpB,aAAa,EAAE,cAAc,CAAC;CAC/B"}
1
+ {"version":3,"file":"IBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,WAAW,EAAE,YAAY,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheet.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ICalendarEvent } from './ICalendarEvent';\n\n// balanceSheet\nexport interface IBalanceSheet {\n id?: number;\n state: number;\n dateBalanceSend: Date | null;\n deadline: Date | null;\n idExercice: number;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n calendarEvent: ICalendarEvent;\n}\n"]}
1
+ {"version":3,"file":"IBalanceSheet.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\n\n// balanceSheet\nexport interface IBalanceSheet {\n id?: number;\n state: number;\n dateBalanceSend: Date | null;\n deadline: Date | null;\n idExercice: number;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n calendarEvent?: ICalendarEvent;\n supervision: ISupervision;\n}\n"]}
@@ -1,16 +1,10 @@
1
1
  import { IBalanceSheet } from './IBalanceSheet';
2
- import { IBalanceSheetPartial } from './IBalanceSheetPartial';
3
- import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
4
2
  export interface IBalanceSheetHistory {
5
3
  id?: number;
6
4
  idState: number;
7
5
  idBalanceSheet: number | null;
8
- idBalanceSheetPartial: number | null;
9
- idBalanceSheetLiquidation: number | null;
10
6
  createdAt?: Date | null;
11
7
  updatedAt?: Date | null;
12
8
  balanceSheet: IBalanceSheet;
13
- balanceSheetPartial: IBalanceSheetPartial;
14
- balanceSheetLiquidation: IBalanceSheetLiquidation;
15
9
  }
16
10
  //# sourceMappingURL=IBalanceSheetHistory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,aAAa,CAAC;IAC5B,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,uBAAuB,EAAE,wBAAwB,CAAC;CACnD"}
1
+ {"version":3,"file":"IBalanceSheetHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,aAAa,CAAC;CAC7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\nimport { IBalanceSheetPartial } from './IBalanceSheetPartial';\nimport { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n idBalanceSheetPartial: number | null;\n idBalanceSheetLiquidation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n balanceSheetPartial: IBalanceSheetPartial;\n balanceSheetLiquidation: IBalanceSheetLiquidation;\n}\n"]}
1
+ {"version":3,"file":"IBalanceSheetHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n}\n"]}
@@ -2,6 +2,7 @@ export interface IBalanceSheetModule {
2
2
  id?: number;
3
3
  inventory: boolean;
4
4
  loanToDeclare: boolean;
5
+ provisionToDeclare: boolean;
5
6
  salariesFile: boolean;
6
7
  hasCustomerInvoiceToEstablish?: boolean | null;
7
8
  hasCustomerAssetToEstablish?: boolean | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IAEvB,YAAY,EAAE,OAAO,CAAC;IACtB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"IBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,kBAAkB,EAAE,OAAO,CAAC;IAE5B,YAAY,EAAE,OAAO,CAAC;IACtB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetModule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"","sourcesContent":["// balanceSheetModule\nexport interface IBalanceSheetModule {\n id?: number;\n inventory: boolean;\n loanToDeclare: boolean;\n // deadlinerecoveryImmobilization: boolean;\n salariesFile: boolean;\n hasCustomerInvoiceToEstablish?: boolean | null;\n hasCustomerAssetToEstablish?: boolean | null;\n hasCustomerPrepaidIncome?: boolean | null;\n hasProviderPrepaidReceived?: boolean | null;\n hasProviderAssetToReceived?: boolean | null;\n hasProviderInvoiceNotReceived?: boolean | null;\n hasManualEntryToDeclare?: boolean | null;\n hasLaundryFees?: boolean | null;\n hasMealExpenses?: boolean | null;\n hasCheckedVAT?: boolean | null;\n idSociety: number;\n idExercice: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
1
+ {"version":3,"file":"IBalanceSheetModule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"","sourcesContent":["// balanceSheetModule\nexport interface IBalanceSheetModule {\n id?: number;\n inventory: boolean;\n loanToDeclare: boolean;\n provisionToDeclare: boolean;\n // deadlinerecoveryImmobilization: boolean;\n salariesFile: boolean;\n hasCustomerInvoiceToEstablish?: boolean | null;\n hasCustomerAssetToEstablish?: boolean | null;\n hasCustomerPrepaidIncome?: boolean | null;\n hasProviderPrepaidReceived?: boolean | null;\n hasProviderAssetToReceived?: boolean | null;\n hasProviderInvoiceNotReceived?: boolean | null;\n hasManualEntryToDeclare?: boolean | null;\n hasLaundryFees?: boolean | null;\n hasMealExpenses?: boolean | null;\n hasCheckedVAT?: boolean | null;\n idSociety: number;\n idExercice: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,6 +1,5 @@
1
1
  import { IPrestation } from './IPrestation';
2
- import { IBalanceSheetPartial } from './IBalanceSheetPartial';
3
- import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
2
+ import { IBalanceSheet } from './IBalanceSheet';
4
3
  export interface IExercicePrestation {
5
4
  id?: number;
6
5
  priceHt: number | null;
@@ -9,14 +8,12 @@ export interface IExercicePrestation {
9
8
  amountSocial: number | null;
10
9
  monthOffers: number | null;
11
10
  isInCA: boolean;
12
- idBalanceSheetPartial: number | null;
13
- idBalanceSheetLiquidation: number | null;
11
+ idBalanceSheet: number | null;
14
12
  createdAt?: Date | null;
15
13
  updatedAt?: Date | null;
16
14
  idExercice: number | null;
17
15
  idPrestation: number | null;
18
16
  prestation: IPrestation;
19
- balanceSheetPartial: IBalanceSheetPartial;
20
- balanceSheetLiquidation: IBalanceSheetLiquidation;
17
+ balanceSheet?: IBalanceSheet;
21
18
  }
22
19
  //# sourceMappingURL=IExercicePrestation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IExercicePrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercicePrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,UAAU,EAAE,WAAW,CAAC;IACxB,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,uBAAuB,EAAE,wBAAwB,CAAC;CACnD"}
1
+ {"version":3,"file":"IExercicePrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercicePrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,UAAU,EAAE,WAAW,CAAC;IACxB,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B"}