@otr-app/shared-backend-generated-client 2.3.124 → 2.3.126

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.
Files changed (66) hide show
  1. package/dist/angular/.openapi-generator/FILES +11 -2
  2. package/dist/angular/api/api.ts +5 -3
  3. package/dist/angular/api/auditLogController.service.ts +170 -0
  4. package/dist/angular/api/watchlistsController.service.ts +243 -0
  5. package/dist/angular/api.module.ts +2 -1
  6. package/dist/angular/model/addressEntity.ts +47 -0
  7. package/dist/angular/model/auditLog.ts +29 -0
  8. package/dist/angular/model/caseItem.ts +65 -0
  9. package/dist/angular/model/citationAuditLog.ts +35 -0
  10. package/dist/angular/model/countyEntity.ts +76 -0
  11. package/dist/angular/model/courtEntity.ts +42 -0
  12. package/dist/angular/model/getCitationAuditLogsResponse.ts +19 -0
  13. package/dist/angular/model/lawfirmItem.ts +78 -0
  14. package/dist/angular/model/listUserWatchlistsResponse.ts +3 -2
  15. package/dist/angular/model/models.ts +9 -1
  16. package/dist/angular/model/userItem.ts +20 -0
  17. package/dist/angular/model/watchlistItemsModel.ts +13 -1
  18. package/dist/otrBackendService.js +54 -0
  19. package/dist/otrBackendService.min.js +5 -5
  20. package/dist/typescript/api/AuditLogControllerApi.d.ts +30 -0
  21. package/dist/typescript/api/AuditLogControllerApi.js +66 -0
  22. package/dist/typescript/api/AuditLogControllerApi.ts +73 -0
  23. package/dist/typescript/api/WatchlistsControllerApi.d.ts +37 -0
  24. package/dist/typescript/api/WatchlistsControllerApi.js +97 -0
  25. package/dist/typescript/api/WatchlistsControllerApi.ts +109 -0
  26. package/dist/typescript/api/api.d.ts +5 -3
  27. package/dist/typescript/api/api.js +5 -3
  28. package/dist/typescript/api/api.ts +5 -3
  29. package/dist/typescript/api.module.js +2 -1
  30. package/dist/typescript/api.module.ts +2 -1
  31. package/dist/typescript/model/AddressEntity.d.ts +42 -0
  32. package/dist/typescript/model/AddressEntity.js +30 -0
  33. package/dist/typescript/model/AddressEntity.ts +45 -0
  34. package/dist/typescript/model/AuditLog.d.ts +24 -0
  35. package/dist/typescript/model/AuditLog.js +22 -0
  36. package/dist/typescript/model/AuditLog.ts +28 -0
  37. package/dist/typescript/model/CaseItem.d.ts +60 -0
  38. package/dist/typescript/model/CaseItem.js +57 -0
  39. package/dist/typescript/model/CaseItem.ts +63 -0
  40. package/dist/typescript/model/CitationAuditLog.d.ts +29 -0
  41. package/dist/typescript/model/CitationAuditLog.js +26 -0
  42. package/dist/typescript/model/CitationAuditLog.ts +32 -0
  43. package/dist/typescript/model/CountyEntity.d.ts +71 -0
  44. package/dist/typescript/model/CountyEntity.js +71 -0
  45. package/dist/typescript/model/CountyEntity.ts +75 -0
  46. package/dist/typescript/model/CourtEntity.d.ts +36 -0
  47. package/dist/typescript/model/CourtEntity.js +28 -0
  48. package/dist/typescript/model/CourtEntity.ts +39 -0
  49. package/dist/typescript/model/GetCitationAuditLogsResponse.d.ts +16 -0
  50. package/dist/typescript/model/GetCitationAuditLogsResponse.js +13 -0
  51. package/dist/typescript/model/GetCitationAuditLogsResponse.ts +19 -0
  52. package/dist/typescript/model/LawfirmItem.d.ts +73 -0
  53. package/dist/typescript/model/LawfirmItem.js +71 -0
  54. package/dist/typescript/model/LawfirmItem.ts +77 -0
  55. package/dist/typescript/model/ListUserWatchlistsResponse.d.ts +2 -1
  56. package/dist/typescript/model/ListUserWatchlistsResponse.ts +2 -1
  57. package/dist/typescript/model/UserItem.d.ts +17 -0
  58. package/dist/typescript/model/UserItem.js +13 -0
  59. package/dist/typescript/model/UserItem.ts +21 -0
  60. package/dist/typescript/model/WatchlistItemsModel.d.ts +10 -1
  61. package/dist/typescript/model/WatchlistItemsModel.js +6 -0
  62. package/dist/typescript/model/WatchlistItemsModel.ts +9 -1
  63. package/dist/typescript/model/models.d.ts +9 -1
  64. package/dist/typescript/model/models.js +9 -1
  65. package/dist/typescript/model/models.ts +9 -1
  66. package/package.json +1 -1
