@hed-hog/operations 0.0.305 → 0.0.309

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 (138) hide show
  1. package/dist/controllers/operations-approvals.controller.d.ts +114 -1
  2. package/dist/controllers/operations-approvals.controller.d.ts.map +1 -1
  3. package/dist/controllers/operations-approvals.controller.js +16 -3
  4. package/dist/controllers/operations-approvals.controller.js.map +1 -1
  5. package/dist/controllers/operations-collaborators.controller.d.ts +16 -1
  6. package/dist/controllers/operations-collaborators.controller.d.ts.map +1 -1
  7. package/dist/controllers/operations-collaborators.controller.js +16 -3
  8. package/dist/controllers/operations-collaborators.controller.js.map +1 -1
  9. package/dist/controllers/operations-contracts.controller.d.ts +14 -453
  10. package/dist/controllers/operations-contracts.controller.d.ts.map +1 -1
  11. package/dist/controllers/operations-contracts.controller.js +11 -112
  12. package/dist/controllers/operations-contracts.controller.js.map +1 -1
  13. package/dist/controllers/operations-org-structure.controller.d.ts +65 -2
  14. package/dist/controllers/operations-org-structure.controller.d.ts.map +1 -1
  15. package/dist/controllers/operations-org-structure.controller.js +18 -5
  16. package/dist/controllers/operations-org-structure.controller.js.map +1 -1
  17. package/dist/controllers/operations-projects.controller.d.ts +28 -4
  18. package/dist/controllers/operations-projects.controller.d.ts.map +1 -1
  19. package/dist/controllers/operations-projects.controller.js +17 -5
  20. package/dist/controllers/operations-projects.controller.js.map +1 -1
  21. package/dist/controllers/operations-timesheets.controller.d.ts +52 -4
  22. package/dist/controllers/operations-timesheets.controller.d.ts.map +1 -1
  23. package/dist/controllers/operations-timesheets.controller.js +28 -11
  24. package/dist/controllers/operations-timesheets.controller.js.map +1 -1
  25. package/dist/dto/list-approvals.dto.d.ts +6 -0
  26. package/dist/dto/list-approvals.dto.d.ts.map +1 -0
  27. package/dist/dto/list-approvals.dto.js +28 -0
  28. package/dist/dto/list-approvals.dto.js.map +1 -0
  29. package/dist/dto/list-collaborator-types.dto.d.ts +3 -1
  30. package/dist/dto/list-collaborator-types.dto.d.ts.map +1 -1
  31. package/dist/dto/list-collaborator-types.dto.js +7 -1
  32. package/dist/dto/list-collaborator-types.dto.js.map +1 -1
  33. package/dist/dto/list-collaborators.dto.d.ts +1 -0
  34. package/dist/dto/list-collaborators.dto.d.ts.map +1 -1
  35. package/dist/dto/list-collaborators.dto.js +5 -0
  36. package/dist/dto/list-collaborators.dto.js.map +1 -1
  37. package/dist/dto/list-contracts.dto.d.ts +8 -0
  38. package/dist/dto/list-contracts.dto.d.ts.map +1 -0
  39. package/dist/dto/list-contracts.dto.js +38 -0
  40. package/dist/dto/list-contracts.dto.js.map +1 -0
  41. package/dist/dto/list-departments.dto.d.ts +5 -0
  42. package/dist/dto/list-departments.dto.d.ts.map +1 -0
  43. package/dist/dto/list-departments.dto.js +23 -0
  44. package/dist/dto/list-departments.dto.js.map +1 -0
  45. package/dist/dto/list-projects.dto.d.ts +5 -0
  46. package/dist/dto/list-projects.dto.d.ts.map +1 -0
  47. package/dist/dto/list-projects.dto.js +23 -0
  48. package/dist/dto/list-projects.dto.js.map +1 -0
  49. package/dist/dto/list-schedule-adjustments.dto.d.ts +5 -0
  50. package/dist/dto/list-schedule-adjustments.dto.d.ts.map +1 -0
  51. package/dist/dto/list-schedule-adjustments.dto.js +23 -0
  52. package/dist/dto/list-schedule-adjustments.dto.js.map +1 -0
  53. package/dist/dto/list-time-off-requests.dto.d.ts +5 -0
  54. package/dist/dto/list-time-off-requests.dto.d.ts.map +1 -0
  55. package/dist/dto/list-time-off-requests.dto.js +23 -0
  56. package/dist/dto/list-time-off-requests.dto.js.map +1 -0
  57. package/dist/dto/list-timesheets.dto.d.ts +5 -0
  58. package/dist/dto/list-timesheets.dto.d.ts.map +1 -0
  59. package/dist/dto/list-timesheets.dto.js +23 -0
  60. package/dist/dto/list-timesheets.dto.js.map +1 -0
  61. package/dist/dto/reorder-collaborator-types.dto.d.ts +4 -0
  62. package/dist/dto/reorder-collaborator-types.dto.d.ts.map +1 -0
  63. package/dist/dto/reorder-collaborator-types.dto.js +25 -0
  64. package/dist/dto/reorder-collaborator-types.dto.js.map +1 -0
  65. package/dist/dto/update-collaborator-type.dto.d.ts +3 -1
  66. package/dist/dto/update-collaborator-type.dto.d.ts.map +1 -1
  67. package/dist/dto/update-collaborator-type.dto.js +2 -1
  68. package/dist/dto/update-collaborator-type.dto.js.map +1 -1
  69. package/dist/operations.service.d.ts +362 -271
  70. package/dist/operations.service.d.ts.map +1 -1
  71. package/dist/operations.service.js +1195 -1098
  72. package/dist/operations.service.js.map +1 -1
  73. package/dist/operations.service.spec.js +73 -22
  74. package/dist/operations.service.spec.js.map +1 -1
  75. package/hedhog/data/menu.yaml +19 -55
  76. package/hedhog/data/operations_collaborator_type.yaml +76 -76
  77. package/hedhog/data/route.yaml +52 -70
  78. package/hedhog/frontend/app/_components/async-options-combobox.tsx.ejs +5 -3
  79. package/hedhog/frontend/app/_components/collaborator-form-screen.tsx.ejs +8 -1
  80. package/hedhog/frontend/app/_components/collaborator-select-with-create.tsx.ejs +15 -10
  81. package/hedhog/frontend/app/_components/contract-details-screen.tsx.ejs +108 -213
  82. package/hedhog/frontend/app/_components/contract-form-screen.tsx.ejs +251 -2039
  83. package/hedhog/frontend/app/_components/project-details-screen.tsx.ejs +167 -60
  84. package/hedhog/frontend/app/_components/project-form-screen.tsx.ejs +70 -301
  85. package/hedhog/frontend/app/_components/system-user-select-with-create.tsx.ejs +102 -51
  86. package/hedhog/frontend/app/_components/timesheet-task-create-sheet.tsx.ejs +1 -0
  87. package/hedhog/frontend/app/_lib/types.ts.ejs +19 -24
  88. package/hedhog/frontend/app/_lib/utils/format.ts.ejs +14 -9
  89. package/hedhog/frontend/app/approvals/page.tsx.ejs +843 -151
  90. package/hedhog/frontend/app/collaborator-types/page.tsx.ejs +457 -154
  91. package/hedhog/frontend/app/collaborators/page.tsx.ejs +118 -49
  92. package/hedhog/frontend/app/contracts/[id]/page.tsx.ejs +2 -2
  93. package/hedhog/frontend/app/contracts/page.tsx.ejs +215 -617
  94. package/hedhog/frontend/app/departments/page.tsx.ejs +257 -113
  95. package/hedhog/frontend/app/projects/page.tsx.ejs +90 -51
  96. package/hedhog/frontend/app/schedule-adjustments/page.tsx.ejs +546 -118
  97. package/hedhog/frontend/app/time-off/page.tsx.ejs +400 -123
  98. package/hedhog/frontend/app/timesheets/page.tsx.ejs +647 -342
  99. package/hedhog/frontend/messages/en.json +148 -14
  100. package/hedhog/frontend/messages/pt.json +199 -56
  101. package/hedhog/table/operations_collaborator.yaml +18 -18
  102. package/hedhog/table/operations_collaborator_equity_participation.yaml +43 -43
  103. package/hedhog/table/operations_collaborator_type.yaml +33 -33
  104. package/hedhog/table/operations_contract.yaml +0 -9
  105. package/hedhog/table/operations_contract_document.yaml +33 -33
  106. package/package.json +4 -4
  107. package/src/controllers/operations-approvals.controller.ts +9 -3
  108. package/src/controllers/operations-collaborators.controller.ts +15 -2
  109. package/src/controllers/operations-contracts.controller.ts +8 -92
  110. package/src/controllers/operations-org-structure.controller.ts +17 -4
  111. package/src/controllers/operations-projects.controller.ts +10 -4
  112. package/src/controllers/operations-timesheets.controller.ts +30 -8
  113. package/src/dto/create-collaborator-type.dto.ts +43 -43
  114. package/src/dto/create-collaborator.dto.ts +223 -223
  115. package/src/dto/list-approvals.dto.ts +12 -0
  116. package/src/dto/list-collaborator-types.dto.ts +20 -15
  117. package/src/dto/list-collaborators.dto.ts +34 -30
  118. package/src/dto/list-contracts.dto.ts +20 -0
  119. package/src/dto/list-departments.dto.ts +8 -0
  120. package/src/dto/list-projects.dto.ts +8 -0
  121. package/src/dto/list-schedule-adjustments.dto.ts +8 -0
  122. package/src/dto/list-time-off-requests.dto.ts +8 -0
  123. package/src/dto/list-timesheets.dto.ts +8 -0
  124. package/src/dto/reorder-collaborator-types.dto.ts +10 -0
  125. package/src/dto/update-collaborator-type.dto.ts +4 -3
  126. package/src/dto/update-collaborator.dto.ts +3 -3
  127. package/src/operations.service.spec.ts +96 -30
  128. package/src/operations.service.ts +1738 -1777
  129. package/hedhog/frontend/app/_components/contract-creation-wizard.tsx.ejs +0 -631
  130. package/hedhog/frontend/app/_components/contract-template-form-screen.tsx.ejs +0 -526
  131. package/hedhog/frontend/app/_components/contract-template-select-with-create.tsx.ejs +0 -247
  132. package/hedhog/frontend/app/_components/contract-wizard-sheet.tsx.ejs +0 -3520
  133. package/hedhog/frontend/app/contracts/templates/page.tsx.ejs +0 -380
  134. package/hedhog/frontend/app/team/page.tsx.ejs +0 -352
  135. package/hedhog/table/operations_contract_financial_term.yaml +0 -40
  136. package/hedhog/table/operations_contract_revision.yaml +0 -38
  137. package/hedhog/table/operations_contract_signature.yaml +0 -38
  138. package/hedhog/table/operations_contract_template.yaml +0 -58
