@saritasa/crm-delmar-core-sdk 0.0.92 → 0.0.94

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 (62) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +4 -1
  3. package/api/user-scores-api.service.d.ts +82 -0
  4. package/api/user-scores-api.serviceInterface.d.ts +60 -0
  5. package/esm2022/api/api.mjs +5 -1
  6. package/esm2022/api/user-scores-api.service.mjs +337 -0
  7. package/esm2022/api/user-scores-api.serviceInterface.mjs +2 -0
  8. package/esm2022/model/models.mjs +26 -1
  9. package/esm2022/model/paginated-user-score-list.dto.mjs +2 -0
  10. package/esm2022/model/user-score-request.dto.mjs +11 -0
  11. package/esm2022/model/user-score.dto.mjs +2 -0
  12. package/esm2022/model/user-scores-create-comment-error-component.dto.mjs +24 -0
  13. package/esm2022/model/user-scores-create-error-response400.dto.mjs +2 -0
  14. package/esm2022/model/user-scores-create-error.dto.mjs +2 -0
  15. package/esm2022/model/user-scores-create-non-field-errors-error-component.dto.mjs +19 -0
  16. package/esm2022/model/user-scores-create-receiver-error-component.dto.mjs +21 -0
  17. package/esm2022/model/user-scores-create-score-error-component.dto.mjs +24 -0
  18. package/esm2022/model/user-scores-create-validation-error.dto.mjs +2 -0
  19. package/esm2022/model/user-scores-list-comment-icontains-error-component.dto.mjs +18 -0
  20. package/esm2022/model/user-scores-list-created-by-error-component.dto.mjs +18 -0
  21. package/esm2022/model/user-scores-list-created-by-in-error-component.dto.mjs +18 -0
  22. package/esm2022/model/user-scores-list-created-gte-error-component.dto.mjs +18 -0
  23. package/esm2022/model/user-scores-list-created-lte-error-component.dto.mjs +18 -0
  24. package/esm2022/model/user-scores-list-error-response400.dto.mjs +2 -0
  25. package/esm2022/model/user-scores-list-error.dto.mjs +2 -0
  26. package/esm2022/model/user-scores-list-id-error-component.dto.mjs +19 -0
  27. package/esm2022/model/user-scores-list-id-in-error-component.dto.mjs +19 -0
  28. package/esm2022/model/user-scores-list-receiver-error-component.dto.mjs +18 -0
  29. package/esm2022/model/user-scores-list-receiver-in-error-component.dto.mjs +18 -0
  30. package/esm2022/model/user-scores-list-score-error-component.dto.mjs +19 -0
  31. package/esm2022/model/user-scores-list-score-in-error-component.dto.mjs +19 -0
  32. package/esm2022/model/user-scores-list-validation-error.dto.mjs +2 -0
  33. package/esm2022/model/user-scores-retrieve-error-response400.dto.mjs +2 -0
  34. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +630 -1
  35. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  36. package/model/models.d.ts +25 -0
  37. package/model/paginated-user-score-list.dto.d.ts +16 -0
  38. package/model/user-score-request.dto.d.ts +17 -0
  39. package/model/user-score.dto.d.ts +24 -0
  40. package/model/user-scores-create-comment-error-component.dto.d.ts +32 -0
  41. package/model/user-scores-create-error-response400.dto.d.ts +16 -0
  42. package/model/user-scores-create-error.dto.d.ts +18 -0
  43. package/model/user-scores-create-non-field-errors-error-component.dto.d.ts +27 -0
  44. package/model/user-scores-create-receiver-error-component.dto.d.ts +29 -0
  45. package/model/user-scores-create-score-error-component.dto.d.ts +32 -0
  46. package/model/user-scores-create-validation-error.dto.d.ts +15 -0
  47. package/model/user-scores-list-comment-icontains-error-component.dto.d.ts +26 -0
  48. package/model/user-scores-list-created-by-error-component.dto.d.ts +26 -0
  49. package/model/user-scores-list-created-by-in-error-component.dto.d.ts +26 -0
  50. package/model/user-scores-list-created-gte-error-component.dto.d.ts +26 -0
  51. package/model/user-scores-list-created-lte-error-component.dto.d.ts +26 -0
  52. package/model/user-scores-list-error-response400.dto.d.ts +16 -0
  53. package/model/user-scores-list-error.dto.d.ts +25 -0
  54. package/model/user-scores-list-id-error-component.dto.d.ts +27 -0
  55. package/model/user-scores-list-id-in-error-component.dto.d.ts +27 -0
  56. package/model/user-scores-list-receiver-error-component.dto.d.ts +26 -0
  57. package/model/user-scores-list-receiver-in-error-component.dto.d.ts +26 -0
  58. package/model/user-scores-list-score-error-component.dto.d.ts +27 -0
  59. package/model/user-scores-list-score-in-error-component.dto.d.ts +27 -0
  60. package/model/user-scores-list-validation-error.dto.d.ts +15 -0
  61. package/model/user-scores-retrieve-error-response400.dto.d.ts +15 -0
  62. package/package.json +2 -2