@@ -0,0 +1,65 @@
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
+ import { CourtEntity } from './courtEntity';
13
+
14
+
15
+ export interface CaseItem {
16
+ caseId?: string;
17
+ caseStatus?: CaseItem.CaseStatusEnum;
18
+ court?: CourtEntity;
19
+ lawfirmName?: string;
20
+ profilePictureUrl?: string;
21
+ }
22
+ export namespace CaseItem {
23
+ export type CaseStatusEnum = 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED';
24
+ export const CaseStatusEnum = {
25
+ AmendedDownWithinClass: 'AMENDED_DOWN_WITHIN_CLASS' as CaseStatusEnum,
26
+ AmendedFullFine: 'AMENDED_FULL_FINE' as CaseStatusEnum,
27
+ AmendedIncreasedFine: 'AMENDED_INCREASED_FINE' as CaseStatusEnum,
28
+ AmendedNoFine: 'AMENDED_NO_FINE' as CaseStatusEnum,
29
+ AmendedReducedFine: 'AMENDED_REDUCED_FINE' as CaseStatusEnum,
30
+ AmendedToInfraction: 'AMENDED_TO_INFRACTION' as CaseStatusEnum,
31
+ AmendedToNmv: 'AMENDED_TO_NMV' as CaseStatusEnum,
32
+ CancelledAttorneyAtFault: 'CANCELLED_ATTORNEY_AT_FAULT' as CaseStatusEnum,
33
+ CancelledByLawfirm: 'CANCELLED_BY_LAWFIRM' as CaseStatusEnum,
34
+ CancelledByUser: 'CANCELLED_BY_USER' as CaseStatusEnum,
35
+ CancelledDuplicate: 'CANCELLED_DUPLICATE' as CaseStatusEnum,
36
+ CancelledNmv: 'CANCELLED_NMV' as CaseStatusEnum,
37
+ CancelledNonPayment: 'CANCELLED_NON_PAYMENT' as CaseStatusEnum,
38
+ CancelledNoLawfirm: 'CANCELLED_NO_LAWFIRM' as CaseStatusEnum,
39
+ CancelledOverdue: 'CANCELLED_OVERDUE' as CaseStatusEnum,
40
+ CancelledTooShortNotice: 'CANCELLED_TOO_SHORT_NOTICE' as CaseStatusEnum,
41
+ CaseInProgress: 'CASE_IN_PROGRESS' as CaseStatusEnum,
42
+ ClientConfirmed: 'CLIENT_CONFIRMED' as CaseStatusEnum,
43
+ ClientConfirmedUnpaid: 'CLIENT_CONFIRMED_UNPAID' as CaseStatusEnum,
44
+ ClientFiredLawfirm: 'CLIENT_FIRED_LAWFIRM' as CaseStatusEnum,
45
+ ClientForcedLoss: 'CLIENT_FORCED_LOSS' as CaseStatusEnum,
46
+ ClientPaidFine: 'CLIENT_PAID_FINE' as CaseStatusEnum,
47
+ ClientUnresponsive: 'CLIENT_UNRESPONSIVE' as CaseStatusEnum,
48
+ Deferred: 'DEFERRED' as CaseStatusEnum,
49
+ Dismissed: 'DISMISSED' as CaseStatusEnum,
50
+ Diversion: 'DIVERSION' as CaseStatusEnum,
51
+ FeesDisputed: 'FEES_DISPUTED' as CaseStatusEnum,
52
+ FineReductionOnly: 'FINE_REDUCTION_ONLY' as CaseStatusEnum,
53
+ LawfirmWithdrawn: 'LAWFIRM_WITHDRAWN' as CaseStatusEnum,
54
+ Lost: 'LOST' as CaseStatusEnum,
55
+ NoLawfirmAvailable: 'NO_LAWFIRM_AVAILABLE' as CaseStatusEnum,
56
+ PointReduction: 'POINT_REDUCTION' as CaseStatusEnum,
57
+ RefusedByLawfirm: 'REFUSED_BY_LAWFIRM' as CaseStatusEnum,
58
+ ResolvedNonPayment: 'RESOLVED_NON_PAYMENT' as CaseStatusEnum,
59
+ Stale: 'STALE' as CaseStatusEnum,
60
+ TrafficSchool: 'TRAFFIC_SCHOOL' as CaseStatusEnum,
61
+ Unconfirmed: 'UNCONFIRMED' as CaseStatusEnum
62
+ };
63
+ }
64
+
65
+
@@ -0,0 +1,35 @@
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
+ import { Timestamp } from './timestamp';
13
+ import { AuditLog } from './auditLog';
14
+
15
+
16
+ export interface CitationAuditLog {
17
+ auditLogType?: CitationAuditLog.AuditLogTypeEnum;
18
+ citationId?: number;
19
+ creationDateUTC?: Timestamp;
20
+ isActive?: boolean;
21
+ logTrails?: Array<AuditLog>;
22
+ }
23
+ export namespace CitationAuditLog {
24
+ export type AuditLogTypeEnum = 'APPLY_REFERRAL_CODE' | 'CREATE_LEGAL_SERVICES' | 'INITIATE_CASE' | 'MATCH_CASE' | 'OTHER' | 'TRANSFER_CASE';
25
+ export const AuditLogTypeEnum = {
26
+ ApplyReferralCode: 'APPLY_REFERRAL_CODE' as AuditLogTypeEnum,
27
+ CreateLegalServices: 'CREATE_LEGAL_SERVICES' as AuditLogTypeEnum,
28
+ InitiateCase: 'INITIATE_CASE' as AuditLogTypeEnum,
29
+ MatchCase: 'MATCH_CASE' as AuditLogTypeEnum,
30
+ Other: 'OTHER' as AuditLogTypeEnum,
31
+ TransferCase: 'TRANSFER_CASE' as AuditLogTypeEnum
32
+ };
33
+ }
34
+
35
+
@@ -0,0 +1,76 @@
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 interface CountyEntity {
15
+ countyId?: number;
16
+ countyName?: string;
17
+ state?: CountyEntity.StateEnum;
18
+ }
19
+ export namespace CountyEntity {
20
+ export type StateEnum = 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY';
21
+ export const StateEnum = {
22
+ Ak: 'AK' as StateEnum,
23
+ Al: 'AL' as StateEnum,
24
+ Ar: 'AR' as StateEnum,
25
+ Az: 'AZ' as StateEnum,
26
+ Ca: 'CA' as StateEnum,
27
+ Co: 'CO' as StateEnum,
28
+ Ct: 'CT' as StateEnum,
29
+ Dc: 'DC' as StateEnum,
30
+ De: 'DE' as StateEnum,
31
+ Fl: 'FL' as StateEnum,
32
+ Ga: 'GA' as StateEnum,
33
+ Hi: 'HI' as StateEnum,
34
+ Ia: 'IA' as StateEnum,
35
+ Id: 'ID' as StateEnum,
36
+ Il: 'IL' as StateEnum,
37
+ In: 'IN' as StateEnum,
38
+ Ks: 'KS' as StateEnum,
39
+ Ky: 'KY' as StateEnum,
40
+ La: 'LA' as StateEnum,
41
+ Ma: 'MA' as StateEnum,
42
+ Md: 'MD' as StateEnum,
43
+ Me: 'ME' as StateEnum,
44
+ Mi: 'MI' as StateEnum,
45
+ Mn: 'MN' as StateEnum,
46
+ Mo: 'MO' as StateEnum,
47
+ Ms: 'MS' as StateEnum,
48
+ Mt: 'MT' as StateEnum,
49
+ Nc: 'NC' as StateEnum,
50
+ Nd: 'ND' as StateEnum,
51
+ Ne: 'NE' as StateEnum,
52
+ Nh: 'NH' as StateEnum,
53
+ Nj: 'NJ' as StateEnum,
54
+ Nm: 'NM' as StateEnum,
55
+ Nv: 'NV' as StateEnum,
56
+ Ny: 'NY' as StateEnum,
57
+ Oh: 'OH' as StateEnum,
58
+ Ok: 'OK' as StateEnum,
59
+ Or: 'OR' as StateEnum,
60
+ Pa: 'PA' as StateEnum,
61
+ Ri: 'RI' as StateEnum,
62
+ Sc: 'SC' as StateEnum,
63
+ Sd: 'SD' as StateEnum,
64
+ Tn: 'TN' as StateEnum,
65
+ Tx: 'TX' as StateEnum,
66
+ Ut: 'UT' as StateEnum,
67
+ Va: 'VA' as StateEnum,
68
+ Vt: 'VT' as StateEnum,
69
+ Wa: 'WA' as StateEnum,
70
+ Wi: 'WI' as StateEnum,
71
+ Wv: 'WV' as StateEnum,
72
+ Wy: 'WY' as StateEnum
73
+ };
74
+ }
75
+
76
+
@@ -0,0 +1,42 @@
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
+ import { CountyEntity } from './countyEntity';
13
+ import { AddressEntity } from './addressEntity';
14
+
15
+
16
+ export interface CourtEntity {
17
+ address?: AddressEntity;
18
+ county?: CountyEntity;
19
+ courtCode?: string;
20
+ courtId?: number;
21
+ courtName?: string;
22
+ courtNameAdditional?: string;
23
+ courtType?: CourtEntity.CourtTypeEnum;
24
+ lookupCaseInfoLink?: string;
25
+ otrTargetFee?: number;
26
+ website?: string;
27
+ }
28
+ export namespace CourtEntity {
29
+ export type CourtTypeEnum = 'CIRCUIT' | 'COUNTY_CLERK' | 'DISTRICT' | 'JUVENILE' | 'MUNICIPAL' | 'PROBATION' | 'SUPERIOR' | 'VIOLATIONS_BUREAU';
30
+ export const CourtTypeEnum = {
31
+ Circuit: 'CIRCUIT' as CourtTypeEnum,
32
+ CountyClerk: 'COUNTY_CLERK' as CourtTypeEnum,
33
+ District: 'DISTRICT' as CourtTypeEnum,
34
+ Juvenile: 'JUVENILE' as CourtTypeEnum,
35
+ Municipal: 'MUNICIPAL' as CourtTypeEnum,
36
+ Probation: 'PROBATION' as CourtTypeEnum,
37
+ Superior: 'SUPERIOR' as CourtTypeEnum,
38
+ ViolationsBureau: 'VIOLATIONS_BUREAU' as CourtTypeEnum
39
+ };
40
+ }
41
+
42
+
@@ -0,0 +1,19 @@
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
+ import { CitationAuditLog } from './citationAuditLog';
13
+
14
+
15
+ export interface GetCitationAuditLogsResponse {
16
+ auditLogs?: Array<CitationAuditLog>;
17
+ citationId?: number;
18
+ }
19
+
@@ -0,0 +1,78 @@
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 interface LawfirmItem {
15
+ lawfirmName?: string;
16
+ lawfirmStatus?: string;
17
+ profilePictureUrl?: string;
18
+ statesServed?: Array<LawfirmItem.StatesServedEnum>;
19
+ vacationMode?: boolean;
20
+ }
21
+ export namespace LawfirmItem {
22
+ export type StatesServedEnum = 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY';
23
+ export const StatesServedEnum = {
24
+ Ak: 'AK' as StatesServedEnum,
25
+ Al: 'AL' as StatesServedEnum,
26
+ Ar: 'AR' as StatesServedEnum,
27
+ Az: 'AZ' as StatesServedEnum,
28
+ Ca: 'CA' as StatesServedEnum,
29
+ Co: 'CO' as StatesServedEnum,
30
+ Ct: 'CT' as StatesServedEnum,
31
+ Dc: 'DC' as StatesServedEnum,
32
+ De: 'DE' as StatesServedEnum,
33
+ Fl: 'FL' as StatesServedEnum,
34
+ Ga: 'GA' as StatesServedEnum,
35
+ Hi: 'HI' as StatesServedEnum,
36
+ Ia: 'IA' as StatesServedEnum,
37
+ Id: 'ID' as StatesServedEnum,
38
+ Il: 'IL' as StatesServedEnum,
39
+ In: 'IN' as StatesServedEnum,
40
+ Ks: 'KS' as StatesServedEnum,
41
+ Ky: 'KY' as StatesServedEnum,
42
+ La: 'LA' as StatesServedEnum,
43
+ Ma: 'MA' as StatesServedEnum,
44
+ Md: 'MD' as StatesServedEnum,
45
+ Me: 'ME' as StatesServedEnum,
46
+ Mi: 'MI' as StatesServedEnum,
47
+ Mn: 'MN' as StatesServedEnum,
48
+ Mo: 'MO' as StatesServedEnum,
49
+ Ms: 'MS' as StatesServedEnum,
50
+ Mt: 'MT' as StatesServedEnum,
51
+ Nc: 'NC' as StatesServedEnum,
52
+ Nd: 'ND' as StatesServedEnum,
53
+ Ne: 'NE' as StatesServedEnum,
54
+ Nh: 'NH' as StatesServedEnum,
55
+ Nj: 'NJ' as StatesServedEnum,
56
+ Nm: 'NM' as StatesServedEnum,
57
+ Nv: 'NV' as StatesServedEnum,
58
+ Ny: 'NY' as StatesServedEnum,
59
+ Oh: 'OH' as StatesServedEnum,
60
+ Ok: 'OK' as StatesServedEnum,
61
+ Or: 'OR' as StatesServedEnum,
62
+ Pa: 'PA' as StatesServedEnum,
63
+ Ri: 'RI' as StatesServedEnum,
64
+ Sc: 'SC' as StatesServedEnum,
65
+ Sd: 'SD' as StatesServedEnum,
66
+ Tn: 'TN' as StatesServedEnum,
67
+ Tx: 'TX' as StatesServedEnum,
68
+ Ut: 'UT' as StatesServedEnum,
69
+ Va: 'VA' as StatesServedEnum,
70
+ Vt: 'VT' as StatesServedEnum,
71
+ Wa: 'WA' as StatesServedEnum,
72
+ Wi: 'WI' as StatesServedEnum,
73
+ Wv: 'WV' as StatesServedEnum,
74
+ Wy: 'WY' as StatesServedEnum
75
+ };
76
+ }
77
+
78
+
@@ -9,10 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { UserWatchlistsResponseModel } from './userWatchlistsResponseModel';
12
+ import { UserWatchlistsModel } from './userWatchlistsModel';
13
13
 
