@silexpert/core 0.4.207 → 0.4.209

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 (149) 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/User.d.ts +1 -0
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +3 -0
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources.d.ts +4 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +4 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/InternalService.d.ts +31 -0
  18. package/es/types/Enum/InternalService.d.ts.map +1 -0
  19. package/es/types/Enum/InternalService.js +31 -0
  20. package/es/types/Enum/InternalService.js.map +1 -0
  21. package/es/types/Enum/TaskResponseType.d.ts +360 -0
  22. package/es/types/Enum/TaskResponseType.d.ts.map +1 -0
  23. package/es/types/Enum/TaskResponseType.js +362 -0
  24. package/es/types/Enum/TaskResponseType.js.map +1 -0
  25. package/es/types/Interface/api/task/QueryCountTask.d.ts +6 -0
  26. package/es/types/Interface/api/task/QueryCountTask.d.ts.map +1 -0
  27. package/es/types/Interface/api/task/QueryCountTask.js +32 -0
  28. package/es/types/Interface/api/task/QueryCountTask.js.map +1 -0
  29. package/es/types/Interface/api/task/QueryCreateTask.d.ts +8 -0
  30. package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -0
  31. package/es/types/Interface/api/task/QueryCreateTask.js +38 -0
  32. package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  33. package/es/types/Interface/api/task/QueryGetAllTask.d.ts +8 -0
  34. package/es/types/Interface/api/task/QueryGetAllTask.d.ts.map +1 -0
  35. package/es/types/Interface/api/task/QueryGetAllTask.js +52 -0
  36. package/es/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  37. package/es/types/Interface/api/task/QueryGetTask.d.ts +5 -0
  38. package/es/types/Interface/api/task/QueryGetTask.d.ts.map +1 -0
  39. package/es/types/Interface/api/task/QueryGetTask.js +31 -0
  40. package/es/types/Interface/api/task/QueryGetTask.js.map +1 -0
  41. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +20 -0
  42. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -0
  43. package/es/types/Interface/api/task/QueryPaginatedTask.js +131 -0
  44. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  45. package/es/types/Interface/api/task/QueryStatsByManager.d.ts +6 -0
  46. package/es/types/Interface/api/task/QueryStatsByManager.d.ts.map +1 -0
  47. package/es/types/Interface/api/task/QueryStatsByManager.js +2 -0
  48. package/es/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  49. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts +7 -0
  50. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts.map +1 -0
  51. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js +40 -0
  52. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  53. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts +5 -0
  54. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts.map +1 -0
  55. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js +26 -0
  56. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  57. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts +5 -0
  58. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts.map +1 -0
  59. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +26 -0
  60. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  61. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +4 -0
  62. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -0
  63. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +22 -0
  64. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
  65. package/es/types/Interface/models/ICalendarEvent.d.ts +3 -0
  66. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  67. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  68. package/es/types/Interface/models/IComment.d.ts +3 -0
  69. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  70. package/es/types/Interface/models/IComment.js.map +1 -1
  71. package/es/types/Interface/models/ITask.d.ts +33 -0
  72. package/es/types/Interface/models/ITask.d.ts.map +1 -0
  73. package/es/types/Interface/models/ITask.js +2 -0
  74. package/es/types/Interface/models/ITask.js.map +1 -0
  75. package/es/types/index.d.ts +13 -0
  76. package/es/types/index.d.ts.map +1 -1
  77. package/es/types/index.js +13 -0
  78. package/es/types/index.js.map +1 -1
  79. package/es/utils/index.d.ts +1 -0
  80. package/es/utils/index.d.ts.map +1 -1
  81. package/es/utils/index.js +1 -0
  82. package/es/utils/index.js.map +1 -1
  83. package/es/utils/task.d.ts +4 -0
  84. package/es/utils/task.d.ts.map +1 -0
  85. package/es/utils/task.js +41 -0
  86. package/es/utils/task.js.map +1 -0
  87. package/js/api/resources/Comment.js +18 -0
  88. package/js/api/resources/Comment.js.map +1 -0
  89. package/js/api/resources/Task.js +129 -0
  90. package/js/api/resources/Task.js.map +1 -0
  91. package/js/api/resources/User.js +4 -0
  92. package/js/api/resources/User.js.map +1 -1
  93. package/js/api/resources.js +7 -1
  94. package/js/api/resources.js.map +1 -1
  95. package/js/types/Enum/InternalService.js +36 -0
  96. package/js/types/Enum/InternalService.js.map +1 -0
  97. package/js/types/Enum/TaskResponseType.js +371 -0
  98. package/js/types/Enum/TaskResponseType.js.map +1 -0
  99. package/js/types/Interface/api/task/QueryCountTask.js +33 -0
  100. package/js/types/Interface/api/task/QueryCountTask.js.map +1 -0
  101. package/js/types/Interface/api/task/QueryCreateTask.js +37 -0
  102. package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  103. package/js/types/Interface/api/task/QueryGetAllTask.js +45 -0
  104. package/js/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  105. package/js/types/Interface/api/task/QueryGetTask.js +37 -0
  106. package/js/types/Interface/api/task/QueryGetTask.js.map +1 -0
  107. package/js/types/Interface/api/task/QueryPaginatedTask.js +87 -0
  108. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  109. package/js/types/Interface/api/task/QueryStatsByManager.js +6 -0
  110. package/js/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  111. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js +39 -0
  112. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  113. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js +31 -0
  114. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  115. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +31 -0
  116. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  117. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +31 -0
  118. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
  119. package/js/types/Interface/models/ITask.js +6 -0
  120. package/js/types/Interface/models/ITask.js.map +1 -0
  121. package/js/types/index.js +156 -0
  122. package/js/types/index.js.map +1 -1
  123. package/js/utils/index.js +12 -0
  124. package/js/utils/index.js.map +1 -1
  125. package/js/utils/task.js +48 -0
  126. package/js/utils/task.js.map +1 -0
  127. package/package.json +1 -1
  128. package/ts/api/resources/Comment.ts +10 -0
  129. package/ts/api/resources/Task.ts +68 -0
  130. package/ts/api/resources/User.ts +3 -0
  131. package/ts/api/resources.ts +4 -0
  132. package/ts/types/Enum/InternalService.ts +30 -0
  133. package/ts/types/Enum/TaskResponseType.ts +361 -0
  134. package/ts/types/Interface/api/task/QueryCountTask.ts +23 -0
  135. package/ts/types/Interface/api/task/QueryCreateTask.ts +23 -0
  136. package/ts/types/Interface/api/task/QueryGetAllTask.ts +39 -0
  137. package/ts/types/Interface/api/task/QueryGetTask.ts +21 -0
  138. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +100 -0
  139. package/ts/types/Interface/api/task/QueryStatsByManager.ts +5 -0
  140. package/ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts +28 -0
  141. package/ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts +16 -0
  142. package/ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts +16 -0
  143. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +13 -0
  144. package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
  145. package/ts/types/Interface/models/IComment.ts +3 -0
  146. package/ts/types/Interface/models/ITask.ts +35 -0
  147. package/ts/types/index.ts +13 -0
  148. package/ts/utils/index.ts +1 -0
  149. package/ts/utils/task.ts +37 -0
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllTask = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryGetAllTask {}
27
+
28
+ exports.QueryGetAllTask = QueryGetAllTask;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllTask.prototype, "isProcessed", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllTask.prototype, "isRefused", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAllTask.prototype, "idSociety", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
37
+ each: true
38
+ }), __metadata("design:type", Array)], QueryGetAllTask.prototype, "attributes", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
41
+ each: true
42
+ }), (0, _classValidator.IsIn)(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], {
43
+ each: true
44
+ }), __metadata("design:type", Array)], QueryGetAllTask.prototype, "include", void 0);
45
+ //# sourceMappingURL=QueryGetAllTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllTask.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAKXC,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAOAA,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAQAD,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,EAAY,UAAZ,EAAwB,cAAxB,EAAwC,MAAxC,EAAgD,MAAhD,EAAwD,gBAAxD,EAA0E,kBAA1E,EAA8F,gBAA9F,CAAL,EAAsH;EAAEA,IAAI,EAAE;AAAR,CAAtH,CACD","names":["QueryGetAllTask","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetAllTask.ts"],"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,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetTask = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryGetTask {}
25
+
26
+ exports.QueryGetTask = QueryGetTask;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
29
+ each: true
30
+ }), __metadata("design:type", Array)], QueryGetTask.prototype, "attributes", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
33
+ each: true
34
+ }), (0, _classValidator.IsIn)(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], {
35
+ each: true
36
+ }), __metadata("design:type", Array)], QueryGetTask.prototype, "include", void 0);
37
+ //# sourceMappingURL=QueryGetTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetTask.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAQAD,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,EAAY,UAAZ,EAAwB,cAAxB,EAAwC,MAAxC,EAAgD,MAAhD,EAAwD,gBAAxD,EAA0E,kBAA1E,EAA8F,gBAA9F,CAAL,EAAsH;EAAEA,IAAI,EAAE;AAAR,CAAtH,CACD","names":["QueryGetTask","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryGetTask.ts"],"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,87 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPaginatedTask = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryPaginatedTask {
27
+ constructor() {
28
+ this.isDeleted = false;
29
+ this.orderBy = 'createdAt';
30
+ this.limit = 25;
31
+ this.page = 1;
32
+ }
33
+
34
+ }
35
+
36
+ exports.QueryPaginatedTask = QueryPaginatedTask;
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idTaskType", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedTask.prototype, "search", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "state", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)({
45
+ default: false
46
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Object)], QueryPaginatedTask.prototype, "isDeleted", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedTask.prototype, "orderBy", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idUser", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)({
53
+ description: 'user who terminate the task'
54
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idUserWhoProcessed", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)({
57
+ description: 'user who create the task'
58
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idUserWhoCreated", void 0);
59
+
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idRole", void 0);
61
+
62
+ __decorate([(0, _utils.ApiPropertyOptional)({
63
+ default: 25
64
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "limit", void 0);
65
+
66
+ __decorate([(0, _utils.ApiPropertyOptional)({
67
+ default: 1
68
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "page", void 0);
69
+
70
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
71
+ each: true
72
+ }), __metadata("design:type", Array)], QueryPaginatedTask.prototype, "attributes", void 0);
73
+
74
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryPaginatedTask.prototype, "startDate", void 0);
75
+
76
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryPaginatedTask.prototype, "endDate", void 0);
77
+
78
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedTask.prototype, "isLate", void 0);
79
+
80
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedTask.prototype, "isProcessed", void 0);
81
+
82
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
83
+ each: true
84
+ }), (0, _classValidator.IsIn)(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused'], {
85
+ each: true
86
+ }), __metadata("design:type", Array)], QueryPaginatedTask.prototype, "include", void 0);
87
+ //# sourceMappingURL=QueryPaginatedTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedTask.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;EAA/BC;IAoBE,iBAAa,KAAb;IAKA,eAAmB,WAAnB;IAyBA,aAAiB,EAAjB;IAKA,YAAgB,CAAhB;EAsCD;;AA7F8B;;QAAlBD,kB,GAAAA,kB;;AAIXE,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAMAA,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAF,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAF,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAOAD,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRG,IAAI,EAAE;AADE,CAAT,CAGD;;AAKAH,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAYI,KAAZ;;AAKAJ,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAUI,KAAV;;AAMAJ,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAQAA,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRG,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,EAAY,UAAZ,EAAwB,cAAxB,EAAwC,MAAxC,EAAgD,MAAhD,EAAwD,gBAAxD,EAA0E,kBAA1E,EAA8F,gBAA9F,CAAL,EAAsH;EAAEA,IAAI,EAAE;AAAR,CAAtH,CACD","names":["QueryPaginatedTask","constructor","__decorate","default","description","each","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryPaginatedTask.ts"],"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
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=QueryStatsByManager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByManager.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryStatsByRolesInCsv = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryStatsByRolesInCsv {}
25
+
26
+ exports.QueryStatsByRolesInCsv = QueryStatsByRolesInCsv;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryStatsByRolesInCsv.prototype, "idRoles", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
31
+ each: true
32
+ }), (0, _classValidator.IsIn)(['averageDeadlineTimeByCreator', 'sumCreatedTaskByUser', 'sumReceivedTaskByUser', 'sumLateTaskByUser', 'averageProcessedTimeByUser', 'sumTaskByTaskType', 'averageDeadlineTimeByUser'], {
33
+ each: true
34
+ }), __metadata("design:type", Array)], QueryStatsByRolesInCsv.prototype, "statistics", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByRolesInCsv.prototype, "startDate", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByRolesInCsv.prototype, "endDate", void 0);
39
+ //# sourceMappingURL=QueryStatsByRolesInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByRolesInCsv.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAGXC,YAFC,yBAED,EADC,8BACD;;AAQAA,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,8BAAD,EAAiC,sBAAjC,EAAyD,uBAAzD,EAAkF,mBAAlF,EAAuG,4BAAvG,EAAqI,mBAArI,EAA0J,2BAA1J,CAAL,EAA6L;EAAEA,IAAI,EAAE;AAAR,CAA7L,CACD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAYE,KAAZ;;AAKAF,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAUE,KAAV","names":["QueryStatsByRolesInCsv","__decorate","each","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts"],"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,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryStatsByServiceInCsv = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryStatsByServiceInCsv {}
25
+
26
+ exports.QueryStatsByServiceInCsv = QueryStatsByServiceInCsv;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByServiceInCsv.prototype, "startDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByServiceInCsv.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryStatsByServiceInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByServiceInCsv.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAYC,KAAZ;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAUC,KAAV","names":["QueryStatsByServiceInCsv","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts"],"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,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryStatsByTaskTypeInCsv = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryStatsByTaskTypeInCsv {}
25
+
26
+ exports.QueryStatsByTaskTypeInCsv = QueryStatsByTaskTypeInCsv;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByTaskTypeInCsv.prototype, "startDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryStatsByTaskTypeInCsv.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryStatsByTaskTypeInCsv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryStatsByTaskTypeInCsv.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAYC,KAAZ;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAUC,KAAV","names":["QueryStatsByTaskTypeInCsv","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts"],"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}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ParamsGetAllCollaborators = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class ParamsGetAllCollaborators {}
25
+
26
+ exports.ParamsGetAllCollaborators = ParamsGetAllCollaborators;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
29
+ each: true
30
+ }), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "attributes", void 0);
31
+ //# sourceMappingURL=ParamsGetAllCollaborators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParamsGetAllCollaborators.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["ParamsGetAllCollaborators","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"sourcesContent":["import {\n IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class ParamsGetAllCollaborators {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ITask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITask.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
package/js/types/index.js CHANGED
@@ -3664,6 +3664,18 @@ Object.keys(_ISocietyEvent).forEach(function (key) {
3664
3664
  });
