@otr-app/shared-backend-generated-client 2.5.38 → 2.5.39
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/defendantDetailsModel.ts +1 -15
- package/dist/typescript/model/DefendantDetailsModel.d.ts +1 -14
- package/dist/typescript/model/DefendantDetailsModel.js +0 -14
- package/dist/typescript-fetch/models/DefendantDetailsModel.d.ts +2 -19
- package/dist/typescript-fetch/models/DefendantDetailsModel.js +2 -20
- package/dist/typescript-open-api/otr-backend.d.ts +1 -2
- package/package.json +1 -1
|
@@ -18,8 +18,8 @@ export interface DefendantDetailsModel {
|
|
|
18
18
|
firstName?: string;
|
|
19
19
|
hasFinancialAccess?: boolean;
|
|
20
20
|
lastName?: string;
|
|
21
|
+
ownerRelationshipToClientNote?: string;
|
|
21
22
|
ownerRelationshipToClientType?: DefendantDetailsModel.OwnerRelationshipToClientTypeEnum;
|
|
22
|
-
relationshipToClientType?: DefendantDetailsModel.RelationshipToClientTypeEnum;
|
|
23
23
|
userId?: number;
|
|
24
24
|
}
|
|
25
25
|
export namespace DefendantDetailsModel {
|
|
@@ -37,20 +37,6 @@ export namespace DefendantDetailsModel {
|
|
|
37
37
|
SignificantOther: 'SIGNIFICANT_OTHER' as OwnerRelationshipToClientTypeEnum,
|
|
38
38
|
Unknown: 'UNKNOWN' as OwnerRelationshipToClientTypeEnum
|
|
39
39
|
};
|
|
40
|
-
export type RelationshipToClientTypeEnum = 'CHILD' | 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'PARENT' | 'SELF' | 'SERVICE_PROVIDER' | 'SIGNIFICANT_OTHER' | 'UNKNOWN';
|
|
41
|
-
export const RelationshipToClientTypeEnum = {
|
|
42
|
-
Child: 'CHILD' as RelationshipToClientTypeEnum,
|
|
43
|
-
Employer: 'EMPLOYER' as RelationshipToClientTypeEnum,
|
|
44
|
-
FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientTypeEnum,
|
|
45
|
-
Friend: 'FRIEND' as RelationshipToClientTypeEnum,
|
|
46
|
-
Lawyer: 'LAWYER' as RelationshipToClientTypeEnum,
|
|
47
|
-
Other: 'OTHER' as RelationshipToClientTypeEnum,
|
|
48
|
-
Parent: 'PARENT' as RelationshipToClientTypeEnum,
|
|
49
|
-
Self: 'SELF' as RelationshipToClientTypeEnum,
|
|
50
|
-
ServiceProvider: 'SERVICE_PROVIDER' as RelationshipToClientTypeEnum,
|
|
51
|
-
SignificantOther: 'SIGNIFICANT_OTHER' as RelationshipToClientTypeEnum,
|
|
52
|
-
Unknown: 'UNKNOWN' as RelationshipToClientTypeEnum
|
|
53
|
-
};
|
|
54
40
|
}
|
|
55
41
|
|
|
56
42
|
|
|
@@ -16,8 +16,8 @@ export interface DefendantDetailsModel {
|
|
|
16
16
|
"firstName"?: string;
|
|
17
17
|
"hasFinancialAccess"?: boolean;
|
|
18
18
|
"lastName"?: string;
|
|
19
|
+
"ownerRelationshipToClientNote"?: string;
|
|
19
20
|
"ownerRelationshipToClientType"?: DefendantDetailsModel.OwnerRelationshipToClientTypeEnum;
|
|
20
|
-
"relationshipToClientType"?: DefendantDetailsModel.RelationshipToClientTypeEnum;
|
|
21
21
|
"userId"?: number;
|
|
22
22
|
}
|
|
23
23
|
export declare namespace DefendantDetailsModel {
|
|
@@ -34,17 +34,4 @@ export declare namespace DefendantDetailsModel {
|
|
|
34
34
|
SIGNIFICANTOTHER,
|
|
35
35
|
UNKNOWN
|
|
36
36
|
}
|
|
37
|
-
enum RelationshipToClientTypeEnum {
|
|
38
|
-
CHILD,
|
|
39
|
-
EMPLOYER,
|
|
40
|
-
FAMILYMEMBER,
|
|
41
|
-
FRIEND,
|
|
42
|
-
LAWYER,
|
|
43
|
-
OTHER,
|
|
44
|
-
PARENT,
|
|
45
|
-
SELF,
|
|
46
|
-
SERVICEPROVIDER,
|
|
47
|
-
SIGNIFICANTOTHER,
|
|
48
|
-
UNKNOWN
|
|
49
|
-
}
|
|
50
37
|
}
|
|
@@ -25,18 +25,4 @@ export var DefendantDetailsModel;
|
|
|
25
25
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["SIGNIFICANTOTHER"] = 'SIGNIFICANT_OTHER'] = "SIGNIFICANTOTHER";
|
|
26
26
|
OwnerRelationshipToClientTypeEnum[OwnerRelationshipToClientTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
27
27
|
})(OwnerRelationshipToClientTypeEnum = DefendantDetailsModel.OwnerRelationshipToClientTypeEnum || (DefendantDetailsModel.OwnerRelationshipToClientTypeEnum = {}));
|
|
28
|
-
let RelationshipToClientTypeEnum;
|
|
29
|
-
(function (RelationshipToClientTypeEnum) {
|
|
30
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["CHILD"] = 'CHILD'] = "CHILD";
|
|
31
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["EMPLOYER"] = 'EMPLOYER'] = "EMPLOYER";
|
|
32
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["FAMILYMEMBER"] = 'FAMILY_MEMBER'] = "FAMILYMEMBER";
|
|
33
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["FRIEND"] = 'FRIEND'] = "FRIEND";
|
|
34
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["LAWYER"] = 'LAWYER'] = "LAWYER";
|
|
35
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["OTHER"] = 'OTHER'] = "OTHER";
|
|
36
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["PARENT"] = 'PARENT'] = "PARENT";
|
|
37
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["SELF"] = 'SELF'] = "SELF";
|
|
38
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["SERVICEPROVIDER"] = 'SERVICE_PROVIDER'] = "SERVICEPROVIDER";
|
|
39
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["SIGNIFICANTOTHER"] = 'SIGNIFICANT_OTHER'] = "SIGNIFICANTOTHER";
|
|
40
|
-
RelationshipToClientTypeEnum[RelationshipToClientTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
41
|
-
})(RelationshipToClientTypeEnum = DefendantDetailsModel.RelationshipToClientTypeEnum || (DefendantDetailsModel.RelationshipToClientTypeEnum = {}));
|
|
42
28
|
})(DefendantDetailsModel || (DefendantDetailsModel = {}));
|
|
@@ -56,13 +56,13 @@ export interface DefendantDetailsModel {
|
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof DefendantDetailsModel
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
ownerRelationshipToClientNote?: string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof DefendantDetailsModel
|
|
64
64
|
*/
|
|
65
|
-
|
|
65
|
+
ownerRelationshipToClientType?: DefendantDetailsModelOwnerRelationshipToClientTypeEnum;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {number}
|
|
@@ -90,20 +90,3 @@ export declare enum DefendantDetailsModelOwnerRelationshipToClientTypeEnum {
|
|
|
90
90
|
SIGNIFICANTOTHER = "SIGNIFICANT_OTHER",
|
|
91
91
|
UNKNOWN = "UNKNOWN"
|
|
92
92
|
}
|
|
93
|
-
/**
|
|
94
|
-
* @export
|
|
95
|
-
* @enum {string}
|
|
96
|
-
*/
|
|
97
|
-
export declare enum DefendantDetailsModelRelationshipToClientTypeEnum {
|
|
98
|
-
CHILD = "CHILD",
|
|
99
|
-
EMPLOYER = "EMPLOYER",
|
|
100
|
-
FAMILYMEMBER = "FAMILY_MEMBER",
|
|
101
|
-
FRIEND = "FRIEND",
|
|
102
|
-
LAWYER = "LAWYER",
|
|
103
|
-
OTHER = "OTHER",
|
|
104
|
-
PARENT = "PARENT",
|
|
105
|
-
SELF = "SELF",
|
|
106
|
-
SERVICEPROVIDER = "SERVICE_PROVIDER",
|
|
107
|
-
SIGNIFICANTOTHER = "SIGNIFICANT_OTHER",
|
|
108
|
-
UNKNOWN = "UNKNOWN"
|
|
109
|
-
}
|
|
@@ -26,8 +26,8 @@ export function DefendantDetailsModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
26
|
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
27
27
|
'hasFinancialAccess': !exists(json, 'hasFinancialAccess') ? undefined : json['hasFinancialAccess'],
|
|
28
28
|
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
29
|
+
'ownerRelationshipToClientNote': !exists(json, 'ownerRelationshipToClientNote') ? undefined : json['ownerRelationshipToClientNote'],
|
|
29
30
|
'ownerRelationshipToClientType': !exists(json, 'ownerRelationshipToClientType') ? undefined : json['ownerRelationshipToClientType'],
|
|
30
|
-
'relationshipToClientType': !exists(json, 'relationshipToClientType') ? undefined : json['relationshipToClientType'],
|
|
31
31
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
32
32
|
};
|
|
33
33
|
}
|
|
@@ -45,8 +45,8 @@ export function DefendantDetailsModelToJSON(value) {
|
|
|
45
45
|
'firstName': value.firstName,
|
|
46
46
|
'hasFinancialAccess': value.hasFinancialAccess,
|
|
47
47
|
'lastName': value.lastName,
|
|
48
|
+
'ownerRelationshipToClientNote': value.ownerRelationshipToClientNote,
|
|
48
49
|
'ownerRelationshipToClientType': value.ownerRelationshipToClientType,
|
|
49
|
-
'relationshipToClientType': value.relationshipToClientType,
|
|
50
50
|
'userId': value.userId,
|
|
51
51
|
};
|
|
52
52
|
}
|
|
@@ -68,21 +68,3 @@ export var DefendantDetailsModelOwnerRelationshipToClientTypeEnum;
|
|
|
68
68
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["SIGNIFICANTOTHER"] = "SIGNIFICANT_OTHER";
|
|
69
69
|
DefendantDetailsModelOwnerRelationshipToClientTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
70
70
|
})(DefendantDetailsModelOwnerRelationshipToClientTypeEnum || (DefendantDetailsModelOwnerRelationshipToClientTypeEnum = {}));
|
|
71
|
-
/**
|
|
72
|
-
* @export
|
|
73
|
-
* @enum {string}
|
|
74
|
-
*/
|
|
75
|
-
export var DefendantDetailsModelRelationshipToClientTypeEnum;
|
|
76
|
-
(function (DefendantDetailsModelRelationshipToClientTypeEnum) {
|
|
77
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["CHILD"] = "CHILD";
|
|
78
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["EMPLOYER"] = "EMPLOYER";
|
|
79
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["FAMILYMEMBER"] = "FAMILY_MEMBER";
|
|
80
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["FRIEND"] = "FRIEND";
|
|
81
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["LAWYER"] = "LAWYER";
|
|
82
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["OTHER"] = "OTHER";
|
|
83
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["PARENT"] = "PARENT";
|
|
84
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["SELF"] = "SELF";
|
|
85
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["SERVICEPROVIDER"] = "SERVICE_PROVIDER";
|
|
86
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["SIGNIFICANTOTHER"] = "SIGNIFICANT_OTHER";
|
|
87
|
-
DefendantDetailsModelRelationshipToClientTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
88
|
-
})(DefendantDetailsModelRelationshipToClientTypeEnum || (DefendantDetailsModelRelationshipToClientTypeEnum = {}));
|
|
@@ -9880,10 +9880,9 @@ export interface components {
|
|
|
9880
9880
|
firstName?: string;
|
|
9881
9881
|
hasFinancialAccess?: boolean;
|
|
9882
9882
|
lastName?: string;
|
|
9883
|
+
ownerRelationshipToClientNote?: string;
|
|
9883
9884
|
/** @enum {string} */
|
|
9884
9885
|
ownerRelationshipToClientType?: CaseUserDetailsModelRelationshipToClientType;
|
|
9885
|
-
/** @enum {string} */
|
|
9886
|
-
relationshipToClientType?: CaseUserDetailsModelRelationshipToClientType;
|
|
9887
9886
|
/** Format: int64 */
|
|
9888
9887
|
userId?: number;
|
|
9889
9888
|
};
|