14
14
 
15
15
  export interface ListUserWatchlistsResponse {
16
- userWatchlists?: Array<UserWatchlistsResponseModel>;
16
+ userId?: number;
17
+ userWatchlists?: Array<UserWatchlistsModel>;
17
18
  }
18
19
 
@@ -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';
@@ -39,6 +40,7 @@ export * from './appEventCreateRequest';
39
40
  export * from './appearanceAttorneyDomain';
40
41
  export * from './appleLoginRequest';
41
42
  export * from './assignCitationOwnerRequest';
43
+ export * from './auditLog';
42
44
  export * from './authorModel';
43
45
  export * from './authorizeChargeForCasePaymentRequest';
44
46
  export * from './authorizeChargeForCasePaymentResponse';
@@ -74,6 +76,7 @@ export * from './caseAlert';
74
76
  export * from './caseBookingsStats';
75
77
  export * from './caseChargeResponsePojo';
76
78
  export * from './caseCreationRequest';
79
+ export * from './caseItem';
77
80
  export * from './caseLineItemDomainReq';
78
81
  export * from './caseLineItemDomainRes';
79
82
  export * from './caseLineItemsSummary';
@@ -99,6 +102,7 @@ export * from './changeUserPasswordRequest';
99
102
  export * from './chargeFeeToLawfirmRequest';
