@silexpert/core 1.0.104 → 1.0.107

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 (172) hide show
  1. package/es/api/resources/BalanceSheet.d.ts +2 -1
  2. package/es/api/resources/BalanceSheet.d.ts.map +1 -1
  3. package/es/api/resources/BalanceSheet.js +3 -0
  4. package/es/api/resources/BalanceSheet.js.map +1 -1
  5. package/es/api/resources/Exercice.d.ts +2 -1
  6. package/es/api/resources/Exercice.d.ts.map +1 -1
  7. package/es/api/resources/Exercice.js +3 -0
  8. package/es/api/resources/Exercice.js.map +1 -1
  9. package/es/api/resources/Library.d.ts +3 -0
  10. package/es/api/resources/Library.d.ts.map +1 -1
  11. package/es/api/resources/Library.js +9 -0
  12. package/es/api/resources/Library.js.map +1 -1
  13. package/es/api/resources/SignFile.d.ts +6 -0
  14. package/es/api/resources/SignFile.d.ts.map +1 -0
  15. package/es/api/resources/SignFile.js +7 -0
  16. package/es/api/resources/SignFile.js.map +1 -0
  17. package/es/api/resources/SocietyConfigBalanceSheet.d.ts +10 -0
  18. package/es/api/resources/SocietyConfigBalanceSheet.d.ts.map +1 -0
  19. package/es/api/resources/SocietyConfigBalanceSheet.js +19 -0
  20. package/es/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
  21. package/es/api/resources.d.ts +4 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +4 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/BalanceSheet.d.ts +118 -1
  26. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  27. package/es/types/Enum/BalanceSheet.js +136 -0
  28. package/es/types/Enum/BalanceSheet.js.map +1 -1
  29. package/es/types/Enum/DepositDocumentType.d.ts +35 -0
  30. package/es/types/Enum/DepositDocumentType.d.ts.map +1 -0
  31. package/es/types/Enum/DepositDocumentType.js +191 -0
  32. package/es/types/Enum/DepositDocumentType.js.map +1 -0
  33. package/es/types/Enum/Ged.d.ts +17 -1
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +17 -8
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/RevisionGuide.d.ts +56 -6
  38. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  39. package/es/types/Enum/RevisionGuide.js +54 -4
  40. package/es/types/Enum/RevisionGuide.js.map +1 -1
  41. package/es/types/Enum/RoleDetail.js +1 -1
  42. package/es/types/Enum/RoleDetail.js.map +1 -1
  43. package/es/types/Enum/StatusSignature.d.ts +9 -0
  44. package/es/types/Enum/StatusSignature.d.ts.map +1 -0
  45. package/es/types/Enum/StatusSignature.js +10 -0
  46. package/es/types/Enum/StatusSignature.js.map +1 -0
  47. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +8 -0
  48. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -0
  49. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +44 -0
  50. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
  51. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +16 -0
  52. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -0
  53. package/es/types/Interface/api/exercice/UpdateExercice.js +101 -0
  54. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
  55. package/es/types/Interface/api/facturation/CreateRebilling.d.ts +1 -1
  56. package/es/types/Interface/api/facturation/CreateRebilling.js +3 -3
  57. package/es/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
  58. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts +15 -0
  59. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -0
  60. package/es/types/Interface/api/gedFile/createFileAndGed.js +73 -0
  61. package/es/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
  62. package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
  63. package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
  64. package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
  65. package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  66. package/es/types/Interface/api/library/QueryLibrary.d.ts +6 -0
  67. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  68. package/es/types/Interface/api/library/QueryLibrary.js +41 -0
  69. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  70. package/es/types/Interface/api/signFile/CreateFileToSign.d.ts +12 -0
  71. package/es/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -0
  72. package/es/types/Interface/api/signFile/CreateFileToSign.js +58 -0
  73. package/es/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
  74. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts +6 -0
  75. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts.map +1 -0
  76. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +36 -0
  77. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
  78. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts +11 -0
  79. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts.map +1 -0
  80. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +58 -0
  81. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
  82. package/es/types/Interface/models/ICustomerSignature.d.ts +5 -2
  83. package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
  84. package/es/types/Interface/models/ICustomerSignature.js.map +1 -1
  85. package/es/types/Interface/models/IExercice.d.ts +1 -1
  86. package/es/types/Interface/models/IExercice.js.map +1 -1
  87. package/es/types/Interface/models/IGedFile.d.ts +1 -0
  88. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  89. package/es/types/Interface/models/IGedFile.js.map +1 -1
  90. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +9 -3
  91. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -1
  92. package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
  93. package/es/types/index.d.ts +8 -0
  94. package/es/types/index.d.ts.map +1 -1
  95. package/es/types/index.js +8 -0
  96. package/es/types/index.js.map +1 -1
  97. package/es/utils/commercialManagement/templates/common.js +3 -3
  98. package/es/utils/commercialManagement/templates/common.js.map +1 -1
  99. package/js/api/resources/BalanceSheet.js +4 -0
  100. package/js/api/resources/BalanceSheet.js.map +1 -1
  101. package/js/api/resources/Exercice.js +4 -0
  102. package/js/api/resources/Exercice.js.map +1 -1
  103. package/js/api/resources/Library.js +18 -0
  104. package/js/api/resources/Library.js.map +1 -1
  105. package/js/api/resources/SignFile.js +22 -0
  106. package/js/api/resources/SignFile.js.map +1 -0
  107. package/js/api/resources/SocietyConfigBalanceSheet.js +36 -0
  108. package/js/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
  109. package/js/api/resources.js +6 -0
  110. package/js/api/resources.js.map +1 -1
  111. package/js/types/Enum/BalanceSheet.js +118 -1
  112. package/js/types/Enum/BalanceSheet.js.map +1 -1
  113. package/js/types/Enum/DepositDocumentType.js +166 -0
  114. package/js/types/Enum/DepositDocumentType.js.map +1 -0
  115. package/js/types/Enum/Ged.js +23 -11
  116. package/js/types/Enum/Ged.js.map +1 -1
  117. package/js/types/Enum/RevisionGuide.js +55 -4
  118. package/js/types/Enum/RevisionGuide.js.map +1 -1
  119. package/js/types/Enum/RoleDetail.js +1 -1
  120. package/js/types/Enum/RoleDetail.js.map +1 -1
  121. package/js/types/Enum/StatusSignature.js +16 -0
  122. package/js/types/Enum/StatusSignature.js.map +1 -0
  123. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +37 -0
  124. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
  125. package/js/types/Interface/api/exercice/UpdateExercice.js +55 -0
  126. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
  127. package/js/types/Interface/api/facturation/CreateRebilling.js +1 -1
  128. package/js/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
  129. package/js/types/Interface/api/gedFile/createFileAndGed.js +49 -0
  130. package/js/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
  131. package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
  132. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  133. package/js/types/Interface/api/library/QueryLibrary.js +26 -1
  134. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  135. package/js/types/Interface/api/signFile/CreateFileToSign.js +43 -0
  136. package/js/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
  137. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +39 -0
  138. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
  139. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +43 -0
  140. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
  141. package/js/types/index.js +96 -0
  142. package/js/types/index.js.map +1 -1
  143. package/js/utils/commercialManagement/templates/common.js +3 -3
  144. package/js/utils/commercialManagement/templates/common.js.map +1 -1
  145. package/package.json +1 -1
  146. package/ts/api/resources/BalanceSheet.ts +5 -1
  147. package/ts/api/resources/Exercice.ts +5 -1
  148. package/ts/api/resources/Library.ts +12 -0
  149. package/ts/api/resources/SignFile.ts +8 -0
  150. package/ts/api/resources/SocietyConfigBalanceSheet.ts +27 -0
  151. package/ts/api/resources.ts +4 -0
  152. package/ts/types/Enum/BalanceSheet.ts +137 -0
  153. package/ts/types/Enum/DepositDocumentType.ts +194 -0
  154. package/ts/types/Enum/Ged.ts +17 -8
  155. package/ts/types/Enum/RevisionGuide.ts +56 -5
  156. package/ts/types/Enum/RoleDetail.ts +1 -1
  157. package/ts/types/Enum/StatusSignature.ts +8 -0
  158. package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +31 -0
  159. package/ts/types/Interface/api/exercice/UpdateExercice.ts +80 -0
  160. package/ts/types/Interface/api/facturation/CreateRebilling.ts +3 -3
  161. package/ts/types/Interface/api/gedFile/createFileAndGed.ts +55 -0
  162. package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
  163. package/ts/types/Interface/api/library/QueryLibrary.ts +34 -0
  164. package/ts/types/Interface/api/signFile/CreateFileToSign.ts +41 -0
  165. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts +25 -0
  166. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts +42 -0
  167. package/ts/types/Interface/models/ICustomerSignature.ts +5 -2
  168. package/ts/types/Interface/models/IExercice.ts +1 -1
  169. package/ts/types/Interface/models/IGedFile.ts +1 -0
  170. package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +9 -3
  171. package/ts/types/index.ts +8 -0
  172. package/ts/utils/commercialManagement/templates/common.ts +3 -3