3665
3665
  });
3666
3666
 
3667
+ var _ITask = require("./Interface/models/ITask");
3668
+
3669
+ Object.keys(_ITask).forEach(function (key) {
3670
+ if (key === "default" || key === "__esModule") return;
3671
+ Object.defineProperty(exports, key, {
3672
+ enumerable: true,
3673
+ get: function () {
3674
+ return _ITask[key];
3675
+ }
3676
+ });
3677
+ });
3678
+
3667
3679
  var _FormAuthenticate = require("./Form/FormAuthenticate");
3668
3680
 
3669
3681
  Object.keys(_FormAuthenticate).forEach(function (key) {
@@ -4912,6 +4924,30 @@ Object.keys(_NotificationType).forEach(function (key) {
4912
4924
  });
4913
4925
  });
4914
4926
 
4927
+ var _TaskResponseType = require("./Enum/TaskResponseType");
4928
+
4929
+ Object.keys(_TaskResponseType).forEach(function (key) {
4930
+ if (key === "default" || key === "__esModule") return;
4931
+ Object.defineProperty(exports, key, {
4932
+ enumerable: true,
4933
+ get: function () {
4934
+ return _TaskResponseType[key];
4935
+ }
4936
+ });
4937
+ });
4938
+
4939
+ var _InternalService = require("./Enum/InternalService");
4940
+
4941
+ Object.keys(_InternalService).forEach(function (key) {
4942
+ if (key === "default" || key === "__esModule") return;
4943
+ Object.defineProperty(exports, key, {
4944
+ enumerable: true,
4945
+ get: function () {
4946
+ return _InternalService[key];
4947
+ }
4948
+ });
4949
+ });
4950
+
4915
4951
  var _SocietyTypeEvent = require("./Enum/SocietyTypeEvent");