100
103
  export * from './chargeFeeToLawfirmResponse';
101
104
  export * from './citationAuditEventModel';
105
+ export * from './citationAuditLog';
102
106
  export * from './citationInputRequest';
103
107
  export * from './citationModel';
104
108
  export * from './citationModelReq';
@@ -119,12 +123,14 @@ export * from './convertPdfToImageResponse';
119
123
  export * from './countryDomain';
120
124
  export * from './countryRegion';
121
125
  export * from './countyDomain';
126
+ export * from './countyEntity';
122
127
  export * from './courtCoverageCountyRecord';
123
128
  export * from './courtCoverageRecord';
124
129
  export * from './courtCoverageStateRecord';
125
130
  export * from './courtDomain';
126
131
  export * from './courtDomainReq';
127
132
  export * from './courtDomainRes';
133
+ export * from './courtEntity';
128
134
  export * from './courtInputRequest';
129
135
  export * from './courtResponseModel';
130
136
  export * from './coverageToRemove';
@@ -235,6 +241,7 @@ export * from './getCasesWithCoverageObtainedResponse';
235
241
  export * from './getCasesWithMissingLawfirmPayoutsResponse';
236
242
  export * from './getCasesWithOverduePaymentsResponse';
237
243
  export * from './getCasesWithUncapturedChargesRequest';
