@otr-app/shared-backend-generated-client 2.5.50 → 2.5.52
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/.openapi-generator/FILES +3 -0
- package/dist/angular/api/listCasesController.service.ts +6 -6
- package/dist/angular/model/models.ts +3 -0
- package/dist/angular/model/userDomain.ts +2 -0
- package/dist/angular/model/userDomainReq.ts +2 -0
- package/dist/angular/model/userDomainRes.ts +2 -0
- package/dist/angular/model/userHouseholdBeneficiaryModel.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelReq.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelRes.ts +33 -0
- package/dist/otrBackendService.js +3 -3
- package/dist/otrBackendService.min.js +1 -1
- package/dist/typescript/api/ListCasesControllerApi.d.ts +2 -2
- package/dist/typescript/api/ListCasesControllerApi.js +3 -3
- package/dist/typescript/model/UserDomain.d.ts +1 -0
- package/dist/typescript/model/UserDomainReq.d.ts +1 -0
- package/dist/typescript/model/UserDomainRes.d.ts +1 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.js +22 -0
- package/dist/typescript/model/models.d.ts +3 -0
- package/dist/typescript/model/models.js +3 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.d.ts +11 -11
- package/dist/typescript-fetch/apis/ListCasesControllerApi.js +61 -61
- package/dist/typescript-fetch/models/UserDomain.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomain.js +3 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainReq.js +3 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainRes.js +3 -1
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.js +58 -0
- package/dist/typescript-fetch/models/index.d.ts +3 -0
- package/dist/typescript-fetch/models/index.js +3 -0
- package/dist/typescript-open-api/otr-backend.d.ts +42 -3
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export var UserHouseholdBeneficiaryModelReq;
|
|
13
|
+
(function (UserHouseholdBeneficiaryModelReq) {
|
|
14
|
+
let RelationTypeEnum;
|
|
15
|
+
(function (RelationTypeEnum) {
|
|
16
|
+
RelationTypeEnum[RelationTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
|
|
17
|
+
RelationTypeEnum[RelationTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
|
|
18
|
+
RelationTypeEnum[RelationTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
|
|
19
|
+
RelationTypeEnum[RelationTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
|
|
20
|
+
RelationTypeEnum[RelationTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
21
|
+
})(RelationTypeEnum = UserHouseholdBeneficiaryModelReq.RelationTypeEnum || (UserHouseholdBeneficiaryModelReq.RelationTypeEnum = {}));
|
|
22
|
+
})(UserHouseholdBeneficiaryModelReq || (UserHouseholdBeneficiaryModelReq = {}));
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface UserHouseholdBeneficiaryModelRes {
|
|
13
|
+
"firstName"?: string;
|
|
14
|
+
"joinDateUtc"?: string;
|
|
15
|
+
"lastName"?: string;
|
|
16
|
+
"profilePictureUrl"?: string;
|
|
17
|
+
"relationType"?: UserHouseholdBeneficiaryModelRes.RelationTypeEnum;
|
|
18
|
+
"userId"?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UserHouseholdBeneficiaryModelRes {
|
|
21
|
+
enum RelationTypeEnum {
|
|
22
|
+
OWNER,
|
|
23
|
+
SIBLING,
|
|
24
|
+
SPOUSE,
|
|
25
|
+
TEENAGER,
|
|
26
|
+
UNKNOWN
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export var UserHouseholdBeneficiaryModelRes;
|
|
13
|
+
(function (UserHouseholdBeneficiaryModelRes) {
|
|
14
|
+
let RelationTypeEnum;
|
|
15
|
+
(function (RelationTypeEnum) {
|
|
16
|
+
RelationTypeEnum[RelationTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
|
|
17
|
+
RelationTypeEnum[RelationTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
|
|
18
|
+
RelationTypeEnum[RelationTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
|
|
19
|
+
RelationTypeEnum[RelationTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
|
|
20
|
+
RelationTypeEnum[RelationTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
21
|
+
})(RelationTypeEnum = UserHouseholdBeneficiaryModelRes.RelationTypeEnum || (UserHouseholdBeneficiaryModelRes.RelationTypeEnum = {}));
|
|
22
|
+
})(UserHouseholdBeneficiaryModelRes || (UserHouseholdBeneficiaryModelRes = {}));
|
|
@@ -802,6 +802,9 @@ export * from './UserDetails';
|
|
|
802
802
|
export * from './UserDomain';
|
|
803
803
|
export * from './UserDomainReq';
|
|
804
804
|
export * from './UserDomainRes';
|
|
805
|
+
export * from './UserHouseholdBeneficiaryModel';
|
|
806
|
+
export * from './UserHouseholdBeneficiaryModelReq';
|
|
807
|
+
export * from './UserHouseholdBeneficiaryModelRes';
|
|
805
808
|
export * from './UserItem';
|
|
806
809
|
export * from './UserRefLinkDomain';
|
|
807
810
|
export * from './UserReferralLinkModel';
|
|
@@ -802,6 +802,9 @@ export * from './UserDetails';
|
|
|
802
802
|
export * from './UserDomain';
|
|
803
803
|
export * from './UserDomainReq';
|
|
804
804
|
export * from './UserDomainRes';
|
|
805
|
+
export * from './UserHouseholdBeneficiaryModel';
|
|
806
|
+
export * from './UserHouseholdBeneficiaryModelReq';
|
|
807
|
+
export * from './UserHouseholdBeneficiaryModelRes';
|
|
805
808
|
export * from './UserItem';
|
|
806
809
|
export * from './UserRefLinkDomain';
|
|
807
810
|
export * from './UserReferralLinkModel';
|
|
@@ -17,17 +17,17 @@ export interface GetCasesForUserUsingGETRequest {
|
|
|
17
17
|
export interface GetUserCasesUsingGETRequest {
|
|
18
18
|
userId: number;
|
|
19
19
|
}
|
|
20
|
-
export interface
|
|
20
|
+
export interface ListDashboardCasesByPageUsingGETRequest {
|
|
21
21
|
userId: number;
|
|
22
|
-
caseStatuses?:
|
|
22
|
+
caseStatuses?: ListDashboardCasesByPageUsingGETCaseStatusesEnum;
|
|
23
23
|
defendantId?: number;
|
|
24
24
|
includeDeleted?: boolean;
|
|
25
25
|
limit?: number;
|
|
26
26
|
needsAttention?: boolean;
|
|
27
27
|
page?: number;
|
|
28
28
|
query?: string;
|
|
29
|
-
sortBy?:
|
|
30
|
-
statusCategories?:
|
|
29
|
+
sortBy?: ListDashboardCasesByPageUsingGETSortByEnum;
|
|
30
|
+
statusCategories?: ListDashboardCasesByPageUsingGETStatusCategoriesEnum;
|
|
31
31
|
unreadMessagesOnly?: boolean;
|
|
32
32
|
}
|
|
33
33
|
export interface ListDashboardCasesUsingGETRequest {
|
|
@@ -64,13 +64,13 @@ export declare class ListCasesControllerApi extends runtime.BaseAPI {
|
|
|
64
64
|
*/
|
|
65
65
|
getUserCasesUsingGET(requestParameters: GetUserCasesUsingGETRequest): Promise<GetUserCasesResponse>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* listDashboardCasesByPage
|
|
68
68
|
*/
|
|
69
|
-
|
|
69
|
+
listDashboardCasesByPageUsingGETRaw(requestParameters: ListDashboardCasesByPageUsingGETRequest): Promise<runtime.ApiResponse<ListDashboardCasesResponse>>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* listDashboardCasesByPage
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
listDashboardCasesByPageUsingGET(requestParameters: ListDashboardCasesByPageUsingGETRequest): Promise<ListDashboardCasesResponse>;
|
|
74
74
|
/**
|
|
75
75
|
* listDashboardCases
|
|
76
76
|
*/
|
|
@@ -84,7 +84,7 @@ export declare class ListCasesControllerApi extends runtime.BaseAPI {
|
|
|
84
84
|
* @export
|
|
85
85
|
* @enum {string}
|
|
86
86
|
*/
|
|
87
|
-
export declare enum
|
|
87
|
+
export declare enum ListDashboardCasesByPageUsingGETCaseStatusesEnum {
|
|
88
88
|
AMENDEDDOWNWITHINCLASS = "AMENDED_DOWN_WITHIN_CLASS",
|
|
89
89
|
AMENDEDFULLFINE = "AMENDED_FULL_FINE",
|
|
90
90
|
AMENDEDINCREASEDFINE = "AMENDED_INCREASED_FINE",
|
|
@@ -127,7 +127,7 @@ export declare enum ListDashbaordCasesByPageUsingGETCaseStatusesEnum {
|
|
|
127
127
|
* @export
|
|
128
128
|
* @enum {string}
|
|
129
129
|
*/
|
|
130
|
-
export declare enum
|
|
130
|
+
export declare enum ListDashboardCasesByPageUsingGETSortByEnum {
|
|
131
131
|
BOOKINGCONFIRMEDDATE = "BOOKING_CONFIRMED_DATE",
|
|
132
132
|
CITATIONCREATIONDATE = "CITATION_CREATION_DATE",
|
|
133
133
|
CITATIONISSUEDATE = "CITATION_ISSUE_DATE",
|
|
@@ -138,7 +138,7 @@ export declare enum ListDashbaordCasesByPageUsingGETSortByEnum {
|
|
|
138
138
|
* @export
|
|
139
139
|
* @enum {string}
|
|
140
140
|
*/
|
|
141
|
-
export declare enum
|
|
141
|
+
export declare enum ListDashboardCasesByPageUsingGETStatusCategoriesEnum {
|
|
142
142
|
ACTIVE = "ACTIVE",
|
|
143
143
|
CANCELLED = "CANCELLED",
|
|
144
144
|
RESOLVED = "RESOLVED",
|
|
@@ -83,12 +83,12 @@ export class ListCasesControllerApi extends runtime.BaseAPI {
|
|
|
83
83
|
});
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* listDashboardCasesByPage
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
listDashboardCasesByPageUsingGETRaw(requestParameters) {
|
|
89
89
|
return __awaiter(this, void 0, void 0, function* () {
|
|
90
90
|
if (requestParameters.userId === null || requestParameters.userId === undefined) {
|
|
91
|
-
throw new runtime.RequiredError('userId', 'Required parameter requestParameters.userId was null or undefined when calling
|
|
91
|
+
throw new runtime.RequiredError('userId', 'Required parameter requestParameters.userId was null or undefined when calling listDashboardCasesByPageUsingGET.');
|
|
92
92
|
}
|
|
93
93
|
const queryParameters = {};
|
|
94
94
|
if (requestParameters.caseStatuses !== undefined) {
|
|
@@ -132,11 +132,11 @@ export class ListCasesControllerApi extends runtime.BaseAPI {
|
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* listDashboardCasesByPage
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
listDashboardCasesByPageUsingGET(requestParameters) {
|
|
138
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
139
|
-
const response = yield this.
|
|
139
|
+
const response = yield this.listDashboardCasesByPageUsingGETRaw(requestParameters);
|
|
140
140
|
return yield response.value();
|
|
141
141
|
});
|
|
142
142
|
}
|
|
@@ -203,69 +203,69 @@ export class ListCasesControllerApi extends runtime.BaseAPI {
|
|
|
203
203
|
* @export
|
|
204
204
|
* @enum {string}
|
|
205
205
|
*/
|
|
206
|
-
export var
|
|
207
|
-
(function (
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
})(
|
|
206
|
+
export var ListDashboardCasesByPageUsingGETCaseStatusesEnum;
|
|
207
|
+
(function (ListDashboardCasesByPageUsingGETCaseStatusesEnum) {
|
|
208
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDDOWNWITHINCLASS"] = "AMENDED_DOWN_WITHIN_CLASS";
|
|
209
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDFULLFINE"] = "AMENDED_FULL_FINE";
|
|
210
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDINCREASEDFINE"] = "AMENDED_INCREASED_FINE";
|
|
211
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDNOFINE"] = "AMENDED_NO_FINE";
|
|
212
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDREDUCEDFINE"] = "AMENDED_REDUCED_FINE";
|
|
213
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDTOINFRACTION"] = "AMENDED_TO_INFRACTION";
|
|
214
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["AMENDEDTONMV"] = "AMENDED_TO_NMV";
|
|
215
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDATTORNEYATFAULT"] = "CANCELLED_ATTORNEY_AT_FAULT";
|
|
216
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDBYLAWFIRM"] = "CANCELLED_BY_LAWFIRM";
|
|
217
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDBYUSER"] = "CANCELLED_BY_USER";
|
|
218
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDDUPLICATE"] = "CANCELLED_DUPLICATE";
|
|
219
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDNMV"] = "CANCELLED_NMV";
|
|
220
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDNONPAYMENT"] = "CANCELLED_NON_PAYMENT";
|
|
221
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDNOLAWFIRM"] = "CANCELLED_NO_LAWFIRM";
|
|
222
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDOVERDUE"] = "CANCELLED_OVERDUE";
|
|
223
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CANCELLEDTOOSHORTNOTICE"] = "CANCELLED_TOO_SHORT_NOTICE";
|
|
224
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CASEINPROGRESS"] = "CASE_IN_PROGRESS";
|
|
225
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTCONFIRMED"] = "CLIENT_CONFIRMED";
|
|
226
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTCONFIRMEDUNPAID"] = "CLIENT_CONFIRMED_UNPAID";
|
|
227
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTFIREDLAWFIRM"] = "CLIENT_FIRED_LAWFIRM";
|
|
228
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTFORCEDLOSS"] = "CLIENT_FORCED_LOSS";
|
|
229
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTPAIDFINE"] = "CLIENT_PAID_FINE";
|
|
230
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["CLIENTUNRESPONSIVE"] = "CLIENT_UNRESPONSIVE";
|
|
231
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["DEFERRED"] = "DEFERRED";
|
|
232
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["DISMISSED"] = "DISMISSED";
|
|
233
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["DIVERSION"] = "DIVERSION";
|
|
234
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["FEESDISPUTED"] = "FEES_DISPUTED";
|
|
235
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["FINEREDUCTIONONLY"] = "FINE_REDUCTION_ONLY";
|
|
236
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["LAWFIRMWITHDRAWN"] = "LAWFIRM_WITHDRAWN";
|
|
237
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["LOST"] = "LOST";
|
|
238
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["NOLAWFIRMAVAILABLE"] = "NO_LAWFIRM_AVAILABLE";
|
|
239
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["POINTREDUCTION"] = "POINT_REDUCTION";
|
|
240
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["REFUSEDBYLAWFIRM"] = "REFUSED_BY_LAWFIRM";
|
|
241
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["RESOLVEDNONPAYMENT"] = "RESOLVED_NON_PAYMENT";
|
|
242
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["STALE"] = "STALE";
|
|
243
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["TRAFFICSCHOOL"] = "TRAFFIC_SCHOOL";
|
|
244
|
+
ListDashboardCasesByPageUsingGETCaseStatusesEnum["UNCONFIRMED"] = "UNCONFIRMED";
|
|
245
|
+
})(ListDashboardCasesByPageUsingGETCaseStatusesEnum || (ListDashboardCasesByPageUsingGETCaseStatusesEnum = {}));
|
|
246
246
|
/**
|
|
247
247
|
* @export
|
|
248
248
|
* @enum {string}
|
|
249
249
|
*/
|
|
250
|
-
export var
|
|
251
|
-
(function (
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
})(
|
|
250
|
+
export var ListDashboardCasesByPageUsingGETSortByEnum;
|
|
251
|
+
(function (ListDashboardCasesByPageUsingGETSortByEnum) {
|
|
252
|
+
ListDashboardCasesByPageUsingGETSortByEnum["BOOKINGCONFIRMEDDATE"] = "BOOKING_CONFIRMED_DATE";
|
|
253
|
+
ListDashboardCasesByPageUsingGETSortByEnum["CITATIONCREATIONDATE"] = "CITATION_CREATION_DATE";
|
|
254
|
+
ListDashboardCasesByPageUsingGETSortByEnum["CITATIONISSUEDATE"] = "CITATION_ISSUE_DATE";
|
|
255
|
+
ListDashboardCasesByPageUsingGETSortByEnum["COURTDATE"] = "COURT_DATE";
|
|
256
|
+
ListDashboardCasesByPageUsingGETSortByEnum["LASTCITATIONUPDATEDATE"] = "LAST_CITATION_UPDATE_DATE";
|
|
257
|
+
})(ListDashboardCasesByPageUsingGETSortByEnum || (ListDashboardCasesByPageUsingGETSortByEnum = {}));
|
|
258
258
|
/**
|
|
259
259
|
* @export
|
|
260
260
|
* @enum {string}
|
|
261
261
|
*/
|
|
262
|
-
export var
|
|
263
|
-
(function (
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
})(
|
|
262
|
+
export var ListDashboardCasesByPageUsingGETStatusCategoriesEnum;
|
|
263
|
+
(function (ListDashboardCasesByPageUsingGETStatusCategoriesEnum) {
|
|
264
|
+
ListDashboardCasesByPageUsingGETStatusCategoriesEnum["ACTIVE"] = "ACTIVE";
|
|
265
|
+
ListDashboardCasesByPageUsingGETStatusCategoriesEnum["CANCELLED"] = "CANCELLED";
|
|
266
|
+
ListDashboardCasesByPageUsingGETStatusCategoriesEnum["RESOLVED"] = "RESOLVED";
|
|
267
|
+
ListDashboardCasesByPageUsingGETStatusCategoriesEnum["UNCONFIRMED"] = "UNCONFIRMED";
|
|
268
|
+
})(ListDashboardCasesByPageUsingGETStatusCategoriesEnum || (ListDashboardCasesByPageUsingGETStatusCategoriesEnum = {}));
|
|
269
269
|
/**
|
|
270
270
|
* @export
|
|
271
271
|
* @enum {string}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AddressDomain, LawfirmJobTitleModel, PhoneNumberDomain, Timestamp, UserAccountModel, UserReferralLinkModel, UserRoleDomain, UserSocialProfileModel, UserSubscriptionPlanModel } from './';
|
|
12
|
+
import { AddressDomain, LawfirmJobTitleModel, PhoneNumberDomain, Timestamp, UserAccountModel, UserHouseholdBeneficiaryModel, UserReferralLinkModel, UserRoleDomain, UserSocialProfileModel, UserSubscriptionPlanModel } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -28,6 +28,12 @@ export interface UserDomain {
|
|
|
28
28
|
* @memberof UserDomain
|
|
29
29
|
*/
|
|
30
30
|
address?: AddressDomain;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<UserHouseholdBeneficiaryModel>}
|
|
34
|
+
* @memberof UserDomain
|
|
35
|
+
*/
|
|
36
|
+
copilots?: Array<UserHouseholdBeneficiaryModel>;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
39
|
* @type {Timestamp}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { AddressDomainFromJSON, AddressDomainToJSON, LawfirmJobTitleModelFromJSON, LawfirmJobTitleModelToJSON, PhoneNumberDomainFromJSON, PhoneNumberDomainToJSON, TimestampFromJSON, TimestampToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserReferralLinkModelFromJSON, UserReferralLinkModelToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelFromJSON, UserSocialProfileModelToJSON, UserSubscriptionPlanModelFromJSON, UserSubscriptionPlanModelToJSON, } from './';
|
|
15
|
+
import { AddressDomainFromJSON, AddressDomainToJSON, LawfirmJobTitleModelFromJSON, LawfirmJobTitleModelToJSON, PhoneNumberDomainFromJSON, PhoneNumberDomainToJSON, TimestampFromJSON, TimestampToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserHouseholdBeneficiaryModelFromJSON, UserHouseholdBeneficiaryModelToJSON, UserReferralLinkModelFromJSON, UserReferralLinkModelToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelFromJSON, UserSocialProfileModelToJSON, UserSubscriptionPlanModelFromJSON, UserSubscriptionPlanModelToJSON, } from './';
|
|
16
16
|
export function UserDomainFromJSON(json) {
|
|
17
17
|
return UserDomainFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -23,6 +23,7 @@ export function UserDomainFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'accounts': !exists(json, 'accounts') ? undefined : (json['accounts'].map(UserAccountModelFromJSON)),
|
|
25
25
|
'address': !exists(json, 'address') ? undefined : AddressDomainFromJSON(json['address']),
|
|
26
|
+
'copilots': !exists(json, 'copilots') ? undefined : (json['copilots'].map(UserHouseholdBeneficiaryModelFromJSON)),
|
|
26
27
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampFromJSON(json['creationDateUtc']),
|
|
27
28
|
'dob': !exists(json, 'dob') ? undefined : (new Date(json['dob'])),
|
|
28
29
|
'driverLicenseNumber': !exists(json, 'driverLicenseNumber') ? undefined : json['driverLicenseNumber'],
|
|
@@ -82,6 +83,7 @@ export function UserDomainToJSON(value) {
|
|
|
82
83
|
return {
|
|
83
84
|
'accounts': value.accounts === undefined ? undefined : (value.accounts.map(UserAccountModelToJSON)),
|
|
84
85
|
'address': AddressDomainToJSON(value.address),
|
|
86
|
+
'copilots': value.copilots === undefined ? undefined : (value.copilots.map(UserHouseholdBeneficiaryModelToJSON)),
|
|
85
87
|
'creationDateUtc': TimestampToJSON(value.creationDateUtc),
|
|
86
88
|
'dob': value.dob === undefined ? undefined : (value.dob.toISOString()),
|
|
87
89
|
'driverLicenseNumber': value.driverLicenseNumber,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AddressDomainReq, LawfirmJobTitleModelReq, PhoneNumberDomainReq, TimestampReq, UserAccountModel, UserReferralLinkModelReq, UserRoleDomain, UserSocialProfileModelReq, UserSubscriptionPlanModelReq } from './';
|
|
12
|
+
import { AddressDomainReq, LawfirmJobTitleModelReq, PhoneNumberDomainReq, TimestampReq, UserAccountModel, UserHouseholdBeneficiaryModelReq, UserReferralLinkModelReq, UserRoleDomain, UserSocialProfileModelReq, UserSubscriptionPlanModelReq } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -28,6 +28,12 @@ export interface UserDomainReq {
|
|
|
28
28
|
* @memberof UserDomainReq
|
|
29
29
|
*/
|
|
30
30
|
address?: AddressDomainReq;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<UserHouseholdBeneficiaryModelReq>}
|
|
34
|
+
* @memberof UserDomainReq
|
|
35
|
+
*/
|
|
36
|
+
copilots?: Array<UserHouseholdBeneficiaryModelReq>;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
39
|
* @type {TimestampReq}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { AddressDomainReqFromJSON, AddressDomainReqToJSON, LawfirmJobTitleModelReqFromJSON, LawfirmJobTitleModelReqToJSON, PhoneNumberDomainReqFromJSON, PhoneNumberDomainReqToJSON, TimestampReqFromJSON, TimestampReqToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserReferralLinkModelReqFromJSON, UserReferralLinkModelReqToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelReqFromJSON, UserSocialProfileModelReqToJSON, UserSubscriptionPlanModelReqFromJSON, UserSubscriptionPlanModelReqToJSON, } from './';
|
|
15
|
+
import { AddressDomainReqFromJSON, AddressDomainReqToJSON, LawfirmJobTitleModelReqFromJSON, LawfirmJobTitleModelReqToJSON, PhoneNumberDomainReqFromJSON, PhoneNumberDomainReqToJSON, TimestampReqFromJSON, TimestampReqToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserHouseholdBeneficiaryModelReqFromJSON, UserHouseholdBeneficiaryModelReqToJSON, UserReferralLinkModelReqFromJSON, UserReferralLinkModelReqToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelReqFromJSON, UserSocialProfileModelReqToJSON, UserSubscriptionPlanModelReqFromJSON, UserSubscriptionPlanModelReqToJSON, } from './';
|
|
16
16
|
export function UserDomainReqFromJSON(json) {
|
|
17
17
|
return UserDomainReqFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -23,6 +23,7 @@ export function UserDomainReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'accounts': !exists(json, 'accounts') ? undefined : (json['accounts'].map(UserAccountModelFromJSON)),
|
|
25
25
|
'address': !exists(json, 'address') ? undefined : AddressDomainReqFromJSON(json['address']),
|
|
26
|
+
'copilots': !exists(json, 'copilots') ? undefined : (json['copilots'].map(UserHouseholdBeneficiaryModelReqFromJSON)),
|
|
26
27
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampReqFromJSON(json['creationDateUtc']),
|
|
27
28
|
'dob': !exists(json, 'dob') ? undefined : (new Date(json['dob'])),
|
|
28
29
|
'driverLicenseNumber': !exists(json, 'driverLicenseNumber') ? undefined : json['driverLicenseNumber'],
|
|
@@ -81,6 +82,7 @@ export function UserDomainReqToJSON(value) {
|
|
|
81
82
|
return {
|
|
82
83
|
'accounts': value.accounts === undefined ? undefined : (value.accounts.map(UserAccountModelToJSON)),
|
|
83
84
|
'address': AddressDomainReqToJSON(value.address),
|
|
85
|
+
'copilots': value.copilots === undefined ? undefined : (value.copilots.map(UserHouseholdBeneficiaryModelReqToJSON)),
|
|
84
86
|
'creationDateUtc': TimestampReqToJSON(value.creationDateUtc),
|
|
85
87
|
'dob': value.dob === undefined ? undefined : (value.dob.toISOString()),
|
|
86
88
|
'driverLicenseNumber': value.driverLicenseNumber,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AddressDomainRes, LawfirmJobTitleModelRes, PhoneNumberDomainRes, TimestampRes, UserAccountModel, UserReferralLinkModelRes, UserRoleDomain, UserSocialProfileModelRes, UserSubscriptionPlanModelRes } from './';
|
|
12
|
+
import { AddressDomainRes, LawfirmJobTitleModelRes, PhoneNumberDomainRes, TimestampRes, UserAccountModel, UserHouseholdBeneficiaryModelRes, UserReferralLinkModelRes, UserRoleDomain, UserSocialProfileModelRes, UserSubscriptionPlanModelRes } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -28,6 +28,12 @@ export interface UserDomainRes {
|
|
|
28
28
|
* @memberof UserDomainRes
|
|
29
29
|
*/
|
|
30
30
|
address?: AddressDomainRes;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<UserHouseholdBeneficiaryModelRes>}
|
|
34
|
+
* @memberof UserDomainRes
|
|
35
|
+
*/
|
|
36
|
+
copilots?: Array<UserHouseholdBeneficiaryModelRes>;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
39
|
* @type {TimestampRes}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { AddressDomainResFromJSON, AddressDomainResToJSON, LawfirmJobTitleModelResFromJSON, LawfirmJobTitleModelResToJSON, PhoneNumberDomainResFromJSON, PhoneNumberDomainResToJSON, TimestampResFromJSON, TimestampResToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserReferralLinkModelResFromJSON, UserReferralLinkModelResToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelResFromJSON, UserSocialProfileModelResToJSON, UserSubscriptionPlanModelResFromJSON, UserSubscriptionPlanModelResToJSON, } from './';
|
|
15
|
+
import { AddressDomainResFromJSON, AddressDomainResToJSON, LawfirmJobTitleModelResFromJSON, LawfirmJobTitleModelResToJSON, PhoneNumberDomainResFromJSON, PhoneNumberDomainResToJSON, TimestampResFromJSON, TimestampResToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserHouseholdBeneficiaryModelResFromJSON, UserHouseholdBeneficiaryModelResToJSON, UserReferralLinkModelResFromJSON, UserReferralLinkModelResToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelResFromJSON, UserSocialProfileModelResToJSON, UserSubscriptionPlanModelResFromJSON, UserSubscriptionPlanModelResToJSON, } from './';
|
|
16
16
|
export function UserDomainResFromJSON(json) {
|
|
17
17
|
return UserDomainResFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -23,6 +23,7 @@ export function UserDomainResFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'accounts': !exists(json, 'accounts') ? undefined : (json['accounts'].map(UserAccountModelFromJSON)),
|
|
25
25
|
'address': !exists(json, 'address') ? undefined : AddressDomainResFromJSON(json['address']),
|
|
26
|
+
'copilots': !exists(json, 'copilots') ? undefined : (json['copilots'].map(UserHouseholdBeneficiaryModelResFromJSON)),
|
|
26
27
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampResFromJSON(json['creationDateUtc']),
|
|
27
28
|
'dob': !exists(json, 'dob') ? undefined : (new Date(json['dob'])),
|
|
28
29
|
'driverLicenseNumber': !exists(json, 'driverLicenseNumber') ? undefined : json['driverLicenseNumber'],
|
|
@@ -82,6 +83,7 @@ export function UserDomainResToJSON(value) {
|
|
|
82
83
|
return {
|
|
83
84
|
'accounts': value.accounts === undefined ? undefined : (value.accounts.map(UserAccountModelToJSON)),
|
|
84
85
|
'address': AddressDomainResToJSON(value.address),
|
|
86
|
+
'copilots': value.copilots === undefined ? undefined : (value.copilots.map(UserHouseholdBeneficiaryModelResToJSON)),
|
|
85
87
|
'creationDateUtc': TimestampResToJSON(value.creationDateUtc),
|
|
86
88
|
'dob': value.dob === undefined ? undefined : (value.dob.toISOString()),
|
|
87
89
|
'driverLicenseNumber': value.driverLicenseNumber,
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserHouseholdBeneficiaryModel
|
|
16
|
+
*/
|
|
17
|
+
export interface UserHouseholdBeneficiaryModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
22
|
+
*/
|
|
23
|
+
firstName?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
28
|
+
*/
|
|
29
|
+
joinDateUtc?: Date;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
34
|
+
*/
|
|
35
|
+
lastName?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
40
|
+
*/
|
|
41
|
+
profilePictureUrl?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
46
|
+
*/
|
|
47
|
+
relationType?: UserHouseholdBeneficiaryModelRelationTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof UserHouseholdBeneficiaryModel
|
|
52
|
+
*/
|
|
53
|
+
userId?: number;
|
|
54
|
+
}
|
|
55
|
+
export declare function UserHouseholdBeneficiaryModelFromJSON(json: any): UserHouseholdBeneficiaryModel;
|
|
56
|
+
export declare function UserHouseholdBeneficiaryModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserHouseholdBeneficiaryModel;
|
|
57
|
+
export declare function UserHouseholdBeneficiaryModelToJSON(value?: UserHouseholdBeneficiaryModel | null): any;
|
|
58
|
+
/**
|
|
59
|
+
* @export
|
|
60
|
+
* @enum {string}
|
|
61
|
+
*/
|
|
62
|
+
export declare enum UserHouseholdBeneficiaryModelRelationTypeEnum {
|
|
63
|
+
OWNER = "OWNER",
|
|
64
|
+
SIBLING = "SIBLING",
|
|
65
|
+
SPOUSE = "SPOUSE",
|
|
66
|
+
TEENAGER = "TEENAGER",
|
|
67
|
+
UNKNOWN = "UNKNOWN"
|
|
68
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function UserHouseholdBeneficiaryModelFromJSON(json) {
|
|
16
|
+
return UserHouseholdBeneficiaryModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserHouseholdBeneficiaryModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
24
|
+
'joinDateUtc': !exists(json, 'joinDateUtc') ? undefined : (new Date(json['joinDateUtc'])),
|
|
25
|
+
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
26
|
+
'profilePictureUrl': !exists(json, 'profilePictureUrl') ? undefined : json['profilePictureUrl'],
|
|
27
|
+
'relationType': !exists(json, 'relationType') ? undefined : json['relationType'],
|
|
28
|
+
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function UserHouseholdBeneficiaryModelToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'firstName': value.firstName,
|
|
40
|
+
'joinDateUtc': value.joinDateUtc === undefined ? undefined : (value.joinDateUtc.toISOString()),
|
|
41
|
+
'lastName': value.lastName,
|
|
42
|
+
'profilePictureUrl': value.profilePictureUrl,
|
|
43
|
+
'relationType': value.relationType,
|
|
44
|
+
'userId': value.userId,
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
* @enum {string}
|
|
50
|
+
*/
|
|
51
|
+
export var UserHouseholdBeneficiaryModelRelationTypeEnum;
|
|
52
|
+
(function (UserHouseholdBeneficiaryModelRelationTypeEnum) {
|
|
53
|
+
UserHouseholdBeneficiaryModelRelationTypeEnum["OWNER"] = "OWNER";
|
|
54
|
+
UserHouseholdBeneficiaryModelRelationTypeEnum["SIBLING"] = "SIBLING";
|
|
55
|
+
UserHouseholdBeneficiaryModelRelationTypeEnum["SPOUSE"] = "SPOUSE";
|
|
56
|
+
UserHouseholdBeneficiaryModelRelationTypeEnum["TEENAGER"] = "TEENAGER";
|
|
57
|
+
UserHouseholdBeneficiaryModelRelationTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
58
|
+
})(UserHouseholdBeneficiaryModelRelationTypeEnum || (UserHouseholdBeneficiaryModelRelationTypeEnum = {}));
|