@otr-app/shared-backend-generated-client 2.2.38 → 2.2.39

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 (680) hide show
  1. package/dist/typescript/.openapi-generator/VERSION +1 -0
  2. package/dist/typescript/.openapi-generator-ignore +23 -0
  3. package/dist/typescript/api/ActionRequiredControllerApi.ts +58 -0
  4. package/dist/typescript/api/ActivityFeedControllerApi.ts +71 -0
  5. package/dist/typescript/api/AddressControllerApi.ts +117 -0
  6. package/dist/typescript/api/AlertNotificationControllerApi.ts +87 -0
  7. package/dist/typescript/api/AppEventsControllerApi.ts +58 -0
  8. package/dist/typescript/api/AuditLawfirmEventsControllerApi.ts +78 -0
  9. package/dist/typescript/api/AuthenticationControllerApi.ts +51 -0
  10. package/dist/typescript/api/AwsCredentialsControllerApi.ts +58 -0
  11. package/dist/typescript/api/BlogWebhookControllerApi.ts +58 -0
  12. package/dist/typescript/api/BranchLinkControllerApi.ts +58 -0
  13. package/dist/typescript/api/CaseActionsControllerApi.ts +239 -0
  14. package/dist/typescript/api/CaseControllerApi.ts +558 -0
  15. package/dist/typescript/api/CaseCreationControllerApi.ts +89 -0
  16. package/dist/typescript/api/CaseNotesControllerApi.ts +94 -0
  17. package/dist/typescript/api/CasePaymentControllerApi.ts +579 -0
  18. package/dist/typescript/api/CaseReferralCodeControllerApi.ts +65 -0
  19. package/dist/typescript/api/CaseRefundControllerApi.ts +173 -0
  20. package/dist/typescript/api/CaseStatusControllerApi.ts +83 -0
  21. package/dist/typescript/api/CaseTransferControllerApi.ts +94 -0
  22. package/dist/typescript/api/CertificateControllerApi.ts +61 -0
  23. package/dist/typescript/api/CitationControllerApi.ts +508 -0
  24. package/dist/typescript/api/ConfigurationControllerApi.ts +51 -0
  25. package/dist/typescript/api/ConsoleListControllerApi.ts +435 -0
  26. package/dist/typescript/api/ContactTimelineControllerApi.ts +58 -0
  27. package/dist/typescript/api/ConversationControllerApi.ts +287 -0
  28. package/dist/typescript/api/CountyControllerApi.ts +61 -0
  29. package/dist/typescript/api/CourtControllerApi.ts +342 -0
  30. package/dist/typescript/api/CrmControllerApi.ts +240 -0
  31. package/dist/typescript/api/CustomerLeadControllerApi.ts +58 -0
  32. package/dist/typescript/api/CustomerReviewControllerApi.ts +301 -0
  33. package/dist/typescript/api/DashboardControllerApi.ts +261 -0
  34. package/dist/typescript/api/DirectMailControllerApi.ts +261 -0
  35. package/dist/typescript/api/DripControllerApi.ts +58 -0
  36. package/dist/typescript/api/DripWebhooksControllerApi.ts +87 -0
  37. package/dist/typescript/api/EmailSubscriptionControllerApi.ts +58 -0
  38. package/dist/typescript/api/FeedbackControllerApi.ts +63 -0
  39. package/dist/typescript/api/FreshcallerControllerApi.ts +58 -0
  40. package/dist/typescript/api/FreshdeskTicketControllerApi.ts +137 -0
  41. package/dist/typescript/api/GetCaseControllerApi.ts +116 -0
  42. package/dist/typescript/api/HouseholdMateControllerApi.ts +175 -0
  43. package/dist/typescript/api/InsuranceCalculatorControllerApi.ts +58 -0
  44. package/dist/typescript/api/LawfirmCaseDecisionControllerApi.ts +65 -0
  45. package/dist/typescript/api/LawfirmCasesControllerApi.ts +104 -0
  46. package/dist/typescript/api/LawfirmControllerApi.ts +796 -0
  47. package/dist/typescript/api/LawfirmDocumentControllerApi.ts +256 -0
  48. package/dist/typescript/api/LawfirmFeeCoverageControllerApi.ts +389 -0
  49. package/dist/typescript/api/LawfirmPaymentModelControllerApi.ts +51 -0
  50. package/dist/typescript/api/LawfirmRatesControllerApi.ts +58 -0
  51. package/dist/typescript/api/LawfirmStorefrontControllerApi.ts +66 -0
  52. package/dist/typescript/api/LawfirmSurchargeControllerApi.ts +135 -0
  53. package/dist/typescript/api/LawfirmTransactionsControllerApi.ts +516 -0
  54. package/dist/typescript/api/LawyerControllerApi.ts +188 -0
  55. package/dist/typescript/api/LineItemControllerApi.ts +195 -0
  56. package/dist/typescript/api/ListCasesControllerApi.ts +136 -0
  57. package/dist/typescript/api/NotesControllerApi.ts +123 -0
  58. package/dist/typescript/api/OnDemandRequestControllerApi.ts +65 -0
  59. package/dist/typescript/api/OneTimePasswordControllerApi.ts +51 -0
  60. package/dist/typescript/api/PhoneLeadsControllerApi.ts +87 -0
  61. package/dist/typescript/api/PushNotificationControllerApi.ts +294 -0
  62. package/dist/typescript/api/RecurringBillingControllerApi.ts +218 -0
  63. package/dist/typescript/api/RefLinkControllerApi.ts +58 -0
  64. package/dist/typescript/api/ReferralCodeControllerApi.ts +201 -0
  65. package/dist/typescript/api/ReferralControllerApi.ts +112 -0
  66. package/dist/typescript/api/ReferralSourceControllerApi.ts +85 -0
  67. package/dist/typescript/api/RefundEligibilityControllerApi.ts +58 -0
  68. package/dist/typescript/api/RegistrationControllerApi.ts +80 -0
  69. package/dist/typescript/api/ReportingControllerApi.ts +168 -0
  70. package/dist/typescript/api/ScheduledTaskControllerApi.ts +123 -0
  71. package/dist/typescript/api/SnsListenerControllerApi.ts +87 -0
  72. package/dist/typescript/api/SocialLoginControllerApi.ts +94 -0
  73. package/dist/typescript/api/StripeCardControllerApi.ts +393 -0
  74. package/dist/typescript/api/StripeControllerApi.ts +184 -0
  75. package/dist/typescript/api/StripeSyncControllerApi.ts +196 -0
  76. package/dist/typescript/api/StripeWebhookControllerApi.ts +77 -0
  77. package/dist/typescript/api/TicketReviewControllerApi.ts +123 -0
  78. package/dist/typescript/api/TrafficViolationControllerApi.ts +224 -0
  79. package/dist/typescript/api/UrlRedirectControllerApi.ts +117 -0
  80. package/dist/typescript/api/UserAccountControllerApi.ts +137 -0
  81. package/dist/typescript/api/UserAuditControllerApi.ts +78 -0
  82. package/dist/typescript/api/UserControllerApi.ts +315 -0
  83. package/dist/typescript/api/UserPasswordControllerApi.ts +261 -0
  84. package/dist/typescript/api/UserProfileControllerApi.ts +324 -0
  85. package/dist/typescript/api/UserSearchControllerApi.ts +87 -0
  86. package/dist/typescript/api/UtilityControllerApi.ts +112 -0
  87. package/dist/typescript/api/ValidationControllerApi.ts +61 -0
  88. package/dist/typescript/api/ViolationPenaltyControllerApi.ts +157 -0
  89. package/dist/typescript/api/api.ts +173 -0
  90. package/dist/typescript/api.module.ts +92 -0
  91. package/dist/typescript/git_push.sh +58 -0
  92. package/dist/typescript/index.ts +2 -0
  93. package/dist/typescript/model/AccountLevelFee.ts +94 -0
  94. package/dist/typescript/model/AccountLevelFeeRequest.ts +18 -0
  95. package/dist/typescript/model/AccountLevelFeeResponse.ts +19 -0
  96. package/dist/typescript/model/AccountLevelFeeToSave.ts +89 -0
  97. package/dist/typescript/model/ActivityFeedModel.ts +39 -0
  98. package/dist/typescript/model/AddACHToStripeAccountRequest.ts +20 -0
  99. package/dist/typescript/model/AddActionToCaseRequest.ts +18 -0
  100. package/dist/typescript/model/AddActionToCaseResponse.ts +18 -0
  101. package/dist/typescript/model/AddCardToStripeAccountRequest.ts +21 -0
  102. package/dist/typescript/model/AddCardToStripeAccountResponse.ts +20 -0
  103. package/dist/typescript/model/AddCaseMessageResponse.ts +18 -0
  104. package/dist/typescript/model/AddCourtCoverageRequest.ts +88 -0
  105. package/dist/typescript/model/AddCourtRequest.ts +20 -0
  106. package/dist/typescript/model/AddCustomerLeadRequest.ts +18 -0
  107. package/dist/typescript/model/AddExtraAccountRequest.ts +20 -0
  108. package/dist/typescript/model/AddInnerCourt.ts +37 -0
  109. package/dist/typescript/model/AddInnerCourtAddress.ts +24 -0
  110. package/dist/typescript/model/AddNewCaseMessageRequest.ts +18 -0
  111. package/dist/typescript/model/AddNoteToPhoneLeadRequest.ts +34 -0
  112. package/dist/typescript/model/AddPenaltyRequest.ts +18 -0
  113. package/dist/typescript/model/AddRedirectUrlRequest.ts +33 -0
  114. package/dist/typescript/model/AddReviewRequest.ts +40 -0
  115. package/dist/typescript/model/AddViolationRequest.ts +84 -0
  116. package/dist/typescript/model/AddViolationResponse.ts +85 -0
  117. package/dist/typescript/model/AddViolationsToCitationRequest.ts +18 -0
  118. package/dist/typescript/model/AddressDomain.ts +98 -0
  119. package/dist/typescript/model/AddressDomainReq.ts +97 -0
  120. package/dist/typescript/model/AddressDomainRes.ts +98 -0
  121. package/dist/typescript/model/AggregateBySource.ts +31 -0
  122. package/dist/typescript/model/AggregateRatingMetrics.ts +21 -0
  123. package/dist/typescript/model/AggregateReferralCredit.ts +20 -0
  124. package/dist/typescript/model/Alert.ts +35 -0
  125. package/dist/typescript/model/AlertNotificationResponse.ts +19 -0
  126. package/dist/typescript/model/AppEventCreateRequest.ts +27 -0
  127. package/dist/typescript/model/AppearanceAttorneyDomain.ts +21 -0
  128. package/dist/typescript/model/AppleLoginRequest.ts +22 -0
  129. package/dist/typescript/model/AuthorModel.ts +31 -0
  130. package/dist/typescript/model/AuthorizeChargeForCasePaymentRequest.ts +19 -0
  131. package/dist/typescript/model/AuthorizeChargeForCasePaymentResponse.ts +18 -0
  132. package/dist/typescript/model/AvailablePaymentPlan.ts +27 -0
  133. package/dist/typescript/model/AvailableRegion.ts +19 -0
  134. package/dist/typescript/model/AwsCredentialsRequest.ts +23 -0
  135. package/dist/typescript/model/BackfillLawfirmTransactionRecordsRequest.ts +22 -0
  136. package/dist/typescript/model/BackfillLawfirmTransactionRecordsResponse.ts +18 -0
  137. package/dist/typescript/model/BillingInvoiceModel.ts +32 -0
  138. package/dist/typescript/model/BillingPriceModel.ts +42 -0
  139. package/dist/typescript/model/BillingProductModel.ts +24 -0
  140. package/dist/typescript/model/BillingSubscriptionItemModel.ts +49 -0
  141. package/dist/typescript/model/BillingSubscriptionModel.ts +38 -0
  142. package/dist/typescript/model/BillingUpcomingInvoiceModel.ts +21 -0
  143. package/dist/typescript/model/BlogDocument.ts +20 -0
  144. package/dist/typescript/model/BlogEvent.ts +21 -0
  145. package/dist/typescript/model/BlogMetadata.ts +20 -0
  146. package/dist/typescript/model/Booking.ts +125 -0
  147. package/dist/typescript/model/BookingCancelation.ts +127 -0
  148. package/dist/typescript/model/CallContact.ts +68 -0
  149. package/dist/typescript/model/CancelBillingSubscriptionResponse.ts +34 -0
  150. package/dist/typescript/model/CancelCaseRequest.ts +62 -0
  151. package/dist/typescript/model/CancelationDetails.ts +21 -0
  152. package/dist/typescript/model/CancelationDetailsReq.ts +21 -0
  153. package/dist/typescript/model/CancelationDetailsRes.ts +21 -0
  154. package/dist/typescript/model/CaptureChargeFromCasePaymentRequest.ts +19 -0
  155. package/dist/typescript/model/CaseActionDomain.ts +41 -0
  156. package/dist/typescript/model/CaseAlert.ts +36 -0
  157. package/dist/typescript/model/CaseBookingsStats.ts +25 -0
  158. package/dist/typescript/model/CaseChargeResponsePojo.ts +19 -0
  159. package/dist/typescript/model/CaseCreationRequest.ts +20 -0
  160. package/dist/typescript/model/CaseDomain.ts +93 -0
  161. package/dist/typescript/model/CaseDomainReq.ts +93 -0
  162. package/dist/typescript/model/CaseDomainRes.ts +93 -0
  163. package/dist/typescript/model/CaseLineItemDomainReq.ts +60 -0
  164. package/dist/typescript/model/CaseLineItemDomainRes.ts +60 -0
  165. package/dist/typescript/model/CaseLineItemsSummary.ts +30 -0
  166. package/dist/typescript/model/CaseMessageDomain.ts +41 -0
  167. package/dist/typescript/model/CaseNotesDomain.ts +19 -0
  168. package/dist/typescript/model/CasePaymentDomain.ts +62 -0
  169. package/dist/typescript/model/CasePaymentModel.ts +20 -0
  170. package/dist/typescript/model/CaseStatusDetailsResponse.ts +67 -0
  171. package/dist/typescript/model/CaseStatusDomain.ts +73 -0
  172. package/dist/typescript/model/CaseSummaryDomain.ts +46 -0
  173. package/dist/typescript/model/CaseTransferHistory.ts +43 -0
  174. package/dist/typescript/model/CaseTransferResponse.ts +18 -0
  175. package/dist/typescript/model/CaseViolationPenalty.ts +39 -0
  176. package/dist/typescript/model/CaseWithCoverageObtained.ts +89 -0
  177. package/dist/typescript/model/ChangeUserPasswordRequest.ts +20 -0
  178. package/dist/typescript/model/ChargeFeeToLawfirmRequest.ts +43 -0
  179. package/dist/typescript/model/ChargeFeeToLawfirmResponse.ts +18 -0
  180. package/dist/typescript/model/CitationDomain.ts +123 -0
  181. package/dist/typescript/model/CitationDomainReq.ts +123 -0
  182. package/dist/typescript/model/CitationDomainRes.ts +123 -0
  183. package/dist/typescript/model/CitationInputRequest.ts +94 -0
  184. package/dist/typescript/model/CitationViolationModel.ts +84 -0
  185. package/dist/typescript/model/CitationWithMissingCourt.ts +76 -0
  186. package/dist/typescript/model/CitationWithMissingFields.ts +81 -0
  187. package/dist/typescript/model/ClientActionRequiredRequest.ts +27 -0
  188. package/dist/typescript/model/ClientConfirmedUnpaidCase.ts +28 -0
  189. package/dist/typescript/model/ClientLeadDomain.ts +24 -0
  190. package/dist/typescript/model/ContactTimelineResponse.ts +20 -0
  191. package/dist/typescript/model/CountryDomain.ts +19 -0
  192. package/dist/typescript/model/CountryRegion.ts +22 -0
  193. package/dist/typescript/model/CountyDomain.ts +75 -0
  194. package/dist/typescript/model/CourtCoverageCountyRecord.ts +26 -0
  195. package/dist/typescript/model/CourtCoverageRecord.ts +29 -0
  196. package/dist/typescript/model/CourtCoverageStateRecord.ts +25 -0
  197. package/dist/typescript/model/CourtDomain.ts +43 -0
  198. package/dist/typescript/model/CourtDomainReq.ts +43 -0
  199. package/dist/typescript/model/CourtDomainRes.ts +43 -0
  200. package/dist/typescript/model/CourtInputRequest.ts +18 -0
  201. package/dist/typescript/model/CourtResponseModel.ts +39 -0
  202. package/dist/typescript/model/CoverageToRemove.ts +82 -0
  203. package/dist/typescript/model/CreateBillingSubscriptionItemModel.ts +49 -0
  204. package/dist/typescript/model/CreateBillingSubscriptionRequest.ts +19 -0
  205. package/dist/typescript/model/CreateBillingSubscriptionResponse.ts +33 -0
  206. package/dist/typescript/model/CreateBranchLinkRequest.ts +26 -0
  207. package/dist/typescript/model/CreateCitationRequest.ts +99 -0
  208. package/dist/typescript/model/CreateCitationResponse.ts +18 -0
  209. package/dist/typescript/model/CreateConnectAccountLinkRequest.ts +20 -0
  210. package/dist/typescript/model/CreateConnectAccountLinkResponse.ts +18 -0
  211. package/dist/typescript/model/CreateLawfirmModel.ts +59 -0
  212. package/dist/typescript/model/CreateNewLawfirmRequest.ts +22 -0
  213. package/dist/typescript/model/CreateNoteInput.ts +25 -0
  214. package/dist/typescript/model/CreateNoteRequest.ts +18 -0
  215. package/dist/typescript/model/CreateNoteResponse.ts +18 -0
  216. package/dist/typescript/model/CreateReferralCodeRequest.ts +39 -0
  217. package/dist/typescript/model/CreateReferralCodeResponse.ts +18 -0
  218. package/dist/typescript/model/CreateReferralSourceForCitation.ts +18 -0
  219. package/dist/typescript/model/CreateStripeConnectAccountRequest.ts +25 -0
  220. package/dist/typescript/model/CreateStripeConnectAccountResponse.ts +19 -0
  221. package/dist/typescript/model/CursorModel.ts +19 -0
  222. package/dist/typescript/model/CustomerLead.ts +95 -0
  223. package/dist/typescript/model/CustomerOverduePayment.ts +24 -0
  224. package/dist/typescript/model/CustomerReview.ts +55 -0
  225. package/dist/typescript/model/DashboardAddressModel.ts +22 -0
  226. package/dist/typescript/model/DashboardCaseModel.ts +27 -0
  227. package/dist/typescript/model/DashboardCitationModel.ts +33 -0
  228. package/dist/typescript/model/DashboardCourtModel.ts +19 -0
  229. package/dist/typescript/model/DashboardStatusModel.ts +68 -0
  230. package/dist/typescript/model/DefaultClassModel.ts +80 -0
  231. package/dist/typescript/model/DeleteCitationResponse.ts +18 -0
  232. package/dist/typescript/model/DeleteLawyerLicenseRequest.ts +18 -0
  233. package/dist/typescript/model/DeleteNotificationByPagesRequest.ts +28 -0
  234. package/dist/typescript/model/DeleteNotificationEventRequest.ts +29 -0
  235. package/dist/typescript/model/DirectMailContact.ts +42 -0
  236. package/dist/typescript/model/DirectMailContactResponse.ts +18 -0
  237. package/dist/typescript/model/DirectMailGetRequest.ts +19 -0
  238. package/dist/typescript/model/DirectMailSendRequest.ts +28 -0
  239. package/dist/typescript/model/DirectMailTemplate.ts +30 -0
  240. package/dist/typescript/model/DirectMailTemplateResponse.ts +18 -0
  241. package/dist/typescript/model/DirectMailTemplateToAdd.ts +30 -0
  242. package/dist/typescript/model/DismissCitationsFromContactListRequest.ts +18 -0
  243. package/dist/typescript/model/DismissPhoneLeadRequest.ts +33 -0
  244. package/dist/typescript/model/DocumentDecisionRequest.ts +19 -0
  245. package/dist/typescript/model/DripRemoveRequest.ts +27 -0
  246. package/dist/typescript/model/DripWebhookData.ts +20 -0
  247. package/dist/typescript/model/DripWebhookEvent.ts +20 -0
  248. package/dist/typescript/model/Duration.ts +22 -0
  249. package/dist/typescript/model/EditConversationMessageRequest.ts +18 -0
  250. package/dist/typescript/model/EnableViolationModel.ts +81 -0
  251. package/dist/typescript/model/EnableViolationResponseModel.ts +18 -0
  252. package/dist/typescript/model/EnableViolationsForLawfirmRequest.ts +18 -0
  253. package/dist/typescript/model/EnableViolationsForLawfirmResponse.ts +18 -0
  254. package/dist/typescript/model/EstimateInsuranceSavingsRequest.ts +76 -0
  255. package/dist/typescript/model/EstimateInsuranceSavingsResponse.ts +20 -0
  256. package/dist/typescript/model/FeedbackDomain.ts +21 -0
  257. package/dist/typescript/model/FinancialTransaction.ts +60 -0
  258. package/dist/typescript/model/FindChargeDisputesResponse.ts +18 -0
  259. package/dist/typescript/model/FindCourtsWithNoCoverageResponse.ts +19 -0
  260. package/dist/typescript/model/FindDisputesRequest.ts +19 -0
  261. package/dist/typescript/model/FindMatchingUser.ts +39 -0
  262. package/dist/typescript/model/FindMatchingUsersRequest.ts +22 -0
  263. package/dist/typescript/model/FindMatchingUsersResponse.ts +18 -0
  264. package/dist/typescript/model/FindsCourtsResponse.ts +19 -0
  265. package/dist/typescript/model/FreshDeskConversation.ts +23 -0
  266. package/dist/typescript/model/FreshDeskRequester.ts +19 -0
  267. package/dist/typescript/model/FreshDeskTicket.ts +77 -0
  268. package/dist/typescript/model/FreshDeskTicketReq.ts +78 -0
  269. package/dist/typescript/model/FreshDeskTicketRes.ts +77 -0
  270. package/dist/typescript/model/FreshdeskAttachment.ts +24 -0
  271. package/dist/typescript/model/FreshdeskAttachmentReq.ts +24 -0
  272. package/dist/typescript/model/FreshdeskAttachmentRes.ts +24 -0
  273. package/dist/typescript/model/FreshdeskTicketReferenceDomain.ts +40 -0
  274. package/dist/typescript/model/FreshdeskWebhookRequest.ts +26 -0
  275. package/dist/typescript/model/FuturePayment.ts +34 -0
  276. package/dist/typescript/model/GenerateTemplateRequest.ts +62 -0
  277. package/dist/typescript/model/GenericAdminListRequest.ts +18 -0
  278. package/dist/typescript/model/GeoRatesRequest.ts +29 -0
  279. package/dist/typescript/model/GetActivityFeedResponse.ts +19 -0
  280. package/dist/typescript/model/GetAddressInnerResponse.ts +24 -0
  281. package/dist/typescript/model/GetAppConfigResponse.ts +19 -0
  282. package/dist/typescript/model/GetAppearanceAttorneysResponse.ts +18 -0
  283. package/dist/typescript/model/GetAvailablePaymentPlansResponse.ts +18 -0
  284. package/dist/typescript/model/GetBookingsRequest.ts +20 -0
  285. package/dist/typescript/model/GetBookingsResponse.ts +22 -0
  286. package/dist/typescript/model/GetCaseActionResponse.ts +18 -0
  287. package/dist/typescript/model/GetCaseActionTimelineResponse.ts +19 -0
  288. package/dist/typescript/model/GetCaseActionTypesResponse.ts +32 -0
  289. package/dist/typescript/model/GetCaseCostsAttorneyResponse.ts +23 -0
  290. package/dist/typescript/model/GetCaseDocumentResponse.ts +18 -0
  291. package/dist/typescript/model/GetCaseFromCitationResponse.ts +18 -0
  292. package/dist/typescript/model/GetCaseMessagesResponse.ts +19 -0
  293. package/dist/typescript/model/GetCaseNotesResponse.ts +18 -0
  294. package/dist/typescript/model/GetCasePaymentsResponse.ts +18 -0
  295. package/dist/typescript/model/GetCaseResolutionStatusesResponse.ts +18 -0
  296. package/dist/typescript/model/GetCaseResponse.ts +20 -0
  297. package/dist/typescript/model/GetCasesWithCoverageObtainedResponse.ts +18 -0
  298. package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsResponse.ts +19 -0
  299. package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.ts +19 -0
  300. package/dist/typescript/model/GetCitationPhoneLeadsRequest.ts +18 -0
  301. package/dist/typescript/model/GetCitationPhoneLeadsResponse.ts +18 -0
  302. package/dist/typescript/model/GetCitationResponse.ts +18 -0
  303. package/dist/typescript/model/GetCitationsResponse.ts +18 -0
  304. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.ts +77 -0
  305. package/dist/typescript/model/GetCitationsWithMissingFieldsResponse.ts +20 -0
  306. package/dist/typescript/model/GetClientCasesResponse.ts +22 -0
  307. package/dist/typescript/model/GetClientConfirmedUnpaidCasesResponse.ts +19 -0
  308. package/dist/typescript/model/GetCompetitionResponseModel.ts +21 -0
  309. package/dist/typescript/model/GetCountOfMatchingUsersRequest.ts +18 -0
  310. package/dist/typescript/model/GetCountOfMatchingUsersResponse.ts +18 -0
  311. package/dist/typescript/model/GetCountiesResponse.ts +18 -0
  312. package/dist/typescript/model/GetCountryListResponse.ts +18 -0
  313. package/dist/typescript/model/GetCountryRegionsResponse.ts +18 -0
  314. package/dist/typescript/model/GetCourtCoverageForCountyReportResponse.ts +18 -0
  315. package/dist/typescript/model/GetCourtCoverageForStateReportResponse.ts +19 -0
  316. package/dist/typescript/model/GetCourtCoverageReportResponse.ts +18 -0
  317. package/dist/typescript/model/GetCourtResponse.ts +18 -0
  318. package/dist/typescript/model/GetCourtsByQueryResponse.ts +19 -0
  319. package/dist/typescript/model/GetCourtsInnerResponse.ts +22 -0
  320. package/dist/typescript/model/GetCurrentUserResponse.ts +21 -0
  321. package/dist/typescript/model/GetDeclinedCasesRequest.ts +18 -0
  322. package/dist/typescript/model/GetDeclinedCasesResponse.ts +18 -0
  323. package/dist/typescript/model/GetDocumentsRequest.ts +18 -0
  324. package/dist/typescript/model/GetEmailTemplateResponse.ts +19 -0
  325. package/dist/typescript/model/GetHouseHoldMateModel.ts +37 -0
  326. package/dist/typescript/model/GetHouseholdMatesResponse.ts +18 -0
  327. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +18 -0
  328. package/dist/typescript/model/GetLawfirmAddressesResponse.ts +18 -0
  329. package/dist/typescript/model/GetLawfirmCaseStatsResponse.ts +20 -0
  330. package/dist/typescript/model/GetLawfirmCasesResponse.ts +18 -0
  331. package/dist/typescript/model/GetLawfirmCoverageReportResponse.ts +19 -0
  332. package/dist/typescript/model/GetLawfirmCoverageResponse.ts +18 -0
  333. package/dist/typescript/model/GetLawfirmFeeCoverageModel.ts +24 -0
  334. package/dist/typescript/model/GetLawfirmFeeCoverageResponse.ts +18 -0
  335. package/dist/typescript/model/GetLawfirmFeeModel.ts +93 -0
  336. package/dist/typescript/model/GetLawfirmFeesResponse.ts +18 -0
  337. package/dist/typescript/model/GetLawfirmFinancialTransactionsResponse.ts +27 -0
  338. package/dist/typescript/model/GetLawfirmInboxMessagesResponse.ts +19 -0
  339. package/dist/typescript/model/GetLawfirmJobTitleResponse.ts +35 -0
  340. package/dist/typescript/model/GetLawfirmLawyersResponse.ts +18 -0
  341. package/dist/typescript/model/GetLawfirmLeadsRequest.ts +18 -0
  342. package/dist/typescript/model/GetLawfirmLeadsResponse.ts +19 -0
  343. package/dist/typescript/model/GetLawfirmModel.ts +118 -0
  344. package/dist/typescript/model/GetLawfirmPaymentMethodsResponse.ts +19 -0
  345. package/dist/typescript/model/GetLawfirmPayoutReversalsResponse.ts +18 -0
  346. package/dist/typescript/model/GetLawfirmPayoutsResponse.ts +18 -0
  347. package/dist/typescript/model/GetLawfirmResponse.ts +18 -0
  348. package/dist/typescript/model/GetLawfirmSettingsResponse.ts +18 -0
  349. package/dist/typescript/model/GetLawfirmSummaryCaseRequest.ts +110 -0
  350. package/dist/typescript/model/GetLawfirmSummaryCasesResponse.ts +21 -0
  351. package/dist/typescript/model/GetLawfirmSupportedStatesResponse.ts +18 -0
  352. package/dist/typescript/model/GetLawfirmTransactionsForCaseResponse.ts +24 -0
  353. package/dist/typescript/model/GetLawfirmsResponse.ts +19 -0
  354. package/dist/typescript/model/GetLineItemTypesResponse.ts +37 -0
  355. package/dist/typescript/model/GetLineItemsResponse.ts +19 -0
  356. package/dist/typescript/model/GetListOfCitationsWithMissingCourtResponse.ts +18 -0
  357. package/dist/typescript/model/GetLocationResponse.ts +22 -0
  358. package/dist/typescript/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
  359. package/dist/typescript/model/GetLostCasesWithTransferNotReversedResponse.ts +18 -0
  360. package/dist/typescript/model/GetNoViolationCitationsResponse.ts +18 -0
  361. package/dist/typescript/model/GetOutgoingContactsResponse.ts +18 -0
  362. package/dist/typescript/model/GetOverduePaymentsResponse.ts +19 -0
  363. package/dist/typescript/model/GetPaymentMethodsForUserResponse.ts +19 -0
  364. package/dist/typescript/model/GetPaymentModelTypesResponse.ts +25 -0
  365. package/dist/typescript/model/GetPenaltyType.ts +38 -0
  366. package/dist/typescript/model/GetPenaltyTypesResponse.ts +18 -0
  367. package/dist/typescript/model/GetPendingCasesResponse.ts +18 -0
  368. package/dist/typescript/model/GetPendingTicketReviewsRequest.ts +20 -0
  369. package/dist/typescript/model/GetPendingTicketReviewsResponse.ts +18 -0
  370. package/dist/typescript/model/GetPotentialCustomersRequest.ts +21 -0
  371. package/dist/typescript/model/GetPotentialCustomersResponse.ts +19 -0
  372. package/dist/typescript/model/GetRedirectUrlResponse.ts +21 -0
  373. package/dist/typescript/model/GetReferralCodeResponse.ts +39 -0
  374. package/dist/typescript/model/GetReferralCodesResponse.ts +18 -0
  375. package/dist/typescript/model/GetReferralsHistoryResponse.ts +18 -0
  376. package/dist/typescript/model/GetRegionsWithViolationsResponse.ts +18 -0
  377. package/dist/typescript/model/GetStripeChargeResponse.ts +18 -0
  378. package/dist/typescript/model/GetStripeChargesResponse.ts +18 -0
  379. package/dist/typescript/model/GetStripeConnectedAccountsResponse.ts +18 -0
  380. package/dist/typescript/model/GetSupportTicketsResponse.ts +18 -0
  381. package/dist/typescript/model/GetTicketReviewResponse.ts +18 -0
  382. package/dist/typescript/model/GetTrafficViolationModel.ts +90 -0
  383. package/dist/typescript/model/GetTrafficViolationTypesResponse.ts +19 -0
  384. package/dist/typescript/model/GetUserAddressesResponse.ts +18 -0
  385. package/dist/typescript/model/GetUserCasesResponse.ts +21 -0
  386. package/dist/typescript/model/GetUserDetailsResponse.ts +19 -0
  387. package/dist/typescript/model/GetUserRefLinksResponse.ts +18 -0
  388. package/dist/typescript/model/GetUserReferralSourceTypesResponse.ts +18 -0
  389. package/dist/typescript/model/GetUserRegistrationsRequest.ts +20 -0
  390. package/dist/typescript/model/GetUserRegistrationsResponse.ts +19 -0
  391. package/dist/typescript/model/GetUserResponse.ts +18 -0
  392. package/dist/typescript/model/GetUserStripeAccountResponse.ts +18 -0
  393. package/dist/typescript/model/GraphRequest.ts +63 -0
  394. package/dist/typescript/model/HandleOrphanedStripeChargeRequest.ts +19 -0
  395. package/dist/typescript/model/HandleOrphanedStripeChargeResponse.ts +20 -0
  396. package/dist/typescript/model/IncomingEmailRequest.d.ts +1 -2
  397. package/dist/typescript/model/IncomingEmailRequest.ts +21 -0
  398. package/dist/typescript/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
  399. package/dist/typescript/model/InitiateCaseAndChargeCustomerResponse.ts +19 -0
  400. package/dist/typescript/model/InsertCaseLineItemResponse.ts +18 -0
  401. package/dist/typescript/model/InsertInvoiceLineItemRequest.ts +18 -0
  402. package/dist/typescript/model/InviteHouseholdMateRequest.ts +29 -0
  403. package/dist/typescript/model/IsRefundEligibleResponse.ts +26 -0
  404. package/dist/typescript/model/IsUserLoggedInResponse.ts +19 -0
  405. package/dist/typescript/model/LawfirmAuditEventModel.ts +62 -0
  406. package/dist/typescript/model/LawfirmBookingSummary.ts +79 -0
  407. package/dist/typescript/model/LawfirmCaseDocument.ts +36 -0
  408. package/dist/typescript/model/LawfirmCaseDomain.ts +46 -0
  409. package/dist/typescript/model/LawfirmCaseDomainReq.ts +46 -0
  410. package/dist/typescript/model/LawfirmCaseDomainRes.ts +46 -0
  411. package/dist/typescript/model/LawfirmCourtCoverageDomain.ts +33 -0
  412. package/dist/typescript/model/LawfirmCoverageRecord.ts +28 -0
  413. package/dist/typescript/model/LawfirmDocument.ts +36 -0
  414. package/dist/typescript/model/LawfirmDocumentResponse.ts +18 -0
  415. package/dist/typescript/model/LawfirmDocumentTemplate.ts +35 -0
  416. package/dist/typescript/model/LawfirmDocumentTemplateResponse.ts +18 -0
  417. package/dist/typescript/model/LawfirmFeeDomain.ts +51 -0
  418. package/dist/typescript/model/LawfirmInboxMessageDomain.ts +103 -0
  419. package/dist/typescript/model/LawfirmLeadDomain.ts +109 -0
  420. package/dist/typescript/model/LawfirmPayoutDomain.ts +47 -0
  421. package/dist/typescript/model/LawfirmPictureRequest.ts +20 -0
  422. package/dist/typescript/model/LawfirmRatesResponse.ts +50 -0
  423. package/dist/typescript/model/LawfirmRedirectModel.ts +27 -0
  424. package/dist/typescript/model/LawfirmSettingsDomainReq.ts +37 -0
  425. package/dist/typescript/model/LawfirmSettingsDomainRes.ts +37 -0
  426. package/dist/typescript/model/LawfirmStorefrontModel.ts +53 -0
  427. package/dist/typescript/model/LawfirmVacationRequest.ts +21 -0
  428. package/dist/typescript/model/LawfirmsRatesResponse.ts +18 -0
  429. package/dist/typescript/model/LawyerLicenseModel.ts +79 -0
  430. package/dist/typescript/model/LawyerModel.ts +50 -0
  431. package/dist/typescript/model/LineItem.ts +39 -0
  432. package/dist/typescript/model/LineItemModel.ts +45 -0
  433. package/dist/typescript/model/LineItemRequest.ts +48 -0
  434. package/dist/typescript/model/ListBillingProductsResponse.ts +18 -0
  435. package/dist/typescript/model/ListBillingSubscriptionsResponse.ts +18 -0
  436. package/dist/typescript/model/ListContactTimelineResponse.ts +18 -0
  437. package/dist/typescript/model/ListCostItemsForCustomerResponse.ts +22 -0
  438. package/dist/typescript/model/ListDashboardCasesResponse.ts +19 -0
  439. package/dist/typescript/model/ListEligibleStatusResponse.ts +59 -0
  440. package/dist/typescript/model/ListLawfirmAuditEventsByCursorResponse.ts +20 -0
  441. package/dist/typescript/model/ListLawfirmStorefrontsResponse.ts +20 -0
  442. package/dist/typescript/model/ListLawfirmSurchargeModel.ts +40 -0
  443. package/dist/typescript/model/ListLawfirmSurchargeTypeModel.ts +30 -0
  444. package/dist/typescript/model/ListLawfirmSurchargesResponse.ts +18 -0
  445. package/dist/typescript/model/ListReferralsResponse.ts +19 -0
  446. package/dist/typescript/model/ListReviewsResponse.ts +20 -0
  447. package/dist/typescript/model/ListSubscriptionInvoicesResponse.ts +18 -0
  448. package/dist/typescript/model/ListUserAuditEventsByCursorResponse.ts +20 -0
  449. package/dist/typescript/model/ListUserAuditEventsCursorModel.ts +18 -0
  450. package/dist/typescript/model/ListViolationClassificationResponse.ts +18 -0
  451. package/dist/typescript/model/LobEvent.ts +20 -0
  452. package/dist/typescript/model/LobEventRequest.ts +21 -0
  453. package/dist/typescript/model/LobMailingAddress.ts +23 -0
  454. package/dist/typescript/model/LocalTime.ts +21 -0
  455. package/dist/typescript/model/LostCaseWithTransferNotReversed.ts +43 -0
  456. package/dist/typescript/model/MarkActionAsDeletedResponse.ts +18 -0
  457. package/dist/typescript/model/MarkCaseAsResolvedRequest.ts +63 -0
  458. package/dist/typescript/model/MarkCaseAsResolvedResponse.ts +70 -0
  459. package/dist/typescript/model/MarkNotificationAsUnreadModel.ts +18 -0
  460. package/dist/typescript/model/MarkNotificationAsUnreadRequest.ts +29 -0
  461. package/dist/typescript/model/MatchCaseResponse.ts +20 -0
  462. package/dist/typescript/model/MatchCitationResponse.ts +28 -0
  463. package/dist/typescript/model/MatchInnerCaseResponse.ts +37 -0
  464. package/dist/typescript/model/MatchLawfirmCaseResponse.ts +21 -0
  465. package/dist/typescript/model/MergeStatusReport.ts +19 -0
  466. package/dist/typescript/model/MergeTableChange.ts +18 -0
  467. package/dist/typescript/model/MergeTableRecord.ts +19 -0
  468. package/dist/typescript/model/MergeTicketResponse.ts +20 -0
  469. package/dist/typescript/model/MergeUserRequest.ts +19 -0
  470. package/dist/typescript/model/MergeUserResponse.ts +18 -0
  471. package/dist/typescript/model/MessageInputModel.ts +34 -0
  472. package/dist/typescript/model/MissingLawfirmPayoutResult.ts +123 -0
  473. package/dist/typescript/model/MissingPaymentDomain.ts +75 -0
  474. package/dist/typescript/model/NewUser.ts +34 -0
  475. package/dist/typescript/model/NewUserResponse.ts +22 -0
  476. package/dist/typescript/model/NoLawyerAvailableRequest.ts +19 -0
  477. package/dist/typescript/model/NoViolationCitation.ts +66 -0
  478. package/dist/typescript/model/NoteAuthor.ts +20 -0
  479. package/dist/typescript/model/NoteDomain.ts +29 -0
  480. package/dist/typescript/model/NotificationEvent.ts +23 -0
  481. package/dist/typescript/model/NotificationEvents.ts +19 -0
  482. package/dist/typescript/model/OutgoingContactDomain.ts +29 -0
  483. package/dist/typescript/model/Penalty.ts +43 -0
  484. package/dist/typescript/model/PenaltyModel.ts +42 -0
  485. package/dist/typescript/model/PenaltyRequest.ts +19 -0
  486. package/dist/typescript/model/PersistTicketEvaluationRequest.ts +31 -0
  487. package/dist/typescript/model/PhoneNumberDomain.ts +45 -0
  488. package/dist/typescript/model/PhoneNumberDomainReq.ts +45 -0
  489. package/dist/typescript/model/PhoneNumberDomainRes.ts +45 -0
  490. package/dist/typescript/model/PostCourtCoverageRequest.ts +18 -0
  491. package/dist/typescript/model/PostFeedbackRequest.ts +18 -0
  492. package/dist/typescript/model/PotentialCustomerDomain.ts +136 -0
  493. package/dist/typescript/model/PreviewDocumentRequest.ts +20 -0
  494. package/dist/typescript/model/PriceMatchRequest.ts +24 -0
  495. package/dist/typescript/model/PriceMatchResponse.ts +28 -0
  496. package/dist/typescript/model/PublishReferralContactsResponse.ts +18 -0
  497. package/dist/typescript/model/PublishReferralRequest.ts +19 -0
  498. package/dist/typescript/model/PureDate.ts +18 -0
  499. package/dist/typescript/model/PushNotificationRegistrationRequest.ts +26 -0
  500. package/dist/typescript/model/PushNotificationRequest.ts +35 -0
  501. package/dist/typescript/model/PutDocumentRequest.ts +33 -0
  502. package/dist/typescript/model/ReferralContact.ts +20 -0
  503. package/dist/typescript/model/ReferralContactStatus.ts +27 -0
  504. package/dist/typescript/model/ReferralResponse.ts +77 -0
  505. package/dist/typescript/model/ReferralResponseByUser.ts +30 -0
  506. package/dist/typescript/model/RefundCasePaymentRequest.ts +31 -0
  507. package/dist/typescript/model/RefundLawfirmFeeRequest.ts +32 -0
  508. package/dist/typescript/model/RegisterNewUserRequest.ts +57 -0
  509. package/dist/typescript/model/RegisterNewUserResponse.ts +21 -0
  510. package/dist/typescript/model/RemoveCoverageRequest.ts +18 -0
  511. package/dist/typescript/model/RemoveLawfirmSurchargeRequest.ts +18 -0
  512. package/dist/typescript/model/ReplyToReviewRequest.ts +19 -0
  513. package/dist/typescript/model/ReplyToTicketRequest.ts +35 -0
  514. package/dist/typescript/model/RescheduleTaskRequest.ts +18 -0
  515. package/dist/typescript/model/ResetFeeForLawfirmModel.ts +18 -0
  516. package/dist/typescript/model/ResetFeesForLawfirmRequest.ts +18 -0
  517. package/dist/typescript/model/ResetFeesForLawfirmResponse.ts +18 -0
  518. package/dist/typescript/model/ResetUserPasswordRequest.ts +19 -0
  519. package/dist/typescript/model/ResetViolationModel.ts +81 -0
  520. package/dist/typescript/model/Results.ts +18 -0
  521. package/dist/typescript/model/ReverseLawfirmPayoutRequest.ts +30 -0
  522. package/dist/typescript/model/ReviewCommentModel.ts +22 -0
  523. package/dist/typescript/model/ReviewRatingModel.ts +20 -0
  524. package/dist/typescript/model/ReviewVoteAggregateModel.ts +19 -0
  525. package/dist/typescript/model/SNSNotificationRequest.ts +21 -0
  526. package/dist/typescript/model/SSLCertificateResponse.ts +18 -0
  527. package/dist/typescript/model/SaveCaseNotesRequest.ts +18 -0
  528. package/dist/typescript/model/SaveLawfirmSurchargeModel.ts +50 -0
  529. package/dist/typescript/model/SaveLawfirmSurchargesRequest.ts +18 -0
  530. package/dist/typescript/model/SaveLawyerLeadRequest.ts +35 -0
  531. package/dist/typescript/model/SaveLawyerLicenseModel.ts +79 -0
  532. package/dist/typescript/model/SaveLawyerLicensesRequest.ts +18 -0
  533. package/dist/typescript/model/SaveLawyerRequest.ts +40 -0
  534. package/dist/typescript/model/ScheduleNewPaymentRequest.ts +43 -0
  535. package/dist/typescript/model/ScheduledTaskGetResponse.ts +18 -0
  536. package/dist/typescript/model/ScheduledTaskResponse.ts +41 -0
  537. package/dist/typescript/model/SendConsolidatedEmailToUser.ts +62 -0
  538. package/dist/typescript/model/SendDirectCheckResponse.ts +23 -0
  539. package/dist/typescript/model/SendDirectMailResponse.ts +18 -0
  540. package/dist/typescript/model/SendDirectReferralCheckRequest.ts +19 -0
  541. package/dist/typescript/model/SendEmailToUserRequest.ts +72 -0
  542. package/dist/typescript/model/SendEmailToUsersRequest.ts +61 -0
  543. package/dist/typescript/model/SendPayoutToLawfirmRequest.ts +43 -0
  544. package/dist/typescript/model/SendPayoutToLawfirmResponse.ts +18 -0
  545. package/dist/typescript/model/SetArchiveCaseModel.ts +18 -0
  546. package/dist/typescript/model/SetArchiveOnCasesRequest.ts +20 -0
  547. package/dist/typescript/model/SetCourtDateForCaseRequest.ts +19 -0
  548. package/dist/typescript/model/SetFlagOnMessageModel.ts +18 -0
  549. package/dist/typescript/model/SetFlagOnMessagesRequest.ts +20 -0
  550. package/dist/typescript/model/SetLawfirmCaseDecisionRequest.ts +30 -0
  551. package/dist/typescript/model/SetReferralSourceRequest.ts +49 -0
  552. package/dist/typescript/model/SetStarOnMessageModel.ts +18 -0
  553. package/dist/typescript/model/SetStarOnMessagesRequest.ts +20 -0
  554. package/dist/typescript/model/SignRecordingUrlRequest.ts +18 -0
  555. package/dist/typescript/model/SignRecordingUrlResponse.ts +18 -0
  556. package/dist/typescript/model/SimpleCredentialsResponse.ts +19 -0
  557. package/dist/typescript/model/SocialLoginRequest.ts +48 -0
  558. package/dist/typescript/model/SocialLoginResponse.ts +21 -0
  559. package/dist/typescript/model/SocialLoginUser.ts +26 -0
  560. package/dist/typescript/model/SocialPhoneNumber.ts +29 -0
  561. package/dist/typescript/model/SqlResponse.ts +18 -0
  562. package/dist/typescript/model/StripeAccountLinkDomain.ts +20 -0
  563. package/dist/typescript/model/StripeApplicationFeeDomain.ts +30 -0
  564. package/dist/typescript/model/StripeApplicationFeeRefundDomain.ts +23 -0
  565. package/dist/typescript/model/StripeApplicationFeeRefundSyncResults.ts +20 -0
  566. package/dist/typescript/model/StripeApplicationFeeSyncResults.ts +21 -0
  567. package/dist/typescript/model/StripeCardDomain.ts +34 -0
  568. package/dist/typescript/model/StripeChargeDomain.ts +41 -0
  569. package/dist/typescript/model/StripeChargeSyncResults.ts +23 -0
  570. package/dist/typescript/model/StripeConnectedAccountDomain.ts +36 -0
  571. package/dist/typescript/model/StripeCustomerAccountDomain.ts +35 -0
  572. package/dist/typescript/model/StripeDisputeDomain.ts +88 -0
  573. package/dist/typescript/model/StripeFieldVerification.ts +20 -0
  574. package/dist/typescript/model/StripePaymentDomain.ts +31 -0
  575. package/dist/typescript/model/StripePaymentRefundDomain.ts +26 -0
  576. package/dist/typescript/model/StripePaymentRefundSyncResults.ts +20 -0
  577. package/dist/typescript/model/StripePaymentSourceDomain.ts +23 -0
  578. package/dist/typescript/model/StripePaymentSyncResults.ts +21 -0
  579. package/dist/typescript/model/StripeRefundDomain.ts +27 -0
  580. package/dist/typescript/model/StripeRefundSyncResults.ts +20 -0
  581. package/dist/typescript/model/StripeReversalSyncResults.ts +20 -0
  582. package/dist/typescript/model/StripeTransferDomain.ts +31 -0
  583. package/dist/typescript/model/StripeTransferReversalDomain.ts +26 -0
  584. package/dist/typescript/model/StripeTransferSyncResults.ts +21 -0
  585. package/dist/typescript/model/SubscribeRequest.ts +18 -0
  586. package/dist/typescript/model/Subscriber.ts +27 -0
  587. package/dist/typescript/model/SubscriberDomain.ts +27 -0
  588. package/dist/typescript/model/SyncStripeChargesRequest.ts +20 -0
  589. package/dist/typescript/model/SyncStripeChargesResponse.ts +18 -0
  590. package/dist/typescript/model/SyncStripeDisputeResponse.ts +18 -0
  591. package/dist/typescript/model/SyncStripePaymentsRequest.ts +20 -0
  592. package/dist/typescript/model/SyncStripePaymentsResponse.ts +18 -0
  593. package/dist/typescript/model/SyncStripeRefundsRequest.ts +19 -0
  594. package/dist/typescript/model/SyncStripeTransfersRequest.ts +20 -0
  595. package/dist/typescript/model/SyncStripeTransfersResponse.ts +18 -0
  596. package/dist/typescript/model/TemporalUnit.ts +21 -0
  597. package/dist/typescript/model/TicketLeadDomain.ts +86 -0
  598. package/dist/typescript/model/TicketReviewRequest.ts +38 -0
  599. package/dist/typescript/model/TicketReviewRequestReq.ts +38 -0
  600. package/dist/typescript/model/TicketReviewRequestRes.ts +38 -0
  601. package/dist/typescript/model/TimeZone.ts +21 -0
  602. package/dist/typescript/model/TimeZoneReq.ts +19 -0
  603. package/dist/typescript/model/TimeZoneRes.ts +21 -0
  604. package/dist/typescript/model/Timestamp.ts +27 -0
  605. package/dist/typescript/model/TimestampReq.ts +25 -0
  606. package/dist/typescript/model/TimestampRes.ts +27 -0
  607. package/dist/typescript/model/TrafficViolationInputRequest.ts +18 -0
  608. package/dist/typescript/model/TrafficViolationTypeDomain.ts +87 -0
  609. package/dist/typescript/model/TransferCaseRequest.ts +20 -0
  610. package/dist/typescript/model/USStateDomain.ts +19 -0
  611. package/dist/typescript/model/UpdateAddress.ts +24 -0
  612. package/dist/typescript/model/UpdateCaseActionRequest.ts +18 -0
  613. package/dist/typescript/model/UpdateCaseActionResponse.ts +18 -0
  614. package/dist/typescript/model/UpdateCaseDeclineTicketsRequest.ts +20 -0
  615. package/dist/typescript/model/UpdateCasePaymentRequest.ts +43 -0
  616. package/dist/typescript/model/UpdateCitationAddressRequest.ts +18 -0
  617. package/dist/typescript/model/UpdateCitationPictureRequest.ts +20 -0
  618. package/dist/typescript/model/UpdateCitationRequest.ts +18 -0
  619. package/dist/typescript/model/UpdateCourtRequest.ts +18 -0
  620. package/dist/typescript/model/UpdateDisputeRequest.ts +18 -0
  621. package/dist/typescript/model/UpdateInvoiceLineItemRequest.ts +18 -0
  622. package/dist/typescript/model/UpdateLawfirmFeeRequest.ts +41 -0
  623. package/dist/typescript/model/UpdateLawfirmFeeResponse.ts +18 -0
  624. package/dist/typescript/model/UpdateLawfirmModel.ts +60 -0
  625. package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.ts +25 -0
  626. package/dist/typescript/model/UpdateLawfirmPayoutRequest.ts +38 -0
  627. package/dist/typescript/model/UpdateLawfirmPayoutResponse.ts +18 -0
  628. package/dist/typescript/model/UpdateLawfirmRequest.ts +18 -0
  629. package/dist/typescript/model/UpdateLawfirmSettingsRequest.ts +18 -0
  630. package/dist/typescript/model/UpdateNoteInput.ts +18 -0
  631. package/dist/typescript/model/UpdateNoteRequest.ts +18 -0
  632. package/dist/typescript/model/UpdateNoteResponse.ts +18 -0
  633. package/dist/typescript/model/UpdatePaymentDueDateRequest.ts +19 -0
  634. package/dist/typescript/model/UpdatePhoneNumber.ts +41 -0
  635. package/dist/typescript/model/UpdateProfilePictureRequest.ts +19 -0
  636. package/dist/typescript/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
  637. package/dist/typescript/model/UpdateReplyForCustomerReview.ts +19 -0
  638. package/dist/typescript/model/UpdateUserDetailsResponse.ts +18 -0
  639. package/dist/typescript/model/UpdateUserModel.ts +51 -0
  640. package/dist/typescript/model/UpdateUserPhoneNumberRequest.ts +18 -0
  641. package/dist/typescript/model/UpdateUserProfileRequest.ts +18 -0
  642. package/dist/typescript/model/UpdateUserRolesRequest.ts +28 -0
  643. package/dist/typescript/model/UpdateViolationRequest.ts +85 -0
  644. package/dist/typescript/model/UpsertAddressRequest.ts +18 -0
  645. package/dist/typescript/model/UserAccountModel.ts +33 -0
  646. package/dist/typescript/model/UserAuditEventModel.ts +62 -0
  647. package/dist/typescript/model/UserBookingsDomain.ts +19 -0
  648. package/dist/typescript/model/UserDetails.ts +21 -0
  649. package/dist/typescript/model/UserDomain.ts +81 -0
  650. package/dist/typescript/model/UserDomainReq.ts +80 -0
  651. package/dist/typescript/model/UserDomainRes.ts +81 -0
  652. package/dist/typescript/model/UserRefLinkDomain.ts +20 -0
  653. package/dist/typescript/model/UserReferralSourceTypeModel.ts +24 -0
  654. package/dist/typescript/model/UserRegistrationStats.ts +23 -0
  655. package/dist/typescript/model/UserRoleDomain.ts +27 -0
  656. package/dist/typescript/model/UserSubscriptionPlanModel.ts +31 -0
  657. package/dist/typescript/model/UserSubscriptionPlanModelReq.ts +31 -0
  658. package/dist/typescript/model/UserSubscriptionPlanModelRes.ts +31 -0
  659. package/dist/typescript/model/UserToContact.ts +19 -0
  660. package/dist/typescript/model/ValidateDirectMailRequest.ts +19 -0
  661. package/dist/typescript/model/ValidateDirectMailResponse.ts +275 -0
  662. package/dist/typescript/model/ValidateUserEmailResponse.ts +20 -0
  663. package/dist/typescript/model/VerifyMailingAddressRequest.ts +18 -0
  664. package/dist/typescript/model/VerifyMailingAddressResponse.ts +20 -0
  665. package/dist/typescript/model/VerifyPasswordResetTokenResponse.ts +19 -0
  666. package/dist/typescript/model/VerifyUserAccountResponse.ts +19 -0
  667. package/dist/typescript/model/ViolationClassificationModel.ts +82 -0
  668. package/dist/typescript/model/ViolationInput.ts +18 -0
  669. package/dist/typescript/model/ViolationInputRequest.ts +18 -0
  670. package/dist/typescript/model/ViolationPenaltyResponse.ts +19 -0
  671. package/dist/typescript/model/ViolationResponse.ts +85 -0
  672. package/dist/typescript/model/ZoneId.ts +19 -0
  673. package/dist/typescript/model/ZoneOffset.ts +20 -0
  674. package/dist/typescript/model/ZoneOffsetTransition.ts +25 -0
  675. package/dist/typescript/model/ZoneOffsetTransitionRule.ts +56 -0
  676. package/dist/typescript/model/ZoneRules.ts +20 -0
  677. package/dist/typescript/model/models.d.ts +0 -4
  678. package/dist/typescript/model/models.js +0 -4
  679. package/dist/typescript/model/models.ts +583 -0
  680. package/package.json +1 -1