@@ -0,0 +1,101 @@
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, IsDateString, IsNumber, IsOptional, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils/decorators';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class UpdateExercice {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsDateString(),
18
+ IsOptional(),
19
+ __metadata("design:type", String)
20
+ ], UpdateExercice.prototype, "startDate", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ IsDateString(),
24
+ IsOptional(),
25
+ __metadata("design:type", String)
26
+ ], UpdateExercice.prototype, "endDate", void 0);
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ IsBoolean(),
30
+ ToBoolean(),
31
+ IsOptional(),
32
+ __metadata("design:type", Boolean)
33
+ ], UpdateExercice.prototype, "isBack", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsBoolean(),
37
+ ToBoolean(),
38
+ IsOptional(),
39
+ __metadata("design:type", Boolean)
40
+ ], UpdateExercice.prototype, "allAnnote", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ IsBoolean(),
44
+ ToBoolean(),
45
+ IsOptional(),
46
+ __metadata("design:type", Boolean)
47
+ ], UpdateExercice.prototype, "current", void 0);
48
+ __decorate([
49
+ ApiPropertyOptional(),
50
+ IsBoolean(),
51
+ ToBoolean(),
52
+ IsOptional(),
53
+ __metadata("design:type", Boolean)
54
+ ], UpdateExercice.prototype, "withApproval", void 0);
55
+ __decorate([
56
+ ApiPropertyOptional(),
57
+ IsBoolean(),
58
+ ToBoolean(),
59
+ IsOptional(),
60
+ __metadata("design:type", Boolean)
61
+ ], UpdateExercice.prototype, "reviewGuide", void 0);
62
+ __decorate([
63
+ ApiPropertyOptional(),
64
+ IsBoolean(),
65
+ ToBoolean(),
66
+ IsOptional(),
67
+ __metadata("design:type", Boolean)
68
+ ], UpdateExercice.prototype, "summaryNote", void 0);
69
+ __decorate([
70
+ ApiPropertyOptional(),
71
+ IsBoolean(),
72
+ ToBoolean(),
73
+ IsOptional(),
74
+ __metadata("design:type", Boolean)
75
+ ], UpdateExercice.prototype, "receiptJeDeclare", void 0);
76
+ __decorate([
77
+ ApiPropertyOptional(),
78
+ IsBoolean(),
79
+ ToBoolean(),
80
+ IsOptional(),
81
+ __metadata("design:type", Boolean)
82
+ ], UpdateExercice.prototype, "annualFolderEdition", void 0);
83
+ __decorate([
84
+ ApiPropertyOptional(),
85
+ IsNumber(),
86
+ IsOptional(),
87
+ __metadata("design:type", Number)
88
+ ], UpdateExercice.prototype, "idSociety", void 0);
89
+ __decorate([
90
+ ApiPropertyOptional(),
91
+ IsNumber(),
92
+ IsOptional(),
93
+ __metadata("design:type", Number)
94
+ ], UpdateExercice.prototype, "turnoverMax", void 0);
95
+ __decorate([
96
+ ApiPropertyOptional(),
97
+ IsNumber(),
98
+ IsOptional(),
99
+ __metadata("design:type", Number)
100
+ ], UpdateExercice.prototype, "benefit", void 0);
101
+ //# sourceMappingURL=UpdateExercice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateExercice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/UpdateExercice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,GAC9C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,cAAc;CAyE1B;AArEC;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;iDACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;+CACI;AAMjB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;8CACI;AAMjB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;iDACO;AAMpB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+CACK;AAMlB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oDACU;AAMvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mDACS;AAMtB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mDACS;AAMtB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wDACc;AAM3B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACiB;AAK9B;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iDACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;mDACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;+CACI","sourcesContent":["import {\n IsBoolean, IsDateString, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateExercice {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n turnoverMax?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n benefit?: number;\n}"]}
@@ -1,7 +1,7 @@
1
1
  export declare class CreateRebilling {
2
2
  comment?: string;
3
3
  hasToBeAccruals?: string;
4
- turnoverMax: string;
4
+ turnoverMax: number;
5
5
  idExercice: number;
6
6
  idSociety: number;
7
7
  idPrestation: number;
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsBoolean, IsInt, IsOptional, IsString, } from 'class-validator';
10
+ import { IsBoolean, IsInt, IsNumber, IsOptional, IsString, } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../..';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
13
  export class CreateRebilling {
@@ -27,8 +27,8 @@ __decorate([
27
27
  ], CreateRebilling.prototype, "hasToBeAccruals", void 0);
28
28
  __decorate([
29
29
  ApiProperty(),
30
- IsString(),
31
- __metadata("design:type", String)
30
+ IsNumber(),
31
+ __metadata("design:type", Number)
32
32
  ], CreateRebilling.prototype, "turnoverMax", void 0);
33
33
  __decorate([
34
34
  ApiProperty(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateRebilling.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/facturation/CreateRebilling.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GACvC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,eAAe;CAmC3B;AA/BC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;gDACM;AAMjB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wDACa;AAIzB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oDACS;AAIpB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;mDACW;AAInB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;kDACU;AAIlB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;qDACa;AAIrB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;uDACe;AAIvB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;oDACY","sourcesContent":["import {\n IsBoolean, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateRebilling {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n hasToBeAccruals?: string;\n\n @ApiProperty()\n @IsString()\n turnoverMax: string;\n\n @ApiProperty()\n @IsInt()\n idExercice: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idPrestation: number;\n\n @ApiProperty()\n @IsInt()\n numberOfMonths: number;\n\n @ApiProperty()\n @IsInt()\n totalAmount: number;\n}"]}
1
+ {"version":3,"file":"CreateRebilling.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/facturation/CreateRebilling.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GACjD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,eAAe;CAmC3B;AA/BC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;gDACM;AAMjB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wDACa;AAIzB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oDACS;AAIpB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;mDACW;AAInB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;kDACU;AAIlB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;qDACa;AAIrB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;uDACe;AAIvB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;oDACY","sourcesContent":["import {\n IsBoolean, IsInt, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateRebilling {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n hasToBeAccruals?: string;\n\n @ApiProperty()\n @IsNumber()\n turnoverMax: number;\n\n @ApiProperty()\n @IsInt()\n idExercice: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idPrestation: number;\n\n @ApiProperty()\n @IsInt()\n numberOfMonths: number;\n\n @ApiProperty()\n @IsInt()\n totalAmount: number;\n}"]}
@@ -0,0 +1,15 @@
1
+ import { TFile } from '../file/TFile';
2
+ export declare class CreateFileAndGed {
3
+ file: TFile;
4
+ filename: string;
5
+ emissionDate: Date;
6
+ statutFile: number;
7
+ idTypeGedFile: number;
8
+ idUser: number;
9
+ idGedFolder: number;
10
+ idSociety: number;
11
+ typeFile: number;
12
+ idExercice: number;
13
+ idBalanceSheet: number;
14
+ }
15
+ //# sourceMappingURL=createFileAndGed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createFileAndGed.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/createFileAndGed.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,KAAK,CAAC;IAIZ,QAAQ,EAAE,MAAM,CAAC;IAIjB,YAAY,EAAE,IAAI,CAAC;IAKnB,UAAU,EAAE,MAAM,CAAC;IAKnB,aAAa,EAAE,MAAM,CAAC;IAItB,MAAM,EAAE,MAAM,CAAC;IAIf,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAKlB,QAAQ,EAAE,MAAM,CAAC;IAKjB,UAAU,EAAE,MAAM,CAAC;IAKnB,cAAc,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,73 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsNumber, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ export class CreateFileAndGed {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ __metadata("design:type", Object)
17
+ ], CreateFileAndGed.prototype, "file", void 0);
18
+ __decorate([
19
+ ApiProperty(),
20
+ IsString(),
21
+ __metadata("design:type", String)
22
+ ], CreateFileAndGed.prototype, "filename", void 0);
23
+ __decorate([
24
+ ApiProperty(),
25
+ IsDate(),
26
+ __metadata("design:type", Date)
27
+ ], CreateFileAndGed.prototype, "emissionDate", void 0);
28
+ __decorate([
29
+ ApiPropertyOptional(),
30
+ IsNumber(),
31
+ IsOptional(),
32
+ __metadata("design:type", Number)
33
+ ], CreateFileAndGed.prototype, "statutFile", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsNumber(),
37
+ IsOptional(),
38
+ __metadata("design:type", Number)
39
+ ], CreateFileAndGed.prototype, "idTypeGedFile", void 0);
40
+ __decorate([
41
+ ApiProperty(),
42
+ IsNumber(),
43
+ __metadata("design:type", Number)
44
+ ], CreateFileAndGed.prototype, "idUser", void 0);
45
+ __decorate([
46
+ ApiProperty(),
47
+ IsNumber(),
48
+ __metadata("design:type", Number)
49
+ ], CreateFileAndGed.prototype, "idGedFolder", void 0);
50
+ __decorate([
51
+ ApiProperty(),
52
+ IsNumber(),
53
+ __metadata("design:type", Number)
54
+ ], CreateFileAndGed.prototype, "idSociety", void 0);
55
+ __decorate([
56
+ ApiPropertyOptional(),
57
+ IsNumber(),
58
+ IsOptional(),
59
+ __metadata("design:type", Number)
60
+ ], CreateFileAndGed.prototype, "typeFile", void 0);
61
+ __decorate([
62
+ ApiPropertyOptional(),
63
+ IsNumber(),
64
+ IsOptional(),
65
+ __metadata("design:type", Number)
66
+ ], CreateFileAndGed.prototype, "idExercice", void 0);
67
+ __decorate([
68
+ ApiPropertyOptional(),
69
+ IsNumber(),
70
+ IsOptional(),
71
+ __metadata("design:type", Number)
72
+ ], CreateFileAndGed.prototype, "idBalanceSheet", void 0);
73
+ //# sourceMappingURL=createFileAndGed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createFileAndGed.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/createFileAndGed.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GACvC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,gBAAgB;CAgD5B;AA9CC;IADC,WAAW,EAAE;;8CACF;AAIZ;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kDACM;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACK,IAAI;sDAAC;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oDACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;uDACS;AAItB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;gDACI;AAIf;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACS;AAIpB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;mDACO;AAKlB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oDACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACU","sourcesContent":["import {\n IsDate, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateFileAndGed {\n @ApiProperty()\n file: TFile;\n\n @ApiProperty()\n @IsString()\n filename: string;\n\n @ApiProperty()\n @IsDate()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idTypeGedFile: number;\n\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsNumber()\n idGedFolder: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idBalanceSheet: number;\n}\n"]}
@@ -7,6 +7,7 @@ export declare class UpdateGedFile {
7
7
  idSociety: number;
8
8
  idFile: number;
9
9
  idExercice: number;
10
+ idBalanceSheet: number;
10
11
  idMail: number;
11
12
  }
12
13
  //# sourceMappingURL=updateGedFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateGedFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,IAAI,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,MAAM,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"updateGedFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,IAAI,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,MAAM,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,cAAc,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -42,6 +42,10 @@ __decorate([
42
42
  ApiPropertyOptional(),
43
43
  __metadata("design:type", Number)
44
44
  ], UpdateGedFile.prototype, "idExercice", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Number)
