@saritasa/crm-delmar-core-sdk 0.0.30 → 0.0.32
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/models.mjs +10 -8
- package/esm2022/model/profile-request.dto.mjs +1 -1
- package/esm2022/model/profile-update-birthday-error-component.dto.mjs +19 -0
- package/esm2022/model/profile-update-error.dto.mjs +1 -1
- package/esm2022/model/profile-update-github-username-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-home-phone-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-office-phone-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-personal-email-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-personal-phone-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-skype-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-slack-id-error-component.dto.mjs +22 -0
- package/esm2022/model/profile-update-timezone-error-component.dto.mjs +22 -0
- package/esm2022/model/profile.dto.mjs +1 -1
- package/esm2022/model/user-request.dto.mjs +1 -1
- package/esm2022/model/user.dto.mjs +1 -1
- package/esm2022/model/users-create-github-username-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-home-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-office-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-personal-email-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-personal-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-skype-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-slack-id-error-component.dto.mjs +1 -3
- package/esm2022/model/users-create-timezone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-github-username-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-home-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-office-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-personal-email-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-personal-phone-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-skype-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-slack-id-error-component.dto.mjs +1 -3
- package/esm2022/model/users-update-timezone-error-component.dto.mjs +1 -3
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +150 -126
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +9 -7
- package/model/profile-request.dto.d.ts +9 -7
- package/model/profile-update-birthday-error-component.dto.d.ts +27 -0
- package/model/profile-update-error.dto.d.ts +10 -8
- package/model/profile-update-github-username-error-component.dto.d.ts +30 -0
- package/model/profile-update-home-phone-error-component.dto.d.ts +30 -0
- package/model/profile-update-office-phone-error-component.dto.d.ts +30 -0
- package/model/profile-update-personal-email-error-component.dto.d.ts +30 -0
- package/model/profile-update-personal-phone-error-component.dto.d.ts +30 -0
- package/model/profile-update-skype-error-component.dto.d.ts +30 -0
- package/model/profile-update-slack-id-error-component.dto.d.ts +30 -0
- package/model/profile-update-timezone-error-component.dto.d.ts +30 -0
- package/model/profile.dto.d.ts +16 -16
- package/model/user-request.dto.d.ts +8 -8
- package/model/user.dto.d.ts +8 -8
- package/model/users-create-github-username-error-component.dto.d.ts +1 -3
- package/model/users-create-home-phone-error-component.dto.d.ts +1 -3
- package/model/users-create-office-phone-error-component.dto.d.ts +1 -3
- package/model/users-create-personal-email-error-component.dto.d.ts +1 -3
- package/model/users-create-personal-phone-error-component.dto.d.ts +1 -3
- package/model/users-create-skype-error-component.dto.d.ts +1 -3
- package/model/users-create-slack-id-error-component.dto.d.ts +1 -3
- package/model/users-create-timezone-error-component.dto.d.ts +1 -3
- package/model/users-update-github-username-error-component.dto.d.ts +1 -3
- package/model/users-update-home-phone-error-component.dto.d.ts +1 -3
- package/model/users-update-office-phone-error-component.dto.d.ts +1 -3
- package/model/users-update-personal-email-error-component.dto.d.ts +1 -3
- package/model/users-update-personal-phone-error-component.dto.d.ts +1 -3
- package/model/users-update-skype-error-component.dto.d.ts +1 -3
- package/model/users-update-slack-id-error-component.dto.d.ts +1 -3
- package/model/users-update-timezone-error-component.dto.d.ts +1 -3
- package/package.json +2 -2
- package/esm2022/model/profile-update-branch-error-component.dto.mjs +0 -21
- package/esm2022/model/profile-update-department-error-component.dto.mjs +0 -21
- package/esm2022/model/profile-update-dismissal-reason-error-component.dto.mjs +0 -19
- package/esm2022/model/profile-update-recruited-by-error-component.dto.mjs +0 -19
- package/esm2022/model/profile-update-role-error-component.dto.mjs +0 -19
- package/esm2022/model/profile-update-vendor-error-component.dto.mjs +0 -19
- package/esm2022/model/profile-update-work-type-error-component.dto.mjs +0 -21
- package/model/profile-update-branch-error-component.dto.d.ts +0 -29
- package/model/profile-update-department-error-component.dto.d.ts +0 -29
- package/model/profile-update-dismissal-reason-error-component.dto.d.ts +0 -27
- package/model/profile-update-recruited-by-error-component.dto.d.ts +0 -27
- package/model/profile-update-role-error-component.dto.d.ts +0 -27
- package/model/profile-update-vendor-error-component.dto.d.ts +0 -27
- package/model/profile-update-work-type-error-component.dto.d.ts +0 -29
|
@@ -13,7 +13,7 @@ export interface UsersCreateTimezoneErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersCreateTimezoneErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersCreateTimezoneErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersCreateTimezoneErrorComponentDtoAttrEnum {
|
|
|
22
22
|
Timezone = "timezone"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersCreateTimezoneErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateGithubUsernameErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateGithubUsernameErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateGithubUsernameErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateGithubUsernameErrorComponentDtoAttrEnum {
|
|
|
22
22
|
GithubUsername = "github_username"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateGithubUsernameErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateHomePhoneErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateHomePhoneErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateHomePhoneErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateHomePhoneErrorComponentDtoAttrEnum {
|
|
|
22
22
|
HomePhone = "home_phone"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateHomePhoneErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateOfficePhoneErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateOfficePhoneErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateOfficePhoneErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateOfficePhoneErrorComponentDtoAttrEnum {
|
|
|
22
22
|
OfficePhone = "office_phone"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateOfficePhoneErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdatePersonalEmailErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdatePersonalEmailErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdatePersonalEmailErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdatePersonalEmailErrorComponentDtoAttrEnum {
|
|
|
22
22
|
PersonalEmail = "personal_email"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdatePersonalEmailErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdatePersonalPhoneErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdatePersonalPhoneErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdatePersonalPhoneErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdatePersonalPhoneErrorComponentDtoAttrEnum {
|
|
|
22
22
|
PersonalPhone = "personal_phone"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdatePersonalPhoneErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateSkypeErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateSkypeErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateSkypeErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateSkypeErrorComponentDtoAttrEnum {
|
|
|
22
22
|
Skype = "skype"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateSkypeErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateSlackIdErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateSlackIdErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateSlackIdErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateSlackIdErrorComponentDtoAttrEnum {
|
|
|
22
22
|
SlackId = "slack_id"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateSlackIdErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
|
@@ -13,7 +13,7 @@ export interface UsersUpdateTimezoneErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: UsersUpdateTimezoneErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `
|
|
16
|
+
* * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
17
|
*/
|
|
18
18
|
code: UsersUpdateTimezoneErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -22,11 +22,9 @@ export declare enum UsersUpdateTimezoneErrorComponentDtoAttrEnum {
|
|
|
22
22
|
Timezone = "timezone"
|
|
23
23
|
}
|
|
24
24
|
export declare enum UsersUpdateTimezoneErrorComponentDtoCodeEnum {
|
|
25
|
-
Blank = "blank",
|
|
26
25
|
Invalid = "invalid",
|
|
27
26
|
MaxLength = "max_length",
|
|
28
27
|
Null = "null",
|
|
29
28
|
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
-
Required = "required",
|
|
31
29
|
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
30
|
}
|
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.32",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.37)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1,21 +0,0 @@
|
|
|
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 var ProfileUpdateBranchErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateBranchErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateBranchErrorComponentDtoAttrEnum["Branch"] = "branch";
|
|
13
|
-
})(ProfileUpdateBranchErrorComponentDtoAttrEnum || (ProfileUpdateBranchErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateBranchErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateBranchErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateBranchErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateBranchErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
ProfileUpdateBranchErrorComponentDtoCodeEnum["Null"] = "null";
|
|
19
|
-
ProfileUpdateBranchErrorComponentDtoCodeEnum["Required"] = "required";
|
|
20
|
-
})(ProfileUpdateBranchErrorComponentDtoCodeEnum || (ProfileUpdateBranchErrorComponentDtoCodeEnum = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtYnJhbmNoLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9wcm9maWxlLXVwZGF0ZS1icmFuY2gtZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLDRDQUVYO0FBRkQsV0FBWSw0Q0FBNEM7SUFDdEQsaUVBQWlCLENBQUE7QUFDbkIsQ0FBQyxFQUZXLDRDQUE0QyxLQUE1Qyw0Q0FBNEMsUUFFdkQ7QUFDRCxNQUFNLENBQU4sSUFBWSw0Q0FLWDtBQUxELFdBQVksNENBQTRDO0lBQ3RELCtFQUErQixDQUFBO0lBQy9CLGdGQUFnQyxDQUFBO0lBQ2hDLDZEQUFhLENBQUE7SUFDYixxRUFBcUIsQ0FBQTtBQUN2QixDQUFDLEVBTFcsNENBQTRDLEtBQTVDLDRDQUE0QyxRQUt2RCIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUHJvZmlsZVVwZGF0ZUJyYW5jaEVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYGJyYW5jaGAgLSBicmFuY2hcbiAgICovXG4gIGF0dHI6IFByb2ZpbGVVcGRhdGVCcmFuY2hFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGUgKiBgbnVsbGAgLSBudWxsICogYHJlcXVpcmVkYCAtIHJlcXVpcmVkXG4gICAqL1xuICBjb2RlOiBQcm9maWxlVXBkYXRlQnJhbmNoRXJyb3JDb21wb25lbnREdG9Db2RlRW51bTtcbiAgZGV0YWlsOiBzdHJpbmc7XG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlQnJhbmNoRXJyb3JDb21wb25lbnREdG9BdHRyRW51bSB7XG4gIEJyYW5jaCA9IFwiYnJhbmNoXCIsXG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlQnJhbmNoRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIERvZXNOb3RFeGlzdCA9IFwiZG9lc19ub3RfZXhpc3RcIixcbiAgSW5jb3JyZWN0VHlwZSA9IFwiaW5jb3JyZWN0X3R5cGVcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
|
|
@@ -1,21 +0,0 @@
|
|
|
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 var ProfileUpdateDepartmentErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateDepartmentErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateDepartmentErrorComponentDtoAttrEnum["Department"] = "department";
|
|
13
|
-
})(ProfileUpdateDepartmentErrorComponentDtoAttrEnum || (ProfileUpdateDepartmentErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateDepartmentErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateDepartmentErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateDepartmentErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateDepartmentErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
ProfileUpdateDepartmentErrorComponentDtoCodeEnum["Null"] = "null";
|
|
19
|
-
ProfileUpdateDepartmentErrorComponentDtoCodeEnum["Required"] = "required";
|
|
20
|
-
})(ProfileUpdateDepartmentErrorComponentDtoCodeEnum || (ProfileUpdateDepartmentErrorComponentDtoCodeEnum = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtZGVwYXJ0bWVudC1lcnJvci1jb21wb25lbnQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvcHJvZmlsZS11cGRhdGUtZGVwYXJ0bWVudC1lcnJvci1jb21wb25lbnQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBYUgsTUFBTSxDQUFOLElBQVksZ0RBRVg7QUFGRCxXQUFZLGdEQUFnRDtJQUMxRCw2RUFBeUIsQ0FBQTtBQUMzQixDQUFDLEVBRlcsZ0RBQWdELEtBQWhELGdEQUFnRCxRQUUzRDtBQUNELE1BQU0sQ0FBTixJQUFZLGdEQUtYO0FBTEQsV0FBWSxnREFBZ0Q7SUFDMUQsbUZBQStCLENBQUE7SUFDL0Isb0ZBQWdDLENBQUE7SUFDaEMsaUVBQWEsQ0FBQTtJQUNiLHlFQUFxQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyxnREFBZ0QsS0FBaEQsZ0RBQWdELFFBSzNEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm9maWxlVXBkYXRlRGVwYXJ0bWVudEVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYGRlcGFydG1lbnRgIC0gZGVwYXJ0bWVudFxuICAgKi9cbiAgYXR0cjogUHJvZmlsZVVwZGF0ZURlcGFydG1lbnRFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGUgKiBgbnVsbGAgLSBudWxsICogYHJlcXVpcmVkYCAtIHJlcXVpcmVkXG4gICAqL1xuICBjb2RlOiBQcm9maWxlVXBkYXRlRGVwYXJ0bWVudEVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZURlcGFydG1lbnRFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgRGVwYXJ0bWVudCA9IFwiZGVwYXJ0bWVudFwiLFxufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZURlcGFydG1lbnRFcnJvckNvbXBvbmVudER0b0NvZGVFbnVtIHtcbiAgRG9lc05vdEV4aXN0ID0gXCJkb2VzX25vdF9leGlzdFwiLFxuICBJbmNvcnJlY3RUeXBlID0gXCJpbmNvcnJlY3RfdHlwZVwiLFxuICBOdWxsID0gXCJudWxsXCIsXG4gIFJlcXVpcmVkID0gXCJyZXF1aXJlZFwiLFxufVxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
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 var ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum["DismissalReason"] = "dismissal_reason";
|
|
13
|
-
})(ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum || (ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
})(ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum || (ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtZGlzbWlzc2FsLXJlYXNvbi1lcnJvci1jb21wb25lbnQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvcHJvZmlsZS11cGRhdGUtZGlzbWlzc2FsLXJlYXNvbi1lcnJvci1jb21wb25lbnQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBYUgsTUFBTSxDQUFOLElBQVkscURBRVg7QUFGRCxXQUFZLHFEQUFxRDtJQUMvRCw2RkFBb0MsQ0FBQTtBQUN0QyxDQUFDLEVBRlcscURBQXFELEtBQXJELHFEQUFxRCxRQUVoRTtBQUNELE1BQU0sQ0FBTixJQUFZLHFEQUdYO0FBSEQsV0FBWSxxREFBcUQ7SUFDL0Qsd0ZBQStCLENBQUE7SUFDL0IseUZBQWdDLENBQUE7QUFDbEMsQ0FBQyxFQUhXLHFEQUFxRCxLQUFyRCxxREFBcUQsUUFHaEUiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlbG1hciBBcGlcbiAqXG4gKlxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIFByb2ZpbGVVcGRhdGVEaXNtaXNzYWxSZWFzb25FcnJvckNvbXBvbmVudER0byB7XG4gIC8qKlxuICAgKiAqIGBkaXNtaXNzYWxfcmVhc29uYCAtIGRpc21pc3NhbF9yZWFzb25cbiAgICovXG4gIGF0dHI6IFByb2ZpbGVVcGRhdGVEaXNtaXNzYWxSZWFzb25FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGVcbiAgICovXG4gIGNvZGU6IFByb2ZpbGVVcGRhdGVEaXNtaXNzYWxSZWFzb25FcnJvckNvbXBvbmVudER0b0NvZGVFbnVtO1xuICBkZXRhaWw6IHN0cmluZztcbn1cbmV4cG9ydCBlbnVtIFByb2ZpbGVVcGRhdGVEaXNtaXNzYWxSZWFzb25FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgRGlzbWlzc2FsUmVhc29uID0gXCJkaXNtaXNzYWxfcmVhc29uXCIsXG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlRGlzbWlzc2FsUmVhc29uRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIERvZXNOb3RFeGlzdCA9IFwiZG9lc19ub3RfZXhpc3RcIixcbiAgSW5jb3JyZWN0VHlwZSA9IFwiaW5jb3JyZWN0X3R5cGVcIixcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
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 var ProfileUpdateRecruitedByErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateRecruitedByErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateRecruitedByErrorComponentDtoAttrEnum["RecruitedBy"] = "recruited_by";
|
|
13
|
-
})(ProfileUpdateRecruitedByErrorComponentDtoAttrEnum || (ProfileUpdateRecruitedByErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateRecruitedByErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateRecruitedByErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateRecruitedByErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateRecruitedByErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
})(ProfileUpdateRecruitedByErrorComponentDtoCodeEnum || (ProfileUpdateRecruitedByErrorComponentDtoCodeEnum = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtcmVjcnVpdGVkLWJ5LWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9wcm9maWxlLXVwZGF0ZS1yZWNydWl0ZWQtYnktZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLGlEQUVYO0FBRkQsV0FBWSxpREFBaUQ7SUFDM0QsaUZBQTRCLENBQUE7QUFDOUIsQ0FBQyxFQUZXLGlEQUFpRCxLQUFqRCxpREFBaUQsUUFFNUQ7QUFDRCxNQUFNLENBQU4sSUFBWSxpREFHWDtBQUhELFdBQVksaURBQWlEO0lBQzNELG9GQUErQixDQUFBO0lBQy9CLHFGQUFnQyxDQUFBO0FBQ2xDLENBQUMsRUFIVyxpREFBaUQsS0FBakQsaURBQWlELFFBRzVEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm9maWxlVXBkYXRlUmVjcnVpdGVkQnlFcnJvckNvbXBvbmVudER0byB7XG4gIC8qKlxuICAgKiAqIGByZWNydWl0ZWRfYnlgIC0gcmVjcnVpdGVkX2J5XG4gICAqL1xuICBhdHRyOiBQcm9maWxlVXBkYXRlUmVjcnVpdGVkQnlFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGVcbiAgICovXG4gIGNvZGU6IFByb2ZpbGVVcGRhdGVSZWNydWl0ZWRCeUVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZVJlY3J1aXRlZEJ5RXJyb3JDb21wb25lbnREdG9BdHRyRW51bSB7XG4gIFJlY3J1aXRlZEJ5ID0gXCJyZWNydWl0ZWRfYnlcIixcbn1cbmV4cG9ydCBlbnVtIFByb2ZpbGVVcGRhdGVSZWNydWl0ZWRCeUVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBEb2VzTm90RXhpc3QgPSBcImRvZXNfbm90X2V4aXN0XCIsXG4gIEluY29ycmVjdFR5cGUgPSBcImluY29ycmVjdF90eXBlXCIsXG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
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 var ProfileUpdateRoleErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateRoleErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateRoleErrorComponentDtoAttrEnum["Role"] = "role";
|
|
13
|
-
})(ProfileUpdateRoleErrorComponentDtoAttrEnum || (ProfileUpdateRoleErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateRoleErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateRoleErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateRoleErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateRoleErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
})(ProfileUpdateRoleErrorComponentDtoCodeEnum || (ProfileUpdateRoleErrorComponentDtoCodeEnum = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtcm9sZS1lcnJvci1jb21wb25lbnQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvcHJvZmlsZS11cGRhdGUtcm9sZS1lcnJvci1jb21wb25lbnQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBYUgsTUFBTSxDQUFOLElBQVksMENBRVg7QUFGRCxXQUFZLDBDQUEwQztJQUNwRCwyREFBYSxDQUFBO0FBQ2YsQ0FBQyxFQUZXLDBDQUEwQyxLQUExQywwQ0FBMEMsUUFFckQ7QUFDRCxNQUFNLENBQU4sSUFBWSwwQ0FHWDtBQUhELFdBQVksMENBQTBDO0lBQ3BELDZFQUErQixDQUFBO0lBQy9CLDhFQUFnQyxDQUFBO0FBQ2xDLENBQUMsRUFIVywwQ0FBMEMsS0FBMUMsMENBQTBDLFFBR3JEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm9maWxlVXBkYXRlUm9sZUVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHJvbGVgIC0gcm9sZVxuICAgKi9cbiAgYXR0cjogUHJvZmlsZVVwZGF0ZVJvbGVFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGVcbiAgICovXG4gIGNvZGU6IFByb2ZpbGVVcGRhdGVSb2xlRXJyb3JDb21wb25lbnREdG9Db2RlRW51bTtcbiAgZGV0YWlsOiBzdHJpbmc7XG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlUm9sZUVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBSb2xlID0gXCJyb2xlXCIsXG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlUm9sZUVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBEb2VzTm90RXhpc3QgPSBcImRvZXNfbm90X2V4aXN0XCIsXG4gIEluY29ycmVjdFR5cGUgPSBcImluY29ycmVjdF90eXBlXCIsXG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
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 var ProfileUpdateVendorErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateVendorErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateVendorErrorComponentDtoAttrEnum["Vendor"] = "vendor";
|
|
13
|
-
})(ProfileUpdateVendorErrorComponentDtoAttrEnum || (ProfileUpdateVendorErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateVendorErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateVendorErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateVendorErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateVendorErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
})(ProfileUpdateVendorErrorComponentDtoCodeEnum || (ProfileUpdateVendorErrorComponentDtoCodeEnum = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtdmVuZG9yLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9wcm9maWxlLXVwZGF0ZS12ZW5kb3ItZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLDRDQUVYO0FBRkQsV0FBWSw0Q0FBNEM7SUFDdEQsaUVBQWlCLENBQUE7QUFDbkIsQ0FBQyxFQUZXLDRDQUE0QyxLQUE1Qyw0Q0FBNEMsUUFFdkQ7QUFDRCxNQUFNLENBQU4sSUFBWSw0Q0FHWDtBQUhELFdBQVksNENBQTRDO0lBQ3RELCtFQUErQixDQUFBO0lBQy9CLGdGQUFnQyxDQUFBO0FBQ2xDLENBQUMsRUFIVyw0Q0FBNEMsS0FBNUMsNENBQTRDLFFBR3ZEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm9maWxlVXBkYXRlVmVuZG9yRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgdmVuZG9yYCAtIHZlbmRvclxuICAgKi9cbiAgYXR0cjogUHJvZmlsZVVwZGF0ZVZlbmRvckVycm9yQ29tcG9uZW50RHRvQXR0ckVudW07XG4gIC8qKlxuICAgKiAqIGBkb2VzX25vdF9leGlzdGAgLSBkb2VzX25vdF9leGlzdCAqIGBpbmNvcnJlY3RfdHlwZWAgLSBpbmNvcnJlY3RfdHlwZVxuICAgKi9cbiAgY29kZTogUHJvZmlsZVVwZGF0ZVZlbmRvckVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZVZlbmRvckVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBWZW5kb3IgPSBcInZlbmRvclwiLFxufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZVZlbmRvckVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBEb2VzTm90RXhpc3QgPSBcImRvZXNfbm90X2V4aXN0XCIsXG4gIEluY29ycmVjdFR5cGUgPSBcImluY29ycmVjdF90eXBlXCIsXG59XG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
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 var ProfileUpdateWorkTypeErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProfileUpdateWorkTypeErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProfileUpdateWorkTypeErrorComponentDtoAttrEnum["WorkType"] = "work_type";
|
|
13
|
-
})(ProfileUpdateWorkTypeErrorComponentDtoAttrEnum || (ProfileUpdateWorkTypeErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProfileUpdateWorkTypeErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProfileUpdateWorkTypeErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProfileUpdateWorkTypeErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProfileUpdateWorkTypeErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
ProfileUpdateWorkTypeErrorComponentDtoCodeEnum["Null"] = "null";
|
|
19
|
-
ProfileUpdateWorkTypeErrorComponentDtoCodeEnum["Required"] = "required";
|
|
20
|
-
})(ProfileUpdateWorkTypeErrorComponentDtoCodeEnum || (ProfileUpdateWorkTypeErrorComponentDtoCodeEnum = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS11cGRhdGUtd29yay10eXBlLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9wcm9maWxlLXVwZGF0ZS13b3JrLXR5cGUtZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLDhDQUVYO0FBRkQsV0FBWSw4Q0FBOEM7SUFDeEQsd0VBQXNCLENBQUE7QUFDeEIsQ0FBQyxFQUZXLDhDQUE4QyxLQUE5Qyw4Q0FBOEMsUUFFekQ7QUFDRCxNQUFNLENBQU4sSUFBWSw4Q0FLWDtBQUxELFdBQVksOENBQThDO0lBQ3hELGlGQUErQixDQUFBO0lBQy9CLGtGQUFnQyxDQUFBO0lBQ2hDLCtEQUFhLENBQUE7SUFDYix1RUFBcUIsQ0FBQTtBQUN2QixDQUFDLEVBTFcsOENBQThDLEtBQTlDLDhDQUE4QyxRQUt6RCIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUHJvZmlsZVVwZGF0ZVdvcmtUeXBlRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgd29ya190eXBlYCAtIHdvcmtfdHlwZVxuICAgKi9cbiAgYXR0cjogUHJvZmlsZVVwZGF0ZVdvcmtUeXBlRXJyb3JDb21wb25lbnREdG9BdHRyRW51bTtcbiAgLyoqXG4gICAqICogYGRvZXNfbm90X2V4aXN0YCAtIGRvZXNfbm90X2V4aXN0ICogYGluY29ycmVjdF90eXBlYCAtIGluY29ycmVjdF90eXBlICogYG51bGxgIC0gbnVsbCAqIGByZXF1aXJlZGAgLSByZXF1aXJlZFxuICAgKi9cbiAgY29kZTogUHJvZmlsZVVwZGF0ZVdvcmtUeXBlRXJyb3JDb21wb25lbnREdG9Db2RlRW51bTtcbiAgZGV0YWlsOiBzdHJpbmc7XG59XG5leHBvcnQgZW51bSBQcm9maWxlVXBkYXRlV29ya1R5cGVFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgV29ya1R5cGUgPSBcIndvcmtfdHlwZVwiLFxufVxuZXhwb3J0IGVudW0gUHJvZmlsZVVwZGF0ZVdvcmtUeXBlRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIERvZXNOb3RFeGlzdCA9IFwiZG9lc19ub3RfZXhpc3RcIixcbiAgSW5jb3JyZWN0VHlwZSA9IFwiaW5jb3JyZWN0X3R5cGVcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
|
|
@@ -1,29 +0,0 @@
|
|
|
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 ProfileUpdateBranchErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `branch` - branch
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateBranchErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateBranchErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateBranchErrorComponentDtoAttrEnum {
|
|
22
|
-
Branch = "branch"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateBranchErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type",
|
|
27
|
-
Null = "null",
|
|
28
|
-
Required = "required"
|
|
29
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
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 ProfileUpdateDepartmentErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `department` - department
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateDepartmentErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateDepartmentErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateDepartmentErrorComponentDtoAttrEnum {
|
|
22
|
-
Department = "department"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateDepartmentErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type",
|
|
27
|
-
Null = "null",
|
|
28
|
-
Required = "required"
|
|
29
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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 ProfileUpdateDismissalReasonErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `dismissal_reason` - dismissal_reason
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateDismissalReasonErrorComponentDtoAttrEnum {
|
|
22
|
-
DismissalReason = "dismissal_reason"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateDismissalReasonErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type"
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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 ProfileUpdateRecruitedByErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `recruited_by` - recruited_by
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateRecruitedByErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateRecruitedByErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateRecruitedByErrorComponentDtoAttrEnum {
|
|
22
|
-
RecruitedBy = "recruited_by"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateRecruitedByErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type"
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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 ProfileUpdateRoleErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `role` - role
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateRoleErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateRoleErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateRoleErrorComponentDtoAttrEnum {
|
|
22
|
-
Role = "role"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateRoleErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type"
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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 ProfileUpdateVendorErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `vendor` - vendor
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateVendorErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateVendorErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateVendorErrorComponentDtoAttrEnum {
|
|
22
|
-
Vendor = "vendor"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateVendorErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type"
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
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 ProfileUpdateWorkTypeErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `work_type` - work_type
|
|
13
|
-
*/
|
|
14
|
-
attr: ProfileUpdateWorkTypeErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: ProfileUpdateWorkTypeErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProfileUpdateWorkTypeErrorComponentDtoAttrEnum {
|
|
22
|
-
WorkType = "work_type"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProfileUpdateWorkTypeErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type",
|
|
27
|
-
Null = "null",
|
|
28
|
-
Required = "required"
|
|
29
|
-
}
|