package/model/models.d.ts CHANGED
@@ -333,6 +333,7 @@ export * from "./paginated-user-capacity-list.dto";
333
333
  export * from "./paginated-user-list.dto";
334
334
  export * from "./paginated-user-login-list.dto";
335
335
  export * from "./paginated-user-period-list.dto";
336
+ export * from "./paginated-user-score-list.dto";
336
337
  export * from "./paginated-user-sum-capacity-list.dto";
337
338
  export * from "./paginated-user-timezone-list.dto";
338
339
  export * from "./paginated-work-type-list.dto";
@@ -666,6 +667,30 @@ export * from "./user-periods-update-type-error-component.dto";
666
667
  export * from "./user-periods-update-user-error-component.dto";
667
668
  export * from "./user-periods-update-validation-error.dto";
668
669
  export * from "./user-request.dto";
670
+ export * from "./user-score.dto";
671
+ export * from "./user-score-request.dto";
672
+ export * from "./user-scores-create-comment-error-component.dto";
673
+ export * from "./user-scores-create-error.dto";
674
+ export * from "./user-scores-create-error-response400.dto";
675
+ export * from "./user-scores-create-non-field-errors-error-component.dto";
676
+ export * from "./user-scores-create-receiver-error-component.dto";
677
+ export * from "./user-scores-create-score-error-component.dto";
678
+ export * from "./user-scores-create-validation-error.dto";
679
+ export * from "./user-scores-list-comment-icontains-error-component.dto";
680
+ export * from "./user-scores-list-created-by-error-component.dto";
681
+ export * from "./user-scores-list-created-by-in-error-component.dto";
682
+ export * from "./user-scores-list-created-gte-error-component.dto";
683
+ export * from "./user-scores-list-created-lte-error-component.dto";
684
+ export * from "./user-scores-list-error.dto";
685
+ export * from "./user-scores-list-error-response400.dto";
686
+ export * from "./user-scores-list-id-error-component.dto";
687
+ export * from "./user-scores-list-id-in-error-component.dto";
688
+ export * from "./user-scores-list-receiver-error-component.dto";
689
+ export * from "./user-scores-list-receiver-in-error-component.dto";
690
+ export * from "./user-scores-list-score-error-component.dto";
691
+ export * from "./user-scores-list-score-in-error-component.dto";
692
+ export * from "./user-scores-list-validation-error.dto";
693
+ export * from "./user-scores-retrieve-error-response400.dto";
669
694
  export * from "./user-status-enum.dto";
670
695
  export * from "./user-sum-capacity.dto";
671
696
  export * from "./user-timezone.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 { UserScoreDto } from "./user-score.dto";