244
+ export * from './getCitationAuditLogsResponse';
238
245
  export * from './getCitationPhoneLeadsRequest';
239
246
  export * from './getCitationPhoneLeadsResponse';
240
247
  export * from './getCitationResponse';
@@ -368,6 +375,7 @@ export * from './lawfirmDocumentTemplate';
368
375
  export * from './lawfirmDocumentTemplateResponse';
369
376
  export * from './lawfirmFeeDomain';
370
377
  export * from './lawfirmInboxMessageDomain';
378
+ export * from './lawfirmItem';
371
379
  export * from './lawfirmLeadDomain';
372
380
  export * from './lawfirmPayoutDomain';
373
381
  export * from './lawfirmPictureRequest';
@@ -648,6 +656,7 @@ export * from './userDetails';
648
656
  export * from './userDomain';
649
657
  export * from './userDomainReq';
650
658
  export * from './userDomainRes';
659
+ export * from './userItem';
651
660
  export * from './userRefLinkDomain';
652
661
  export * from './userReferralSourceTypeModel';
653
662
  export * from './userRegistrationStats';
@@ -657,7 +666,6 @@ export * from './userSubscriptionPlanModelReq';
657
666
  export * from './userSubscriptionPlanModelRes';
658
667
  export * from './userToContact';
