@saritasa/crm-delmar-core-sdk 0.0.131 → 0.0.133
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-jobs-api.service.d.ts +103 -0
- package/api/export-jobs-api.serviceInterface.d.ts +82 -0
- package/api/export-user-periods-api.service.d.ts +103 -0
- package/api/export-user-periods-api.serviceInterface.d.ts +74 -0
- package/esm2022/api/api.mjs +9 -1
- package/esm2022/api/export-jobs-api.service.mjs +449 -0
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +2 -0
- package/esm2022/api/export-user-periods-api.service.mjs +417 -0
- package/esm2022/api/export-user-periods-api.serviceInterface.mjs +2 -0
- package/esm2022/model/export-jobs-cancel-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-error.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-file-format-error-component.dto.mjs +20 -0
- package/esm2022/model/export-jobs-start-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/export-jobs-start-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-cancel-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-start-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-start-create-error.dto.mjs +2 -0
- package/esm2022/model/export-user-periods-start-create-file-format-error-component.dto.mjs +20 -0
- package/esm2022/model/export-user-periods-start-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/export-user-periods-start-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/job-resource-create-export-job-request.dto.mjs +2 -0
- package/esm2022/model/models.mjs +19 -1
- package/esm2022/model/user-period-resource-create-export-job-request.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1013 -85
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/export-jobs-cancel-create-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-list-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-retrieve-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-jobs-start-create-error.dto.d.ts +16 -0
- package/model/export-jobs-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-jobs-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-jobs-start-create-validation-error.dto.d.ts +15 -0
- package/model/export-user-periods-cancel-create-error-response400.dto.d.ts +15 -0
- package/model/export-user-periods-list-error-response400.dto.d.ts +15 -0
- package/model/export-user-periods-retrieve-error-response400.dto.d.ts +15 -0
- package/model/export-user-periods-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-user-periods-start-create-error.dto.d.ts +16 -0
- package/model/export-user-periods-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-user-periods-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-user-periods-start-create-validation-error.dto.d.ts +15 -0
- package/model/job-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/models.d.ts +18 -0
- package/model/user-period-resource-create-export-job-request.dto.d.ts +16 -0
- package/package.json +2 -2
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsCancelCreateErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsCancelCreateErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsListErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsListErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsRetrieveErrorResponse400Dto = 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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { ExportJobsStartCreateValidationErrorDto } from "./export-jobs-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportJobsStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportJobsStartCreateErrorResponse400Dto = ExportJobsStartCreateValidationErrorDto | 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 { ExportJobsStartCreateNonFieldErrorsErrorComponentDto } from "./export-jobs-start-create-non-field-errors-error-component.dto";
|
|
11
|
+
import { ExportJobsStartCreateFileFormatErrorComponentDto } from "./export-jobs-start-create-file-format-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportJobsStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportJobsStartCreateErrorDto = ExportJobsStartCreateFileFormatErrorComponentDto | ExportJobsStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportJobsStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportJobsStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportJobsStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportJobsStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportJobsStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
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 ExportJobsStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportJobsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportJobsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportJobsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportJobsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 { ExportJobsStartCreateErrorDto } from "./export-jobs-start-create-error.dto";
|
|
12
|
+
export interface ExportJobsStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportJobsStartCreateErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportUserPeriodsCancelCreateErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportUserPeriodsCancelCreateErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportUserPeriodsListErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportUserPeriodsListErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportUserPeriodsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportUserPeriodsRetrieveErrorResponse400Dto = 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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { ExportUserPeriodsStartCreateValidationErrorDto } from "./export-user-periods-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportUserPeriodsStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportUserPeriodsStartCreateErrorResponse400Dto = ExportUserPeriodsStartCreateValidationErrorDto | 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 { ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDto } from "./export-user-periods-start-create-non-field-errors-error-component.dto";
|
|
11
|
+
import { ExportUserPeriodsStartCreateFileFormatErrorComponentDto } from "./export-user-periods-start-create-file-format-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportUserPeriodsStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportUserPeriodsStartCreateErrorDto = ExportUserPeriodsStartCreateFileFormatErrorComponentDto | ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportUserPeriodsStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportUserPeriodsStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportUserPeriodsStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportUserPeriodsStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportUserPeriodsStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
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 ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportUserPeriodsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 { ExportUserPeriodsStartCreateErrorDto } from "./export-user-periods-start-create-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ExportUserPeriodsStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportUserPeriodsStartCreateErrorDto>;
|
|
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 { FileFormatEnumDto } from "./file-format-enum.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer to start export job.
|
|
13
|
+
*/
|
|
14
|
+
export interface JobResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: FileFormatEnumDto;
|
|
16
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -363,6 +363,14 @@ export * from "./error-response406.dto";
|
|
|
363
363
|
export * from "./error-response415.dto";
|
|
364
364
|
export * from "./error-response500.dto";
|
|
365
365
|
export * from "./export-job.dto";
|
|
366
|
+
export * from "./export-jobs-cancel-create-error-response400.dto";
|
|
367
|
+
export * from "./export-jobs-list-error-response400.dto";
|
|
368
|
+
export * from "./export-jobs-retrieve-error-response400.dto";
|
|
369
|
+
export * from "./export-jobs-start-create-error.dto";
|
|
370
|
+
export * from "./export-jobs-start-create-error-response400.dto";
|
|
371
|
+
export * from "./export-jobs-start-create-file-format-error-component.dto";
|
|
372
|
+
export * from "./export-jobs-start-create-non-field-errors-error-component.dto";
|
|
373
|
+
export * from "./export-jobs-start-create-validation-error.dto";
|
|
366
374
|
export * from "./export-progress.dto";
|
|
367
375
|
export * from "./export-status-enum.dto";
|
|
368
376
|
export * from "./export-tasks-cancel-create-error-response400.dto";
|
|
@@ -373,6 +381,14 @@ export * from "./export-tasks-start-create-error-response400.dto";
|
|
|
373
381
|
export * from "./export-tasks-start-create-file-format-error-component.dto";
|
|
374
382
|
export * from "./export-tasks-start-create-non-field-errors-error-component.dto";
|
|
375
383
|
export * from "./export-tasks-start-create-validation-error.dto";
|
|
384
|
+
export * from "./export-user-periods-cancel-create-error-response400.dto";
|
|
385
|
+
export * from "./export-user-periods-list-error-response400.dto";
|
|
386
|
+
export * from "./export-user-periods-retrieve-error-response400.dto";
|
|
387
|
+
export * from "./export-user-periods-start-create-error.dto";
|
|
388
|
+
export * from "./export-user-periods-start-create-error-response400.dto";
|
|
389
|
+
export * from "./export-user-periods-start-create-file-format-error-component.dto";
|
|
390
|
+
export * from "./export-user-periods-start-create-non-field-errors-error-component.dto";
|
|
391
|
+
export * from "./export-user-periods-start-create-validation-error.dto";
|
|
376
392
|
export * from "./export-users-cancel-create-error-response400.dto";
|
|
377
393
|
export * from "./export-users-list-error-response400.dto";
|
|
378
394
|
export * from "./export-users-retrieve-error-response400.dto";
|
|
@@ -394,6 +410,7 @@ export * from "./jira-instance.dto";
|
|
|
394
410
|
export * from "./jira-instances-list-error-response400.dto";
|
|
395
411
|
export * from "./jira-instances-retrieve-error-response400.dto";
|
|
396
412
|
export * from "./job.dto";
|
|
413
|
+
export * from "./job-resource-create-export-job-request.dto";
|
|
397
414
|
export * from "./job-type-enum.dto";
|
|
398
415
|
export * from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
399
416
|
export * from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
|
|
@@ -882,6 +899,7 @@ export * from "./user-period-change-status-request.dto";
|
|
|
882
899
|
export * from "./user-period.dto";
|
|
883
900
|
export * from "./user-period-payload.dto";
|
|
884
901
|
export * from "./user-period-request.dto";
|
|
902
|
+
export * from "./user-period-resource-create-export-job-request.dto";
|
|
885
903
|
export * from "./user-period-status-enum.dto";
|
|
886
904
|
export * from "./user-period-type-enum.dto";
|
|
887
905
|
export * from "./user-periods-change-status-create-error.dto";
|
|
@@ -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 { FileFormatEnumDto } from "./file-format-enum.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer to start export job.
|
|
13
|
+
*/
|
|
14
|
+
export interface UserPeriodResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: FileFormatEnumDto;
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.133",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.86)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|