@silexpert/core 0.4.97 → 0.4.100

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 (148) hide show
  1. package/es/api/resources/Report.d.ts +6 -16
  2. package/es/api/resources/Report.d.ts.map +1 -1
  3. package/es/api/resources/Report.js +4 -4
  4. package/es/api/resources/Report.js.map +1 -1
  5. package/es/api/resources/Tax.d.ts +7 -0
  6. package/es/api/resources/Tax.d.ts.map +1 -0
  7. package/es/api/resources/Tax.js +10 -0
  8. package/es/api/resources/Tax.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/Comment.d.ts +1 -1
  14. package/es/types/Enum/Comment.js +19 -19
  15. package/es/types/Enum/Comment.js.map +1 -1
  16. package/es/types/Enum/Log.d.ts +35 -0
  17. package/es/types/Enum/Log.d.ts.map +1 -0
  18. package/es/types/Enum/Log.js +38 -0
  19. package/es/types/Enum/Log.js.map +1 -0
  20. package/es/types/Enum/Tax.d.ts +31 -0
  21. package/es/types/Enum/Tax.d.ts.map +1 -0
  22. package/es/types/Enum/Tax.js +34 -0
  23. package/es/types/Enum/Tax.js.map +1 -0
  24. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -1
  25. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  26. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -1
  27. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  28. package/es/types/Interface/api/log/CreateLog.d.ts +14 -0
  29. package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -0
  30. package/es/types/Interface/api/log/CreateLog.js +2 -0
  31. package/es/types/Interface/api/log/CreateLog.js.map +1 -0
  32. package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts +2 -0
  33. package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts.map +1 -1
  34. package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
  35. package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
  36. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  37. package/es/types/Interface/api/report/CreateReport.js +2 -2
  38. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  39. package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
  40. package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
  41. package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
  42. package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  43. package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
  44. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
  45. package/es/types/Interface/api/report/ReadReport.js.map +1 -1
  46. package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
  47. package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
  48. package/es/types/Interface/api/report/ReadReportStats.js +2 -0
  49. package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
  50. package/es/types/Interface/api/report/UpdateReport.d.ts +8 -0
  51. package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
  52. package/es/types/Interface/api/report/UpdateReport.js +2 -0
  53. package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
  54. package/es/types/Interface/api/tax/CreateTax.d.ts +12 -0
  55. package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -0
  56. package/es/types/Interface/api/tax/CreateTax.js +52 -0
  57. package/es/types/Interface/api/tax/CreateTax.js.map +1 -0
  58. package/es/types/Interface/api/tax/ReadTax.d.ts +20 -0
  59. package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -0
  60. package/es/types/Interface/api/tax/ReadTax.js +2 -0
  61. package/es/types/Interface/api/tax/ReadTax.js.map +1 -0
  62. package/es/types/Interface/models/IComment.d.ts +10 -9
  63. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  64. package/es/types/Interface/models/IComment.js.map +1 -1
  65. package/es/types/Interface/models/ICustomerIsRegime.d.ts +5 -4
  66. package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
  67. package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
  68. package/es/types/Interface/models/IPartneredAccountantService.d.ts +3 -0
  69. package/es/types/Interface/models/IPartneredAccountantService.d.ts.map +1 -1
  70. package/es/types/Interface/models/IPartneredAccountantService.js.map +1 -1
  71. package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts +10 -0
  72. package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts.map +1 -0
  73. package/es/types/Interface/models/IPartneredAccountantServiceIcon.js +2 -0
  74. package/es/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
  75. package/es/types/Interface/models/IReport.d.ts +0 -2
  76. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  77. package/es/types/Interface/models/IReport.js.map +1 -1
  78. package/es/types/index.d.ts +9 -1
  79. package/es/types/index.d.ts.map +1 -1
  80. package/es/types/index.js +9 -1
  81. package/es/types/index.js.map +1 -1
  82. package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
  83. package/es/utils/transforms/boolean.transform.js +1 -1
  84. package/es/utils/transforms/boolean.transform.js.map +1 -1
  85. package/js/api/resources/Report.js +10 -6
  86. package/js/api/resources/Report.js.map +1 -1
  87. package/js/api/resources/Tax.js +22 -0
  88. package/js/api/resources/Tax.js.map +1 -0
  89. package/js/api/resources.js +3 -0
  90. package/js/api/resources.js.map +1 -1
  91. package/js/types/Enum/Comment.js +19 -19
  92. package/js/types/Enum/Comment.js.map +1 -1
  93. package/js/types/Enum/Log.js +48 -0
  94. package/js/types/Enum/Log.js.map +1 -0
  95. package/js/types/Enum/Tax.js +44 -0
  96. package/js/types/Enum/Tax.js.map +1 -0
  97. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -2
  98. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  99. package/js/types/Interface/{models/IReportMessage.js → api/log/CreateLog.js} +1 -1
  100. package/js/types/Interface/{models/IReportMessage.js.map → api/log/CreateLog.js.map} +1 -1
  101. package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
  102. package/js/types/Interface/api/report/CreateReport.js +2 -2
  103. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  104. package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
  105. package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  106. package/js/types/Interface/api/report/ReadReportStats.js +6 -0
  107. package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
  108. package/js/types/Interface/api/report/UpdateReport.js +6 -0
  109. package/js/types/Interface/api/report/UpdateReport.js.map +1 -0
  110. package/js/types/Interface/api/tax/CreateTax.js +66 -0
  111. package/js/types/Interface/api/tax/CreateTax.js.map +1 -0
  112. package/js/types/Interface/api/tax/ReadTax.js +6 -0
  113. package/js/types/Interface/api/tax/ReadTax.js.map +1 -0
  114. package/js/types/Interface/models/IPartneredAccountantServiceIcon.js +6 -0
  115. package/js/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
  116. package/js/types/index.js +108 -12
  117. package/js/types/index.js.map +1 -1
  118. package/js/utils/transforms/boolean.transform.js +1 -1
  119. package/js/utils/transforms/boolean.transform.js.map +1 -1
  120. package/package.json +2 -2
  121. package/ts/api/resources/Report.ts +8 -15
  122. package/ts/api/resources/Tax.ts +13 -0
  123. package/ts/api/resources.ts +2 -0
  124. package/ts/types/Enum/Comment.ts +1 -1
  125. package/ts/types/Enum/Log.ts +36 -0
  126. package/ts/types/Enum/Tax.ts +32 -0
  127. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +6 -1
  128. package/ts/types/Interface/api/log/CreateLog.ts +11 -0
  129. package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts +3 -0
  130. package/ts/types/Interface/api/report/CreateReport.ts +3 -3
  131. package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
  132. package/ts/types/Interface/api/report/ReadReport.ts +1 -2
  133. package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
  134. package/ts/types/Interface/api/report/UpdateReport.ts +8 -0
  135. package/ts/types/Interface/api/tax/CreateTax.ts +34 -0
  136. package/ts/types/Interface/api/tax/ReadTax.ts +22 -0
  137. package/ts/types/Interface/models/IComment.ts +10 -9
  138. package/ts/types/Interface/models/ICustomerIsRegime.ts +5 -4
  139. package/ts/types/Interface/models/IPartneredAccountantService.ts +3 -0
  140. package/ts/types/Interface/models/IPartneredAccountantServiceIcon.ts +13 -0
  141. package/ts/types/Interface/models/IReport.ts +0 -2
  142. package/ts/types/index.ts +9 -1
  143. package/ts/utils/transforms/boolean.transform.ts +1 -1
  144. package/es/types/Interface/models/IReportMessage.d.ts +0 -11
  145. package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
  146. package/es/types/Interface/models/IReportMessage.js +0 -2
  147. package/es/types/Interface/models/IReportMessage.js.map +0 -1
  148. package/ts/types/Interface/models/IReportMessage.ts +0 -14
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=IReportMessage.js.map
6
+ //# sourceMappingURL=CreateLog.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IReportMessage.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"CreateLog.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,8BAAP,CAAqC;;QAA9B,8B,GAAA,8B","sourcesContent":["export class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n}"],"sourceRoot":"","file":"ReadPartneredAccountantService.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,8BAAP,CAAqC;;QAA9B,8B,GAAA,8B","sourcesContent":["import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';\n\nexport class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n icon: IPartneredAccountantServiceIcon;\n}"],"sourceRoot":"","file":"ReadPartneredAccountantService.js"}
@@ -29,7 +29,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
29
29
 
