@otr-app/shared-backend-generated-client 2.5.54 → 2.5.56
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/dist/angular/model/caseUserDetailsModel.ts +2 -1
- package/dist/angular/model/defendantDetailsModel.ts +2 -1
- package/dist/angular/model/getCaseUserModel.ts +2 -1
- package/dist/angular/model/saveCaseUserRequest.ts +2 -1
- package/dist/angular/model/userHouseholdBeneficiaryModel.ts +1 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelReq.ts +1 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelRes.ts +1 -0
- package/dist/typescript/model/CaseUserDetailsModel.d.ts +1 -0
- package/dist/typescript/model/CaseUserDetailsModel.js +1 -0
- package/dist/typescript/model/DefendantDetailsModel.d.ts +1 -0
- package/dist/typescript/model/DefendantDetailsModel.js +1 -0
- package/dist/typescript/model/GetCaseUserModel.d.ts +1 -0
- package/dist/typescript/model/GetCaseUserModel.js +1 -0
- package/dist/typescript/model/SaveCaseUserRequest.d.ts +1 -0
- package/dist/typescript/model/SaveCaseUserRequest.js +1 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.d.ts +1 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.d.ts +1 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseUserDetailsModel.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseUserDetailsModel.js +1 -0
- package/dist/typescript-fetch/models/DefendantDetailsModel.d.ts +1 -0
- package/dist/typescript-fetch/models/DefendantDetailsModel.js +1 -0
- package/dist/typescript-fetch/models/GetCaseUserModel.d.ts +1 -0
- package/dist/typescript-fetch/models/GetCaseUserModel.js +1 -0
- package/dist/typescript-fetch/models/SaveCaseUserRequest.d.ts +1 -0
- package/dist/typescript-fetch/models/SaveCaseUserRequest.js +1 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.d.ts +6 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.js +2 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.d.ts +6 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.js +2 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.d.ts +6 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.js +2 -0
- package/dist/typescript-open-api/otr-backend.d.ts +4 -0
- package/dist/typescript-open-api/otr-backend.js +1 -0
- package/package.json +1 -1
|
@@ -25,9 +25,10 @@ export interface CaseUserDetailsModel {
|
|
|
25
25
|
relationshipToClientType?: CaseUserDetailsModel.RelationshipToClientTypeEnum;
|
|
26
26
|
}
|
|
27
27
|
export namespace CaseUserDetailsModel {
|
|
28
|
-
export type RelationshipToClientTypeEnum = 'CHILD' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
28
|
+
export type RelationshipToClientTypeEnum = 'CHILD' | 'COPILOT' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
29
29
|
export const RelationshipToClientTypeEnum = {
|
|
30
30
|
Child: 'CHILD' as RelationshipToClientTypeEnum,
|
|
31
|
+
Copilot: 'COPILOT' as RelationshipToClientTypeEnum,
|
|
31
32
|
Employer: 'EMPLOYER' as RelationshipToClientTypeEnum,
|
|
32
33
|
FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientTypeEnum,
|
|
33
34
|
Friend: 'FRIEND' as RelationshipToClientTypeEnum,
|
|
@@ -23,9 +23,10 @@ export interface DefendantDetailsModel {
|
|
|
23
23
|
userId?: number;
|
|
24
24
|
}
|
|
25
25
|
export namespace DefendantDetailsModel {
|
|
26
|
-
export type OwnerRelationshipToClientTypeEnum = 'CHILD' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
26
|
+
export type OwnerRelationshipToClientTypeEnum = 'CHILD' | 'COPILOT' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
27
27
|
export const OwnerRelationshipToClientTypeEnum = {
|
|
28
28
|
Child: 'CHILD' as OwnerRelationshipToClientTypeEnum,
|
|
29
|
+
Copilot: 'COPILOT' as OwnerRelationshipToClientTypeEnum,
|
|
29
30
|
Employer: 'EMPLOYER' as OwnerRelationshipToClientTypeEnum,
|
|
30
31
|
FamilyMember: 'FAMILY_MEMBER' as OwnerRelationshipToClientTypeEnum,
|
|
31
32
|
Friend: 'FRIEND' as OwnerRelationshipToClientTypeEnum,
|
|
@@ -34,9 +34,10 @@ export interface GetCaseUserModel {
|
|
|
34
34
|
userId?: number;
|
|
35
35
|
}
|
|
36
36
|
export namespace GetCaseUserModel {
|
|
37
|
-
export type RelationshipToClientEnum = 'CHILD' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
37
|
+
export type RelationshipToClientEnum = 'CHILD' | 'COPILOT' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
38
38
|
export const RelationshipToClientEnum = {
|
|
39
39
|
Child: 'CHILD' as RelationshipToClientEnum,
|
|
40
|
+
Copilot: 'COPILOT' as RelationshipToClientEnum,
|
|
40
41
|
Employer: 'EMPLOYER' as RelationshipToClientEnum,
|
|
41
42
|
FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientEnum,
|
|
42
43
|
Friend: 'FRIEND' as RelationshipToClientEnum,
|
|
@@ -26,9 +26,10 @@ export interface SaveCaseUserRequest {
|
|
|
26
26
|
userId?: number;
|
|
27
27
|
}
|
|
28
28
|
export namespace SaveCaseUserRequest {
|
|
29
|
-
export type RelationshipToClientEnum = 'CHILD' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
29
|
+
export type RelationshipToClientEnum = 'CHILD' | 'COPILOT' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
30
30
|
export const RelationshipToClientEnum = {
|
|
31
31
|
Child: 'CHILD' as RelationshipToClientEnum,
|
|
32
|
+
Copilot: 'COPILOT' as RelationshipToClientEnum,
|
|
32
33
|
Employer: 'EMPLOYER' as RelationshipToClientEnum,
|
|
33
34
|
FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientEnum,
|
|
34
35
|
Friend: 'FRIEND' as RelationshipToClientEnum,
|
|
@@ -14,6 +14,7 @@ export var CaseUserDetailsModel;
|
|
|
14
14
|
let RelationshipToClientTypeEnum;
|
|
15
15
|
(function (RelationshipToClientTypeEnum) {
|
|
16
16
|
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["CHILD"] = 'CHILD'] = "CHILD";
|
|
17
|
+
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["COPILOT"] = 'COPILOT'] = "COPILOT";
|
|
17
18
|
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["EMPLOYER"] = 'EMPLOYER'] = "EMPLOYER";
|
|
18
19
|
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["FAMILYMEMBER"] = 'FAMILY_MEMBER'] = "FAMILYMEMBER";
|
|
19
20
|
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["FRIEND"] = 'FRIEND'] = "FRIEND";
|
|
@@ -14,6 +14,7 @@ export var DefendantDetailsModel;
|
|
|
14
14
|
let OwnerRelationshipToClientTypeEnum;
|
|
15
15
|
(function (OwnerRelationshipToClientTypeEnum) {
|
|
16
16
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["CHILD"] = 'CHILD'] = "CHILD";
|
|
17
|
+
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["COPILOT"] = 'COPILOT'] = "COPILOT";
|
|
17
18
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["EMPLOYER"] = 'EMPLOYER'] = "EMPLOYER";
|
|
18
19
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["FAMILYMEMBER"] = 'FAMILY_MEMBER'] = "FAMILYMEMBER";
|
|
19
20
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["FRIEND"] = 'FRIEND'] = "FRIEND";
|
|
@@ -14,6 +14,7 @@ export var GetCaseUserModel;
|
|
|
14
14
|
let RelationshipToClientEnum;
|
|
15
15
|
(function (RelationshipToClientEnum) {
|
|
16
16
|
RelationshipToClientEnum[RelationshipToClientEnum["CHILD"] = 'CHILD'] = "CHILD";
|
|
17
|
+
RelationshipToClientEnum[RelationshipToClientEnum["COPILOT"] = 'COPILOT'] = "COPILOT";
|
|
17
18
|
RelationshipToClientEnum[RelationshipToClientEnum["EMPLOYER"] = 'EMPLOYER'] = "EMPLOYER";
|
|
18
19
|
RelationshipToClientEnum[RelationshipToClientEnum["FAMILYMEMBER"] = 'FAMILY_MEMBER'] = "FAMILYMEMBER";
|
|
19
20
|
RelationshipToClientEnum[RelationshipToClientEnum["FRIEND"] = 'FRIEND'] = "FRIEND";
|
|
@@ -14,6 +14,7 @@ export var SaveCaseUserRequest;
|
|
|
14
14
|
let RelationshipToClientEnum;
|
|
15
15
|
(function (RelationshipToClientEnum) {
|
|
16
16
|
RelationshipToClientEnum[RelationshipToClientEnum["CHILD"] = 'CHILD'] = "CHILD";
|
|
17
|
+
RelationshipToClientEnum[RelationshipToClientEnum["COPILOT"] = 'COPILOT'] = "COPILOT";
|
|
17
18
|
RelationshipToClientEnum[RelationshipToClientEnum["EMPLOYER"] = 'EMPLOYER'] = "EMPLOYER";
|
|
18
19
|
RelationshipToClientEnum[RelationshipToClientEnum["FAMILYMEMBER"] = 'FAMILY_MEMBER'] = "FAMILYMEMBER";
|
|
19
20
|
RelationshipToClientEnum[RelationshipToClientEnum["FRIEND"] = 'FRIEND'] = "FRIEND";
|
|
@@ -80,6 +80,7 @@ export declare function CaseUserDetailsModelToJSON(value?: CaseUserDetailsModel
|
|
|
80
80
|
*/
|
|
81
81
|
export declare enum CaseUserDetailsModelRelationshipToClientTypeEnum {
|
|
82
82
|
CHILD = "CHILD",
|
|
83
|
+
COPILOT = "COPILOT",
|
|
83
84
|
EMPLOYER = "EMPLOYER",
|
|
84
85
|
FAMILYMEMBER = "FAMILY_MEMBER",
|
|
85
86
|
FRIEND = "FRIEND",
|
|
@@ -58,6 +58,7 @@ export function CaseUserDetailsModelToJSON(value) {
|
|
|
58
58
|
export var CaseUserDetailsModelRelationshipToClientTypeEnum;
|
|
59
59
|
(function (CaseUserDetailsModelRelationshipToClientTypeEnum) {
|
|
60
60
|
CaseUserDetailsModelRelationshipToClientTypeEnum["CHILD"] = "CHILD";
|
|
61
|
+
CaseUserDetailsModelRelationshipToClientTypeEnum["COPILOT"] = "COPILOT";
|
|
61
62
|
CaseUserDetailsModelRelationshipToClientTypeEnum["EMPLOYER"] = "EMPLOYER";
|
|
62
63
|
CaseUserDetailsModelRelationshipToClientTypeEnum["FAMILYMEMBER"] = "FAMILY_MEMBER";
|
|
63
64
|
CaseUserDetailsModelRelationshipToClientTypeEnum["FRIEND"] = "FRIEND";
|
|
@@ -79,6 +79,7 @@ export declare function DefendantDetailsModelToJSON(value?: DefendantDetailsMode
|
|
|
79
79
|
*/
|
|
80
80
|
export declare enum DefendantDetailsModelOwnerRelationshipToClientTypeEnum {
|
|
81
81
|
CHILD = "CHILD",
|
|
82
|
+
COPILOT = "COPILOT",
|
|
82
83
|
EMPLOYER = "EMPLOYER",
|
|
83
84
|
FAMILYMEMBER = "FAMILY_MEMBER",
|
|
84
85
|
FRIEND = "FRIEND",
|
|
@@ -57,6 +57,7 @@ export function DefendantDetailsModelToJSON(value) {
|
|
|
57
57
|
export var DefendantDetailsModelOwnerRelationshipToClientTypeEnum;
|
|
58
58
|
(function (DefendantDetailsModelOwnerRelationshipToClientTypeEnum) {
|
|
59
59
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["CHILD"] = "CHILD";
|
|
60
|
+
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["COPILOT"] = "COPILOT";
|
|
60
61
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["EMPLOYER"] = "EMPLOYER";
|
|
61
62
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["FAMILYMEMBER"] = "FAMILY_MEMBER";
|
|
62
63
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["FRIEND"] = "FRIEND";
|
|
@@ -140,6 +140,7 @@ export declare function GetCaseUserModelToJSON(value?: GetCaseUserModel | null):
|
|
|
140
140
|
*/
|
|
141
141
|
export declare enum GetCaseUserModelRelationshipToClientEnum {
|
|
142
142
|
CHILD = "CHILD",
|
|
143
|
+
COPILOT = "COPILOT",
|
|
143
144
|
EMPLOYER = "EMPLOYER",
|
|
144
145
|
FAMILYMEMBER = "FAMILY_MEMBER",
|
|
145
146
|
FRIEND = "FRIEND",
|
|
@@ -78,6 +78,7 @@ export function GetCaseUserModelToJSON(value) {
|
|
|
78
78
|
export var GetCaseUserModelRelationshipToClientEnum;
|
|
79
79
|
(function (GetCaseUserModelRelationshipToClientEnum) {
|
|
80
80
|
GetCaseUserModelRelationshipToClientEnum["CHILD"] = "CHILD";
|
|
81
|
+
GetCaseUserModelRelationshipToClientEnum["COPILOT"] = "COPILOT";
|
|
81
82
|
GetCaseUserModelRelationshipToClientEnum["EMPLOYER"] = "EMPLOYER";
|
|
82
83
|
GetCaseUserModelRelationshipToClientEnum["FAMILYMEMBER"] = "FAMILY_MEMBER";
|
|
83
84
|
GetCaseUserModelRelationshipToClientEnum["FRIEND"] = "FRIEND";
|
|
@@ -86,6 +86,7 @@ export declare function SaveCaseUserRequestToJSON(value?: SaveCaseUserRequest |
|
|
|
86
86
|
*/
|
|
87
87
|
export declare enum SaveCaseUserRequestRelationshipToClientEnum {
|
|
88
88
|
CHILD = "CHILD",
|
|
89
|
+
COPILOT = "COPILOT",
|
|
89
90
|
EMPLOYER = "EMPLOYER",
|
|
90
91
|
FAMILYMEMBER = "FAMILY_MEMBER",
|
|
91
92
|
FRIEND = "FRIEND",
|
|
@@ -60,6 +60,7 @@ export function SaveCaseUserRequestToJSON(value) {
|
|
|
60
60
|
export var SaveCaseUserRequestRelationshipToClientEnum;
|
|
61
61
|
(function (SaveCaseUserRequestRelationshipToClientEnum) {
|
|
62
62
|
SaveCaseUserRequestRelationshipToClientEnum["CHILD"] = "CHILD";
|
|
63
|
+
SaveCaseUserRequestRelationshipToClientEnum["COPILOT"] = "COPILOT";
|
|
63
64
|
SaveCaseUserRequestRelationshipToClientEnum["EMPLOYER"] = "EMPLOYER";
|
|
64
65
|
SaveCaseUserRequestRelationshipToClientEnum["FAMILYMEMBER"] = "FAMILY_MEMBER";
|
|
65
66
|
SaveCaseUserRequestRelationshipToClientEnum["FRIEND"] = "FRIEND";
|
|
@@ -20,6 +20,7 @@ export function UserHouseholdBeneficiaryModelFromJSONTyped(json, ignoreDiscrimin
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
23
24
|
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
24
25
|
'joinDateUtc': !exists(json, 'joinDateUtc') ? undefined : (new Date(json['joinDateUtc'])),
|
|
25
26
|
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
@@ -36,6 +37,7 @@ export function UserHouseholdBeneficiaryModelToJSON(value) {
|
|
|
36
37
|
return null;
|
|
37
38
|
}
|
|
38
39
|
return {
|
|
40
|
+
'emailAddress': value.emailAddress,
|
|
39
41
|
'firstName': value.firstName,
|
|
40
42
|
'joinDateUtc': value.joinDateUtc === undefined ? undefined : (value.joinDateUtc.toISOString()),
|
|
41
43
|
'lastName': value.lastName,
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
* @interface UserHouseholdBeneficiaryModelReq
|
|
16
16
|
*/
|
|
17
17
|
export interface UserHouseholdBeneficiaryModelReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserHouseholdBeneficiaryModelReq
|
|
22
|
+
*/
|
|
23
|
+
emailAddress?: string;
|
|
18
24
|
/**
|
|
19
25
|
*
|
|
20
26
|
* @type {string}
|
|
@@ -20,6 +20,7 @@ export function UserHouseholdBeneficiaryModelReqFromJSONTyped(json, ignoreDiscri
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
23
24
|
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
24
25
|
'joinDateUtc': !exists(json, 'joinDateUtc') ? undefined : (new Date(json['joinDateUtc'])),
|
|
25
26
|
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
@@ -36,6 +37,7 @@ export function UserHouseholdBeneficiaryModelReqToJSON(value) {
|
|
|
36
37
|
return null;
|
|
37
38
|
}
|
|
38
39
|
return {
|
|
40
|
+
'emailAddress': value.emailAddress,
|
|
39
41
|
'firstName': value.firstName,
|
|
40
42
|
'joinDateUtc': value.joinDateUtc === undefined ? undefined : (value.joinDateUtc.toISOString()),
|
|
41
43
|
'lastName': value.lastName,
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
* @interface UserHouseholdBeneficiaryModelRes
|
|
16
16
|
*/
|
|
17
17
|
export interface UserHouseholdBeneficiaryModelRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserHouseholdBeneficiaryModelRes
|
|
22
|
+
*/
|
|
23
|
+
emailAddress?: string;
|
|
18
24
|
/**
|
|
19
25
|
*
|
|
20
26
|
* @type {string}
|
|
@@ -20,6 +20,7 @@ export function UserHouseholdBeneficiaryModelResFromJSONTyped(json, ignoreDiscri
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
23
24
|
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
24
25
|
'joinDateUtc': !exists(json, 'joinDateUtc') ? undefined : (new Date(json['joinDateUtc'])),
|
|
25
26
|
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
@@ -36,6 +37,7 @@ export function UserHouseholdBeneficiaryModelResToJSON(value) {
|
|
|
36
37
|
return null;
|
|
37
38
|
}
|
|
38
39
|
return {
|
|
40
|
+
'emailAddress': value.emailAddress,
|
|
39
41
|
'firstName': value.firstName,
|
|
40
42
|
'joinDateUtc': value.joinDateUtc === undefined ? undefined : (value.joinDateUtc.toISOString()),
|
|
41
43
|
'lastName': value.lastName,
|
|
@@ -16028,6 +16028,7 @@ export interface components {
|
|
|
16028
16028
|
};
|
|
16029
16029
|
/** UserHouseholdBeneficiaryModel */
|
|
16030
16030
|
UserHouseholdBeneficiaryModel: {
|
|
16031
|
+
emailAddress?: string;
|
|
16031
16032
|
firstName?: string;
|
|
16032
16033
|
/** Format: date-time */
|
|
16033
16034
|
joinDateUtc?: string;
|
|
@@ -16040,6 +16041,7 @@ export interface components {
|
|
|
16040
16041
|
};
|
|
16041
16042
|
/** UserHouseholdBeneficiaryModelReq */
|
|
16042
16043
|
UserHouseholdBeneficiaryModelReq: {
|
|
16044
|
+
emailAddress?: string;
|
|
16043
16045
|
firstName?: string;
|
|
16044
16046
|
/** Format: date-time */
|
|
16045
16047
|
joinDateUtc?: string;
|
|
@@ -16052,6 +16054,7 @@ export interface components {
|
|
|
16052
16054
|
};
|
|
16053
16055
|
/** UserHouseholdBeneficiaryModelRes */
|
|
16054
16056
|
UserHouseholdBeneficiaryModelRes: {
|
|
16057
|
+
emailAddress?: string;
|
|
16055
16058
|
firstName?: string;
|
|
16056
16059
|
/** Format: date-time */
|
|
16057
16060
|
joinDateUtc?: string;
|
|
@@ -40651,6 +40654,7 @@ export declare enum CaseTransferHistoryRefundOwner {
|
|
|
40651
40654
|
}
|
|
40652
40655
|
export declare enum CaseUserDetailsModelRelationshipToClientType {
|
|
40653
40656
|
CHILD = "CHILD",
|
|
40657
|
+
COPILOT = "COPILOT",
|
|
40654
40658
|
EMPLOYER = "EMPLOYER",
|
|
40655
40659
|
FAMILY_MEMBER = "FAMILY_MEMBER",
|
|
40656
40660
|
FRIEND = "FRIEND",
|
|
@@ -723,6 +723,7 @@ export var CaseTransferHistoryRefundOwner;
|
|
|
723
723
|
export var CaseUserDetailsModelRelationshipToClientType;
|
|
724
724
|
(function (CaseUserDetailsModelRelationshipToClientType) {
|
|
725
725
|
CaseUserDetailsModelRelationshipToClientType["CHILD"] = "CHILD";
|
|
726
|
+
CaseUserDetailsModelRelationshipToClientType["COPILOT"] = "COPILOT";
|
|
726
727
|
CaseUserDetailsModelRelationshipToClientType["EMPLOYER"] = "EMPLOYER";
|
|
727
728
|
CaseUserDetailsModelRelationshipToClientType["FAMILY_MEMBER"] = "FAMILY_MEMBER";
|
|
728
729
|
CaseUserDetailsModelRelationshipToClientType["FRIEND"] = "FRIEND";
|