@silexpert/core 0.4.207 → 0.4.208

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 (139) hide show
  1. package/es/api/resources/Comment.d.ts +6 -0
  2. package/es/api/resources/Comment.d.ts.map +1 -0
  3. package/es/api/resources/Comment.js +7 -0
  4. package/es/api/resources/Comment.js.map +1 -0
  5. package/es/api/resources/Task.d.ts +16 -0
  6. package/es/api/resources/Task.d.ts.map +1 -0
  7. package/es/api/resources/Task.js +67 -0
  8. package/es/api/resources/Task.js.map +1 -0
  9. package/es/api/resources.d.ts +4 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +4 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/InternalService.d.ts +31 -0
  14. package/es/types/Enum/InternalService.d.ts.map +1 -0
  15. package/es/types/Enum/InternalService.js +31 -0
  16. package/es/types/Enum/InternalService.js.map +1 -0
  17. package/es/types/Enum/TaskResponseType.d.ts +360 -0
  18. package/es/types/Enum/TaskResponseType.d.ts.map +1 -0
  19. package/es/types/Enum/TaskResponseType.js +362 -0
  20. package/es/types/Enum/TaskResponseType.js.map +1 -0
  21. package/es/types/Interface/api/task/QueryCountTask.d.ts +6 -0
  22. package/es/types/Interface/api/task/QueryCountTask.d.ts.map +1 -0
  23. package/es/types/Interface/api/task/QueryCountTask.js +32 -0
  24. package/es/types/Interface/api/task/QueryCountTask.js.map +1 -0
  25. package/es/types/Interface/api/task/QueryCreateTask.d.ts +8 -0
  26. package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -0
  27. package/es/types/Interface/api/task/QueryCreateTask.js +38 -0
  28. package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  29. package/es/types/Interface/api/task/QueryGetAllTask.d.ts +8 -0
  30. package/es/types/Interface/api/task/QueryGetAllTask.d.ts.map +1 -0
  31. package/es/types/Interface/api/task/QueryGetAllTask.js +52 -0
  32. package/es/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  33. package/es/types/Interface/api/task/QueryGetTask.d.ts +5 -0
  34. package/es/types/Interface/api/task/QueryGetTask.d.ts.map +1 -0
  35. package/es/types/Interface/api/task/QueryGetTask.js +31 -0
  36. package/es/types/Interface/api/task/QueryGetTask.js.map +1 -0
  37. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +20 -0
  38. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -0
  39. package/es/types/Interface/api/task/QueryPaginatedTask.js +131 -0
  40. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  41. package/es/types/Interface/api/task/QueryStatsByManager.d.ts +6 -0
  42. package/es/types/Interface/api/task/QueryStatsByManager.d.ts.map +1 -0
  43. package/es/types/Interface/api/task/QueryStatsByManager.js +2 -0
  44. package/es/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  45. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts +7 -0
  46. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts.map +1 -0
  47. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js +40 -0
  48. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  49. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts +5 -0
  50. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts.map +1 -0
  51. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js +26 -0
  52. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  53. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts +5 -0
  54. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts.map +1 -0
  55. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +26 -0
  56. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  57. package/es/types/Interface/models/ICalendarEvent.d.ts +3 -0
  58. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  59. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  60. package/es/types/Interface/models/IComment.d.ts +3 -0
  61. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  62. package/es/types/Interface/models/IComment.js.map +1 -1
  63. package/es/types/Interface/models/IMail.d.ts +3 -0
  64. package/es/types/Interface/models/IMail.d.ts.map +1 -1
  65. package/es/types/Interface/models/IMail.js.map +1 -1
  66. package/es/types/Interface/models/ITask.d.ts +33 -0
  67. package/es/types/Interface/models/ITask.d.ts.map +1 -0
  68. package/es/types/Interface/models/ITask.js +2 -0
  69. package/es/types/Interface/models/ITask.js.map +1 -0
  70. package/es/types/index.d.ts +12 -0
  71. package/es/types/index.d.ts.map +1 -1
  72. package/es/types/index.js +12 -0
  73. package/es/types/index.js.map +1 -1
  74. package/es/utils/index.d.ts +1 -0
  75. package/es/utils/index.d.ts.map +1 -1
  76. package/es/utils/index.js +1 -0
  77. package/es/utils/index.js.map +1 -1
  78. package/es/utils/task.d.ts +4 -0
  79. package/es/utils/task.d.ts.map +1 -0
  80. package/es/utils/task.js +41 -0
  81. package/es/utils/task.js.map +1 -0
  82. package/js/api/resources/Comment.js +18 -0
  83. package/js/api/resources/Comment.js.map +1 -0
  84. package/js/api/resources/Task.js +129 -0
  85. package/js/api/resources/Task.js.map +1 -0
  86. package/js/api/resources.js +7 -1
  87. package/js/api/resources.js.map +1 -1
  88. package/js/types/Enum/InternalService.js +36 -0
  89. package/js/types/Enum/InternalService.js.map +1 -0
  90. package/js/types/Enum/TaskResponseType.js +371 -0
  91. package/js/types/Enum/TaskResponseType.js.map +1 -0
  92. package/js/types/Interface/api/task/QueryCountTask.js +33 -0
  93. package/js/types/Interface/api/task/QueryCountTask.js.map +1 -0
  94. package/js/types/Interface/api/task/QueryCreateTask.js +37 -0
  95. package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  96. package/js/types/Interface/api/task/QueryGetAllTask.js +45 -0
  97. package/js/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  98. package/js/types/Interface/api/task/QueryGetTask.js +37 -0
  99. package/js/types/Interface/api/task/QueryGetTask.js.map +1 -0
  100. package/js/types/Interface/api/task/QueryPaginatedTask.js +87 -0
  101. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  102. package/js/types/Interface/api/task/QueryStatsByManager.js +6 -0
  103. package/js/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  104. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js +39 -0
  105. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  106. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js +31 -0
  107. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  108. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +31 -0
  109. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  110. package/js/types/Interface/models/ITask.js +6 -0
  111. package/js/types/Interface/models/ITask.js.map +1 -0
  112. package/js/types/index.js +144 -0
  113. package/js/types/index.js.map +1 -1
  114. package/js/utils/index.js +12 -0
  115. package/js/utils/index.js.map +1 -1
  116. package/js/utils/task.js +48 -0
  117. package/js/utils/task.js.map +1 -0
  118. package/package.json +1 -1
  119. package/ts/api/resources/Comment.ts +10 -0
  120. package/ts/api/resources/Task.ts +68 -0
  121. package/ts/api/resources.ts +4 -0
  122. package/ts/types/Enum/InternalService.ts +30 -0
  123. package/ts/types/Enum/TaskResponseType.ts +361 -0
  124. package/ts/types/Interface/api/task/QueryCountTask.ts +23 -0
  125. package/ts/types/Interface/api/task/QueryCreateTask.ts +23 -0
  126. package/ts/types/Interface/api/task/QueryGetAllTask.ts +39 -0
  127. package/ts/types/Interface/api/task/QueryGetTask.ts +21 -0
  128. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +100 -0
  129. package/ts/types/Interface/api/task/QueryStatsByManager.ts +5 -0
  130. package/ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts +28 -0
  131. package/ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts +16 -0
  132. package/ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts +16 -0
  133. package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
  134. package/ts/types/Interface/models/IComment.ts +3 -0
  135. package/ts/types/Interface/models/IMail.ts +3 -0
  136. package/ts/types/Interface/models/ITask.ts +35 -0
  137. package/ts/types/index.ts +12 -0
  138. package/ts/utils/index.ts +1 -0
  139. package/ts/utils/task.ts +37 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskResponseType.js","sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ResponseType {\n MAIL = 1,\n CALL = 2,\n}\n\nexport enum StateTask {\n TODO = 1,\n DO = 2,\n NOTDO = 3,\n}\n\nexport const TaskResponseType = {\n DEMANDE_ATTESTATION: {\n id: 1,\n label: 'Demande attestation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FAIRE_COURRIER: {\n id: 2,\n label: 'Faire courrier',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 4,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ACTIVER_ONGLET_SOCIAL: {\n id: 3,\n label: 'Activer l\\'onglet social',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 1,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUPPORT_TECHNIQUE: {\n id: 4,\n label: 'Support technique',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_BILAN: {\n id: 5,\n label: 'Suivi bilan',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 9,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n SUIVI_IS: {\n id: 6,\n label: 'Suivi IS',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_TVA: {\n id: 7,\n label: 'Suivi TVA',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_MISSIONS_COMPLEMENTAIRES: {\n id: 8,\n label: 'Suivi missions complémentaires',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n PV_AG_APPROBATION: {\n id: 9,\n label: 'Pv d\\'AG/Approbation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DIVIDENDES: {\n id: 10,\n label: 'Dividendes',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n CREATION_SOCIETE: {\n id: 11,\n label: 'Creation société',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 8,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_JURIDIQUES: {\n id: 12,\n label: 'Questions juridiques',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n BULLETIN_PAIE: {\n id: 13,\n label: 'Bulletin de paie',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DECLARATIONS: {\n id: 14,\n label: 'Déclarations',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n EMBAUCHE: {\n id: 15,\n label: 'Embauche',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_SOCIALES: {\n id: 16,\n label: 'Questions sociales',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n REFACTURATION: {\n id: 17,\n label: 'Refacturation',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n MAJ_INFO_FACTURATION: {\n id: 18,\n label: 'Mise à jour info facturation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FACTURES_MANQUANTES: {\n id: 19,\n label: 'Facture manquante',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_FACTURATIONS: {\n id: 20,\n label: 'Questions facturations',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_PROSPECT: {\n id: 21,\n label: 'Suivi prospect',\n responseType: null,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DOC_MANQUANT_CREA_DOSSIER: {\n id: 22,\n label: 'Document manquant pour création dossier',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n IMPORT_CSV: {\n id: 23,\n label: 'Faire import csv',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 9,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ARCHIVER_CLIENT: {\n id: 24,\n label: 'Archiver un client',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n OD_SALAIRE: {\n id: 25,\n label: 'Passer les OD de salaire',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n VERIFICATION_IMPAYE: {\n id: 26,\n label: 'Vérification impayé',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n MODIFICATION_DIA_CLEMENTINIER: {\n id: 27,\n label: 'Modification Clémentinier/Dia',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n RESILIATION: {\n id: 28,\n label: 'Résiliation',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n QUESTIONS_COMPTABLES: {\n id: 29,\n label: 'Questions comptables',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n};"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryCountTask {
2
+ idUser?: number;
3
+ idRole?: number;
4
+ isLate?: boolean;
5
+ }
6
+ //# sourceMappingURL=QueryCountTask.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCountTask.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCountTask.ts"],"names":[],"mappings":"AAOA,qBAAa,cAAc;IAIzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
@@ -0,0 +1,32 @@
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 { IsInt, IsBoolean, IsOptional, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryCountTask {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], QueryCountTask.prototype, "idUser", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsInt(),
24
+ __metadata("design:type", Number)
25
+ ], QueryCountTask.prototype, "idRole", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsBoolean(),
30
+ __metadata("design:type", Boolean)
31
+ ], QueryCountTask.prototype, "isLate", void 0);
32
+ //# sourceMappingURL=QueryCountTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCountTask.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCountTask.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,KAAK,EAAE,SAAS,EAChB,UAAU,GACX,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,cAAc;CAe1B;AAXC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;;8CACK","sourcesContent":["import {\n IsInt, IsBoolean,\n IsOptional,\n} from 'class-validator';\n\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCountTask {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n isLate?: boolean;\n}"]}
@@ -0,0 +1,8 @@
1
+ export declare class QueryCreateTask {
2
+ idTaskType: number;
3
+ description: string;
4
+ idUserWhoCreated: number;
5
+ idSociety: number;
6
+ deadlineAt: Date;
7
+ }
8
+ //# sourceMappingURL=QueryCreateTask.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreateTask.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCreateTask.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAE1B,UAAU,EAAE,MAAM,CAAC;IAInB,WAAW,EAAE,MAAM,CAAC;IAIpB,gBAAgB,EAAE,MAAM,CAAC;IAIzB,SAAS,EAAE,MAAM,CAAC;IAIlB,UAAU,EAAE,IAAI,CAAC;CAClB"}
@@ -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 { IsString, IsInt, IsDate } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryCreateTask {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ __metadata("design:type", Number)
17
+ ], QueryCreateTask.prototype, "idTaskType", void 0);
18
+ __decorate([
19
+ ApiProperty(),
20
+ IsString(),
21
+ __metadata("design:type", String)
22
+ ], QueryCreateTask.prototype, "description", void 0);
23
+ __decorate([
24
+ ApiProperty(),
25
+ IsInt(),
26
+ __metadata("design:type", Number)
27
+ ], QueryCreateTask.prototype, "idUserWhoCreated", void 0);
28
+ __decorate([
29
+ ApiProperty(),
30
+ IsInt(),
31
+ __metadata("design:type", Number)
32
+ ], QueryCreateTask.prototype, "idSociety", void 0);
33
+ __decorate([
34
+ ApiProperty(),
35
+ IsDate(),
36
+ __metadata("design:type", Date)
37
+ ], QueryCreateTask.prototype, "deadlineAt", void 0);
38
+ //# sourceMappingURL=QueryCreateTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreateTask.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCreateTask.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,eAAe;CAmB3B;AAjBC;IADC,WAAW,EAAE;;mDACK;AAInB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oDACS;AAIpB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;yDACiB;AAIzB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;kDACU;AAIlB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACG,IAAI;mDAAC","sourcesContent":["import { IsString, IsInt, IsDate } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryCreateTask {\n @ApiProperty()\n idTaskType: number;\n\n @ApiProperty()\n @IsString()\n description: string;\n\n @ApiProperty()\n @IsInt()\n idUserWhoCreated: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n deadlineAt: Date;\n}"]}
@@ -0,0 +1,8 @@
1
+ export declare class QueryGetAllTask {
2
+ isProcessed?: boolean;
3
+ isRefused?: boolean;
4
+ idSociety?: number;
5
+ attributes?: string[];
6
+ include?: string[];
7
+ }
8
+ //# sourceMappingURL=QueryGetAllTask.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllTask.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetAllTask.ts"],"names":[],"mappings":"AAMA,qBAAa,eAAe;IAK1B,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,SAAS,CAAC,EAAE,OAAO,CAAC;IAKpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAOnB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,52 @@
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, IsBoolean, IsInt, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class QueryGetAllTask {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsOptional(),
18
+ IsBoolean(),
19
+ ToBoolean(),
20
+ __metadata("design:type", Boolean)
21
+ ], QueryGetAllTask.prototype, "isProcessed", void 0);
22
+ __decorate([
23
+ ApiPropertyOptional(),
24
+ IsOptional(),
25
+ IsBoolean(),
26
+ ToBoolean(),
27
+ __metadata("design:type", Boolean)
28
+ ], QueryGetAllTask.prototype, "isRefused", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsOptional(),
32
+ IsInt(),
33
+ __metadata("design:type", Number)
34
+ ], QueryGetAllTask.prototype, "idSociety", void 0);
35
+ __decorate([
36
+ ApiPropertyOptional(),
37
+ IsOptional(),
38
+ IsString({
39
+ each: true,
40
+ }),
41
+ __metadata("design:type", Array)
42
+ ], QueryGetAllTask.prototype, "attributes", void 0);
43
+ __decorate([
44
+ ApiPropertyOptional(),
45
+ IsOptional(),
46
+ IsString({
47
+ each: true,
48
+ }),
49
+ IsIn(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true }),
50
+ __metadata("design:type", Array)
51
+ ], QueryGetAllTask.prototype, "include", void 0);
52
+ //# sourceMappingURL=QueryGetAllTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllTask.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetAllTask.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,GAC7C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,eAAe;CAgC3B;AA3BC;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;oDACU;AAMtB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;kDACQ;AAKpB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kDACW;AAOnB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;mDACoB;AAQtB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;gDACnH","sourcesContent":["import {\n IsOptional, IsString, IsIn, IsBoolean, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllTask {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isProcessed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isRefused?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: 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', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true })\n include?: string[];\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryGetTask {
2
+ attributes?: string[];
3
+ include?: string[];
4
+ }
5
+ //# sourceMappingURL=QueryGetTask.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetTask.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetTask.ts"],"names":[],"mappings":"AAKA,qBAAa,YAAY;IAMvB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsOptional, IsString, IsIn, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryGetTask {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsString({
18
+ each: true,
19
+ }),
20
+ __metadata("design:type", Array)
21
+ ], QueryGetTask.prototype, "attributes", void 0);
22
+ __decorate([
23
+ ApiPropertyOptional(),
24
+ IsOptional(),
25
+ IsString({
26
+ each: true,
27
+ }),
28
+ IsIn(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true }),
29
+ __metadata("design:type", Array)
30
+ ], QueryGetTask.prototype, "include", void 0);
31
+ //# sourceMappingURL=QueryGetTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetTask.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetTask.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,IAAI,GAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,YAAY;CAexB;AATC;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;gDACoB;AAQtB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;6CACnH","sourcesContent":["import {\n IsOptional, IsString, IsIn,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetTask {\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', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true })\n include?: string[];\n}\n"]}
@@ -0,0 +1,20 @@
1
+ export declare class QueryPaginatedTask {
2
+ idTaskType?: number;
3
+ search?: string;
4
+ state?: number;
5
+ isDeleted?: boolean | undefined;
6
+ orderBy?: string;
7
+ idUser?: number;
8
+ idUserWhoProcessed?: number;
9
+ idUserWhoCreated?: number;
10
+ idRole?: number;
11
+ limit?: number;
12
+ page?: number;
13
+ attributes?: string[];
14
+ startDate?: Date;
15
+ endDate?: Date;
16
+ isLate?: boolean;
17
+ isProcessed?: boolean;
18
+ include?: string[];
19
+ }
20
+ //# sourceMappingURL=QueryPaginatedTask.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedTask.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryPaginatedTask.ts"],"names":[],"mappings":"AAMA,qBAAa,kBAAkB;IAI7B,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAC;IAMf,SAAS,CAAC,sBAAS;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAe;IAK/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAM;IAKpB,IAAI,CAAC,EAAE,MAAM,CAAK;IAOlB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAMf,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,WAAW,CAAC,EAAE,OAAO,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -0,0 +1,131 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsBoolean, IsNumber, IsOptional, IsString, IsInt, IsDate, IsIn, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class QueryPaginatedTask {
14
+ constructor() {
15
+ this.isDeleted = false;
16
+ this.orderBy = 'createdAt';
17
+ this.limit = 25;
18
+ this.page = 1;
19
+ }
20
+ }
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ IsOptional(),
24
+ IsInt(),
25
+ __metadata("design:type", Number)
26
+ ], QueryPaginatedTask.prototype, "idTaskType", void 0);
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ IsOptional(),
30
+ IsString(),
31
+ __metadata("design:type", String)
32
+ ], QueryPaginatedTask.prototype, "search", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ IsOptional(),
36
+ IsInt(),
37
+ __metadata("design:type", Number)
38
+ ], QueryPaginatedTask.prototype, "state", void 0);
39
+ __decorate([
40
+ ApiPropertyOptional({ default: false }),
41
+ IsOptional(),
42
+ IsBoolean(),
43
+ ToBoolean(),
44
+ __metadata("design:type", Object)
45
+ ], QueryPaginatedTask.prototype, "isDeleted", void 0);
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ IsOptional(),
49
+ IsString(),
50
+ __metadata("design:type", String)
51
+ ], QueryPaginatedTask.prototype, "orderBy", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional(),
54
+ IsOptional(),
55
+ IsInt(),
56
+ __metadata("design:type", Number)
57
+ ], QueryPaginatedTask.prototype, "idUser", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional({ description: 'user who terminate the task' }),
60
+ IsOptional(),
61
+ IsInt(),
62
+ __metadata("design:type", Number)
63
+ ], QueryPaginatedTask.prototype, "idUserWhoProcessed", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional({ description: 'user who create the task' }),
66
+ IsOptional(),
67
+ IsInt(),
68
+ __metadata("design:type", Number)
69
+ ], QueryPaginatedTask.prototype, "idUserWhoCreated", void 0);
70
+ __decorate([
71
+ ApiPropertyOptional(),
72
+ IsOptional(),
73
+ IsInt(),
74
+ __metadata("design:type", Number)
75
+ ], QueryPaginatedTask.prototype, "idRole", void 0);
76
+ __decorate([
77
+ ApiPropertyOptional({ default: 25 }),
78
+ IsOptional(),
79
+ IsNumber(),
80
+ __metadata("design:type", Number)
81
+ ], QueryPaginatedTask.prototype, "limit", void 0);
82
+ __decorate([
83
+ ApiPropertyOptional({ default: 1 }),
84
+ IsOptional(),
85
+ IsNumber(),
86
+ __metadata("design:type", Number)
87
+ ], QueryPaginatedTask.prototype, "page", void 0);
88
+ __decorate([
89
+ ApiPropertyOptional(),
90
+ IsOptional(),
91
+ IsString({
92
+ each: true,
93
+ }),
94
+ __metadata("design:type", Array)
95
+ ], QueryPaginatedTask.prototype, "attributes", void 0);
96
+ __decorate([
97
+ ApiPropertyOptional(),
98
+ IsOptional(),
99
+ IsDate(),
100
+ __metadata("design:type", Date)
101
+ ], QueryPaginatedTask.prototype, "startDate", void 0);
102
+ __decorate([
103
+ ApiPropertyOptional(),
104
+ IsOptional(),
105
+ IsDate(),
106
+ __metadata("design:type", Date)
107
+ ], QueryPaginatedTask.prototype, "endDate", void 0);
108
+ __decorate([
109
+ ApiPropertyOptional(),
110
+ IsOptional(),
111
+ IsBoolean(),
112
+ ToBoolean(),
113
+ __metadata("design:type", Boolean)
114
+ ], QueryPaginatedTask.prototype, "isLate", void 0);
115
+ __decorate([
116
+ ApiPropertyOptional(),
117
+ IsOptional(),
118
+ IsBoolean(),
119
+ ToBoolean(),
120
+ __metadata("design:type", Boolean)
121
+ ], QueryPaginatedTask.prototype, "isProcessed", void 0);
122
+ __decorate([
123
+ ApiPropertyOptional(),
124
+ IsOptional(),
125
+ IsString({
126
+ each: true,
127
+ }),
128
+ IsIn(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true }),
129
+ __metadata("design:type", Array)
130
+ ], QueryPaginatedTask.prototype, "include", void 0);
131
+ //# sourceMappingURL=QueryPaginatedTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedTask.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryPaginatedTask.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,GAC/D,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,kBAAkB;IAA/B;QAoBE,cAAS,GAAI,KAAK,CAAC;QAKnB,YAAO,GAAY,WAAW,CAAC;QAyB/B,UAAK,GAAY,EAAE,CAAC;QAKpB,SAAI,GAAY,CAAC,CAAC;IAsCpB,CAAC;CAAA;AAzFC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sDACY;AAKpB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;kDACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;iDACO;AAMf;IAJC,mBAAmB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IACvC,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;qDACO;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;mDACoB;AAK/B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kDACQ;AAKhB;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,6BAA6B,EAAE,CAAC;IACnE,UAAU,EAAE;IACZ,KAAK,EAAE;;8DACoB;AAK5B;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAChE,UAAU,EAAE;IACZ,KAAK,EAAE;;4DACkB;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kDACQ;AAKhB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IACpC,UAAU,EAAE;IACZ,QAAQ,EAAE;;iDACS;AAKpB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACnC,UAAU,EAAE;IACZ,QAAQ,EAAE;;gDACO;AAOlB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;sDACoB;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACG,IAAI;qDAAC;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACC,IAAI;mDAAC;AAMf;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;kDACK;AAMjB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;uDACU;AAQtB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mDACnH","sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsString, IsInt, IsDate, IsIn,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedTask {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idTaskType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDeleted? = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'createdAt';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional({ description: 'user who terminate the task' })\n @IsOptional()\n @IsInt()\n idUserWhoProcessed?: number;\n\n @ApiPropertyOptional({ description: 'user who create the task' })\n @IsOptional()\n @IsInt()\n idUserWhoCreated?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number = 25;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number = 1;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isProcessed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], { each: true })\n include?: string[];\n}\n"]}
@@ -0,0 +1,6 @@
1
+ export interface QueryStatsByManager {
2
+ idUser: number;
3
+ nameManager: string;
4
+ countToDo: number;
5
+ }
6
+ //# sourceMappingURL=QueryStatsByManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByManager.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByManager.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAA;CAClB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QueryStatsByManager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByManager.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByManager.ts"],"names":[],"mappings":"","sourcesContent":["export interface QueryStatsByManager {\n idUser: number,\n nameManager: string,\n countToDo: number\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare class QueryStatsByRolesInCsv {
2
+ idRoles: number[];
3
+ statistics?: string[];
4
+ startDate?: Date;
5
+ endDate?: Date;
6
+ }
7
+ //# sourceMappingURL=QueryStatsByRolesInCsv.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByRolesInCsv.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts"],"names":[],"mappings":"AAKA,qBAAa,sBAAsB;IAGjC,OAAO,EAAE,MAAM,EAAE,CAAC;IAQlB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB"}
@@ -0,0 +1,40 @@
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 { IsArray, IsDate, IsIn, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryStatsByRolesInCsv {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsArray(),
17
+ __metadata("design:type", Array)
18
+ ], QueryStatsByRolesInCsv.prototype, "idRoles", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ IsOptional(),
22
+ IsString({
23
+ each: true,
24
+ }),
25
+ IsIn(['averageDeadlineTimeByCreator', 'sumCreatedTaskByUser', 'sumReceivedTaskByUser', 'sumLateTaskByUser', 'averageProcessedTimeByUser', 'sumTaskByTaskType', 'averageDeadlineTimeByUser'], { each: true }),
26
+ __metadata("design:type", Array)
27
+ ], QueryStatsByRolesInCsv.prototype, "statistics", void 0);
28
+ __decorate([
29
+ ApiPropertyOptional(),
30
+ IsOptional(),
31
+ IsDate(),
32
+ __metadata("design:type", Date)
33
+ ], QueryStatsByRolesInCsv.prototype, "startDate", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsOptional(),
37
+ IsDate(),
38
+ __metadata("design:type", Date)
39
+ ], QueryStatsByRolesInCsv.prototype, "endDate", void 0);
40
+ //# sourceMappingURL=QueryStatsByRolesInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByRolesInCsv.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,GAC5C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;CAsBlC;AAnBC;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;;uDACQ;AAQlB;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,8BAA8B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,2BAA2B,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACvL;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACG,IAAI;yDAAC;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACC,IAAI;uDAAC","sourcesContent":["import {\n IsArray, IsDate, IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryStatsByRolesInCsv {\n @ApiProperty()\n @IsArray()\n idRoles: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['averageDeadlineTimeByCreator', 'sumCreatedTaskByUser', 'sumReceivedTaskByUser', 'sumLateTaskByUser', 'averageProcessedTimeByUser', 'sumTaskByTaskType', 'averageDeadlineTimeByUser'], { each: true })\n statistics?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endDate?: Date;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryStatsByServiceInCsv {
2
+ startDate?: Date;
3
+ endDate?: Date;
4
+ }
5
+ //# sourceMappingURL=QueryStatsByServiceInCsv.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByServiceInCsv.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts"],"names":[],"mappings":"AAKA,qBAAa,wBAAwB;IAInC,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB"}
@@ -0,0 +1,26 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsOptional, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryStatsByServiceInCsv {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsDate(),
18
+ __metadata("design:type", Date)
19
+ ], QueryStatsByServiceInCsv.prototype, "startDate", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsDate(),
24
+ __metadata("design:type", Date)
25
+ ], QueryStatsByServiceInCsv.prototype, "endDate", void 0);
26
+ //# sourceMappingURL=QueryStatsByServiceInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByServiceInCsv.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,wBAAwB;CAUpC;AANC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACG,IAAI;2DAAC;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACC,IAAI;yDAAC","sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryStatsByServiceInCsv {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endDate?: Date;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryStatsByTaskTypeInCsv {
2
+ startDate?: Date;
3
+ endDate?: Date;
4
+ }
5
+ //# sourceMappingURL=QueryStatsByTaskTypeInCsv.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByTaskTypeInCsv.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts"],"names":[],"mappings":"AAKA,qBAAa,yBAAyB;IAIpC,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB"}
@@ -0,0 +1,26 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsOptional, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryStatsByTaskTypeInCsv {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsDate(),
18
+ __metadata("design:type", Date)
19
+ ], QueryStatsByTaskTypeInCsv.prototype, "startDate", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsDate(),
24
+ __metadata("design:type", Date)
25
+ ], QueryStatsByTaskTypeInCsv.prototype, "endDate", void 0);
26
+ //# sourceMappingURL=QueryStatsByTaskTypeInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByTaskTypeInCsv.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,yBAAyB;CAUrC;AANC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACG,IAAI;4DAAC;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACC,IAAI;0DAAC","sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryStatsByTaskTypeInCsv {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endDate?: Date;\n}"]}
@@ -3,6 +3,7 @@ import { IRoom } from './IRoom';
3
3
  import { ISociety } from './ISociety';
4
4
  import { IExercice } from './IExercice';
5
5
  import { IUser } from './IUser';
6
+ import { ITask } from './ITask';
6
7
  export interface ICalendarEvent {
7
8
  id?: number;
8
9
  title: string | null;
@@ -19,6 +20,7 @@ export interface ICalendarEvent {
19
20
  isDone: boolean;
20
21
  callState: number | null;
21
22
  idRecurrence: number | null;
23
+ idTask?: number;
22
24
  idPlace: number | null;
23
25
  createdAt?: Date | null;
24
26
  updatedAt?: Date | null;
@@ -27,5 +29,6 @@ export interface ICalendarEvent {
27
29
  society: ISociety;
28
30
  exercice: IExercice;
29
31
  calendarsEventsHasUsers: IUser[];
32
+ task?: ITask;
30
33
  }
31
34
  //# sourceMappingURL=ICalendarEvent.d.ts.map