@saritasa/crm-delmar-core-sdk 0.0.198 → 0.0.200
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.
- package/README.md +2 -2
- package/api/branch-periods-api.service.d.ts +4 -9
- package/api/branches-api.service.d.ts +4 -9
- package/api/client-notes-api.service.d.ts +4 -9
- package/api/clients-api.service.d.ts +4 -9
- package/api/components-api.service.d.ts +4 -9
- package/api/departments-api.service.d.ts +4 -9
- package/api/dismissal-reasons-api.service.d.ts +4 -9
- package/api/export-job-reports-departments-api.service.d.ts +4 -9
- package/api/export-job-reports-departments-api.serviceInterface.d.ts +2 -0
- package/api/export-job-reports-users-api.service.d.ts +4 -9
- package/api/export-job-reports-users-api.serviceInterface.d.ts +2 -0
- package/api/export-jobs-api.service.d.ts +4 -9
- package/api/export-jobs-api.serviceInterface.d.ts +2 -0
- package/api/export-project-resources-api.service.d.ts +4 -9
- package/api/export-projects-api.service.d.ts +4 -9
- package/api/export-tasks-api.service.d.ts +4 -9
- package/api/export-user-periods-api.service.d.ts +4 -9
- package/api/export-users-api.service.d.ts +4 -9
- package/api/jira-client-api.service.d.ts +4 -9
- package/api/jira-instances-api.service.d.ts +4 -9
- package/api/jobs-api.service.d.ts +49 -10
- package/api/jobs-api.serviceInterface.d.ts +84 -0
- package/api/locations-api.service.d.ts +4 -9
- package/api/notifications-api.service.d.ts +4 -9
- package/api/permission-data-api.service.d.ts +4 -9
- package/api/profile-api.service.d.ts +4 -9
- package/api/project-notes-api.service.d.ts +4 -9
- package/api/project-priorities-api.service.d.ts +4 -9
- package/api/project-resources-api.service.d.ts +4 -9
- package/api/projects-api.service.d.ts +4 -9
- package/api/roles-api.service.d.ts +4 -9
- package/api/s3-api.service.d.ts +4 -9
- package/api/search-periods-api.service.d.ts +4 -9
- package/api/sso-api.service.d.ts +4 -9
- package/api/tasks-api.service.d.ts +4 -9
- package/api/token-api.service.d.ts +4 -9
- package/api/user-capacities-api.service.d.ts +4 -9
- package/api/user-logins-api.service.d.ts +4 -9
- package/api/user-periods-api.service.d.ts +4 -9
- package/api/user-scores-api.service.d.ts +4 -9
- package/api/user-timezone-setting-api.service.d.ts +4 -9
- package/api/user-timezones-api.service.d.ts +4 -9
- package/api/users-api.service.d.ts +4 -9
- package/api/vendors-api.service.d.ts +4 -9
- package/api/who-am-i-api.service.d.ts +4 -9
- package/api/work-types-api.service.d.ts +4 -9
- package/api.base.service.d.ts +12 -0
- package/configuration.d.ts +3 -1
- package/esm2022/api/branch-periods-api.service.mjs +34 -188
- package/esm2022/api/branches-api.service.mjs +48 -238
- package/esm2022/api/client-notes-api.service.mjs +21 -125
- package/esm2022/api/clients-api.service.mjs +110 -432
- package/esm2022/api/components-api.service.mjs +35 -175
- package/esm2022/api/departments-api.service.mjs +37 -197
- package/esm2022/api/dismissal-reasons-api.service.mjs +37 -197
- package/esm2022/api/export-job-reports-departments-api.service.mjs +51 -215
- package/esm2022/api/export-job-reports-departments-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-job-reports-users-api.service.mjs +51 -215
- package/esm2022/api/export-job-reports-users-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-jobs-api.service.mjs +49 -209
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-project-resources-api.service.mjs +38 -192
- package/esm2022/api/export-projects-api.service.mjs +38 -192
- package/esm2022/api/export-tasks-api.service.mjs +42 -204
- package/esm2022/api/export-user-periods-api.service.mjs +36 -186
- package/esm2022/api/export-users-api.service.mjs +38 -192
- package/esm2022/api/jira-client-api.service.mjs +10 -84
- package/esm2022/api/jira-instances-api.service.mjs +19 -119
- package/esm2022/api/jobs-api.service.mjs +366 -428
- package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/locations-api.service.mjs +37 -197
- package/esm2022/api/notifications-api.service.mjs +50 -244
- package/esm2022/api/permission-data-api.service.mjs +10 -84
- package/esm2022/api/profile-api.service.mjs +15 -107
- package/esm2022/api/project-notes-api.service.mjs +21 -125
- package/esm2022/api/project-priorities-api.service.mjs +22 -128
- package/esm2022/api/project-resources-api.service.mjs +31 -163
- package/esm2022/api/projects-api.service.mjs +62 -288
- package/esm2022/api/roles-api.service.mjs +37 -197
- package/esm2022/api/s3-api.service.mjs +10 -84
- package/esm2022/api/search-periods-api.service.mjs +11 -87
- package/esm2022/api/sso-api.service.mjs +17 -106
- package/esm2022/api/tasks-api.service.mjs +66 -276
- package/esm2022/api/token-api.service.mjs +13 -91
- package/esm2022/api/user-capacities-api.service.mjs +43 -207
- package/esm2022/api/user-logins-api.service.mjs +31 -163
- package/esm2022/api/user-periods-api.service.mjs +44 -226
- package/esm2022/api/user-scores-api.service.mjs +49 -225
- package/esm2022/api/user-timezone-setting-api.service.mjs +15 -107
- package/esm2022/api/user-timezones-api.service.mjs +21 -125
- package/esm2022/api/users-api.service.mjs +53 -245
- package/esm2022/api/vendors-api.service.mjs +35 -191
- package/esm2022/api/who-am-i-api.service.mjs +10 -84
- package/esm2022/api/work-types-api.service.mjs +38 -200
- package/esm2022/api.base.service.mjs +68 -0
- package/esm2022/configuration.mjs +9 -1
- package/esm2022/model/billing-frequency-enum.dto.mjs +1 -1
- package/esm2022/model/billing-method-enum.dto.mjs +1 -1
- package/esm2022/model/billing-type-enum.dto.mjs +1 -1
- package/esm2022/model/branch-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/client-status-enum.dto.mjs +1 -1
- package/esm2022/model/config-enum.dto.mjs +1 -1
- package/esm2022/model/error-code401-enum.dto.mjs +1 -1
- package/esm2022/model/export-status-enum.dto.mjs +1 -1
- package/esm2022/model/file-format-enum.dto.mjs +1 -1
- package/esm2022/model/job-report-daily.dto.mjs +2 -0
- package/esm2022/model/job-stats.dto.mjs +11 -0
- package/esm2022/model/job-type-enum.dto.mjs +1 -1
- package/esm2022/model/jobs-billable-chart-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-production-chart-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-report-daily-list-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-report-users-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-users-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-users-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-stats-retrieve-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +68 -1
- package/esm2022/model/notification-type-enum.dto.mjs +1 -1
- package/esm2022/model/paginated-job-report-daily-list.dto.mjs +2 -0
- package/esm2022/model/period-model-enum.dto.mjs +1 -1
- package/esm2022/model/period-type-enum.dto.mjs +1 -1
- package/esm2022/model/permission-enum.dto.mjs +1 -1
- package/esm2022/model/permission-group-enum.dto.mjs +1 -1
- package/esm2022/model/priority-enum.dto.mjs +1 -1
- package/esm2022/model/project-status-enum.dto.mjs +1 -1
- package/esm2022/model/scope-enum.dto.mjs +1 -1
- package/esm2022/model/state-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/user-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-timezone-setting-ordering-enum.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +3101 -7851
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/job-report-daily.dto.d.ts +20 -0
- package/model/job-stats.dto.d.ts +17 -0
- package/model/jobs-billable-chart-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-error.dto.d.ts +12 -10
- package/model/jobs-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-list-error.dto.d.ts +3 -1
- package/model/jobs-production-chart-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-error.dto.d.ts +8 -6
- package/model/jobs-report-daily-list-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-report-daily-list-error.dto.d.ts +38 -0
- package/model/jobs-report-daily-list-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-task-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-validation-error.dto.d.ts +15 -0
- package/model/jobs-report-daily-list-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-error.dto.d.ts +12 -10
- package/model/jobs-report-users-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-users-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-users-list-error.dto.d.ts +10 -8
- package/model/jobs-stats-retrieve-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-error-response400.dto.d.ts +16 -0
- package/model/jobs-stats-retrieve-error.dto.d.ts +38 -0
- package/model/jobs-stats-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-task-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-type-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-validation-error.dto.d.ts +15 -0
- package/model/jobs-stats-retrieve-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-work-type-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +67 -0
- package/model/paginated-job-report-daily-list.dto.d.ts +16 -0
- package/package.json +2 -2
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export var JobsStatsRetrieveUpdatedByErrorComponentDtoAttrEnum;
|
|
11
|
+
(function (JobsStatsRetrieveUpdatedByErrorComponentDtoAttrEnum) {
|
|
12
|
+
JobsStatsRetrieveUpdatedByErrorComponentDtoAttrEnum["UpdatedBy"] = "updated_by";
|
|
13
|
+
})(JobsStatsRetrieveUpdatedByErrorComponentDtoAttrEnum || (JobsStatsRetrieveUpdatedByErrorComponentDtoAttrEnum = {}));
|
|
14
|
+
export var JobsStatsRetrieveUpdatedByErrorComponentDtoCodeEnum;
|
|
15
|
+
(function (JobsStatsRetrieveUpdatedByErrorComponentDtoCodeEnum) {
|
|
16
|
+
JobsStatsRetrieveUpdatedByErrorComponentDtoCodeEnum["InvalidChoice"] = "invalid_choice";
|
|
17
|
+
})(JobsStatsRetrieveUpdatedByErrorComponentDtoCodeEnum || (JobsStatsRetrieveUpdatedByErrorComponentDtoCodeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy1zdGF0cy1yZXRyaWV2ZS11cGRhdGVkLWJ5LWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9qb2JzLXN0YXRzLXJldHJpZXZlLXVwZGF0ZWQtYnktZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLG1EQUVYO0FBRkQsV0FBWSxtREFBbUQ7SUFDN0QsK0VBQXdCLENBQUE7QUFDMUIsQ0FBQyxFQUZXLG1EQUFtRCxLQUFuRCxtREFBbUQsUUFFOUQ7QUFDRCxNQUFNLENBQU4sSUFBWSxtREFFWDtBQUZELFdBQVksbURBQW1EO0lBQzdELHVGQUFnQyxDQUFBO0FBQ2xDLENBQUMsRUFGVyxtREFBbUQsS0FBbkQsbURBQW1ELFFBRTlEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBKb2JzU3RhdHNSZXRyaWV2ZVVwZGF0ZWRCeUVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHVwZGF0ZWRfYnlgIC0gdXBkYXRlZF9ieVxuICAgKi9cbiAgYXR0cjogSm9ic1N0YXRzUmV0cmlldmVVcGRhdGVkQnlFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgaW52YWxpZF9jaG9pY2VgIC0gaW52YWxpZF9jaG9pY2VcbiAgICovXG4gIGNvZGU6IEpvYnNTdGF0c1JldHJpZXZlVXBkYXRlZEJ5RXJyb3JDb21wb25lbnREdG9Db2RlRW51bTtcbiAgZGV0YWlsOiBzdHJpbmc7XG59XG5leHBvcnQgZW51bSBKb2JzU3RhdHNSZXRyaWV2ZVVwZGF0ZWRCeUVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBVcGRhdGVkQnkgPSBcInVwZGF0ZWRfYnlcIixcbn1cbmV4cG9ydCBlbnVtIEpvYnNTdGF0c1JldHJpZXZlVXBkYXRlZEJ5RXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWRDaG9pY2UgPSBcImludmFsaWRfY2hvaWNlXCIsXG59XG4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export var JobsStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum;
|
|
11
|
+
(function (JobsStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum) {
|
|
12
|
+
JobsStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum["UpdatedByIn"] = "updated_by__in";
|
|
13
|
+
})(JobsStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum || (JobsStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum = {}));
|
|
14
|
+
export var JobsStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum;
|
|
15
|
+
(function (JobsStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum) {
|
|
16
|
+
JobsStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum["InvalidChoice"] = "invalid_choice";
|
|
17
|
+
})(JobsStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum || (JobsStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy1zdGF0cy1yZXRyaWV2ZS11cGRhdGVkLWJ5LWluLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9qb2JzLXN0YXRzLXJldHJpZXZlLXVwZGF0ZWQtYnktaW4tZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLHFEQUVYO0FBRkQsV0FBWSxxREFBcUQ7SUFDL0QsdUZBQThCLENBQUE7QUFDaEMsQ0FBQyxFQUZXLHFEQUFxRCxLQUFyRCxxREFBcUQsUUFFaEU7QUFDRCxNQUFNLENBQU4sSUFBWSxxREFFWDtBQUZELFdBQVkscURBQXFEO0lBQy9ELHlGQUFnQyxDQUFBO0FBQ2xDLENBQUMsRUFGVyxxREFBcUQsS0FBckQscURBQXFELFFBRWhFIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBKb2JzU3RhdHNSZXRyaWV2ZVVwZGF0ZWRCeUluRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgdXBkYXRlZF9ieV9faW5gIC0gdXBkYXRlZF9ieV9faW5cbiAgICovXG4gIGF0dHI6IEpvYnNTdGF0c1JldHJpZXZlVXBkYXRlZEJ5SW5FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgaW52YWxpZF9jaG9pY2VgIC0gaW52YWxpZF9jaG9pY2VcbiAgICovXG4gIGNvZGU6IEpvYnNTdGF0c1JldHJpZXZlVXBkYXRlZEJ5SW5FcnJvckNvbXBvbmVudER0b0NvZGVFbnVtO1xuICBkZXRhaWw6IHN0cmluZztcbn1cbmV4cG9ydCBlbnVtIEpvYnNTdGF0c1JldHJpZXZlVXBkYXRlZEJ5SW5FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgVXBkYXRlZEJ5SW4gPSBcInVwZGF0ZWRfYnlfX2luXCIsXG59XG5leHBvcnQgZW51bSBKb2JzU3RhdHNSZXRyaWV2ZVVwZGF0ZWRCeUluRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWRDaG9pY2UgPSBcImludmFsaWRfY2hvaWNlXCIsXG59XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy1zdGF0cy1yZXRyaWV2ZS12YWxpZGF0aW9uLWVycm9yLmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2pvYnMtc3RhdHMtcmV0cmlldmUtdmFsaWRhdGlvbi1lcnJvci5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBKb2JzU3RhdHNSZXRyaWV2ZUVycm9yRHRvIH0gZnJvbSBcIi4vam9icy1zdGF0cy1yZXRyaWV2ZS1lcnJvci5kdG9cIjtcbmltcG9ydCB7IFZhbGlkYXRpb25FcnJvckVudW1EdG8gfSBmcm9tIFwiLi92YWxpZGF0aW9uLWVycm9yLWVudW0uZHRvXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSm9ic1N0YXRzUmV0cmlldmVWYWxpZGF0aW9uRXJyb3JEdG8ge1xuICB0eXBlOiBWYWxpZGF0aW9uRXJyb3JFbnVtRHRvO1xuICBlcnJvcnM6IEFycmF5PEpvYnNTdGF0c1JldHJpZXZlRXJyb3JEdG8+O1xufVxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export var JobsStatsRetrieveWorkTypeErrorComponentDtoAttrEnum;
|
|
11
|
+
(function (JobsStatsRetrieveWorkTypeErrorComponentDtoAttrEnum) {
|
|
12
|
+
JobsStatsRetrieveWorkTypeErrorComponentDtoAttrEnum["WorkType"] = "work_type";
|
|
13
|
+
})(JobsStatsRetrieveWorkTypeErrorComponentDtoAttrEnum || (JobsStatsRetrieveWorkTypeErrorComponentDtoAttrEnum = {}));
|
|
14
|
+
export var JobsStatsRetrieveWorkTypeErrorComponentDtoCodeEnum;
|
|
15
|
+
(function (JobsStatsRetrieveWorkTypeErrorComponentDtoCodeEnum) {
|
|
16
|
+
JobsStatsRetrieveWorkTypeErrorComponentDtoCodeEnum["InvalidChoice"] = "invalid_choice";
|
|
17
|
+
})(JobsStatsRetrieveWorkTypeErrorComponentDtoCodeEnum || (JobsStatsRetrieveWorkTypeErrorComponentDtoCodeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy1zdGF0cy1yZXRyaWV2ZS13b3JrLXR5cGUtZXJyb3ItY29tcG9uZW50LmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2pvYnMtc3RhdHMtcmV0cmlldmUtd29yay10eXBlLWVycm9yLWNvbXBvbmVudC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUc7QUFhSCxNQUFNLENBQU4sSUFBWSxrREFFWDtBQUZELFdBQVksa0RBQWtEO0lBQzVELDRFQUFzQixDQUFBO0FBQ3hCLENBQUMsRUFGVyxrREFBa0QsS0FBbEQsa0RBQWtELFFBRTdEO0FBQ0QsTUFBTSxDQUFOLElBQVksa0RBRVg7QUFGRCxXQUFZLGtEQUFrRDtJQUM1RCxzRkFBZ0MsQ0FBQTtBQUNsQyxDQUFDLEVBRlcsa0RBQWtELEtBQWxELGtEQUFrRCxRQUU3RCIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgSm9ic1N0YXRzUmV0cmlldmVXb3JrVHlwZUVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHdvcmtfdHlwZWAgLSB3b3JrX3R5cGVcbiAgICovXG4gIGF0dHI6IEpvYnNTdGF0c1JldHJpZXZlV29ya1R5cGVFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgaW52YWxpZF9jaG9pY2VgIC0gaW52YWxpZF9jaG9pY2VcbiAgICovXG4gIGNvZGU6IEpvYnNTdGF0c1JldHJpZXZlV29ya1R5cGVFcnJvckNvbXBvbmVudER0b0NvZGVFbnVtO1xuICBkZXRhaWw6IHN0cmluZztcbn1cbmV4cG9ydCBlbnVtIEpvYnNTdGF0c1JldHJpZXZlV29ya1R5cGVFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgV29ya1R5cGUgPSBcIndvcmtfdHlwZVwiLFxufVxuZXhwb3J0IGVudW0gSm9ic1N0YXRzUmV0cmlldmVXb3JrVHlwZUVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBJbnZhbGlkQ2hvaWNlID0gXCJpbnZhbGlkX2Nob2ljZVwiLFxufVxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export var JobsStatsRetrieveWorkTypeInErrorComponentDtoAttrEnum;
|
|
11
|
+
(function (JobsStatsRetrieveWorkTypeInErrorComponentDtoAttrEnum) {
|
|
12
|
+
JobsStatsRetrieveWorkTypeInErrorComponentDtoAttrEnum["WorkTypeIn"] = "work_type__in";
|
|
13
|
+
})(JobsStatsRetrieveWorkTypeInErrorComponentDtoAttrEnum || (JobsStatsRetrieveWorkTypeInErrorComponentDtoAttrEnum = {}));
|
|
14
|
+
export var JobsStatsRetrieveWorkTypeInErrorComponentDtoCodeEnum;
|
|
15
|
+
(function (JobsStatsRetrieveWorkTypeInErrorComponentDtoCodeEnum) {
|
|
16
|
+
JobsStatsRetrieveWorkTypeInErrorComponentDtoCodeEnum["InvalidChoice"] = "invalid_choice";
|
|
17
|
+
})(JobsStatsRetrieveWorkTypeInErrorComponentDtoCodeEnum || (JobsStatsRetrieveWorkTypeInErrorComponentDtoCodeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy1zdGF0cy1yZXRyaWV2ZS13b3JrLXR5cGUtaW4tZXJyb3ItY29tcG9uZW50LmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2pvYnMtc3RhdHMtcmV0cmlldmUtd29yay10eXBlLWluLWVycm9yLWNvbXBvbmVudC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUc7QUFhSCxNQUFNLENBQU4sSUFBWSxvREFFWDtBQUZELFdBQVksb0RBQW9EO0lBQzlELG9GQUE0QixDQUFBO0FBQzlCLENBQUMsRUFGVyxvREFBb0QsS0FBcEQsb0RBQW9ELFFBRS9EO0FBQ0QsTUFBTSxDQUFOLElBQVksb0RBRVg7QUFGRCxXQUFZLG9EQUFvRDtJQUM5RCx3RkFBZ0MsQ0FBQTtBQUNsQyxDQUFDLEVBRlcsb0RBQW9ELEtBQXBELG9EQUFvRCxRQUUvRCIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgSm9ic1N0YXRzUmV0cmlldmVXb3JrVHlwZUluRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgd29ya190eXBlX19pbmAgLSB3b3JrX3R5cGVfX2luXG4gICAqL1xuICBhdHRyOiBKb2JzU3RhdHNSZXRyaWV2ZVdvcmtUeXBlSW5FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgaW52YWxpZF9jaG9pY2VgIC0gaW52YWxpZF9jaG9pY2VcbiAgICovXG4gIGNvZGU6IEpvYnNTdGF0c1JldHJpZXZlV29ya1R5cGVJbkVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gSm9ic1N0YXRzUmV0cmlldmVXb3JrVHlwZUluRXJyb3JDb21wb25lbnREdG9BdHRyRW51bSB7XG4gIFdvcmtUeXBlSW4gPSBcIndvcmtfdHlwZV9faW5cIixcbn1cbmV4cG9ydCBlbnVtIEpvYnNTdGF0c1JldHJpZXZlV29ya1R5cGVJbkVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBJbnZhbGlkQ2hvaWNlID0gXCJpbnZhbGlkX2Nob2ljZVwiLFxufVxuIl19
|