30
30
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateReport.prototype, "idUser", void 0);
31
31
 
32
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateReport.prototype, "message", void 0);
32
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateReport.prototype, "comment", void 0);
33
33
 
34
34
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateReport.prototype, "search", void 0);
35
35
 
@@ -45,7 +45,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
45
45
 
46
46
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateReport.prototype, "processed", void 0);
47
47
 
48
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], CreateReport.prototype, "letterDate", void 0);
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], CreateReport.prototype, "letterDate", void 0);
49
49
 
50
50
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateReport.prototype, "receivedFile", void 0);
51
51
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAGM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,iBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,aAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,I,CAAZ,CAAA,E,sBAAA,E,YAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n message: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n ressenti?: number;\n\n @ApiPropertyOptional()\n action?: number;\n\n @ApiPropertyOptional()\n processed?: boolean;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"],"sourceRoot":"","file":"CreateReport.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAGM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,iBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,aAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,0BAAa,I,CAAb,CAAA,E,sBAAA,E,YAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n ressenti?: number;\n\n @ApiPropertyOptional()\n action?: number;\n\n @ApiPropertyOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"],"sourceRoot":"","file":"CreateReport.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryReportsStats = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryReportsStats {}
23
+
24
+ exports.QueryReportsStats = QueryReportsStats;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QueryReportsStats.prototype, "year", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], QueryReportsStats.prototype, "idUser", void 0);
29
+ //# sourceMappingURL=QueryReportsStats.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/report/QueryReportsStats.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2BAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2BAAA,E,QAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryReportsStats {\n @ApiProperty()\n year: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n}\n"],"sourceRoot":"","file":"QueryReportsStats.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadReportStats.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadReportStats.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=UpdateReport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"UpdateReport.js"}
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateTax = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _Tax = require("../../../Enum/Tax");
13
+
14
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
15
+
16
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
17
+ var c = arguments.length,
18
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
19
+ d;
20
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
21
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
22
+ };
23
+
24
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
25
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
26
+ };
27
+
28
+ class CreateTax {}
29
+
30
+ exports.CreateTax = CreateTax;
31
+
32
+ __decorate([(0, _utils.ApiProperty)({
33
+ description: 'Montant de l\'impôt'
34
+ }), __metadata("design:type", Number)], CreateTax.prototype, "amount", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)({
37
+ description: 'Date de l\'impôt'
38
+ }), __metadata("design:type", String)], CreateTax.prototype, "dateIs", void 0);
39
+
40
+ __decorate([(0, _utils.ApiProperty)({
41
+ description: 'Type d\'impôt',
42
+ enum: _Tax.TaxType
43
+ }), __metadata("design:type", Number)], CreateTax.prototype, "type", void 0);
44
+
45
+ __decorate([(0, _utils.ApiProperty)({
46
+ description: 'État',
47
+ enum: _Tax.TaxState
48
+ }), __metadata("design:type", Number)], CreateTax.prototype, "state", void 0);
49
+
50
+ __decorate([(0, _utils.ApiProperty)({
51
+ description: 'Défini l\'acompte comme un solde'
52
+ }), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateTax.prototype, "solde", void 0);
53
+
54
+ __decorate([(0, _utils.ApiProperty)({
55
+ description: 'Montant du crédit d\'impôt'
56
+ }), __metadata("design:type", Object)], CreateTax.prototype, "balance", void 0);
57
+
58
+ __decorate([(0, _utils.ApiProperty)({
59
+ description: 'État du crédit d\'impôt',
60
+ enum: _Tax.TaxCredit
61
+ }), __metadata("design:type", Number)], CreateTax.prototype, "creditRefunded", void 0);
62
+
63
+ __decorate([(0, _utils.ApiPropertyOptional)({
64
+ description: 'Défini l\'acompte en tant qu\'orphelin'
65
+ }), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateTax.prototype, "isOrphan", void 0);
66
+ //# sourceMappingURL=CreateTax.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,SAAP,CAAgB;;QAAT,S,GAAA,S;;AAEX,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE,eAAf;AAAgC,EAAA,IAAI,EAAE;AAAtC,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE,MAAf;AAAuB,EAAA,IAAI,EAAE;AAA7B,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,OAAA,E,KAAgB,CAAhB,CAAA;;AAKA,UAAA,CAAA,CAHC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD,E,kCAAA,CAAA,E,mBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE,yBAAf;AAA0C,EAAA,IAAI,EAAE;AAAhD,CAAZ,CACD,E,iCAAA,CAAA,E,mBAAA,E,gBAAA,E,KAA0B,CAA1B,CAAA;;AAKA,UAAA,CAAA,CAHC,gCAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,gCAED,EADC,yBACD,E,kCAAA,CAAA,E,mBAAA,E,UAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n}"],"sourceRoot":"","file":"CreateTax.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadTax.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadTax.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IPartneredAccountantServiceIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantServiceIcon.js"}
package/js/types/index.js CHANGED
@@ -1504,6 +1504,18 @@ Object.keys(_IPartneredAccountantService).forEach(function (key) {
1504
1504
  });
1505
1505
  });
