@saritasa/crm-delmar-core-sdk 0.0.118 → 0.0.119
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/esm2022/model/branches-create-icon-error-component.dto.mjs +1 -2
- package/esm2022/model/branches-update-icon-error-component.dto.mjs +1 -2
- package/esm2022/model/locations-create-icon-error-component.dto.mjs +1 -2
- package/esm2022/model/locations-update-icon-error-component.dto.mjs +1 -2
- package/esm2022/model/models.mjs +3 -3
- package/esm2022/model/notification-data.dto.mjs +1 -1
- package/esm2022/model/notification-payload.dto.mjs +2 -0
- package/esm2022/model/profile-update-avatar-error-component.dto.mjs +1 -2
- package/esm2022/model/user-period-payload.dto.mjs +2 -0
- package/esm2022/model/user-periods-create-file-error-component.dto.mjs +1 -2
- package/esm2022/model/user-periods-update-file-error-component.dto.mjs +1 -2
- package/esm2022/model/users-create-avatar-error-component.dto.mjs +1 -2
- package/esm2022/model/users-update-avatar-error-component.dto.mjs +1 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +0 -9
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/branches-create-icon-error-component.dto.d.ts +1 -2
- package/model/branches-update-icon-error-component.dto.d.ts +1 -2
- package/model/locations-create-icon-error-component.dto.d.ts +1 -2
- package/model/locations-update-icon-error-component.dto.d.ts +1 -2
- package/model/models.d.ts +2 -2
- package/model/notification-data.dto.d.ts +3 -3
- package/model/{notify-data-notification-payload.dto.d.ts → notification-payload.dto.d.ts} +1 -1
- package/model/profile-update-avatar-error-component.dto.d.ts +1 -2
- package/model/{notify-data-user-period-payload.dto.d.ts → user-period-payload.dto.d.ts} +1 -1
- package/model/user-periods-create-file-error-component.dto.d.ts +1 -2
- package/model/user-periods-update-file-error-component.dto.d.ts +1 -2
- package/model/users-create-avatar-error-component.dto.d.ts +1 -2
- package/model/users-update-avatar-error-component.dto.d.ts +1 -2
- package/package.json +2 -2
- package/esm2022/model/notify-data-notification-payload.dto.mjs +0 -2
- package/esm2022/model/notify-data-user-period-payload.dto.mjs +0 -2
|
@@ -13,7 +13,7 @@ export interface BranchesCreateIconErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: BranchesCreateIconErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: BranchesCreateIconErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum BranchesCreateIconErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum BranchesCreateIconErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface BranchesUpdateIconErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: BranchesUpdateIconErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: BranchesUpdateIconErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum BranchesUpdateIconErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum BranchesUpdateIconErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface LocationsCreateIconErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: LocationsCreateIconErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: LocationsCreateIconErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum LocationsCreateIconErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum LocationsCreateIconErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface LocationsUpdateIconErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: LocationsUpdateIconErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: LocationsUpdateIconErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum LocationsUpdateIconErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum LocationsUpdateIconErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -307,6 +307,7 @@ export * from "./locations-update-validation-error.dto";
|
|
|
307
307
|
export * from "./login-open-id-request.dto";
|
|
308
308
|
export * from "./notification-data.dto";
|
|
309
309
|
export * from "./notification.dto";
|
|
310
|
+
export * from "./notification-payload.dto";
|
|
310
311
|
export * from "./notification-type-enum.dto";
|
|
311
312
|
export * from "./notifications-delete-all-destroy-error-response400.dto";
|
|
312
313
|
export * from "./notifications-destroy-error-response400.dto";
|
|
@@ -329,10 +330,8 @@ export * from "./notifications-read-create-error-response400.dto";
|
|
|
329
330
|
export * from "./notifications-retrieve-error-response400.dto";
|
|
330
331
|
export * from "./notifications-unread-create-error-response400.dto";
|
|
331
332
|
export * from "./notify-data-department.dto";
|
|
332
|
-
export * from "./notify-data-notification-payload.dto";
|
|
333
333
|
export * from "./notify-data-user.dto";
|
|
334
334
|
export * from "./notify-data-user-period.dto";
|
|
335
|
-
export * from "./notify-data-user-period-payload.dto";
|
|
336
335
|
export * from "./open-id-code-exchange-request.dto";
|
|
337
336
|
export * from "./open-id-redirect.dto";
|
|
338
337
|
export * from "./paginated-branch-list.dto";
|
|
@@ -645,6 +644,7 @@ export * from "./user-logins-update-role-error-component.dto";
|
|
|
645
644
|
export * from "./user-logins-update-validation-error.dto";
|
|
646
645
|
export * from "./user-period-change-status-request.dto";
|
|
647
646
|
export * from "./user-period.dto";
|
|
647
|
+
export * from "./user-period-payload.dto";
|
|
648
648
|
export * from "./user-period-request.dto";
|
|
649
649
|
export * from "./user-period-status-enum.dto";
|
|
650
650
|
export * from "./user-period-type-enum.dto";
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
10
|
+
import { UserPeriodPayloadDto } from "./user-period-payload.dto";
|
|
11
|
+
import { NotificationPayloadDto } from "./notification-payload.dto";
|
|
12
12
|
/**
|
|
13
13
|
* @type NotificationDataDto
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
|
-
export type NotificationDataDto =
|
|
16
|
+
export type NotificationDataDto = NotificationPayloadDto | UserPeriodPayloadDto;
|
|
@@ -11,7 +11,7 @@ import { NotifyDataUserDto } from "./notify-data-user.dto";
|
|
|
11
11
|
/**
|
|
12
12
|
* Representation of NotificationPayload
|
|
13
13
|
*/
|
|
14
|
-
export interface
|
|
14
|
+
export interface NotificationPayloadDto {
|
|
15
15
|
triggered_by: NotifyDataUserDto | null;
|
|
16
16
|
serializer_type?: string;
|
|
17
17
|
is_fallback?: boolean;
|
|
@@ -13,7 +13,7 @@ export interface ProfileUpdateAvatarErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: ProfileUpdateAvatarErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: ProfileUpdateAvatarErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum ProfileUpdateAvatarErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum ProfileUpdateAvatarErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -12,7 +12,7 @@ import { NotifyDataUserPeriodDto } from "./notify-data-user-period.dto";
|
|
|
12
12
|
/**
|
|
13
13
|
* Representation of UserPeriodPayload
|
|
14
14
|
*/
|
|
15
|
-
export interface
|
|
15
|
+
export interface UserPeriodPayloadDto {
|
|
16
16
|
triggered_by: NotifyDataUserDto | null;
|
|
17
17
|
user_period: NotifyDataUserPeriodDto;
|
|
18
18
|
serializer_type?: string;
|
|
@@ -13,7 +13,7 @@ export interface UserPeriodsCreateFileErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UserPeriodsCreateFileErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UserPeriodsCreateFileErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum UserPeriodsCreateFileErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum UserPeriodsCreateFileErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface UserPeriodsUpdateFileErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UserPeriodsUpdateFileErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UserPeriodsUpdateFileErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum UserPeriodsUpdateFileErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum UserPeriodsUpdateFileErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersCreateAvatarErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersCreateAvatarErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersCreateAvatarErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum UsersCreateAvatarErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum UsersCreateAvatarErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateAvatarErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateAvatarErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `blank` - blank * `invalid` - invalid * `
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateAvatarErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -24,7 +24,6 @@ export declare enum UsersUpdateAvatarErrorComponentDtoAttrEnum {
|
|
|
24
24
|
export declare enum UsersUpdateAvatarErrorComponentDtoCodeEnum {
|
|
25
25
|
Blank = "blank",
|
|
26
26
|
Invalid = "invalid",
|
|
27
|
-
MaxLength = "max_length",
|
|
28
27
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
28
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
30
29
|
}
|
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.119",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.79)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LWRhdGEtbm90aWZpY2F0aW9uLXBheWxvYWQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvbm90aWZ5LWRhdGEtbm90aWZpY2F0aW9uLXBheWxvYWQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlbG1hciBBcGlcbiAqXG4gKlxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgTm90aWZ5RGF0YVVzZXJEdG8gfSBmcm9tIFwiLi9ub3RpZnktZGF0YS11c2VyLmR0b1wiO1xuXG4vKipcbiAqIFJlcHJlc2VudGF0aW9uIG9mIE5vdGlmaWNhdGlvblBheWxvYWRcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBOb3RpZnlEYXRhTm90aWZpY2F0aW9uUGF5bG9hZER0byB7XG4gIHRyaWdnZXJlZF9ieTogTm90aWZ5RGF0YVVzZXJEdG8gfCBudWxsO1xuICBzZXJpYWxpemVyX3R5cGU/OiBzdHJpbmc7XG4gIGlzX2ZhbGxiYWNrPzogYm9vbGVhbjtcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LWRhdGEtdXNlci1wZXJpb2QtcGF5bG9hZC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9ub3RpZnktZGF0YS11c2VyLXBlcmlvZC1wYXlsb2FkLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IE5vdGlmeURhdGFVc2VyRHRvIH0gZnJvbSBcIi4vbm90aWZ5LWRhdGEtdXNlci5kdG9cIjtcbmltcG9ydCB7IE5vdGlmeURhdGFVc2VyUGVyaW9kRHRvIH0gZnJvbSBcIi4vbm90aWZ5LWRhdGEtdXNlci1wZXJpb2QuZHRvXCI7XG5cbi8qKlxuICogUmVwcmVzZW50YXRpb24gb2YgVXNlclBlcmlvZFBheWxvYWRcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBOb3RpZnlEYXRhVXNlclBlcmlvZFBheWxvYWREdG8ge1xuICB0cmlnZ2VyZWRfYnk6IE5vdGlmeURhdGFVc2VyRHRvIHwgbnVsbDtcbiAgdXNlcl9wZXJpb2Q6IE5vdGlmeURhdGFVc2VyUGVyaW9kRHRvO1xuICBzZXJpYWxpemVyX3R5cGU/OiBzdHJpbmc7XG4gIGlzX2ZhbGxiYWNrPzogYm9vbGVhbjtcbn1cbiJdfQ==
|