@otr-app/shared-backend-generated-client 2.4.32 → 2.4.33

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 +10 -0
  2. package/dist/angular/api/api.ts +3 -1
  3. package/dist/angular/api/ocrPipelineController.service.ts +234 -0
  4. package/dist/angular/api.module.ts +1 -0
  5. package/dist/angular/model/citationIssueDate.ts +17 -0
  6. package/dist/angular/model/courtName.ts +20 -0
  7. package/dist/angular/model/models.ts +9 -0
  8. package/dist/angular/model/predictCitationRequest.ts +19 -0
  9. package/dist/angular/model/predictCitationResponse.ts +18 -0
  10. package/dist/angular/model/predictRichCitationResponse.ts +18 -0
  11. package/dist/angular/model/richCitationInferenceResponse.ts +42 -0
  12. package/dist/angular/model/skipMap.ts +18 -0
  13. package/dist/angular/model/slimCitationInferenceResponse.ts +27 -0
  14. package/dist/angular/model/violationNames.ts +19 -0
  15. package/dist/otrBackendService.js +74 -0
  16. package/dist/otrBackendService.min.js +3 -3
  17. package/dist/typescript/api/OcrPipelineControllerApi.d.ts +33 -0
  18. package/dist/typescript/api/OcrPipelineControllerApi.js +79 -0
  19. package/dist/typescript/api/api.d.ts +3 -1
  20. package/dist/typescript/api/api.js +3 -1
  21. package/dist/typescript/api.module.js +1 -0
  22. package/dist/typescript/model/CitationIssueDate.d.ts +14 -0
  23. package/dist/typescript/model/CitationIssueDate.js +13 -0
  24. package/dist/typescript/model/CourtName.d.ts +17 -0
  25. package/dist/typescript/model/CourtName.js +13 -0
  26. package/dist/typescript/model/PredictCitationRequest.d.ts +16 -0
  27. package/dist/typescript/model/PredictCitationRequest.js +13 -0
  28. package/dist/typescript/model/PredictCitationResponse.d.ts +15 -0
  29. package/dist/typescript/model/PredictCitationResponse.js +13 -0
  30. package/dist/typescript/model/PredictRichCitationResponse.d.ts +15 -0
  31. package/dist/typescript/model/PredictRichCitationResponse.js +13 -0
  32. package/dist/typescript/model/RichCitationInferenceResponse.d.ts +39 -0
  33. package/dist/typescript/model/RichCitationInferenceResponse.js +13 -0
  34. package/dist/typescript/model/SkipMap.d.ts +15 -0
  35. package/dist/typescript/model/SkipMap.js +13 -0
  36. package/dist/typescript/model/SlimCitationInferenceResponse.d.ts +21 -0
  37. package/dist/typescript/model/SlimCitationInferenceResponse.js +13 -0
  38. package/dist/typescript/model/ViolationNames.d.ts +16 -0
  39. package/dist/typescript/model/ViolationNames.js +13 -0
  40. package/dist/typescript/model/models.d.ts +9 -0
  41. package/dist/typescript/model/models.js +9 -0
  42. package/dist/typescript-fetch/apis/OcrPipelineControllerApi.d.ts +40 -0
  43. package/dist/typescript-fetch/apis/OcrPipelineControllerApi.js +89 -0
  44. package/dist/typescript-fetch/apis/index.d.ts +1 -0
  45. package/dist/typescript-fetch/apis/index.js +1 -0
  46. package/dist/typescript-fetch/models/CitationIssueDate.d.ts +27 -0
  47. package/dist/typescript-fetch/models/CitationIssueDate.js +36 -0
  48. package/dist/typescript-fetch/models/CourtName.d.ts +45 -0
  49. package/dist/typescript-fetch/models/CourtName.js +42 -0
  50. package/dist/typescript-fetch/models/PredictCitationRequest.d.ts +39 -0
  51. package/dist/typescript-fetch/models/PredictCitationRequest.js +40 -0
  52. package/dist/typescript-fetch/models/PredictCitationResponse.d.ts +28 -0
  53. package/dist/typescript-fetch/models/PredictCitationResponse.js +37 -0
  54. package/dist/typescript-fetch/models/PredictRichCitationResponse.d.ts +28 -0
  55. package/dist/typescript-fetch/models/PredictRichCitationResponse.js +37 -0
  56. package/dist/typescript-fetch/models/RichCitationInferenceResponse.d.ts +177 -0
  57. package/dist/typescript-fetch/models/RichCitationInferenceResponse.js +86 -0
  58. package/dist/typescript-fetch/models/SkipMap.d.ts +33 -0
  59. package/dist/typescript-fetch/models/SkipMap.js +38 -0
  60. package/dist/typescript-fetch/models/SlimCitationInferenceResponse.d.ts +64 -0
  61. package/dist/typescript-fetch/models/SlimCitationInferenceResponse.js +49 -0
  62. package/dist/typescript-fetch/models/ViolationNames.d.ts +39 -0
  63. package/dist/typescript-fetch/models/ViolationNames.js +40 -0
  64. package/dist/typescript-fetch/models/index.d.ts +9 -0
  65. package/dist/typescript-fetch/models/index.js +9 -0
  66. package/package.json +1 -1