1506
1506
 
1507
+ var _IPartneredAccountantServiceIcon = require("./Interface/models/IPartneredAccountantServiceIcon");
1508
+
1509
+ Object.keys(_IPartneredAccountantServiceIcon).forEach(function (key) {
1510
+ if (key === "default" || key === "__esModule") return;
1511
+ Object.defineProperty(exports, key, {
1512
+ enumerable: true,
1513
+ get: function () {
1514
+ return _IPartneredAccountantServiceIcon[key];
1515
+ }
1516
+ });
1517
+ });
1518
+
1507
1519
  var _IPartneredAccountantTag = require("./Interface/models/IPartneredAccountantTag");
1508
1520
 
1509
1521
  Object.keys(_IPartneredAccountantTag).forEach(function (key) {
@@ -1936,18 +1948,6 @@ Object.keys(_IReport).forEach(function (key) {
1936
1948
  });
1937
1949
  });
1938
1950
 
1939
- var _IReportMessage = require("./Interface/models/IReportMessage");
1940
-
1941
- Object.keys(_IReportMessage).forEach(function (key) {
1942
- if (key === "default" || key === "__esModule") return;
1943
- Object.defineProperty(exports, key, {
1944
- enumerable: true,
1945
- get: function () {
1946
- return _IReportMessage[key];
1947
- }
1948
- });
1949
- });
1950
-
1951
1951
  var _IRole = require("./Interface/models/IRole");
