@otr-app/shared-backend-generated-client 2.3.74 → 2.3.76

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 (75) hide show
  1. package/dist/angular/.openapi-generator/FILES +11 -18
  2. package/dist/angular/api/api.ts +3 -5
  3. package/dist/angular/api/caseController.service.ts +5 -5
  4. package/dist/angular/api/dashboardController.service.ts +0 -136
  5. package/dist/angular/api.module.ts +1 -2
  6. package/dist/angular/model/addActionToCaseResponse.ts +2 -2
  7. package/dist/angular/model/createCitationResponse.ts +2 -2
  8. package/dist/angular/model/deleteCitationResponse.ts +2 -2
  9. package/dist/angular/model/getCaseFromCitationResponse.ts +2 -2
  10. package/dist/angular/model/getCaseResponse.ts +2 -2
  11. package/dist/angular/model/getCitationResponse.ts +2 -2
  12. package/dist/angular/model/getCitationsResponse.ts +2 -2
  13. package/dist/angular/model/getClientCasesResponse.ts +4 -4
  14. package/dist/angular/model/getDeclinedCasesResponse.ts +2 -2
  15. package/dist/angular/model/getInvalidCasesWithStripeChargeResponse.ts +2 -2
  16. package/dist/angular/model/getPendingCasesResponse.ts +2 -2
  17. package/dist/angular/model/getUserCasesResponse.ts +4 -4
  18. package/dist/angular/model/matchInnerCaseModel.ts +1 -1
  19. package/dist/angular/model/models.ts +10 -16
  20. package/dist/angular/model/violationModel.ts +6 -10
  21. package/dist/otrBackendService.js +0 -110
  22. package/dist/otrBackendService.min.js +5 -5
  23. package/dist/typescript/api/CaseControllerApi.d.ts +1 -1
  24. package/dist/typescript/api/CaseControllerApi.ts +1 -1
  25. package/dist/typescript/api/DashboardControllerApi.d.ts +0 -12
  26. package/dist/typescript/api/DashboardControllerApi.js +0 -50
  27. package/dist/typescript/api/DashboardControllerApi.ts +0 -58
  28. package/dist/typescript/api/TrafficViolationControllerApi.ts +224 -0
  29. package/dist/typescript/api/api.d.ts +3 -5
  30. package/dist/typescript/api/api.js +3 -5
  31. package/dist/typescript/api/api.ts +3 -5
  32. package/dist/typescript/api.module.js +2 -3
  33. package/dist/typescript/api.module.ts +1 -2
  34. package/dist/typescript/model/AddActionToCaseResponse.d.ts +1 -1
  35. package/dist/typescript/model/AddActionToCaseResponse.ts +1 -1
  36. package/dist/typescript/model/CaseDomain.ts +96 -0
  37. package/dist/typescript/model/CaseDomainReq.ts +96 -0
  38. package/dist/typescript/model/CaseDomainRes.ts +96 -0
  39. package/dist/typescript/model/CitationDomain.ts +126 -0
  40. package/dist/typescript/model/CitationDomainReq.ts +126 -0
  41. package/dist/typescript/model/CitationDomainRes.ts +126 -0
  42. package/dist/typescript/model/CreateCitationResponse.d.ts +1 -1
  43. package/dist/typescript/model/CreateCitationResponse.ts +1 -1
  44. package/dist/typescript/model/DeleteCitationResponse.d.ts +1 -1
  45. package/dist/typescript/model/DeleteCitationResponse.ts +1 -1
  46. package/dist/typescript/model/GetCaseFromCitationResponse.d.ts +1 -1
  47. package/dist/typescript/model/GetCaseFromCitationResponse.ts +1 -1
  48. package/dist/typescript/model/GetCaseResponse.d.ts +1 -1
  49. package/dist/typescript/model/GetCaseResponse.ts +1 -1
  50. package/dist/typescript/model/GetCitationResponse.d.ts +1 -1
  51. package/dist/typescript/model/GetCitationResponse.ts +1 -1
  52. package/dist/typescript/model/GetCitationsResponse.d.ts +1 -1
  53. package/dist/typescript/model/GetCitationsResponse.ts +1 -1
  54. package/dist/typescript/model/GetClientCasesResponse.d.ts +2 -2
  55. package/dist/typescript/model/GetClientCasesResponse.ts +2 -2
  56. package/dist/typescript/model/GetDeclinedCasesResponse.d.ts +1 -1
  57. package/dist/typescript/model/GetDeclinedCasesResponse.ts +1 -1
  58. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.d.ts +1 -1
  59. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +1 -1
  60. package/dist/typescript/model/GetPendingCasesResponse.d.ts +1 -1
  61. package/dist/typescript/model/GetPendingCasesResponse.ts +1 -1
  62. package/dist/typescript/model/GetUserCasesResponse.d.ts +2 -2
  63. package/dist/typescript/model/GetUserCasesResponse.ts +2 -2
  64. package/dist/typescript/model/LawfirmCaseDomain.ts +47 -0
  65. package/dist/typescript/model/LawfirmCaseDomainReq.ts +47 -0
  66. package/dist/typescript/model/LawfirmCaseDomainRes.ts +47 -0
  67. package/dist/typescript/model/MatchInnerCaseModel.d.ts +1 -1
  68. package/dist/typescript/model/MatchInnerCaseModel.ts +1 -1
  69. package/dist/typescript/model/TrafficViolationTypeDomain.ts +87 -0
  70. package/dist/typescript/model/ViolationModel.d.ts +5 -9
  71. package/dist/typescript/model/ViolationModel.ts +5 -9
  72. package/dist/typescript/model/models.d.ts +10 -16
  73. package/dist/typescript/model/models.js +10 -16
  74. package/dist/typescript/model/models.ts +10 -16
  75. package/package.json +1 -1