48
+ ], UpdateGedFile.prototype, "idBalanceSheet", void 0);
45
49
  __decorate([
46
50
  ApiPropertyOptional(),
47
51
  __metadata("design:type", Number)
@@ -1 +1 @@
1
- {"version":3,"file":"updateGedFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CA2BzB;AAzBC;IADC,mBAAmB,EAAE;8BACR,IAAI;mDAAC;AAGnB;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;oDACA;AAGtB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;kDACF;AAGpB;IADC,mBAAmB,EAAE;;gDACJ;AAGlB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;6CACP","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n idMail: number;\n}"]}
1
+ {"version":3,"file":"updateGedFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CA8BzB;AA5BC;IADC,mBAAmB,EAAE;8BACR,IAAI;mDAAC;AAGnB;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;oDACA;AAGtB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;kDACF;AAGpB;IADC,mBAAmB,EAAE;;gDACJ;AAGlB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;qDACC;AAGvB;IADC,mBAAmB,EAAE;;6CACP","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n idBalanceSheet: number;\n\n @ApiPropertyOptional()\n idMail: number;\n}"]}
@@ -3,8 +3,14 @@ export declare class QueryLibraryFile {
3
3
  idSociety: number;
4
4
  idGedFolder?: GedFolder;
5
5
  idTypeGedFile?: GedFileType;
6
+ typeGedFolder?: GedFolder[];
6
7
  idExercice?: number;
8
+ idBalanceSheet?: number;
7
9
  idFile?: number;
10
+ typeFile?: number;
11
+ findSign?: boolean;
12
+ attributes?: string[];
13
+ include?: string[];
8
14
  }
