@saritasa/crm-delmar-core-sdk 0.1.6 → 0.1.8

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.
@@ -0,0 +1,16 @@
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
+ import { PDFFileFormatEnumDto } from "./pdf-file-format-enum.dto";
11
+ /**
12
+ * Serializer to start export job.
13
+ */
14
+ export interface DepartmentHourlyReportExportResourceCreateExportJobRequestDto {
15
+ file_format: PDFFileFormatEnumDto;
16
+ }
@@ -0,0 +1,16 @@
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
+ import { ParseErrorResponseDto } from "./parse-error-response.dto";
11
+ import { ExportDepartmentHourlyReportForProjectStartCreateValidationErrorDto } from "./export-department-hourly-report-for-project-start-create-validation-error.dto";
12
+ /**
13
+ * @type ExportDepartmentHourlyReportForProjectStartCreateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type ExportDepartmentHourlyReportForProjectStartCreateErrorResponse400Dto = ExportDepartmentHourlyReportForProjectStartCreateValidationErrorDto | ParseErrorResponseDto;
@@ -0,0 +1,16 @@
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
+ import { ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto } from "./export-department-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
11
+ import { ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDto } from "./export-department-hourly-report-for-project-start-create-file-format-error-component.dto";
12
+ /**
13
+ * @type ExportDepartmentHourlyReportForProjectStartCreateErrorDto
14
+ * @export
15
+ */
16
+ export type ExportDepartmentHourlyReportForProjectStartCreateErrorDto = ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDto | ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto;
@@ -0,0 +1,28 @@
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 interface ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDto {
11
+ /**
12
+ * * `file_format` - file_format
13
+ */
14
+ attr: ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice * `null` - null * `required` - required
17
+ */
18
+ code: ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum {
22
+ FileFormat = "file_format"
23
+ }
24
+ export declare enum ExportDepartmentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
@@ -0,0 +1,27 @@
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 interface ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum ExportDepartmentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,15 @@
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
+ import { ExportDepartmentHourlyReportForProjectStartCreateErrorDto } from "./export-department-hourly-report-for-project-start-create-error.dto";
11
+ import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
+ export interface ExportDepartmentHourlyReportForProjectStartCreateValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<ExportDepartmentHourlyReportForProjectStartCreateErrorDto>;
15
+ }
package/model/models.d.ts CHANGED
@@ -469,6 +469,7 @@ export * from "./date-range-field-request.dto";
469
469
  export * from "./debug-login-request.dto";
470
470
  export * from "./department-change-state-request.dto";
471
471
  export * from "./department.dto";
472
+ export * from "./department-hourly-report-export-resource-create-export-job-request.dto";
472
473
  export * from "./department-job-hourly-report.dto";
473
474
  export * from "./department-request.dto";
474
475
  export * from "./departments-change-active-status-create-error.dto";
@@ -580,6 +581,11 @@ export * from "./export-clients-start-create-error-response400.dto";
580
581
  export * from "./export-clients-start-create-file-format-error-component.dto";
581
582
  export * from "./export-clients-start-create-non-field-errors-error-component.dto";
582
583
  export * from "./export-clients-start-create-validation-error.dto";
584
+ export * from "./export-department-hourly-report-for-project-start-create-error.dto";
585
+ export * from "./export-department-hourly-report-for-project-start-create-error-response400.dto";
586
+ export * from "./export-department-hourly-report-for-project-start-create-file-format-error-component.dto";
587
+ export * from "./export-department-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
588
+ export * from "./export-department-hourly-report-for-project-start-create-validation-error.dto";
583
589
  export * from "./export-job.dto";
584
590
  export * from "./export-job-hourly-report-for-project-start-create-error.dto";
585
591
  export * from "./export-job-hourly-report-for-project-start-create-error-response400.dto";
@@ -1793,6 +1799,7 @@ export * from "./users-partial-update-is-part-time-error-component.dto";
1793
1799
  export * from "./users-partial-update-is-trainee-error-component.dto";
1794
1800
  export * from "./users-partial-update-location-error-component.dto";
1795
1801
  export * from "./users-partial-update-non-field-errors-error-component.dto";
1802
+ export * from "./users-partial-update-onsite-error-component.dto";
1796
1803
  export * from "./users-partial-update-personal-email-error-component.dto";
1797
1804
  export * from "./users-partial-update-personal-phone-error-component.dto";