1952
1952
 
1953
1953
  Object.keys(_IRole).forEach(function (key) {
@@ -3544,6 +3544,30 @@ Object.keys(_FormConnector).forEach(function (key) {
3544
3544
  });
3545
3545
  });
3546
3546
 
3547
+ var _Tax = require("./Enum/Tax");
3548
+
3549
+ Object.keys(_Tax).forEach(function (key) {
3550
+ if (key === "default" || key === "__esModule") return;
3551
+ Object.defineProperty(exports, key, {
3552
+ enumerable: true,
3553
+ get: function () {
3554
+ return _Tax[key];
3555
+ }
3556
+ });
3557
+ });
3558
+
3559
+ var _Log = require("./Enum/Log");
3560
+
3561
+ Object.keys(_Log).forEach(function (key) {
3562
+ if (key === "default" || key === "__esModule") return;
3563
+ Object.defineProperty(exports, key, {
3564
+ enumerable: true,
3565
+ get: function () {
3566
+ return _Log[key];
3567
+ }
3568
+ });
3569
+ });
3570
+
3547
3571
  var _Quality = require("./Enum/Quality");
3548
3572
 
3549
3573
  Object.keys(_Quality).forEach(function (key) {
@@ -5092,6 +5116,18 @@ Object.keys(_CreateSurvey).forEach(function (key) {
5092
5116
  });
5093
5117
  });
5094
5118
 