@@ -0,0 +1,275 @@
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 ValidateDirectMailResponse {
16
+ "otrError"?: ValidateDirectMailResponse.OtrErrorEnum;
17
+ }
18
+
19
+ export namespace ValidateDirectMailResponse {
20
+ export enum OtrErrorEnum {
21
+ ACCESSDENIED = <any> 'ACCESS_DENIED',
22
+ ACCOUNTDISABLED = <any> 'ACCOUNT_DISABLED',
23
+ ARAGNOTCAPTURED = <any> 'ARAG_NOT_CAPTURED',
24
+ AUTHENTICATIONCREDENTIALSNOTFOUND = <any> 'AUTHENTICATION_CREDENTIALS_NOT_FOUND',
25
+ AUTHENTICATIONFAILED = <any> 'AUTHENTICATION_FAILED',
26
+ AUTHENTICATIONSERVICEFAILURE = <any> 'AUTHENTICATION_SERVICE_FAILURE',
27
+ AUTHORIZATIONSERVICEFAILURE = <any> 'AUTHORIZATION_SERVICE_FAILURE',
28
+ AUTHORIZEDCHARGESONCASE = <any> 'AUTHORIZED_CHARGES_ON_CASE',
29
+ BADCREDENTIALS = <any> 'BAD_CREDENTIALS',
30
+ CANCELLATIONWINDOWCLOSED = <any> 'CANCELLATION_WINDOW_CLOSED',
31
+ CASEALREADYEXISTS = <any> 'CASE_ALREADY_EXISTS',
32
+ CASEALREADYPAID = <any> 'CASE_ALREADY_PAID',
33
+ CASEALREADYRESOLVED = <any> 'CASE_ALREADY_RESOLVED',
34
+ CASEIDCOLLISION = <any> 'CASE_ID_COLLISION',
35
+ CASEISCANCELLED = <any> 'CASE_IS_CANCELLED',
36
+ CASEMATCHFAILED = <any> 'CASE_MATCH_FAILED',
37
+ CASENOTACCEPTEDBYLAWFIRM = <any> 'CASE_NOT_ACCEPTED_BY_LAWFIRM',
38
+ CASENOTCONFIRMED = <any> 'CASE_NOT_CONFIRMED',
39
+ CASEPAYMENTASSOCIATEDWITHMULTIPLELAWFIRMFEES = <any> 'CASE_PAYMENT_ASSOCIATED_WITH_MULTIPLE_LAWFIRM_FEES',
40
+ CASEPAYMENTASSOCIATEDWITHMULTIPLELAWFIRMPAYOUTS = <any> 'CASE_PAYMENT_ASSOCIATED_WITH_MULTIPLE_LAWFIRM_PAYOUTS',
41
+ CASEPAYMENTHASSTRIPECHARGE = <any> 'CASE_PAYMENT_HAS_STRIPE_CHARGE',
42
+ CASESTATUSNOTALLOWED = <any> 'CASE_STATUS_NOT_ALLOWED',
43
+ CASEUSERMISMATCH = <any> 'CASE_USER_MISMATCH',
44
+ CCWILLEXPIREBEFOREPAYMENTPLAN = <any> 'CC_WILL_EXPIRE_BEFORE_PAYMENT_PLAN',
45
+ CHARGEALREADYCAPTURED = <any> 'CHARGE_ALREADY_CAPTURED',
46
+ CHARGEEXPIRED = <any> 'CHARGE_EXPIRED',
47
+ CHARGENOTALLOWED = <any> 'CHARGE_NOT_ALLOWED',
48
+ CHARGENOTCAPTURED = <any> 'CHARGE_NOT_CAPTURED',
49
+ CHARGENOLONGERAUTHORIZED = <any> 'CHARGE_NO_LONGER_AUTHORIZED',
50
+ CHARGEREFUNDED = <any> 'CHARGE_REFUNDED',
51
+ CITATIONALREADYDELETED = <any> 'CITATION_ALREADY_DELETED',
52
+ CITATIONDOESNOTMATCHUSER = <any> 'CITATION_DOES_NOT_MATCH_USER',
53
+ CITATIONNOTOWNEDBYUSER = <any> 'CITATION_NOT_OWNED_BY_USER',
54
+ CODEALREADYEXISTSFORDRIVER = <any> 'CODE_ALREADY_EXISTS_FOR_DRIVER',
55
+ CODEBENEFITTYPENOTSUPPORTED = <any> 'CODE_BENEFIT_TYPE_NOT_SUPPORTED',
56
+ CODEDOESNOTEXIST = <any> 'CODE_DOES_NOT_EXIST',
57
+ CODEEXCEEDEDMAXUSAGE = <any> 'CODE_EXCEEDED_MAX_USAGE',
58
+ CODEHASEXPIRED = <any> 'CODE_HAS_EXPIRED',
59
+ CODEISALREADYTAKEN = <any> 'CODE_IS_ALREADY_TAKEN',
60
+ CODEISNOTACTIVE = <any> 'CODE_IS_NOT_ACTIVE',
61
+ CODENOTALLOWEDDUETOCREDIT = <any> 'CODE_NOT_ALLOWED_DUE_TO_CREDIT',
62
+ CODENOTSUPPORTEDBYLAWFIRM = <any> 'CODE_NOT_SUPPORTED_BY_LAWFIRM',
63
+ CODENOTYETAPPROVED = <any> 'CODE_NOT_YET_APPROVED',
64
+ CODEREFERRERBENEFITSNOTAUTHORIZED = <any> 'CODE_REFERRER_BENEFITS_NOT_AUTHORIZED',
65
+ COMMENTALREADYEXISTS = <any> 'COMMENT_ALREADY_EXISTS',
66
+ COURTMISSINGADDRESS = <any> 'COURT_MISSING_ADDRESS',
67
+ COURTNOTINSUPPORTEDREGION = <any> 'COURT_NOT_IN_SUPPORTED_REGION',
68
+ COURTNOTSUPPORTEDBYLAWFIRM = <any> 'COURT_NOT_SUPPORTED_BY_LAWFIRM',
69
+ CURRENTPASSWORDINCORRECT = <any> 'CURRENT_PASSWORD_INCORRECT',
70
+ DATABASERECORDLOCKED = <any> 'DATABASE_RECORD_LOCKED',
71
+ DATAACCESSERROR = <any> 'DATA_ACCESS_ERROR',
72
+ DIRECTMAILRECONCILATIONIDNOTEXIST = <any> 'DIRECT_MAIL_RECONCILATION_ID_NOT_EXIST',
73
+ DIRECTMAILSENTALREADY = <any> 'DIRECT_MAIL_SENT_ALREADY',
74
+ DIRECTMAILTEMPLATEDUPLICATEDETECTED = <any> 'DIRECT_MAIL_TEMPLATE_DUPLICATE_DETECTED',
75
+ DIRECTMAILTEMPLATENOTEXIST = <any> 'DIRECT_MAIL_TEMPLATE_NOT_EXIST',
76
+ DRIPDEPENDENCYFAILURE = <any> 'DRIP_DEPENDENCY_FAILURE',
77
+ DUPLICATECOURT = <any> 'DUPLICATE_COURT',
78
+ DUPLICATEEMAIL = <any> 'DUPLICATE_EMAIL',
79
+ DUPLICATEENTRY = <any> 'DUPLICATE_ENTRY',
80
+ DUPLICATELANDINGPAGEURL = <any> 'DUPLICATE_LANDING_PAGE_URL',
81
+ DUPLICATEMESSAGEATTEMPT = <any> 'DUPLICATE_MESSAGE_ATTEMPT',
82
+ EMAILADDRESSALREADYSUBSCRIBED = <any> 'EMAIL_ADDRESS_ALREADY_SUBSCRIBED',
83
+ EMAILADDRESSBLACKLISTED = <any> 'EMAIL_ADDRESS_BLACKLISTED',
84
+ EMAILALREADYINUSE = <any> 'EMAIL_ALREADY_IN_USE',
85
+ EMAILALREADYSENT = <any> 'EMAIL_ALREADY_SENT',
86
+ EMAILNOTCONFIRMED = <any> 'EMAIL_NOT_CONFIRMED',
87
+ EMAILNOTSENT = <any> 'EMAIL_NOT_SENT',
88
+ EXPECTEDNULLINPUT = <any> 'EXPECTED_NULL_INPUT',
89
+ EXPECTEDROLEMISSING = <any> 'EXPECTED_ROLE_MISSING',
90
+ FAILEDTOREVERSETRANSFER = <any> 'FAILED_TO_REVERSE_TRANSFER',
91
+ FRESHDESKTICKETNOTFOUND = <any> 'FRESHDESK_TICKET_NOT_FOUND',
92
+ FRESHDESKUNEXPECTEDNUMBEROFRESULTS = <any> 'FRESHDESK_UNEXPECTED_NUMBER_OF_RESULTS',
93
+ IMAGENOTCOMPRESSEDPROPERLY = <any> 'IMAGE_NOT_COMPRESSED_PROPERLY',
94
+ INCORRECTDIMENSIONS = <any> 'INCORRECT_DIMENSIONS',
95
+ INCORRECTENCODING = <any> 'INCORRECT_ENCODING',
96
+ INELIGIBLESTATUSFORTRANSFER = <any> 'INELIGIBLE_STATUS_FOR_TRANSFER',
97
+ INVALIDADDRESSID = <any> 'INVALID_ADDRESS_ID',
98
+ INVALIDAMOUNT = <any> 'INVALID_AMOUNT',
99
+ INVALIDAPITOKEN = <any> 'INVALID_API_TOKEN',
100
+ INVALIDAPIUSAGE = <any> 'INVALID_API_USAGE',
101
+ INVALIDCASEACTIONID = <any> 'INVALID_CASE_ACTION_ID',
102
+ INVALIDCASEID = <any> 'INVALID_CASE_ID',
103
+ INVALIDCASEPAYMENTID = <any> 'INVALID_CASE_PAYMENT_ID',
104
+ INVALIDCITATIONID = <any> 'INVALID_CITATION_ID',
105
+ INVALIDCOURTID = <any> 'INVALID_COURT_ID',
106
+ INVALIDDATE = <any> 'INVALID_DATE',
107
+ INVALIDDISPUTEID = <any> 'INVALID_DISPUTE_ID',
108
+ INVALIDDOCUMENTID = <any> 'INVALID_DOCUMENT_ID',
109
+ INVALIDEMAILADDRESS = <any> 'INVALID_EMAIL_ADDRESS',
110
+ INVALIDEMAILTEMPLATE = <any> 'INVALID_EMAIL_TEMPLATE',
111
+ INVALIDENDDATE = <any> 'INVALID_END_DATE',
112
+ INVALIDENUMVALUE = <any> 'INVALID_ENUM_VALUE',
113
+ INVALIDFEEPERCENTAGE = <any> 'INVALID_FEE_PERCENTAGE',
114
+ INVALIDFIRSTNAME = <any> 'INVALID_FIRST_NAME',
115
+ INVALIDINTERNETADDRESS = <any> 'INVALID_INTERNET_ADDRESS',
116
+ INVALIDINVITATIONTOKEN = <any> 'INVALID_INVITATION_TOKEN',
117
+ INVALIDINVOICELINEITEMID = <any> 'INVALID_INVOICE_LINE_ITEM_ID',
118
+ INVALIDLASTNAME = <any> 'INVALID_LAST_NAME',
119
+ INVALIDLAWFIRM = <any> 'INVALID_LAWFIRM',
120
+ INVALIDLAWYERID = <any> 'INVALID_LAWYER_ID',
121
+ INVALIDLINEITEM = <any> 'INVALID_LINE_ITEM',
122
+ INVALIDMESSAGEID = <any> 'INVALID_MESSAGE_ID',
123
+ INVALIDPAGINATIONTOKEN = <any> 'INVALID_PAGINATION_TOKEN',
124
+ INVALIDPARAMETERVALUE = <any> 'INVALID_PARAMETER_VALUE',
125
+ INVALIDPASSWORD = <any> 'INVALID_PASSWORD',
126
+ INVALIDPASSWORDRESETTOKEN = <any> 'INVALID_PASSWORD_RESET_TOKEN',
127
+ INVALIDPUSHTOKEN = <any> 'INVALID_PUSH_TOKEN',
128
+ INVALIDRECIPIENTLIST = <any> 'INVALID_RECIPIENT_LIST',
129
+ INVALIDREQUEST = <any> 'INVALID_REQUEST',
130
+ INVALIDREQUESTBODY = <any> 'INVALID_REQUEST_BODY',
131
+ INVALIDRESOLUTIONSTATUS = <any> 'INVALID_RESOLUTION_STATUS',
132
+ INVALIDREVIEWCOPY = <any> 'INVALID_REVIEW_COPY',
133
+ INVALIDROLETYPE = <any> 'INVALID_ROLE_TYPE',
134
+ INVALIDSTATE = <any> 'INVALID_STATE',
135
+ INVALIDSTRIPEACCOUNT = <any> 'INVALID_STRIPE_ACCOUNT',
136
+ INVALIDSTRIPECHARGEID = <any> 'INVALID_STRIPE_CHARGE_ID',
137
+ INVALIDSTRIPEREQUEST = <any> 'INVALID_STRIPE_REQUEST',
138
+ INVALIDSTRIPETRANSACTIONID = <any> 'INVALID_STRIPE_TRANSACTION_ID',
139
+ INVALIDSUBSCRIPTIONTYPE = <any> 'INVALID_SUBSCRIPTION_TYPE',
140
+ INVALIDTASKID = <any> 'INVALID_TASK_ID',
141
+ INVALIDTICKETID = <any> 'INVALID_TICKET_ID',
142
+ INVALIDTICKETREVIEWID = <any> 'INVALID_TICKET_REVIEW_ID',
143
+ INVALIDTRAFFICVIOLATION = <any> 'INVALID_TRAFFIC_VIOLATION',
144
+ INVALIDUSERID = <any> 'INVALID_USER_ID',
145
+ INVALIDUSERNAME = <any> 'INVALID_USER_NAME',
146
+ INVITATIONALREADYSENT = <any> 'INVITATION_ALREADY_SENT',
147
+ INVITATIONALREADYVERIFIED = <any> 'INVITATION_ALREADY_VERIFIED',
148
+ INVITATIONCANCELLED = <any> 'INVITATION_CANCELLED',
149
+ INVITATIONHASEXPIRED = <any> 'INVITATION_HAS_EXPIRED',
150
+ INVITATIONRECIPIENTNOACCOUNT = <any> 'INVITATION_RECIPIENT_NO_ACCOUNT',
151
+ IOERROR = <any> 'IO_ERROR',
152
+ LAWFIRMCASECAPACITYREACHED = <any> 'LAWFIRM_CASE_CAPACITY_REACHED',
153
+ LAWFIRMCASENOTACTIVE = <any> 'LAWFIRM_CASE_NOT_ACTIVE',
154
+ LAWFIRMDOESNOTHANDLEACCIDENTS = <any> 'LAWFIRM_DOES_NOT_HANDLE_ACCIDENTS',
155
+ LAWFIRMDOESNOTHANDLEPASTDUE = <any> 'LAWFIRM_DOES_NOT_HANDLE_PAST_DUE',
156
+ LAWFIRMFEEHASSTRIPEREFERENCE = <any> 'LAWFIRM_FEE_HAS_STRIPE_REFERENCE',
157
+ LAWFIRMMISSINGACCOUNTFEE = <any> 'LAWFIRM_MISSING_ACCOUNT_FEE',
158
+ LAWFIRMNOTELIGIBLE = <any> 'LAWFIRM_NOT_ELIGIBLE',
159
+ LAWFIRMONVACATIONMODE = <any> 'LAWFIRM_ON_VACATION_MODE',
160
+ LAWFIRMPAYOUTHASSTRIPEREFERENCE = <any> 'LAWFIRM_PAYOUT_HAS_STRIPE_REFERENCE',
161
+ LAWFIRMNEEDSADDRESS = <any> 'LAW_FIRM_NEEDS_ADDRESS',
162
+ LINEITEMMISSINGRECIPIENT = <any> 'LINE_ITEM_MISSING_RECIPIENT',
163
+ LINKSNOTALLOWED = <any> 'LINKS_NOT_ALLOWED',
164
+ LOBADDRESSCREATIONFAILURE = <any> 'LOB_ADDRESS_CREATION_FAILURE',
165
+ LOBADDRESSVALIDATIONFAILURE = <any> 'LOB_ADDRESS_VALIDATION_FAILURE',
166
+ LOBCANCELCHECKDELIVERYFAILURE = <any> 'LOB_CANCEL_CHECK_DELIVERY_FAILURE',
167
+ LOBCANCELMAILDELIVERYFAILURE = <any> 'LOB_CANCEL_MAIL_DELIVERY_FAILURE',
168
+ LOBCHECKMAILDELIVERYFAILURE = <any> 'LOB_CHECK_MAIL_DELIVERY_FAILURE',
169
+ LOBPOSTCARDCREATIONFAILURE = <any> 'LOB_POSTCARD_CREATION_FAILURE',
170
+ MEDIATYPEINCORRECT = <any> 'MEDIA_TYPE_INCORRECT',
171
+ MERGEROLLBACKNOTALLOWED = <any> 'MERGE_ROLLBACK_NOT_ALLOWED',
172
+ MISSINGACTIONTYPE = <any> 'MISSING_ACTION_TYPE',
173
+ MISSINGADJUSTEDFINEAMOUNT = <any> 'MISSING_ADJUSTED_FINE_AMOUNT',
174
+ MISSINGCASE = <any> 'MISSING_CASE',
175
+ MISSINGCITATIONID = <any> 'MISSING_CITATION_ID',
176
+ MISSINGCOURTID = <any> 'MISSING_COURT_ID',
177
+ MISSINGEMAILADDRESS = <any> 'MISSING_EMAIL_ADDRESS',
178
+ MISSINGFEEDBACKCONTENT = <any> 'MISSING_FEEDBACK_CONTENT',
179
+ MISSINGFIRSTNAME = <any> 'MISSING_FIRSTNAME',
180
+ MISSINGIMAGEURL = <any> 'MISSING_IMAGE_URL',
181
+ MISSINGLASTNAME = <any> 'MISSING_LASTNAME',
182
+ MISSINGLAWFIRMID = <any> 'MISSING_LAWFIRM_ID',
183
+ MISSINGLAWYERID = <any> 'MISSING_LAWYER_ID',
184
+ MISSINGMEDIADATA = <any> 'MISSING_MEDIA_DATA',
185
+ MISSINGNUMVIOLATIONS = <any> 'MISSING_NUM_VIOLATIONS',
186
+ MISSINGPARAMETER = <any> 'MISSING_PARAMETER',
187
+ MISSINGPASSWORD = <any> 'MISSING_PASSWORD',
188
+ MISSINGRECIPIENTEMAIL = <any> 'MISSING_RECIPIENT_EMAIL',
189
+ MISSINGREQUESTBODY = <any> 'MISSING_REQUEST_BODY',
190
+ MISSINGRESOLUTIONSTATUS = <any> 'MISSING_RESOLUTION_STATUS',
191
+ MISSINGSENDEREMAIL = <any> 'MISSING_SENDER_EMAIL',
192
+ MISSINGSENDERPHONENUMBER = <any> 'MISSING_SENDER_PHONE_NUMBER',
193
+ MISSINGSEOURL = <any> 'MISSING_SEO_URL',
194
+ MISSINGSTRIPETOKEN = <any> 'MISSING_STRIPE_TOKEN',
195
+ MISSINGSUBSCRIBER = <any> 'MISSING_SUBSCRIBER',
196
+ MISSINGTICKETISSUEDATE = <any> 'MISSING_TICKET_ISSUE_DATE',
197
+ MISSINGUSERNAME = <any> 'MISSING_USER_NAME',
198
+ MULTIPLELAWFIRMFEES = <any> 'MULTIPLE_LAWFIRM_FEES',
199
+ MULTIPLELAWFIRMPAYOUTS = <any> 'MULTIPLE_LAWFIRM_PAYOUTS',
200
+ MULTIPLEREFUNDSONCHARGE = <any> 'MULTIPLE_REFUNDS_ON_CHARGE',
201
+ MULTIPLESTRIPECUSTOMERACCOUNTSFOUND = <any> 'MULTIPLE_STRIPE_CUSTOMER_ACCOUNTS_FOUND',
202
+ MULTIPLESTRIPETRANSFERSFOUND = <any> 'MULTIPLE_STRIPE_TRANSFERS_FOUND',
203
+ MUSTBEPOSITIVE = <any> 'MUST_BE_POSITIVE',
204
+ NOTIFICATIONERROR = <any> 'NOTIFICATION_ERROR',
205
+ NOTIFICATIONINCORRECTROLE = <any> 'NOTIFICATION_INCORRECT_ROLE',
206
+ NOTIFICATIONTOOLONG = <any> 'NOTIFICATION_TOO_LONG',
207
+ NOTIFICATIONTOSELF = <any> 'NOTIFICATION_TO_SELF',
208
+ NOTAUTHENTICATED = <any> 'NOT_AUTHENTICATED',
209
+ NOACCOUNTWITHEMAIL = <any> 'NO_ACCOUNT_WITH_EMAIL',
210
+ NOCASEOWNER = <any> 'NO_CASE_OWNER',
211
+ NOCHARGESONCASE = <any> 'NO_CHARGES_ON_CASE',
212
+ NOINSURANCE = <any> 'NO_INSURANCE',
213
+ NOLAWFIRMAVAILABLE = <any> 'NO_LAWFIRM_AVAILABLE',
214
+ NOSTRIPEACCOUNT = <any> 'NO_STRIPE_ACCOUNT',
215
+ OWNERCASEMESSAGEMISMATCH = <any> 'OWNER_CASE_MESSAGE_MISMATCH',
216
+ PAYMENTPLANSDENIED = <any> 'PAYMENT_PLANS_DENIED',
217
+ PAYMENTPLANLEGALFEEHASCENTS = <any> 'PAYMENT_PLAN_LEGAL_FEE_HAS_CENTS',
218
+ PAYMENTPLANNOTSUPPORTEDWITHPREPAIDCARD = <any> 'PAYMENT_PLAN_NOT_SUPPORTED_WITH_PREPAID_CARD',
219
+ PDFPASSWORDPROTECTED = <any> 'PDF_PASSWORD_PROTECTED',
220
+ PLAIDERROR = <any> 'PLAID_ERROR',
221
+ QBOBILLCREATIONFAILURE = <any> 'QBO_BILL_CREATION_FAILURE',
222
+ QBOVENDORCREATIONFAILURE = <any> 'QBO_VENDOR_CREATION_FAILURE',
223
+ REFERRALSNOTALLOWEDTOBEREDEEMED = <any> 'REFERRALS_NOT_ALLOWED_TO_BE_REDEEMED',
224
+ REFUNDNOTALLOWED = <any> 'REFUND_NOT_ALLOWED',
225
+ REFUNDNOTELIGIBLE = <any> 'REFUND_NOT_ELIGIBLE',
226
+ REFUNDNOTELIGIBLECRIMINAL = <any> 'REFUND_NOT_ELIGIBLE_CRIMINAL',
227
+ REQUESTNOTWELLFORMATTED = <any> 'REQUEST_NOT_WELL_FORMATTED',
228
+ RESETTOKENEXPIRED = <any> 'RESET_TOKEN_EXPIRED',
229
+ RESOURCENOTFOUND = <any> 'RESOURCE_NOT_FOUND',
230
+ REVIEWALREADYEXISTS = <any> 'REVIEW_ALREADY_EXISTS',
231
+ ROLENOTSUPPORTED = <any> 'ROLE_NOT_SUPPORTED',
232
+ S3CLIENTFAILED = <any> 'S3_CLIENT_FAILED',
233
+ S3SERVERFAILED = <any> 'S3_SERVER_FAILED',
234
+ SAMEUSERCANNOTBEMERGED = <any> 'SAME_USER_CANNOT_BE_MERGED',
235
+ SEOURLALREADYEXISTS = <any> 'SEO_URL_ALREADY_EXISTS',
236
+ SIMILARCOURT = <any> 'SIMILAR_COURT',
237
+ SOCIALPROFILEMISSINGEMAIL = <any> 'SOCIAL_PROFILE_MISSING_EMAIL',
238
+ STATENOTSUPPORTED = <any> 'STATE_NOT_SUPPORTED',
239
+ STRIPEAPICONNECTIONEXCEPTION = <any> 'STRIPE_API_CONNECTION_EXCEPTION',
240
+ STRIPEAPIEXCEPTION = <any> 'STRIPE_API_EXCEPTION',
241
+ STRIPEAPPLICATIONFEEALREADYREFUNDED = <any> 'STRIPE_APPLICATION_FEE_ALREADY_REFUNDED',
242
+ STRIPEAPPLICATIONFEENOTFOUND = <any> 'STRIPE_APPLICATION_FEE_NOT_FOUND',
243
+ STRIPEAUTHENTICATIONEXCEPTION = <any> 'STRIPE_AUTHENTICATION_EXCEPTION',
244
+ STRIPECARDEXCEPTION = <any> 'STRIPE_CARD_EXCEPTION',
245
+ STRIPECONNECTACCOUNTNOTFOUND = <any> 'STRIPE_CONNECT_ACCOUNT_NOT_FOUND',
246
+ STRIPEERROR = <any> 'STRIPE_ERROR',
247
+ STRIPEFAILEDCHARGE = <any> 'STRIPE_FAILED_CHARGE',
248
+ STRIPEOAUTHCONNECTFAILED = <any> 'STRIPE_OAUTH_CONNECT_FAILED',
249
+ STRIPEOBJECTMISSINGMETADATA = <any> 'STRIPE_OBJECT_MISSING_METADATA',
250
+ STRIPERESOURCENOTFOUND = <any> 'STRIPE_RESOURCE_NOT_FOUND',
251
+ STRIPETRANSFEREXISTS = <any> 'STRIPE_TRANSFER_EXISTS',
252
+ STRIPETRANSFERNOTFOUND = <any> 'STRIPE_TRANSFER_NOT_FOUND',
253
+ SUBSCRIPTIONNOTOWNEDBYUSER = <any> 'SUBSCRIPTION_NOT_OWNED_BY_USER',
254
+ TEMPLATENOTSUPPORTED = <any> 'TEMPLATE_NOT_SUPPORTED',
255
+ TRANSFERALREADYREVERSED = <any> 'TRANSFER_ALREADY_REVERSED',
256
+ TRANSFERIDDOESNTMATCHCHARGE = <any> 'TRANSFER_ID_DOESNT_MATCH_CHARGE',
257
+ TRANSFERNOTSAFE = <any> 'TRANSFER_NOT_SAFE',
258
+ TRANSFERREVERSALNOTALLOWED = <any> 'TRANSFER_REVERSAL_NOT_ALLOWED',
259
+ TRANSFERTOSAMELAWFIRM = <any> 'TRANSFER_TO_SAME_LAWFIRM',
260
+ UNAUTHORIZED = <any> 'UNAUTHORIZED',
261
+ UNEXPECTEDCASESTATUS = <any> 'UNEXPECTED_CASE_STATUS',
262
+ UNEXPECTEDNULLINPUT = <any> 'UNEXPECTED_NULL_INPUT',
263
+ UNEXPECTEDNUMBEROFCHARGES = <any> 'UNEXPECTED_NUMBER_OF_CHARGES',
264
+ UNKNOWN = <any> 'UNKNOWN',
265
+ URLENTITYMISMATCH = <any> 'URL_ENTITY_MISMATCH',
266
+ USERALREADYHASSECONDARYACCOUNT = <any> 'USER_ALREADY_HAS_SECONDARY_ACCOUNT',
267
+ USERALREADYLOGGEDIN = <any> 'USER_ALREADY_LOGGED_IN',
268
+ USERALREADYMERGED = <any> 'USER_ALREADY_MERGED',
269
+ USERCANTUSEOWNCODE = <any> 'USER_CANT_USE_OWN_CODE',
270
+ USERDOESNOTMATCHCITATION = <any> 'USER_DOES_NOT_MATCH_CITATION',
271
+ USERISNOTTHEOWNER = <any> 'USER_IS_NOT_THE_OWNER',
272
+ USERNOTFOUND = <any> 'USER_NOT_FOUND',
273
+ VERIFICATIONLINKNOTVALID = <any> 'VERIFICATION_LINK_NOT_VALID'
274
+ }
275
+ }
@@ -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 ValidateUserEmailResponse {
16
+ "invalidEmailReason"?: string;
17
+ "isEmailAvailable"?: boolean;
18
+ "isEmailValid"?: boolean;
19
+ }
20
+
@@ -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 VerifyMailingAddressRequest {
16
+ "address"?: models.LobMailingAddress;
17
+ }
18
+
@@ -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 VerifyMailingAddressResponse {
16
+ "addressToUse"?: models.LobMailingAddress;
17
+ "deliverable"?: boolean;
18
+ "deliverableMessage"?: string;
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 VerifyPasswordResetTokenResponse {
16
+ "isTokenValid"?: boolean;
17
+ "userId"?: number;
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 VerifyUserAccountResponse {
16
+ "emailAlreadyConfirmed"?: boolean;
17
+ "emailConfirmed"?: boolean;
18
+ }
19
+
@@ -0,0 +1,82 @@
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 ViolationClassificationModel {
16
+ "classification"?: ViolationClassificationModel.ClassificationEnum;
17
+ "criminal"?: boolean;
18
+ "pureCriminal"?: boolean;
19
+ "regionCode"?: string;
20
+ }
21
+
22
+ export namespace ViolationClassificationModel {
23
+ export enum ClassificationEnum {
24
+ CLASS1FELONY = <any> 'CLASS_1_FELONY',
25
+ CLASS1MISDEMEANOR = <any> 'CLASS_1_MISDEMEANOR',
26
+ CLASS2FELONY = <any> 'CLASS_2_FELONY',
27
+ CLASS2MISDEMEANOR = <any> 'CLASS_2_MISDEMEANOR',
28
+ CLASS3FELONY = <any> 'CLASS_3_FELONY',
29
+ CLASS3MISDEMEANOR = <any> 'CLASS_3_MISDEMEANOR',
30
+ CLASS4FELONY = <any> 'CLASS_4_FELONY',
31
+ CLASS4MISDEMEANOR = <any> 'CLASS_4_MISDEMEANOR',
32
+ CLASS5FELONY = <any> 'CLASS_5_FELONY',
33
+ CLASS6FELONY = <any> 'CLASS_6_FELONY',
34
+ CLASSA1MISDEMEANOR = <any> 'CLASS_A1_MISDEMEANOR',
35
+ CLASSAFELONY = <any> 'CLASS_A_FELONY',
36
+ CLASSAINFRACTION = <any> 'CLASS_A_INFRACTION',
37
+ CLASSAMISDEMEANOR = <any> 'CLASS_A_MISDEMEANOR',
38
+ CLASSAVIOLATION = <any> 'CLASS_A_VIOLATION',
39
+ CLASSBFELONY = <any> 'CLASS_B_FELONY',
40
+ CLASSBINFRACTION = <any> 'CLASS_B_INFRACTION',
41
+ CLASSBMISDEMEANOR = <any> 'CLASS_B_MISDEMEANOR',
42
+ CLASSBVIOLATION = <any> 'CLASS_B_VIOLATION',
43
+ CLASSCFELONY = <any> 'CLASS_C_FELONY',
44
+ CLASSCINFRACTION = <any> 'CLASS_C_INFRACTION',
45
+ CLASSCMISDEMEANOR = <any> 'CLASS_C_MISDEMEANOR',
46
+ CLASSCVIOLATION = <any> 'CLASS_C_VIOLATION',
47
+ CLASSDFELONY = <any> 'CLASS_D_FELONY',
48
+ CLASSDMISDEMEANOR = <any> 'CLASS_D_MISDEMEANOR',
49
+ CLASSDVIOLATION = <any> 'CLASS_D_VIOLATION',
50
+ CLASSEFELONY = <any> 'CLASS_E_FELONY',
51
+ CLASSFFELONY = <any> 'CLASS_F_FELONY',
52
+ CLASSHFELONY = <any> 'CLASS_H_FELONY',
53
+ DISORDERLYPERSONSOFFENSE = <any> 'DISORDERLY_PERSONS_OFFENSE',
54
+ FELONY = <any> 'FELONY',
55
+ FELONY1STDEGREE = <any> 'FELONY_1ST_DEGREE',
56
+ FELONY2NDDEGREE = <any> 'FELONY_2ND_DEGREE',
57
+ FELONY3RDDEGREE = <any> 'FELONY_3RD_DEGREE',
58
+ FELONY4THDEGREE = <any> 'FELONY_4TH_DEGREE',
59
+ FELONY5THDEGREE = <any> 'FELONY_5TH_DEGREE',
60
+ GROSSMISDEMEANOR = <any> 'GROSS_MISDEMEANOR',
61
+ HIGHANDAGGRAVATEDMISDEMEANOR = <any> 'HIGH_AND_AGGRAVATED_MISDEMEANOR',
62
+ INFRACTION = <any> 'INFRACTION',
63
+ LEVEL4FELONY = <any> 'LEVEL_4_FELONY',
64
+ LEVEL5FELONY = <any> 'LEVEL_5_FELONY',
65
+ LEVEL6FELONY = <any> 'LEVEL_6_FELONY',
66
+ MINORMISDEMEANOR = <any> 'MINOR_MISDEMEANOR',
67
+ MISDEMEANOR = <any> 'MISDEMEANOR',
68
+ MISDEMEANOR1STDEGREE = <any> 'MISDEMEANOR_1ST_DEGREE',
69
+ MISDEMEANOR2NDDEGREE = <any> 'MISDEMEANOR_2ND_DEGREE',
70
+ MISDEMEANOR3RDDEGREE = <any> 'MISDEMEANOR_3RD_DEGREE',
71
+ MISDEMEANOR4THDEGREE = <any> 'MISDEMEANOR_4TH_DEGREE',
72
+ MISDEMEANORWITHREFUND = <any> 'MISDEMEANOR_WITH_REFUND',
73
+ NONMOVING = <any> 'NON_MOVING',
74
+ NONREPORTABLE = <any> 'NON_REPORTABLE',
75
+ PETTYMISDEMEANOR = <any> 'PETTY_MISDEMEANOR',
76
+ QUASICRIMINAL = <any> 'QUASI_CRIMINAL',
77
+ SUMMARYOFFENSE = <any> 'SUMMARY_OFFENSE',
78
+ SUMMARYOFFENSENOREFUND = <any> 'SUMMARY_OFFENSE_NO_REFUND',
79
+ WOBBLERTOFELONY = <any> 'WOBBLER_TO_FELONY',
80
+ WOBBLERTOMISDEMEANOR = <any> 'WOBBLER_TO_MISDEMEANOR'
81
+ }
82
+ }
@@ -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 ViolationInput {
16
+ "violationDescription"?: 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 ViolationInputRequest {
16
+ "violationId"?: number;
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 ViolationPenaltyResponse {
16
+ "penalties"?: Array<models.Penalty>;
17
+ "violationId"?: string;
18
+ }
19
+
@@ -0,0 +1,85 @@
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 ViolationResponse {
16
+ "criminal"?: boolean;
17
+ "penalties"?: Array<models.CaseViolationPenalty>;
18
+ "trafficViolationDesc"?: string;
19
+ "trafficViolationTypeId"?: number;
20
+ "violationClassification"?: ViolationResponse.ViolationClassificationEnum;
21
+ "violationCode"?: string;
22
+ "wobblerToCriminal"?: boolean;
23
+ }
24
+
25
+ export namespace ViolationResponse {
26
+ export enum ViolationClassificationEnum {
27
+ CLASS1FELONY = <any> 'CLASS_1_FELONY',
28
+ CLASS1MISDEMEANOR = <any> 'CLASS_1_MISDEMEANOR',
29
+ CLASS2FELONY = <any> 'CLASS_2_FELONY',
30
+ CLASS2MISDEMEANOR = <any> 'CLASS_2_MISDEMEANOR',
31
+ CLASS3FELONY = <any> 'CLASS_3_FELONY',
32
+ CLASS3MISDEMEANOR = <any> 'CLASS_3_MISDEMEANOR',
33
+ CLASS4FELONY = <any> 'CLASS_4_FELONY',
34
+ CLASS4MISDEMEANOR = <any> 'CLASS_4_MISDEMEANOR',
35
+ CLASS5FELONY = <any> 'CLASS_5_FELONY',
36
+ CLASS6FELONY = <any> 'CLASS_6_FELONY',
37
+ CLASSA1MISDEMEANOR = <any> 'CLASS_A1_MISDEMEANOR',
38
+ CLASSAFELONY = <any> 'CLASS_A_FELONY',
39
+ CLASSAINFRACTION = <any> 'CLASS_A_INFRACTION',
40
+ CLASSAMISDEMEANOR = <any> 'CLASS_A_MISDEMEANOR',
41
+ CLASSAVIOLATION = <any> 'CLASS_A_VIOLATION',
42
+ CLASSBFELONY = <any> 'CLASS_B_FELONY',
43
+ CLASSBINFRACTION = <any> 'CLASS_B_INFRACTION',
44
+ CLASSBMISDEMEANOR = <any> 'CLASS_B_MISDEMEANOR',
45
+ CLASSBVIOLATION = <any> 'CLASS_B_VIOLATION',
46
+ CLASSCFELONY = <any> 'CLASS_C_FELONY',
47
+ CLASSCINFRACTION = <any> 'CLASS_C_INFRACTION',
48
+ CLASSCMISDEMEANOR = <any> 'CLASS_C_MISDEMEANOR',
49
+ CLASSCVIOLATION = <any> 'CLASS_C_VIOLATION',
50
+ CLASSDFELONY = <any> 'CLASS_D_FELONY',
51
+ CLASSDMISDEMEANOR = <any> 'CLASS_D_MISDEMEANOR',
52
+ CLASSDVIOLATION = <any> 'CLASS_D_VIOLATION',
53
+ CLASSEFELONY = <any> 'CLASS_E_FELONY',
54
+ CLASSFFELONY = <any> 'CLASS_F_FELONY',
55
+ CLASSHFELONY = <any> 'CLASS_H_FELONY',
56
+ DISORDERLYPERSONSOFFENSE = <any> 'DISORDERLY_PERSONS_OFFENSE',
57
+ FELONY = <any> 'FELONY',
58
+ FELONY1STDEGREE = <any> 'FELONY_1ST_DEGREE',
59
+ FELONY2NDDEGREE = <any> 'FELONY_2ND_DEGREE',
60
+ FELONY3RDDEGREE = <any> 'FELONY_3RD_DEGREE',
61
+ FELONY4THDEGREE = <any> 'FELONY_4TH_DEGREE',
62
+ FELONY5THDEGREE = <any> 'FELONY_5TH_DEGREE',
63
+ GROSSMISDEMEANOR = <any> 'GROSS_MISDEMEANOR',
64
+ HIGHANDAGGRAVATEDMISDEMEANOR = <any> 'HIGH_AND_AGGRAVATED_MISDEMEANOR',
65
+ INFRACTION = <any> 'INFRACTION',
66
+ LEVEL4FELONY = <any> 'LEVEL_4_FELONY',
67
+ LEVEL5FELONY = <any> 'LEVEL_5_FELONY',
68
+ LEVEL6FELONY = <any> 'LEVEL_6_FELONY',
69
+ MINORMISDEMEANOR = <any> 'MINOR_MISDEMEANOR',
70
+ MISDEMEANOR = <any> 'MISDEMEANOR',
71
+ MISDEMEANOR1STDEGREE = <any> 'MISDEMEANOR_1ST_DEGREE',
72
+ MISDEMEANOR2NDDEGREE = <any> 'MISDEMEANOR_2ND_DEGREE',
73
+ MISDEMEANOR3RDDEGREE = <any> 'MISDEMEANOR_3RD_DEGREE',
74
+ MISDEMEANOR4THDEGREE = <any> 'MISDEMEANOR_4TH_DEGREE',
75
+ MISDEMEANORWITHREFUND = <any> 'MISDEMEANOR_WITH_REFUND',
76
+ NONMOVING = <any> 'NON_MOVING',
77
+ NONREPORTABLE = <any> 'NON_REPORTABLE',
78
+ PETTYMISDEMEANOR = <any> 'PETTY_MISDEMEANOR',
79
+ QUASICRIMINAL = <any> 'QUASI_CRIMINAL',
80
+ SUMMARYOFFENSE = <any> 'SUMMARY_OFFENSE',
81
+ SUMMARYOFFENSENOREFUND = <any> 'SUMMARY_OFFENSE_NO_REFUND',
82
+ WOBBLERTOFELONY = <any> 'WOBBLER_TO_FELONY',
83
+ WOBBLERTOMISDEMEANOR = <any> 'WOBBLER_TO_MISDEMEANOR'
84
+ }
85
+ }
@@ -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 ZoneId {
16
+ "id"?: string;
17
+ "rules"?: models.ZoneRules;
18
+ }
19
+
@@ -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 ZoneOffset {
16
+ "id"?: string;
17
+ "rules"?: models.ZoneRules;
18
+ "totalSeconds"?: number;
19
+ }
20
+