11
+ export interface PaginatedUserScoreListDto {
12
+ count: number;
13
+ results: Array<UserScoreDto>;
14
+ next?: string | null;
15
+ previous?: string | null;
16
+ }
@@ -0,0 +1,17 @@
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
+ /**
11
+ * Representation of UserScore model.
12
+ */
13
+ export interface UserScoreRequestDto {
14
+ score: number;
15
+ comment: string;
16
+ receiver: number;
17
+ }
@@ -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 { SimpleUserDto } from "./simple-user.dto";
11
+ /**
12
+ * Representation of UserScore model.
13
+ */
14
+ export interface UserScoreDto {
15
+ readonly id: number;
16
+ readonly created: string;
17
+ readonly modified: string;
18
+ score: number;
19
+ comment: string;
20
+ receiver: number;
21
+ readonly receiver_data: SimpleUserDto;
22
+ readonly created_by: number;
23
+ readonly created_by_data: SimpleUserDto;
24
+ }
@@ -0,0 +1,32 @@
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 UserScoresCreateCommentErrorComponentDto {
11
+ /**
12
+ * * `comment` - comment
13
+ */
14
+ attr: UserScoresCreateCommentErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `blank` - blank * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UserScoresCreateCommentErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresCreateCommentErrorComponentDtoAttrEnum {
22
+ Comment = "comment"
23
+ }
24
+ export declare enum UserScoresCreateCommentErrorComponentDtoCodeEnum {
25
+ Blank = "blank",
26
+ Invalid = "invalid",
27
+ MaxLength = "max_length",
28
+ Null = "null",
29
+ NullCharactersNotAllowed = "null_characters_not_allowed",
30
+ Required = "required",
31
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
32
+ }
@@ -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 { UserScoresCreateValidationErrorDto } from "./user-scores-create-validation-error.dto";
12
+ /**
13
+ * @type UserScoresCreateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type UserScoresCreateErrorResponse400Dto = ParseErrorResponseDto | UserScoresCreateValidationErrorDto;
@@ -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
+ import { UserScoresCreateReceiverErrorComponentDto } from "./user-scores-create-receiver-error-component.dto";
11
+ import { UserScoresCreateScoreErrorComponentDto } from "./user-scores-create-score-error-component.dto";
12
+ import { UserScoresCreateCommentErrorComponentDto } from "./user-scores-create-comment-error-component.dto";
13
+ import { UserScoresCreateNonFieldErrorsErrorComponentDto } from "./user-scores-create-non-field-errors-error-component.dto";
14
+ /**
15
+ * @type UserScoresCreateErrorDto
16
+ * @export
17
+ */
18
+ export type UserScoresCreateErrorDto = UserScoresCreateCommentErrorComponentDto | UserScoresCreateNonFieldErrorsErrorComponentDto | UserScoresCreateReceiverErrorComponentDto | UserScoresCreateScoreErrorComponentDto;
@@ -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 UserScoresCreateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: UserScoresCreateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: UserScoresCreateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresCreateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum UserScoresCreateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,29 @@
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 UserScoresCreateReceiverErrorComponentDto {
11
+ /**
12
+ * * `receiver` - receiver
13
+ */
14
+ attr: UserScoresCreateReceiverErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
17
+ */
18
+ code: UserScoresCreateReceiverErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresCreateReceiverErrorComponentDtoAttrEnum {
22
+ Receiver = "receiver"
23
+ }
24
+ export declare enum UserScoresCreateReceiverErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ Null = "null",
28
+ Required = "required"
29
+ }
@@ -0,0 +1,32 @@
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 UserScoresCreateScoreErrorComponentDto {
11
+ /**
12
+ * * `score` - score
13
+ */
14
+ attr: UserScoresCreateScoreErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `limit_value` - limit_value * `max_string_length` - max_string_length * `max_value` - max_value * `min_value` - min_value * `null` - null * `required` - required
17
+ */
18
+ code: UserScoresCreateScoreErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresCreateScoreErrorComponentDtoAttrEnum {
22
+ Score = "score"
23
+ }
24
+ export declare enum UserScoresCreateScoreErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ LimitValue = "limit_value",
27
+ MaxStringLength = "max_string_length",
28
+ MaxValue = "max_value",
29
+ MinValue = "min_value",
30
+ Null = "null",
31
+ Required = "required"
32
+ }
@@ -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 { UserScoresCreateErrorDto } from "./user-scores-create-error.dto";
12
+ export interface UserScoresCreateValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<UserScoresCreateErrorDto>;
15
+ }
@@ -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
+ export interface UserScoresListCommentIcontainsErrorComponentDto {
11
+ /**
12
+ * * `comment__icontains` - comment__icontains
13
+ */
14
+ attr: UserScoresListCommentIcontainsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: UserScoresListCommentIcontainsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListCommentIcontainsErrorComponentDtoAttrEnum {
22
+ CommentIcontains = "comment__icontains"
23
+ }
24
+ export declare enum UserScoresListCommentIcontainsErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }
@@ -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
+ export interface UserScoresListCreatedByErrorComponentDto {
11
+ /**
12
+ * * `created_by` - created_by
13
+ */
14
+ attr: UserScoresListCreatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: UserScoresListCreatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListCreatedByErrorComponentDtoAttrEnum {
22
+ CreatedBy = "created_by"
23
+ }
24
+ export declare enum UserScoresListCreatedByErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -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
+ export interface UserScoresListCreatedByInErrorComponentDto {
11
+ /**
12
+ * * `created_by__in` - created_by__in
13
+ */
14
+ attr: UserScoresListCreatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: UserScoresListCreatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListCreatedByInErrorComponentDtoAttrEnum {
22
+ CreatedByIn = "created_by__in"
23
+ }
24
+ export declare enum UserScoresListCreatedByInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -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
+ export interface UserScoresListCreatedGteErrorComponentDto {
11
+ /**
12
+ * * `created__gte` - created__gte
13
+ */
14
+ attr: UserScoresListCreatedGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: UserScoresListCreatedGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListCreatedGteErrorComponentDtoAttrEnum {
22
+ CreatedGte = "created__gte"
23
+ }
24
+ export declare enum UserScoresListCreatedGteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
26
+ }
@@ -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
+ export interface UserScoresListCreatedLteErrorComponentDto {
11
+ /**
12
+ * * `created__lte` - created__lte
13
+ */
14
+ attr: UserScoresListCreatedLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: UserScoresListCreatedLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListCreatedLteErrorComponentDtoAttrEnum {
22
+ CreatedLte = "created__lte"
23
+ }
24
+ export declare enum UserScoresListCreatedLteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
26
+ }
@@ -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 { UserScoresListValidationErrorDto } from "./user-scores-list-validation-error.dto";
12
+ /**
13
+ * @type UserScoresListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type UserScoresListErrorResponse400Dto = ParseErrorResponseDto | UserScoresListValidationErrorDto;
@@ -0,0 +1,25 @@
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 { UserScoresListCreatedLteErrorComponentDto } from "./user-scores-list-created-lte-error-component.dto";
11
+ import { UserScoresListScoreErrorComponentDto } from "./user-scores-list-score-error-component.dto";
12
+ import { UserScoresListIdInErrorComponentDto } from "./user-scores-list-id-in-error-component.dto";
13
+ import { UserScoresListCreatedGteErrorComponentDto } from "./user-scores-list-created-gte-error-component.dto";
14
+ import { UserScoresListIdErrorComponentDto } from "./user-scores-list-id-error-component.dto";
15
+ import { UserScoresListReceiverInErrorComponentDto } from "./user-scores-list-receiver-in-error-component.dto";
16
+ import { UserScoresListCommentIcontainsErrorComponentDto } from "./user-scores-list-comment-icontains-error-component.dto";
17
+ import { UserScoresListScoreInErrorComponentDto } from "./user-scores-list-score-in-error-component.dto";
18
+ import { UserScoresListCreatedByErrorComponentDto } from "./user-scores-list-created-by-error-component.dto";
19
+ import { UserScoresListCreatedByInErrorComponentDto } from "./user-scores-list-created-by-in-error-component.dto";
20
+ import { UserScoresListReceiverErrorComponentDto } from "./user-scores-list-receiver-error-component.dto";
21
+ /**
22
+ * @type UserScoresListErrorDto
23
+ * @export
24
+ */
25
+ export type UserScoresListErrorDto = UserScoresListCommentIcontainsErrorComponentDto | UserScoresListCreatedByErrorComponentDto | UserScoresListCreatedByInErrorComponentDto | UserScoresListCreatedGteErrorComponentDto | UserScoresListCreatedLteErrorComponentDto | UserScoresListIdErrorComponentDto | UserScoresListIdInErrorComponentDto | UserScoresListReceiverErrorComponentDto | UserScoresListReceiverInErrorComponentDto | UserScoresListScoreErrorComponentDto | UserScoresListScoreInErrorComponentDto;
@@ -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 UserScoresListIdErrorComponentDto {
11
+ /**
12
+ * * `id` - id
13
+ */
14
+ attr: UserScoresListIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: UserScoresListIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListIdErrorComponentDtoAttrEnum {
22
+ Id = "id"
23
+ }
24
+ export declare enum UserScoresListIdErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -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 UserScoresListIdInErrorComponentDto {
11
+ /**
12
+ * * `id__in` - id__in
13
+ */
14
+ attr: UserScoresListIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: UserScoresListIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListIdInErrorComponentDtoAttrEnum {
22
+ IdIn = "id__in"
23
+ }
24
+ export declare enum UserScoresListIdInErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -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
+ export interface UserScoresListReceiverErrorComponentDto {
11
+ /**
12
+ * * `receiver` - receiver
13
+ */
14
+ attr: UserScoresListReceiverErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: UserScoresListReceiverErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListReceiverErrorComponentDtoAttrEnum {
22
+ Receiver = "receiver"
23
+ }
24
+ export declare enum UserScoresListReceiverErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -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
+ export interface UserScoresListReceiverInErrorComponentDto {
11
+ /**
12
+ * * `receiver__in` - receiver__in
13
+ */
14
+ attr: UserScoresListReceiverInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: UserScoresListReceiverInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListReceiverInErrorComponentDtoAttrEnum {
22
+ ReceiverIn = "receiver__in"
23
+ }
24
+ export declare enum UserScoresListReceiverInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -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 UserScoresListScoreErrorComponentDto {
11
+ /**
12
+ * * `score` - score
13
+ */
14
+ attr: UserScoresListScoreErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: UserScoresListScoreErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListScoreErrorComponentDtoAttrEnum {
22
+ Score = "score"
23
+ }
24
+ export declare enum UserScoresListScoreErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -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 UserScoresListScoreInErrorComponentDto {
11
+ /**
12
+ * * `score__in` - score__in
13
+ */
14
+ attr: UserScoresListScoreInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: UserScoresListScoreInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserScoresListScoreInErrorComponentDtoAttrEnum {
22
+ ScoreIn = "score__in"
23
+ }
24
+ export declare enum UserScoresListScoreInErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
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 { UserScoresListErrorDto } from "./user-scores-list-error.dto";
11
+ import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
+ export interface UserScoresListValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<UserScoresListErrorDto>;
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 UserScoresRetrieveErrorResponse400Dto
13
+ * @export
14
+ */
15
+ export type UserScoresRetrieveErrorResponse400Dto = ParseErrorResponseDto;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.92",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.70)",
3
+ "version": "0.0.94",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.72)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",