659
668
  export * from './userWatchlistsModel';
660
- export * from './userWatchlistsResponseModel';
661
669
  export * from './validateDirectMailRequest';
662
670
  export * from './validateDirectMailResponse';
663
671
  export * from './validateUserEmailResponse';
@@ -0,0 +1,20 @@
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 interface UserItem {
15
+ firstName?: string;
16
+ isGhost?: boolean;
17
+ lastName?: string;
18
+ profilePictureUrl?: string;
19
+ }
20
+
@@ -9,17 +9,29 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { CaseItem } from './caseItem';
13
+ import { LawfirmItem } from './lawfirmItem';
14
+ import { UserItem } from './userItem';
12
15
 
13
16
 
14
17
  export interface WatchlistItemsModel {
18
+ caseItem?: CaseItem;
15
19
  entityId?: string;
16
- entityType?: string;
20
+ entityType?: WatchlistItemsModel.EntityTypeEnum;
17
21
  isDeleted?: boolean;
22
+ lawfirmItem?: LawfirmItem;
18
23
  note?: string;
19
24
  priority?: WatchlistItemsModel.PriorityEnum;
25
+ userItem?: UserItem;
20
26
  watchlistItemId?: number;
21
27
  }
22
28
  export namespace WatchlistItemsModel {
29
+ export type EntityTypeEnum = 'CASE' | 'LAWFIRM' | 'USER';
30
+ export const EntityTypeEnum = {
31
+ Case: 'CASE' as EntityTypeEnum,
32
+ Lawfirm: 'LAWFIRM' as EntityTypeEnum,
33
+ User: 'USER' as EntityTypeEnum
34
+ };
23
35
  export type PriorityEnum = 'HIGH' | 'LOW' | 'MEDIUM';
24
36
  export const PriorityEnum = {
25
37
  High: 'HIGH' as PriorityEnum,
@@ -4010,6 +4010,55 @@ angular.module('otrBackendService', [])
4010
4010
 
4011
4011
  return deferred.promise;
4012
4012
  };
4013
+ /**
4014
+ * getAuditLogs
4015
+ * @method
4016
+ * @name OtrService#getAuditLogsUsingGET
4017
+ * @param {object} parameters - method options and parameters
4018
+ * @param {integer} parameters.citationId - citationId
4019
+ * @param {string} parameters.logLevel - logLevel
4020
+ * @param {string} parameters.logType - logType
4021
+ * @param {boolean} parameters.showActiveOnly - showActiveOnly
4022
+ */
4023
+ OtrService.prototype.getAuditLogsUsingGET = function(parameters) {
4024
+ if (parameters === undefined) {
4025
+ parameters = {};
4026
+ }
4027
+ var deferred = $q.defer();
4028
+ var domain = this.domain,
4029
+ path = '/api/v1/citations/{citationId}/audit-logs';
4030
+ var body = {},
4031
+ queryParameters = {},
4032
+ headers = {},
4033
+ form = {};
4034
+
4035
+ headers['Accept'] = ['*/*'];
4036
+
4037
+ path = path.replace('{citationId}', parameters['citationId']);
4038
+
4039
+ if (parameters['citationId'] === undefined) {
4040
+ deferred.reject(new Error('Missing required parameter: citationId'));
4041
+ return deferred.promise;
4042
+ }
4043
+
4044
+ if (parameters['logLevel'] !== undefined) {
4045
+ queryParameters['logLevel'] = parameters['logLevel'];
4046
+ }
4047
+
4048
+ if (parameters['logType'] !== undefined) {
4049
+ queryParameters['logType'] = parameters['logType'];
4050
+ }
4051
+
4052
+ if (parameters['showActiveOnly'] !== undefined) {
4053
+ queryParameters['showActiveOnly'] = parameters['showActiveOnly'];
4054
+ }
4055
+
4056
+ queryParameters = mergeQueryParams(parameters, queryParameters);
4057
+
4058
+ this.request('GET', domain + path, parameters, body, headers, queryParameters, form, deferred);
4059
+
4060
+ return deferred.promise;
4061
+ };
4013
4062
  /**
4014
4063
  * getCaseFromCitation
4015
4064
  * @method
@@ -15454,6 +15503,7 @@ angular.module('otrBackendService', [])
15454
15503
  * @name OtrService#listUserWatchlistsUsingGET
15455
15504
  * @param {object} parameters - method options and parameters
15456
15505
  * @param {boolean} parameters.isArchived - isArchived
15506
+ * @param {boolean} parameters.isDeleted - isDeleted
15457
15507
  * @param {integer} parameters.userId - userId
15458
15508
  * @param {integer} parameters.watchlistId - watchlistId
15459
15509
  */
@@ -15475,6 +15525,10 @@ angular.module('otrBackendService', [])
15475
15525
  queryParameters['isArchived'] = parameters['isArchived'];
15476
15526
  }
15477
15527
 
15528
+ if (parameters['isDeleted'] !== undefined) {
15529
+ queryParameters['isDeleted'] = parameters['isDeleted'];
15530
+ }
15531
+
15478
15532
  path = path.replace('{userId}', parameters['userId']);
15479
15533
 
15480
15534
  if (parameters['userId'] === undefined) {