5119
+ var _UpdateReport = require("./Interface/api/report/UpdateReport");
5120
+
5121
+ Object.keys(_UpdateReport).forEach(function (key) {
5122
+ if (key === "default" || key === "__esModule") return;
5123
+ Object.defineProperty(exports, key, {
5124
+ enumerable: true,
5125
+ get: function () {
5126
+ return _UpdateReport[key];
5127
+ }
5128
+ });
5129
+ });
5130
+
5095
5131
  var _ReadReport = require("./Interface/api/report/ReadReport");
5096
5132
 
5097
5133
  Object.keys(_ReadReport).forEach(function (key) {
@@ -5104,6 +5140,18 @@ Object.keys(_ReadReport).forEach(function (key) {
5104
5140
  });
5105
5141
  });
5106
5142
 
5143
+ var _ReadReportStats = require("./Interface/api/report/ReadReportStats");
5144
+
5145
+ Object.keys(_ReadReportStats).forEach(function (key) {
5146
+ if (key === "default" || key === "__esModule") return;
5147
+ Object.defineProperty(exports, key, {
5148
+ enumerable: true,
5149
+ get: function () {
5150
+ return _ReadReportStats[key];
5151
+ }
5152
+ });
5153
+ });
5154
+
5107
5155
  var _CreateReport = require("./Interface/api/report/CreateReport");
5108
5156
 
5109
5157
  Object.keys(_CreateReport).forEach(function (key) {
@@ -5140,6 +5188,18 @@ Object.keys(_QueryReports).forEach(function (key) {
5140
5188
  });
5141
5189
  });
5142
5190
 
5191
+ var _QueryReportsStats = require("./Interface/api/report/QueryReportsStats");
5192
+
5193
+ Object.keys(_QueryReportsStats).forEach(function (key) {
5194
+ if (key === "default" || key === "__esModule") return;
5195
+ Object.defineProperty(exports, key, {
5196
+ enumerable: true,
5197
+ get: function () {
5198
+ return _QueryReportsStats[key];
5199
+ }
5200
+ });
5201
+ });
5202
+
5143
5203
  var _CreateLetter = require("./Interface/api/letter/CreateLetter");
5144
5204
 
5145
5205
  Object.keys(_CreateLetter).forEach(function (key) {
@@ -5884,6 +5944,30 @@ Object.keys(_ReadTaxDeadline).forEach(function (key) {
5884
5944
  });
5885
5945
  });
5886
5946
 
5947
+ var _ReadTax = require("./Interface/api/tax/ReadTax");
5948
+
5949
+ Object.keys(_ReadTax).forEach(function (key) {
5950
+ if (key === "default" || key === "__esModule") return;
5951
+ Object.defineProperty(exports, key, {
5952
+ enumerable: true,
5953
+ get: function () {
5954
+ return _ReadTax[key];
5955
+ }
5956
+ });
5957
+ });
5958
+
5959
+ var _CreateTax = require("./Interface/api/tax/CreateTax");
5960
+
5961
+ Object.keys(_CreateTax).forEach(function (key) {
5962
+ if (key === "default" || key === "__esModule") return;
5963
+ Object.defineProperty(exports, key, {
5964
+ enumerable: true,
5965
+ get: function () {
5966
+ return _CreateTax[key];
5967
+ }
5968
+ });
5969
+ });
5970
+
5887
5971
  var _ReadSociety = require("./Interface/api/society/ReadSociety");
5888
5972
 
5889
5973
  Object.keys(_ReadSociety).forEach(function (key) {
@@ -6063,4 +6147,16 @@ Object.keys(_InvitePartneredAccountant).forEach(function (key) {
6063
6147
  }
6064
6148
  });
6065
6149
  });
6150
+
6151
+ var _CreateLog = require("./Interface/api/log/CreateLog");
6152
+
6153
+ Object.keys(_CreateLog).forEach(function (key) {
6154
+ if (key === "default" || key === "__esModule") return;
6155
+ Object.defineProperty(exports, key, {
6156
+ enumerable: true,
6157
+ get: function () {
6158
+ return _CreateLog[key];
6159
+ }
6160
+ });
6161
+ });
6066
6162
  //# sourceMappingURL=index.js.map