@saritasa/crm-delmar-core-sdk 0.1.9 → 0.1.11
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/api.d.ts +7 -1
- package/api/export-component-hourly-report-for-project-api.service.d.ts +98 -0
- package/api/export-component-hourly-report-for-project-api.serviceInterface.d.ts +66 -0
- package/api/export-task-hourly-report-for-project-api.service.d.ts +98 -0
- package/api/export-task-hourly-report-for-project-api.serviceInterface.d.ts +66 -0
- package/api/notifications-api.serviceInterface.d.ts +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +557 -3
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/component-hourly-report-export-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/export-component-hourly-report-for-project-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-component-hourly-report-for-project-start-create-error.dto.d.ts +16 -0
- package/model/export-component-hourly-report-for-project-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-component-hourly-report-for-project-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-component-hourly-report-for-project-start-create-validation-error.dto.d.ts +15 -0
- package/model/export-task-hourly-report-for-project-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-task-hourly-report-for-project-start-create-error.dto.d.ts +16 -0
- package/model/export-task-hourly-report-for-project-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-task-hourly-report-for-project-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-task-hourly-report-for-project-start-create-validation-error.dto.d.ts +15 -0
- package/model/models.d.ts +15 -0
- package/model/notification-data.dto.d.ts +2 -1
- package/model/notification-type-enum.dto.d.ts +3 -2
- package/model/notify-data-user-period-approver-with-period.dto.d.ts +26 -0
- package/model/notify-data-user-period-approver.dto.d.ts +24 -0
- package/model/notify-data-user-period.dto.d.ts +2 -0
- package/model/pdf-file-format-enum.dto.d.ts +3 -2
- package/model/task-hourly-report-export-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/user-period-approver-payload.dto.d.ts +20 -0
- package/package.json +2 -2
|
@@ -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 ComponentHourlyReportExportResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: PDFFileFormatEnumDto;
|
|
16
|
+
}
|
package/model/export-component-hourly-report-for-project-start-create-error-response400.dto.d.ts
ADDED
|
@@ -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 { ExportComponentHourlyReportForProjectStartCreateValidationErrorDto } from "./export-component-hourly-report-for-project-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportComponentHourlyReportForProjectStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportComponentHourlyReportForProjectStartCreateErrorResponse400Dto = ExportComponentHourlyReportForProjectStartCreateValidationErrorDto | 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 { ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDto } from "./export-component-hourly-report-for-project-start-create-file-format-error-component.dto";
|
|
11
|
+
import { ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto } from "./export-component-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportComponentHourlyReportForProjectStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportComponentHourlyReportForProjectStartCreateErrorDto = ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDto | ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportComponentHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
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 ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportComponentHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null"
|
|
27
|
+
}
|
package/model/export-component-hourly-report-for-project-start-create-validation-error.dto.d.ts
ADDED
|
@@ -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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
11
|
+
import { ExportComponentHourlyReportForProjectStartCreateErrorDto } from "./export-component-hourly-report-for-project-start-create-error.dto";
|
|
12
|
+
export interface ExportComponentHourlyReportForProjectStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportComponentHourlyReportForProjectStartCreateErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 { ExportTaskHourlyReportForProjectStartCreateValidationErrorDto } from "./export-task-hourly-report-for-project-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportTaskHourlyReportForProjectStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportTaskHourlyReportForProjectStartCreateErrorResponse400Dto = ExportTaskHourlyReportForProjectStartCreateValidationErrorDto | 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 { ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDto } from "./export-task-hourly-report-for-project-start-create-file-format-error-component.dto";
|
|
11
|
+
import { ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto } from "./export-task-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportTaskHourlyReportForProjectStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportTaskHourlyReportForProjectStartCreateErrorDto = ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDto | ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportTaskHourlyReportForProjectStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
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 ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportTaskHourlyReportForProjectStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
11
|
+
import { ExportTaskHourlyReportForProjectStartCreateErrorDto } from "./export-task-hourly-report-for-project-start-create-error.dto";
|
|
12
|
+
export interface ExportTaskHourlyReportForProjectStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportTaskHourlyReportForProjectStartCreateErrorDto>;
|
|
15
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -416,6 +416,7 @@ export * from "./clients-with-stats-list-zip-in-error-component.dto";
|
|
|
416
416
|
export * from "./clients-with-stats-list-zoho-account-id-error-component.dto";
|
|
417
417
|
export * from "./clients-with-stats-list-zoho-account-id-in-error-component.dto";
|
|
418
418
|
export * from "./component.dto";
|
|
419
|
+
export * from "./component-hourly-report-export-resource-create-export-job-request.dto";
|
|
419
420
|
export * from "./component-job-hourly-report.dto";
|
|
420
421
|
export * from "./components-job-hourly-reports-list-created-date-gte-error-component.dto";
|
|
421
422
|
export * from "./components-job-hourly-reports-list-created-date-lte-error-component.dto";
|
|
@@ -581,6 +582,11 @@ export * from "./export-clients-start-create-error-response400.dto";
|
|
|
581
582
|
export * from "./export-clients-start-create-file-format-error-component.dto";
|
|
582
583
|
export * from "./export-clients-start-create-non-field-errors-error-component.dto";
|
|
583
584
|
export * from "./export-clients-start-create-validation-error.dto";
|
|
585
|
+
export * from "./export-component-hourly-report-for-project-start-create-error.dto";
|
|
586
|
+
export * from "./export-component-hourly-report-for-project-start-create-error-response400.dto";
|
|
587
|
+
export * from "./export-component-hourly-report-for-project-start-create-file-format-error-component.dto";
|
|
588
|
+
export * from "./export-component-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
|
|
589
|
+
export * from "./export-component-hourly-report-for-project-start-create-validation-error.dto";
|
|
584
590
|
export * from "./export-department-hourly-report-for-project-start-create-error.dto";
|
|
585
591
|
export * from "./export-department-hourly-report-for-project-start-create-error-response400.dto";
|
|
586
592
|
export * from "./export-department-hourly-report-for-project-start-create-file-format-error-component.dto";
|
|
@@ -639,6 +645,11 @@ export * from "./export-sprint-hourly-report-for-project-start-create-file-forma
|
|
|
639
645
|
export * from "./export-sprint-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
|
|
640
646
|
export * from "./export-sprint-hourly-report-for-project-start-create-validation-error.dto";
|
|
641
647
|
export * from "./export-status-enum.dto";
|
|
648
|
+
export * from "./export-task-hourly-report-for-project-start-create-error.dto";
|
|
649
|
+
export * from "./export-task-hourly-report-for-project-start-create-error-response400.dto";
|
|
650
|
+
export * from "./export-task-hourly-report-for-project-start-create-file-format-error-component.dto";
|
|
651
|
+
export * from "./export-task-hourly-report-for-project-start-create-non-field-errors-error-component.dto";
|
|
652
|
+
export * from "./export-task-hourly-report-for-project-start-create-validation-error.dto";
|
|
642
653
|
export * from "./export-tasks-start-create-error.dto";
|
|
643
654
|
export * from "./export-tasks-start-create-error-response400.dto";
|
|
644
655
|
export * from "./export-tasks-start-create-file-format-error-component.dto";
|
|
@@ -915,6 +926,8 @@ export * from "./notifications-list-type-in-error-component.dto";
|
|
|
915
926
|
export * from "./notifications-list-validation-error.dto";
|
|
916
927
|
export * from "./notify-data-department.dto";
|
|
917
928
|
export * from "./notify-data-user.dto";
|
|
929
|
+
export * from "./notify-data-user-period-approver.dto";
|
|
930
|
+
export * from "./notify-data-user-period-approver-with-period.dto";
|
|
918
931
|
export * from "./notify-data-user-period.dto";
|
|
919
932
|
export * from "./notify-data-user-score.dto";
|
|
920
933
|
export * from "./open-id-code-exchange-request.dto";
|
|
@@ -1408,6 +1421,7 @@ export * from "./sso-start-create-redirect-uri-error-component.dto";
|
|
|
1408
1421
|
export * from "./sso-start-create-validation-error.dto";
|
|
1409
1422
|
export * from "./state-enum.dto";
|
|
1410
1423
|
export * from "./task.dto";
|
|
1424
|
+
export * from "./task-hourly-report-export-resource-create-export-job-request.dto";
|
|
1411
1425
|
export * from "./task-job-hourly-report.dto";
|
|
1412
1426
|
export * from "./task-resource-create-export-job-request.dto";
|
|
1413
1427
|
export * from "./task-stats.dto";
|
|
@@ -1599,6 +1613,7 @@ export * from "./user-logins-update-is-staff-error-component.dto";
|
|
|
1599
1613
|
export * from "./user-logins-update-non-field-errors-error-component.dto";
|
|
1600
1614
|
export * from "./user-logins-update-role-error-component.dto";
|
|
1601
1615
|
export * from "./user-logins-update-validation-error.dto";
|
|
1616
|
+
export * from "./user-period-approver-payload.dto";
|
|
1602
1617
|
export * from "./user-period.dto";
|
|
1603
1618
|
export * from "./user-period-for-stats.dto";
|
|
1604
1619
|
export * from "./user-period-payload.dto";
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { UserPeriodPayloadDto } from "./user-period-payload.dto";
|
|
11
|
+
import { UserPeriodApproverPayloadDto } from "./user-period-approver-payload.dto";
|
|
11
12
|
import { NotificationPayloadDto } from "./notification-payload.dto";
|
|
12
13
|
import { UserScorePayloadDto } from "./user-score-payload.dto";
|
|
13
14
|
/**
|
|
14
15
|
* @type NotificationDataDto
|
|
15
16
|
* @export
|
|
16
17
|
*/
|
|
17
|
-
export type NotificationDataDto = NotificationPayloadDto | UserPeriodPayloadDto | UserScorePayloadDto;
|
|
18
|
+
export type NotificationDataDto = NotificationPayloadDto | UserPeriodApproverPayloadDto | UserPeriodPayloadDto | UserScorePayloadDto;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
|
-
* * `new_user_score` - New user score * `new_user_score_for_supervisee` - New user score for supervisee * `new_vacation` - New vacation * `updated_vacation` - Updated vacation * `vacation_approved` - Vacation approved * `vacation_rejected` - Vacation rejected * `vacation_approval_reminder` - Vacation approval reminder * `new_sick` - New sick * `new_personal_holiday` - New personal holiday * `new_personal_workday` - New personal workday * `new_compensation` - New compensation * `updated_sick` - Updated sick * `updated_personal_holiday` - Updated personal holiday * `updated_personal_workday` - Updated personal workday * `deleted_sick` - Deleted sick * `deleted_personal_holiday` - Deleted personal holiday * `deleted_personal_workday` - Deleted personal workday
|
|
11
|
+
* * `new_user_score` - New user score * `new_user_score_for_supervisee` - New user score for supervisee * `new_vacation` - New vacation * `updated_vacation` - Updated vacation * `vacation_approved` - Vacation approved * `vacation_rejected` - Vacation rejected * `vacation_approval_reminder` - Vacation approval reminder * `new_sick` - New sick * `new_personal_holiday` - New personal holiday * `new_personal_workday` - New personal workday * `new_compensation` - New compensation * `updated_sick` - Updated sick * `updated_personal_holiday` - Updated personal holiday * `updated_personal_workday` - Updated personal workday * `deleted_sick` - Deleted sick * `deleted_personal_holiday` - Deleted personal holiday * `deleted_personal_workday` - Deleted personal workday * `user_period_approver_approved` - Approver approved user period
|
|
12
12
|
*/
|
|
13
13
|
export declare enum NotificationTypeEnumDto {
|
|
14
14
|
NewUserScore = "new_user_score",
|
|
@@ -27,5 +27,6 @@ export declare enum NotificationTypeEnumDto {
|
|
|
27
27
|
UpdatedPersonalWorkday = "updated_personal_workday",
|
|
28
28
|
DeletedSick = "deleted_sick",
|
|
29
29
|
DeletedPersonalHoliday = "deleted_personal_holiday",
|
|
30
|
-
DeletedPersonalWorkday = "deleted_personal_workday"
|
|
30
|
+
DeletedPersonalWorkday = "deleted_personal_workday",
|
|
31
|
+
UserPeriodApproverApproved = "user_period_approver_approved"
|
|
31
32
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { NotifyDataUserDto } from "./notify-data-user.dto";
|
|
11
|
+
import { NotifyDataUserPeriodDto } from "./notify-data-user-period.dto";
|
|
12
|
+
import { UserPeriodStatusEnumDto } from "./user-period-status-enum.dto";
|
|
13
|
+
/**
|
|
14
|
+
* Representation of UserPeriodApproverWithPeriod
|
|
15
|
+
*/
|
|
16
|
+
export interface NotifyDataUserPeriodApproverWithPeriodDto {
|
|
17
|
+
id: number;
|
|
18
|
+
created: string;
|
|
19
|
+
modified: string;
|
|
20
|
+
approver: NotifyDataUserDto;
|
|
21
|
+
status: UserPeriodStatusEnumDto;
|
|
22
|
+
status_updated: string | null;
|
|
23
|
+
comment: string;
|
|
24
|
+
user_period: NotifyDataUserPeriodDto;
|
|
25
|
+
approver_avatar_url?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { NotifyDataUserDto } from "./notify-data-user.dto";
|
|
11
|
+
import { UserPeriodStatusEnumDto } from "./user-period-status-enum.dto";
|
|
12
|
+
/**
|
|
13
|
+
* Representation of UserPeriodApprover
|
|
14
|
+
*/
|
|
15
|
+
export interface NotifyDataUserPeriodApproverDto {
|
|
16
|
+
id: number;
|
|
17
|
+
created: string;
|
|
18
|
+
modified: string;
|
|
19
|
+
approver: NotifyDataUserDto;
|
|
20
|
+
status: UserPeriodStatusEnumDto;
|
|
21
|
+
status_updated: string | null;
|
|
22
|
+
comment: string;
|
|
23
|
+
approver_avatar_url?: string;
|
|
24
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { DateRangeFieldDto } from "./date-range-field.dto";
|
|
11
|
+
import { NotifyDataUserPeriodApproverDto } from "./notify-data-user-period-approver.dto";
|
|
11
12
|
import { UserPeriodTypeEnumDto } from "./user-period-type-enum.dto";
|
|
12
13
|
import { NotifyDataUserDto } from "./notify-data-user.dto";
|
|
13
14
|
import { UserPeriodStatusEnumDto } from "./user-period-status-enum.dto";
|
|
@@ -25,4 +26,5 @@ export interface NotifyDataUserPeriodDto {
|
|
|
25
26
|
type: UserPeriodTypeEnumDto;
|
|
26
27
|
file: string;
|
|
27
28
|
description: string;
|
|
29
|
+
approvers: Array<NotifyDataUserPeriodApproverDto>;
|
|
28
30
|
}
|
|
@@ -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 TaskHourlyReportExportResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: PDFFileFormatEnumDto;
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { NotifyDataUserPeriodApproverWithPeriodDto } from "./notify-data-user-period-approver-with-period.dto";
|
|
11
|
+
import { NotifyDataUserDto } from "./notify-data-user.dto";
|
|
12
|
+
/**
|
|
13
|
+
* Representation of UserPeriodApproverPayload
|
|
14
|
+
*/
|
|
15
|
+
export interface UserPeriodApproverPayloadDto {
|
|
16
|
+
triggered_by: NotifyDataUserDto | null;
|
|
17
|
+
user_period_approver: NotifyDataUserPeriodApproverWithPeriodDto;
|
|
18
|
+
serializer_type?: string;
|
|
19
|
+
is_fallback?: boolean;
|
|
20
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.12)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|