@saritasa/crm-delmar-core-sdk 0.0.132 → 0.0.134

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 (30) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +4 -1
  3. package/api/export-user-periods-api.service.d.ts +103 -0
  4. package/api/export-user-periods-api.serviceInterface.d.ts +74 -0
  5. package/esm2022/api/api.mjs +5 -1
  6. package/esm2022/api/export-user-periods-api.service.mjs +417 -0
  7. package/esm2022/api/export-user-periods-api.serviceInterface.mjs +2 -0
  8. package/esm2022/model/export-user-periods-cancel-create-error-response400.dto.mjs +2 -0
  9. package/esm2022/model/export-user-periods-list-error-response400.dto.mjs +2 -0
  10. package/esm2022/model/export-user-periods-retrieve-error-response400.dto.mjs +2 -0
  11. package/esm2022/model/export-user-periods-start-create-error-response400.dto.mjs +2 -0
  12. package/esm2022/model/export-user-periods-start-create-error.dto.mjs +2 -0
  13. package/esm2022/model/export-user-periods-start-create-file-format-error-component.dto.mjs +20 -0
  14. package/esm2022/model/export-user-periods-start-create-non-field-errors-error-component.dto.mjs +19 -0
  15. package/esm2022/model/export-user-periods-start-create-validation-error.dto.mjs +2 -0
  16. package/esm2022/model/models.mjs +10 -1
  17. package/esm2022/model/user-period-resource-create-export-job-request.dto.mjs +2 -0
  18. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +449 -1
  19. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  20. package/model/export-user-periods-cancel-create-error-response400.dto.d.ts +15 -0
  21. package/model/export-user-periods-list-error-response400.dto.d.ts +15 -0
  22. package/model/export-user-periods-retrieve-error-response400.dto.d.ts +15 -0
  23. package/model/export-user-periods-start-create-error-response400.dto.d.ts +16 -0
  24. package/model/export-user-periods-start-create-error.dto.d.ts +16 -0
  25. package/model/export-user-periods-start-create-file-format-error-component.dto.d.ts +28 -0
  26. package/model/export-user-periods-start-create-non-field-errors-error-component.dto.d.ts +27 -0
  27. package/model/export-user-periods-start-create-validation-error.dto.d.ts +15 -0
  28. package/model/models.d.ts +9 -0
  29. package/model/user-period-resource-create-export-job-request.dto.d.ts +16 -0
  30. 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 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
+ }
package/model/models.d.ts CHANGED
@@ -381,6 +381,14 @@ export * from "./export-tasks-start-create-error-response400.dto";
381
381
  export * from "./export-tasks-start-create-file-format-error-component.dto";
382
382
  export * from "./export-tasks-start-create-non-field-errors-error-component.dto";
383
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";
384
392
  export * from "./export-users-cancel-create-error-response400.dto";
385
393
  export * from "./export-users-list-error-response400.dto";
386
394
  export * from "./export-users-retrieve-error-response400.dto";
@@ -891,6 +899,7 @@ export * from "./user-period-change-status-request.dto";
891
899
  export * from "./user-period.dto";
892
900
  export * from "./user-period-payload.dto";
893
901
  export * from "./user-period-request.dto";
902
+ export * from "./user-period-resource-create-export-job-request.dto";
894
903
  export * from "./user-period-status-enum.dto";
895
904
  export * from "./user-period-type-enum.dto";
896
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.132",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.85)",
3
+ "version": "0.0.134",
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",