@@ -14,19 +14,21 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.OperationsTimesheetsController = void 0;
16
16
  const api_1 = require("@hed-hog/api");
17
- const api_pagination_1 = require("@hed-hog/api-pagination");
18
17
  const common_1 = require("@nestjs/common");
19
18
  const create_schedule_adjustment_request_dto_1 = require("../dto/create-schedule-adjustment-request.dto");
20
19
  const create_time_off_request_dto_1 = require("../dto/create-time-off-request.dto");
21
20
  const create_timesheet_entry_dto_1 = require("../dto/create-timesheet-entry.dto");
21
+ const list_schedule_adjustments_dto_1 = require("../dto/list-schedule-adjustments.dto");
22
+ const list_time_off_requests_dto_1 = require("../dto/list-time-off-requests.dto");
22
23
  const list_timesheet_entries_dto_1 = require("../dto/list-timesheet-entries.dto");
24
+ const list_timesheets_dto_1 = require("../dto/list-timesheets.dto");
23
25
  const operations_service_1 = require("../operations.service");
24
26
  let OperationsTimesheetsController = class OperationsTimesheetsController {
25
27
  constructor(operationsService) {
26
28
  this.operationsService = operationsService;
27
29
  }
28
- listTimesheets(user) {
29
- return this.operationsService.listTimesheets(Number((user === null || user === void 0 ? void 0 : user.id) || 0));
30
+ listTimesheets(user, filters) {
31
+ return this.operationsService.listTimesheets(Number((user === null || user === void 0 ? void 0 : user.id) || 0), filters);
30
32
  }
31
33
  listTimesheetEntries(user, paginationParams) {
32
34
  return this.operationsService.listTimesheetEntries(Number((user === null || user === void 0 ? void 0 : user.id) || 0), paginationParams);
@@ -34,6 +36,9 @@ let OperationsTimesheetsController = class OperationsTimesheetsController {
34
36
  createTimesheetEntry(user, data) {
35
37
  return this.operationsService.createTimesheetEntry(Number((user === null || user === void 0 ? void 0 : user.id) || 0), data);
36
38
  }
39
+ updateTimesheetEntry(user, id, data) {
40
+ return this.operationsService.updateTimesheetEntry(Number((user === null || user === void 0 ? void 0 : user.id) || 0), id, data);
41
+ }
37
42
  removeTimesheetEntry(user, id) {
38
43
  return this.operationsService.removeTimesheetEntry(Number((user === null || user === void 0 ? void 0 : user.id) || 0), id);
39
44
  }
@@ -46,14 +51,14 @@ let OperationsTimesheetsController = class OperationsTimesheetsController {
46
51
  submitTimesheet(user, id) {
47
52
  return this.operationsService.submitTimesheet(Number((user === null || user === void 0 ? void 0 : user.id) || 0), id);
48
53
  }
49
- listTimeOffRequests(user) {
50
- return this.operationsService.listTimeOffRequests(Number((user === null || user === void 0 ? void 0 : user.id) || 0));
54
+ listTimeOffRequests(user, filters) {
55
+ return this.operationsService.listTimeOffRequests(Number((user === null || user === void 0 ? void 0 : user.id) || 0), filters);
51
56
  }
52
57
  createTimeOffRequest(user, data) {
53
58
  return this.operationsService.createTimeOffRequest(Number((user === null || user === void 0 ? void 0 : user.id) || 0), data);
54
59
  }
55
- listScheduleAdjustments(user) {
56
- return this.operationsService.listScheduleAdjustments(Number((user === null || user === void 0 ? void 0 : user.id) || 0));
60
+ listScheduleAdjustments(user, filters) {
61
+ return this.operationsService.listScheduleAdjustments(Number((user === null || user === void 0 ? void 0 : user.id) || 0), filters);
57
62
  }
58
63
  createScheduleAdjustmentRequest(user, data) {
59
64
  return this.operationsService.createScheduleAdjustmentRequest(Number((user === null || user === void 0 ? void 0 : user.id) || 0), data);
@@ -63,14 +68,15 @@ exports.OperationsTimesheetsController = OperationsTimesheetsController;
63
68
  __decorate([
64
69
  (0, common_1.Get)('timesheets'),
65
70
  __param(0, (0, api_1.User)()),
71
+ __param(1, (0, common_1.Query)()),
66
72
  __metadata("design:type", Function),
67
- __metadata("design:paramtypes", [Object]),
73
+ __metadata("design:paramtypes", [Object, list_timesheets_dto_1.ListTimesheetsDto]),
68
74
  __metadata("design:returntype", void 0)
69
75
  ], OperationsTimesheetsController.prototype, "listTimesheets", null);
70
76
  __decorate([
71
77
  (0, common_1.Get)('timesheet-entries'),
72
78
  __param(0, (0, api_1.User)()),
73
- __param(1, (0, api_pagination_1.Pagination)()),
79
+ __param(1, (0, common_1.Query)()),
74
80
  __metadata("design:type", Function),
75
81
  __metadata("design:paramtypes", [Object, list_timesheet_entries_dto_1.ListTimesheetEntriesDto]),
76
82
  __metadata("design:returntype", void 0)
@@ -83,6 +89,15 @@ __decorate([
83
89
  __metadata("design:paramtypes", [Object, create_timesheet_entry_dto_1.CreateTimesheetEntryDto]),
84
90
  __metadata("design:returntype", void 0)
85
91
  ], OperationsTimesheetsController.prototype, "createTimesheetEntry", null);
92
+ __decorate([
93
+ (0, common_1.Patch)('timesheet-entries/:id'),
94
+ __param(0, (0, api_1.User)()),
95
+ __param(1, (0, common_1.Param)('id', common_1.ParseIntPipe)),
96
+ __param(2, (0, common_1.Body)()),
97
+ __metadata("design:type", Function),
98
+ __metadata("design:paramtypes", [Object, Number, create_timesheet_entry_dto_1.CreateTimesheetEntryDto]),
99
+ __metadata("design:returntype", void 0)
100
+ ], OperationsTimesheetsController.prototype, "updateTimesheetEntry", null);
86
101
  __decorate([
87
102
  (0, common_1.Delete)('timesheet-entries/:id'),
88
103
  __param(0, (0, api_1.User)()),
@@ -119,8 +134,9 @@ __decorate([
119
134
  __decorate([
120
135
  (0, common_1.Get)('time-off'),
121
136
  __param(0, (0, api_1.User)()),
137
+ __param(1, (0, common_1.Query)()),
122
138
  __metadata("design:type", Function),
123
- __metadata("design:paramtypes", [Object]),
139
+ __metadata("design:paramtypes", [Object, list_time_off_requests_dto_1.ListTimeOffRequestsDto]),
124
140
  __metadata("design:returntype", void 0)
125
141
  ], OperationsTimesheetsController.prototype, "listTimeOffRequests", null);
126
142
  __decorate([
@@ -134,8 +150,9 @@ __decorate([
134
150
  __decorate([
135
151
  (0, common_1.Get)('schedule-adjustments'),
136
152
  __param(0, (0, api_1.User)()),
153
+ __param(1, (0, common_1.Query)()),
137
154
  __metadata("design:type", Function),
138
- __metadata("design:paramtypes", [Object]),
155
+ __metadata("design:paramtypes", [Object, list_schedule_adjustments_dto_1.ListScheduleAdjustmentsDto]),
139
156
  __metadata("design:returntype", void 0)
140
157
  ], OperationsTimesheetsController.prototype, "listScheduleAdjustments", null);
141
158
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"operations-timesheets.controller.js","sourceRoot":"","sources":["../../src/controllers/operations-timesheets.controller.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"operations-timesheets.controller.js","sourceRoot":"","sources":["../../src/controllers/operations-timesheets.controller.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListApprovalsDto extends PaginationDTO {
3
+ status?: string;
4
+ targetType?: string;
5
+ }
6
+ //# sourceMappingURL=list-approvals.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-approvals.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-approvals.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,gBAAiB,SAAQ,aAAa;IAGjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListApprovalsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListApprovalsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListApprovalsDto = ListApprovalsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListApprovalsDto.prototype, "status", void 0);
23
+ __decorate([
24
+ (0, class_validator_1.IsOptional)(),
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], ListApprovalsDto.prototype, "targetType", void 0);
28
+ //# sourceMappingURL=list-approvals.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-approvals.dto.js","sourceRoot":"","sources":["../../src/dto/list-approvals.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,gBAAiB,SAAQ,8BAAa;CAQlD;AARD,4CAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS"}
@@ -1,4 +1,6 @@
1
- export declare class ListCollaboratorTypesDto {
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListCollaboratorTypesDto extends PaginationDTO {
2
3
  active?: boolean;
4
+ status?: string;
3
5
  }
4
6
  //# sourceMappingURL=list-collaborator-types.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-collaborator-types.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-collaborator-types.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,wBAAwB;IAUnC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"list-collaborator-types.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-collaborator-types.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,qBAAa,wBAAyB,SAAQ,aAAa;IAUzD,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -10,9 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ListCollaboratorTypesDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
13
14
  const class_transformer_1 = require("class-transformer");
14
15
  const class_validator_1 = require("class-validator");
15
- class ListCollaboratorTypesDto {
16
+ class ListCollaboratorTypesDto extends api_pagination_1.PaginationDTO {
16
17
  }
17
18
  exports.ListCollaboratorTypesDto = ListCollaboratorTypesDto;
18
19
  __decorate([
@@ -26,4 +27,9 @@ __decorate([
26
27
  (0, class_validator_1.IsBoolean)(),
27
28
  __metadata("design:type", Boolean)
28
29
  ], ListCollaboratorTypesDto.prototype, "active", void 0);
30
+ __decorate([
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_validator_1.IsString)(),
33
+ __metadata("design:type", String)
34
+ ], ListCollaboratorTypesDto.prototype, "status", void 0);
29
35
  //# sourceMappingURL=list-collaborator-types.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-collaborator-types.dto.js","sourceRoot":"","sources":["../../src/dto/list-collaborator-types.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAAwD;AAExD,MAAa,wBAAwB;CAWpC;AAXD,4DAWC;AADC;IATC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;YAC1D,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,GAAG,CAAC;IAC7D,CAAC,CAAC;IACD,IAAA,2BAAS,GAAE;;wDACK"}
1
+ {"version":3,"file":"list-collaborator-types.dto.js","sourceRoot":"","sources":["../../src/dto/list-collaborator-types.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,yDAA8C;AAC9C,qDAAkE;AAElE,MAAa,wBAAyB,SAAQ,8BAAa;CAe1D;AAfD,4DAeC;AALC;IATC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;YAC1D,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,GAAG,CAAC;IAC7D,CAAC,CAAC;IACD,IAAA,2BAAS,GAAE;;wDACK;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACK"}
@@ -1,6 +1,7 @@
1
1
  import { PaginationDTO } from '@hed-hog/api-pagination';
2
2
  export declare class ListCollaboratorsDto extends PaginationDTO {
3
3
  status?: string;
4
+ collaboratorType?: string;
4
5
  collaboratorTypeId?: number;
5
6
  departmentId?: number;
6
7
  jobTitleId?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"list-collaborators.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-collaborators.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,qBAAa,oBAAqB,SAAQ,aAAa;IAGrD,MAAM,CAAC,EAAE,MAAM,CAAC;IAOhB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAO5B,YAAY,CAAC,EAAE,MAAM,CAAC;IAOtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"list-collaborators.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-collaborators.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,qBAAa,oBAAqB,SAAQ,aAAa;IAGrD,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAO1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAO5B,YAAY,CAAC,EAAE,MAAM,CAAC;IAOtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -21,6 +21,11 @@ __decorate([
21
21
  (0, class_validator_1.IsString)(),
22
22
  __metadata("design:type", String)
23
23
  ], ListCollaboratorsDto.prototype, "status", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsOptional)(),
26
+ (0, class_validator_1.IsString)(),
27
+ __metadata("design:type", String)
28
+ ], ListCollaboratorsDto.prototype, "collaboratorType", void 0);
24
29
  __decorate([
25
30
  (0, class_validator_1.IsOptional)(),
26
31
  (0, class_transformer_1.Transform)(({ value }) => value === '' || value === undefined || value === null ? undefined : Number(value)),
@@ -1 +1 @@
1
- {"version":3,"file":"list-collaborators.dto.js","sourceRoot":"","sources":["../../src/dto/list-collaborators.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,yDAA8C;AAC9C,qDAA8D;AAE9D,MAAa,oBAAqB,SAAQ,8BAAa;CAyBtD;AAzBD,oDAyBC;AAtBC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACK;AAOhB;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;gEACoB;AAO5B;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;0DACc;AAOtB;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;wDACY"}
1
+ {"version":3,"file":"list-collaborators.dto.js","sourceRoot":"","sources":["../../src/dto/list-collaborators.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,yDAA8C;AAC9C,qDAA8D;AAE9D,MAAa,oBAAqB,SAAQ,8BAAa;CA6BtD;AA7BD,oDA6BC;AA1BC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACe;AAO1B;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;gEACoB;AAO5B;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;0DACc;AAOtB;IALC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,EAAE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClF;IACA,IAAA,uBAAK,GAAE;;wDACY"}
@@ -0,0 +1,8 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListContractsDto extends PaginationDTO {
3
+ status?: string;
4
+ contractCategory?: string;
5
+ originType?: string;
6
+ isActive?: string;
7
+ }
8
+ //# sourceMappingURL=list-contracts.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-contracts.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-contracts.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,gBAAiB,SAAQ,aAAa;IAGjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListContractsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListContractsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListContractsDto = ListContractsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListContractsDto.prototype, "status", void 0);
23
+ __decorate([
24
+ (0, class_validator_1.IsOptional)(),
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], ListContractsDto.prototype, "contractCategory", void 0);
28
+ __decorate([
29
+ (0, class_validator_1.IsOptional)(),
30
+ (0, class_validator_1.IsString)(),
31
+ __metadata("design:type", String)
32
+ ], ListContractsDto.prototype, "originType", void 0);
33
+ __decorate([
34
+ (0, class_validator_1.IsOptional)(),
35
+ (0, class_validator_1.IsBooleanString)(),
36
+ __metadata("design:type", String)
37
+ ], ListContractsDto.prototype, "isActive", void 0);
38
+ //# sourceMappingURL=list-contracts.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-contracts.dto.js","sourceRoot":"","sources":["../../src/dto/list-contracts.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAwE;AAExE,MAAa,gBAAiB,SAAQ,8BAAa;CAgBlD;AAhBD,4CAgBC;AAbC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACe;AAI1B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAIpB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,iCAAe,GAAE;;kDACA"}
@@ -0,0 +1,5 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListDepartmentsDto extends PaginationDTO {
3
+ status?: string;
4
+ }
5
+ //# sourceMappingURL=list-departments.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-departments.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-departments.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,kBAAmB,SAAQ,aAAa;IAGnD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListDepartmentsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListDepartmentsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListDepartmentsDto = ListDepartmentsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListDepartmentsDto.prototype, "status", void 0);
23
+ //# sourceMappingURL=list-departments.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-departments.dto.js","sourceRoot":"","sources":["../../src/dto/list-departments.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,kBAAmB,SAAQ,8BAAa;CAIpD;AAJD,gDAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACK"}
@@ -0,0 +1,5 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListProjectsDto extends PaginationDTO {
3
+ status?: string;
4
+ }
5
+ //# sourceMappingURL=list-projects.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-projects.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-projects.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,eAAgB,SAAQ,aAAa;IAGhD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListProjectsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListProjectsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListProjectsDto = ListProjectsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListProjectsDto.prototype, "status", void 0);
23
+ //# sourceMappingURL=list-projects.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-projects.dto.js","sourceRoot":"","sources":["../../src/dto/list-projects.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,eAAgB,SAAQ,8BAAa;CAIjD;AAJD,0CAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACK"}
@@ -0,0 +1,5 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListScheduleAdjustmentsDto extends PaginationDTO {
3
+ status?: string;
4
+ }
5
+ //# sourceMappingURL=list-schedule-adjustments.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-schedule-adjustments.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-schedule-adjustments.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,0BAA2B,SAAQ,aAAa;IAG3D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListScheduleAdjustmentsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListScheduleAdjustmentsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListScheduleAdjustmentsDto = ListScheduleAdjustmentsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListScheduleAdjustmentsDto.prototype, "status", void 0);
23
+ //# sourceMappingURL=list-schedule-adjustments.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-schedule-adjustments.dto.js","sourceRoot":"","sources":["../../src/dto/list-schedule-adjustments.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,0BAA2B,SAAQ,8BAAa;CAI5D;AAJD,gEAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACK"}
@@ -0,0 +1,5 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListTimeOffRequestsDto extends PaginationDTO {
3
+ status?: string;
4
+ }
5
+ //# sourceMappingURL=list-time-off-requests.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-time-off-requests.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-time-off-requests.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,sBAAuB,SAAQ,aAAa;IAGvD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListTimeOffRequestsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListTimeOffRequestsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListTimeOffRequestsDto = ListTimeOffRequestsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListTimeOffRequestsDto.prototype, "status", void 0);
23
+ //# sourceMappingURL=list-time-off-requests.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-time-off-requests.dto.js","sourceRoot":"","sources":["../../src/dto/list-time-off-requests.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,sBAAuB,SAAQ,8BAAa;CAIxD;AAJD,wDAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACK"}
@@ -0,0 +1,5 @@
1
+ import { PaginationDTO } from '@hed-hog/api-pagination';
2
+ export declare class ListTimesheetsDto extends PaginationDTO {
3
+ status?: string;
4
+ }
5
+ //# sourceMappingURL=list-timesheets.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-timesheets.dto.d.ts","sourceRoot":"","sources":["../../src/dto/list-timesheets.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,qBAAa,iBAAkB,SAAQ,aAAa;IAGlD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ListTimesheetsDto = void 0;
13
+ const api_pagination_1 = require("@hed-hog/api-pagination");
14
+ const class_validator_1 = require("class-validator");
15
+ class ListTimesheetsDto extends api_pagination_1.PaginationDTO {
16
+ }
17
+ exports.ListTimesheetsDto = ListTimesheetsDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], ListTimesheetsDto.prototype, "status", void 0);
23
+ //# sourceMappingURL=list-timesheets.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-timesheets.dto.js","sourceRoot":"","sources":["../../src/dto/list-timesheets.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAwD;AACxD,qDAAuD;AAEvD,MAAa,iBAAkB,SAAQ,8BAAa;CAInD;AAJD,8CAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACK"}
@@ -0,0 +1,4 @@
1
+ export declare class ReorderCollaboratorTypesDto {
2
+ ids: number[];
3
+ }
4
+ //# sourceMappingURL=reorder-collaborator-types.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reorder-collaborator-types.dto.d.ts","sourceRoot":"","sources":["../../src/dto/reorder-collaborator-types.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,2BAA2B;IAKtC,GAAG,EAAG,MAAM,EAAE,CAAC;CAChB"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ReorderCollaboratorTypesDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ class ReorderCollaboratorTypesDto {
16
+ }
17
+ exports.ReorderCollaboratorTypesDto = ReorderCollaboratorTypesDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsArray)(),
20
+ (0, class_validator_1.ArrayMinSize)(1),
21
+ (0, class_transformer_1.Type)(() => Number),
22
+ (0, class_validator_1.IsInt)({ each: true }),
23
+ __metadata("design:type", Array)
24
+ ], ReorderCollaboratorTypesDto.prototype, "ids", void 0);
25
+ //# sourceMappingURL=reorder-collaborator-types.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reorder-collaborator-types.dto.js","sourceRoot":"","sources":["../../src/dto/reorder-collaborator-types.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAA+D;AAE/D,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AADC;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACP"}
@@ -1,4 +1,6 @@
1
1
  import { CreateCollaboratorTypeDto } from './create-collaborator-type.dto';
2
- export declare class UpdateCollaboratorTypeDto extends CreateCollaboratorTypeDto {
2
+ declare const UpdateCollaboratorTypeDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateCollaboratorTypeDto>>;
3
+ export declare class UpdateCollaboratorTypeDto extends UpdateCollaboratorTypeDto_base {
3
4
  }
5
+ export {};
4
6
  //# sourceMappingURL=update-collaborator-type.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-collaborator-type.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-collaborator-type.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,qBAAa,yBAA0B,SAAQ,yBAAyB;CAAG"}
1
+ {"version":3,"file":"update-collaborator-type.dto.d.ts","sourceRoot":"","sources":["../../src/dto/update-collaborator-type.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;;AAE3E,qBAAa,yBAA0B,SAAQ,8BAAsC;CAAG"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateCollaboratorTypeDto = void 0;
4
+ const mapped_types_1 = require("@nestjs/mapped-types");
4
5
  const create_collaborator_type_dto_1 = require("./create-collaborator-type.dto");
5
- class UpdateCollaboratorTypeDto extends create_collaborator_type_dto_1.CreateCollaboratorTypeDto {
6
+ class UpdateCollaboratorTypeDto extends (0, mapped_types_1.PartialType)(create_collaborator_type_dto_1.CreateCollaboratorTypeDto) {
6
7
  }
7
8
  exports.UpdateCollaboratorTypeDto = UpdateCollaboratorTypeDto;
8
9
  //# sourceMappingURL=update-collaborator-type.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-collaborator-type.dto.js","sourceRoot":"","sources":["../../src/dto/update-collaborator-type.dto.ts"],"names":[],"mappings":";;;AAAA,iFAA2E;AAE3E,MAAa,yBAA0B,SAAQ,wDAAyB;CAAG;AAA3E,8DAA2E"}
1
+ {"version":3,"file":"update-collaborator-type.dto.js","sourceRoot":"","sources":["../../src/dto/update-collaborator-type.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AACnD,iFAA2E;AAE3E,MAAa,yBAA0B,SAAQ,IAAA,0BAAW,EAAC,wDAAyB,CAAC;CAAG;AAAxF,8DAAwF"}