@otr-app/shared-backend-generated-client 1.0.0

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 (465) hide show
  1. package/README.md +74 -0
  2. package/dist/otr-ts-client/.openapi-generator/VERSION +1 -0
  3. package/dist/otr-ts-client/.openapi-generator-ignore +23 -0
  4. package/dist/otr-ts-client/.swagger-codegen/VERSION +1 -0
  5. package/dist/otr-ts-client/api/ActionRequiredControllerApi.ts +58 -0
  6. package/dist/otr-ts-client/api/AddressControllerApi.ts +80 -0
  7. package/dist/otr-ts-client/api/AlertNotificationControllerApi.ts +87 -0
  8. package/dist/otr-ts-client/api/AppEventsControllerApi.ts +58 -0
  9. package/dist/otr-ts-client/api/AuthenticationControllerApi.ts +51 -0
  10. package/dist/otr-ts-client/api/AwsCredentialsControllerApi.ts +58 -0
  11. package/dist/otr-ts-client/api/BlogWebhookControllerApi.ts +58 -0
  12. package/dist/otr-ts-client/api/BranchLinkControllerApi.ts +58 -0
  13. package/dist/otr-ts-client/api/CaseActionTimelineControllerApi.ts +58 -0
  14. package/dist/otr-ts-client/api/CaseActionsControllerApi.ts +152 -0
  15. package/dist/otr-ts-client/api/CaseControllerApi.ts +894 -0
  16. package/dist/otr-ts-client/api/CaseCreationControllerApi.ts +89 -0
  17. package/dist/otr-ts-client/api/CaseFinancialsControllerApi.ts +296 -0
  18. package/dist/otr-ts-client/api/CasePaymentControllerApi.ts +560 -0
  19. package/dist/otr-ts-client/api/CasePaymentPlanControllerApi.ts +114 -0
  20. package/dist/otr-ts-client/api/CaseStatusControllerApi.ts +56 -0
  21. package/dist/otr-ts-client/api/CaseTransferControllerApi.ts +94 -0
  22. package/dist/otr-ts-client/api/CertificateControllerApi.ts +61 -0
  23. package/dist/otr-ts-client/api/CitationControllerApi.ts +476 -0
  24. package/dist/otr-ts-client/api/ConfigurationControllerApi.ts +51 -0
  25. package/dist/otr-ts-client/api/ConsoleListControllerApi.ts +348 -0
  26. package/dist/otr-ts-client/api/ConversationControllerApi.ts +176 -0
  27. package/dist/otr-ts-client/api/CountyControllerApi.ts +61 -0
  28. package/dist/otr-ts-client/api/CourtControllerApi.ts +337 -0
  29. package/dist/otr-ts-client/api/CrmControllerApi.ts +240 -0
  30. package/dist/otr-ts-client/api/CustomerLeadControllerApi.ts +58 -0
  31. package/dist/otr-ts-client/api/CustomerReviewControllerApi.ts +66 -0
  32. package/dist/otr-ts-client/api/DashboardControllerApi.ts +290 -0
  33. package/dist/otr-ts-client/api/DirectMailControllerApi.ts +196 -0
  34. package/dist/otr-ts-client/api/DisputeControllerApi.ts +65 -0
  35. package/dist/otr-ts-client/api/DripControllerApi.ts +58 -0
  36. package/dist/otr-ts-client/api/DripWebhooksControllerApi.ts +87 -0
  37. package/dist/otr-ts-client/api/EmailSubscriptionControllerApi.ts +58 -0
  38. package/dist/otr-ts-client/api/FeedbackControllerApi.ts +58 -0
  39. package/dist/otr-ts-client/api/FreshdeskTicketControllerApi.ts +101 -0
  40. package/dist/otr-ts-client/api/InsuranceCalculatorControllerApi.ts +58 -0
  41. package/dist/otr-ts-client/api/InternalNotificationControllerApi.ts +58 -0
  42. package/dist/otr-ts-client/api/LawfirmCaseDecisionControllerApi.ts +65 -0
  43. package/dist/otr-ts-client/api/LawfirmCasesControllerApi.ts +104 -0
  44. package/dist/otr-ts-client/api/LawfirmControllerApi.ts +600 -0
  45. package/dist/otr-ts-client/api/LawfirmDocumentControllerApi.ts +256 -0
  46. package/dist/otr-ts-client/api/LawfirmFeeCoverageControllerApi.ts +273 -0
  47. package/dist/otr-ts-client/api/LawfirmRatesControllerApi.ts +58 -0
  48. package/dist/otr-ts-client/api/LawfirmTransactionsControllerApi.ts +58 -0
  49. package/dist/otr-ts-client/api/LawyerControllerApi.ts +116 -0
  50. package/dist/otr-ts-client/api/LineItemControllerApi.ts +173 -0
  51. package/dist/otr-ts-client/api/NotesControllerApi.ts +123 -0
  52. package/dist/otr-ts-client/api/OnDemandRequestControllerApi.ts +65 -0
  53. package/dist/otr-ts-client/api/PhoneLeadsControllerApi.ts +87 -0
  54. package/dist/otr-ts-client/api/PushNotificationControllerApi.ts +222 -0
  55. package/dist/otr-ts-client/api/RefLinkControllerApi.ts +58 -0
  56. package/dist/otr-ts-client/api/ReferralControllerApi.ts +252 -0
  57. package/dist/otr-ts-client/api/RefundEligibilityControllerApi.ts +58 -0
  58. package/dist/otr-ts-client/api/RegistrationControllerApi.ts +94 -0
  59. package/dist/otr-ts-client/api/ReportingControllerApi.ts +168 -0
  60. package/dist/otr-ts-client/api/ScheduledTaskControllerApi.ts +94 -0
  61. package/dist/otr-ts-client/api/SnsListenerControllerApi.ts +87 -0
  62. package/dist/otr-ts-client/api/SocialLoginControllerApi.ts +65 -0
  63. package/dist/otr-ts-client/api/StripeCardControllerApi.ts +393 -0
  64. package/dist/otr-ts-client/api/StripeControllerApi.ts +254 -0
  65. package/dist/otr-ts-client/api/TicketReviewControllerApi.ts +123 -0
  66. package/dist/otr-ts-client/api/TrafficViolationControllerApi.ts +141 -0
  67. package/dist/otr-ts-client/api/UserControllerApi.ts +502 -0
  68. package/dist/otr-ts-client/api/UserProfileControllerApi.ts +288 -0
  69. package/dist/otr-ts-client/api/UserReferralControllerApi.ts +80 -0
  70. package/dist/otr-ts-client/api/UserSettingsControllerApi.ts +58 -0
  71. package/dist/otr-ts-client/api/UtilityControllerApi.ts +141 -0
  72. package/dist/otr-ts-client/api/ValidationControllerApi.ts +61 -0
  73. package/dist/otr-ts-client/api/ViolationPenaltyControllerApi.ts +157 -0
  74. package/dist/otr-ts-client/api/api.ts +131 -0
  75. package/dist/otr-ts-client/api.module.ts +71 -0
  76. package/dist/otr-ts-client/git_push.sh +58 -0
  77. package/dist/otr-ts-client/index.ts +2 -0
  78. package/dist/otr-ts-client/model/AccountLevelFee.ts +33 -0
  79. package/dist/otr-ts-client/model/AccountLevelFeeRequest.ts +18 -0
  80. package/dist/otr-ts-client/model/AccountLevelFeeResponse.ts +18 -0
  81. package/dist/otr-ts-client/model/AccountLevelFeeToSave.ts +31 -0
  82. package/dist/otr-ts-client/model/AddACHToStripeAccountRequest.ts +20 -0
  83. package/dist/otr-ts-client/model/AddActionToCaseRequest.ts +18 -0
  84. package/dist/otr-ts-client/model/AddActionToCaseResponse.ts +18 -0
  85. package/dist/otr-ts-client/model/AddCardToStripeAccountRequest.ts +20 -0
  86. package/dist/otr-ts-client/model/AddCardToStripeAccountResponse.ts +20 -0
  87. package/dist/otr-ts-client/model/AddCaseMessageResponse.ts +18 -0
  88. package/dist/otr-ts-client/model/AddCourtCoverageRequest.ts +20 -0
  89. package/dist/otr-ts-client/model/AddCourtRequest.ts +19 -0
  90. package/dist/otr-ts-client/model/AddExtraAccountRequest.ts +19 -0
  91. package/dist/otr-ts-client/model/AddNoteToPhoneLeadRequest.ts +34 -0
  92. package/dist/otr-ts-client/model/AddPenaltyRequest.ts +18 -0
  93. package/dist/otr-ts-client/model/AddViolationRequest.ts +32 -0
  94. package/dist/otr-ts-client/model/AddViolationsToCitationRequest.ts +18 -0
  95. package/dist/otr-ts-client/model/AddressDomain.ts +96 -0
  96. package/dist/otr-ts-client/model/Alert.ts +35 -0
  97. package/dist/otr-ts-client/model/AlertNotificationResponse.ts +19 -0
  98. package/dist/otr-ts-client/model/AppEventCreateRequest.ts +27 -0
  99. package/dist/otr-ts-client/model/AppearanceAttorneyDomain.ts +21 -0
  100. package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentRequest.ts +18 -0
  101. package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentResponse.ts +18 -0
  102. package/dist/otr-ts-client/model/AuthorizeChargeForCaseRequest.ts +19 -0
  103. package/dist/otr-ts-client/model/AuthorizeChargeForCaseResponse.ts +18 -0
  104. package/dist/otr-ts-client/model/AuthorizeChargeForInvoiceLineItemRequest.ts +18 -0
  105. package/dist/otr-ts-client/model/AuthorizeChargeLineItemResponse.ts +18 -0
  106. package/dist/otr-ts-client/model/AvailablePaymentPlan.ts +27 -0
  107. package/dist/otr-ts-client/model/AvailablePaymentPlanResponse.ts +18 -0
  108. package/dist/otr-ts-client/model/AwsCredentialsRequest.ts +23 -0
  109. package/dist/otr-ts-client/model/BlogDocument.ts +20 -0
  110. package/dist/otr-ts-client/model/BlogEvent.ts +21 -0
  111. package/dist/otr-ts-client/model/BlogMetadata.ts +20 -0
  112. package/dist/otr-ts-client/model/CancelCaseRequest.ts +54 -0
  113. package/dist/otr-ts-client/model/CancelCaseResponse.ts +28 -0
  114. package/dist/otr-ts-client/model/CaptureChargeFromCasePaymentRequest.ts +18 -0
  115. package/dist/otr-ts-client/model/CaseActionDomain.ts +33 -0
  116. package/dist/otr-ts-client/model/CaseAlert.ts +36 -0
  117. package/dist/otr-ts-client/model/CaseChargeDomain.ts +25 -0
  118. package/dist/otr-ts-client/model/CaseChargeResponsePojo.ts +19 -0
  119. package/dist/otr-ts-client/model/CaseCreationRequest.ts +20 -0
  120. package/dist/otr-ts-client/model/CaseDomain.ts +82 -0
  121. package/dist/otr-ts-client/model/CaseFinancialLineItemResponse.ts +19 -0
  122. package/dist/otr-ts-client/model/CaseFinancialsDomain.ts +46 -0
  123. package/dist/otr-ts-client/model/CaseFinancialsSummary.ts +33 -0
  124. package/dist/otr-ts-client/model/CaseFuturePayment.ts +20 -0
  125. package/dist/otr-ts-client/model/CaseLineItemDomain.ts +40 -0
  126. package/dist/otr-ts-client/model/CaseLineItemsSummary.ts +30 -0
  127. package/dist/otr-ts-client/model/CaseMessageDomain.ts +39 -0
  128. package/dist/otr-ts-client/model/CaseNotesDomain.ts +19 -0
  129. package/dist/otr-ts-client/model/CasePaymentDomain.ts +42 -0
  130. package/dist/otr-ts-client/model/CasePaymentPlanResponse.ts +34 -0
  131. package/dist/otr-ts-client/model/CaseStatusDetailsResponse.ts +59 -0
  132. package/dist/otr-ts-client/model/CaseStatusDomain.ts +65 -0
  133. package/dist/otr-ts-client/model/CaseSummaryDomain.ts +41 -0
  134. package/dist/otr-ts-client/model/CaseTransferHistory.ts +43 -0
  135. package/dist/otr-ts-client/model/CaseTransferResponse.ts +18 -0
  136. package/dist/otr-ts-client/model/CaseViolationPenalty.ts +33 -0
  137. package/dist/otr-ts-client/model/CaseWithCoverageObtained.ts +39 -0
  138. package/dist/otr-ts-client/model/ChangeUserPasswordRequest.ts +20 -0
  139. package/dist/otr-ts-client/model/ChargeDisputeDomain.ts +71 -0
  140. package/dist/otr-ts-client/model/Chronology.ts +18 -0
  141. package/dist/otr-ts-client/model/CitationDomain.ts +116 -0
  142. package/dist/otr-ts-client/model/CitationInputRequest.ts +93 -0
  143. package/dist/otr-ts-client/model/CitationWithMissingCourt.ts +76 -0
  144. package/dist/otr-ts-client/model/CitationWithMissingFields.ts +24 -0
  145. package/dist/otr-ts-client/model/ClientActionRequiredRequest.ts +27 -0
  146. package/dist/otr-ts-client/model/ClientLeadDomain.ts +24 -0
  147. package/dist/otr-ts-client/model/CollectionNotificationEvent.ts +17 -0
  148. package/dist/otr-ts-client/model/CountryDomain.ts +19 -0
  149. package/dist/otr-ts-client/model/CountryRegion.ts +22 -0
  150. package/dist/otr-ts-client/model/CountyDomain.ts +75 -0
  151. package/dist/otr-ts-client/model/CourtCoverageCountyRecord.ts +26 -0
  152. package/dist/otr-ts-client/model/CourtCoverageRecord.ts +29 -0
  153. package/dist/otr-ts-client/model/CourtCoverageStateRecord.ts +25 -0
  154. package/dist/otr-ts-client/model/CourtDomain.ts +42 -0
  155. package/dist/otr-ts-client/model/CoverageToRemove.ts +19 -0
  156. package/dist/otr-ts-client/model/CreateBranchLinkRequest.ts +26 -0
  157. package/dist/otr-ts-client/model/CreateCitationRequest.ts +93 -0
  158. package/dist/otr-ts-client/model/CreateCitationResponse.ts +18 -0
  159. package/dist/otr-ts-client/model/CreateNewLawfirmRequest.ts +22 -0
  160. package/dist/otr-ts-client/model/CreateNoteInput.ts +25 -0
  161. package/dist/otr-ts-client/model/CreateNoteRequest.ts +18 -0
  162. package/dist/otr-ts-client/model/CreateNoteResponse.ts +18 -0
  163. package/dist/otr-ts-client/model/CreateReferralCodeRequest.ts +39 -0
  164. package/dist/otr-ts-client/model/CreateReferralCodeResponse.ts +18 -0
  165. package/dist/otr-ts-client/model/CreateReferralSourceForCitation.ts +18 -0
  166. package/dist/otr-ts-client/model/CustomerLead.ts +95 -0
  167. package/dist/otr-ts-client/model/CustomerReview.ts +36 -0
  168. package/dist/otr-ts-client/model/CustomerReviewResponse.ts +18 -0
  169. package/dist/otr-ts-client/model/DateTime.ts +22 -0
  170. package/dist/otr-ts-client/model/DateTimeZone.ts +19 -0
  171. package/dist/otr-ts-client/model/DeleteCitationResponse.ts +18 -0
  172. package/dist/otr-ts-client/model/DeleteNotificationEventRequest.ts +29 -0
  173. package/dist/otr-ts-client/model/DirectMailContact.ts +42 -0
  174. package/dist/otr-ts-client/model/DirectMailContactResponse.ts +18 -0
  175. package/dist/otr-ts-client/model/DirectMailGetRequest.ts +19 -0
  176. package/dist/otr-ts-client/model/DirectMailSendRequest.ts +28 -0
  177. package/dist/otr-ts-client/model/DirectMailTemplate.ts +30 -0
  178. package/dist/otr-ts-client/model/DirectMailTemplateResponse.ts +18 -0
  179. package/dist/otr-ts-client/model/DirectMailTemplateToAdd.ts +30 -0
  180. package/dist/otr-ts-client/model/DismissCitationsFromContactListRequest.ts +18 -0
  181. package/dist/otr-ts-client/model/DismissPhoneLeadRequest.ts +33 -0
  182. package/dist/otr-ts-client/model/DocumentDecisionRequest.ts +19 -0
  183. package/dist/otr-ts-client/model/DripRemoveRequest.ts +27 -0
  184. package/dist/otr-ts-client/model/DripWebhookData.ts +20 -0
  185. package/dist/otr-ts-client/model/DripWebhookEvent.ts +20 -0
  186. package/dist/otr-ts-client/model/EstimateInsuranceSavingsRequest.ts +76 -0
  187. package/dist/otr-ts-client/model/EstimateInsuranceSavingsResponse.ts +20 -0
  188. package/dist/otr-ts-client/model/FeedbackDomain.ts +20 -0
  189. package/dist/otr-ts-client/model/FindChargeDisputesResponse.ts +18 -0
  190. package/dist/otr-ts-client/model/FindCourtsWithNoCoverageResponse.ts +19 -0
  191. package/dist/otr-ts-client/model/FindDisputesRequest.ts +19 -0
  192. package/dist/otr-ts-client/model/FindMatchingUser.ts +34 -0
  193. package/dist/otr-ts-client/model/FindMatchingUsersRequest.ts +22 -0
  194. package/dist/otr-ts-client/model/FindMatchingUsersResponse.ts +18 -0
  195. package/dist/otr-ts-client/model/FindsCourtsResponse.ts +19 -0
  196. package/dist/otr-ts-client/model/FreshDeskConversation.ts +23 -0
  197. package/dist/otr-ts-client/model/FreshDeskRequester.ts +19 -0
  198. package/dist/otr-ts-client/model/FreshDeskTicket.ts +64 -0
  199. package/dist/otr-ts-client/model/FreshdeskTicketReferenceDomain.ts +35 -0
  200. package/dist/otr-ts-client/model/FreshdeskWebhookRequest.ts +23 -0
  201. package/dist/otr-ts-client/model/FuturePayment.ts +33 -0
  202. package/dist/otr-ts-client/model/GenerateTemplateRequest.ts +61 -0
  203. package/dist/otr-ts-client/model/GenericAdminListRequest.ts +18 -0
  204. package/dist/otr-ts-client/model/GeoRatesRequest.ts +21 -0
  205. package/dist/otr-ts-client/model/GetAddressInnerResponse.ts +23 -0
  206. package/dist/otr-ts-client/model/GetAppConfigResponse.ts +19 -0
  207. package/dist/otr-ts-client/model/GetAppearanceAttorneysResponse.ts +18 -0
  208. package/dist/otr-ts-client/model/GetAvailablePaymentPlansResponse.ts +18 -0
  209. package/dist/otr-ts-client/model/GetCaseActionResponse.ts +18 -0
  210. package/dist/otr-ts-client/model/GetCaseActionTimelineResponse.ts +19 -0
  211. package/dist/otr-ts-client/model/GetCaseActionTypesResponse.ts +30 -0
  212. package/dist/otr-ts-client/model/GetCaseChargesResponse.ts +18 -0
  213. package/dist/otr-ts-client/model/GetCaseCostsAttorneyResponse.ts +23 -0
  214. package/dist/otr-ts-client/model/GetCaseDocumentResponse.ts +18 -0
  215. package/dist/otr-ts-client/model/GetCaseFinancialsResponse.ts +19 -0
  216. package/dist/otr-ts-client/model/GetCaseFromCitationResponse.ts +18 -0
  217. package/dist/otr-ts-client/model/GetCaseLineItemsResponse.ts +22 -0
  218. package/dist/otr-ts-client/model/GetCaseMessagesResponse.ts +19 -0
  219. package/dist/otr-ts-client/model/GetCasePaymentsResponse.ts +18 -0
  220. package/dist/otr-ts-client/model/GetCaseResolutionStatusesResponse.ts +18 -0
  221. package/dist/otr-ts-client/model/GetCaseResponse.ts +20 -0
  222. package/dist/otr-ts-client/model/GetCasesWithCoverageObtainedResponse.ts +18 -0
  223. package/dist/otr-ts-client/model/GetCasesWithOverduePaymentsResponse.ts +18 -0
  224. package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesRequest.ts +17 -0
  225. package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesResponse.ts +18 -0
  226. package/dist/otr-ts-client/model/GetCitationPhoneLeadsRequest.ts +18 -0
  227. package/dist/otr-ts-client/model/GetCitationPhoneLeadsResponse.ts +18 -0
  228. package/dist/otr-ts-client/model/GetCitationResponse.ts +18 -0
  229. package/dist/otr-ts-client/model/GetCitationsResponse.ts +18 -0
  230. package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsRequest.ts +18 -0
  231. package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsResponse.ts +18 -0
  232. package/dist/otr-ts-client/model/GetClientCasesResponse.ts +21 -0
  233. package/dist/otr-ts-client/model/GetCompetitionResponseModel.ts +21 -0
  234. package/dist/otr-ts-client/model/GetCountOfMatchingUsersRequest.ts +18 -0
  235. package/dist/otr-ts-client/model/GetCountOfMatchingUsersResponse.ts +18 -0
  236. package/dist/otr-ts-client/model/GetCountiesResponse.ts +18 -0
  237. package/dist/otr-ts-client/model/GetCountryListResponse.ts +18 -0
  238. package/dist/otr-ts-client/model/GetCountryRegionsResponse.ts +18 -0
  239. package/dist/otr-ts-client/model/GetCourtCoverageForCountyReportResponse.ts +18 -0
  240. package/dist/otr-ts-client/model/GetCourtCoverageForStateReportResponse.ts +19 -0
  241. package/dist/otr-ts-client/model/GetCourtCoverageReportResponse.ts +18 -0
  242. package/dist/otr-ts-client/model/GetCourtResponse.ts +18 -0
  243. package/dist/otr-ts-client/model/GetCourtsByQueryResponse.ts +19 -0
  244. package/dist/otr-ts-client/model/GetCourtsInnerResponse.ts +22 -0
  245. package/dist/otr-ts-client/model/GetCurrentUserResponse.ts +21 -0
  246. package/dist/otr-ts-client/model/GetDocumentsRequest.ts +18 -0
  247. package/dist/otr-ts-client/model/GetEmailTemplateResponse.ts +19 -0
  248. package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeRequest.ts +17 -0
  249. package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeResponse.ts +18 -0
  250. package/dist/otr-ts-client/model/GetLawfirmAddressesResponse.ts +18 -0
  251. package/dist/otr-ts-client/model/GetLawfirmCaseStatsResponse.ts +20 -0
  252. package/dist/otr-ts-client/model/GetLawfirmCasesResponse.ts +18 -0
  253. package/dist/otr-ts-client/model/GetLawfirmCoverageReportResponse.ts +19 -0
  254. package/dist/otr-ts-client/model/GetLawfirmCoverageResponse.ts +18 -0
  255. package/dist/otr-ts-client/model/GetLawfirmFeeCoverageModel.ts +24 -0
  256. package/dist/otr-ts-client/model/GetLawfirmFeeCoverageResponse.ts +18 -0
  257. package/dist/otr-ts-client/model/GetLawfirmFeeModel.ts +21 -0
  258. package/dist/otr-ts-client/model/GetLawfirmInboxMessagesResponse.ts +19 -0
  259. package/dist/otr-ts-client/model/GetLawfirmLeadsRequest.ts +18 -0
  260. package/dist/otr-ts-client/model/GetLawfirmLeadsResponse.ts +19 -0
  261. package/dist/otr-ts-client/model/GetLawfirmPaymentMethodsResponse.ts +19 -0
  262. package/dist/otr-ts-client/model/GetLawfirmResponse.ts +18 -0
  263. package/dist/otr-ts-client/model/GetLawfirmSummaryCaseRequest.ts +92 -0
  264. package/dist/otr-ts-client/model/GetLawfirmSummaryCasesResponse.ts +21 -0
  265. package/dist/otr-ts-client/model/GetLawfirmSupportedStatesResponse.ts +18 -0
  266. package/dist/otr-ts-client/model/GetLawfirmTransactionsResponse.ts +18 -0
  267. package/dist/otr-ts-client/model/GetLawfirmsResponse.ts +19 -0
  268. package/dist/otr-ts-client/model/GetLineItemsResponse.ts +19 -0
  269. package/dist/otr-ts-client/model/GetListOfCitationsWithMissingCourtResponse.ts +18 -0
  270. package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
  271. package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedResponse.ts +18 -0
  272. package/dist/otr-ts-client/model/GetOutgoingContactsResponse.ts +18 -0
  273. package/dist/otr-ts-client/model/GetPaymentMethodsForUserResponse.ts +19 -0
  274. package/dist/otr-ts-client/model/GetPenaltyType.ts +32 -0
  275. package/dist/otr-ts-client/model/GetPenaltyTypesResponse.ts +18 -0
  276. package/dist/otr-ts-client/model/GetPendingAndRefusedCasesRequest.ts +17 -0
  277. package/dist/otr-ts-client/model/GetPendingAndRefusedCasesResponse.ts +18 -0
  278. package/dist/otr-ts-client/model/GetPendingTicketReviewsRequest.ts +20 -0
  279. package/dist/otr-ts-client/model/GetPendingTicketReviewsResponse.ts +18 -0
  280. package/dist/otr-ts-client/model/GetPotentialCustomersRequest.ts +21 -0
  281. package/dist/otr-ts-client/model/GetPotentialCustomersResponse.ts +19 -0
  282. package/dist/otr-ts-client/model/GetReferralCodeResponse.ts +39 -0
  283. package/dist/otr-ts-client/model/GetReferralCodesResponse.ts +18 -0
  284. package/dist/otr-ts-client/model/GetReferralsHistoryResponse.ts +18 -0
  285. package/dist/otr-ts-client/model/GetStripeChargesResponse.ts +18 -0
  286. package/dist/otr-ts-client/model/GetStripeConnectedAccountResponse.ts +18 -0
  287. package/dist/otr-ts-client/model/GetSupportTicketsResponse.ts +18 -0
  288. package/dist/otr-ts-client/model/GetTicketReviewResponse.ts +18 -0
  289. package/dist/otr-ts-client/model/GetTrafficViolationTypesResponse.ts +19 -0
  290. package/dist/otr-ts-client/model/GetUserAddressesResponse.ts +18 -0
  291. package/dist/otr-ts-client/model/GetUserRefLinksResponse.ts +18 -0
  292. package/dist/otr-ts-client/model/GetUserReferralSourceTypesResponse.ts +18 -0
  293. package/dist/otr-ts-client/model/GetUserResponse.ts +18 -0
  294. package/dist/otr-ts-client/model/GraphRequest.ts +55 -0
  295. package/dist/otr-ts-client/model/HandleOrphanedStripeChargeRequest.ts +20 -0
  296. package/dist/otr-ts-client/model/HashMapstringobject.ts +17 -0
  297. package/dist/otr-ts-client/model/HashMapstringstring.ts +17 -0
  298. package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
  299. package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerResponse.ts +18 -0
  300. package/dist/otr-ts-client/model/InsertCaseLineItemResponse.ts +18 -0
  301. package/dist/otr-ts-client/model/InsertInvoiceLineItemRequest.ts +18 -0
  302. package/dist/otr-ts-client/model/IsRefundEligibleResponse.ts +25 -0
  303. package/dist/otr-ts-client/model/IsUserLoggedInResponse.ts +19 -0
  304. package/dist/otr-ts-client/model/KeyValueMapRequest.ts +20 -0
  305. package/dist/otr-ts-client/model/LawfirmCaseDocument.ts +35 -0
  306. package/dist/otr-ts-client/model/LawfirmCaseDomain.ts +46 -0
  307. package/dist/otr-ts-client/model/LawfirmCourtCoverageDomain.ts +33 -0
  308. package/dist/otr-ts-client/model/LawfirmCoverageRecord.ts +28 -0
  309. package/dist/otr-ts-client/model/LawfirmDocument.ts +35 -0
  310. package/dist/otr-ts-client/model/LawfirmDocumentResponse.ts +18 -0
  311. package/dist/otr-ts-client/model/LawfirmDocumentTemplate.ts +34 -0
  312. package/dist/otr-ts-client/model/LawfirmDocumentTemplateResponse.ts +18 -0
  313. package/dist/otr-ts-client/model/LawfirmDomain.ts +54 -0
  314. package/dist/otr-ts-client/model/LawfirmDomainPictureRequest.ts +18 -0
  315. package/dist/otr-ts-client/model/LawfirmInboxMessageDomain.ts +76 -0
  316. package/dist/otr-ts-client/model/LawfirmLeadDomain.ts +109 -0
  317. package/dist/otr-ts-client/model/LawfirmRatesResponse.ts +32 -0
  318. package/dist/otr-ts-client/model/LawfirmSettingsDomain.ts +33 -0
  319. package/dist/otr-ts-client/model/LawfirmTransactionDomain.ts +51 -0
  320. package/dist/otr-ts-client/model/LawfirmsRatesResponse.ts +18 -0
  321. package/dist/otr-ts-client/model/LineItem.ts +33 -0
  322. package/dist/otr-ts-client/model/LineItemRequest.ts +30 -0
  323. package/dist/otr-ts-client/model/ListRevenueRequest.ts +56 -0
  324. package/dist/otr-ts-client/model/LobEvent.ts +20 -0
  325. package/dist/otr-ts-client/model/LobEventRequest.ts +21 -0
  326. package/dist/otr-ts-client/model/LostCaseWithTransferNotReversed.ts +43 -0
  327. package/dist/otr-ts-client/model/MapstringCollectionNotificationEvent.ts +17 -0
  328. package/dist/otr-ts-client/model/Mapstringint.ts +17 -0
  329. package/dist/otr-ts-client/model/Mapstringobject.ts +17 -0
  330. package/dist/otr-ts-client/model/Mapstringstring.ts +17 -0
  331. package/dist/otr-ts-client/model/MarkCaseAsResolvedRequest.ts +55 -0
  332. package/dist/otr-ts-client/model/MarkCaseAsResolvedResponse.ts +62 -0
  333. package/dist/otr-ts-client/model/MatchCaseResponse.ts +20 -0
  334. package/dist/otr-ts-client/model/MatchCitationResponse.ts +27 -0
  335. package/dist/otr-ts-client/model/MatchInnerCaseResponse.ts +30 -0
  336. package/dist/otr-ts-client/model/MatchLawfirmCaseResponse.ts +21 -0
  337. package/dist/otr-ts-client/model/MessageInputDomain.ts +34 -0
  338. package/dist/otr-ts-client/model/MissingPaymentDomain.ts +63 -0
  339. package/dist/otr-ts-client/model/ModelDate.ts +26 -0
  340. package/dist/otr-ts-client/model/NewLawyerRequest.ts +19 -0
  341. package/dist/otr-ts-client/model/NewUser.ts +31 -0
  342. package/dist/otr-ts-client/model/NewUserResponse.ts +22 -0
  343. package/dist/otr-ts-client/model/NoLawyerAvailableRequest.ts +19 -0
  344. package/dist/otr-ts-client/model/NoteAuthor.ts +20 -0
  345. package/dist/otr-ts-client/model/NoteDomain.ts +29 -0
  346. package/dist/otr-ts-client/model/NotificationEvent.ts +23 -0
  347. package/dist/otr-ts-client/model/NotificationEvents.ts +19 -0
  348. package/dist/otr-ts-client/model/OutgoingContactDomain.ts +29 -0
  349. package/dist/otr-ts-client/model/Penalty.ts +36 -0
  350. package/dist/otr-ts-client/model/PenaltyRequest.ts +19 -0
  351. package/dist/otr-ts-client/model/PersistTicketEvaluationRequest.ts +31 -0
  352. package/dist/otr-ts-client/model/PhoneNumberDomain.ts +45 -0
  353. package/dist/otr-ts-client/model/PostCourtCoverageRequest.ts +18 -0
  354. package/dist/otr-ts-client/model/PostCustomerLeadRequest.ts +18 -0
  355. package/dist/otr-ts-client/model/PostFeedbackRequest.ts +18 -0
  356. package/dist/otr-ts-client/model/PostNewCaseMessageRequest.ts +18 -0
  357. package/dist/otr-ts-client/model/PostReferralSourceRequest.ts +40 -0
  358. package/dist/otr-ts-client/model/PotentialCustomerDomain.ts +185 -0
  359. package/dist/otr-ts-client/model/PreviewDocumentRequest.ts +20 -0
  360. package/dist/otr-ts-client/model/PriceMatchRequest.ts +24 -0
  361. package/dist/otr-ts-client/model/PriceMatchResponse.ts +28 -0
  362. package/dist/otr-ts-client/model/PublishReferralRequest.ts +19 -0
  363. package/dist/otr-ts-client/model/PushNotificationRegistrationRequest.ts +26 -0
  364. package/dist/otr-ts-client/model/PushNotificationRequest.ts +35 -0
  365. package/dist/otr-ts-client/model/PutDocumentRequest.ts +32 -0
  366. package/dist/otr-ts-client/model/PutUserSettingsRequest.ts +19 -0
  367. package/dist/otr-ts-client/model/ReferralContact.ts +20 -0
  368. package/dist/otr-ts-client/model/ReferralResponse.ts +67 -0
  369. package/dist/otr-ts-client/model/RefundCaseChargesRequest.ts +19 -0
  370. package/dist/otr-ts-client/model/RefundCaseChargesResponse.ts +18 -0
  371. package/dist/otr-ts-client/model/RegisterNewUserRequest.ts +51 -0
  372. package/dist/otr-ts-client/model/RegisterNewUserResponse.ts +21 -0
  373. package/dist/otr-ts-client/model/RemoveCoverageRequest.ts +18 -0
  374. package/dist/otr-ts-client/model/ReplyToTicketRequest.ts +32 -0
  375. package/dist/otr-ts-client/model/RescheduleTaskRequest.ts +18 -0
  376. package/dist/otr-ts-client/model/ResetUserPasswordRequest.ts +19 -0
  377. package/dist/otr-ts-client/model/Results.ts +18 -0
  378. package/dist/otr-ts-client/model/ReverseCaseTransferRequest.ts +34 -0
  379. package/dist/otr-ts-client/model/SNSNotificationRequest.ts +21 -0
  380. package/dist/otr-ts-client/model/SSLCertificateResponse.ts +18 -0
  381. package/dist/otr-ts-client/model/SaveCaseNotesRequest.ts +18 -0
  382. package/dist/otr-ts-client/model/SaveLawyerLeadRequest.ts +35 -0
  383. package/dist/otr-ts-client/model/ScheduleNewPaymentRequest.ts +29 -0
  384. package/dist/otr-ts-client/model/ScheduledTaskGetResponse.ts +18 -0
  385. package/dist/otr-ts-client/model/ScheduledTaskResponse.ts +40 -0
  386. package/dist/otr-ts-client/model/SendConsolidatedEmailToUser.ts +61 -0
  387. package/dist/otr-ts-client/model/SendDirectMailResponse.ts +18 -0
  388. package/dist/otr-ts-client/model/SendEmailToUserRequest.ts +71 -0
  389. package/dist/otr-ts-client/model/SendEmailToUsersRequest.ts +60 -0
  390. package/dist/otr-ts-client/model/SetCourtDateForCaseRequest.ts +19 -0
  391. package/dist/otr-ts-client/model/SetLawfirmCaseDecisionRequest.ts +30 -0
  392. package/dist/otr-ts-client/model/SimpleCasePaymentDomain.ts +20 -0
  393. package/dist/otr-ts-client/model/SimpleCredentialsResponse.ts +19 -0
  394. package/dist/otr-ts-client/model/SimpleLineItemDomain.ts +19 -0
  395. package/dist/otr-ts-client/model/SocialLoginRequest.ts +42 -0
  396. package/dist/otr-ts-client/model/SocialLoginResponse.ts +21 -0
  397. package/dist/otr-ts-client/model/SocialLoginUser.ts +24 -0
  398. package/dist/otr-ts-client/model/SocialPhoneNumber.ts +29 -0
  399. package/dist/otr-ts-client/model/SqlResponse.ts +18 -0
  400. package/dist/otr-ts-client/model/StripeApplicationFeeRefundSyncResults.ts +20 -0
  401. package/dist/otr-ts-client/model/StripeApplicationFeeSyncResults.ts +21 -0
  402. package/dist/otr-ts-client/model/StripeCardDomain.ts +32 -0
  403. package/dist/otr-ts-client/model/StripeChargeDomain.ts +37 -0
  404. package/dist/otr-ts-client/model/StripeChargeSyncResults.ts +23 -0
  405. package/dist/otr-ts-client/model/StripeConnectedAccountDomain.ts +25 -0
  406. package/dist/otr-ts-client/model/StripeDisputeDomain.ts +74 -0
  407. package/dist/otr-ts-client/model/StripeFieldVerification.ts +20 -0
  408. package/dist/otr-ts-client/model/StripePaymentSourceDomain.ts +22 -0
  409. package/dist/otr-ts-client/model/StripeRefundSyncResults.ts +20 -0
  410. package/dist/otr-ts-client/model/StripeReversalSyncResults.ts +20 -0
  411. package/dist/otr-ts-client/model/StripeTransferSyncResults.ts +21 -0
  412. package/dist/otr-ts-client/model/SubscribeRequest.ts +18 -0
  413. package/dist/otr-ts-client/model/Subscriber.ts +27 -0
  414. package/dist/otr-ts-client/model/SubscriberDomain.ts +27 -0
  415. package/dist/otr-ts-client/model/SyncStripeChargesRequest.ts +20 -0
  416. package/dist/otr-ts-client/model/SyncStripeChargesResponse.ts +18 -0
  417. package/dist/otr-ts-client/model/SyncStripeDisputeResponse.ts +18 -0
  418. package/dist/otr-ts-client/model/TicketLeadDomain.ts +36 -0
  419. package/dist/otr-ts-client/model/TicketReviewRequest.ts +38 -0
  420. package/dist/otr-ts-client/model/Timestamp.ts +27 -0
  421. package/dist/otr-ts-client/model/TrafficViolationInputRequest.ts +18 -0
  422. package/dist/otr-ts-client/model/TrafficViolationTypeDomain.ts +34 -0
  423. package/dist/otr-ts-client/model/USStateDomain.ts +19 -0
  424. package/dist/otr-ts-client/model/UpdateAddress.ts +23 -0
  425. package/dist/otr-ts-client/model/UpdateAddressRequest.ts +18 -0
  426. package/dist/otr-ts-client/model/UpdateCaseDeclineTicketsRequest.ts +20 -0
  427. package/dist/otr-ts-client/model/UpdateCitationAddressRequest.ts +18 -0
  428. package/dist/otr-ts-client/model/UpdateCitationPictureRequest.ts +20 -0
  429. package/dist/otr-ts-client/model/UpdateCitationRequest.ts +18 -0
  430. package/dist/otr-ts-client/model/UpdateCourtRequest.ts +18 -0
  431. package/dist/otr-ts-client/model/UpdateDisputeRequest.ts +18 -0
  432. package/dist/otr-ts-client/model/UpdateInvoiceLineItemRequest.ts +18 -0
  433. package/dist/otr-ts-client/model/UpdateLawfirmRequest.ts +18 -0
  434. package/dist/otr-ts-client/model/UpdateLawfirmSettingsRequest.ts +18 -0
  435. package/dist/otr-ts-client/model/UpdateNoteInput.ts +18 -0
  436. package/dist/otr-ts-client/model/UpdateNoteRequest.ts +18 -0
  437. package/dist/otr-ts-client/model/UpdateNoteResponse.ts +18 -0
  438. package/dist/otr-ts-client/model/UpdatePaymentDueDateRequest.ts +18 -0
  439. package/dist/otr-ts-client/model/UpdatePhoneNumber.ts +41 -0
  440. package/dist/otr-ts-client/model/UpdateProfilePictureRequest.ts +19 -0
  441. package/dist/otr-ts-client/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
  442. package/dist/otr-ts-client/model/UpdateUserDetailsRequest.ts +18 -0
  443. package/dist/otr-ts-client/model/UpdateUserDetailsResponse.ts +18 -0
  444. package/dist/otr-ts-client/model/UpdateUserPhoneNumberRequest.ts +18 -0
  445. package/dist/otr-ts-client/model/UpdateUserRolesRequest.ts +28 -0
  446. package/dist/otr-ts-client/model/UpdateViolationRequest.ts +19 -0
  447. package/dist/otr-ts-client/model/UpsertAddressRequest.ts +18 -0
  448. package/dist/otr-ts-client/model/UserBookingsDomain.ts +19 -0
  449. package/dist/otr-ts-client/model/UserDetails.ts +20 -0
  450. package/dist/otr-ts-client/model/UserDomain.ts +44 -0
  451. package/dist/otr-ts-client/model/UserRefLinkDomain.ts +20 -0
  452. package/dist/otr-ts-client/model/UserReferralSourceTypeDomain.ts +23 -0
  453. package/dist/otr-ts-client/model/UserRoleDomain.ts +27 -0
  454. package/dist/otr-ts-client/model/UserToContact.ts +19 -0
  455. package/dist/otr-ts-client/model/ValidateDirectMailRequest.ts +19 -0
  456. package/dist/otr-ts-client/model/ValidateDirectMailResponse.ts +196 -0
  457. package/dist/otr-ts-client/model/ValidateUserEmailResponse.ts +20 -0
  458. package/dist/otr-ts-client/model/VerifyPasswordResetTokenResponse.ts +19 -0
  459. package/dist/otr-ts-client/model/ViolationInputRequest.ts +18 -0
  460. package/dist/otr-ts-client/model/ViolationPenaltyResponse.ts +19 -0
  461. package/dist/otr-ts-client/model/ViolationResponse.ts +33 -0
  462. package/dist/otr-ts-client/model/models.ts +359 -0
  463. package/dist/otrBackendService.js +13223 -0
  464. package/dist/otrBackendService.min.js +5 -0
  465. package/package.json +32 -0
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface RemoveCoverageRequest {
16
+ "coverage"?: Array<models.CoverageToRemove>;
17
+ }
18
+
@@ -0,0 +1,32 @@
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 './models';
14
+
15
+ export interface ReplyToTicketRequest {
16
+ "htmlReply"?: string;
17
+ "newTicketStatus"?: ReplyToTicketRequest.NewTicketStatusEnum;
18
+ }
19
+
20
+ export namespace ReplyToTicketRequest {
21
+ export enum NewTicketStatusEnum {
22
+ OPEN = <any> 'OPEN',
23
+ PENDING = <any> 'PENDING',
24
+ RESOLVED = <any> 'RESOLVED',
25
+ CLOSED = <any> 'CLOSED',
26
+ WAITINGONCUSTOMER = <any> 'WAITING_ON_CUSTOMER',
27
+ WAITINGONTHIRDPARTY = <any> 'WAITING_ON_THIRD_PARTY',
28
+ WAITINGONATTORNEY = <any> 'WAITING_ON_ATTORNEY',
29
+ WAITINGONOTR = <any> 'WAITING_ON_OTR',
30
+ QUEUEDFORAUTOMATION = <any> 'QUEUED_FOR_AUTOMATION'
31
+ }
32
+ }
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface RescheduleTaskRequest {
16
+ "runAtDateUtc"?: string;
17
+ }
18
+
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface ResetUserPasswordRequest {
16
+ "newPasswordPlainText"?: string;
17
+ "userId"?: number;
18
+ }
19
+
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface Results {
16
+ "resultSet"?: Array<{ [key: string]: object; }>;
17
+ }
18
+
@@ -0,0 +1,34 @@
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 './models';
14
+
15
+ export interface ReverseCaseTransferRequest {
16
+ "refundApplicationFee"?: boolean;
17
+ "stripeChargeId"?: string;
18
+ "stripeTransferId"?: string;
19
+ "transactionType"?: ReverseCaseTransferRequest.TransactionTypeEnum;
20
+ }
21
+
22
+ export namespace ReverseCaseTransferRequest {
23
+ export enum TransactionTypeEnum {
24
+ CREDIT = <any> 'CREDIT',
25
+ DEBIT = <any> 'DEBIT',
26
+ PAYOUT = <any> 'PAYOUT',
27
+ CHARGEBACK = <any> 'CHARGEBACK',
28
+ PENDING = <any> 'PENDING',
29
+ CANCELLATION = <any> 'CANCELLATION',
30
+ REFUND = <any> 'REFUND',
31
+ ADJUSTMENT = <any> 'ADJUSTMENT',
32
+ FEE = <any> 'FEE'
33
+ }
34
+ }
@@ -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
+
13
+ import * as models from './models';
14
+
15
+ export interface SNSNotificationRequest {
16
+ "Message"?: string;
17
+ "SubscribeURL"?: string;
18
+ "Type"?: string;
19
+ "UnsubscribeURL"?: string;
20
+ }
21
+
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface SSLCertificateResponse {
16
+ "rawPublicCert"?: Array<string>;
17
+ }
18
+
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface SaveCaseNotesRequest {
16
+ "caseNotes"?: models.CaseNotesDomain;
17
+ }
18
+
@@ -0,0 +1,35 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface SaveLawyerLeadRequest {
16
+ "city"?: string;
17
+ "email"?: string;
18
+ "firstname"?: string;
19
+ "lastname"?: string;
20
+ "leadProvidedSource"?: SaveLawyerLeadRequest.LeadProvidedSourceEnum;
21
+ "phoneNumber"?: string;
22
+ "state"?: string;
23
+ "website"?: string;
24
+ }
25
+
26
+ export namespace SaveLawyerLeadRequest {
27
+ export enum LeadProvidedSourceEnum {
28
+ NMA = <any> 'NMA',
29
+ GOOGLEAD = <any> 'GOOGLE_AD',
30
+ DIRECTMAIL = <any> 'DIRECT_MAIL',
31
+ EMAILAD = <any> 'EMAIL_AD',
32
+ OTHER = <any> 'OTHER',
33
+ UNKNOWN = <any> 'UNKNOWN'
34
+ }
35
+ }
@@ -0,0 +1,29 @@
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 './models';
14
+
15
+ export interface ScheduleNewPaymentRequest {
16
+ "baseFeeInCents"?: number;
17
+ "chargeRunAtDate"?: string;
18
+ "lawfirmReferralCodeAdjustment"?: number;
19
+ "otrMarketingFee"?: number;
20
+ "otrReferralCodeAdjustment"?: number;
21
+ "recipient"?: ScheduleNewPaymentRequest.RecipientEnum;
22
+ }
23
+
24
+ export namespace ScheduleNewPaymentRequest {
25
+ export enum RecipientEnum {
26
+ LAWFIRM = <any> 'LAWFIRM',
27
+ OTR = <any> 'OTR'
28
+ }
29
+ }
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface ScheduledTaskGetResponse {
16
+ "tasks"?: Array<models.ScheduledTaskResponse>;
17
+ }
18
+
@@ -0,0 +1,40 @@
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 './models';
14
+
15
+ export interface ScheduledTaskResponse {
16
+ "completionDate"?: string;
17
+ "errorMessage"?: string;
18
+ "runAtDateUtc"?: string;
19
+ "taskId"?: string;
20
+ "taskReferenceId"?: string;
21
+ "taskStatus"?: ScheduledTaskResponse.TaskStatusEnum;
22
+ "taskType"?: ScheduledTaskResponse.TaskTypeEnum;
23
+ }
24
+
25
+ export namespace ScheduledTaskResponse {
26
+ export enum TaskStatusEnum {
27
+ QUEUED = <any> 'QUEUED',
28
+ INPROGRESS = <any> 'IN_PROGRESS',
29
+ COMPLETE = <any> 'COMPLETE',
30
+ CANCELLED = <any> 'CANCELLED',
31
+ ERROR = <any> 'ERROR',
32
+ NOOPERATION = <any> 'NO_OPERATION'
33
+ }
34
+ export enum TaskTypeEnum {
35
+ TICKETREVIEWTASK = <any> 'TICKET_REVIEW_TASK',
36
+ EMAILFOLLOWUPTASK = <any> 'EMAIL_FOLLOW_UP_TASK',
37
+ PAYINSTALLMENTTASK = <any> 'PAY_INSTALLMENT_TASK',
38
+ PDFTOIMAGETASK = <any> 'PDF_TO_IMAGE_TASK'
39
+ }
40
+ }
@@ -0,0 +1,61 @@
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 './models';
14
+
15
+ export interface SendConsolidatedEmailToUser {
16
+ "bypassDedupe"?: boolean;
17
+ "citationIds"?: Array<number>;
18
+ "emailTemplateId"?: SendConsolidatedEmailToUser.EmailTemplateIdEnum;
19
+ "fromEmailAddress"?: string;
20
+ "userIdToContact"?: number;
21
+ }
22
+
23
+ export namespace SendConsolidatedEmailToUser {
24
+ export enum EmailTemplateIdEnum {
25
+ CASUALFIRSTV1 = <any> 'CASUAL_FIRST_V1',
26
+ CASUALSECONDV1 = <any> 'CASUAL_SECOND_V1',
27
+ TICKETDUEWA = <any> 'TICKET_DUE_WA',
28
+ NOCOVERAGEAVAILABLE = <any> 'NO_COVERAGE_AVAILABLE',
29
+ INVALIDIMAGEUPLOAD1 = <any> 'INVALID_IMAGE_UPLOAD_1',
30
+ PARKINGTICKET = <any> 'PARKING_TICKET',
31
+ CAMERATICKETNMV = <any> 'CAMERA_TICKET_NMV',
32
+ NOCOVERAGEAVAILABLEMISSINGCOURT = <any> 'NO_COVERAGE_AVAILABLE_MISSING_COURT',
33
+ TICKETEVALWITHCITATION = <any> 'TICKET_EVAL_WITH_CITATION',
34
+ TICKETEVALWITHCITATION2NDFOLLOWUP = <any> 'TICKET_EVAL_WITH_CITATION_2ND_FOLLOW_UP',
35
+ TICKETEVALWITHCITATIONCLOSEOUT = <any> 'TICKET_EVAL_WITH_CITATION_CLOSE_OUT',
36
+ CASECANCELLEDNMV = <any> 'CASE_CANCELLED_NMV',
37
+ CASECANCELLEDNOLAWFIRM = <any> 'CASE_CANCELLED_NO_LAWFIRM',
38
+ CASECANCELLEDBYUSER = <any> 'CASE_CANCELLED_BY_USER',
39
+ CASECANCELLEDOVERDUE = <any> 'CASE_CANCELLED_OVERDUE',
40
+ CASECANCELLEDTOOSHORTNOTICE = <any> 'CASE_CANCELLED_TOO_SHORT_NOTICE',
41
+ CASECANCELLEDDUPLICATE = <any> 'CASE_CANCELLED_DUPLICATE',
42
+ LAWFIRMCONTACT1V1 = <any> 'LAWFIRM_CONTACT_1_V1',
43
+ LAWFIRMCONTACT2V1 = <any> 'LAWFIRM_CONTACT_2_V1',
44
+ LAWFIRMCONTACT3V1 = <any> 'LAWFIRM_CONTACT_3_V1',
45
+ LAWFIRMCONTACT4V1 = <any> 'LAWFIRM_CONTACT_4_V1',
46
+ LAWFIRMCONTACT5V1 = <any> 'LAWFIRM_CONTACT_5_V1',
47
+ LAWFIRMCONTACT6V1 = <any> 'LAWFIRM_CONTACT_6_V1',
48
+ LAWFIRMCONTACT7V1 = <any> 'LAWFIRM_CONTACT_7_V1',
49
+ LAWFIRMCONTACT8V1 = <any> 'LAWFIRM_CONTACT_8_V1',
50
+ LAWFIRMCONTACT9V1 = <any> 'LAWFIRM_CONTACT_9_V1',
51
+ LAWFIRMCONTACT10V1 = <any> 'LAWFIRM_CONTACT_10_V1',
52
+ POSTWIN = <any> 'POST_WIN',
53
+ POSTWINV2 = <any> 'POST_WIN_V2',
54
+ POSTWINLASTASK = <any> 'POST_WIN_LAST_ASK',
55
+ ATTICUSATTORNEYCONTACT1 = <any> 'ATTICUS_ATTORNEY_CONTACT_1',
56
+ SUNDAYAFTERNOONHELLO = <any> 'SUNDAY_AFTERNOON_HELLO',
57
+ AFTERNOONHELLO2 = <any> 'AFTERNOON_HELLO_2',
58
+ FRIDAYINTRO = <any> 'FRIDAY_INTRO',
59
+ LAWYERPOSTCOURTREMINDER = <any> 'LAWYER_POST_COURT_REMINDER'
60
+ }
61
+ }
@@ -0,0 +1,18 @@
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 './models';
14
+
15
+ export interface SendDirectMailResponse {
16
+ "sentMail"?: models.DirectMailContact;
17
+ }
18
+
@@ -0,0 +1,71 @@
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 './models';
14
+
15
+ export interface SendEmailToUserRequest {
16
+ "actionType"?: string;
17
+ "agentId"?: number;
18
+ "citationId"?: number;
19
+ "emailTemplateId"?: SendEmailToUserRequest.EmailTemplateIdEnum;
20
+ "fromEmailAddress"?: string;
21
+ "reviewPlatform"?: SendEmailToUserRequest.ReviewPlatformEnum;
22
+ "userIdToContact"?: number;
23
+ }
24
+
25
+ export namespace SendEmailToUserRequest {
26
+ export enum EmailTemplateIdEnum {
27
+ CASUALFIRSTV1 = <any> 'CASUAL_FIRST_V1',
28
+ CASUALSECONDV1 = <any> 'CASUAL_SECOND_V1',
29
+ TICKETDUEWA = <any> 'TICKET_DUE_WA',
30
+ NOCOVERAGEAVAILABLE = <any> 'NO_COVERAGE_AVAILABLE',
31
+ INVALIDIMAGEUPLOAD1 = <any> 'INVALID_IMAGE_UPLOAD_1',
32
+ PARKINGTICKET = <any> 'PARKING_TICKET',
33
+ CAMERATICKETNMV = <any> 'CAMERA_TICKET_NMV',
34
+ NOCOVERAGEAVAILABLEMISSINGCOURT = <any> 'NO_COVERAGE_AVAILABLE_MISSING_COURT',
35
+ TICKETEVALWITHCITATION = <any> 'TICKET_EVAL_WITH_CITATION',
36
+ TICKETEVALWITHCITATION2NDFOLLOWUP = <any> 'TICKET_EVAL_WITH_CITATION_2ND_FOLLOW_UP',
37
+ TICKETEVALWITHCITATIONCLOSEOUT = <any> 'TICKET_EVAL_WITH_CITATION_CLOSE_OUT',
38
+ CASECANCELLEDNMV = <any> 'CASE_CANCELLED_NMV',
39
+ CASECANCELLEDNOLAWFIRM = <any> 'CASE_CANCELLED_NO_LAWFIRM',
40
+ CASECANCELLEDBYUSER = <any> 'CASE_CANCELLED_BY_USER',
41
+ CASECANCELLEDOVERDUE = <any> 'CASE_CANCELLED_OVERDUE',
42
+ CASECANCELLEDTOOSHORTNOTICE = <any> 'CASE_CANCELLED_TOO_SHORT_NOTICE',
43
+ CASECANCELLEDDUPLICATE = <any> 'CASE_CANCELLED_DUPLICATE',
44
+ LAWFIRMCONTACT1V1 = <any> 'LAWFIRM_CONTACT_1_V1',
45
+ LAWFIRMCONTACT2V1 = <any> 'LAWFIRM_CONTACT_2_V1',
46
+ LAWFIRMCONTACT3V1 = <any> 'LAWFIRM_CONTACT_3_V1',
47
+ LAWFIRMCONTACT4V1 = <any> 'LAWFIRM_CONTACT_4_V1',
48
+ LAWFIRMCONTACT5V1 = <any> 'LAWFIRM_CONTACT_5_V1',
49
+ LAWFIRMCONTACT6V1 = <any> 'LAWFIRM_CONTACT_6_V1',
50
+ LAWFIRMCONTACT7V1 = <any> 'LAWFIRM_CONTACT_7_V1',
51
+ LAWFIRMCONTACT8V1 = <any> 'LAWFIRM_CONTACT_8_V1',
52
+ LAWFIRMCONTACT9V1 = <any> 'LAWFIRM_CONTACT_9_V1',
53
+ LAWFIRMCONTACT10V1 = <any> 'LAWFIRM_CONTACT_10_V1',
54
+ POSTWIN = <any> 'POST_WIN',
55
+ POSTWINV2 = <any> 'POST_WIN_V2',
56
+ POSTWINLASTASK = <any> 'POST_WIN_LAST_ASK',
57
+ ATTICUSATTORNEYCONTACT1 = <any> 'ATTICUS_ATTORNEY_CONTACT_1',
58
+ SUNDAYAFTERNOONHELLO = <any> 'SUNDAY_AFTERNOON_HELLO',
59
+ AFTERNOONHELLO2 = <any> 'AFTERNOON_HELLO_2',
60
+ FRIDAYINTRO = <any> 'FRIDAY_INTRO',
61
+ LAWYERPOSTCOURTREMINDER = <any> 'LAWYER_POST_COURT_REMINDER'
62
+ }
63
+ export enum ReviewPlatformEnum {
64
+ GOOGLEMYBUSINESS = <any> 'GOOGLE_MY_BUSINESS',
65
+ FACEBOOK = <any> 'FACEBOOK',
66
+ HIGHYA = <any> 'HIGHYA',
67
+ REVIEWSIO = <any> 'REVIEWS_IO',
68
+ IOSAPPSTORE = <any> 'IOS_APP_STORE',
69
+ GOOGLEPLAYSTORE = <any> 'GOOGLE_PLAY_STORE'
70
+ }
71
+ }
@@ -0,0 +1,60 @@
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 './models';
14
+
15
+ export interface SendEmailToUsersRequest {
16
+ "actionType"?: string;
17
+ "emailTemplateId"?: SendEmailToUsersRequest.EmailTemplateIdEnum;
18
+ "fromEmailAddress"?: string;
19
+ "usersToContact"?: Array<models.UserToContact>;
20
+ }
21
+
22
+ export namespace SendEmailToUsersRequest {
23
+ export enum EmailTemplateIdEnum {
24
+ CASUALFIRSTV1 = <any> 'CASUAL_FIRST_V1',
25
+ CASUALSECONDV1 = <any> 'CASUAL_SECOND_V1',
26
+ TICKETDUEWA = <any> 'TICKET_DUE_WA',
27
+ NOCOVERAGEAVAILABLE = <any> 'NO_COVERAGE_AVAILABLE',
28
+ INVALIDIMAGEUPLOAD1 = <any> 'INVALID_IMAGE_UPLOAD_1',
29
+ PARKINGTICKET = <any> 'PARKING_TICKET',
30
+ CAMERATICKETNMV = <any> 'CAMERA_TICKET_NMV',
31
+ NOCOVERAGEAVAILABLEMISSINGCOURT = <any> 'NO_COVERAGE_AVAILABLE_MISSING_COURT',
32
+ TICKETEVALWITHCITATION = <any> 'TICKET_EVAL_WITH_CITATION',
33
+ TICKETEVALWITHCITATION2NDFOLLOWUP = <any> 'TICKET_EVAL_WITH_CITATION_2ND_FOLLOW_UP',
34
+ TICKETEVALWITHCITATIONCLOSEOUT = <any> 'TICKET_EVAL_WITH_CITATION_CLOSE_OUT',
35
+ CASECANCELLEDNMV = <any> 'CASE_CANCELLED_NMV',
36
+ CASECANCELLEDNOLAWFIRM = <any> 'CASE_CANCELLED_NO_LAWFIRM',
37
+ CASECANCELLEDBYUSER = <any> 'CASE_CANCELLED_BY_USER',
38
+ CASECANCELLEDOVERDUE = <any> 'CASE_CANCELLED_OVERDUE',
39
+ CASECANCELLEDTOOSHORTNOTICE = <any> 'CASE_CANCELLED_TOO_SHORT_NOTICE',
40
+ CASECANCELLEDDUPLICATE = <any> 'CASE_CANCELLED_DUPLICATE',
41
+ LAWFIRMCONTACT1V1 = <any> 'LAWFIRM_CONTACT_1_V1',
42
+ LAWFIRMCONTACT2V1 = <any> 'LAWFIRM_CONTACT_2_V1',
43
+ LAWFIRMCONTACT3V1 = <any> 'LAWFIRM_CONTACT_3_V1',
44
+ LAWFIRMCONTACT4V1 = <any> 'LAWFIRM_CONTACT_4_V1',
45
+ LAWFIRMCONTACT5V1 = <any> 'LAWFIRM_CONTACT_5_V1',
46
+ LAWFIRMCONTACT6V1 = <any> 'LAWFIRM_CONTACT_6_V1',
47
+ LAWFIRMCONTACT7V1 = <any> 'LAWFIRM_CONTACT_7_V1',
48
+ LAWFIRMCONTACT8V1 = <any> 'LAWFIRM_CONTACT_8_V1',
49
+ LAWFIRMCONTACT9V1 = <any> 'LAWFIRM_CONTACT_9_V1',
50
+ LAWFIRMCONTACT10V1 = <any> 'LAWFIRM_CONTACT_10_V1',
51
+ POSTWIN = <any> 'POST_WIN',
52
+ POSTWINV2 = <any> 'POST_WIN_V2',
53
+ POSTWINLASTASK = <any> 'POST_WIN_LAST_ASK',
54
+ ATTICUSATTORNEYCONTACT1 = <any> 'ATTICUS_ATTORNEY_CONTACT_1',
55
+ SUNDAYAFTERNOONHELLO = <any> 'SUNDAY_AFTERNOON_HELLO',
56
+ AFTERNOONHELLO2 = <any> 'AFTERNOON_HELLO_2',
57
+ FRIDAYINTRO = <any> 'FRIDAY_INTRO',
58
+ LAWYERPOSTCOURTREMINDER = <any> 'LAWYER_POST_COURT_REMINDER'
59
+ }
60
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface SetCourtDateForCaseRequest {
16
+ "courtDate"?: string;
17
+ "sendNotificationEmailToClient"?: boolean;
18
+ }
19
+
@@ -0,0 +1,30 @@
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 './models';
14
+
15
+ export interface SetLawfirmCaseDecisionRequest {
16
+ "caseDecisionStatus"?: SetLawfirmCaseDecisionRequest.CaseDecisionStatusEnum;
17
+ "reason"?: string;
18
+ }
19
+
20
+ export namespace SetLawfirmCaseDecisionRequest {
21
+ export enum CaseDecisionStatusEnum {
22
+ CREATED = <any> 'CREATED',
23
+ PENDING = <any> 'PENDING',
24
+ ACCEPTED = <any> 'ACCEPTED',
25
+ DECLINED = <any> 'DECLINED',
26
+ EXPIRED = <any> 'EXPIRED',
27
+ REMATCHED = <any> 'REMATCHED',
28
+ REMATCHEDREFERRAL = <any> 'REMATCHED_REFERRAL'
29
+ }
30
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface SimpleCasePaymentDomain {
16
+ "dueDate"?: string;
17
+ "dueNow"?: boolean;
18
+ "feeAmount"?: number;
19
+ }
20
+
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface SimpleCredentialsResponse {
16
+ "accessKeyId"?: string;
17
+ "secretKey"?: string;
18
+ }
19
+
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import * as models from './models';
14
+
15
+ export interface SimpleLineItemDomain {
16
+ "feeAmount"?: number;
17
+ "feeDescription"?: string;
18
+ }
19
+