@saritasa/crm-delmar-core-sdk 0.0.300 → 0.0.302

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 (210) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -4
  3. package/api/branch-periods-api.service.d.ts +5 -0
  4. package/api/branch-periods-api.serviceInterface.d.ts +5 -0
  5. package/api/branches-api.service.d.ts +6 -0
  6. package/api/branches-api.serviceInterface.d.ts +6 -0
  7. package/api/client-notes-api.service.d.ts +5 -0
  8. package/api/client-notes-api.serviceInterface.d.ts +5 -0
  9. package/api/clients-api.service.d.ts +8 -0
  10. package/api/clients-api.serviceInterface.d.ts +8 -0
  11. package/api/components-api.service.d.ts +4 -0
  12. package/api/components-api.serviceInterface.d.ts +4 -0
  13. package/api/departments-api.service.d.ts +6 -0
  14. package/api/departments-api.serviceInterface.d.ts +6 -0
  15. package/api/dismissal-reasons-api.service.d.ts +5 -0
  16. package/api/dismissal-reasons-api.serviceInterface.d.ts +5 -0
  17. package/api/export-client-notes-api.service.d.ts +4 -0
  18. package/api/export-client-notes-api.serviceInterface.d.ts +4 -0
  19. package/api/export-clients-api.service.d.ts +4 -0
  20. package/api/export-clients-api.serviceInterface.d.ts +4 -0
  21. package/api/export-job-reports-departments-api.service.d.ts +4 -0
  22. package/api/export-job-reports-departments-api.serviceInterface.d.ts +6 -0
  23. package/api/export-job-reports-users-api.service.d.ts +4 -0
  24. package/api/export-job-reports-users-api.serviceInterface.d.ts +6 -0
  25. package/api/export-jobs-api.service.d.ts +4 -0
  26. package/api/export-jobs-api.serviceInterface.d.ts +6 -0
  27. package/api/export-project-notes-api.service.d.ts +4 -0
  28. package/api/export-project-notes-api.serviceInterface.d.ts +4 -0
  29. package/api/export-project-resources-api.service.d.ts +4 -0
  30. package/api/export-project-resources-api.serviceInterface.d.ts +4 -0
  31. package/api/export-projects-api.service.d.ts +4 -0
  32. package/api/export-projects-api.serviceInterface.d.ts +4 -0
  33. package/api/export-tasks-api.service.d.ts +4 -0
  34. package/api/export-tasks-api.serviceInterface.d.ts +4 -2
  35. package/api/export-user-periods-api.service.d.ts +4 -0
  36. package/api/export-user-periods-api.serviceInterface.d.ts +4 -0
  37. package/api/export-users-api.service.d.ts +4 -0
  38. package/api/export-users-api.serviceInterface.d.ts +4 -0
  39. package/api/jira-client-api.service.d.ts +1 -0
  40. package/api/jira-client-api.serviceInterface.d.ts +1 -0
  41. package/api/jira-instances-api.service.d.ts +2 -0
  42. package/api/jira-instances-api.serviceInterface.d.ts +2 -0
  43. package/api/jobs-api.service.d.ts +9 -0
  44. package/api/jobs-api.serviceInterface.d.ts +25 -0
  45. package/api/locations-api.service.d.ts +5 -0
  46. package/api/locations-api.serviceInterface.d.ts +5 -0
  47. package/api/notifications-api.service.d.ts +6 -0
  48. package/api/notifications-api.serviceInterface.d.ts +7 -1
  49. package/api/permission-data-api.service.d.ts +1 -0
  50. package/api/permission-data-api.serviceInterface.d.ts +1 -0
  51. package/api/profile-api.service.d.ts +25 -1
  52. package/api/profile-api.serviceInterface.d.ts +13 -0
  53. package/api/project-notes-api.service.d.ts +5 -0
  54. package/api/project-notes-api.serviceInterface.d.ts +5 -0
  55. package/api/project-priorities-api.service.d.ts +2 -0
  56. package/api/project-priorities-api.serviceInterface.d.ts +2 -0
  57. package/api/project-resources-api.service.d.ts +5 -0
  58. package/api/project-resources-api.serviceInterface.d.ts +5 -0
  59. package/api/projects-api.service.d.ts +9 -0
  60. package/api/projects-api.serviceInterface.d.ts +9 -0
  61. package/api/roles-api.service.d.ts +5 -0
  62. package/api/roles-api.serviceInterface.d.ts +5 -0
  63. package/api/s3-api.service.d.ts +3 -0
  64. package/api/s3-api.serviceInterface.d.ts +3 -0
  65. package/api/search-periods-api.service.d.ts +1 -0
  66. package/api/search-periods-api.serviceInterface.d.ts +1 -0
  67. package/api/sprints-api.service.d.ts +4 -0
  68. package/api/sprints-api.serviceInterface.d.ts +4 -0
  69. package/api/sso-api.service.d.ts +3 -0
  70. package/api/sso-api.serviceInterface.d.ts +3 -0
  71. package/api/tasks-api.service.d.ts +5 -0
  72. package/api/tasks-api.serviceInterface.d.ts +5 -8
  73. package/api/token-api.service.d.ts +2 -0
  74. package/api/token-api.serviceInterface.d.ts +2 -0
  75. package/api/user-capacities-api.service.d.ts +4 -0
  76. package/api/user-capacities-api.serviceInterface.d.ts +4 -0
  77. package/api/user-logins-api.service.d.ts +3 -0
  78. package/api/user-logins-api.serviceInterface.d.ts +3 -0
  79. package/api/user-period-approvers-api.service.d.ts +1 -0
  80. package/api/user-period-approvers-api.serviceInterface.d.ts +1 -0
  81. package/api/user-periods-api.service.d.ts +11 -3
  82. package/api/user-periods-api.serviceInterface.d.ts +11 -2
  83. package/api/user-scores-api.service.d.ts +4 -0
  84. package/api/user-scores-api.serviceInterface.d.ts +4 -0
  85. package/api/user-timezone-setting-api.service.d.ts +2 -0
  86. package/api/user-timezone-setting-api.serviceInterface.d.ts +2 -0
  87. package/api/user-timezones-api.service.d.ts +2 -0
  88. package/api/user-timezones-api.serviceInterface.d.ts +2 -0
  89. package/api/users-api.service.d.ts +51 -1
  90. package/api/users-api.serviceInterface.d.ts +28 -0
  91. package/api/vendors-api.service.d.ts +5 -0
  92. package/api/vendors-api.serviceInterface.d.ts +5 -0
  93. package/api/who-am-i-api.service.d.ts +1 -0
  94. package/api/who-am-i-api.serviceInterface.d.ts +1 -0
  95. package/api/work-types-api.service.d.ts +5 -0
  96. package/api/work-types-api.serviceInterface.d.ts +5 -0
  97. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1932 -816
  98. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  99. package/model/branch-period.dto.d.ts +1 -1
  100. package/model/branch.dto.d.ts +1 -1
  101. package/model/client-note.dto.d.ts +2 -2
  102. package/model/client-serializer-with-stats.dto.d.ts +4 -4
  103. package/model/client.dto.d.ts +3 -3
  104. package/model/department.dto.d.ts +3 -3
  105. package/model/job-report-user.dto.d.ts +2 -2
  106. package/model/job.dto.d.ts +6 -6
  107. package/model/jobs-billable-chart-list-error.dto.d.ts +3 -1
  108. package/model/jobs-billable-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  109. package/model/jobs-billable-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  110. package/model/jobs-list-error.dto.d.ts +3 -1
  111. package/model/jobs-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  112. package/model/jobs-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  113. package/model/jobs-oversea-chart-list-error.dto.d.ts +3 -1
  114. package/model/jobs-oversea-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  115. package/model/jobs-oversea-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  116. package/model/jobs-production-chart-list-error.dto.d.ts +3 -1
  117. package/model/jobs-production-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  118. package/model/jobs-production-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  119. package/model/jobs-report-departments-list-error.dto.d.ts +3 -1
  120. package/model/jobs-report-departments-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  121. package/model/jobs-report-departments-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  122. package/model/jobs-report-hourly-list-error.dto.d.ts +3 -1
  123. package/model/jobs-report-hourly-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  124. package/model/jobs-report-hourly-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  125. package/model/jobs-report-users-list-error.dto.d.ts +3 -1
  126. package/model/jobs-report-users-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  127. package/model/jobs-report-users-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  128. package/model/jobs-stats-retrieve-error.dto.d.ts +3 -1
  129. package/model/jobs-stats-retrieve-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  130. package/model/jobs-stats-retrieve-task-jira-link-key-error-component.dto.d.ts +26 -0
  131. package/model/location.dto.d.ts +2 -2
  132. package/model/models.d.ts +56 -8
  133. package/model/notification-data.dto.d.ts +2 -1
  134. package/model/notification-type-enum.dto.d.ts +3 -2
  135. package/model/notify-data-user-period-approver-with-period.dto.d.ts +26 -0
  136. package/model/notify-data-user-period-approver.dto.d.ts +24 -0
  137. package/model/notify-data-user-period.dto.d.ts +2 -0
  138. package/model/patched-patch-profile-request.dto.d.ts +20 -0
  139. package/model/patched-patch-user-request.dto.d.ts +31 -0
  140. package/model/period-approver.dto.d.ts +1 -1
  141. package/model/period-user.dto.d.ts +4 -4
  142. package/model/profile-partial-update-error-response400.dto.d.ts +16 -0
  143. package/model/profile-partial-update-error.dto.d.ts +21 -0
  144. package/model/profile-partial-update-github-username-error-component.dto.d.ts +30 -0
  145. package/model/profile-partial-update-home-phone-error-component.dto.d.ts +30 -0
  146. package/model/profile-partial-update-non-field-errors-error-component.dto.d.ts +27 -0
  147. package/model/profile-partial-update-personal-email-error-component.dto.d.ts +30 -0
  148. package/model/profile-partial-update-personal-phone-error-component.dto.d.ts +30 -0
  149. package/model/profile-partial-update-slack-id-error-component.dto.d.ts +30 -0
  150. package/model/profile-partial-update-timezone-error-component.dto.d.ts +30 -0
  151. package/model/{export-job-hourly-report-for-project-start-create-validation-error.dto.d.ts → profile-partial-update-validation-error.dto.d.ts} +3 -3
  152. package/model/profile.dto.d.ts +15 -11
  153. package/model/project-note.dto.d.ts +3 -3
  154. package/model/project-resource-update.dto.d.ts +5 -5
  155. package/model/project-resource.dto.d.ts +5 -5
  156. package/model/project-serializer-with-stats.dto.d.ts +9 -9
  157. package/model/project-status-report.dto.d.ts +9 -9
  158. package/model/project.dto.d.ts +8 -8
  159. package/model/simple-project.dto.d.ts +1 -1
  160. package/model/simple-task.dto.d.ts +2 -2
  161. package/model/simple-user-period-approver.dto.d.ts +1 -1
  162. package/model/simple-user.dto.d.ts +1 -1
  163. package/model/task.dto.d.ts +7 -7
  164. package/model/user-capacity.dto.d.ts +7 -0
  165. package/model/user-login.dto.d.ts +3 -3
  166. package/model/user-period-approver-payload.dto.d.ts +20 -0
  167. package/model/user-period-request.dto.d.ts +1 -0
  168. package/model/user-period-update-request.dto.d.ts +20 -0
  169. package/model/user-period-update.dto.d.ts +31 -0
  170. package/model/user-period.dto.d.ts +1 -1
  171. package/model/user-periods-create-approver-users-error-component.dto.d.ts +30 -0
  172. package/model/user-periods-create-error.dto.d.ts +2 -1
  173. package/model/user-periods-update-approver-users-error-component.dto.d.ts +30 -0
  174. package/model/user-periods-update-error.dto.d.ts +2 -2
  175. package/model/user-score.dto.d.ts +1 -1
  176. package/model/user-sum-capacity.dto.d.ts +1 -0
  177. package/model/user.dto.d.ts +16 -12
  178. package/model/users-partial-update-branch-error-component.dto.d.ts +29 -0
  179. package/model/users-partial-update-department-error-component.dto.d.ts +29 -0
  180. package/model/users-partial-update-error-response400.dto.d.ts +16 -0
  181. package/model/users-partial-update-error.dto.d.ts +32 -0
  182. package/model/users-partial-update-github-username-error-component.dto.d.ts +30 -0
  183. package/model/users-partial-update-home-phone-error-component.dto.d.ts +30 -0
  184. package/model/users-partial-update-is-intern-error-component.dto.d.ts +28 -0
  185. package/model/users-partial-update-is-part-time-error-component.dto.d.ts +28 -0
  186. package/model/users-partial-update-is-trainee-error-component.dto.d.ts +28 -0
  187. package/model/users-partial-update-location-error-component.dto.d.ts +27 -0
  188. package/model/users-partial-update-non-field-errors-error-component.dto.d.ts +27 -0
  189. package/model/users-partial-update-onsite-error-component.dto.d.ts +28 -0
  190. package/model/users-partial-update-personal-email-error-component.dto.d.ts +30 -0
  191. package/model/users-partial-update-personal-phone-error-component.dto.d.ts +30 -0
  192. package/model/users-partial-update-slack-id-error-component.dto.d.ts +30 -0
  193. package/model/users-partial-update-supervisees-error-component.dto.d.ts +30 -0
  194. package/model/users-partial-update-supervisors-error-component.dto.d.ts +30 -0
  195. package/model/users-partial-update-timezone-error-component.dto.d.ts +30 -0
  196. package/model/users-partial-update-utilization-percent-error-component.dto.d.ts +31 -0
  197. package/model/users-partial-update-validation-error.dto.d.ts +15 -0
  198. package/model/users-partial-update-work-type-error-component.dto.d.ts +29 -0
  199. package/model/who-am-i.dto.d.ts +2 -0
  200. package/model/work-type.dto.d.ts +4 -4
  201. package/package.json +3 -3
  202. package/api/export-job-hourly-report-for-project-api.service.d.ts +0 -98
  203. package/api/export-job-hourly-report-for-project-api.serviceInterface.d.ts +0 -67
  204. package/model/export-job-hourly-report-for-project-start-create-error-response400.dto.d.ts +0 -16
  205. package/model/export-job-hourly-report-for-project-start-create-error.dto.d.ts +0 -16
  206. package/model/export-job-hourly-report-for-project-start-create-file-format-error-component.dto.d.ts +0 -28
  207. package/model/export-job-hourly-report-for-project-start-create-non-field-errors-error-component.dto.d.ts +0 -27
  208. package/model/job-hourly-report-export-recourse-create-export-job-request.dto.d.ts +0 -16
  209. package/model/pdf-file-format-enum.dto.d.ts +0 -15
  210. package/model/user-periods-update-type-error-component.dto.d.ts +0 -28
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.0.300
1
+ # @@saritasa/crm-delmar-core-sdk@0.0.302
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.0.300 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.0.302 --save
5
5
  ```
package/api/api.d.ts CHANGED
@@ -25,9 +25,6 @@ export * from "./export-client-notes-api.serviceInterface";
25
25
  export * from "./export-clients-api.service";
26
26
  import { ExportClientsApiService } from "./export-clients-api.service";
27
27
  export * from "./export-clients-api.serviceInterface";
28
- export * from "./export-job-hourly-report-for-project-api.service";
29
- import { ExportJobHourlyReportForProjectApiService } from "./export-job-hourly-report-for-project-api.service";
30
- export * from "./export-job-hourly-report-for-project-api.serviceInterface";
31
28
  export * from "./export-job-reports-departments-api.service";
32
29
  import { ExportJobReportsDepartmentsApiService } from "./export-job-reports-departments-api.service";
33
30
  export * from "./export-job-reports-departments-api.serviceInterface";
@@ -142,4 +139,4 @@ export * from "./who-am-i-api.serviceInterface";
142
139
  export * from "./work-types-api.service";
143
140
  import { WorkTypesApiService } from "./work-types-api.service";
144
141
  export * from "./work-types-api.serviceInterface";
145
- export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportJobHourlyReportForProjectApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectsApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraInstancesApiService | typeof JobsApiService | typeof LocationsApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
142
+ export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectsApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraInstancesApiService | typeof JobsApiService | typeof LocationsApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
@@ -11,6 +11,7 @@ export declare class BranchPeriodsApiService extends BaseService implements Bran
11
11
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12
12
  /**
13
13
  * Api viewset for BranchPeriod model.
14
+ * @endpoint post /api/v1/branch-periods/
14
15
  * @param requestParameters
15
16
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
17
  * @param reportProgress flag to report request and response progress.
@@ -32,6 +33,7 @@ export declare class BranchPeriodsApiService extends BaseService implements Bran
32
33
  }): Observable<HttpEvent<BranchPeriodDto>>;
33
34
  /**
34
35
  * Api viewset for BranchPeriod model.
36
+ * @endpoint delete /api/v1/branch-periods/{id}/
35
37
  * @param requestParameters
36
38
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
37
39
  * @param reportProgress flag to report request and response progress.
@@ -53,6 +55,7 @@ export declare class BranchPeriodsApiService extends BaseService implements Bran
53
55
  }): Observable<HttpEvent<any>>;
54
56
  /**
55
57
  * Api viewset for BranchPeriod model.
58
+ * @endpoint get /api/v1/branch-periods/
56
59
  * @param requestParameters
57
60
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
58
61
  * @param reportProgress flag to report request and response progress.
@@ -74,6 +77,7 @@ export declare class BranchPeriodsApiService extends BaseService implements Bran
74
77
  }): Observable<HttpEvent<PaginatedBranchPeriodListDto>>;
75
78
  /**
76
79
  * Api viewset for BranchPeriod model.
80
+ * @endpoint get /api/v1/branch-periods/{id}/
77
81
  * @param requestParameters
78
82
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
79
83
  * @param reportProgress flag to report request and response progress.
@@ -95,6 +99,7 @@ export declare class BranchPeriodsApiService extends BaseService implements Bran
95
99
  }): Observable<HttpEvent<BranchPeriodDto>>;
96
100
  /**
97
101
  * Api viewset for BranchPeriod model.
102
+ * @endpoint put /api/v1/branch-periods/{id}/
98
103
  * @param requestParameters
99
104
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
100
105
  * @param reportProgress flag to report request and response progress.
@@ -48,30 +48,35 @@ export interface BranchPeriodsApiServiceInterface {
48
48
  /**
49
49
  *
50
50
  * Api viewset for BranchPeriod model.
51
+ * @endpoint post /api/v1/branch-periods/
51
52
  * @param requestParameters
52
53
  */
53
54
  branchPeriodsCreate(requestParameters: BranchPeriodsCreateRequestParams, extraHttpRequestParams?: any): Observable<BranchPeriodDto>;
54
55
  /**
55
56
  *
56
57
  * Api viewset for BranchPeriod model.
58
+ * @endpoint delete /api/v1/branch-periods/{id}/
57
59
  * @param requestParameters
58
60
  */
59
61
  branchPeriodsDestroy(requestParameters: BranchPeriodsDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
60
62
  /**
61
63
  *
62
64
  * Api viewset for BranchPeriod model.
65
+ * @endpoint get /api/v1/branch-periods/
63
66
  * @param requestParameters
64
67
  */
65
68
  branchPeriodsList(requestParameters: BranchPeriodsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedBranchPeriodListDto>;
66
69
  /**
67
70
  *
68
71
  * Api viewset for BranchPeriod model.
72
+ * @endpoint get /api/v1/branch-periods/{id}/
69
73
  * @param requestParameters
70
74
  */
71
75
  branchPeriodsRetrieve(requestParameters: BranchPeriodsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<BranchPeriodDto>;
72
76
  /**
73
77
  *
74
78
  * Api viewset for BranchPeriod model.
79
+ * @endpoint put /api/v1/branch-periods/{id}/
75
80
  * @param requestParameters
76
81
  */
77
82
  branchPeriodsUpdate(requestParameters: BranchPeriodsUpdateRequestParams, extraHttpRequestParams?: any): Observable<BranchPeriodDto>;
@@ -12,6 +12,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
12
12
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
13
13
  /**
14
14
  * Activate/deactivate branch.
15
+ * @endpoint post /api/v1/branches/{id}/change-active-status/
15
16
  * @param requestParameters
16
17
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
18
  * @param reportProgress flag to report request and response progress.
@@ -33,6 +34,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
33
34
  }): Observable<HttpEvent<BranchDto>>;
34
35
  /**
35
36
  * ViewSet for viewing branches.
37
+ * @endpoint post /api/v1/branches/
36
38
  * @param requestParameters
37
39
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
40
  * @param reportProgress flag to report request and response progress.
@@ -54,6 +56,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
54
56
  }): Observable<HttpEvent<BranchDto>>;
55
57
  /**
56
58
  * ViewSet for viewing branches.
59
+ * @endpoint get /api/v1/branches/
57
60
  * @param requestParameters
58
61
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
62
  * @param reportProgress flag to report request and response progress.
@@ -75,6 +78,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
75
78
  }): Observable<HttpEvent<PaginatedBranchListDto>>;
76
79
  /**
77
80
  * ViewSet for viewing branches.
81
+ * @endpoint get /api/v1/branches/{id}/
78
82
  * @param requestParameters
79
83
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
80
84
  * @param reportProgress flag to report request and response progress.
@@ -96,6 +100,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
96
100
  }): Observable<HttpEvent<BranchDto>>;
97
101
  /**
98
102
  * ViewSet for viewing branches.
103
+ * @endpoint put /api/v1/branches/{id}/
99
104
  * @param requestParameters
100
105
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
101
106
  * @param reportProgress flag to report request and response progress.
@@ -117,6 +122,7 @@ export declare class BranchesApiService extends BaseService implements BranchesA
117
122
  }): Observable<HttpEvent<BranchDto>>;
118
123
  /**
119
124
  * Get branches with users stats.
125
+ * @endpoint get /api/v1/branches/users-stats/
120
126
  * @param requestParameters
121
127
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
122
128
  * @param reportProgress flag to report request and response progress.
@@ -70,36 +70,42 @@ export interface BranchesApiServiceInterface {
70
70
  /**
71
71
  *
72
72
  * Activate/deactivate branch.
73
+ * @endpoint post /api/v1/branches/{id}/change-active-status/
73
74
  * @param requestParameters
74
75
  */
75
76
  branchesChangeActiveStatusCreate(requestParameters: BranchesChangeActiveStatusCreateRequestParams, extraHttpRequestParams?: any): Observable<BranchDto>;
76
77
  /**
77
78
  *
78
79
  * ViewSet for viewing branches.
80
+ * @endpoint post /api/v1/branches/
79
81
  * @param requestParameters
80
82
  */
81
83
  branchesCreate(requestParameters: BranchesCreateRequestParams, extraHttpRequestParams?: any): Observable<BranchDto>;
82
84
  /**
83
85
  *
84
86
  * ViewSet for viewing branches.
87
+ * @endpoint get /api/v1/branches/
85
88
  * @param requestParameters
86
89
  */
87
90
  branchesList(requestParameters: BranchesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedBranchListDto>;
88
91
  /**
89
92
  *
90
93
  * ViewSet for viewing branches.
94
+ * @endpoint get /api/v1/branches/{id}/
91
95
  * @param requestParameters
92
96
  */
93
97
  branchesRetrieve(requestParameters: BranchesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<BranchDto>;
94
98
  /**
95
99
  *
96
100
  * ViewSet for viewing branches.
101
+ * @endpoint put /api/v1/branches/{id}/
97
102
  * @param requestParameters
98
103
  */
99
104
  branchesUpdate(requestParameters: BranchesUpdateRequestParams, extraHttpRequestParams?: any): Observable<BranchDto>;
100
105
  /**
101
106
  *
102
107
  * Get branches with users stats.
108
+ * @endpoint get /api/v1/branches/users-stats/
103
109
  * @param requestParameters
104
110
  */
105
111
  branchesUsersStatsList(requestParameters: BranchesUsersStatsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedBranchUserStatsListDto>;
@@ -11,6 +11,7 @@ export declare class ClientNotesApiService extends BaseService implements Client
11
11
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12
12
  /**
13
13
  * Api viewset for client\&#39;s notes.
14
+ * @endpoint post /api/v1/client-notes/
14
15
  * @param requestParameters
15
16
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
17
  * @param reportProgress flag to report request and response progress.
@@ -32,6 +33,7 @@ export declare class ClientNotesApiService extends BaseService implements Client
32
33
  }): Observable<HttpEvent<ClientNoteDto>>;
33
34
  /**
34
35
  * Api viewset for client\&#39;s notes.
36
+ * @endpoint delete /api/v1/client-notes/{id}/
35
37
  * @param requestParameters
36
38
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
37
39
  * @param reportProgress flag to report request and response progress.
@@ -53,6 +55,7 @@ export declare class ClientNotesApiService extends BaseService implements Client
53
55
  }): Observable<HttpEvent<any>>;
54
56
  /**
55
57
  * Api viewset for client\&#39;s notes.
58
+ * @endpoint get /api/v1/client-notes/
56
59
  * @param requestParameters
57
60
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
58
61
  * @param reportProgress flag to report request and response progress.
@@ -74,6 +77,7 @@ export declare class ClientNotesApiService extends BaseService implements Client
74
77
  }): Observable<HttpEvent<PaginatedClientNoteListDto>>;
75
78
  /**
76
79
  * Api viewset for client\&#39;s notes.
80
+ * @endpoint get /api/v1/client-notes/{id}/
77
81
  * @param requestParameters
78
82
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
79
83
  * @param reportProgress flag to report request and response progress.
@@ -95,6 +99,7 @@ export declare class ClientNotesApiService extends BaseService implements Client
95
99
  }): Observable<HttpEvent<ClientNoteDto>>;
96
100
  /**
97
101
  * Api viewset for client\&#39;s notes.
102
+ * @endpoint put /api/v1/client-notes/{id}/
98
103
  * @param requestParameters
99
104
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
100
105
  * @param reportProgress flag to report request and response progress.
@@ -50,30 +50,35 @@ export interface ClientNotesApiServiceInterface {
50
50
  /**
51
51
  *
52
52
  * Api viewset for client\&#39;s notes.
53
+ * @endpoint post /api/v1/client-notes/
53
54
  * @param requestParameters
54
55
  */
55
56
  clientNotesCreate(requestParameters: ClientNotesCreateRequestParams, extraHttpRequestParams?: any): Observable<ClientNoteDto>;
56
57
  /**
57
58
  *
58
59
  * Api viewset for client\&#39;s notes.
60
+ * @endpoint delete /api/v1/client-notes/{id}/
59
61
  * @param requestParameters
60
62
  */
61
63
  clientNotesDestroy(requestParameters: ClientNotesDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
62
64
  /**
63
65
  *
64
66
  * Api viewset for client\&#39;s notes.
67
+ * @endpoint get /api/v1/client-notes/
65
68
  * @param requestParameters
66
69
  */
67
70
  clientNotesList(requestParameters: ClientNotesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedClientNoteListDto>;
68
71
  /**
69
72
  *
70
73
  * Api viewset for client\&#39;s notes.
74
+ * @endpoint get /api/v1/client-notes/{id}/
71
75
  * @param requestParameters
72
76
  */
73
77
  clientNotesRetrieve(requestParameters: ClientNotesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ClientNoteDto>;
74
78
  /**
75
79
  *
76
80
  * Api viewset for client\&#39;s notes.
81
+ * @endpoint put /api/v1/client-notes/{id}/
77
82
  * @param requestParameters
78
83
  */
79
84
  clientNotesUpdate(requestParameters: ClientNotesUpdateRequestParams, extraHttpRequestParams?: any): Observable<ClientNoteDto>;
@@ -15,6 +15,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
15
15
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
16
16
  /**
17
17
  * View set API for Client model.
18
+ * @endpoint post /api/v1/clients/
18
19
  * @param requestParameters
19
20
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
20
21
  * @param reportProgress flag to report request and response progress.
@@ -36,6 +37,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
36
37
  }): Observable<HttpEvent<ClientDto>>;
37
38
  /**
38
39
  * View set API for Client model.
40
+ * @endpoint get /api/v1/clients/
39
41
  * @param requestParameters
40
42
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
41
43
  * @param reportProgress flag to report request and response progress.
@@ -57,6 +59,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
57
59
  }): Observable<HttpEvent<PaginatedClientListDto>>;
58
60
  /**
59
61
  * View set API for Client model.
62
+ * @endpoint get /api/v1/clients/{id}/
60
63
  * @param requestParameters
61
64
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
62
65
  * @param reportProgress flag to report request and response progress.
@@ -78,6 +81,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
78
81
  }): Observable<HttpEvent<ClientDto>>;
79
82
  /**
80
83
  * Get minimal clients info for searching.
84
+ * @endpoint get /api/v1/clients/search/
81
85
  * @param requestParameters
82
86
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
83
87
  * @param reportProgress flag to report request and response progress.
@@ -99,6 +103,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
99
103
  }): Observable<HttpEvent<PaginatedSimpleClientListDto>>;
100
104
  /**
101
105
  * View set API for Client model.
106
+ * @endpoint put /api/v1/clients/{id}/
102
107
  * @param requestParameters
103
108
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
104
109
  * @param reportProgress flag to report request and response progress.
@@ -120,6 +125,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
120
125
  }): Observable<HttpEvent<ClientDto>>;
121
126
  /**
122
127
  * Get client with month stats.
128
+ * @endpoint get /api/v1/clients/{id}/with-month-stats/
123
129
  * @param requestParameters
124
130
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
125
131
  * @param reportProgress flag to report request and response progress.
@@ -141,6 +147,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
141
147
  }): Observable<HttpEvent<ClientSerializerWithMonthStatsDto>>;
142
148
  /**
143
149
  * Get clients with stats.
150
+ * @endpoint get /api/v1/clients/with-stats/
144
151
  * @param requestParameters
145
152
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
146
153
  * @param reportProgress flag to report request and response progress.
@@ -162,6 +169,7 @@ export declare class ClientsApiService extends BaseService implements ClientsApi
162
169
  }): Observable<HttpEvent<PaginatedClientSerializerWithStatsListDto>>;
163
170
  /**
164
171
  * Get specified client with stats.
172
+ * @endpoint get /api/v1/clients/{id}/with-stats/
165
173
  * @param requestParameters
166
174
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
167
175
  * @param reportProgress flag to report request and response progress.
@@ -234,48 +234,56 @@ export interface ClientsApiServiceInterface {
234
234
  /**
235
235
  *
236
236
  * View set API for Client model.
237
+ * @endpoint post /api/v1/clients/
237
238
  * @param requestParameters
238
239
  */
239
240
  clientsCreate(requestParameters: ClientsCreateRequestParams, extraHttpRequestParams?: any): Observable<ClientDto>;
240
241
  /**
241
242
  *
242
243
  * View set API for Client model.
244
+ * @endpoint get /api/v1/clients/
243
245
  * @param requestParameters
244
246
  */
245
247
  clientsList(requestParameters: ClientsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedClientListDto>;
246
248
  /**
247
249
  *
248
250
  * View set API for Client model.
251
+ * @endpoint get /api/v1/clients/{id}/
249
252
  * @param requestParameters
250
253
  */
251
254
  clientsRetrieve(requestParameters: ClientsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ClientDto>;
252
255
  /**
253
256
  *
254
257
  * Get minimal clients info for searching.
258
+ * @endpoint get /api/v1/clients/search/
255
259
  * @param requestParameters
256
260
  */
257
261
  clientsSearchList(requestParameters: ClientsSearchListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSimpleClientListDto>;
258
262
  /**
259
263
  *
260
264
  * View set API for Client model.
265
+ * @endpoint put /api/v1/clients/{id}/
261
266
  * @param requestParameters
262
267
  */
263
268
  clientsUpdate(requestParameters: ClientsUpdateRequestParams, extraHttpRequestParams?: any): Observable<ClientDto>;
264
269
  /**
265
270
  *
266
271
  * Get client with month stats.
272
+ * @endpoint get /api/v1/clients/{id}/with-month-stats/
267
273
  * @param requestParameters
268
274
  */
269
275
  clientsWithMonthStatsRetrieve(requestParameters: ClientsWithMonthStatsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ClientSerializerWithMonthStatsDto>;
270
276
  /**
271
277
  *
272
278
  * Get clients with stats.
279
+ * @endpoint get /api/v1/clients/with-stats/
273
280
  * @param requestParameters
274
281
  */
275
282
  clientsWithStatsList(requestParameters: ClientsWithStatsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedClientSerializerWithStatsListDto>;
276
283
  /**
277
284
  *
278
285
  * Get specified client with stats.
286
+ * @endpoint get /api/v1/clients/{id}/with-stats/
279
287
  * @param requestParameters
280
288
  */
281
289
  clientsWithStatsRetrieve(requestParameters: ClientsWithStatsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ClientSerializerWithStatsDto>;
@@ -12,6 +12,7 @@ export declare class ComponentsApiService extends BaseService implements Compone
12
12
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
13
13
  /**
14
14
  * Get Job hourly reports.
15
+ * @endpoint get /api/v1/components/job-hourly-reports/
15
16
  * @param requestParameters
16
17
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
18
  * @param reportProgress flag to report request and response progress.
@@ -33,6 +34,7 @@ export declare class ComponentsApiService extends BaseService implements Compone
33
34
  }): Observable<HttpEvent<PaginatedComponentJobHourlyReportListDto>>;
34
35
  /**
35
36
  * Api viewset for Component model.
37
+ * @endpoint get /api/v1/components/
36
38
  * @param requestParameters
37
39
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
40
  * @param reportProgress flag to report request and response progress.
@@ -54,6 +56,7 @@ export declare class ComponentsApiService extends BaseService implements Compone
54
56
  }): Observable<HttpEvent<PaginatedComponentListDto>>;
55
57
  /**
56
58
  * Api viewset for Component model.
59
+ * @endpoint get /api/v1/components/{id}/
57
60
  * @param requestParameters
58
61
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
62
  * @param reportProgress flag to report request and response progress.
@@ -75,6 +78,7 @@ export declare class ComponentsApiService extends BaseService implements Compone
75
78
  }): Observable<HttpEvent<ComponentDto>>;
76
79
  /**
77
80
  * Get task reports.
81
+ * @endpoint get /api/v1/components/task-reports/
78
82
  * @param requestParameters
79
83
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
80
84
  * @param reportProgress flag to report request and response progress.
@@ -77,24 +77,28 @@ export interface ComponentsApiServiceInterface {
77
77
  /**
78
78
  *
79
79
  * Get Job hourly reports.
80
+ * @endpoint get /api/v1/components/job-hourly-reports/
80
81
  * @param requestParameters
81
82
  */
82
83
  componentsJobHourlyReportsList(requestParameters: ComponentsJobHourlyReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedComponentJobHourlyReportListDto>;
83
84
  /**
84
85
  *
85
86
  * Api viewset for Component model.
87
+ * @endpoint get /api/v1/components/
86
88
  * @param requestParameters
87
89
  */
88
90
  componentsList(requestParameters: ComponentsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedComponentListDto>;
89
91
  /**
90
92
  *
91
93
  * Api viewset for Component model.
94
+ * @endpoint get /api/v1/components/{id}/
92
95
  * @param requestParameters
93
96
  */
94
97
  componentsRetrieve(requestParameters: ComponentsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ComponentDto>;
95
98
  /**
96
99
  *
97
100
  * Get task reports.
101
+ * @endpoint get /api/v1/components/task-reports/
98
102
  * @param requestParameters
99
103
  */
100
104
  componentsTaskReportsList(requestParameters: ComponentsTaskReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedComponentListDto>;
@@ -12,6 +12,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
12
12
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
13
13
  /**
14
14
  * Activate/deactivate department.
15
+ * @endpoint post /api/v1/departments/{id}/change-active-status/
15
16
  * @param requestParameters
16
17
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
18
  * @param reportProgress flag to report request and response progress.
@@ -33,6 +34,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
33
34
  }): Observable<HttpEvent<DepartmentDto>>;
34
35
  /**
35
36
  * ViewSet for Department model.
37
+ * @endpoint post /api/v1/departments/
36
38
  * @param requestParameters
37
39
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
40
  * @param reportProgress flag to report request and response progress.
@@ -54,6 +56,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
54
56
  }): Observable<HttpEvent<DepartmentDto>>;
55
57
  /**
56
58
  * Get Job hourly reports.
59
+ * @endpoint get /api/v1/departments/job-hourly-reports/
57
60
  * @param requestParameters
58
61
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
62
  * @param reportProgress flag to report request and response progress.
@@ -75,6 +78,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
75
78
  }): Observable<HttpEvent<PaginatedDepartmentJobHourlyReportListDto>>;
76
79
  /**
77
80
  * ViewSet for Department model.
81
+ * @endpoint get /api/v1/departments/
78
82
  * @param requestParameters
79
83
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
80
84
  * @param reportProgress flag to report request and response progress.
@@ -96,6 +100,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
96
100
  }): Observable<HttpEvent<PaginatedDepartmentListDto>>;
97
101
  /**
98
102
  * ViewSet for Department model.
103
+ * @endpoint get /api/v1/departments/{id}/
99
104
  * @param requestParameters
100
105
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
101
106
  * @param reportProgress flag to report request and response progress.
@@ -117,6 +122,7 @@ export declare class DepartmentsApiService extends BaseService implements Depart
117
122
  }): Observable<HttpEvent<DepartmentDto>>;
118
123
  /**
119
124
  * ViewSet for Department model.
125
+ * @endpoint put /api/v1/departments/{id}/
120
126
  * @param requestParameters
121
127
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
122
128
  * @param reportProgress flag to report request and response progress.
@@ -72,36 +72,42 @@ export interface DepartmentsApiServiceInterface {
72
72
  /**
73
73
  *
74
74
  * Activate/deactivate department.
75
+ * @endpoint post /api/v1/departments/{id}/change-active-status/
75
76
  * @param requestParameters
76
77
  */
77
78
  departmentsChangeActiveStatusCreate(requestParameters: DepartmentsChangeActiveStatusCreateRequestParams, extraHttpRequestParams?: any): Observable<DepartmentDto>;
78
79
  /**
79
80
  *
80
81
  * ViewSet for Department model.
82
+ * @endpoint post /api/v1/departments/
81
83
  * @param requestParameters
82
84
  */
83
85
  departmentsCreate(requestParameters: DepartmentsCreateRequestParams, extraHttpRequestParams?: any): Observable<DepartmentDto>;
84
86
  /**
85
87
  *
86
88
  * Get Job hourly reports.
89
+ * @endpoint get /api/v1/departments/job-hourly-reports/
87
90
  * @param requestParameters
88
91
  */
89
92
  departmentsJobHourlyReportsList(requestParameters: DepartmentsJobHourlyReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedDepartmentJobHourlyReportListDto>;
90
93
  /**
91
94
  *
92
95
  * ViewSet for Department model.
96
+ * @endpoint get /api/v1/departments/
93
97
  * @param requestParameters
94
98
  */
95
99
  departmentsList(requestParameters: DepartmentsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedDepartmentListDto>;
96
100
  /**
97
101
  *
98
102
  * ViewSet for Department model.
103
+ * @endpoint get /api/v1/departments/{id}/
99
104
  * @param requestParameters
100
105
  */
101
106
  departmentsRetrieve(requestParameters: DepartmentsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<DepartmentDto>;
102
107
  /**
103
108
  *
104
109
  * ViewSet for Department model.
110
+ * @endpoint put /api/v1/departments/{id}/
105
111
  * @param requestParameters
106
112
  */
107
113
  departmentsUpdate(requestParameters: DepartmentsUpdateRequestParams, extraHttpRequestParams?: any): Observable<DepartmentDto>;
@@ -11,6 +11,7 @@ export declare class DismissalReasonsApiService extends BaseService implements D
11
11
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12
12
  /**
13
13
  * Activate/deactivate dismissal reason.
14
+ * @endpoint post /api/v1/dismissal-reasons/{id}/change-active-status/
14
15
  * @param requestParameters
15
16
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
17
  * @param reportProgress flag to report request and response progress.
@@ -32,6 +33,7 @@ export declare class DismissalReasonsApiService extends BaseService implements D
32
33
  }): Observable<HttpEvent<DismissalReasonDto>>;
33
34
  /**
34
35
  * ViewSet for DismissalReason model.
36
+ * @endpoint post /api/v1/dismissal-reasons/
35
37
  * @param requestParameters
36
38
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
37
39
  * @param reportProgress flag to report request and response progress.
@@ -53,6 +55,7 @@ export declare class DismissalReasonsApiService extends BaseService implements D
53
55
  }): Observable<HttpEvent<DismissalReasonDto>>;
54
56
  /**
55
57
  * ViewSet for DismissalReason model.
58
+ * @endpoint get /api/v1/dismissal-reasons/
56
59
  * @param requestParameters
57
60
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
58
61
  * @param reportProgress flag to report request and response progress.
@@ -74,6 +77,7 @@ export declare class DismissalReasonsApiService extends BaseService implements D
74
77
  }): Observable<HttpEvent<PaginatedDismissalReasonListDto>>;
75
78
  /**
76
79
  * ViewSet for DismissalReason model.
80
+ * @endpoint get /api/v1/dismissal-reasons/{id}/
77
81
  * @param requestParameters
78
82
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
79
83
  * @param reportProgress flag to report request and response progress.
@@ -95,6 +99,7 @@ export declare class DismissalReasonsApiService extends BaseService implements D
95
99
  }): Observable<HttpEvent<DismissalReasonDto>>;
96
100
  /**
97
101
  * ViewSet for DismissalReason model.
102
+ * @endpoint put /api/v1/dismissal-reasons/{id}/
98
103
  * @param requestParameters
99
104
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
100
105
  * @param reportProgress flag to report request and response progress.
@@ -49,30 +49,35 @@ export interface DismissalReasonsApiServiceInterface {
49
49
  /**
50
50
  *
51
51
  * Activate/deactivate dismissal reason.
52
+ * @endpoint post /api/v1/dismissal-reasons/{id}/change-active-status/
52
53
  * @param requestParameters
53
54
  */
54
55
  dismissalReasonsChangeActiveStatusCreate(requestParameters: DismissalReasonsChangeActiveStatusCreateRequestParams, extraHttpRequestParams?: any): Observable<DismissalReasonDto>;
55
56
  /**
56
57
  *
57
58
  * ViewSet for DismissalReason model.
59
+ * @endpoint post /api/v1/dismissal-reasons/
58
60
  * @param requestParameters
59
61
  */
60
62
  dismissalReasonsCreate(requestParameters: DismissalReasonsCreateRequestParams, extraHttpRequestParams?: any): Observable<DismissalReasonDto>;
61
63
  /**
62
64
  *
63
65
  * ViewSet for DismissalReason model.
66
+ * @endpoint get /api/v1/dismissal-reasons/
64
67
  * @param requestParameters
65
68
  */
66
69
  dismissalReasonsList(requestParameters: DismissalReasonsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedDismissalReasonListDto>;
67
70
  /**
68
71
  *
69
72
  * ViewSet for DismissalReason model.
73
+ * @endpoint get /api/v1/dismissal-reasons/{id}/
70
74
  * @param requestParameters
71
75
  */
72
76
  dismissalReasonsRetrieve(requestParameters: DismissalReasonsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<DismissalReasonDto>;
73
77
  /**
74
78
  *
75
79
  * ViewSet for DismissalReason model.
80
+ * @endpoint put /api/v1/dismissal-reasons/{id}/
76
81
  * @param requestParameters
77
82
  */
78
83
  dismissalReasonsUpdate(requestParameters: DismissalReasonsUpdateRequestParams, extraHttpRequestParams?: any): Observable<DismissalReasonDto>;