9
15
  export declare class QueryDownloadFile {
10
16
  folderName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,OAAO,CAAS;IAO3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -7,9 +7,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
+ import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, } from 'class-validator';
10
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
12
  import { GedFolder, GedFileType } from '../../../Enum/Ged';
12
13
  export class QueryLibraryFile {
14
+ constructor() {
15
+ this.findSign = false;
16
+ }
13
17
  }
14
18
  __decorate([
15
19
  ApiProperty(),
@@ -23,14 +27,51 @@ __decorate([
23
27
  ApiPropertyOptional(),
24
28
  __metadata("design:type", Number)
25
29
  ], QueryLibraryFile.prototype, "idTypeGedFile", void 0);
30
+ __decorate([
31
+ ApiPropertyOptional(),
32
+ __metadata("design:type", Array)
33
+ ], QueryLibraryFile.prototype, "typeGedFolder", void 0);
26
34
  __decorate([
27
35
  ApiPropertyOptional(),
28
36
  __metadata("design:type", Number)
29
37
  ], QueryLibraryFile.prototype, "idExercice", void 0);
38
+ __decorate([
39
+ ApiPropertyOptional(),
40
+ __metadata("design:type", Number)
41
+ ], QueryLibraryFile.prototype, "idBalanceSheet", void 0);
30
42
  __decorate([
31
43
  ApiPropertyOptional(),
32
44
  __metadata("design:type", Number)
33
45
  ], QueryLibraryFile.prototype, "idFile", void 0);
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ IsNumber(),
49
+ IsOptional(),
50
+ __metadata("design:type", Number)
51
+ ], QueryLibraryFile.prototype, "typeFile", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional(),
54
+ IsBoolean(),
55
+ IsOptional(),
56
+ __metadata("design:type", Boolean)
57
+ ], QueryLibraryFile.prototype, "findSign", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ IsOptional(),
61
+ IsString({
62
+ each: true,
63
+ }),
64
+ __metadata("design:type", Array)
65
+ ], QueryLibraryFile.prototype, "attributes", void 0);
66
+ __decorate([
67
+ ApiPropertyOptional(),
68
+ IsOptional(),
69
+ IsString({
70
+ each: true,
71
+ }),
72
+ IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true }),
73
+ __metadata("design:type", Array)
74
+ ], QueryLibraryFile.prototype, "include", void 0);
34
75
  export class QueryDownloadFile {
35
76
  }