@@ -0,0 +1,33 @@
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
+ /// <reference types="angular" />
13
+ import * as models from '../model/models';
14
+ export declare class OcrPipelineControllerApi {
15
+ protected $http: ng.IHttpService;
16
+ protected $httpParamSerializer?: (d: any) => any;
17
+ protected basePath: string;
18
+ defaultHeaders: any;
19
+ static $inject: string[];
20
+ constructor($http: ng.IHttpService, $httpParamSerializer?: (d: any) => any, basePath?: string);
21
+ /**
22
+ *
23
+ * @summary predictCitationFields
24
+ * @param request request
25
+ */
26
+ predictCitationFieldsUsingPOST(request: models.PredictCitationRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.PredictCitationResponse>;
27
+ /**
28
+ *
29
+ * @summary predictRichCitationFields
30
+ * @param request request
31
+ */
32
+ predictRichCitationFieldsUsingPOST(request: models.PredictCitationRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.PredictRichCitationResponse>;
33
+ }
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.OcrPipelineControllerApi = void 0;
15
+ /* tslint:disable:no-unused-variable member-ordering */
16
+ var OcrPipelineControllerApi = /** @class */ (function () {
17
+ function OcrPipelineControllerApi($http, $httpParamSerializer, basePath) {
18
+ this.$http = $http;
19
+ this.$httpParamSerializer = $httpParamSerializer;
20
+ this.basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
21
+ this.defaultHeaders = {};
22
+ if (basePath !== undefined) {
23
+ this.basePath = basePath;
24
+ }
25
+ }
26
+ /**
27
+ *
28
+ * @summary predictCitationFields
29
+ * @param request request
30
+ */
31
+ OcrPipelineControllerApi.prototype.predictCitationFieldsUsingPOST = function (request, extraHttpRequestParams) {
32
+ var localVarPath = this.basePath + '/api/v1/ocr_pipeline/predict_citation';
33
+ var queryParameters = {};
34
+ var headerParams = Object.assign({}, this.defaultHeaders);
35
+ // verify required parameter 'request' is not null or undefined
36
+ if (request === null || request === undefined) {
37
+ throw new Error('Required parameter request was null or undefined when calling predictCitationFieldsUsingPOST.');
38
+ }
39
+ var httpRequestParams = {
40
+ method: 'POST',
41
+ url: localVarPath,
42
+ data: request,
43
+ params: queryParameters,
44
+ headers: headerParams
45
+ };
46
+ if (extraHttpRequestParams) {
47
+ httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
48
+ }
49
+ return this.$http(httpRequestParams);
50
+ };
51
+ /**
52
+ *
53
+ * @summary predictRichCitationFields
54
+ * @param request request
55
+ */
56
+ OcrPipelineControllerApi.prototype.predictRichCitationFieldsUsingPOST = function (request, extraHttpRequestParams) {
57
+ var localVarPath = this.basePath + '/api/v1/ocr_pipeline/predict_rich_citation';
58
+ var queryParameters = {};
59
+ var headerParams = Object.assign({}, this.defaultHeaders);
60
+ // verify required parameter 'request' is not null or undefined
61
+ if (request === null || request === undefined) {
62
+ throw new Error('Required parameter request was null or undefined when calling predictRichCitationFieldsUsingPOST.');
63
+ }
64
+ var httpRequestParams = {
65
+ method: 'POST',
66
+ url: localVarPath,
67
+ data: request,
68
+ params: queryParameters,
69
+ headers: headerParams
70
+ };
71
+ if (extraHttpRequestParams) {
72
+ httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
73
+ }
74
+ return this.$http(httpRequestParams);
75
+ };
76
+ OcrPipelineControllerApi.$inject = ['$http', '$httpParamSerializer', 'basePath'];
77
+ return OcrPipelineControllerApi;
78
+ }());
79
+ exports.OcrPipelineControllerApi = OcrPipelineControllerApi;
@@ -150,6 +150,8 @@ export * from './MessagesControllerApi';
150
150
  import { MessagesControllerApi } from './MessagesControllerApi';
151
151
  export * from './NotesControllerApi';
152
152
  import { NotesControllerApi } from './NotesControllerApi';
153
+ export * from './OcrPipelineControllerApi';
154
+ import { OcrPipelineControllerApi } from './OcrPipelineControllerApi';
153
155
  export * from './OcrPredictionControllerApi';
154
156
  import { OcrPredictionControllerApi } from './OcrPredictionControllerApi';
155
157
  export * from './OnDemandRequestControllerApi';
@@ -228,4 +230,4 @@ export * from './WebsocketMessageControllerApi';
228
230
  import { WebsocketMessageControllerApi } from './WebsocketMessageControllerApi';
229
231
  export * from './WorkflowStateControllerApi';
230
232
  import { WorkflowStateControllerApi } from './WorkflowStateControllerApi';
231
- export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuditLogControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BlogWebhookControllerApi | typeof BranchLinkControllerApi | typeof CaptchaControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCounterOfferControllerApi | typeof CaseCreationControllerApi | typeof CaseDeclineControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CaseUserControllerApi | typeof CertificateControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof CoachingCardsControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactLoopWebhookControllerApi | 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 DriverLicenseControllerApi | typeof EmailSubscriptionControllerApi | typeof EmployeeControllerApi | typeof ExternalContentVoteControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof HubspotWebhookControllerApi | typeof InsuranceCalculatorControllerApi | typeof IntercomTicketControllerApi | 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 UserSocialProfileControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationControllerApi | typeof ViolationPenaltyControllerApi | typeof WatchlistsControllerApi | typeof WebsocketMessageControllerApi | typeof WorkflowStateControllerApi)[];
233
+ export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuditLogControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BlogWebhookControllerApi | typeof BranchLinkControllerApi | typeof CaptchaControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCounterOfferControllerApi | typeof CaseCreationControllerApi | typeof CaseDeclineControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CaseUserControllerApi | typeof CertificateControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof CoachingCardsControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactLoopWebhookControllerApi | 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 DriverLicenseControllerApi | typeof EmailSubscriptionControllerApi | typeof EmployeeControllerApi | typeof ExternalContentVoteControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof HubspotWebhookControllerApi | typeof InsuranceCalculatorControllerApi | typeof IntercomTicketControllerApi | 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 OcrPipelineControllerApi | 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 UserSocialProfileControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationControllerApi | typeof ViolationPenaltyControllerApi | typeof WatchlistsControllerApi | typeof WebsocketMessageControllerApi | typeof WorkflowStateControllerApi)[];
@@ -163,6 +163,8 @@ __exportStar(require("./MessagesControllerApi"), exports);
163
163
  var MessagesControllerApi_1 = require("./MessagesControllerApi");
