@saritasa/crm-delmar-core-sdk 0.0.127 → 0.0.129
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/user-scores-api.service.d.ts +23 -1
- package/api/user-scores-api.serviceInterface.d.ts +24 -0
- package/esm2022/api/user-scores-api.service.mjs +116 -1
- package/esm2022/api/user-scores-api.serviceInterface.mjs +1 -1
- package/esm2022/model/models.mjs +18 -1
- package/esm2022/model/user-scores-total-score-retrieve-comment-icontains-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-created-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/user-scores-total-score-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/user-scores-total-score-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/user-scores-total-score-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/user-scores-total-score-retrieve-receiver-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-receiver-in-error-component.dto.mjs +18 -0
- package/esm2022/model/user-scores-total-score-retrieve-score-error-component.dto.mjs +19 -0
- package/esm2022/model/user-scores-total-score-retrieve-score-in-error-component.dto.mjs +19 -0
- package/esm2022/model/user-scores-total-score-retrieve-validation-error.dto.mjs +2 -0
- package/esm2022/model/user-total-score.dto.mjs +11 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +364 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +17 -0
- package/model/user-scores-total-score-retrieve-comment-icontains-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-date-gte-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-date-lte-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-gte-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-created-lte-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-error-response400.dto.d.ts +16 -0
- package/model/user-scores-total-score-retrieve-error.dto.d.ts +27 -0
- package/model/user-scores-total-score-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/user-scores-total-score-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/user-scores-total-score-retrieve-receiver-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-receiver-in-error-component.dto.d.ts +26 -0
- package/model/user-scores-total-score-retrieve-score-error-component.dto.d.ts +27 -0
- package/model/user-scores-total-score-retrieve-score-in-error-component.dto.d.ts +27 -0
- package/model/user-scores-total-score-retrieve-validation-error.dto.d.ts +15 -0
- package/model/user-total-score.dto.d.ts +17 -0
- package/package.json +2 -2
package/model/models.d.ts
CHANGED
|
@@ -950,6 +950,22 @@ export * from "./user-scores-list-score-error-component.dto";
|
|
|
950
950
|
export * from "./user-scores-list-score-in-error-component.dto";
|
|
951
951
|
export * from "./user-scores-list-validation-error.dto";
|
|
952
952
|
export * from "./user-scores-retrieve-error-response400.dto";
|
|
953
|
+
export * from "./user-scores-total-score-retrieve-comment-icontains-error-component.dto";
|
|
954
|
+
export * from "./user-scores-total-score-retrieve-created-by-error-component.dto";
|
|
955
|
+
export * from "./user-scores-total-score-retrieve-created-by-in-error-component.dto";
|
|
956
|
+
export * from "./user-scores-total-score-retrieve-created-date-gte-error-component.dto";
|
|
957
|
+
export * from "./user-scores-total-score-retrieve-created-date-lte-error-component.dto";
|
|
958
|
+
export * from "./user-scores-total-score-retrieve-created-gte-error-component.dto";
|
|
959
|
+
export * from "./user-scores-total-score-retrieve-created-lte-error-component.dto";
|
|
960
|
+
export * from "./user-scores-total-score-retrieve-error.dto";
|
|
961
|
+
export * from "./user-scores-total-score-retrieve-error-response400.dto";
|
|
962
|
+
export * from "./user-scores-total-score-retrieve-id-error-component.dto";
|
|
963
|
+
export * from "./user-scores-total-score-retrieve-id-in-error-component.dto";
|
|
964
|
+
export * from "./user-scores-total-score-retrieve-receiver-error-component.dto";
|
|
965
|
+
export * from "./user-scores-total-score-retrieve-receiver-in-error-component.dto";
|
|
966
|
+
export * from "./user-scores-total-score-retrieve-score-error-component.dto";
|
|
967
|
+
export * from "./user-scores-total-score-retrieve-score-in-error-component.dto";
|
|
968
|
+
export * from "./user-scores-total-score-retrieve-validation-error.dto";
|
|
953
969
|
export * from "./user-status-enum.dto";
|
|
954
970
|
export * from "./user-sum-capacity.dto";
|
|
955
971
|
export * from "./user-timezone.dto";
|
|
@@ -972,6 +988,7 @@ export * from "./user-timezones-save-all-create-index-non-field-errors-error-com
|
|
|
972
988
|
export * from "./user-timezones-save-all-create-index-timezone-error-component.dto";
|
|
973
989
|
export * from "./user-timezones-save-all-create-non-field-errors-error-component.dto";
|
|
974
990
|
export * from "./user-timezones-save-all-create-validation-error.dto";
|
|
991
|
+
export * from "./user-total-score.dto";
|
|
975
992
|
export * from "./users-create-avatar-error-component.dto";
|
|
976
993
|
export * from "./users-create-birthday-error-component.dto";
|
|
977
994
|
export * from "./users-create-branch-error-component.dto";
|
|
@@ -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 UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `comment__icontains` - comment__icontains
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDtoAttrEnum {
|
|
22
|
+
CommentIcontains = "comment__icontains"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedByErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedByInErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__gte` - created__date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateGte = "created__date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__lte` - created__date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateLte = "created__date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedGteErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveCreatedLteErrorComponentDtoCodeEnum {
|
|
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 { UserScoresTotalScoreRetrieveValidationErrorDto } from "./user-scores-total-score-retrieve-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type UserScoresTotalScoreRetrieveErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type UserScoresTotalScoreRetrieveErrorResponse400Dto = ParseErrorResponseDto | UserScoresTotalScoreRetrieveValidationErrorDto;
|
|
@@ -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
|
+
import { UserScoresTotalScoreRetrieveScoreInErrorComponentDto } from "./user-scores-total-score-retrieve-score-in-error-component.dto";
|
|
11
|
+
import { UserScoresTotalScoreRetrieveIdErrorComponentDto } from "./user-scores-total-score-retrieve-id-error-component.dto";
|
|
12
|
+
import { UserScoresTotalScoreRetrieveReceiverInErrorComponentDto } from "./user-scores-total-score-retrieve-receiver-in-error-component.dto";
|
|
13
|
+
import { UserScoresTotalScoreRetrieveCreatedByErrorComponentDto } from "./user-scores-total-score-retrieve-created-by-error-component.dto";
|
|
14
|
+
import { UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDto } from "./user-scores-total-score-retrieve-created-date-gte-error-component.dto";
|
|
15
|
+
import { UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDto } from "./user-scores-total-score-retrieve-comment-icontains-error-component.dto";
|
|
16
|
+
import { UserScoresTotalScoreRetrieveReceiverErrorComponentDto } from "./user-scores-total-score-retrieve-receiver-error-component.dto";
|
|
17
|
+
import { UserScoresTotalScoreRetrieveScoreErrorComponentDto } from "./user-scores-total-score-retrieve-score-error-component.dto";
|
|
18
|
+
import { UserScoresTotalScoreRetrieveCreatedByInErrorComponentDto } from "./user-scores-total-score-retrieve-created-by-in-error-component.dto";
|
|
19
|
+
import { UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDto } from "./user-scores-total-score-retrieve-created-date-lte-error-component.dto";
|
|
20
|
+
import { UserScoresTotalScoreRetrieveIdInErrorComponentDto } from "./user-scores-total-score-retrieve-id-in-error-component.dto";
|
|
21
|
+
import { UserScoresTotalScoreRetrieveCreatedLteErrorComponentDto } from "./user-scores-total-score-retrieve-created-lte-error-component.dto";
|
|
22
|
+
import { UserScoresTotalScoreRetrieveCreatedGteErrorComponentDto } from "./user-scores-total-score-retrieve-created-gte-error-component.dto";
|
|
23
|
+
/**
|
|
24
|
+
* @type UserScoresTotalScoreRetrieveErrorDto
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
export type UserScoresTotalScoreRetrieveErrorDto = UserScoresTotalScoreRetrieveCommentIcontainsErrorComponentDto | UserScoresTotalScoreRetrieveCreatedByErrorComponentDto | UserScoresTotalScoreRetrieveCreatedByInErrorComponentDto | UserScoresTotalScoreRetrieveCreatedDateGteErrorComponentDto | UserScoresTotalScoreRetrieveCreatedDateLteErrorComponentDto | UserScoresTotalScoreRetrieveCreatedGteErrorComponentDto | UserScoresTotalScoreRetrieveCreatedLteErrorComponentDto | UserScoresTotalScoreRetrieveIdErrorComponentDto | UserScoresTotalScoreRetrieveIdInErrorComponentDto | UserScoresTotalScoreRetrieveReceiverErrorComponentDto | UserScoresTotalScoreRetrieveReceiverInErrorComponentDto | UserScoresTotalScoreRetrieveScoreErrorComponentDto | UserScoresTotalScoreRetrieveScoreInErrorComponentDto;
|
|
@@ -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 UserScoresTotalScoreRetrieveIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveIdErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveIdInErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveReceiverErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `receiver` - receiver
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveReceiverErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveReceiverErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveReceiverErrorComponentDtoAttrEnum {
|
|
22
|
+
Receiver = "receiver"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveReceiverErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveReceiverInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `receiver__in` - receiver__in
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveReceiverInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveReceiverInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveReceiverInErrorComponentDtoAttrEnum {
|
|
22
|
+
ReceiverIn = "receiver__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveReceiverInErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveScoreErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `score` - score
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveScoreErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveScoreErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveScoreErrorComponentDtoAttrEnum {
|
|
22
|
+
Score = "score"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveScoreErrorComponentDtoCodeEnum {
|
|
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 UserScoresTotalScoreRetrieveScoreInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `score__in` - score__in
|
|
13
|
+
*/
|
|
14
|
+
attr: UserScoresTotalScoreRetrieveScoreInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: UserScoresTotalScoreRetrieveScoreInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserScoresTotalScoreRetrieveScoreInErrorComponentDtoAttrEnum {
|
|
22
|
+
ScoreIn = "score__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserScoresTotalScoreRetrieveScoreInErrorComponentDtoCodeEnum {
|
|
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 { UserScoresTotalScoreRetrieveErrorDto } from "./user-scores-total-score-retrieve-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface UserScoresTotalScoreRetrieveValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<UserScoresTotalScoreRetrieveErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 UserScore total score.
|
|
12
|
+
*/
|
|
13
|
+
export interface UserTotalScoreDto {
|
|
14
|
+
negative_total_score: number;
|
|
15
|
+
positive_total_score: number;
|
|
16
|
+
total_score: number;
|
|
17
|
+
}
|
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.129",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.83)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|