1798
1805
  export * from "./users-partial-update-slack-id-error-component.dto";
@@ -21,6 +21,7 @@ export interface PatchedPatchUserRequestDto {
21
21
  is_intern?: boolean;
22
22
  is_part_time?: boolean;
23
23
  is_trainee?: boolean;
24
+ onsite?: boolean;
24
25
  branch?: number;
25
26
  department?: number;
26
27
  work_type?: number;
@@ -14,6 +14,7 @@ import { UsersPartialUpdateIsPartTimeErrorComponentDto } from "./users-partial-u
14
14
  import { UsersPartialUpdateHomePhoneErrorComponentDto } from "./users-partial-update-home-phone-error-component.dto";
15
15
  import { UsersPartialUpdateSupervisorsErrorComponentDto } from "./users-partial-update-supervisors-error-component.dto";
16
16
  import { UsersPartialUpdateBranchErrorComponentDto } from "./users-partial-update-branch-error-component.dto";
17
+ import { UsersPartialUpdateOnsiteErrorComponentDto } from "./users-partial-update-onsite-error-component.dto";
17
18
  import { UsersPartialUpdatePersonalEmailErrorComponentDto } from "./users-partial-update-personal-email-error-component.dto";
18
19
  import { UsersPartialUpdatePersonalPhoneErrorComponentDto } from "./users-partial-update-personal-phone-error-component.dto";
19
20
  import { UsersPartialUpdateLocationErrorComponentDto } from "./users-partial-update-location-error-component.dto";
@@ -27,4 +28,4 @@ import { UsersPartialUpdateIsInternErrorComponentDto } from "./users-partial-upd
27
28
  * @type UsersPartialUpdateErrorDto
28
29
  * @export
29
30
  */
30
- export type UsersPartialUpdateErrorDto = UsersPartialUpdateBranchErrorComponentDto | UsersPartialUpdateDepartmentErrorComponentDto | UsersPartialUpdateGithubUsernameErrorComponentDto | UsersPartialUpdateHomePhoneErrorComponentDto | UsersPartialUpdateIsInternErrorComponentDto | UsersPartialUpdateIsPartTimeErrorComponentDto | UsersPartialUpdateIsTraineeErrorComponentDto | UsersPartialUpdateLocationErrorComponentDto | UsersPartialUpdateNonFieldErrorsErrorComponentDto | UsersPartialUpdatePersonalEmailErrorComponentDto | UsersPartialUpdatePersonalPhoneErrorComponentDto | UsersPartialUpdateSlackIdErrorComponentDto | UsersPartialUpdateSupervisorsErrorComponentDto | UsersPartialUpdateTimezoneErrorComponentDto | UsersPartialUpdateUtilizationPercentErrorComponentDto | UsersPartialUpdateWorkTypeErrorComponentDto;
31
+ export type UsersPartialUpdateErrorDto = UsersPartialUpdateBranchErrorComponentDto | UsersPartialUpdateDepartmentErrorComponentDto | UsersPartialUpdateGithubUsernameErrorComponentDto | UsersPartialUpdateHomePhoneErrorComponentDto | UsersPartialUpdateIsInternErrorComponentDto | UsersPartialUpdateIsPartTimeErrorComponentDto | UsersPartialUpdateIsTraineeErrorComponentDto | UsersPartialUpdateLocationErrorComponentDto | UsersPartialUpdateNonFieldErrorsErrorComponentDto | UsersPartialUpdateOnsiteErrorComponentDto | UsersPartialUpdatePersonalEmailErrorComponentDto | UsersPartialUpdatePersonalPhoneErrorComponentDto | UsersPartialUpdateSlackIdErrorComponentDto | UsersPartialUpdateSupervisorsErrorComponentDto | UsersPartialUpdateTimezoneErrorComponentDto | UsersPartialUpdateUtilizationPercentErrorComponentDto | UsersPartialUpdateWorkTypeErrorComponentDto;
@@ -0,0 +1,28 @@
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 interface UsersPartialUpdateOnsiteErrorComponentDto {
11
+ /**
12
+ * * `onsite` - onsite
13
+ */
14
+ attr: UsersPartialUpdateOnsiteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateOnsiteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateOnsiteErrorComponentDtoAttrEnum {
22
+ Onsite = "onsite"
23
+ }
24
+ export declare enum UsersPartialUpdateOnsiteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.6",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.8)",
3
+ "version": "0.1.8",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.9)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",