164
164
  __exportStar(require("./NotesControllerApi"), exports);
165
165
  var NotesControllerApi_1 = require("./NotesControllerApi");
166
+ __exportStar(require("./OcrPipelineControllerApi"), exports);
167
+ var OcrPipelineControllerApi_1 = require("./OcrPipelineControllerApi");
166
168
  __exportStar(require("./OcrPredictionControllerApi"), exports);
167
169
  var OcrPredictionControllerApi_1 = require("./OcrPredictionControllerApi");
168
170
  __exportStar(require("./OnDemandRequestControllerApi"), exports);
@@ -241,4 +243,4 @@ __exportStar(require("./WebsocketMessageControllerApi"), exports);
241
243
  var WebsocketMessageControllerApi_1 = require("./WebsocketMessageControllerApi");
242
244
  __exportStar(require("./WorkflowStateControllerApi"), exports);
243
245
  var WorkflowStateControllerApi_1 = require("./WorkflowStateControllerApi");
244
- exports.APIS = [ActionRequiredControllerApi_1.ActionRequiredControllerApi, ActivityFeedControllerApi_1.ActivityFeedControllerApi, AddressControllerApi_1.AddressControllerApi, AlertNotificationControllerApi_1.AlertNotificationControllerApi, AppEventsControllerApi_1.AppEventsControllerApi, AuditLawfirmEventsControllerApi_1.AuditLawfirmEventsControllerApi, AuditLogControllerApi_1.AuditLogControllerApi, AuthenticationControllerApi_1.AuthenticationControllerApi, AwsCredentialsControllerApi_1.AwsCredentialsControllerApi, BlogWebhookControllerApi_1.BlogWebhookControllerApi, BranchLinkControllerApi_1.BranchLinkControllerApi, CaptchaControllerApi_1.CaptchaControllerApi, CaseActionsControllerApi_1.CaseActionsControllerApi, CaseControllerApi_1.CaseControllerApi, CaseCounterOfferControllerApi_1.CaseCounterOfferControllerApi, CaseCreationControllerApi_1.CaseCreationControllerApi, CaseDeclineControllerApi_1.CaseDeclineControllerApi, CaseNotesControllerApi_1.CaseNotesControllerApi, CasePaymentControllerApi_1.CasePaymentControllerApi, CaseReferralCodeControllerApi_1.CaseReferralCodeControllerApi, CaseRefundControllerApi_1.CaseRefundControllerApi, CaseResolutionControllerApi_1.CaseResolutionControllerApi, CaseStatusControllerApi_1.CaseStatusControllerApi, CaseTransferControllerApi_1.CaseTransferControllerApi, CaseUserControllerApi_1.CaseUserControllerApi, CertificateControllerApi_1.CertificateControllerApi, CitationAuditControllerApi_1.CitationAuditControllerApi, CitationControllerApi_1.CitationControllerApi, CoachingCardsControllerApi_1.CoachingCardsControllerApi, ConfigurationControllerApi_1.ConfigurationControllerApi, ConsoleListControllerApi_1.ConsoleListControllerApi, ContactLoopWebhookControllerApi_1.ContactLoopWebhookControllerApi, 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, DriverLicenseControllerApi_1.DriverLicenseControllerApi, EmailSubscriptionControllerApi_1.EmailSubscriptionControllerApi, EmployeeControllerApi_1.EmployeeControllerApi, ExternalContentVoteControllerApi_1.ExternalContentVoteControllerApi, ExternalTicketLookupControllerApi_1.ExternalTicketLookupControllerApi, FeedbackControllerApi_1.FeedbackControllerApi, FreshcallerControllerApi_1.FreshcallerControllerApi, FreshdeskTicketControllerApi_1.FreshdeskTicketControllerApi, GetCaseControllerApi_1.GetCaseControllerApi, HouseholdMateControllerApi_1.HouseholdMateControllerApi, HubspotWebhookControllerApi_1.HubspotWebhookControllerApi, InsuranceCalculatorControllerApi_1.InsuranceCalculatorControllerApi, IntercomTicketControllerApi_1.IntercomTicketControllerApi, 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, UserSocialProfileControllerApi_1.UserSocialProfileControllerApi, UtilityControllerApi_1.UtilityControllerApi, ValidationControllerApi_1.ValidationControllerApi, VerificationControllerApi_1.VerificationControllerApi, ViolationControllerApi_1.ViolationControllerApi, ViolationPenaltyControllerApi_1.ViolationPenaltyControllerApi, WatchlistsControllerApi_1.WatchlistsControllerApi, WebsocketMessageControllerApi_1.WebsocketMessageControllerApi, WorkflowStateControllerApi_1.WorkflowStateControllerApi];
246
+ exports.APIS = [ActionRequiredControllerApi_1.ActionRequiredControllerApi, ActivityFeedControllerApi_1.ActivityFeedControllerApi, AddressControllerApi_1.AddressControllerApi, AlertNotificationControllerApi_1.AlertNotificationControllerApi, AppEventsControllerApi_1.AppEventsControllerApi, AuditLawfirmEventsControllerApi_1.AuditLawfirmEventsControllerApi, AuditLogControllerApi_1.AuditLogControllerApi, AuthenticationControllerApi_1.AuthenticationControllerApi, AwsCredentialsControllerApi_1.AwsCredentialsControllerApi, BlogWebhookControllerApi_1.BlogWebhookControllerApi, BranchLinkControllerApi_1.BranchLinkControllerApi, CaptchaControllerApi_1.CaptchaControllerApi, CaseActionsControllerApi_1.CaseActionsControllerApi, CaseControllerApi_1.CaseControllerApi, CaseCounterOfferControllerApi_1.CaseCounterOfferControllerApi, CaseCreationControllerApi_1.CaseCreationControllerApi, CaseDeclineControllerApi_1.CaseDeclineControllerApi, CaseNotesControllerApi_1.CaseNotesControllerApi, CasePaymentControllerApi_1.CasePaymentControllerApi, CaseReferralCodeControllerApi_1.CaseReferralCodeControllerApi, CaseRefundControllerApi_1.CaseRefundControllerApi, CaseResolutionControllerApi_1.CaseResolutionControllerApi, CaseStatusControllerApi_1.CaseStatusControllerApi, CaseTransferControllerApi_1.CaseTransferControllerApi, CaseUserControllerApi_1.CaseUserControllerApi, CertificateControllerApi_1.CertificateControllerApi, CitationAuditControllerApi_1.CitationAuditControllerApi, CitationControllerApi_1.CitationControllerApi, CoachingCardsControllerApi_1.CoachingCardsControllerApi, ConfigurationControllerApi_1.ConfigurationControllerApi, ConsoleListControllerApi_1.ConsoleListControllerApi, ContactLoopWebhookControllerApi_1.ContactLoopWebhookControllerApi, 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, DriverLicenseControllerApi_1.DriverLicenseControllerApi, EmailSubscriptionControllerApi_1.EmailSubscriptionControllerApi, EmployeeControllerApi_1.EmployeeControllerApi, ExternalContentVoteControllerApi_1.ExternalContentVoteControllerApi, ExternalTicketLookupControllerApi_1.ExternalTicketLookupControllerApi, FeedbackControllerApi_1.FeedbackControllerApi, FreshcallerControllerApi_1.FreshcallerControllerApi, FreshdeskTicketControllerApi_1.FreshdeskTicketControllerApi, GetCaseControllerApi_1.GetCaseControllerApi, HouseholdMateControllerApi_1.HouseholdMateControllerApi, HubspotWebhookControllerApi_1.HubspotWebhookControllerApi, InsuranceCalculatorControllerApi_1.InsuranceCalculatorControllerApi, IntercomTicketControllerApi_1.IntercomTicketControllerApi, 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, OcrPipelineControllerApi_1.OcrPipelineControllerApi, 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, UserSocialProfileControllerApi_1.UserSocialProfileControllerApi, UtilityControllerApi_1.UtilityControllerApi, ValidationControllerApi_1.ValidationControllerApi, VerificationControllerApi_1.VerificationControllerApi, ViolationControllerApi_1.ViolationControllerApi, ViolationPenaltyControllerApi_1.ViolationPenaltyControllerApi, WatchlistsControllerApi_1.WatchlistsControllerApi, WebsocketMessageControllerApi_1.WebsocketMessageControllerApi, WorkflowStateControllerApi_1.WorkflowStateControllerApi];
@@ -79,6 +79,7 @@ var apiModule = angular.module('api', [])
79
79
  .service('MediaCreationControllerApi', api.MediaCreationControllerApi)