@@ -116,7 +116,7 @@ export declare class CaseControllerApi {
116
116
  * @param caseId caseId
117
117
  * @param caseFromRequest caseFromRequest
118
118
  */
119
- updateCaseUsingPUT(caseId: string, caseFromRequest: models.CaseModelReq, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCaseResponse>;
119
+ updateCaseUsingPUT(caseId: string, caseFromRequest: models.CaseDomainReq, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCaseResponse>;
120
120
  /**
121
121
  *
122
122
  * @summary updateDeclineTickets
@@ -489,7 +489,7 @@ export class CaseControllerApi {
489
489
  * @param caseId caseId
490
490
  * @param caseFromRequest caseFromRequest
491
491
  */
492
- public updateCaseUsingPUT (caseId: string, caseFromRequest: models.CaseModelReq, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseResponse> {
492
+ public updateCaseUsingPUT (caseId: string, caseFromRequest: models.CaseDomainReq, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseResponse> {
493
493
  const localVarPath = this.basePath + '/api/v1/cases/{caseId}'
494
494
  .replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
495
495
 
@@ -24,24 +24,12 @@ export declare class DashboardControllerApi {
24
24
  * @param request request
25
25
  */
26
26
  getBookingsUsingPOST(request: models.GetBookingsRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetBookingsResponse>;
27
- /**
28
- *
29
- * @summary getRegisteredUsers
30
- * @param graphRequest graphRequest
31
- */
32
- getRegisteredUsersUsingPOST(graphRequest: models.GraphRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.SqlResponse>;
33
27
  /**
34
28
  *
35
29
  * @summary getUserRegistrations
36
30
  * @param request request
37
31
  */
38
32
  getUserRegistrationsUsingPOST(request: models.GetUserRegistrationsRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetUserRegistrationsResponse>;
39
- /**
40
- *
41
- * @summary listCasesByStatus
42
- * @param graphRequest graphRequest
43
- */
44
- listCasesByStatusUsingPOST(graphRequest: models.GraphRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.SqlResponse>;
45
33
  /**
46
34
  *
47
35
  * @summary listCitations
@@ -48,31 +48,6 @@ var DashboardControllerApi = /** @class */ (function () {
48
48
  }
49
49
  return this.$http(httpRequestParams);
50
50
  };
51
- /**
52
- *
53
- * @summary getRegisteredUsers
54
- * @param graphRequest graphRequest
55
- */
56
- DashboardControllerApi.prototype.getRegisteredUsersUsingPOST = function (graphRequest, extraHttpRequestParams) {
57
- var localVarPath = this.basePath + '/api/v1/console/users';
58
- var queryParameters = {};
59
- var headerParams = Object.assign({}, this.defaultHeaders);
60
- // verify required parameter 'graphRequest' is not null or undefined
61
- if (graphRequest === null || graphRequest === undefined) {
62
- throw new Error('Required parameter graphRequest was null or undefined when calling getRegisteredUsersUsingPOST.');
63
- }
64
- var httpRequestParams = {
65
- method: 'POST',
66
- url: localVarPath,
67
- data: graphRequest,
68
- params: queryParameters,
69
- headers: headerParams
70
- };
71
- if (extraHttpRequestParams) {
72
- httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
73
- }
74
- return this.$http(httpRequestParams);
75
- };
76
51
  /**
77
52
  *
78
53
  * @summary getUserRegistrations
@@ -98,31 +73,6 @@ var DashboardControllerApi = /** @class */ (function () {
98
73
  }
99
74
  return this.$http(httpRequestParams);
100
75
  };
101
- /**
102
- *
103
- * @summary listCasesByStatus
104
- * @param graphRequest graphRequest
105
- */
106
- DashboardControllerApi.prototype.listCasesByStatusUsingPOST = function (graphRequest, extraHttpRequestParams) {
107
- var localVarPath = this.basePath + '/api/v1/console/cases/status';
108
- var queryParameters = {};
109
- var headerParams = Object.assign({}, this.defaultHeaders);
110
- // verify required parameter 'graphRequest' is not null or undefined
111
- if (graphRequest === null || graphRequest === undefined) {
112
- throw new Error('Required parameter graphRequest was null or undefined when calling listCasesByStatusUsingPOST.');
113
- }
114
- var httpRequestParams = {
115
- method: 'POST',
116
- url: localVarPath,
117
- data: graphRequest,
118
- params: queryParameters,
119
- headers: headerParams
120
- };
121
- if (extraHttpRequestParams) {
122
- httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
123
- }
124
- return this.$http(httpRequestParams);
125
- };
126
76
  /**
127
77
  *
128
78
  * @summary listCitations
@@ -55,35 +55,6 @@ export class DashboardControllerApi {
55
55
 
56
56
  return this.$http(httpRequestParams);
57
57
  }
58
- /**
59
- *
60
- * @summary getRegisteredUsers
61
- * @param graphRequest graphRequest
62
- */
63
- public getRegisteredUsersUsingPOST (graphRequest: models.GraphRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.SqlResponse> {
64
- const localVarPath = this.basePath + '/api/v1/console/users';
65
-
66
- let queryParameters: any = {};
67
- let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
68
- // verify required parameter 'graphRequest' is not null or undefined
69
- if (graphRequest === null || graphRequest === undefined) {
70
- throw new Error('Required parameter graphRequest was null or undefined when calling getRegisteredUsersUsingPOST.');
71
- }
72
-
73
- let httpRequestParams: ng.IRequestConfig = {
74
- method: 'POST',
75
- url: localVarPath,
76
- data: graphRequest,
77
- params: queryParameters,
78
- headers: headerParams
79
- };
80
-
81
- if (extraHttpRequestParams) {
82
- httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
83
- }
84
-
85
- return this.$http(httpRequestParams);
86
- }
87
58
  /**
88
59
  *
89
60
  * @summary getUserRegistrations
@@ -113,35 +84,6 @@ export class DashboardControllerApi {
113
84
 
114
85
  return this.$http(httpRequestParams);
115
86
  }
116
- /**
117
- *
118
- * @summary listCasesByStatus
119
- * @param graphRequest graphRequest
120
- */
121
- public listCasesByStatusUsingPOST (graphRequest: models.GraphRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.SqlResponse> {
122
- const localVarPath = this.basePath + '/api/v1/console/cases/status';
123
-
124
- let queryParameters: any = {};
125
- let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
126
- // verify required parameter 'graphRequest' is not null or undefined
127
- if (graphRequest === null || graphRequest === undefined) {
128
- throw new Error('Required parameter graphRequest was null or undefined when calling listCasesByStatusUsingPOST.');
129
- }
130
-
131
- let httpRequestParams: ng.IRequestConfig = {
132
- method: 'POST',
133
- url: localVarPath,
134
- data: graphRequest,
135
- params: queryParameters,
136
- headers: headerParams
137
- };
138
-
139
- if (extraHttpRequestParams) {
140
- httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
141
- }
142
-
143
- return this.$http(httpRequestParams);
144
- }
145
87
  /**
146
88
  *
147
89
  * @summary listCitations
@@ -0,0 +1,224 @@
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
+ import * as models from '../model/models';
14
+
15
+ /* tslint:disable:no-unused-variable member-ordering */
16
+
17
+ export class TrafficViolationControllerApi {
18
+ protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
19
+ public defaultHeaders : any = {};
20
+
21
+ static $inject: string[] = ['$http', '$httpParamSerializer', 'basePath'];
22
+
23
+ constructor(protected $http: ng.IHttpService, protected $httpParamSerializer?: (d: any) => any, basePath?: string) {
24
+ if (basePath !== undefined) {
25
+ this.basePath = basePath;
26
+ }
27
+ }
28
+
29
+ /**
30
+ *
31
+ * @summary addViolation
32
+ * @param isLive isLive
33
+ * @param request request
34
+ */
35
+ public addViolationUsingPOST (isLive: boolean, request: models.AddViolationRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.AddViolationResponse> {
36
+ const localVarPath = this.basePath + '/api/v1/violations';
37
+
38
+ let queryParameters: any = {};
39
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
40
+ // verify required parameter 'isLive' is not null or undefined
41
+ if (isLive === null || isLive === undefined) {
42
+ throw new Error('Required parameter isLive was null or undefined when calling addViolationUsingPOST.');
43
+ }
44
+
45
+ // verify required parameter 'request' is not null or undefined
46
+ if (request === null || request === undefined) {
47
+ throw new Error('Required parameter request was null or undefined when calling addViolationUsingPOST.');
48
+ }
49
+
50
+ if (isLive !== undefined) {
51
+ queryParameters['isLive'] = isLive;
52
+ }
53
+
54
+ let httpRequestParams: ng.IRequestConfig = {
55
+ method: 'POST',
56
+ url: localVarPath,
57
+ data: request,
58
+ params: queryParameters,
59
+ headers: headerParams
60
+ };
61
+
62
+ if (extraHttpRequestParams) {
63
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
64
+ }
65
+
66
+ return this.$http(httpRequestParams);
67
+ }
68
+ /**
69
+ *
70
+ * @summary deleteViolation
71
+ * @param violationId violationId
72
+ */
73
+ public deleteViolationUsingDELETE (violationId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
74
+ const localVarPath = this.basePath + '/api/v1/violations/{violationId}'
75
+ .replace('{' + 'violationId' + '}', encodeURIComponent(String(violationId)));
76
+
77
+ let queryParameters: any = {};
78
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
79
+ // verify required parameter 'violationId' is not null or undefined
80
+ if (violationId === null || violationId === undefined) {
81
+ throw new Error('Required parameter violationId was null or undefined when calling deleteViolationUsingDELETE.');
82
+ }
83
+
84
+ let httpRequestParams: ng.IRequestConfig = {
85
+ method: 'DELETE',
86
+ url: localVarPath,
87
+ params: queryParameters,
88
+ headers: headerParams
89
+ };
90
+
91
+ if (extraHttpRequestParams) {
92
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
93
+ }
94
+
95
+ return this.$http(httpRequestParams);
96
+ }
97
+ /**
98
+ *
99
+ * @summary getRegionsWithViolations
100
+ */
101
+ public getRegionsWithViolationsUsingGET (extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetRegionsWithViolationsResponse> {
102
+ const localVarPath = this.basePath + '/api/v1/violations/region-availability';
103
+
104
+ let queryParameters: any = {};
105
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
106
+ let httpRequestParams: ng.IRequestConfig = {
107
+ method: 'GET',
108
+ url: localVarPath,
109
+ params: queryParameters,
110
+ headers: headerParams
111
+ };
112
+
113
+ if (extraHttpRequestParams) {
114
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
115
+ }
116
+
117
+ return this.$http(httpRequestParams);
118
+ }
119
+ /**
120
+ *
121
+ * @summary getTrafficViolationTypes
122
+ * @param audience audience
123
+ * @param flavor flavor
124
+ * @param includePenalties includePenalties
125
+ * @param state state
126
+ */
127
+ public getTrafficViolationTypesUsingGET (audience?: string, flavor?: string, includePenalties?: boolean, state?: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetTrafficViolationTypesResponse> {
128
+ const localVarPath = this.basePath + '/api/v1/violations';
129
+
130
+ let queryParameters: any = {};
131
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
132
+ if (audience !== undefined) {
133
+ queryParameters['audience'] = audience;
134
+ }
135
+
136
+ if (flavor !== undefined) {
137
+ queryParameters['flavor'] = flavor;
138
+ }
139
+
140
+ if (includePenalties !== undefined) {
141
+ queryParameters['includePenalties'] = includePenalties;
142
+ }
143
+
144
+ if (state !== undefined) {
145
+ queryParameters['state'] = state;
146
+ }
147
+
148
+ let httpRequestParams: ng.IRequestConfig = {
149
+ method: 'GET',
150
+ url: localVarPath,
151
+ params: queryParameters,
152
+ headers: headerParams
153
+ };
154
+
155
+ if (extraHttpRequestParams) {
156
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
157
+ }
158
+
159
+ return this.$http(httpRequestParams);
160
+ }
161
+ /**
162
+ *
163
+ * @summary listViolationClassifications
164
+ * @param regionCode regionCode
165
+ */
166
+ public listViolationClassificationsUsingGET (regionCode?: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.ListViolationClassificationResponse> {
167
+ const localVarPath = this.basePath + '/api/v1/violations/classifications';
168
+
169
+ let queryParameters: any = {};
170
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
171
+ if (regionCode !== undefined) {
172
+ queryParameters['regionCode'] = regionCode;
173
+ }
174
+
175
+ let httpRequestParams: ng.IRequestConfig = {
176
+ method: 'GET',
177
+ url: localVarPath,
178
+ params: queryParameters,
179
+ headers: headerParams
180
+ };
181
+
182
+ if (extraHttpRequestParams) {
183
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
184
+ }
185
+
186
+ return this.$http(httpRequestParams);
187
+ }
188
+ /**
189
+ *
190
+ * @summary updateViolation
191
+ * @param violationId violationId
192
+ * @param request request
193
+ */
194
+ public updateViolationUsingPUT (violationId: number, request: models.UpdateViolationRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
195
+ const localVarPath = this.basePath + '/api/v1/violations/{violationId}'
196
+ .replace('{' + 'violationId' + '}', encodeURIComponent(String(violationId)));
197
+
198
+ let queryParameters: any = {};
199
+ let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
200
+ // verify required parameter 'violationId' is not null or undefined
201
+ if (violationId === null || violationId === undefined) {
202
+ throw new Error('Required parameter violationId was null or undefined when calling updateViolationUsingPUT.');
203
+ }
204
+
205
+ // verify required parameter 'request' is not null or undefined
206
+ if (request === null || request === undefined) {
207
+ throw new Error('Required parameter request was null or undefined when calling updateViolationUsingPUT.');
208
+ }
209
+
210
+ let httpRequestParams: ng.IRequestConfig = {
211
+ method: 'PUT',
212
+ url: localVarPath,
213
+ data: request,
214
+ params: queryParameters,
215
+ headers: headerParams
216
+ };
217
+
218
+ if (extraHttpRequestParams) {
219
+ httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
220
+ }
221
+
222
+ return this.$http(httpRequestParams);
223
+ }
224
+ }
@@ -170,6 +170,8 @@ export * from './StripeWebhookControllerApi';
170
170
  import { StripeWebhookControllerApi } from './StripeWebhookControllerApi';
171
171
  export * from './TicketReviewControllerApi';
172
172
  import { TicketReviewControllerApi } from './TicketReviewControllerApi';
173
+ export * from './TrafficViolationControllerApi';
174
+ import { TrafficViolationControllerApi } from './TrafficViolationControllerApi';
173
175
  export * from './UrlRedirectControllerApi';
174
176
  import { UrlRedirectControllerApi } from './UrlRedirectControllerApi';
175
177
  export * from './UserAccountControllerApi';
@@ -192,10 +194,6 @@ export * from './ValidationControllerApi';
192
194
  import { ValidationControllerApi } from './ValidationControllerApi';
193
195
  export * from './VerificationControllerApi';
194
196
  import { VerificationControllerApi } from './VerificationControllerApi';
195
- export * from './ViolationControllerApi';
196
- import { ViolationControllerApi } from './ViolationControllerApi';
197
197
  export * from './ViolationPenaltyControllerApi';
198
198
  import { ViolationPenaltyControllerApi } from './ViolationPenaltyControllerApi';
199
- export * from './WorkflowStateControllerApi';
200
- import { WorkflowStateControllerApi } from './WorkflowStateControllerApi';
201
- export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BlogWebhookControllerApi | typeof BranchLinkControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCreationControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CertificateControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactTimelineControllerApi | typeof ConversationControllerApi | typeof CountyControllerApi | typeof CourtControllerApi | typeof CrmControllerApi | typeof CustomerLeadControllerApi | typeof CustomerReviewControllerApi | typeof CustomerServiceAgentBookingsControllerApi | typeof CustomerServiceAgentControllerApi | typeof DashboardControllerApi | typeof DirectMailControllerApi | typeof DripControllerApi | typeof DripWebhooksControllerApi | typeof EmailSubscriptionControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof InsuranceCalculatorControllerApi | typeof LawfirmCaseDecisionControllerApi | typeof LawfirmCasesControllerApi | typeof LawfirmControllerApi | typeof LawfirmDocumentControllerApi | typeof LawfirmFeeCoverageControllerApi | typeof LawfirmPaymentModelControllerApi | typeof LawfirmRatesControllerApi | typeof LawfirmSettingsControllerApi | typeof LawfirmStorefrontControllerApi | typeof LawfirmSurchargeControllerApi | typeof LawfirmTransactionsControllerApi | typeof LawyerControllerApi | typeof LegalServicesControllerApi | typeof LineItemControllerApi | typeof ListCasesControllerApi | typeof MediaCreationControllerApi | typeof MessagesControllerApi | typeof NotesControllerApi | typeof OcrPredictionControllerApi | typeof OnDemandRequestControllerApi | typeof OneTimePasswordControllerApi | typeof PhoneLeadsControllerApi | typeof PushNotificationControllerApi | typeof RecurringBillingControllerApi | typeof RefLinkControllerApi | typeof ReferralCodeControllerApi | typeof ReferralControllerApi | typeof ReferralSourceControllerApi | typeof RefundEligibilityControllerApi | typeof RegistrationControllerApi | typeof ReportingControllerApi | typeof ScheduledTaskControllerApi | typeof SingleSignOnControllerApi | typeof SnsListenerControllerApi | typeof SocialLoginControllerApi | typeof StripeCardControllerApi | typeof StripeControllerApi | typeof StripeSyncControllerApi | typeof StripeWebhookControllerApi | typeof TicketReviewControllerApi | typeof UrlRedirectControllerApi | typeof UserAccountControllerApi | typeof UserAuditControllerApi | typeof UserControllerApi | typeof UserPasswordControllerApi | typeof UserProfileControllerApi | typeof UserSearchControllerApi | typeof UserSettingsControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationControllerApi | typeof ViolationPenaltyControllerApi | typeof WorkflowStateControllerApi)[];
199
+ export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BlogWebhookControllerApi | typeof BranchLinkControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCreationControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CertificateControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactTimelineControllerApi | typeof ConversationControllerApi | typeof CountyControllerApi | typeof CourtControllerApi | typeof CrmControllerApi | typeof CustomerLeadControllerApi | typeof CustomerReviewControllerApi | typeof CustomerServiceAgentBookingsControllerApi | typeof CustomerServiceAgentControllerApi | typeof DashboardControllerApi | typeof DirectMailControllerApi | typeof DripControllerApi | typeof DripWebhooksControllerApi | typeof EmailSubscriptionControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof InsuranceCalculatorControllerApi | typeof LawfirmCaseDecisionControllerApi | typeof LawfirmCasesControllerApi | typeof LawfirmControllerApi | typeof LawfirmDocumentControllerApi | typeof LawfirmFeeCoverageControllerApi | typeof LawfirmPaymentModelControllerApi | typeof LawfirmRatesControllerApi | typeof LawfirmSettingsControllerApi | typeof LawfirmStorefrontControllerApi | typeof LawfirmSurchargeControllerApi | typeof LawfirmTransactionsControllerApi | typeof LawyerControllerApi | typeof LegalServicesControllerApi | typeof LineItemControllerApi | typeof ListCasesControllerApi | typeof MediaCreationControllerApi | typeof MessagesControllerApi | typeof NotesControllerApi | typeof OcrPredictionControllerApi | typeof OnDemandRequestControllerApi | typeof OneTimePasswordControllerApi | typeof PhoneLeadsControllerApi | typeof PushNotificationControllerApi | typeof RecurringBillingControllerApi | typeof RefLinkControllerApi | typeof ReferralCodeControllerApi | typeof ReferralControllerApi | typeof ReferralSourceControllerApi | typeof RefundEligibilityControllerApi | typeof RegistrationControllerApi | typeof ReportingControllerApi | typeof ScheduledTaskControllerApi | typeof SingleSignOnControllerApi | typeof SnsListenerControllerApi | typeof SocialLoginControllerApi | typeof StripeCardControllerApi | typeof StripeControllerApi | typeof StripeSyncControllerApi | typeof StripeWebhookControllerApi | typeof TicketReviewControllerApi | typeof TrafficViolationControllerApi | typeof UrlRedirectControllerApi | typeof UserAccountControllerApi | typeof UserAuditControllerApi | typeof UserControllerApi | typeof UserPasswordControllerApi | typeof UserProfileControllerApi | typeof UserSearchControllerApi | typeof UserSettingsControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationPenaltyControllerApi)[];
@@ -183,6 +183,8 @@ __exportStar(require("./StripeWebhookControllerApi"), exports);
183
183
  var StripeWebhookControllerApi_1 = require("./StripeWebhookControllerApi");
184
184
  __exportStar(require("./TicketReviewControllerApi"), exports);
185
185
  var TicketReviewControllerApi_1 = require("./TicketReviewControllerApi");
186
+ __exportStar(require("./TrafficViolationControllerApi"), exports);
187
+ var TrafficViolationControllerApi_1 = require("./TrafficViolationControllerApi");
186
188
  __exportStar(require("./UrlRedirectControllerApi"), exports);
187
189
  var UrlRedirectControllerApi_1 = require("./UrlRedirectControllerApi");
188
190
  __exportStar(require("./UserAccountControllerApi"), exports);
@@ -205,10 +207,6 @@ __exportStar(require("./ValidationControllerApi"), exports);
205
207
  var ValidationControllerApi_1 = require("./ValidationControllerApi");
206
208
  __exportStar(require("./VerificationControllerApi"), exports);
207
209
  var VerificationControllerApi_1 = require("./VerificationControllerApi");
208
- __exportStar(require("./ViolationControllerApi"), exports);
209
- var ViolationControllerApi_1 = require("./ViolationControllerApi");
210
210
  __exportStar(require("./ViolationPenaltyControllerApi"), exports);
211
211
  var ViolationPenaltyControllerApi_1 = require("./ViolationPenaltyControllerApi");
212
- __exportStar(require("./WorkflowStateControllerApi"), exports);
213
- var WorkflowStateControllerApi_1 = require("./WorkflowStateControllerApi");
214
- exports.APIS = [ActionRequiredControllerApi_1.ActionRequiredControllerApi, ActivityFeedControllerApi_1.ActivityFeedControllerApi, AddressControllerApi_1.AddressControllerApi, AlertNotificationControllerApi_1.AlertNotificationControllerApi, AppEventsControllerApi_1.AppEventsControllerApi, AuditLawfirmEventsControllerApi_1.AuditLawfirmEventsControllerApi, AuthenticationControllerApi_1.AuthenticationControllerApi, AwsCredentialsControllerApi_1.AwsCredentialsControllerApi, BlogWebhookControllerApi_1.BlogWebhookControllerApi, BranchLinkControllerApi_1.BranchLinkControllerApi, CaseActionsControllerApi_1.CaseActionsControllerApi, CaseControllerApi_1.CaseControllerApi, CaseCreationControllerApi_1.CaseCreationControllerApi, CaseNotesControllerApi_1.CaseNotesControllerApi, CasePaymentControllerApi_1.CasePaymentControllerApi, CaseReferralCodeControllerApi_1.CaseReferralCodeControllerApi, CaseRefundControllerApi_1.CaseRefundControllerApi, CaseResolutionControllerApi_1.CaseResolutionControllerApi, CaseStatusControllerApi_1.CaseStatusControllerApi, CaseTransferControllerApi_1.CaseTransferControllerApi, CertificateControllerApi_1.CertificateControllerApi, CitationAuditControllerApi_1.CitationAuditControllerApi, CitationControllerApi_1.CitationControllerApi, ConfigurationControllerApi_1.ConfigurationControllerApi, ConsoleListControllerApi_1.ConsoleListControllerApi, ContactTimelineControllerApi_1.ContactTimelineControllerApi, ConversationControllerApi_1.ConversationControllerApi, CountyControllerApi_1.CountyControllerApi, CourtControllerApi_1.CourtControllerApi, CrmControllerApi_1.CrmControllerApi, CustomerLeadControllerApi_1.CustomerLeadControllerApi, CustomerReviewControllerApi_1.CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi_1.CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi_1.CustomerServiceAgentControllerApi, DashboardControllerApi_1.DashboardControllerApi, DirectMailControllerApi_1.DirectMailControllerApi, DripControllerApi_1.DripControllerApi, DripWebhooksControllerApi_1.DripWebhooksControllerApi, EmailSubscriptionControllerApi_1.EmailSubscriptionControllerApi, ExternalTicketLookupControllerApi_1.ExternalTicketLookupControllerApi, FeedbackControllerApi_1.FeedbackControllerApi, FreshcallerControllerApi_1.FreshcallerControllerApi, FreshdeskTicketControllerApi_1.FreshdeskTicketControllerApi, GetCaseControllerApi_1.GetCaseControllerApi, HouseholdMateControllerApi_1.HouseholdMateControllerApi, InsuranceCalculatorControllerApi_1.InsuranceCalculatorControllerApi, LawfirmCaseDecisionControllerApi_1.LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi_1.LawfirmCasesControllerApi, LawfirmControllerApi_1.LawfirmControllerApi, LawfirmDocumentControllerApi_1.LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi_1.LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi_1.LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi_1.LawfirmRatesControllerApi, LawfirmSettingsControllerApi_1.LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi_1.LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi_1.LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi_1.LawfirmTransactionsControllerApi, LawyerControllerApi_1.LawyerControllerApi, LegalServicesControllerApi_1.LegalServicesControllerApi, LineItemControllerApi_1.LineItemControllerApi, ListCasesControllerApi_1.ListCasesControllerApi, MediaCreationControllerApi_1.MediaCreationControllerApi, MessagesControllerApi_1.MessagesControllerApi, NotesControllerApi_1.NotesControllerApi, OcrPredictionControllerApi_1.OcrPredictionControllerApi, OnDemandRequestControllerApi_1.OnDemandRequestControllerApi, OneTimePasswordControllerApi_1.OneTimePasswordControllerApi, PhoneLeadsControllerApi_1.PhoneLeadsControllerApi, PushNotificationControllerApi_1.PushNotificationControllerApi, RecurringBillingControllerApi_1.RecurringBillingControllerApi, RefLinkControllerApi_1.RefLinkControllerApi, ReferralCodeControllerApi_1.ReferralCodeControllerApi, ReferralControllerApi_1.ReferralControllerApi, ReferralSourceControllerApi_1.ReferralSourceControllerApi, RefundEligibilityControllerApi_1.RefundEligibilityControllerApi, RegistrationControllerApi_1.RegistrationControllerApi, ReportingControllerApi_1.ReportingControllerApi, ScheduledTaskControllerApi_1.ScheduledTaskControllerApi, SingleSignOnControllerApi_1.SingleSignOnControllerApi, SnsListenerControllerApi_1.SnsListenerControllerApi, SocialLoginControllerApi_1.SocialLoginControllerApi, StripeCardControllerApi_1.StripeCardControllerApi, StripeControllerApi_1.StripeControllerApi, StripeSyncControllerApi_1.StripeSyncControllerApi, StripeWebhookControllerApi_1.StripeWebhookControllerApi, TicketReviewControllerApi_1.TicketReviewControllerApi, UrlRedirectControllerApi_1.UrlRedirectControllerApi, UserAccountControllerApi_1.UserAccountControllerApi, UserAuditControllerApi_1.UserAuditControllerApi, UserControllerApi_1.UserControllerApi, UserPasswordControllerApi_1.UserPasswordControllerApi, UserProfileControllerApi_1.UserProfileControllerApi, UserSearchControllerApi_1.UserSearchControllerApi, UserSettingsControllerApi_1.UserSettingsControllerApi, UtilityControllerApi_1.UtilityControllerApi, ValidationControllerApi_1.ValidationControllerApi, VerificationControllerApi_1.VerificationControllerApi, ViolationControllerApi_1.ViolationControllerApi, ViolationPenaltyControllerApi_1.ViolationPenaltyControllerApi, WorkflowStateControllerApi_1.WorkflowStateControllerApi];
212
+ exports.APIS = [ActionRequiredControllerApi_1.ActionRequiredControllerApi, ActivityFeedControllerApi_1.ActivityFeedControllerApi, AddressControllerApi_1.AddressControllerApi, AlertNotificationControllerApi_1.AlertNotificationControllerApi, AppEventsControllerApi_1.AppEventsControllerApi, AuditLawfirmEventsControllerApi_1.AuditLawfirmEventsControllerApi, AuthenticationControllerApi_1.AuthenticationControllerApi, AwsCredentialsControllerApi_1.AwsCredentialsControllerApi, BlogWebhookControllerApi_1.BlogWebhookControllerApi, BranchLinkControllerApi_1.BranchLinkControllerApi, CaseActionsControllerApi_1.CaseActionsControllerApi, CaseControllerApi_1.CaseControllerApi, CaseCreationControllerApi_1.CaseCreationControllerApi, CaseNotesControllerApi_1.CaseNotesControllerApi, CasePaymentControllerApi_1.CasePaymentControllerApi, CaseReferralCodeControllerApi_1.CaseReferralCodeControllerApi, CaseRefundControllerApi_1.CaseRefundControllerApi, CaseResolutionControllerApi_1.CaseResolutionControllerApi, CaseStatusControllerApi_1.CaseStatusControllerApi, CaseTransferControllerApi_1.CaseTransferControllerApi, CertificateControllerApi_1.CertificateControllerApi, CitationAuditControllerApi_1.CitationAuditControllerApi, CitationControllerApi_1.CitationControllerApi, ConfigurationControllerApi_1.ConfigurationControllerApi, ConsoleListControllerApi_1.ConsoleListControllerApi, ContactTimelineControllerApi_1.ContactTimelineControllerApi, ConversationControllerApi_1.ConversationControllerApi, CountyControllerApi_1.CountyControllerApi, CourtControllerApi_1.CourtControllerApi, CrmControllerApi_1.CrmControllerApi, CustomerLeadControllerApi_1.CustomerLeadControllerApi, CustomerReviewControllerApi_1.CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi_1.CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi_1.CustomerServiceAgentControllerApi, DashboardControllerApi_1.DashboardControllerApi, DirectMailControllerApi_1.DirectMailControllerApi, DripControllerApi_1.DripControllerApi, DripWebhooksControllerApi_1.DripWebhooksControllerApi, EmailSubscriptionControllerApi_1.EmailSubscriptionControllerApi, ExternalTicketLookupControllerApi_1.ExternalTicketLookupControllerApi, FeedbackControllerApi_1.FeedbackControllerApi, FreshcallerControllerApi_1.FreshcallerControllerApi, FreshdeskTicketControllerApi_1.FreshdeskTicketControllerApi, GetCaseControllerApi_1.GetCaseControllerApi, HouseholdMateControllerApi_1.HouseholdMateControllerApi, InsuranceCalculatorControllerApi_1.InsuranceCalculatorControllerApi, LawfirmCaseDecisionControllerApi_1.LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi_1.LawfirmCasesControllerApi, LawfirmControllerApi_1.LawfirmControllerApi, LawfirmDocumentControllerApi_1.LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi_1.LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi_1.LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi_1.LawfirmRatesControllerApi, LawfirmSettingsControllerApi_1.LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi_1.LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi_1.LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi_1.LawfirmTransactionsControllerApi, LawyerControllerApi_1.LawyerControllerApi, LegalServicesControllerApi_1.LegalServicesControllerApi, LineItemControllerApi_1.LineItemControllerApi, ListCasesControllerApi_1.ListCasesControllerApi, MediaCreationControllerApi_1.MediaCreationControllerApi, MessagesControllerApi_1.MessagesControllerApi, NotesControllerApi_1.NotesControllerApi, OcrPredictionControllerApi_1.OcrPredictionControllerApi, OnDemandRequestControllerApi_1.OnDemandRequestControllerApi, OneTimePasswordControllerApi_1.OneTimePasswordControllerApi, PhoneLeadsControllerApi_1.PhoneLeadsControllerApi, PushNotificationControllerApi_1.PushNotificationControllerApi, RecurringBillingControllerApi_1.RecurringBillingControllerApi, RefLinkControllerApi_1.RefLinkControllerApi, ReferralCodeControllerApi_1.ReferralCodeControllerApi, ReferralControllerApi_1.ReferralControllerApi, ReferralSourceControllerApi_1.ReferralSourceControllerApi, RefundEligibilityControllerApi_1.RefundEligibilityControllerApi, RegistrationControllerApi_1.RegistrationControllerApi, ReportingControllerApi_1.ReportingControllerApi, ScheduledTaskControllerApi_1.ScheduledTaskControllerApi, SingleSignOnControllerApi_1.SingleSignOnControllerApi, SnsListenerControllerApi_1.SnsListenerControllerApi, SocialLoginControllerApi_1.SocialLoginControllerApi, StripeCardControllerApi_1.StripeCardControllerApi, StripeControllerApi_1.StripeControllerApi, StripeSyncControllerApi_1.StripeSyncControllerApi, StripeWebhookControllerApi_1.StripeWebhookControllerApi, TicketReviewControllerApi_1.TicketReviewControllerApi, TrafficViolationControllerApi_1.TrafficViolationControllerApi, UrlRedirectControllerApi_1.UrlRedirectControllerApi, UserAccountControllerApi_1.UserAccountControllerApi, UserAuditControllerApi_1.UserAuditControllerApi, UserControllerApi_1.UserControllerApi, UserPasswordControllerApi_1.UserPasswordControllerApi, UserProfileControllerApi_1.UserProfileControllerApi, UserSearchControllerApi_1.UserSearchControllerApi, UserSettingsControllerApi_1.UserSettingsControllerApi, UtilityControllerApi_1.UtilityControllerApi, ValidationControllerApi_1.ValidationControllerApi, VerificationControllerApi_1.VerificationControllerApi, ViolationPenaltyControllerApi_1.ViolationPenaltyControllerApi];
@@ -170,6 +170,8 @@ export * from './StripeWebhookControllerApi';
170
170
  import { StripeWebhookControllerApi } from './StripeWebhookControllerApi';
171
171
  export * from './TicketReviewControllerApi';
172
172
  import { TicketReviewControllerApi } from './TicketReviewControllerApi';
173
+ export * from './TrafficViolationControllerApi';
174
+ import { TrafficViolationControllerApi } from './TrafficViolationControllerApi';
173
175
  export * from './UrlRedirectControllerApi';
174
176
  import { UrlRedirectControllerApi } from './UrlRedirectControllerApi';
175
177
  export * from './UserAccountControllerApi';
@@ -192,10 +194,6 @@ export * from './ValidationControllerApi';
192
194
  import { ValidationControllerApi } from './ValidationControllerApi';
193
195
  export * from './VerificationControllerApi';
194
196
  import { VerificationControllerApi } from './VerificationControllerApi';
195
- export * from './ViolationControllerApi';
196
- import { ViolationControllerApi } from './ViolationControllerApi';
197
197
  export * from './ViolationPenaltyControllerApi';
198
198
  import { ViolationPenaltyControllerApi } from './ViolationPenaltyControllerApi';
199
- export * from './WorkflowStateControllerApi';
200
- import { WorkflowStateControllerApi } from './WorkflowStateControllerApi';
201
- export const APIS = [ActionRequiredControllerApi, ActivityFeedControllerApi, AddressControllerApi, AlertNotificationControllerApi, AppEventsControllerApi, AuditLawfirmEventsControllerApi, AuthenticationControllerApi, AwsCredentialsControllerApi, BlogWebhookControllerApi, BranchLinkControllerApi, CaseActionsControllerApi, CaseControllerApi, CaseCreationControllerApi, CaseNotesControllerApi, CasePaymentControllerApi, CaseReferralCodeControllerApi, CaseRefundControllerApi, CaseResolutionControllerApi, CaseStatusControllerApi, CaseTransferControllerApi, CertificateControllerApi, CitationAuditControllerApi, CitationControllerApi, ConfigurationControllerApi, ConsoleListControllerApi, ContactTimelineControllerApi, ConversationControllerApi, CountyControllerApi, CourtControllerApi, CrmControllerApi, CustomerLeadControllerApi, CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi, DashboardControllerApi, DirectMailControllerApi, DripControllerApi, DripWebhooksControllerApi, EmailSubscriptionControllerApi, ExternalTicketLookupControllerApi, FeedbackControllerApi, FreshcallerControllerApi, FreshdeskTicketControllerApi, GetCaseControllerApi, HouseholdMateControllerApi, InsuranceCalculatorControllerApi, LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi, LawfirmControllerApi, LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi, LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi, LawyerControllerApi, LegalServicesControllerApi, LineItemControllerApi, ListCasesControllerApi, MediaCreationControllerApi, MessagesControllerApi, NotesControllerApi, OcrPredictionControllerApi, OnDemandRequestControllerApi, OneTimePasswordControllerApi, PhoneLeadsControllerApi, PushNotificationControllerApi, RecurringBillingControllerApi, RefLinkControllerApi, ReferralCodeControllerApi, ReferralControllerApi, ReferralSourceControllerApi, RefundEligibilityControllerApi, RegistrationControllerApi, ReportingControllerApi, ScheduledTaskControllerApi, SingleSignOnControllerApi, SnsListenerControllerApi, SocialLoginControllerApi, StripeCardControllerApi, StripeControllerApi, StripeSyncControllerApi, StripeWebhookControllerApi, TicketReviewControllerApi, UrlRedirectControllerApi, UserAccountControllerApi, UserAuditControllerApi, UserControllerApi, UserPasswordControllerApi, UserProfileControllerApi, UserSearchControllerApi, UserSettingsControllerApi, UtilityControllerApi, ValidationControllerApi, VerificationControllerApi, ViolationControllerApi, ViolationPenaltyControllerApi, WorkflowStateControllerApi];
199
+ export const APIS = [ActionRequiredControllerApi, ActivityFeedControllerApi, AddressControllerApi, AlertNotificationControllerApi, AppEventsControllerApi, AuditLawfirmEventsControllerApi, AuthenticationControllerApi, AwsCredentialsControllerApi, BlogWebhookControllerApi, BranchLinkControllerApi, CaseActionsControllerApi, CaseControllerApi, CaseCreationControllerApi, CaseNotesControllerApi, CasePaymentControllerApi, CaseReferralCodeControllerApi, CaseRefundControllerApi, CaseResolutionControllerApi, CaseStatusControllerApi, CaseTransferControllerApi, CertificateControllerApi, CitationAuditControllerApi, CitationControllerApi, ConfigurationControllerApi, ConsoleListControllerApi, ContactTimelineControllerApi, ConversationControllerApi, CountyControllerApi, CourtControllerApi, CrmControllerApi, CustomerLeadControllerApi, CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi, DashboardControllerApi, DirectMailControllerApi, DripControllerApi, DripWebhooksControllerApi, EmailSubscriptionControllerApi, ExternalTicketLookupControllerApi, FeedbackControllerApi, FreshcallerControllerApi, FreshdeskTicketControllerApi, GetCaseControllerApi, HouseholdMateControllerApi, InsuranceCalculatorControllerApi, LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi, LawfirmControllerApi, LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi, LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi, LawyerControllerApi, LegalServicesControllerApi, LineItemControllerApi, ListCasesControllerApi, MediaCreationControllerApi, MessagesControllerApi, NotesControllerApi, OcrPredictionControllerApi, OnDemandRequestControllerApi, OneTimePasswordControllerApi, PhoneLeadsControllerApi, PushNotificationControllerApi, RecurringBillingControllerApi, RefLinkControllerApi, ReferralCodeControllerApi, ReferralControllerApi, ReferralSourceControllerApi, RefundEligibilityControllerApi, RegistrationControllerApi, ReportingControllerApi, ScheduledTaskControllerApi, SingleSignOnControllerApi, SnsListenerControllerApi, SocialLoginControllerApi, StripeCardControllerApi, StripeControllerApi, StripeSyncControllerApi, StripeWebhookControllerApi, TicketReviewControllerApi, TrafficViolationControllerApi, UrlRedirectControllerApi, UserAccountControllerApi, UserAuditControllerApi, UserControllerApi, UserPasswordControllerApi, UserProfileControllerApi, UserSearchControllerApi, UserSettingsControllerApi, UtilityControllerApi, ValidationControllerApi, VerificationControllerApi, ViolationPenaltyControllerApi];
@@ -89,6 +89,7 @@ var apiModule = angular.module('api', [])
89
89
  .service('StripeSyncControllerApi', api.StripeSyncControllerApi)
90
90
  .service('StripeWebhookControllerApi', api.StripeWebhookControllerApi)
91
91
  .service('TicketReviewControllerApi', api.TicketReviewControllerApi)
92
+ .service('TrafficViolationControllerApi', api.TrafficViolationControllerApi)
92
93
  .service('UrlRedirectControllerApi', api.UrlRedirectControllerApi)
93
94
  .service('UserAccountControllerApi', api.UserAccountControllerApi)
94
95
  .service('UserAuditControllerApi', api.UserAuditControllerApi)
@@ -100,7 +101,5 @@ var apiModule = angular.module('api', [])
100
101
  .service('UtilityControllerApi', api.UtilityControllerApi)
101
102
  .service('ValidationControllerApi', api.ValidationControllerApi)
102
103
  .service('VerificationControllerApi', api.VerificationControllerApi)
103
- .service('ViolationControllerApi', api.ViolationControllerApi)
104
- .service('ViolationPenaltyControllerApi', api.ViolationPenaltyControllerApi)
105
- .service('WorkflowStateControllerApi', api.WorkflowStateControllerApi);
104
+ .service('ViolationPenaltyControllerApi', api.ViolationPenaltyControllerApi);
106
105
  exports.default = apiModule;
@@ -88,6 +88,7 @@ const apiModule = angular.module('api', [])
88
88
  .service('StripeSyncControllerApi', api.StripeSyncControllerApi)
89
89
  .service('StripeWebhookControllerApi', api.StripeWebhookControllerApi)
90
90
  .service('TicketReviewControllerApi', api.TicketReviewControllerApi)
91
+ .service('TrafficViolationControllerApi', api.TrafficViolationControllerApi)
91
92
  .service('UrlRedirectControllerApi', api.UrlRedirectControllerApi)
92
93
  .service('UserAccountControllerApi', api.UserAccountControllerApi)
93
94
  .service('UserAuditControllerApi', api.UserAuditControllerApi)
@@ -99,8 +100,6 @@ const apiModule = angular.module('api', [])
99
100
  .service('UtilityControllerApi', api.UtilityControllerApi)
100
101
  .service('ValidationControllerApi', api.ValidationControllerApi)
101
102
  .service('VerificationControllerApi', api.VerificationControllerApi)
102
- .service('ViolationControllerApi', api.ViolationControllerApi)
103
103
  .service('ViolationPenaltyControllerApi', api.ViolationPenaltyControllerApi)
104
- .service('WorkflowStateControllerApi', api.WorkflowStateControllerApi)
105
104
 
106
105
  export default apiModule;
@@ -11,5 +11,5 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface AddActionToCaseResponse {
14
- "theCase"?: models.CaseModel;
14
+ "theCase"?: models.CaseDomain;
15
15
  }
@@ -13,6 +13,6 @@
13
13
  import * as models from './models';
14
14
 
15
15
  export interface AddActionToCaseResponse {
16
- "theCase"?: models.CaseModel;
16
+ "theCase"?: models.CaseDomain;
17
17
  }
18
18