4916
4952
 
4917
4953
  Object.keys(_SocietyTypeEvent).forEach(function (key) {
@@ -5320,6 +5356,18 @@ Object.keys(_ParamsGetAllUserWithRoles).forEach(function (key) {
5320
5356
  });
5321
5357
  });
5322
5358
 
5359
+ var _ParamsGetAllCollaborators = require("./Interface/api/user/ParamsGetAllCollaborators");
5360
+
5361
+ Object.keys(_ParamsGetAllCollaborators).forEach(function (key) {
5362
+ if (key === "default" || key === "__esModule") return;
5363
+ Object.defineProperty(exports, key, {
5364
+ enumerable: true,
5365
+ get: function () {
5366
+ return _ParamsGetAllCollaborators[key];
5367
+ }
5368
+ });
5369
+ });
5370
+
5323
5371
  var _CreateCoworker = require("./Interface/api/user/CreateCoworker");
5324
5372
 
5325
5373
  Object.keys(_CreateCoworker).forEach(function (key) {
@@ -8392,6 +8440,114 @@ Object.keys(_CreateSocietyEvent).forEach(function (key) {
8392
8440
  });
8393
8441
  });
8394
8442
 
8443
+ var _QueryGetAllTask = require("./Interface/api/task/QueryGetAllTask");
8444
+
8445
+ Object.keys(_QueryGetAllTask).forEach(function (key) {
8446
+ if (key === "default" || key === "__esModule") return;
8447
+ Object.defineProperty(exports, key, {
8448
+ enumerable: true,
8449
+ get: function () {
8450
+ return _QueryGetAllTask[key];
8451
+ }
8452
+ });
8453
+ });
8454
+
8455
+ var _QueryPaginatedTask = require("./Interface/api/task/QueryPaginatedTask");
8456
+
8457
+ Object.keys(_QueryPaginatedTask).forEach(function (key) {
8458
+ if (key === "default" || key === "__esModule") return;
8459
+ Object.defineProperty(exports, key, {
8460
+ enumerable: true,
8461
+ get: function () {
8462
+ return _QueryPaginatedTask[key];
8463
+ }
8464
+ });
8465
+ });
8466
+
8467
+ var _QueryCreateTask = require("./Interface/api/task/QueryCreateTask");
8468
+
8469
+ Object.keys(_QueryCreateTask).forEach(function (key) {
8470
+ if (key === "default" || key === "__esModule") return;
8471
+ Object.defineProperty(exports, key, {
8472
+ enumerable: true,
8473
+ get: function () {
8474
+ return _QueryCreateTask[key];
8475
+ }
8476
+ });
8477
+ });
8478
+
8479
+ var _QueryGetTask = require("./Interface/api/task/QueryGetTask");
8480
+
8481
+ Object.keys(_QueryGetTask).forEach(function (key) {
8482
+ if (key === "default" || key === "__esModule") return;
8483
+ Object.defineProperty(exports, key, {
8484
+ enumerable: true,
8485
+ get: function () {
8486
+ return _QueryGetTask[key];
8487
+ }
8488
+ });
8489
+ });
8490
+
8491
+ var _QueryStatsByManager = require("./Interface/api/task/QueryStatsByManager");
8492
+
8493
+ Object.keys(_QueryStatsByManager).forEach(function (key) {
8494
+ if (key === "default" || key === "__esModule") return;
8495
+ Object.defineProperty(exports, key, {
8496
+ enumerable: true,
8497
+ get: function () {
8498
+ return _QueryStatsByManager[key];
8499
+ }
8500
+ });
8501
+ });
8502
+
8503
+ var _QueryCountTask = require("./Interface/api/task/QueryCountTask");
8504
+
8505
+ Object.keys(_QueryCountTask).forEach(function (key) {
8506
+ if (key === "default" || key === "__esModule") return;
8507
+ Object.defineProperty(exports, key, {
8508
+ enumerable: true,
8509
+ get: function () {
8510
+ return _QueryCountTask[key];
8511
+ }
8512
+ });
8513
+ });
8514
+
8515
+ var _QueryStatsByRolesInCsv = require("./Interface/api/task/QueryStatsByRolesInCsv");
8516
+
8517
+ Object.keys(_QueryStatsByRolesInCsv).forEach(function (key) {
8518
+ if (key === "default" || key === "__esModule") return;
8519
+ Object.defineProperty(exports, key, {
8520
+ enumerable: true,
8521
+ get: function () {
8522
+ return _QueryStatsByRolesInCsv[key];
8523
+ }
8524
+ });
8525
+ });
8526
+
8527
+ var _QueryStatsByServiceInCsv = require("./Interface/api/task/QueryStatsByServiceInCsv");
8528
+
8529
+ Object.keys(_QueryStatsByServiceInCsv).forEach(function (key) {
8530
+ if (key === "default" || key === "__esModule") return;
8531
+ Object.defineProperty(exports, key, {
8532
+ enumerable: true,
8533
+ get: function () {
8534
+ return _QueryStatsByServiceInCsv[key];
8535
+ }
8536
+ });
8537
+ });
8538
+
8539
+ var _QueryStatsByTaskTypeInCsv = require("./Interface/api/task/QueryStatsByTaskTypeInCsv");
8540
+
8541
+ Object.keys(_QueryStatsByTaskTypeInCsv).forEach(function (key) {
8542
+ if (key === "default" || key === "__esModule") return;
8543
+ Object.defineProperty(exports, key, {
8544
+ enumerable: true,
8545
+ get: function () {
8546
+ return _QueryStatsByTaskTypeInCsv[key];
8547
+ }
8548
+ });
8549
+ });
8550
+
8395
8551
  var _Util4 = require("./Interface/enum/Util");
8396
8552
 
8397
8553
  Object.keys(_Util4).forEach(function (key) {