80
80
  .service('MessagesControllerApi', api.MessagesControllerApi)
81
81
  .service('NotesControllerApi', api.NotesControllerApi)
82
+ .service('OcrPipelineControllerApi', api.OcrPipelineControllerApi)
82
83
  .service('OcrPredictionControllerApi', api.OcrPredictionControllerApi)
83
84
  .service('OnDemandRequestControllerApi', api.OnDemandRequestControllerApi)
84
85
  .service('OneTimePasswordControllerApi', api.OneTimePasswordControllerApi)
@@ -0,0 +1,14 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface CitationIssueDate {
13
+ "llm_prediction"?: string;
14
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface CourtName {
13
+ "llm_prediction"?: string;
14
+ "pinecone_match"?: Array<string>;
15
+ "pinecone_matches"?: Array<string>;
16
+ "pinecone_scores"?: Array<number>;
17
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface PredictCitationRequest {
13
+ "citationId"?: string;
14
+ "imageInBase64"?: string;
15
+ "regionCode"?: string;
16
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
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 * as models from './models';
13
+ export interface PredictCitationResponse {
14
+ "ocrResult"?: models.SlimCitationInferenceResponse;
15
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
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 * as models from './models';
13
+ export interface PredictRichCitationResponse {
14
+ "ocrResult"?: models.RichCitationInferenceResponse;
15
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,39 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface RichCitationInferenceResponse {
13
+ "case_number"?: string;
14
+ "citation_city"?: string;
15
+ "citation_county"?: string;
16
+ "citation_id"?: string;
17
+ "citation_issue_date"?: string;
18
+ "citation_state"?: string;
19
+ "court_name"?: string;
20
+ "has_accident"?: boolean;
21
+ "is_cdl"?: boolean;
22
+ "offender_city"?: string;
23
+ "offender_county"?: string;
24
+ "offender_date_of_birth"?: string;
25
+ "offender_driver_license_number"?: string;
26
+ "offender_first_name"?: string;
27
+ "offender_last_name"?: string;
28
+ "offender_middle_name"?: string;
29
+ "offender_state"?: string;
30
+ "race"?: string;
31
+ "sex"?: string;
32
+ "total_penalty_amount"?: string;
33
+ "vehicle_color"?: string;
34
+ "vehicle_license_plate_number"?: string;
35
+ "vehicle_make"?: string;
36
+ "vehicle_model"?: string;
37
+ "vehicle_year"?: string;
38
+ "violation_names"?: Array<string>;
39
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface SkipMap {
13
+ "handwritten"?: boolean;
14
+ "template"?: string;
15
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
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 * as models from './models';
13
+ export interface SlimCitationInferenceResponse {
14
+ "citation_issue_date"?: models.CitationIssueDate;
15
+ "court_name"?: models.CourtName;
16
+ "handwritten"?: boolean;
17
+ "ocr_output"?: string;
18
+ "skip_map"?: models.SkipMap;
19
+ "template"?: string;
20
+ "violation_names"?: models.ViolationNames;
21
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface ViolationNames {
13
+ "llm_prediction"?: Array<string>;
14
+ "pinecone_matches"?: Array<string>;
15
+ "pinecone_scores"?: Array<number>;
16
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -121,6 +121,7 @@ export * from './ChargeFeeToLawfirmResponse';
121
121
  export * from './CitationAuditEventModel';
122
122
  export * from './CitationAuditLog';
123
123
  export * from './CitationInputRequest';
124
+ export * from './CitationIssueDate';
124
125
  export * from './CitationModel';
125
126
  export * from './CitationModelReq';
126
127
  export * from './CitationModelRes';
@@ -157,6 +158,7 @@ export * from './CourtDomainReq';
157
158
  export * from './CourtDomainRes';
158
159
  export * from './CourtEntity';
159
160
  export * from './CourtInputRequest';
161
+ export * from './CourtName';
160
162
  export * from './CourtResponseModel';
161
163
  export * from './CoverageToRemove';
162
164
  export * from './CreateBillingSubscriptionItemModel';
@@ -548,9 +550,12 @@ export * from './PhoneNumberDomainRes';
548
550
  export * from './PostCourtCoverageRequest';
549
551
  export * from './PostFeedbackRequest';
550
552
  export * from './PotentialCustomerDomain';
553
+ export * from './PredictCitationRequest';
554
+ export * from './PredictCitationResponse';
551
555
  export * from './PredictCitationTextRequest';
552
556
  export * from './PredictImageClassificationRequest';
553
557
  export * from './PredictImageClassificationResponse';
558
+ export * from './PredictRichCitationResponse';
554
559
  export * from './PreviewDocumentRequest';
555
560
  export * from './PriceMatchRequest';
556
561
  export * from './PriceMatchResponse';
@@ -586,6 +591,7 @@ export * from './ReverseLawfirmPayoutRequest';
586
591
  export * from './ReviewCommentModel';
587
592
  export * from './ReviewRatingModel';
588
593
  export * from './ReviewVoteAggregateModel';
594
+ export * from './RichCitationInferenceResponse';
589
595
  export * from './SNSNotificationRequest';
590
596
  export * from './SSLCertificateResponse';
591
597
  export * from './SaveAgentBookingRequest';
@@ -643,6 +649,8 @@ export * from './SignRecordingUrlRequest';
643
649
  export * from './SignRecordingUrlResponse';
644
650
  export * from './SimpleCredentialsResponse';
645
651
  export * from './SingleSignOnResponse';
652
+ export * from './SkipMap';
653
+ export * from './SlimCitationInferenceResponse';
646
654
  export * from './SocialLoginRequest';
647
655
  export * from './SocialLoginResponse';
648
656
  export * from './SocialLoginUser';
@@ -795,6 +803,7 @@ export * from './ViolationClassificationModel';
795
803
  export * from './ViolationInput';
796
804
  export * from './ViolationInputRequest';
797
805
  export * from './ViolationModel';
806
+ export * from './ViolationNames';
798
807
  export * from './ViolationPenaltyModel';
799
808
  export * from './ViolationPenaltyResponse';
800
809
  export * from './ViolationResponse';
@@ -133,6 +133,7 @@ __exportStar(require("./ChargeFeeToLawfirmResponse"), exports);
133
133
  __exportStar(require("./CitationAuditEventModel"), exports);
134
134
  __exportStar(require("./CitationAuditLog"), exports);
135
135
  __exportStar(require("./CitationInputRequest"), exports);
136
+ __exportStar(require("./CitationIssueDate"), exports);
136
137
  __exportStar(require("./CitationModel"), exports);
137
138
  __exportStar(require("./CitationModelReq"), exports);
138
139
  __exportStar(require("./CitationModelRes"), exports);
@@ -169,6 +170,7 @@ __exportStar(require("./CourtDomainReq"), exports);
169
170
  __exportStar(require("./CourtDomainRes"), exports);
170
171
  __exportStar(require("./CourtEntity"), exports);
171
172
  __exportStar(require("./CourtInputRequest"), exports);
173
+ __exportStar(require("./CourtName"), exports);
172
174
  __exportStar(require("./CourtResponseModel"), exports);
173
175
  __exportStar(require("./CoverageToRemove"), exports);
174
176
  __exportStar(require("./CreateBillingSubscriptionItemModel"), exports);
@@ -560,9 +562,12 @@ __exportStar(require("./PhoneNumberDomainRes"), exports);
560
562
  __exportStar(require("./PostCourtCoverageRequest"), exports);
561
563
  __exportStar(require("./PostFeedbackRequest"), exports);
562
564
  __exportStar(require("./PotentialCustomerDomain"), exports);
565
+ __exportStar(require("./PredictCitationRequest"), exports);
566
+ __exportStar(require("./PredictCitationResponse"), exports);
563
567
  __exportStar(require("./PredictCitationTextRequest"), exports);
564
568
  __exportStar(require("./PredictImageClassificationRequest"), exports);
565
569
  __exportStar(require("./PredictImageClassificationResponse"), exports);
570
+ __exportStar(require("./PredictRichCitationResponse"), exports);
566
571
  __exportStar(require("./PreviewDocumentRequest"), exports);
567
572
  __exportStar(require("./PriceMatchRequest"), exports);
568
573
  __exportStar(require("./PriceMatchResponse"), exports);
@@ -598,6 +603,7 @@ __exportStar(require("./ReverseLawfirmPayoutRequest"), exports);
598
603
  __exportStar(require("./ReviewCommentModel"), exports);
599
604
  __exportStar(require("./ReviewRatingModel"), exports);
600
605
  __exportStar(require("./ReviewVoteAggregateModel"), exports);
606
+ __exportStar(require("./RichCitationInferenceResponse"), exports);
601
607
  __exportStar(require("./SNSNotificationRequest"), exports);
602
608
  __exportStar(require("./SSLCertificateResponse"), exports);
603
609
  __exportStar(require("./SaveAgentBookingRequest"), exports);
@@ -655,6 +661,8 @@ __exportStar(require("./SignRecordingUrlRequest"), exports);
655
661
  __exportStar(require("./SignRecordingUrlResponse"), exports);
656
662
  __exportStar(require("./SimpleCredentialsResponse"), exports);
657
663
  __exportStar(require("./SingleSignOnResponse"), exports);
664
+ __exportStar(require("./SkipMap"), exports);
665
+ __exportStar(require("./SlimCitationInferenceResponse"), exports);
658
666
  __exportStar(require("./SocialLoginRequest"), exports);
659
667
  __exportStar(require("./SocialLoginResponse"), exports);
660
668
  __exportStar(require("./SocialLoginUser"), exports);
@@ -807,6 +815,7 @@ __exportStar(require("./ViolationClassificationModel"), exports);
807
815
  __exportStar(require("./ViolationInput"), exports);
808
816
  __exportStar(require("./ViolationInputRequest"), exports);
809
817
  __exportStar(require("./ViolationModel"), exports);
818
+ __exportStar(require("./ViolationNames"), exports);
810
819
  __exportStar(require("./ViolationPenaltyModel"), exports);
811
820
  __exportStar(require("./ViolationPenaltyResponse"), exports);
812
821
  __exportStar(require("./ViolationResponse"), exports);