@otr-app/shared-backend-generated-client 2.5.55 → 2.5.57
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 +1 -0
- package/dist/angular/api/auditLawfirmEventsController.service.ts +4 -4
- package/dist/angular/api/citationAuditController.service.ts +4 -4
- package/dist/angular/api/lawfirmController.service.ts +73 -0
- package/dist/angular/api/userAuditController.service.ts +4 -4
- package/dist/angular/model/citationAuditEventModel.ts +2 -1
- package/dist/angular/model/lawfirmAuditEventModel.ts +2 -1
- package/dist/angular/model/models.ts +1 -0
- package/dist/angular/model/saveLawfirmAccountManagerRequest.ts +17 -0
- package/dist/angular/model/userAuditEventModel.ts +4 -2
- 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/otrBackendService.js +45 -0
- package/dist/otrBackendService.min.js +4 -4
- package/dist/typescript/api/AuditLawfirmEventsControllerApi.d.ts +1 -1
- package/dist/typescript/api/CitationAuditControllerApi.d.ts +1 -1
- package/dist/typescript/api/LawfirmControllerApi.d.ts +7 -0
- package/dist/typescript/api/LawfirmControllerApi.js +31 -0
- package/dist/typescript/api/UserAuditControllerApi.d.ts +1 -1
- package/dist/typescript/model/CitationAuditEventModel.d.ts +1 -0
- package/dist/typescript/model/CitationAuditEventModel.js +1 -0
- package/dist/typescript/model/LawfirmAuditEventModel.d.ts +1 -0
- package/dist/typescript/model/LawfirmAuditEventModel.js +1 -0
- package/dist/typescript/model/SaveLawfirmAccountManagerRequest.d.ts +14 -0
- package/dist/typescript/model/SaveLawfirmAccountManagerRequest.js +12 -0
- package/dist/typescript/model/UserAuditEventModel.d.ts +2 -0
- package/dist/typescript/model/UserAuditEventModel.js +2 -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/model/models.d.ts +1 -0
- package/dist/typescript/model/models.js +1 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +2 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +2 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +2 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +2 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +13 -1
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +33 -1
- package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +2 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.js +2 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +1 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.js +1 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +1 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +1 -0
- package/dist/typescript-fetch/models/SaveLawfirmAccountManagerRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/SaveLawfirmAccountManagerRequest.js +35 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +2 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.js +2 -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-fetch/models/index.d.ts +1 -0
- package/dist/typescript-fetch/models/index.js +1 -0
- package/dist/typescript-open-api/otr-backend.d.ts +79 -0
- package/dist/typescript-open-api/otr-backend.js +1 -0
- package/package.json +1 -1
|
@@ -95,6 +95,7 @@ export var UserAuditEventModelEventEnum;
|
|
|
95
95
|
(function (UserAuditEventModelEventEnum) {
|
|
96
96
|
UserAuditEventModelEventEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
97
97
|
UserAuditEventModelEventEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
98
|
+
UserAuditEventModelEventEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
98
99
|
UserAuditEventModelEventEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
99
100
|
UserAuditEventModelEventEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
100
101
|
UserAuditEventModelEventEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -184,6 +185,7 @@ export var UserAuditEventModelEventTypeEnum;
|
|
|
184
185
|
(function (UserAuditEventModelEventTypeEnum) {
|
|
185
186
|
UserAuditEventModelEventTypeEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
186
187
|
UserAuditEventModelEventTypeEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
188
|
+
UserAuditEventModelEventTypeEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
187
189
|
UserAuditEventModelEventTypeEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
188
190
|
UserAuditEventModelEventTypeEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
189
191
|
UserAuditEventModelEventTypeEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -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,
|
|
@@ -635,6 +635,7 @@ export * from './SaveDriverLicensePictureResponse';
|
|
|
635
635
|
export * from './SaveDriverLicenseRequest';
|
|
636
636
|
export * from './SaveExternalContentVoteRequest';
|
|
637
637
|
export * from './SaveItemToWatchlistRequest';
|
|
638
|
+
export * from './SaveLawfirmAccountManagerRequest';
|
|
638
639
|
export * from './SaveLawfirmSurchargeModel';
|
|
639
640
|
export * from './SaveLawfirmSurchargesRequest';
|
|
640
641
|
export * from './SaveLawyerLeadRequest';
|
|
@@ -635,6 +635,7 @@ export * from './SaveDriverLicensePictureResponse';
|
|
|
635
635
|
export * from './SaveDriverLicenseRequest';
|
|
636
636
|
export * from './SaveExternalContentVoteRequest';
|
|
637
637
|
export * from './SaveItemToWatchlistRequest';
|
|
638
|
+
export * from './SaveLawfirmAccountManagerRequest';
|
|
638
639
|
export * from './SaveLawfirmSurchargeModel';
|
|
639
640
|
export * from './SaveLawfirmSurchargesRequest';
|
|
640
641
|
export * from './SaveLawyerLeadRequest';
|
|
@@ -3504,6 +3504,23 @@ export interface paths {
|
|
|
3504
3504
|
patch?: never;
|
|
3505
3505
|
trace?: never;
|
|
3506
3506
|
};
|
|
3507
|
+
"/api/v1/lawfirms/{lawfirmId}/account-manager": {
|
|
3508
|
+
parameters: {
|
|
3509
|
+
query?: never;
|
|
3510
|
+
header?: never;
|
|
3511
|
+
path?: never;
|
|
3512
|
+
cookie?: never;
|
|
3513
|
+
};
|
|
3514
|
+
get?: never;
|
|
3515
|
+
put?: never;
|
|
3516
|
+
/** saveLawfirmAccountManager */
|
|
3517
|
+
post: operations["saveLawfirmAccountManagerUsingPOST"];
|
|
3518
|
+
delete?: never;
|
|
3519
|
+
options?: never;
|
|
3520
|
+
head?: never;
|
|
3521
|
+
patch?: never;
|
|
3522
|
+
trace?: never;
|
|
3523
|
+
};
|
|
3507
3524
|
"/api/v1/lawfirms/{lawfirmId}/addresses": {
|
|
3508
3525
|
parameters: {
|
|
3509
3526
|
query?: never;
|
|
@@ -14256,6 +14273,11 @@ export interface components {
|
|
|
14256
14273
|
/** @enum {string} */
|
|
14257
14274
|
priority?: SaveItemToWatchlistRequestPriority;
|
|
14258
14275
|
};
|
|
14276
|
+
/** SaveLawfirmAccountManagerRequest */
|
|
14277
|
+
SaveLawfirmAccountManagerRequest: {
|
|
14278
|
+
/** Format: int64 */
|
|
14279
|
+
userId: number;
|
|
14280
|
+
};
|
|
14259
14281
|
/** SaveLawfirmSurchargeModel */
|
|
14260
14282
|
SaveLawfirmSurchargeModel: {
|
|
14261
14283
|
/** @enum {string} */
|
|
@@ -16028,6 +16050,7 @@ export interface components {
|
|
|
16028
16050
|
};
|
|
16029
16051
|
/** UserHouseholdBeneficiaryModel */
|
|
16030
16052
|
UserHouseholdBeneficiaryModel: {
|
|
16053
|
+
emailAddress?: string;
|
|
16031
16054
|
firstName?: string;
|
|
16032
16055
|
/** Format: date-time */
|
|
16033
16056
|
joinDateUtc?: string;
|
|
@@ -16040,6 +16063,7 @@ export interface components {
|
|
|
16040
16063
|
};
|
|
16041
16064
|
/** UserHouseholdBeneficiaryModelReq */
|
|
16042
16065
|
UserHouseholdBeneficiaryModelReq: {
|
|
16066
|
+
emailAddress?: string;
|
|
16043
16067
|
firstName?: string;
|
|
16044
16068
|
/** Format: date-time */
|
|
16045
16069
|
joinDateUtc?: string;
|
|
@@ -16052,6 +16076,7 @@ export interface components {
|
|
|
16052
16076
|
};
|
|
16053
16077
|
/** UserHouseholdBeneficiaryModelRes */
|
|
16054
16078
|
UserHouseholdBeneficiaryModelRes: {
|
|
16079
|
+
emailAddress?: string;
|
|
16055
16080
|
firstName?: string;
|
|
16056
16081
|
/** Format: date-time */
|
|
16057
16082
|
joinDateUtc?: string;
|
|
@@ -27949,6 +27974,59 @@ export interface operations {
|
|
|
27949
27974
|
};
|
|
27950
27975
|
};
|
|
27951
27976
|
};
|
|
27977
|
+
saveLawfirmAccountManagerUsingPOST: {
|
|
27978
|
+
parameters: {
|
|
27979
|
+
query?: never;
|
|
27980
|
+
header?: never;
|
|
27981
|
+
path: {
|
|
27982
|
+
/** @description lawfirmId */
|
|
27983
|
+
lawfirmId: number;
|
|
27984
|
+
};
|
|
27985
|
+
cookie?: never;
|
|
27986
|
+
};
|
|
27987
|
+
requestBody?: {
|
|
27988
|
+
content: {
|
|
27989
|
+
"application/json": components["schemas"]["SaveLawfirmAccountManagerRequest"];
|
|
27990
|
+
};
|
|
27991
|
+
};
|
|
27992
|
+
responses: {
|
|
27993
|
+
/** @description OK */
|
|
27994
|
+
200: {
|
|
27995
|
+
headers: {
|
|
27996
|
+
[name: string]: unknown;
|
|
27997
|
+
};
|
|
27998
|
+
content?: never;
|
|
27999
|
+
};
|
|
28000
|
+
/** @description Created */
|
|
28001
|
+
201: {
|
|
28002
|
+
headers: {
|
|
28003
|
+
[name: string]: unknown;
|
|
28004
|
+
};
|
|
28005
|
+
content?: never;
|
|
28006
|
+
};
|
|
28007
|
+
/** @description Unauthorized */
|
|
28008
|
+
401: {
|
|
28009
|
+
headers: {
|
|
28010
|
+
[name: string]: unknown;
|
|
28011
|
+
};
|
|
28012
|
+
content?: never;
|
|
28013
|
+
};
|
|
28014
|
+
/** @description Forbidden */
|
|
28015
|
+
403: {
|
|
28016
|
+
headers: {
|
|
28017
|
+
[name: string]: unknown;
|
|
28018
|
+
};
|
|
28019
|
+
content?: never;
|
|
28020
|
+
};
|
|
28021
|
+
/** @description Not Found */
|
|
28022
|
+
404: {
|
|
28023
|
+
headers: {
|
|
28024
|
+
[name: string]: unknown;
|
|
28025
|
+
};
|
|
28026
|
+
content?: never;
|
|
28027
|
+
};
|
|
28028
|
+
};
|
|
28029
|
+
};
|
|
27952
28030
|
getLawfirmAddressesUsingGET: {
|
|
27953
28031
|
parameters: {
|
|
27954
28032
|
query?: never;
|
|
@@ -40007,6 +40085,7 @@ export declare enum PathsApiV1ActivityFeedCaseOutcomesGetParametersQueryResoluti
|
|
|
40007
40085
|
export declare enum PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes {
|
|
40008
40086
|
ACCOUNT_COVERAGE_ADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
40009
40087
|
ACCOUNT_COVERAGE_REMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
40088
|
+
ACCOUNT_MANAGER_CHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
40010
40089
|
ACCOUNT_NOTIFICATION_STATUS_CHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
40011
40090
|
ACCOUNT_STATUS_CHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
40012
40091
|
CASE_ACCEPT = "CASE_ACCEPT",
|
|
@@ -21,6 +21,7 @@ export var PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes;
|
|
|
21
21
|
(function (PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes) {
|
|
22
22
|
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["ACCOUNT_COVERAGE_ADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
23
23
|
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["ACCOUNT_COVERAGE_REMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
24
|
+
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["ACCOUNT_MANAGER_CHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
24
25
|
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["ACCOUNT_NOTIFICATION_STATUS_CHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
25
26
|
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["ACCOUNT_STATUS_CHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
26
27
|
PathsApiV1LawfirmsLawfirmIdAuditEventsGetParametersQueryIncludeTypes["CASE_ACCEPT"] = "CASE_ACCEPT";
|