@otr-app/shared-backend-generated-client 2.3.124 → 2.3.125
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 +7 -2
- package/dist/angular/api/api.ts +3 -3
- package/dist/angular/api/watchlistsController.service.ts +243 -0
- package/dist/angular/api.module.ts +1 -1
- package/dist/angular/model/addressEntity.ts +47 -0
- package/dist/angular/model/caseItem.ts +65 -0
- package/dist/angular/model/countyEntity.ts +76 -0
- package/dist/angular/model/courtEntity.ts +42 -0
- package/dist/angular/model/lawfirmItem.ts +78 -0
- package/dist/angular/model/listUserWatchlistsResponse.ts +3 -2
- package/dist/angular/model/models.ts +6 -1
- package/dist/angular/model/userItem.ts +20 -0
- package/dist/angular/model/watchlistItemsModel.ts +13 -1
- package/dist/otrBackendService.js +5 -0
- package/dist/otrBackendService.min.js +1 -1
- package/dist/typescript/api/WatchlistsControllerApi.d.ts +37 -0
- package/dist/typescript/api/WatchlistsControllerApi.js +97 -0
- package/dist/typescript/api/WatchlistsControllerApi.ts +109 -0
- package/dist/typescript/api/api.d.ts +3 -3
- package/dist/typescript/api/api.js +3 -3
- package/dist/typescript/api/api.ts +3 -3
- package/dist/typescript/api.module.js +1 -1
- package/dist/typescript/api.module.ts +1 -1
- package/dist/typescript/model/AddressEntity.d.ts +42 -0
- package/dist/typescript/model/AddressEntity.js +30 -0
- package/dist/typescript/model/AddressEntity.ts +45 -0
- package/dist/typescript/model/CaseItem.d.ts +60 -0
- package/dist/typescript/model/CaseItem.js +57 -0
- package/dist/typescript/model/CaseItem.ts +63 -0
- package/dist/typescript/model/CountyEntity.d.ts +71 -0
- package/dist/typescript/model/CountyEntity.js +71 -0
- package/dist/typescript/model/CountyEntity.ts +75 -0
- package/dist/typescript/model/CourtEntity.d.ts +36 -0
- package/dist/typescript/model/CourtEntity.js +28 -0
- package/dist/typescript/model/CourtEntity.ts +39 -0
- package/dist/typescript/model/LawfirmItem.d.ts +73 -0
- package/dist/typescript/model/LawfirmItem.js +71 -0
- package/dist/typescript/model/LawfirmItem.ts +77 -0
- package/dist/typescript/model/ListUserWatchlistsResponse.d.ts +2 -1
- package/dist/typescript/model/ListUserWatchlistsResponse.ts +2 -1
- package/dist/typescript/model/UserItem.d.ts +17 -0
- package/dist/typescript/model/UserItem.js +13 -0
- package/dist/typescript/model/UserItem.ts +21 -0
- package/dist/typescript/model/WatchlistItemsModel.d.ts +10 -1
- package/dist/typescript/model/WatchlistItemsModel.js +6 -0
- package/dist/typescript/model/WatchlistItemsModel.ts +9 -1
- package/dist/typescript/model/models.d.ts +6 -1
- package/dist/typescript/model/models.js +6 -1
- package/dist/typescript/model/models.ts +6 -1
- package/package.json +1 -1
|
@@ -13,15 +13,23 @@
|
|
|
13
13
|
import * as models from './models';
|
|
14
14
|
|
|
15
15
|
export interface WatchlistItemsModel {
|
|
16
|
+
"caseItem"?: models.CaseItem;
|
|
16
17
|
"entityId"?: string;
|
|
17
|
-
"entityType"?:
|
|
18
|
+
"entityType"?: WatchlistItemsModel.EntityTypeEnum;
|
|
18
19
|
"isDeleted"?: boolean;
|
|
20
|
+
"lawfirmItem"?: models.LawfirmItem;
|
|
19
21
|
"note"?: string;
|
|
20
22
|
"priority"?: WatchlistItemsModel.PriorityEnum;
|
|
23
|
+
"userItem"?: models.UserItem;
|
|
21
24
|
"watchlistItemId"?: number;
|
|
22
25
|
}
|
|
23
26
|
|
|
24
27
|
export namespace WatchlistItemsModel {
|
|
28
|
+
export enum EntityTypeEnum {
|
|
29
|
+
CASE = <any> 'CASE',
|
|
30
|
+
LAWFIRM = <any> 'LAWFIRM',
|
|
31
|
+
USER = <any> 'USER'
|
|
32
|
+
}
|
|
25
33
|
export enum PriorityEnum {
|
|
26
34
|
HIGH = <any> 'HIGH',
|
|
27
35
|
LOW = <any> 'LOW',
|
|
@@ -27,6 +27,7 @@ export * from './AddViolationsToCitationRequest';
|
|
|
27
27
|
export * from './AddressDomain';
|
|
28
28
|
export * from './AddressDomainReq';
|
|
29
29
|
export * from './AddressDomainRes';
|
|
30
|
+
export * from './AddressEntity';
|
|
30
31
|
export * from './AgentBookingStats';
|
|
31
32
|
export * from './AgentBookingsSummary';
|
|
32
33
|
export * from './AggregateBySource';
|
|
@@ -74,6 +75,7 @@ export * from './CaseAlert';
|
|
|
74
75
|
export * from './CaseBookingsStats';
|
|
75
76
|
export * from './CaseChargeResponsePojo';
|
|
76
77
|
export * from './CaseCreationRequest';
|
|
78
|
+
export * from './CaseItem';
|
|
77
79
|
export * from './CaseLineItemDomainReq';
|
|
78
80
|
export * from './CaseLineItemDomainRes';
|
|
79
81
|
export * from './CaseLineItemsSummary';
|
|
@@ -119,12 +121,14 @@ export * from './ConvertPdfToImageResponse';
|
|
|
119
121
|
export * from './CountryDomain';
|
|
120
122
|
export * from './CountryRegion';
|
|
121
123
|
export * from './CountyDomain';
|
|
124
|
+
export * from './CountyEntity';
|
|
122
125
|
export * from './CourtCoverageCountyRecord';
|
|
123
126
|
export * from './CourtCoverageRecord';
|
|
124
127
|
export * from './CourtCoverageStateRecord';
|
|
125
128
|
export * from './CourtDomain';
|
|
126
129
|
export * from './CourtDomainReq';
|
|
127
130
|
export * from './CourtDomainRes';
|
|
131
|
+
export * from './CourtEntity';
|
|
128
132
|
export * from './CourtInputRequest';
|
|
129
133
|
export * from './CourtResponseModel';
|
|
130
134
|
export * from './CoverageToRemove';
|
|
@@ -368,6 +372,7 @@ export * from './LawfirmDocumentTemplate';
|
|
|
368
372
|
export * from './LawfirmDocumentTemplateResponse';
|
|
369
373
|
export * from './LawfirmFeeDomain';
|
|
370
374
|
export * from './LawfirmInboxMessageDomain';
|
|
375
|
+
export * from './LawfirmItem';
|
|
371
376
|
export * from './LawfirmLeadDomain';
|
|
372
377
|
export * from './LawfirmPayoutDomain';
|
|
373
378
|
export * from './LawfirmPictureRequest';
|
|
@@ -648,6 +653,7 @@ export * from './UserDetails';
|
|
|
648
653
|
export * from './UserDomain';
|
|
649
654
|
export * from './UserDomainReq';
|
|
650
655
|
export * from './UserDomainRes';
|
|
656
|
+
export * from './UserItem';
|
|
651
657
|
export * from './UserRefLinkDomain';
|
|
652
658
|
export * from './UserReferralSourceTypeModel';
|
|
653
659
|
export * from './UserRegistrationStats';
|
|
@@ -657,7 +663,6 @@ export * from './UserSubscriptionPlanModelReq';
|
|
|
657
663
|
export * from './UserSubscriptionPlanModelRes';
|
|
658
664
|
export * from './UserToContact';
|
|
659
665
|
export * from './UserWatchlistsModel';
|
|
660
|
-
export * from './UserWatchlistsResponseModel';
|
|
661
666
|
export * from './ValidateDirectMailRequest';
|
|
662
667
|
export * from './ValidateDirectMailResponse';
|
|
663
668
|
export * from './ValidateUserEmailResponse';
|
|
@@ -39,6 +39,7 @@ __exportStar(require("./AddViolationsToCitationRequest"), exports);
|
|
|
39
39
|
__exportStar(require("./AddressDomain"), exports);
|
|
40
40
|
__exportStar(require("./AddressDomainReq"), exports);
|
|
41
41
|
__exportStar(require("./AddressDomainRes"), exports);
|
|
42
|
+
__exportStar(require("./AddressEntity"), exports);
|
|
42
43
|
__exportStar(require("./AgentBookingStats"), exports);
|
|
43
44
|
__exportStar(require("./AgentBookingsSummary"), exports);
|
|
44
45
|
__exportStar(require("./AggregateBySource"), exports);
|
|
@@ -86,6 +87,7 @@ __exportStar(require("./CaseAlert"), exports);
|
|
|
86
87
|
__exportStar(require("./CaseBookingsStats"), exports);
|
|
87
88
|
__exportStar(require("./CaseChargeResponsePojo"), exports);
|
|
88
89
|
__exportStar(require("./CaseCreationRequest"), exports);
|
|
90
|
+
__exportStar(require("./CaseItem"), exports);
|
|
89
91
|
__exportStar(require("./CaseLineItemDomainReq"), exports);
|
|
90
92
|
__exportStar(require("./CaseLineItemDomainRes"), exports);
|
|
91
93
|
__exportStar(require("./CaseLineItemsSummary"), exports);
|
|
@@ -131,12 +133,14 @@ __exportStar(require("./ConvertPdfToImageResponse"), exports);
|
|
|
131
133
|
__exportStar(require("./CountryDomain"), exports);
|
|
132
134
|
__exportStar(require("./CountryRegion"), exports);
|
|
133
135
|
__exportStar(require("./CountyDomain"), exports);
|
|
136
|
+
__exportStar(require("./CountyEntity"), exports);
|
|
134
137
|
__exportStar(require("./CourtCoverageCountyRecord"), exports);
|
|
135
138
|
__exportStar(require("./CourtCoverageRecord"), exports);
|
|
136
139
|
__exportStar(require("./CourtCoverageStateRecord"), exports);
|
|
137
140
|
__exportStar(require("./CourtDomain"), exports);
|
|
138
141
|
__exportStar(require("./CourtDomainReq"), exports);
|
|
139
142
|
__exportStar(require("./CourtDomainRes"), exports);
|
|
143
|
+
__exportStar(require("./CourtEntity"), exports);
|
|
140
144
|
__exportStar(require("./CourtInputRequest"), exports);
|
|
141
145
|
__exportStar(require("./CourtResponseModel"), exports);
|
|
142
146
|
__exportStar(require("./CoverageToRemove"), exports);
|
|
@@ -380,6 +384,7 @@ __exportStar(require("./LawfirmDocumentTemplate"), exports);
|
|
|
380
384
|
__exportStar(require("./LawfirmDocumentTemplateResponse"), exports);
|
|
381
385
|
__exportStar(require("./LawfirmFeeDomain"), exports);
|
|
382
386
|
__exportStar(require("./LawfirmInboxMessageDomain"), exports);
|
|
387
|
+
__exportStar(require("./LawfirmItem"), exports);
|
|
383
388
|
__exportStar(require("./LawfirmLeadDomain"), exports);
|
|
384
389
|
__exportStar(require("./LawfirmPayoutDomain"), exports);
|
|
385
390
|
__exportStar(require("./LawfirmPictureRequest"), exports);
|
|
@@ -660,6 +665,7 @@ __exportStar(require("./UserDetails"), exports);
|
|
|
660
665
|
__exportStar(require("./UserDomain"), exports);
|
|
661
666
|
__exportStar(require("./UserDomainReq"), exports);
|
|
662
667
|
__exportStar(require("./UserDomainRes"), exports);
|
|
668
|
+
__exportStar(require("./UserItem"), exports);
|
|
663
669
|
__exportStar(require("./UserRefLinkDomain"), exports);
|
|
664
670
|
__exportStar(require("./UserReferralSourceTypeModel"), exports);
|
|
665
671
|
__exportStar(require("./UserRegistrationStats"), exports);
|
|
@@ -669,7 +675,6 @@ __exportStar(require("./UserSubscriptionPlanModelReq"), exports);
|
|
|
669
675
|
__exportStar(require("./UserSubscriptionPlanModelRes"), exports);
|
|
670
676
|
__exportStar(require("./UserToContact"), exports);
|
|
671
677
|
__exportStar(require("./UserWatchlistsModel"), exports);
|
|
672
|
-
__exportStar(require("./UserWatchlistsResponseModel"), exports);
|
|
673
678
|
__exportStar(require("./ValidateDirectMailRequest"), exports);
|
|
674
679
|
__exportStar(require("./ValidateDirectMailResponse"), exports);
|
|
675
680
|
__exportStar(require("./ValidateUserEmailResponse"), exports);
|
|
@@ -27,6 +27,7 @@ export * from './AddViolationsToCitationRequest';
|
|
|
27
27
|
export * from './AddressDomain';
|
|
28
28
|
export * from './AddressDomainReq';
|
|
29
29
|
export * from './AddressDomainRes';
|
|
30
|
+
export * from './AddressEntity';
|
|
30
31
|
export * from './AgentBookingStats';
|
|
31
32
|
export * from './AgentBookingsSummary';
|
|
32
33
|
export * from './AggregateBySource';
|
|
@@ -74,6 +75,7 @@ export * from './CaseAlert';
|
|
|
74
75
|
export * from './CaseBookingsStats';
|
|
75
76
|
export * from './CaseChargeResponsePojo';
|
|
76
77
|
export * from './CaseCreationRequest';
|
|
78
|
+
export * from './CaseItem';
|
|
77
79
|
export * from './CaseLineItemDomainReq';
|
|
78
80
|
export * from './CaseLineItemDomainRes';
|
|
79
81
|
export * from './CaseLineItemsSummary';
|
|
@@ -119,12 +121,14 @@ export * from './ConvertPdfToImageResponse';
|
|
|
119
121
|
export * from './CountryDomain';
|
|
120
122
|
export * from './CountryRegion';
|
|
121
123
|
export * from './CountyDomain';
|
|
124
|
+
export * from './CountyEntity';
|
|
122
125
|
export * from './CourtCoverageCountyRecord';
|
|
123
126
|
export * from './CourtCoverageRecord';
|
|
124
127
|
export * from './CourtCoverageStateRecord';
|
|
125
128
|
export * from './CourtDomain';
|
|
126
129
|
export * from './CourtDomainReq';
|
|
127
130
|
export * from './CourtDomainRes';
|
|
131
|
+
export * from './CourtEntity';
|
|
128
132
|
export * from './CourtInputRequest';
|
|
129
133
|
export * from './CourtResponseModel';
|
|
130
134
|
export * from './CoverageToRemove';
|
|
@@ -368,6 +372,7 @@ export * from './LawfirmDocumentTemplate';
|
|
|
368
372
|
export * from './LawfirmDocumentTemplateResponse';
|
|
369
373
|
export * from './LawfirmFeeDomain';
|
|
370
374
|
export * from './LawfirmInboxMessageDomain';
|
|
375
|
+
export * from './LawfirmItem';
|
|
371
376
|
export * from './LawfirmLeadDomain';
|
|
372
377
|
export * from './LawfirmPayoutDomain';
|
|
373
378
|
export * from './LawfirmPictureRequest';
|
|
@@ -648,6 +653,7 @@ export * from './UserDetails';
|
|
|
648
653
|
export * from './UserDomain';
|
|
649
654
|
export * from './UserDomainReq';
|
|
650
655
|
export * from './UserDomainRes';
|
|
656
|
+
export * from './UserItem';
|
|
651
657
|
export * from './UserRefLinkDomain';
|
|
652
658
|
export * from './UserReferralSourceTypeModel';
|
|
653
659
|
export * from './UserRegistrationStats';
|
|
@@ -657,7 +663,6 @@ export * from './UserSubscriptionPlanModelReq';
|
|
|
657
663
|
export * from './UserSubscriptionPlanModelRes';
|
|
658
664
|
export * from './UserToContact';
|
|
659
665
|
export * from './UserWatchlistsModel';
|
|
660
|
-
export * from './UserWatchlistsResponseModel';
|
|
661
666
|
export * from './ValidateDirectMailRequest';
|
|
662
667
|
export * from './ValidateDirectMailResponse';
|
|
663
668
|
export * from './ValidateUserEmailResponse';
|