36
77
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,OAAO,gBAAgB;CAe5B;AAbC;IADC,WAAW,EAAE;;mDACI;AAGlB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;uDACM;AAG5B;IADC,mBAAmB,EAAE;;oDACF;AAGpB;IADC,mBAAmB,EAAE;;gDACN;AAGlB,MAAM,OAAO,iBAAiB;CAY7B;AAVC;IADC,WAAW,EAAE;;qDACK;AAGnB;IADC,WAAW,EAAE;;gDACA;AAGd;IADC,mBAAmB,EAAE;;iDACN;AAGhB;IADC,mBAAmB,EAAE;;iDACN;AAGlB,MAAM,OAAO,qBAAqB;CAqBjC;AAnBC;IADC,WAAW,EAAE;;qDACC;AAGf;IADC,mBAAmB,EAAE;8BACP,IAAI;2DAAC;AAGpB;IADC,mBAAmB,EAAE;;qDACN;AAGhB;IADC,WAAW,EAAE;;0DACM;AAGpB;IADC,mBAAmB,EAAE;;wDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACF;AAGpB;IADC,mBAAmB,EAAE;;4DACC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
1
+ {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,OAAO,gBAAgB;IAA7B;QA8BE,aAAQ,GAAa,KAAK,CAAC;IAgB7B,CAAC;CAAA;AA5CC;IADC,WAAW,EAAE;;mDACI;AAGlB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;uDACM;AAG5B;IADC,mBAAmB,EAAE;;uDACM;AAG5B;IADC,mBAAmB,EAAE;;oDACF;AAGpB;IADC,mBAAmB,EAAE;;wDACE;AAGxB;IADC,mBAAmB,EAAE;;gDACN;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACK;AAKlB;IAHC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,UAAU,EAAE;;kDACc;AAO3B;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;oDACoB;AAQtB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDACrE;AAGrB,MAAM,OAAO,iBAAiB;CAY7B;AAVC;IADC,WAAW,EAAE;;qDACK;AAGnB;IADC,WAAW,EAAE;;gDACA;AAGd;IADC,mBAAmB,EAAE;;iDACN;AAGhB;IADC,mBAAmB,EAAE;;iDACN;AAGlB,MAAM,OAAO,qBAAqB;CAqBjC;AAnBC;IADC,WAAW,EAAE;;qDACC;AAGf;IADC,mBAAmB,EAAE;8BACP,IAAI;2DAAC;AAGpB;IADC,mBAAmB,EAAE;;qDACN;AAGhB;IADC,WAAW,EAAE;;0DACM;AAGpB;IADC,mBAAmB,EAAE;;wDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACF;AAGpB;IADC,mBAAmB,EAAE;;4DACC","sourcesContent":["import {\n IsIn, IsOptional, IsString, IsNumber, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
@@ -0,0 +1,12 @@
1
+ import { TFile } from '../file/TFile';
2
+ export declare class CreateFileToSign {
3
+ file: TFile;
4
+ idUser: number;
5
+ idGedFolder: number;
6
+ idSociety: number;
7
+ idExercice?: number;
8
+ idBalanceSheet?: number;
9
+ nbrPage: number;
10
+ typeFile: number;
11
+ }
12
+ //# sourceMappingURL=CreateFileToSign.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateFileToSign.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/signFile/CreateFileToSign.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,KAAK,CAAC;IAKZ,MAAM,EAAE,MAAM,CAAC;IAIf,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAKlB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,OAAO,EAAE,MAAM,CAAC;IAKhB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,58 @@
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, IsNumber } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ export class CreateFileToSign {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ __metadata("design:type", Object)
17
+ ], CreateFileToSign.prototype, "file", void 0);
18
+ __decorate([
19
+ ApiPropertyOptional(),
20
+ IsNumber(),
21
+ IsOptional(),
22
+ __metadata("design:type", Number)
23
+ ], CreateFileToSign.prototype, "idUser", void 0);
24
+ __decorate([
25
+ ApiProperty(),
26
+ IsNumber(),
27
+ __metadata("design:type", Number)
28
+ ], CreateFileToSign.prototype, "idGedFolder", void 0);
29
+ __decorate([
30
+ ApiProperty(),
31
+ IsNumber(),
32
+ __metadata("design:type", Number)
33
+ ], CreateFileToSign.prototype, "idSociety", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsNumber(),
37
+ IsOptional(),
38
+ __metadata("design:type", Number)
39
+ ], CreateFileToSign.prototype, "idExercice", void 0);
40
+ __decorate([
41
+ ApiPropertyOptional(),
42
+ IsNumber(),
43
+ IsOptional(),
44
+ __metadata("design:type", Number)
45
+ ], CreateFileToSign.prototype, "idBalanceSheet", void 0);
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ IsNumber(),
49
+ IsOptional(),
50
+ __metadata("design:type", Number)
51
+ ], CreateFileToSign.prototype, "nbrPage", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional(),
54
+ IsNumber(),
55
+ IsOptional(),
56
+ __metadata("design:type", Number)
57
+ ], CreateFileToSign.prototype, "typeFile", void 0);
58
+ //# sourceMappingURL=CreateFileToSign.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateFileToSign.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/signFile/CreateFileToSign.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,gBAAgB;CAoC5B;AAlCC;IADC,WAAW,EAAE;;8CACF;AAKZ;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;gDACE;AAIf;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACS;AAIpB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;mDACO;AAKlB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oDACO;AAKpB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACW;AAKxB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iDACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACI","sourcesContent":["import { IsOptional, IsNumber } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateFileToSign {\n @ApiProperty()\n file: TFile;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idUser: number;\n\n @ApiProperty()\n @IsNumber()\n idGedFolder: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n nbrPage: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile: number;\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryGetAllSocietyConfigBalanceSheet {
2
+ idBalanceSheet?: number;
3
+ attributes?: string[];
4
+ include?: string[];
5
+ }
6
+ //# sourceMappingURL=QueryGetAllSocietyConfigBalanceSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllSocietyConfigBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts"],"names":[],"mappings":"AAKA,qBAAa,oCAAoC;IAG/C,cAAc,CAAC,EAAE,MAAM,CAAC;IAOxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,36 @@
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, IsString, IsIn, IsInt, } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ export class QueryGetAllSocietyConfigBalanceSheet {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsInt(),
17
+ __metadata("design:type", Number)
18
+ ], QueryGetAllSocietyConfigBalanceSheet.prototype, "idBalanceSheet", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ IsOptional(),
22
+ IsString({
23
+ each: true,
24
+ }),
25
+ __metadata("design:type", Array)
26
+ ], QueryGetAllSocietyConfigBalanceSheet.prototype, "attributes", void 0);
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ IsOptional(),
30
+ IsString({
31
+ each: true,
32
+ }),
33
+ IsIn(['society'], { each: true }),
34
+ __metadata("design:type", Array)
35
+ ], QueryGetAllSocietyConfigBalanceSheet.prototype, "include", void 0);
36
+ //# sourceMappingURL=QueryGetAllSocietyConfigBalanceSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllSocietyConfigBalanceSheet.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,GAClC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oCAAoC;CAmBhD;AAhBC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;4EACgB;AAOxB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;wEACoB;AAQtB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;qEACf","sourcesContent":["import {\n IsOptional, IsString, IsIn, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllSocietyConfigBalanceSheet {\n @ApiProperty()\n @IsInt()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['society'], { each: true })\n include?: string[];\n}"]}
@@ -0,0 +1,11 @@
1
+ export declare class QueryPaginatedSocietyConfigBalanceSheet {
2
+ state?: number;
3
+ stateClient?: number;
4
+ comment?: string;
5
+ amount?: number;
6
+ idSociety: number;
7
+ idTypeDocumentsWaiting: number;
8
+ idExercice: number;
9
+ idBalanceSheet: number;
10
+ }
11
+ //# sourceMappingURL=QueryPaginatedSocietyConfigBalanceSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedSocietyConfigBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts"],"names":[],"mappings":"AAKA,qBAAa,uCAAuC;IAIlD,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,EAAE,MAAM,CAAC;IAIlB,sBAAsB,EAAE,MAAM,CAAC;IAI/B,UAAU,EAAE,MAAM,CAAC;IAInB,cAAc,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,58 @@
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, IsInt, } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ export class QueryPaginatedSocietyConfigBalanceSheet {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "state", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsInt(),
24
+ __metadata("design:type", Number)
25
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "stateClient", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsString(),
30
+ __metadata("design:type", String)
31
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "comment", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsOptional(),
35
+ IsNumber(),
36
+ __metadata("design:type", Number)
37
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "amount", void 0);
38
+ __decorate([
39
+ ApiProperty(),
40
+ IsNumber(),
41
+ __metadata("design:type", Number)
42
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idSociety", void 0);
43
+ __decorate([
44
+ ApiProperty(),
45
+ IsNumber(),
46
+ __metadata("design:type", Number)
47
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idTypeDocumentsWaiting", void 0);
48
+ __decorate([
49
+ ApiProperty(),
50
+ IsNumber(),
51
+ __metadata("design:type", Number)
52
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idExercice", void 0);
53
+ __decorate([
54
+ ApiProperty(),
55
+ IsNumber(),
56
+ __metadata("design:type", Number)
57
+ ], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idBalanceSheet", void 0);
58
+ //# sourceMappingURL=QueryPaginatedSocietyConfigBalanceSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedSocietyConfigBalanceSheet.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,GACtC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uCAAuC;CAoCnD;AAhCC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sEACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4EACa;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wEACM;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uEACK;AAIhB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;0EACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;uFACoB;AAI/B;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2EACQ;AAInB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;+EACY","sourcesContent":["import {\n IsNumber, IsOptional, IsString, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class QueryPaginatedSocietyConfigBalanceSheet {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n stateClient?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n amount?: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsNumber()\n idTypeDocumentsWaiting: number;\n\n @ApiProperty()\n @IsNumber()\n idExercice: number;\n\n @ApiProperty()\n @IsNumber()\n idBalanceSheet: number;\n}\n"]}