@otr-app/shared-backend-generated-client 1.1.4 → 2.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.
- package/dist/otrBackendService.js +81 -31
- package/dist/otrBackendService.min.js +5 -5
- package/dist/{otr-ts-client → typescript-angularjs}/.openapi-generator/VERSION +0 -0
- package/dist/typescript-angularjs/.openapi-generator-ignore +23 -0
- package/dist/typescript-angularjs/api/ActionRequiredControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/ActivityFeedControllerApi.ts +71 -0
- package/dist/typescript-angularjs/api/AddressControllerApi.ts +117 -0
- package/dist/typescript-angularjs/api/AlertNotificationControllerApi.ts +87 -0
- package/dist/typescript-angularjs/api/AppEventsControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/AuditLawfirmEventsControllerApi.ts +78 -0
- package/dist/typescript-angularjs/api/AuthenticationControllerApi.ts +51 -0
- package/dist/typescript-angularjs/api/AwsCredentialsControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/BlogWebhookControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/BranchLinkControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/CaseActionsControllerApi.ts +181 -0
- package/dist/typescript-angularjs/api/CaseControllerApi.ts +529 -0
- package/dist/typescript-angularjs/api/CaseCreationControllerApi.ts +89 -0
- package/dist/typescript-angularjs/api/CaseNotesControllerApi.ts +94 -0
- package/dist/typescript-angularjs/api/CasePaymentControllerApi.ts +579 -0
- package/dist/typescript-angularjs/api/CaseReferralCodeControllerApi.ts +65 -0
- package/dist/typescript-angularjs/api/CaseRefundControllerApi.ts +173 -0
- package/dist/typescript-angularjs/api/CaseStatusControllerApi.ts +83 -0
- package/dist/typescript-angularjs/api/CaseTransferControllerApi.ts +94 -0
- package/dist/typescript-angularjs/api/CatchAllControllerApi.ts +183 -0
- package/dist/typescript-angularjs/api/CertificateControllerApi.ts +61 -0
- package/dist/typescript-angularjs/api/CitationControllerApi.ts +508 -0
- package/dist/typescript-angularjs/api/ConfigurationControllerApi.ts +51 -0
- package/dist/typescript-angularjs/api/ConsoleListControllerApi.ts +435 -0
- package/dist/typescript-angularjs/api/ContactTimelineControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/ConversationControllerApi.ts +229 -0
- package/dist/typescript-angularjs/api/CountyControllerApi.ts +61 -0
- package/dist/typescript-angularjs/api/CourtControllerApi.ts +342 -0
- package/dist/typescript-angularjs/api/CrmControllerApi.ts +240 -0
- package/dist/typescript-angularjs/api/CustomerLeadControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/CustomerReviewControllerApi.ts +301 -0
- package/dist/typescript-angularjs/api/DashboardControllerApi.ts +261 -0
- package/dist/typescript-angularjs/api/DirectMailControllerApi.ts +261 -0
- package/dist/typescript-angularjs/api/DripControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/DripWebhooksControllerApi.ts +87 -0
- package/dist/typescript-angularjs/api/EmailSubscriptionControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/FeedbackControllerApi.ts +63 -0
- package/dist/typescript-angularjs/api/FreshcallerControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/FreshdeskTicketControllerApi.ts +137 -0
- package/dist/typescript-angularjs/api/GetCaseControllerApi.ts +116 -0
- package/dist/typescript-angularjs/api/HouseholdMateControllerApi.ts +175 -0
- package/dist/typescript-angularjs/api/InsuranceCalculatorControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/LawfirmCaseDecisionControllerApi.ts +65 -0
- package/dist/typescript-angularjs/api/LawfirmCasesControllerApi.ts +104 -0
- package/dist/typescript-angularjs/api/LawfirmControllerApi.ts +791 -0
- package/dist/typescript-angularjs/api/LawfirmDocumentControllerApi.ts +256 -0
- package/dist/typescript-angularjs/api/LawfirmFeeCoverageControllerApi.ts +384 -0
- package/dist/typescript-angularjs/api/LawfirmPaymentModelControllerApi.ts +51 -0
- package/dist/typescript-angularjs/api/LawfirmRatesControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/LawfirmStorefrontControllerApi.ts +66 -0
- package/dist/typescript-angularjs/api/LawfirmSurchargeControllerApi.ts +135 -0
- package/dist/typescript-angularjs/api/LawfirmTransactionsControllerApi.ts +516 -0
- package/dist/typescript-angularjs/api/LawyerControllerApi.ts +188 -0
- package/dist/typescript-angularjs/api/LineItemControllerApi.ts +195 -0
- package/dist/typescript-angularjs/api/ListCasesControllerApi.ts +136 -0
- package/dist/typescript-angularjs/api/NotesControllerApi.ts +123 -0
- package/dist/typescript-angularjs/api/OnDemandRequestControllerApi.ts +65 -0
- package/dist/typescript-angularjs/api/OneTimePasswordControllerApi.ts +51 -0
- package/dist/typescript-angularjs/api/PhoneLeadsControllerApi.ts +87 -0
- package/dist/typescript-angularjs/api/PushNotificationControllerApi.ts +258 -0
- package/dist/typescript-angularjs/api/RecurringBillingControllerApi.ts +218 -0
- package/dist/typescript-angularjs/api/RefLinkControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/ReferralCodeControllerApi.ts +201 -0
- package/dist/typescript-angularjs/api/ReferralControllerApi.ts +112 -0
- package/dist/typescript-angularjs/api/ReferralSourceControllerApi.ts +85 -0
- package/dist/typescript-angularjs/api/RefundEligibilityControllerApi.ts +58 -0
- package/dist/typescript-angularjs/api/RegistrationControllerApi.ts +80 -0
- package/dist/typescript-angularjs/api/ReportingControllerApi.ts +168 -0
- package/dist/typescript-angularjs/api/ScheduledTaskControllerApi.ts +123 -0
- package/dist/typescript-angularjs/api/SnsListenerControllerApi.ts +87 -0
- package/dist/typescript-angularjs/api/SocialLoginControllerApi.ts +94 -0
- package/dist/typescript-angularjs/api/StripeCardControllerApi.ts +393 -0
- package/dist/typescript-angularjs/api/StripeControllerApi.ts +184 -0
- package/dist/typescript-angularjs/api/StripeSyncControllerApi.ts +196 -0
- package/dist/typescript-angularjs/api/StripeWebhookControllerApi.ts +77 -0
- package/dist/typescript-angularjs/api/TicketReviewControllerApi.ts +123 -0
- package/dist/typescript-angularjs/api/TrafficViolationControllerApi.ts +224 -0
- package/dist/typescript-angularjs/api/UrlRedirectControllerApi.ts +117 -0
- package/dist/typescript-angularjs/api/UserAccountControllerApi.ts +137 -0
- package/dist/typescript-angularjs/api/UserControllerApi.ts +315 -0
- package/dist/typescript-angularjs/api/UserPasswordControllerApi.ts +261 -0
- package/dist/typescript-angularjs/api/UserProfileControllerApi.ts +324 -0
- package/dist/typescript-angularjs/api/UserSearchControllerApi.ts +87 -0
- package/dist/typescript-angularjs/api/UtilityControllerApi.ts +112 -0
- package/dist/typescript-angularjs/api/ValidationControllerApi.ts +61 -0
- package/dist/typescript-angularjs/api/ViolationPenaltyControllerApi.ts +157 -0
- package/dist/typescript-angularjs/api/api.ts +173 -0
- package/dist/typescript-angularjs/api.module.ts +92 -0
- package/dist/{otr-ts-client → typescript-angularjs}/git_push.sh +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/index.ts +0 -0
- package/dist/typescript-angularjs/model/AccountLevelFee.ts +90 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AccountLevelFeeRequest.ts +0 -0
- package/dist/typescript-angularjs/model/AccountLevelFeeResponse.ts +19 -0
- package/dist/typescript-angularjs/model/AccountLevelFeeToSave.ts +85 -0
- package/dist/typescript-angularjs/model/ActivityFeedModel.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddACHToStripeAccountRequest.ts +0 -0
- package/dist/typescript-angularjs/model/AddActionToCaseRequest.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddActionToCaseResponse.ts +0 -0
- package/dist/typescript-angularjs/model/AddCardToStripeAccountRequest.ts +21 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddCardToStripeAccountResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddCaseMessageResponse.ts +0 -0
- package/dist/typescript-angularjs/model/AddCourtCoverageRequest.ts +28 -0
- package/dist/typescript-angularjs/model/AddCourtRequest.ts +20 -0
- package/dist/typescript-angularjs/model/AddCustomerLeadRequest.ts +18 -0
- package/dist/typescript-angularjs/model/AddExtraAccountRequest.ts +20 -0
- package/dist/typescript-angularjs/model/AddInnerCourt.ts +37 -0
- package/dist/typescript-angularjs/model/AddInnerCourtAddress.ts +24 -0
- package/dist/typescript-angularjs/model/AddNewCaseMessageRequest.ts +18 -0
- package/dist/typescript-angularjs/model/AddNoteToPhoneLeadRequest.ts +34 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddPenaltyRequest.ts +0 -0
- package/dist/typescript-angularjs/model/AddRedirectUrlRequest.ts +33 -0
- package/dist/typescript-angularjs/model/AddReviewRequest.ts +40 -0
- package/dist/typescript-angularjs/model/AddViolationRequest.ts +80 -0
- package/dist/typescript-angularjs/model/AddViolationResponse.ts +81 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AddViolationsToCitationRequest.ts +0 -0
- package/dist/typescript-angularjs/model/AddressDomain.ts +98 -0
- package/dist/typescript-angularjs/model/AddressDomainReq.ts +97 -0
- package/dist/typescript-angularjs/model/AddressDomainRes.ts +98 -0
- package/dist/typescript-angularjs/model/AggregateBySource.ts +31 -0
- package/dist/typescript-angularjs/model/AggregateRatingMetrics.ts +21 -0
- package/dist/typescript-angularjs/model/AggregateReferralCredit.ts +20 -0
- package/dist/typescript-angularjs/model/Alert.ts +35 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AlertNotificationResponse.ts +0 -0
- package/dist/typescript-angularjs/model/AppEventCreateRequest.ts +27 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AppearanceAttorneyDomain.ts +0 -0
- package/dist/typescript-angularjs/model/AppleLoginRequest.ts +22 -0
- package/dist/typescript-angularjs/model/AuthorModel.ts +31 -0
- package/dist/typescript-angularjs/model/AuthorizeChargeForCasePaymentRequest.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AuthorizeChargeForCasePaymentResponse.ts +0 -0
- package/dist/typescript-angularjs/model/AvailablePaymentPlan.ts +27 -0
- package/dist/typescript-angularjs/model/AvailableRegion.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/AwsCredentialsRequest.ts +0 -0
- package/dist/typescript-angularjs/model/BackfillLawfirmTransactionRecordsRequest.ts +22 -0
- package/dist/typescript-angularjs/model/BackfillLawfirmTransactionRecordsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/BillingInvoiceModel.ts +32 -0
- package/dist/typescript-angularjs/model/BillingPriceModel.ts +42 -0
- package/dist/typescript-angularjs/model/BillingProductModel.ts +24 -0
- package/dist/typescript-angularjs/model/BillingSubscriptionItemModel.ts +49 -0
- package/dist/typescript-angularjs/model/BillingSubscriptionModel.ts +38 -0
- package/dist/typescript-angularjs/model/BillingUpcomingInvoiceModel.ts +21 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/BlogDocument.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/BlogEvent.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/BlogMetadata.ts +0 -0
- package/dist/typescript-angularjs/model/Booking.ts +125 -0
- package/dist/typescript-angularjs/model/BookingCancelation.ts +127 -0
- package/dist/typescript-angularjs/model/CallContact.ts +68 -0
- package/dist/typescript-angularjs/model/CancelBillingSubscriptionResponse.ts +34 -0
- package/dist/typescript-angularjs/model/CancelCaseRequest.ts +62 -0
- package/dist/typescript-angularjs/model/CancelationDetails.ts +21 -0
- package/dist/typescript-angularjs/model/CancelationDetailsReq.ts +21 -0
- package/dist/typescript-angularjs/model/CancelationDetailsRes.ts +21 -0
- package/dist/typescript-angularjs/model/CaptureChargeFromCasePaymentRequest.ts +19 -0
- package/dist/typescript-angularjs/model/CaseActionDomain.ts +38 -0
- package/dist/typescript-angularjs/model/CaseActionDomainReq.ts +38 -0
- package/dist/typescript-angularjs/model/CaseActionDomainRes.ts +38 -0
- package/dist/typescript-angularjs/model/CaseAlert.ts +36 -0
- package/dist/typescript-angularjs/model/CaseBookingsStats.ts +25 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CaseChargeResponsePojo.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CaseCreationRequest.ts +0 -0
- package/dist/typescript-angularjs/model/CaseDomain.ts +93 -0
- package/dist/typescript-angularjs/model/CaseDomainReq.ts +93 -0
- package/dist/typescript-angularjs/model/CaseDomainRes.ts +93 -0
- package/dist/typescript-angularjs/model/CaseLineItemDomainReq.ts +60 -0
- package/dist/typescript-angularjs/model/CaseLineItemDomainRes.ts +60 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CaseLineItemsSummary.ts +0 -0
- package/dist/typescript-angularjs/model/CaseMessageDomain.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CaseNotesDomain.ts +0 -0
- package/dist/typescript-angularjs/model/CasePaymentDomain.ts +62 -0
- package/dist/typescript-angularjs/model/CasePaymentModel.ts +20 -0
- package/dist/typescript-angularjs/model/CaseStatusDetailsResponse.ts +67 -0
- package/dist/typescript-angularjs/model/CaseStatusDomain.ts +73 -0
- package/dist/typescript-angularjs/model/CaseSummaryDomain.ts +46 -0
- package/dist/typescript-angularjs/model/CaseTransferHistory.ts +43 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CaseTransferResponse.ts +0 -0
- package/dist/typescript-angularjs/model/CaseViolationPenalty.ts +39 -0
- package/dist/typescript-angularjs/model/CaseWithCoverageObtained.ts +85 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ChangeUserPasswordRequest.ts +0 -0
- package/dist/typescript-angularjs/model/ChargeFeeToLawfirmRequest.ts +43 -0
- package/dist/typescript-angularjs/model/ChargeFeeToLawfirmResponse.ts +18 -0
- package/dist/typescript-angularjs/model/CitationDomain.ts +123 -0
- package/dist/typescript-angularjs/model/CitationDomainReq.ts +123 -0
- package/dist/typescript-angularjs/model/CitationDomainRes.ts +123 -0
- package/dist/typescript-angularjs/model/CitationInputRequest.ts +94 -0
- package/dist/typescript-angularjs/model/CitationWithMissingCourt.ts +76 -0
- package/dist/typescript-angularjs/model/CitationWithMissingFields.ts +24 -0
- package/dist/typescript-angularjs/model/ClientActionRequiredRequest.ts +27 -0
- package/dist/typescript-angularjs/model/ClientConfirmedUnpaidCase.ts +28 -0
- package/dist/typescript-angularjs/model/ClientLeadDomain.ts +24 -0
- package/dist/typescript-angularjs/model/ContactTimelineResponse.ts +20 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CountryDomain.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CountryRegion.ts +0 -0
- package/dist/typescript-angularjs/model/CountyDomain.ts +75 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CourtCoverageCountyRecord.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CourtCoverageRecord.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CourtCoverageStateRecord.ts +0 -0
- package/dist/typescript-angularjs/model/CourtDomain.ts +43 -0
- package/dist/typescript-angularjs/model/CourtDomainReq.ts +43 -0
- package/dist/typescript-angularjs/model/CourtDomainRes.ts +43 -0
- package/dist/typescript-angularjs/model/CourtInputRequest.ts +18 -0
- package/dist/typescript-angularjs/model/CourtResponseModel.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CoverageToRemove.ts +0 -0
- package/dist/typescript-angularjs/model/CreateBillingSubscriptionItemModel.ts +49 -0
- package/dist/typescript-angularjs/model/CreateBillingSubscriptionRequest.ts +19 -0
- package/dist/typescript-angularjs/model/CreateBillingSubscriptionResponse.ts +33 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateBranchLinkRequest.ts +0 -0
- package/dist/typescript-angularjs/model/CreateCitationRequest.ts +99 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateCitationResponse.ts +0 -0
- package/dist/typescript-angularjs/model/CreateConnectAccountLinkRequest.ts +20 -0
- package/dist/typescript-angularjs/model/CreateConnectAccountLinkResponse.ts +18 -0
- package/dist/typescript-angularjs/model/CreateLawfirmModel.ts +59 -0
- package/dist/typescript-angularjs/model/CreateNewLawfirmRequest.ts +22 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateNoteInput.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateNoteRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateNoteResponse.ts +0 -0
- package/dist/typescript-angularjs/model/CreateReferralCodeRequest.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateReferralCodeResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/CreateReferralSourceForCitation.ts +0 -0
- package/dist/typescript-angularjs/model/CreateStripeConnectAccountRequest.ts +25 -0
- package/dist/typescript-angularjs/model/CreateStripeConnectAccountResponse.ts +19 -0
- package/dist/typescript-angularjs/model/CursorModel.ts +19 -0
- package/dist/typescript-angularjs/model/CustomerLead.ts +95 -0
- package/dist/typescript-angularjs/model/CustomerOverduePayment.ts +24 -0
- package/dist/typescript-angularjs/model/CustomerReview.ts +55 -0
- package/dist/typescript-angularjs/model/DashboardAddressModel.ts +22 -0
- package/dist/typescript-angularjs/model/DashboardCaseModel.ts +27 -0
- package/dist/typescript-angularjs/model/DashboardCitationModel.ts +33 -0
- package/dist/typescript-angularjs/model/DashboardCourtModel.ts +19 -0
- package/dist/typescript-angularjs/model/DashboardStatusModel.ts +68 -0
- package/dist/typescript-angularjs/model/DefaultClassModel.ts +76 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DeleteCitationResponse.ts +0 -0
- package/dist/typescript-angularjs/model/DeleteLawyerLicenseRequest.ts +18 -0
- package/dist/typescript-angularjs/model/DeleteNotificationByPagesRequest.ts +28 -0
- package/dist/typescript-angularjs/model/DeleteNotificationEventRequest.ts +29 -0
- package/dist/typescript-angularjs/model/DirectMailContact.ts +42 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DirectMailContactResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DirectMailGetRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DirectMailSendRequest.ts +0 -0
- package/dist/typescript-angularjs/model/DirectMailTemplate.ts +30 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DirectMailTemplateResponse.ts +0 -0
- package/dist/typescript-angularjs/model/DirectMailTemplateToAdd.ts +30 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DismissCitationsFromContactListRequest.ts +0 -0
- package/dist/typescript-angularjs/model/DismissPhoneLeadRequest.ts +33 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DocumentDecisionRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DripRemoveRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DripWebhookData.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/DripWebhookEvent.ts +0 -0
- package/dist/typescript-angularjs/model/Duration.ts +22 -0
- package/dist/typescript-angularjs/model/EditConversationMessageRequest.ts +18 -0
- package/dist/typescript-angularjs/model/EnableViolationModel.ts +76 -0
- package/dist/typescript-angularjs/model/EnableViolationResponseModel.ts +18 -0
- package/dist/typescript-angularjs/model/EnableViolationsForLawfirmRequest.ts +18 -0
- package/dist/typescript-angularjs/model/EnableViolationsForLawfirmResponse.ts +18 -0
- package/dist/typescript-angularjs/model/EstimateInsuranceSavingsRequest.ts +76 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/EstimateInsuranceSavingsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/FeedbackDomain.ts +21 -0
- package/dist/typescript-angularjs/model/FinancialTransaction.ts +59 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FindChargeDisputesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/FindCourtsWithNoCoverageResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FindDisputesRequest.ts +0 -0
- package/dist/typescript-angularjs/model/FindMatchingUser.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FindMatchingUsersRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FindMatchingUsersResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FindsCourtsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FreshDeskConversation.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/FreshDeskRequester.ts +0 -0
- package/dist/typescript-angularjs/model/FreshDeskTicket.ts +77 -0
- package/dist/typescript-angularjs/model/FreshDeskTicketReq.ts +78 -0
- package/dist/typescript-angularjs/model/FreshDeskTicketRes.ts +77 -0
- package/dist/typescript-angularjs/model/FreshdeskAttachment.ts +24 -0
- package/dist/typescript-angularjs/model/FreshdeskAttachmentReq.ts +24 -0
- package/dist/typescript-angularjs/model/FreshdeskAttachmentRes.ts +24 -0
- package/dist/typescript-angularjs/model/FreshdeskTicketReferenceDomain.ts +40 -0
- package/dist/typescript-angularjs/model/FreshdeskWebhookRequest.ts +26 -0
- package/dist/typescript-angularjs/model/FuturePayment.ts +34 -0
- package/dist/typescript-angularjs/model/GenerateTemplateRequest.ts +62 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GenericAdminListRequest.ts +0 -0
- package/dist/typescript-angularjs/model/GeoRatesRequest.ts +29 -0
- package/dist/typescript-angularjs/model/GetActivityFeedResponse.ts +19 -0
- package/dist/typescript-angularjs/model/GetAddressInnerResponse.ts +24 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetAppConfigResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetAppearanceAttorneysResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetAvailablePaymentPlansResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetBookingsRequest.ts +20 -0
- package/dist/typescript-angularjs/model/GetBookingsResponse.ts +22 -0
- package/dist/typescript-angularjs/model/GetCaseActionResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetCaseActionTimelineResponse.ts +19 -0
- package/dist/typescript-angularjs/model/GetCaseActionTypesResponse.ts +32 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseCostsAttorneyResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseDocumentResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseFromCitationResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseMessagesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetCaseNotesResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCasePaymentsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseResolutionStatusesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCaseResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCasesWithCoverageObtainedResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetCasesWithMissingLawfirmPayoutsResponse.ts +19 -0
- package/dist/typescript-angularjs/model/GetCasesWithOverduePaymentsResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationPhoneLeadsRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationPhoneLeadsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationsWithMissingFieldsRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCitationsWithMissingFieldsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetClientCasesResponse.ts +22 -0
- package/dist/typescript-angularjs/model/GetClientConfirmedUnpaidCasesResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCompetitionResponseModel.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCountOfMatchingUsersRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCountOfMatchingUsersResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCountiesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCountryListResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCountryRegionsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCourtCoverageForCountyReportResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCourtCoverageForStateReportResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCourtCoverageReportResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetCourtResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetCourtsByQueryResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCourtsInnerResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetCurrentUserResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetDeclinedCasesRequest.ts +18 -0
- package/dist/typescript-angularjs/model/GetDeclinedCasesResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetDocumentsRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetEmailTemplateResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetHouseHoldMateModel.ts +37 -0
- package/dist/typescript-angularjs/model/GetHouseholdMatesResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetInvalidCasesWithStripeChargeResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmAddressesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmCaseStatsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmCasesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmCoverageReportResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmCoverageResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmFeeCoverageModel.ts +24 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmFeeCoverageResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmFeeModel.ts +89 -0
- package/dist/typescript-angularjs/model/GetLawfirmFeesResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetLawfirmFinancialTransactionsResponse.ts +27 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmInboxMessagesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmJobTitleResponse.ts +35 -0
- package/dist/typescript-angularjs/model/GetLawfirmLawyersResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmLeadsRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmLeadsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmModel.ts +118 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmPaymentMethodsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmPayoutReversalsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetLawfirmPayoutsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetLawfirmResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetLawfirmSettingsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetLawfirmSummaryCaseRequest.ts +110 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmSummaryCasesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLawfirmSupportedStatesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLawfirmTransactionsForCaseResponse.ts +24 -0
- package/dist/typescript-angularjs/model/GetLawfirmsResponse.ts +19 -0
- package/dist/typescript-angularjs/model/GetLineItemTypesResponse.ts +37 -0
- package/dist/typescript-angularjs/model/GetLineItemsResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetListOfCitationsWithMissingCourtResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetLocationResponse.ts +22 -0
- package/dist/typescript-angularjs/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetLostCasesWithTransferNotReversedResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetNoViolationCitationsResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetOutgoingContactsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetOverduePaymentsResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetPaymentMethodsForUserResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetPaymentModelTypesResponse.ts +25 -0
- package/dist/typescript-angularjs/model/GetPenaltyType.ts +38 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetPenaltyTypesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetPendingCasesResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetPendingTicketReviewsRequest.ts +20 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetPendingTicketReviewsResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetPotentialCustomersRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetPotentialCustomersResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetRedirectUrlResponse.ts +21 -0
- package/dist/typescript-angularjs/model/GetReferralCodeResponse.ts +39 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetReferralCodesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetReferralsHistoryResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetRegionsWithViolationsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetStripeChargeResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetStripeChargesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetStripeConnectedAccountsResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetSupportTicketsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetTicketReviewResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetTrafficViolationModel.ts +86 -0
- package/dist/typescript-angularjs/model/GetTrafficViolationTypesResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetUserAddressesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetUserCasesResponse.ts +21 -0
- package/dist/typescript-angularjs/model/GetUserDetailsResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetUserRefLinksResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetUserReferralSourceTypesResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GetUserRegistrationsRequest.ts +20 -0
- package/dist/typescript-angularjs/model/GetUserRegistrationsResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/GetUserResponse.ts +0 -0
- package/dist/typescript-angularjs/model/GetUserStripeAccountResponse.ts +18 -0
- package/dist/typescript-angularjs/model/GraphRequest.ts +63 -0
- package/dist/typescript-angularjs/model/HandleOrphanedStripeChargeRequest.ts +19 -0
- package/dist/typescript-angularjs/model/HandleOrphanedStripeChargeResponse.ts +20 -0
- package/dist/typescript-angularjs/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
- package/dist/typescript-angularjs/model/InitiateCaseAndChargeCustomerResponse.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/InsertCaseLineItemResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/InsertInvoiceLineItemRequest.ts +0 -0
- package/dist/typescript-angularjs/model/InviteHouseholdMateRequest.ts +29 -0
- package/dist/typescript-angularjs/model/IsRefundEligibleResponse.ts +26 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/IsUserLoggedInResponse.ts +0 -0
- package/dist/typescript-angularjs/model/LawfirmAuditEventModel.ts +61 -0
- package/dist/typescript-angularjs/model/LawfirmBookingSummary.ts +79 -0
- package/dist/typescript-angularjs/model/LawfirmCaseDocument.ts +36 -0
- package/dist/typescript-angularjs/model/LawfirmCaseDomain.ts +46 -0
- package/dist/typescript-angularjs/model/LawfirmCaseDomainReq.ts +46 -0
- package/dist/typescript-angularjs/model/LawfirmCaseDomainRes.ts +46 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LawfirmCourtCoverageDomain.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LawfirmCoverageRecord.ts +0 -0
- package/dist/typescript-angularjs/model/LawfirmDocument.ts +36 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LawfirmDocumentResponse.ts +0 -0
- package/dist/typescript-angularjs/model/LawfirmDocumentTemplate.ts +35 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LawfirmDocumentTemplateResponse.ts +0 -0
- package/dist/typescript-angularjs/model/LawfirmFeeDomain.ts +51 -0
- package/dist/typescript-angularjs/model/LawfirmInboxMessageDomain.ts +85 -0
- package/dist/typescript-angularjs/model/LawfirmLeadDomain.ts +109 -0
- package/dist/typescript-angularjs/model/LawfirmPayoutDomain.ts +47 -0
- package/dist/typescript-angularjs/model/LawfirmPictureRequest.ts +19 -0
- package/dist/typescript-angularjs/model/LawfirmRatesResponse.ts +50 -0
- package/dist/typescript-angularjs/model/LawfirmRedirectModel.ts +27 -0
- package/dist/typescript-angularjs/model/LawfirmSettingsDomainReq.ts +36 -0
- package/dist/typescript-angularjs/model/LawfirmSettingsDomainRes.ts +36 -0
- package/dist/typescript-angularjs/model/LawfirmStorefrontModel.ts +53 -0
- package/dist/typescript-angularjs/model/LawfirmVacationRequest.ts +21 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LawfirmsRatesResponse.ts +0 -0
- package/dist/typescript-angularjs/model/LawyerLicenseModel.ts +79 -0
- package/dist/typescript-angularjs/model/LawyerModel.ts +50 -0
- package/dist/typescript-angularjs/model/LineItem.ts +39 -0
- package/dist/typescript-angularjs/model/LineItemModel.ts +45 -0
- package/dist/typescript-angularjs/model/LineItemRequest.ts +48 -0
- package/dist/typescript-angularjs/model/ListBillingProductsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/ListBillingSubscriptionsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/ListContactTimelineResponse.ts +18 -0
- package/dist/typescript-angularjs/model/ListCostItemsForCustomerResponse.ts +22 -0
- package/dist/typescript-angularjs/model/ListDashboardCasesResponse.ts +19 -0
- package/dist/typescript-angularjs/model/ListEligibleStatusResponse.ts +59 -0
- package/dist/typescript-angularjs/model/ListLawfirmAuditEventsByCursorResponse.ts +20 -0
- package/dist/typescript-angularjs/model/ListLawfirmStorefrontsResponse.ts +20 -0
- package/dist/typescript-angularjs/model/ListLawfirmSurchargeModel.ts +40 -0
- package/dist/typescript-angularjs/model/ListLawfirmSurchargeTypeModel.ts +30 -0
- package/dist/typescript-angularjs/model/ListLawfirmSurchargesResponse.ts +18 -0
- package/dist/typescript-angularjs/model/ListReferralsResponse.ts +19 -0
- package/dist/typescript-angularjs/model/ListReviewsResponse.ts +20 -0
- package/dist/typescript-angularjs/model/ListSubscriptionInvoicesResponse.ts +18 -0
- package/dist/typescript-angularjs/model/ListViolationClassificationResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LobEvent.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/LobEventRequest.ts +0 -0
- package/dist/typescript-angularjs/model/LobMailingAddress.ts +23 -0
- package/dist/typescript-angularjs/model/LocalTime.ts +21 -0
- package/dist/typescript-angularjs/model/LostCaseWithTransferNotReversed.ts +43 -0
- package/dist/typescript-angularjs/model/MarkCaseAsResolvedRequest.ts +63 -0
- package/dist/typescript-angularjs/model/MarkCaseAsResolvedResponse.ts +70 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/MatchCaseResponse.ts +0 -0
- package/dist/typescript-angularjs/model/MatchCitationResponse.ts +28 -0
- package/dist/typescript-angularjs/model/MatchInnerCaseResponse.ts +37 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/MatchLawfirmCaseResponse.ts +0 -0
- package/dist/typescript-angularjs/model/MergeStatusReport.ts +19 -0
- package/dist/typescript-angularjs/model/MergeTableChange.ts +18 -0
- package/dist/typescript-angularjs/model/MergeTableRecord.ts +19 -0
- package/dist/typescript-angularjs/model/MergeTicketResponse.ts +20 -0
- package/dist/typescript-angularjs/model/MergeUserRequest.ts +19 -0
- package/dist/typescript-angularjs/model/MergeUserResponse.ts +18 -0
- package/dist/typescript-angularjs/model/MessageInputModel.ts +34 -0
- package/dist/typescript-angularjs/model/MissingLawfirmPayoutResult.ts +123 -0
- package/dist/typescript-angularjs/model/MissingPaymentDomain.ts +75 -0
- package/dist/typescript-angularjs/model/NewUser.ts +34 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/NewUserResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/NoLawyerAvailableRequest.ts +0 -0
- package/dist/typescript-angularjs/model/NoViolationCitation.ts +66 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/NoteAuthor.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/NoteDomain.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/NotificationEvent.ts +0 -0
- package/dist/typescript-angularjs/model/NotificationEvents.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/OutgoingContactDomain.ts +0 -0
- package/dist/typescript-angularjs/model/Penalty.ts +43 -0
- package/dist/typescript-angularjs/model/PenaltyModel.ts +42 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PenaltyRequest.ts +0 -0
- package/dist/typescript-angularjs/model/PersistTicketEvaluationRequest.ts +31 -0
- package/dist/typescript-angularjs/model/PhoneNumberDomain.ts +45 -0
- package/dist/typescript-angularjs/model/PhoneNumberDomainReq.ts +45 -0
- package/dist/typescript-angularjs/model/PhoneNumberDomainRes.ts +45 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PostCourtCoverageRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PostFeedbackRequest.ts +0 -0
- package/dist/typescript-angularjs/model/PotentialCustomerDomain.ts +136 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PreviewDocumentRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PriceMatchRequest.ts +0 -0
- package/dist/typescript-angularjs/model/PriceMatchResponse.ts +28 -0
- package/dist/typescript-angularjs/model/PublishReferralContactsResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/PublishReferralRequest.ts +0 -0
- package/dist/typescript-angularjs/model/PureDate.ts +18 -0
- package/dist/typescript-angularjs/model/PushNotificationRegistrationRequest.ts +26 -0
- package/dist/typescript-angularjs/model/PushNotificationRequest.ts +35 -0
- package/dist/typescript-angularjs/model/PutDocumentRequest.ts +33 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ReferralContact.ts +0 -0
- package/dist/typescript-angularjs/model/ReferralContactStatus.ts +27 -0
- package/dist/typescript-angularjs/model/ReferralResponse.ts +77 -0
- package/dist/typescript-angularjs/model/ReferralResponseByUser.ts +30 -0
- package/dist/typescript-angularjs/model/RefundCasePaymentRequest.ts +31 -0
- package/dist/typescript-angularjs/model/RefundLawfirmFeeRequest.ts +32 -0
- package/dist/typescript-angularjs/model/RegisterNewUserRequest.ts +57 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/RegisterNewUserResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/RemoveCoverageRequest.ts +0 -0
- package/dist/typescript-angularjs/model/RemoveLawfirmSurchargeRequest.ts +18 -0
- package/dist/typescript-angularjs/model/ReplyToReviewRequest.ts +19 -0
- package/dist/typescript-angularjs/model/ReplyToTicketRequest.ts +35 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/RescheduleTaskRequest.ts +0 -0
- package/dist/typescript-angularjs/model/ResetFeeForLawfirmModel.ts +18 -0
- package/dist/typescript-angularjs/model/ResetFeesForLawfirmRequest.ts +18 -0
- package/dist/typescript-angularjs/model/ResetFeesForLawfirmResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ResetUserPasswordRequest.ts +0 -0
- package/dist/typescript-angularjs/model/ResetViolationModel.ts +76 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/Results.ts +0 -0
- package/dist/typescript-angularjs/model/ReverseLawfirmPayoutRequest.ts +30 -0
- package/dist/typescript-angularjs/model/ReviewCommentModel.ts +22 -0
- package/dist/typescript-angularjs/model/ReviewRatingModel.ts +20 -0
- package/dist/typescript-angularjs/model/ReviewVoteAggregateModel.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SNSNotificationRequest.ts +0 -0
- package/dist/typescript-angularjs/model/SSLCertificateResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SaveCaseNotesRequest.ts +0 -0
- package/dist/typescript-angularjs/model/SaveLawfirmSurchargeModel.ts +50 -0
- package/dist/typescript-angularjs/model/SaveLawfirmSurchargesRequest.ts +18 -0
- package/dist/typescript-angularjs/model/SaveLawyerLeadRequest.ts +35 -0
- package/dist/typescript-angularjs/model/SaveLawyerLicenseModel.ts +79 -0
- package/dist/typescript-angularjs/model/SaveLawyerLicensesRequest.ts +18 -0
- package/dist/typescript-angularjs/model/SaveLawyerRequest.ts +40 -0
- package/dist/typescript-angularjs/model/ScheduleNewPaymentRequest.ts +43 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ScheduledTaskGetResponse.ts +0 -0
- package/dist/typescript-angularjs/model/ScheduledTaskResponse.ts +41 -0
- package/dist/typescript-angularjs/model/SendConsolidatedEmailToUser.ts +62 -0
- package/dist/typescript-angularjs/model/SendDirectCheckResponse.ts +23 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SendDirectMailResponse.ts +0 -0
- package/dist/typescript-angularjs/model/SendDirectReferralCheckRequest.ts +19 -0
- package/dist/typescript-angularjs/model/SendEmailToUserRequest.ts +72 -0
- package/dist/typescript-angularjs/model/SendEmailToUsersRequest.ts +61 -0
- package/dist/typescript-angularjs/model/SendPayoutToLawfirmRequest.ts +43 -0
- package/dist/typescript-angularjs/model/SendPayoutToLawfirmResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SetCourtDateForCaseRequest.ts +0 -0
- package/dist/typescript-angularjs/model/SetLawfirmCaseDecisionRequest.ts +30 -0
- package/dist/typescript-angularjs/model/SetReferralSourceRequest.ts +49 -0
- package/dist/typescript-angularjs/model/SignRecordingUrlRequest.ts +18 -0
- package/dist/typescript-angularjs/model/SignRecordingUrlResponse.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SimpleCredentialsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/SocialLoginRequest.ts +48 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SocialLoginResponse.ts +0 -0
- package/dist/typescript-angularjs/model/SocialLoginUser.ts +26 -0
- package/dist/typescript-angularjs/model/SocialPhoneNumber.ts +29 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SqlResponse.ts +0 -0
- package/dist/typescript-angularjs/model/StripeAccountLinkDomain.ts +20 -0
- package/dist/typescript-angularjs/model/StripeApplicationFeeDomain.ts +30 -0
- package/dist/typescript-angularjs/model/StripeApplicationFeeRefundDomain.ts +23 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeApplicationFeeRefundSyncResults.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeApplicationFeeSyncResults.ts +0 -0
- package/dist/typescript-angularjs/model/StripeCardDomain.ts +34 -0
- package/dist/typescript-angularjs/model/StripeChargeDomain.ts +41 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeChargeSyncResults.ts +0 -0
- package/dist/typescript-angularjs/model/StripeConnectedAccountDomain.ts +35 -0
- package/dist/typescript-angularjs/model/StripeCustomerAccountDomain.ts +35 -0
- package/dist/typescript-angularjs/model/StripeDisputeDomain.ts +88 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeFieldVerification.ts +0 -0
- package/dist/typescript-angularjs/model/StripePaymentDomain.ts +31 -0
- package/dist/typescript-angularjs/model/StripePaymentRefundDomain.ts +26 -0
- package/dist/typescript-angularjs/model/StripePaymentRefundSyncResults.ts +20 -0
- package/dist/typescript-angularjs/model/StripePaymentSourceDomain.ts +23 -0
- package/dist/typescript-angularjs/model/StripePaymentSyncResults.ts +21 -0
- package/dist/typescript-angularjs/model/StripeRefundDomain.ts +27 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeRefundSyncResults.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeReversalSyncResults.ts +0 -0
- package/dist/typescript-angularjs/model/StripeTransferDomain.ts +31 -0
- package/dist/typescript-angularjs/model/StripeTransferReversalDomain.ts +26 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/StripeTransferSyncResults.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SubscribeRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/Subscriber.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SubscriberDomain.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SyncStripeChargesRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SyncStripeChargesResponse.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/SyncStripeDisputeResponse.ts +0 -0
- package/dist/typescript-angularjs/model/SyncStripePaymentsRequest.ts +20 -0
- package/dist/typescript-angularjs/model/SyncStripePaymentsResponse.ts +18 -0
- package/dist/typescript-angularjs/model/SyncStripeRefundsRequest.ts +19 -0
- package/dist/typescript-angularjs/model/SyncStripeTransfersRequest.ts +20 -0
- package/dist/typescript-angularjs/model/SyncStripeTransfersResponse.ts +18 -0
- package/dist/typescript-angularjs/model/TemporalUnit.ts +21 -0
- package/dist/typescript-angularjs/model/TicketLeadDomain.ts +82 -0
- package/dist/typescript-angularjs/model/TicketReviewRequest.ts +38 -0
- package/dist/typescript-angularjs/model/TicketReviewRequestReq.ts +38 -0
- package/dist/typescript-angularjs/model/TicketReviewRequestRes.ts +38 -0
- package/dist/typescript-angularjs/model/TimeZone.ts +21 -0
- package/dist/typescript-angularjs/model/TimeZoneReq.ts +19 -0
- package/dist/typescript-angularjs/model/TimeZoneRes.ts +21 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/Timestamp.ts +0 -0
- package/dist/typescript-angularjs/model/TimestampReq.ts +25 -0
- package/dist/typescript-angularjs/model/TimestampRes.ts +27 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/TrafficViolationInputRequest.ts +0 -0
- package/dist/typescript-angularjs/model/TrafficViolationTypeDomain.ts +83 -0
- package/dist/typescript-angularjs/model/TransferCaseRequest.ts +20 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/USStateDomain.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateAddress.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateCaseDeclineTicketsRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateCasePaymentRequest.ts +43 -0
- package/dist/typescript-angularjs/model/UpdateCitationAddressRequest.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateCitationPictureRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateCitationRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateCourtRequest.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateDisputeRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateInvoiceLineItemRequest.ts +18 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmFeeRequest.ts +41 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmFeeResponse.ts +18 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmModel.ts +60 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmPaymentModelRequest.ts +25 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmPayoutRequest.ts +38 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmPayoutResponse.ts +18 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmRequest.ts +18 -0
- package/dist/typescript-angularjs/model/UpdateLawfirmSettingsRequest.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateNoteInput.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateNoteRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateNoteResponse.ts +0 -0
- package/dist/typescript-angularjs/model/UpdatePaymentDueDateRequest.ts +19 -0
- package/dist/typescript-angularjs/model/UpdatePhoneNumber.ts +41 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateProfilePictureRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
- package/dist/typescript-angularjs/model/UpdateReplyForCustomerReview.ts +19 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateUserDetailsResponse.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateUserModel.ts +51 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpdateUserPhoneNumberRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UpdateUserProfileRequest.ts +18 -0
- package/dist/typescript-angularjs/model/UpdateUserRolesRequest.ts +28 -0
- package/dist/typescript-angularjs/model/UpdateViolationRequest.ts +81 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UpsertAddressRequest.ts +0 -0
- package/dist/typescript-angularjs/model/UserAccountModel.ts +33 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UserBookingsDomain.ts +0 -0
- package/dist/typescript-angularjs/model/UserDetails.ts +21 -0
- package/dist/typescript-angularjs/model/UserDomain.ts +79 -0
- package/dist/typescript-angularjs/model/UserDomainReq.ts +78 -0
- package/dist/typescript-angularjs/model/UserDomainRes.ts +79 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UserRefLinkDomain.ts +0 -0
- package/dist/typescript-angularjs/model/UserReferralSourceTypeModel.ts +24 -0
- package/dist/typescript-angularjs/model/UserRegistrationStats.ts +23 -0
- package/dist/typescript-angularjs/model/UserRoleDomain.ts +27 -0
- package/dist/typescript-angularjs/model/UserSubscriptionPlanModel.ts +31 -0
- package/dist/typescript-angularjs/model/UserSubscriptionPlanModelReq.ts +31 -0
- package/dist/typescript-angularjs/model/UserSubscriptionPlanModelRes.ts +31 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/UserToContact.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ValidateDirectMailRequest.ts +0 -0
- package/dist/typescript-angularjs/model/ValidateDirectMailResponse.ts +274 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ValidateUserEmailResponse.ts +0 -0
- package/dist/typescript-angularjs/model/VerifyMailingAddressRequest.ts +18 -0
- package/dist/typescript-angularjs/model/VerifyMailingAddressResponse.ts +20 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/VerifyPasswordResetTokenResponse.ts +0 -0
- package/dist/typescript-angularjs/model/VerifyUserAccountResponse.ts +19 -0
- package/dist/typescript-angularjs/model/ViolationClassificationModel.ts +77 -0
- package/dist/typescript-angularjs/model/ViolationInput.ts +18 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ViolationInputRequest.ts +0 -0
- package/dist/{otr-ts-client → typescript-angularjs}/model/ViolationPenaltyResponse.ts +0 -0
- package/dist/typescript-angularjs/model/ViolationResponse.ts +81 -0
- package/dist/typescript-angularjs/model/ZoneId.ts +19 -0
- package/dist/typescript-angularjs/model/ZoneOffset.ts +20 -0
- package/dist/typescript-angularjs/model/ZoneOffsetTransition.ts +25 -0
- package/dist/typescript-angularjs/model/ZoneOffsetTransitionRule.ts +56 -0
- package/dist/typescript-angularjs/model/ZoneRules.ts +20 -0
- package/dist/typescript-angularjs/model/models.ts +569 -0
- package/dist/typescript-axios/.openapi-generator/VERSION +1 -0
- package/dist/typescript-axios/.openapi-generator-ignore +23 -0
- package/dist/typescript-axios/api.ts +59709 -0
- package/dist/typescript-axios/base.ts +70 -0
- package/dist/typescript-axios/configuration.ts +75 -0
- package/dist/typescript-axios/git_push.sh +58 -0
- package/dist/typescript-axios/index.ts +16 -0
- package/package.json +9 -4
- package/dist/otr-ts-client/.openapi-generator-ignore +0 -23
- package/dist/otr-ts-client/.swagger-codegen/VERSION +0 -1
- package/dist/otr-ts-client/api/ActionRequiredControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/AddressControllerApi.ts +0 -80
- package/dist/otr-ts-client/api/AlertNotificationControllerApi.ts +0 -87
- package/dist/otr-ts-client/api/AppEventsControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/AuthenticationControllerApi.ts +0 -51
- package/dist/otr-ts-client/api/AwsCredentialsControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/BlogWebhookControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/BranchLinkControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/CaseActionTimelineControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/CaseActionsControllerApi.ts +0 -152
- package/dist/otr-ts-client/api/CaseControllerApi.ts +0 -894
- package/dist/otr-ts-client/api/CaseCreationControllerApi.ts +0 -89
- package/dist/otr-ts-client/api/CaseFinancialsControllerApi.ts +0 -296
- package/dist/otr-ts-client/api/CasePaymentControllerApi.ts +0 -560
- package/dist/otr-ts-client/api/CasePaymentPlanControllerApi.ts +0 -114
- package/dist/otr-ts-client/api/CaseStatusControllerApi.ts +0 -56
- package/dist/otr-ts-client/api/CaseTransferControllerApi.ts +0 -94
- package/dist/otr-ts-client/api/CertificateControllerApi.ts +0 -61
- package/dist/otr-ts-client/api/CitationControllerApi.ts +0 -476
- package/dist/otr-ts-client/api/ConfigurationControllerApi.ts +0 -51
- package/dist/otr-ts-client/api/ConsoleListControllerApi.ts +0 -348
- package/dist/otr-ts-client/api/ConversationControllerApi.ts +0 -176
- package/dist/otr-ts-client/api/CountyControllerApi.ts +0 -61
- package/dist/otr-ts-client/api/CourtControllerApi.ts +0 -337
- package/dist/otr-ts-client/api/CrmControllerApi.ts +0 -240
- package/dist/otr-ts-client/api/CustomerLeadControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/CustomerReviewControllerApi.ts +0 -66
- package/dist/otr-ts-client/api/DashboardControllerApi.ts +0 -290
- package/dist/otr-ts-client/api/DirectMailControllerApi.ts +0 -196
- package/dist/otr-ts-client/api/DisputeControllerApi.ts +0 -65
- package/dist/otr-ts-client/api/DripControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/DripWebhooksControllerApi.ts +0 -87
- package/dist/otr-ts-client/api/EmailSubscriptionControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/FeedbackControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/FreshdeskTicketControllerApi.ts +0 -101
- package/dist/otr-ts-client/api/InsuranceCalculatorControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/InternalNotificationControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/LawfirmCaseDecisionControllerApi.ts +0 -65
- package/dist/otr-ts-client/api/LawfirmCasesControllerApi.ts +0 -104
- package/dist/otr-ts-client/api/LawfirmControllerApi.ts +0 -600
- package/dist/otr-ts-client/api/LawfirmDocumentControllerApi.ts +0 -256
- package/dist/otr-ts-client/api/LawfirmFeeCoverageControllerApi.ts +0 -273
- package/dist/otr-ts-client/api/LawfirmRatesControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/LawfirmTransactionsControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/LawyerControllerApi.ts +0 -116
- package/dist/otr-ts-client/api/LineItemControllerApi.ts +0 -173
- package/dist/otr-ts-client/api/NotesControllerApi.ts +0 -123
- package/dist/otr-ts-client/api/OnDemandRequestControllerApi.ts +0 -65
- package/dist/otr-ts-client/api/PhoneLeadsControllerApi.ts +0 -87
- package/dist/otr-ts-client/api/PushNotificationControllerApi.ts +0 -222
- package/dist/otr-ts-client/api/RefLinkControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/ReferralControllerApi.ts +0 -252
- package/dist/otr-ts-client/api/RefundEligibilityControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/RegistrationControllerApi.ts +0 -94
- package/dist/otr-ts-client/api/ReportingControllerApi.ts +0 -168
- package/dist/otr-ts-client/api/ScheduledTaskControllerApi.ts +0 -94
- package/dist/otr-ts-client/api/SnsListenerControllerApi.ts +0 -87
- package/dist/otr-ts-client/api/SocialLoginControllerApi.ts +0 -65
- package/dist/otr-ts-client/api/StripeCardControllerApi.ts +0 -393
- package/dist/otr-ts-client/api/StripeControllerApi.ts +0 -254
- package/dist/otr-ts-client/api/TicketReviewControllerApi.ts +0 -123
- package/dist/otr-ts-client/api/TrafficViolationControllerApi.ts +0 -141
- package/dist/otr-ts-client/api/UserControllerApi.ts +0 -502
- package/dist/otr-ts-client/api/UserProfileControllerApi.ts +0 -288
- package/dist/otr-ts-client/api/UserReferralControllerApi.ts +0 -80
- package/dist/otr-ts-client/api/UserSettingsControllerApi.ts +0 -58
- package/dist/otr-ts-client/api/UtilityControllerApi.ts +0 -141
- package/dist/otr-ts-client/api/ValidationControllerApi.ts +0 -61
- package/dist/otr-ts-client/api/ViolationPenaltyControllerApi.ts +0 -157
- package/dist/otr-ts-client/api/api.ts +0 -131
- package/dist/otr-ts-client/api.module.ts +0 -71
- package/dist/otr-ts-client/model/AccountLevelFee.ts +0 -33
- package/dist/otr-ts-client/model/AccountLevelFeeResponse.ts +0 -18
- package/dist/otr-ts-client/model/AccountLevelFeeToSave.ts +0 -31
- package/dist/otr-ts-client/model/AddActionToCaseRequest.ts +0 -18
- package/dist/otr-ts-client/model/AddCardToStripeAccountRequest.ts +0 -20
- package/dist/otr-ts-client/model/AddCourtCoverageRequest.ts +0 -20
- package/dist/otr-ts-client/model/AddCourtRequest.ts +0 -19
- package/dist/otr-ts-client/model/AddExtraAccountRequest.ts +0 -19
- package/dist/otr-ts-client/model/AddNoteToPhoneLeadRequest.ts +0 -34
- package/dist/otr-ts-client/model/AddViolationRequest.ts +0 -32
- package/dist/otr-ts-client/model/AddressDomain.ts +0 -96
- package/dist/otr-ts-client/model/Alert.ts +0 -35
- package/dist/otr-ts-client/model/AppEventCreateRequest.ts +0 -27
- package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentRequest.ts +0 -18
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseRequest.ts +0 -19
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseResponse.ts +0 -18
- package/dist/otr-ts-client/model/AuthorizeChargeForInvoiceLineItemRequest.ts +0 -18
- package/dist/otr-ts-client/model/AuthorizeChargeLineItemResponse.ts +0 -18
- package/dist/otr-ts-client/model/AvailablePaymentPlan.ts +0 -27
- package/dist/otr-ts-client/model/AvailablePaymentPlanResponse.ts +0 -18
- package/dist/otr-ts-client/model/CancelCaseRequest.ts +0 -54
- package/dist/otr-ts-client/model/CancelCaseResponse.ts +0 -28
- package/dist/otr-ts-client/model/CaptureChargeFromCasePaymentRequest.ts +0 -18
- package/dist/otr-ts-client/model/CaseActionDomain.ts +0 -33
- package/dist/otr-ts-client/model/CaseAlert.ts +0 -36
- package/dist/otr-ts-client/model/CaseChargeDomain.ts +0 -25
- package/dist/otr-ts-client/model/CaseDomain.ts +0 -82
- package/dist/otr-ts-client/model/CaseFinancialLineItemResponse.ts +0 -19
- package/dist/otr-ts-client/model/CaseFinancialsDomain.ts +0 -46
- package/dist/otr-ts-client/model/CaseFinancialsSummary.ts +0 -33
- package/dist/otr-ts-client/model/CaseFuturePayment.ts +0 -20
- package/dist/otr-ts-client/model/CaseLineItemDomain.ts +0 -40
- package/dist/otr-ts-client/model/CaseMessageDomain.ts +0 -39
- package/dist/otr-ts-client/model/CasePaymentDomain.ts +0 -42
- package/dist/otr-ts-client/model/CasePaymentPlanResponse.ts +0 -34
- package/dist/otr-ts-client/model/CaseStatusDetailsResponse.ts +0 -59
- package/dist/otr-ts-client/model/CaseStatusDomain.ts +0 -65
- package/dist/otr-ts-client/model/CaseSummaryDomain.ts +0 -41
- package/dist/otr-ts-client/model/CaseTransferHistory.ts +0 -43
- package/dist/otr-ts-client/model/CaseViolationPenalty.ts +0 -33
- package/dist/otr-ts-client/model/CaseWithCoverageObtained.ts +0 -39
- package/dist/otr-ts-client/model/ChargeDisputeDomain.ts +0 -71
- package/dist/otr-ts-client/model/Chronology.ts +0 -18
- package/dist/otr-ts-client/model/CitationDomain.ts +0 -116
- package/dist/otr-ts-client/model/CitationInputRequest.ts +0 -93
- package/dist/otr-ts-client/model/CitationWithMissingCourt.ts +0 -76
- package/dist/otr-ts-client/model/CitationWithMissingFields.ts +0 -24
- package/dist/otr-ts-client/model/ClientActionRequiredRequest.ts +0 -27
- package/dist/otr-ts-client/model/ClientLeadDomain.ts +0 -24
- package/dist/otr-ts-client/model/CollectionNotificationEvent.ts +0 -17
- package/dist/otr-ts-client/model/CountyDomain.ts +0 -75
- package/dist/otr-ts-client/model/CourtDomain.ts +0 -42
- package/dist/otr-ts-client/model/CreateCitationRequest.ts +0 -93
- package/dist/otr-ts-client/model/CreateNewLawfirmRequest.ts +0 -22
- package/dist/otr-ts-client/model/CreateReferralCodeRequest.ts +0 -39
- package/dist/otr-ts-client/model/CustomerLead.ts +0 -95
- package/dist/otr-ts-client/model/CustomerReview.ts +0 -36
- package/dist/otr-ts-client/model/CustomerReviewResponse.ts +0 -18
- package/dist/otr-ts-client/model/DateTime.ts +0 -22
- package/dist/otr-ts-client/model/DateTimeZone.ts +0 -19
- package/dist/otr-ts-client/model/DeleteNotificationEventRequest.ts +0 -29
- package/dist/otr-ts-client/model/DirectMailContact.ts +0 -42
- package/dist/otr-ts-client/model/DirectMailTemplate.ts +0 -30
- package/dist/otr-ts-client/model/DirectMailTemplateToAdd.ts +0 -30
- package/dist/otr-ts-client/model/DismissPhoneLeadRequest.ts +0 -33
- package/dist/otr-ts-client/model/EstimateInsuranceSavingsRequest.ts +0 -76
- package/dist/otr-ts-client/model/FeedbackDomain.ts +0 -20
- package/dist/otr-ts-client/model/FindCourtsWithNoCoverageResponse.ts +0 -19
- package/dist/otr-ts-client/model/FindMatchingUser.ts +0 -34
- package/dist/otr-ts-client/model/FreshDeskTicket.ts +0 -64
- package/dist/otr-ts-client/model/FreshdeskTicketReferenceDomain.ts +0 -35
- package/dist/otr-ts-client/model/FreshdeskWebhookRequest.ts +0 -23
- package/dist/otr-ts-client/model/FuturePayment.ts +0 -33
- package/dist/otr-ts-client/model/GenerateTemplateRequest.ts +0 -61
- package/dist/otr-ts-client/model/GeoRatesRequest.ts +0 -21
- package/dist/otr-ts-client/model/GetAddressInnerResponse.ts +0 -23
- package/dist/otr-ts-client/model/GetCaseActionResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetCaseActionTimelineResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetCaseActionTypesResponse.ts +0 -30
- package/dist/otr-ts-client/model/GetCaseChargesResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetCaseFinancialsResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetCaseLineItemsResponse.ts +0 -22
- package/dist/otr-ts-client/model/GetCasesWithOverduePaymentsResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesRequest.ts +0 -17
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetClientCasesResponse.ts +0 -21
- package/dist/otr-ts-client/model/GetCourtResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetCourtsByQueryResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeRequest.ts +0 -17
- package/dist/otr-ts-client/model/GetLawfirmFeeCoverageModel.ts +0 -24
- package/dist/otr-ts-client/model/GetLawfirmFeeModel.ts +0 -21
- package/dist/otr-ts-client/model/GetLawfirmResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetLawfirmSummaryCaseRequest.ts +0 -92
- package/dist/otr-ts-client/model/GetLawfirmTransactionsResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetLawfirmsResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetLineItemsResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedRequest.ts +0 -20
- package/dist/otr-ts-client/model/GetPenaltyType.ts +0 -32
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesRequest.ts +0 -17
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetPendingTicketReviewsRequest.ts +0 -20
- package/dist/otr-ts-client/model/GetReferralCodeResponse.ts +0 -39
- package/dist/otr-ts-client/model/GetStripeConnectedAccountResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetTicketReviewResponse.ts +0 -18
- package/dist/otr-ts-client/model/GetTrafficViolationTypesResponse.ts +0 -19
- package/dist/otr-ts-client/model/GetUserReferralSourceTypesResponse.ts +0 -18
- package/dist/otr-ts-client/model/GraphRequest.ts +0 -55
- package/dist/otr-ts-client/model/HandleOrphanedStripeChargeRequest.ts +0 -20
- package/dist/otr-ts-client/model/HashMapstringobject.ts +0 -17
- package/dist/otr-ts-client/model/HashMapstringstring.ts +0 -17
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerRequest.ts +0 -26
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerResponse.ts +0 -18
- package/dist/otr-ts-client/model/IsRefundEligibleResponse.ts +0 -25
- package/dist/otr-ts-client/model/KeyValueMapRequest.ts +0 -20
- package/dist/otr-ts-client/model/LawfirmCaseDocument.ts +0 -35
- package/dist/otr-ts-client/model/LawfirmCaseDomain.ts +0 -46
- package/dist/otr-ts-client/model/LawfirmDocument.ts +0 -35
- package/dist/otr-ts-client/model/LawfirmDocumentTemplate.ts +0 -34
- package/dist/otr-ts-client/model/LawfirmDomain.ts +0 -54
- package/dist/otr-ts-client/model/LawfirmDomainPictureRequest.ts +0 -18
- package/dist/otr-ts-client/model/LawfirmInboxMessageDomain.ts +0 -76
- package/dist/otr-ts-client/model/LawfirmLeadDomain.ts +0 -109
- package/dist/otr-ts-client/model/LawfirmRatesResponse.ts +0 -32
- package/dist/otr-ts-client/model/LawfirmSettingsDomain.ts +0 -33
- package/dist/otr-ts-client/model/LawfirmTransactionDomain.ts +0 -51
- package/dist/otr-ts-client/model/LineItem.ts +0 -33
- package/dist/otr-ts-client/model/LineItemRequest.ts +0 -30
- package/dist/otr-ts-client/model/ListRevenueRequest.ts +0 -56
- package/dist/otr-ts-client/model/LostCaseWithTransferNotReversed.ts +0 -43
- package/dist/otr-ts-client/model/MapstringCollectionNotificationEvent.ts +0 -17
- package/dist/otr-ts-client/model/Mapstringint.ts +0 -17
- package/dist/otr-ts-client/model/Mapstringobject.ts +0 -17
- package/dist/otr-ts-client/model/Mapstringstring.ts +0 -17
- package/dist/otr-ts-client/model/MarkCaseAsResolvedRequest.ts +0 -55
- package/dist/otr-ts-client/model/MarkCaseAsResolvedResponse.ts +0 -62
- package/dist/otr-ts-client/model/MatchCitationResponse.ts +0 -27
- package/dist/otr-ts-client/model/MatchInnerCaseResponse.ts +0 -30
- package/dist/otr-ts-client/model/MessageInputDomain.ts +0 -34
- package/dist/otr-ts-client/model/MissingPaymentDomain.ts +0 -63
- package/dist/otr-ts-client/model/ModelDate.ts +0 -26
- package/dist/otr-ts-client/model/NewLawyerRequest.ts +0 -19
- package/dist/otr-ts-client/model/NewUser.ts +0 -31
- package/dist/otr-ts-client/model/NotificationEvents.ts +0 -19
- package/dist/otr-ts-client/model/Penalty.ts +0 -36
- package/dist/otr-ts-client/model/PersistTicketEvaluationRequest.ts +0 -31
- package/dist/otr-ts-client/model/PhoneNumberDomain.ts +0 -45
- package/dist/otr-ts-client/model/PostCustomerLeadRequest.ts +0 -18
- package/dist/otr-ts-client/model/PostNewCaseMessageRequest.ts +0 -18
- package/dist/otr-ts-client/model/PostReferralSourceRequest.ts +0 -40
- package/dist/otr-ts-client/model/PotentialCustomerDomain.ts +0 -185
- package/dist/otr-ts-client/model/PriceMatchResponse.ts +0 -28
- package/dist/otr-ts-client/model/PushNotificationRegistrationRequest.ts +0 -26
- package/dist/otr-ts-client/model/PushNotificationRequest.ts +0 -35
- package/dist/otr-ts-client/model/PutDocumentRequest.ts +0 -32
- package/dist/otr-ts-client/model/PutUserSettingsRequest.ts +0 -19
- package/dist/otr-ts-client/model/ReferralResponse.ts +0 -67
- package/dist/otr-ts-client/model/RefundCaseChargesRequest.ts +0 -19
- package/dist/otr-ts-client/model/RefundCaseChargesResponse.ts +0 -18
- package/dist/otr-ts-client/model/RegisterNewUserRequest.ts +0 -51
- package/dist/otr-ts-client/model/ReplyToTicketRequest.ts +0 -32
- package/dist/otr-ts-client/model/ReverseCaseTransferRequest.ts +0 -34
- package/dist/otr-ts-client/model/SSLCertificateResponse.ts +0 -18
- package/dist/otr-ts-client/model/SaveLawyerLeadRequest.ts +0 -35
- package/dist/otr-ts-client/model/ScheduleNewPaymentRequest.ts +0 -29
- package/dist/otr-ts-client/model/ScheduledTaskResponse.ts +0 -40
- package/dist/otr-ts-client/model/SendConsolidatedEmailToUser.ts +0 -61
- package/dist/otr-ts-client/model/SendEmailToUserRequest.ts +0 -71
- package/dist/otr-ts-client/model/SendEmailToUsersRequest.ts +0 -60
- package/dist/otr-ts-client/model/SetLawfirmCaseDecisionRequest.ts +0 -30
- package/dist/otr-ts-client/model/SimpleCasePaymentDomain.ts +0 -20
- package/dist/otr-ts-client/model/SimpleLineItemDomain.ts +0 -19
- package/dist/otr-ts-client/model/SocialLoginRequest.ts +0 -42
- package/dist/otr-ts-client/model/SocialLoginUser.ts +0 -24
- package/dist/otr-ts-client/model/SocialPhoneNumber.ts +0 -29
- package/dist/otr-ts-client/model/StripeCardDomain.ts +0 -32
- package/dist/otr-ts-client/model/StripeChargeDomain.ts +0 -37
- package/dist/otr-ts-client/model/StripeConnectedAccountDomain.ts +0 -25
- package/dist/otr-ts-client/model/StripeDisputeDomain.ts +0 -74
- package/dist/otr-ts-client/model/StripePaymentSourceDomain.ts +0 -22
- package/dist/otr-ts-client/model/TicketLeadDomain.ts +0 -36
- package/dist/otr-ts-client/model/TicketReviewRequest.ts +0 -38
- package/dist/otr-ts-client/model/TrafficViolationTypeDomain.ts +0 -34
- package/dist/otr-ts-client/model/UpdateAddressRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateCitationAddressRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateCourtRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateInvoiceLineItemRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateLawfirmRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateLawfirmSettingsRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdatePaymentDueDateRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdatePhoneNumber.ts +0 -41
- package/dist/otr-ts-client/model/UpdateRefundEligibilityForCaseRequest.ts +0 -25
- package/dist/otr-ts-client/model/UpdateUserDetailsRequest.ts +0 -18
- package/dist/otr-ts-client/model/UpdateUserRolesRequest.ts +0 -28
- package/dist/otr-ts-client/model/UpdateViolationRequest.ts +0 -19
- package/dist/otr-ts-client/model/UserDetails.ts +0 -20
- package/dist/otr-ts-client/model/UserDomain.ts +0 -44
- package/dist/otr-ts-client/model/UserReferralSourceTypeDomain.ts +0 -23
- package/dist/otr-ts-client/model/UserRoleDomain.ts +0 -27
- package/dist/otr-ts-client/model/ValidateDirectMailResponse.ts +0 -196
- package/dist/otr-ts-client/model/ViolationResponse.ts +0 -33
- package/dist/otr-ts-client/model/models.ts +0 -359
|
@@ -1,93 +0,0 @@
|
|
|
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 CreateCitationRequest {
|
|
16
|
-
"citationState"?: CreateCitationRequest.CitationStateEnum;
|
|
17
|
-
"clientType"?: CreateCitationRequest.ClientTypeEnum;
|
|
18
|
-
"emailAddress"?: string;
|
|
19
|
-
"firstName"?: string;
|
|
20
|
-
"imageContentType"?: string;
|
|
21
|
-
"rawImageData"?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export namespace CreateCitationRequest {
|
|
25
|
-
export enum CitationStateEnum {
|
|
26
|
-
ALNameAlabamaAbbreviationALSuccessRate95TimezoneAmericaChicago = <any> 'USState.AL(name=Alabama, abbreviation=AL, successRate=95, timezone=America/Chicago)',
|
|
27
|
-
AKNameAlaskaAbbreviationAKSuccessRate95TimezoneAmericaAnchorage = <any> 'USState.AK(name=Alaska, abbreviation=AK, successRate=95, timezone=America/Anchorage)',
|
|
28
|
-
AZNameArizonaAbbreviationAZSuccessRate85TimezoneAmericaDenver = <any> 'USState.AZ(name=Arizona, abbreviation=AZ, successRate=85, timezone=America/Denver)',
|
|
29
|
-
ARNameArkansasAbbreviationARSuccessRate95TimezoneAmericaChicago = <any> 'USState.AR(name=Arkansas, abbreviation=AR, successRate=95, timezone=America/Chicago)',
|
|
30
|
-
CANameCaliforniaAbbreviationCASuccessRate93TimezoneAmericaLosAngeles = <any> 'USState.CA(name=California, abbreviation=CA, successRate=93, timezone=America/Los_Angeles)',
|
|
31
|
-
CONameColoradoAbbreviationCOSuccessRate90TimezoneAmericaDenver = <any> 'USState.CO(name=Colorado, abbreviation=CO, successRate=90, timezone=America/Denver)',
|
|
32
|
-
CTNameConnecticutAbbreviationCTSuccessRate95TimezoneAmericaNewYork = <any> 'USState.CT(name=Connecticut, abbreviation=CT, successRate=95, timezone=America/New_York)',
|
|
33
|
-
DENameDelawareAbbreviationDESuccessRate95TimezoneAmericaNewYork = <any> 'USState.DE(name=Delaware, abbreviation=DE, successRate=95, timezone=America/New_York)',
|
|
34
|
-
DCNameDistrictOfColumbiaAbbreviationDCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.DC(name=District of Columbia, abbreviation=DC, successRate=95, timezone=America/New_York)',
|
|
35
|
-
FLNameFloridaAbbreviationFLSuccessRate90TimezoneAmericaNewYork = <any> 'USState.FL(name=Florida, abbreviation=FL, successRate=90, timezone=America/New_York)',
|
|
36
|
-
GANameGeorgiaAbbreviationGASuccessRate85TimezoneAmericaNewYork = <any> 'USState.GA(name=Georgia, abbreviation=GA, successRate=85, timezone=America/New_York)',
|
|
37
|
-
HINameHawaiiAbbreviationHISuccessRate90TimezonePacificHonolulu = <any> 'USState.HI(name=Hawaii, abbreviation=HI, successRate=90, timezone=Pacific/Honolulu)',
|
|
38
|
-
IDNameIdahoAbbreviationIDSuccessRate85TimezoneAmericaDenver = <any> 'USState.ID(name=Idaho, abbreviation=ID, successRate=85, timezone=America/Denver)',
|
|
39
|
-
ILNameIllinoisAbbreviationILSuccessRate85TimezoneAmericaChicago = <any> 'USState.IL(name=Illinois, abbreviation=IL, successRate=85, timezone=America/Chicago)',
|
|
40
|
-
INNameIndianaAbbreviationINSuccessRate95TimezoneAmericaChicago = <any> 'USState.IN(name=Indiana, abbreviation=IN, successRate=95, timezone=America/Chicago)',
|
|
41
|
-
IANameIowaAbbreviationIASuccessRate95TimezoneAmericaChicago = <any> 'USState.IA(name=Iowa, abbreviation=IA, successRate=95, timezone=America/Chicago)',
|
|
42
|
-
KSNameKansasAbbreviationKSSuccessRate95TimezoneAmericaChicago = <any> 'USState.KS(name=Kansas, abbreviation=KS, successRate=95, timezone=America/Chicago)',
|
|
43
|
-
KYNameKentuckyAbbreviationKYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.KY(name=Kentucky, abbreviation=KY, successRate=95, timezone=America/New_York)',
|
|
44
|
-
LANameLouisianaAbbreviationLASuccessRate95TimezoneAmericaChicago = <any> 'USState.LA(name=Louisiana, abbreviation=LA, successRate=95, timezone=America/Chicago)',
|
|
45
|
-
MENameMaineAbbreviationMESuccessRate95TimezoneAmericaChicago = <any> 'USState.ME(name=Maine, abbreviation=ME, successRate=95, timezone=America/Chicago)',
|
|
46
|
-
MDNameMarylandAbbreviationMDSuccessRate95TimezoneAmericaNewYork = <any> 'USState.MD(name=Maryland, abbreviation=MD, successRate=95, timezone=America/New_York)',
|
|
47
|
-
MANameMassachusettsAbbreviationMASuccessRate95TimezoneAmericaNewYork = <any> 'USState.MA(name=Massachusetts, abbreviation=MA, successRate=95, timezone=America/New_York)',
|
|
48
|
-
MINameMichiganAbbreviationMISuccessRate95TimezoneAmericaNewYork = <any> 'USState.MI(name=Michigan, abbreviation=MI, successRate=95, timezone=America/New_York)',
|
|
49
|
-
MNNameMinnesotaAbbreviationMNSuccessRate95TimezoneAmericaChicago = <any> 'USState.MN(name=Minnesota, abbreviation=MN, successRate=95, timezone=America/Chicago)',
|
|
50
|
-
MSNameMississippiAbbreviationMSSuccessRate95TimezoneAmericaChicago = <any> 'USState.MS(name=Mississippi, abbreviation=MS, successRate=95, timezone=America/Chicago)',
|
|
51
|
-
MONameMissouriAbbreviationMOSuccessRate90TimezoneAmericaChicago = <any> 'USState.MO(name=Missouri, abbreviation=MO, successRate=90, timezone=America/Chicago)',
|
|
52
|
-
MTNameMontanaAbbreviationMTSuccessRate95TimezoneAmericaDenver = <any> 'USState.MT(name=Montana, abbreviation=MT, successRate=95, timezone=America/Denver)',
|
|
53
|
-
NENameNebraskaAbbreviationNESuccessRate95TimezoneAmericaChicago = <any> 'USState.NE(name=Nebraska, abbreviation=NE, successRate=95, timezone=America/Chicago)',
|
|
54
|
-
NVNameNevadaAbbreviationNVSuccessRate95TimezoneAmericaLosAngeles = <any> 'USState.NV(name=Nevada, abbreviation=NV, successRate=95, timezone=America/Los_Angeles)',
|
|
55
|
-
NHNameNewHampshireAbbreviationNHSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NH(name=New Hampshire, abbreviation=NH, successRate=95, timezone=America/New_York)',
|
|
56
|
-
NJNameNewJerseyAbbreviationNJSuccessRate90TimezoneAmericaNewYork = <any> 'USState.NJ(name=New Jersey, abbreviation=NJ, successRate=90, timezone=America/New_York)',
|
|
57
|
-
NMNameNewMexicoAbbreviationNMSuccessRate95TimezoneAmericaDenver = <any> 'USState.NM(name=New Mexico, abbreviation=NM, successRate=95, timezone=America/Denver)',
|
|
58
|
-
NYNameNewYorkAbbreviationNYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NY(name=New York, abbreviation=NY, successRate=95, timezone=America/New_York)',
|
|
59
|
-
NCNameNorthCarolinaAbbreviationNCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NC(name=North Carolina, abbreviation=NC, successRate=95, timezone=America/New_York)',
|
|
60
|
-
NDNameNorthDakotaAbbreviationNDSuccessRate95TimezoneAmericaChicago = <any> 'USState.ND(name=North Dakota, abbreviation=ND, successRate=95, timezone=America/Chicago)',
|
|
61
|
-
OHNameOhioAbbreviationOHSuccessRate80TimezoneAmericaNewYork = <any> 'USState.OH(name=Ohio, abbreviation=OH, successRate=80, timezone=America/New_York)',
|
|
62
|
-
OKNameOklahomaAbbreviationOKSuccessRate96TimezoneAmericaChicago = <any> 'USState.OK(name=Oklahoma, abbreviation=OK, successRate=96, timezone=America/Chicago)',
|
|
63
|
-
ORNameOregonAbbreviationORSuccessRate88TimezoneAmericaLosAngeles = <any> 'USState.OR(name=Oregon, abbreviation=OR, successRate=88, timezone=America/Los_Angeles)',
|
|
64
|
-
PANamePennsylvaniaAbbreviationPASuccessRate90TimezoneAmericaNewYork = <any> 'USState.PA(name=Pennsylvania, abbreviation=PA, successRate=90, timezone=America/New_York)',
|
|
65
|
-
RINameRhodeIslandAbbreviationRISuccessRate95TimezoneAmericaNewYork = <any> 'USState.RI(name=Rhode Island, abbreviation=RI, successRate=95, timezone=America/New_York)',
|
|
66
|
-
SCNameSouthCarolinaAbbreviationSCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.SC(name=South Carolina, abbreviation=SC, successRate=95, timezone=America/New_York)',
|
|
67
|
-
SDNameSouthDakotaAbbreviationSDSuccessRate95TimezoneAmericaChicago = <any> 'USState.SD(name=South Dakota, abbreviation=SD, successRate=95, timezone=America/Chicago)',
|
|
68
|
-
TNNameTennesseeAbbreviationTNSuccessRate95TimezoneAmericaChicago = <any> 'USState.TN(name=Tennessee, abbreviation=TN, successRate=95, timezone=America/Chicago)',
|
|
69
|
-
TXNameTexasAbbreviationTXSuccessRate85TimezoneAmericaChicago = <any> 'USState.TX(name=Texas, abbreviation=TX, successRate=85, timezone=America/Chicago)',
|
|
70
|
-
UTNameUtahAbbreviationUTSuccessRate90TimezoneAmericaDenver = <any> 'USState.UT(name=Utah, abbreviation=UT, successRate=90, timezone=America/Denver)',
|
|
71
|
-
VTNameVermontAbbreviationVTSuccessRate89TimezoneAmericaNewYork = <any> 'USState.VT(name=Vermont, abbreviation=VT, successRate=89, timezone=America/New_York)',
|
|
72
|
-
VANameVirginiaAbbreviationVASuccessRate90TimezoneAmericaNewYork = <any> 'USState.VA(name=Virginia, abbreviation=VA, successRate=90, timezone=America/New_York)',
|
|
73
|
-
WANameWashingtonAbbreviationWASuccessRate97TimezoneAmericaLosAngeles = <any> 'USState.WA(name=Washington, abbreviation=WA, successRate=97, timezone=America/Los_Angeles)',
|
|
74
|
-
WVNameWestVirginiaAbbreviationWVSuccessRate93TimezoneAmericaNewYork = <any> 'USState.WV(name=West Virginia, abbreviation=WV, successRate=93, timezone=America/New_York)',
|
|
75
|
-
WINameWisconsinAbbreviationWISuccessRate95TimezoneAmericaChicago = <any> 'USState.WI(name=Wisconsin, abbreviation=WI, successRate=95, timezone=America/Chicago)',
|
|
76
|
-
WYNameWyomingAbbreviationWYSuccessRate95TimezoneAmericaDenver = <any> 'USState.WY(name=Wyoming, abbreviation=WY, successRate=95, timezone=America/Denver)'
|
|
77
|
-
}
|
|
78
|
-
export enum ClientTypeEnum {
|
|
79
|
-
UNKNOWN = <any> 'UNKNOWN',
|
|
80
|
-
IOS = <any> 'IOS',
|
|
81
|
-
ANDROID = <any> 'ANDROID',
|
|
82
|
-
MOBILEWEBAPP = <any> 'MOBILE_WEBAPP',
|
|
83
|
-
DESKTOPWEBAPP = <any> 'DESKTOP_WEBAPP',
|
|
84
|
-
OTRLAWFIRMPORTAL = <any> 'OTR_LAWFIRM_PORTAL',
|
|
85
|
-
OTRADMINCONSOLE = <any> 'OTR_ADMIN_CONSOLE',
|
|
86
|
-
OTRWEBSITE = <any> 'OTR_WEBSITE',
|
|
87
|
-
OTREXPLORER = <any> 'OTR_EXPLORER',
|
|
88
|
-
FRESHDESK = <any> 'FRESH_DESK',
|
|
89
|
-
LOCALHOST = <any> 'LOCALHOST',
|
|
90
|
-
OTRWIDGET = <any> 'OTR_WIDGET',
|
|
91
|
-
DMVORG = <any> 'DMV_ORG'
|
|
92
|
-
}
|
|
93
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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 CreateNewLawfirmRequest {
|
|
16
|
-
"defaultTrafficFeeInCents"?: number;
|
|
17
|
-
"lawfirm"?: models.LawfirmDomain;
|
|
18
|
-
"priority"?: number;
|
|
19
|
-
"referralRate"?: number;
|
|
20
|
-
"supportedRegions"?: Array<models.CountryRegion>;
|
|
21
|
-
}
|
|
22
|
-
|
|
@@ -1,39 +0,0 @@
|
|
|
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 CreateReferralCodeRequest {
|
|
16
|
-
"discountOwnerOTR"?: boolean;
|
|
17
|
-
"endDate"?: string;
|
|
18
|
-
"refereeCreditType"?: CreateReferralCodeRequest.RefereeCreditTypeEnum;
|
|
19
|
-
"refereeCreditValue"?: number;
|
|
20
|
-
"referralCodeOverride"?: string;
|
|
21
|
-
"referralCountLimit"?: number;
|
|
22
|
-
"referrerCreditType"?: CreateReferralCodeRequest.ReferrerCreditTypeEnum;
|
|
23
|
-
"referrerCreditValue"?: number;
|
|
24
|
-
"referrerUserId"?: number;
|
|
25
|
-
"startDate"?: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export namespace CreateReferralCodeRequest {
|
|
29
|
-
export enum RefereeCreditTypeEnum {
|
|
30
|
-
CENTSVALUE = <any> 'CENTS_VALUE',
|
|
31
|
-
PERCENTAGEDISCOUNT = <any> 'PERCENTAGE_DISCOUNT',
|
|
32
|
-
NOCREDIT = <any> 'NO_CREDIT'
|
|
33
|
-
}
|
|
34
|
-
export enum ReferrerCreditTypeEnum {
|
|
35
|
-
CENTSVALUE = <any> 'CENTS_VALUE',
|
|
36
|
-
PERCENTAGEDISCOUNT = <any> 'PERCENTAGE_DISCOUNT',
|
|
37
|
-
NOCREDIT = <any> 'NO_CREDIT'
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
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 CustomerLead {
|
|
16
|
-
"caseDescription"?: string;
|
|
17
|
-
"channel"?: CustomerLead.ChannelEnum;
|
|
18
|
-
"emailAddress"?: string;
|
|
19
|
-
"fineInCents"?: number;
|
|
20
|
-
"firstName"?: string;
|
|
21
|
-
"hasCourtDate"?: boolean;
|
|
22
|
-
"lastName"?: string;
|
|
23
|
-
"licenseType"?: string;
|
|
24
|
-
"phoneNumber"?: string;
|
|
25
|
-
"state"?: CustomerLead.StateEnum;
|
|
26
|
-
"violation"?: string;
|
|
27
|
-
"zipCode"?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export namespace CustomerLead {
|
|
31
|
-
export enum ChannelEnum {
|
|
32
|
-
UNKNOWN = <any> 'UNKNOWN',
|
|
33
|
-
DMVORG = <any> 'DMV_ORG',
|
|
34
|
-
DMVCOM = <any> 'DMV_COM',
|
|
35
|
-
NOLO = <any> 'NOLO',
|
|
36
|
-
PHOTOENFORCED = <any> 'PHOTO_ENFORCED',
|
|
37
|
-
RIDESHARINGDRIVER = <any> 'RIDE_SHARING_DRIVER',
|
|
38
|
-
EDUCATEDDRIVER = <any> 'EDUCATED_DRIVER',
|
|
39
|
-
RIDESHAREGUY = <any> 'RIDE_SHARE_GUY',
|
|
40
|
-
WTL = <any> 'WTL'
|
|
41
|
-
}
|
|
42
|
-
export enum StateEnum {
|
|
43
|
-
ALNameAlabamaAbbreviationALSuccessRate95TimezoneAmericaChicago = <any> 'USState.AL(name=Alabama, abbreviation=AL, successRate=95, timezone=America/Chicago)',
|
|
44
|
-
AKNameAlaskaAbbreviationAKSuccessRate95TimezoneAmericaAnchorage = <any> 'USState.AK(name=Alaska, abbreviation=AK, successRate=95, timezone=America/Anchorage)',
|
|
45
|
-
AZNameArizonaAbbreviationAZSuccessRate85TimezoneAmericaDenver = <any> 'USState.AZ(name=Arizona, abbreviation=AZ, successRate=85, timezone=America/Denver)',
|
|
46
|
-
ARNameArkansasAbbreviationARSuccessRate95TimezoneAmericaChicago = <any> 'USState.AR(name=Arkansas, abbreviation=AR, successRate=95, timezone=America/Chicago)',
|
|
47
|
-
CANameCaliforniaAbbreviationCASuccessRate93TimezoneAmericaLosAngeles = <any> 'USState.CA(name=California, abbreviation=CA, successRate=93, timezone=America/Los_Angeles)',
|
|
48
|
-
CONameColoradoAbbreviationCOSuccessRate90TimezoneAmericaDenver = <any> 'USState.CO(name=Colorado, abbreviation=CO, successRate=90, timezone=America/Denver)',
|
|
49
|
-
CTNameConnecticutAbbreviationCTSuccessRate95TimezoneAmericaNewYork = <any> 'USState.CT(name=Connecticut, abbreviation=CT, successRate=95, timezone=America/New_York)',
|
|
50
|
-
DENameDelawareAbbreviationDESuccessRate95TimezoneAmericaNewYork = <any> 'USState.DE(name=Delaware, abbreviation=DE, successRate=95, timezone=America/New_York)',
|
|
51
|
-
DCNameDistrictOfColumbiaAbbreviationDCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.DC(name=District of Columbia, abbreviation=DC, successRate=95, timezone=America/New_York)',
|
|
52
|
-
FLNameFloridaAbbreviationFLSuccessRate90TimezoneAmericaNewYork = <any> 'USState.FL(name=Florida, abbreviation=FL, successRate=90, timezone=America/New_York)',
|
|
53
|
-
GANameGeorgiaAbbreviationGASuccessRate85TimezoneAmericaNewYork = <any> 'USState.GA(name=Georgia, abbreviation=GA, successRate=85, timezone=America/New_York)',
|
|
54
|
-
HINameHawaiiAbbreviationHISuccessRate90TimezonePacificHonolulu = <any> 'USState.HI(name=Hawaii, abbreviation=HI, successRate=90, timezone=Pacific/Honolulu)',
|
|
55
|
-
IDNameIdahoAbbreviationIDSuccessRate85TimezoneAmericaDenver = <any> 'USState.ID(name=Idaho, abbreviation=ID, successRate=85, timezone=America/Denver)',
|
|
56
|
-
ILNameIllinoisAbbreviationILSuccessRate85TimezoneAmericaChicago = <any> 'USState.IL(name=Illinois, abbreviation=IL, successRate=85, timezone=America/Chicago)',
|
|
57
|
-
INNameIndianaAbbreviationINSuccessRate95TimezoneAmericaChicago = <any> 'USState.IN(name=Indiana, abbreviation=IN, successRate=95, timezone=America/Chicago)',
|
|
58
|
-
IANameIowaAbbreviationIASuccessRate95TimezoneAmericaChicago = <any> 'USState.IA(name=Iowa, abbreviation=IA, successRate=95, timezone=America/Chicago)',
|
|
59
|
-
KSNameKansasAbbreviationKSSuccessRate95TimezoneAmericaChicago = <any> 'USState.KS(name=Kansas, abbreviation=KS, successRate=95, timezone=America/Chicago)',
|
|
60
|
-
KYNameKentuckyAbbreviationKYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.KY(name=Kentucky, abbreviation=KY, successRate=95, timezone=America/New_York)',
|
|
61
|
-
LANameLouisianaAbbreviationLASuccessRate95TimezoneAmericaChicago = <any> 'USState.LA(name=Louisiana, abbreviation=LA, successRate=95, timezone=America/Chicago)',
|
|
62
|
-
MENameMaineAbbreviationMESuccessRate95TimezoneAmericaChicago = <any> 'USState.ME(name=Maine, abbreviation=ME, successRate=95, timezone=America/Chicago)',
|
|
63
|
-
MDNameMarylandAbbreviationMDSuccessRate95TimezoneAmericaNewYork = <any> 'USState.MD(name=Maryland, abbreviation=MD, successRate=95, timezone=America/New_York)',
|
|
64
|
-
MANameMassachusettsAbbreviationMASuccessRate95TimezoneAmericaNewYork = <any> 'USState.MA(name=Massachusetts, abbreviation=MA, successRate=95, timezone=America/New_York)',
|
|
65
|
-
MINameMichiganAbbreviationMISuccessRate95TimezoneAmericaNewYork = <any> 'USState.MI(name=Michigan, abbreviation=MI, successRate=95, timezone=America/New_York)',
|
|
66
|
-
MNNameMinnesotaAbbreviationMNSuccessRate95TimezoneAmericaChicago = <any> 'USState.MN(name=Minnesota, abbreviation=MN, successRate=95, timezone=America/Chicago)',
|
|
67
|
-
MSNameMississippiAbbreviationMSSuccessRate95TimezoneAmericaChicago = <any> 'USState.MS(name=Mississippi, abbreviation=MS, successRate=95, timezone=America/Chicago)',
|
|
68
|
-
MONameMissouriAbbreviationMOSuccessRate90TimezoneAmericaChicago = <any> 'USState.MO(name=Missouri, abbreviation=MO, successRate=90, timezone=America/Chicago)',
|
|
69
|
-
MTNameMontanaAbbreviationMTSuccessRate95TimezoneAmericaDenver = <any> 'USState.MT(name=Montana, abbreviation=MT, successRate=95, timezone=America/Denver)',
|
|
70
|
-
NENameNebraskaAbbreviationNESuccessRate95TimezoneAmericaChicago = <any> 'USState.NE(name=Nebraska, abbreviation=NE, successRate=95, timezone=America/Chicago)',
|
|
71
|
-
NVNameNevadaAbbreviationNVSuccessRate95TimezoneAmericaLosAngeles = <any> 'USState.NV(name=Nevada, abbreviation=NV, successRate=95, timezone=America/Los_Angeles)',
|
|
72
|
-
NHNameNewHampshireAbbreviationNHSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NH(name=New Hampshire, abbreviation=NH, successRate=95, timezone=America/New_York)',
|
|
73
|
-
NJNameNewJerseyAbbreviationNJSuccessRate90TimezoneAmericaNewYork = <any> 'USState.NJ(name=New Jersey, abbreviation=NJ, successRate=90, timezone=America/New_York)',
|
|
74
|
-
NMNameNewMexicoAbbreviationNMSuccessRate95TimezoneAmericaDenver = <any> 'USState.NM(name=New Mexico, abbreviation=NM, successRate=95, timezone=America/Denver)',
|
|
75
|
-
NYNameNewYorkAbbreviationNYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NY(name=New York, abbreviation=NY, successRate=95, timezone=America/New_York)',
|
|
76
|
-
NCNameNorthCarolinaAbbreviationNCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NC(name=North Carolina, abbreviation=NC, successRate=95, timezone=America/New_York)',
|
|
77
|
-
NDNameNorthDakotaAbbreviationNDSuccessRate95TimezoneAmericaChicago = <any> 'USState.ND(name=North Dakota, abbreviation=ND, successRate=95, timezone=America/Chicago)',
|
|
78
|
-
OHNameOhioAbbreviationOHSuccessRate80TimezoneAmericaNewYork = <any> 'USState.OH(name=Ohio, abbreviation=OH, successRate=80, timezone=America/New_York)',
|
|
79
|
-
OKNameOklahomaAbbreviationOKSuccessRate96TimezoneAmericaChicago = <any> 'USState.OK(name=Oklahoma, abbreviation=OK, successRate=96, timezone=America/Chicago)',
|
|
80
|
-
ORNameOregonAbbreviationORSuccessRate88TimezoneAmericaLosAngeles = <any> 'USState.OR(name=Oregon, abbreviation=OR, successRate=88, timezone=America/Los_Angeles)',
|
|
81
|
-
PANamePennsylvaniaAbbreviationPASuccessRate90TimezoneAmericaNewYork = <any> 'USState.PA(name=Pennsylvania, abbreviation=PA, successRate=90, timezone=America/New_York)',
|
|
82
|
-
RINameRhodeIslandAbbreviationRISuccessRate95TimezoneAmericaNewYork = <any> 'USState.RI(name=Rhode Island, abbreviation=RI, successRate=95, timezone=America/New_York)',
|
|
83
|
-
SCNameSouthCarolinaAbbreviationSCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.SC(name=South Carolina, abbreviation=SC, successRate=95, timezone=America/New_York)',
|
|
84
|
-
SDNameSouthDakotaAbbreviationSDSuccessRate95TimezoneAmericaChicago = <any> 'USState.SD(name=South Dakota, abbreviation=SD, successRate=95, timezone=America/Chicago)',
|
|
85
|
-
TNNameTennesseeAbbreviationTNSuccessRate95TimezoneAmericaChicago = <any> 'USState.TN(name=Tennessee, abbreviation=TN, successRate=95, timezone=America/Chicago)',
|
|
86
|
-
TXNameTexasAbbreviationTXSuccessRate85TimezoneAmericaChicago = <any> 'USState.TX(name=Texas, abbreviation=TX, successRate=85, timezone=America/Chicago)',
|
|
87
|
-
UTNameUtahAbbreviationUTSuccessRate90TimezoneAmericaDenver = <any> 'USState.UT(name=Utah, abbreviation=UT, successRate=90, timezone=America/Denver)',
|
|
88
|
-
VTNameVermontAbbreviationVTSuccessRate89TimezoneAmericaNewYork = <any> 'USState.VT(name=Vermont, abbreviation=VT, successRate=89, timezone=America/New_York)',
|
|
89
|
-
VANameVirginiaAbbreviationVASuccessRate90TimezoneAmericaNewYork = <any> 'USState.VA(name=Virginia, abbreviation=VA, successRate=90, timezone=America/New_York)',
|
|
90
|
-
WANameWashingtonAbbreviationWASuccessRate97TimezoneAmericaLosAngeles = <any> 'USState.WA(name=Washington, abbreviation=WA, successRate=97, timezone=America/Los_Angeles)',
|
|
91
|
-
WVNameWestVirginiaAbbreviationWVSuccessRate93TimezoneAmericaNewYork = <any> 'USState.WV(name=West Virginia, abbreviation=WV, successRate=93, timezone=America/New_York)',
|
|
92
|
-
WINameWisconsinAbbreviationWISuccessRate95TimezoneAmericaChicago = <any> 'USState.WI(name=Wisconsin, abbreviation=WI, successRate=95, timezone=America/Chicago)',
|
|
93
|
-
WYNameWyomingAbbreviationWYSuccessRate95TimezoneAmericaDenver = <any> 'USState.WY(name=Wyoming, abbreviation=WY, successRate=95, timezone=America/Denver)'
|
|
94
|
-
}
|
|
95
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
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 CustomerReview {
|
|
16
|
-
"copy"?: string;
|
|
17
|
-
"courtName"?: string;
|
|
18
|
-
"displayName"?: string;
|
|
19
|
-
"featured"?: boolean;
|
|
20
|
-
"profilePictureUrl"?: string;
|
|
21
|
-
"resolutionDateUtc"?: string;
|
|
22
|
-
"resolutionName"?: string;
|
|
23
|
-
"source"?: CustomerReview.SourceEnum;
|
|
24
|
-
"starRating"?: string;
|
|
25
|
-
"stateAbbreviation"?: string;
|
|
26
|
-
"tagLine"?: string;
|
|
27
|
-
"ticketLocation"?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export namespace CustomerReview {
|
|
31
|
-
export enum SourceEnum {
|
|
32
|
-
APPLE = <any> 'APPLE',
|
|
33
|
-
GOOGLE = <any> 'GOOGLE',
|
|
34
|
-
FACEBOOK = <any> 'FACEBOOK'
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
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 CustomerReviewResponse {
|
|
16
|
-
"reviews"?: Array<models.CustomerReview>;
|
|
17
|
-
}
|
|
18
|
-
|
|
@@ -1,22 +0,0 @@
|
|
|
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 DateTime {
|
|
16
|
-
"afterNow"?: boolean;
|
|
17
|
-
"beforeNow"?: boolean;
|
|
18
|
-
"chronology"?: models.Chronology;
|
|
19
|
-
"equalNow"?: boolean;
|
|
20
|
-
"millis"?: number;
|
|
21
|
-
}
|
|
22
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
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 DateTimeZone {
|
|
16
|
-
"fixed"?: boolean;
|
|
17
|
-
"id"?: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
@@ -1,29 +0,0 @@
|
|
|
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 DeleteNotificationEventRequest {
|
|
16
|
-
"notificationId"?: number;
|
|
17
|
-
"pageType"?: DeleteNotificationEventRequest.PageTypeEnum;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export namespace DeleteNotificationEventRequest {
|
|
21
|
-
export enum PageTypeEnum {
|
|
22
|
-
CASESTATUS = <any> 'CASE_STATUS',
|
|
23
|
-
CASEMESSAGES = <any> 'CASE_MESSAGES',
|
|
24
|
-
CASEACTION = <any> 'CASE_ACTION',
|
|
25
|
-
COURTDATESCHEDULED = <any> 'COURT_DATE_SCHEDULED',
|
|
26
|
-
PROFILE = <any> 'PROFILE',
|
|
27
|
-
NEWTICKET = <any> 'NEW_TICKET'
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
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 DirectMailContact {
|
|
16
|
-
"backTemplateUrlSent"?: string;
|
|
17
|
-
"costInCents"?: number;
|
|
18
|
-
"estimatedDeliveryDate"?: string;
|
|
19
|
-
"frontTemplateUrlSent"?: string;
|
|
20
|
-
"lobReferenceId"?: string;
|
|
21
|
-
"mailDimensions"?: string;
|
|
22
|
-
"mailTemplateName"?: string;
|
|
23
|
-
"mailType"?: DirectMailContact.MailTypeEnum;
|
|
24
|
-
"processedForDeliveryDate"?: string;
|
|
25
|
-
"trackingStatus"?: DirectMailContact.TrackingStatusEnum;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export namespace DirectMailContact {
|
|
29
|
-
export enum MailTypeEnum {
|
|
30
|
-
POSTCARD = <any> 'POST_CARD',
|
|
31
|
-
LETTER = <any> 'LETTER',
|
|
32
|
-
CHECK = <any> 'CHECK'
|
|
33
|
-
}
|
|
34
|
-
export enum TrackingStatusEnum {
|
|
35
|
-
CREATED = <any> 'CREATED',
|
|
36
|
-
INTRANSIT = <any> 'IN_TRANSIT',
|
|
37
|
-
INLOCALAREA = <any> 'IN_LOCAL_AREA',
|
|
38
|
-
PROCESSEDFORDELIVERY = <any> 'PROCESSED_FOR_DELIVERY',
|
|
39
|
-
RETURNEDTOSENDER = <any> 'RETURNED_TO_SENDER',
|
|
40
|
-
REROUTED = <any> 'RE_ROUTED'
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
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 DirectMailTemplate {
|
|
16
|
-
"mailDimensions"?: string;
|
|
17
|
-
"mailTemplateBackUrl"?: string;
|
|
18
|
-
"mailTemplateFrontUrl"?: string;
|
|
19
|
-
"mailTemplateId"?: number;
|
|
20
|
-
"mailTemplateName"?: string;
|
|
21
|
-
"mailType"?: DirectMailTemplate.MailTypeEnum;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export namespace DirectMailTemplate {
|
|
25
|
-
export enum MailTypeEnum {
|
|
26
|
-
POSTCARD = <any> 'POST_CARD',
|
|
27
|
-
LETTER = <any> 'LETTER',
|
|
28
|
-
CHECK = <any> 'CHECK'
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
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 DirectMailTemplateToAdd {
|
|
16
|
-
"fileNamePrefix"?: string;
|
|
17
|
-
"mailDimensions"?: string;
|
|
18
|
-
"mailType"?: DirectMailTemplateToAdd.MailTypeEnum;
|
|
19
|
-
"templateBackHtml"?: string;
|
|
20
|
-
"templateFrontHtml"?: string;
|
|
21
|
-
"templateName"?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export namespace DirectMailTemplateToAdd {
|
|
25
|
-
export enum MailTypeEnum {
|
|
26
|
-
POSTCARD = <any> 'POST_CARD',
|
|
27
|
-
LETTER = <any> 'LETTER',
|
|
28
|
-
CHECK = <any> 'CHECK'
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 DismissPhoneLeadRequest {
|
|
16
|
-
"entityType"?: DismissPhoneLeadRequest.EntityTypeEnum;
|
|
17
|
-
"referenceIdList"?: Array<string>;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export namespace DismissPhoneLeadRequest {
|
|
21
|
-
export enum EntityTypeEnum {
|
|
22
|
-
USER = <any> 'USER',
|
|
23
|
-
LAWYER = <any> 'LAWYER',
|
|
24
|
-
LAWFIRM = <any> 'LAWFIRM',
|
|
25
|
-
CITATION = <any> 'CITATION',
|
|
26
|
-
COURT = <any> 'COURT',
|
|
27
|
-
CASE = <any> 'CASE',
|
|
28
|
-
LAWFIRMCASE = <any> 'LAWFIRM_CASE',
|
|
29
|
-
LINEITEM = <any> 'LINE_ITEM',
|
|
30
|
-
CASEPAYMENT = <any> 'CASE_PAYMENT',
|
|
31
|
-
STRIPECHARGE = <any> 'STRIPE_CHARGE'
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
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 EstimateInsuranceSavingsRequest {
|
|
16
|
-
"monthlyInsurancePremiumInCents"?: number;
|
|
17
|
-
"state"?: EstimateInsuranceSavingsRequest.StateEnum;
|
|
18
|
-
"ticketFineInCents"?: number;
|
|
19
|
-
"trafficViolationTypeId"?: number;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export namespace EstimateInsuranceSavingsRequest {
|
|
23
|
-
export enum StateEnum {
|
|
24
|
-
ALNameAlabamaAbbreviationALSuccessRate95TimezoneAmericaChicago = <any> 'USState.AL(name=Alabama, abbreviation=AL, successRate=95, timezone=America/Chicago)',
|
|
25
|
-
AKNameAlaskaAbbreviationAKSuccessRate95TimezoneAmericaAnchorage = <any> 'USState.AK(name=Alaska, abbreviation=AK, successRate=95, timezone=America/Anchorage)',
|
|
26
|
-
AZNameArizonaAbbreviationAZSuccessRate85TimezoneAmericaDenver = <any> 'USState.AZ(name=Arizona, abbreviation=AZ, successRate=85, timezone=America/Denver)',
|
|
27
|
-
ARNameArkansasAbbreviationARSuccessRate95TimezoneAmericaChicago = <any> 'USState.AR(name=Arkansas, abbreviation=AR, successRate=95, timezone=America/Chicago)',
|
|
28
|
-
CANameCaliforniaAbbreviationCASuccessRate93TimezoneAmericaLosAngeles = <any> 'USState.CA(name=California, abbreviation=CA, successRate=93, timezone=America/Los_Angeles)',
|
|
29
|
-
CONameColoradoAbbreviationCOSuccessRate90TimezoneAmericaDenver = <any> 'USState.CO(name=Colorado, abbreviation=CO, successRate=90, timezone=America/Denver)',
|
|
30
|
-
CTNameConnecticutAbbreviationCTSuccessRate95TimezoneAmericaNewYork = <any> 'USState.CT(name=Connecticut, abbreviation=CT, successRate=95, timezone=America/New_York)',
|
|
31
|
-
DENameDelawareAbbreviationDESuccessRate95TimezoneAmericaNewYork = <any> 'USState.DE(name=Delaware, abbreviation=DE, successRate=95, timezone=America/New_York)',
|
|
32
|
-
DCNameDistrictOfColumbiaAbbreviationDCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.DC(name=District of Columbia, abbreviation=DC, successRate=95, timezone=America/New_York)',
|
|
33
|
-
FLNameFloridaAbbreviationFLSuccessRate90TimezoneAmericaNewYork = <any> 'USState.FL(name=Florida, abbreviation=FL, successRate=90, timezone=America/New_York)',
|
|
34
|
-
GANameGeorgiaAbbreviationGASuccessRate85TimezoneAmericaNewYork = <any> 'USState.GA(name=Georgia, abbreviation=GA, successRate=85, timezone=America/New_York)',
|
|
35
|
-
HINameHawaiiAbbreviationHISuccessRate90TimezonePacificHonolulu = <any> 'USState.HI(name=Hawaii, abbreviation=HI, successRate=90, timezone=Pacific/Honolulu)',
|
|
36
|
-
IDNameIdahoAbbreviationIDSuccessRate85TimezoneAmericaDenver = <any> 'USState.ID(name=Idaho, abbreviation=ID, successRate=85, timezone=America/Denver)',
|
|
37
|
-
ILNameIllinoisAbbreviationILSuccessRate85TimezoneAmericaChicago = <any> 'USState.IL(name=Illinois, abbreviation=IL, successRate=85, timezone=America/Chicago)',
|
|
38
|
-
INNameIndianaAbbreviationINSuccessRate95TimezoneAmericaChicago = <any> 'USState.IN(name=Indiana, abbreviation=IN, successRate=95, timezone=America/Chicago)',
|
|
39
|
-
IANameIowaAbbreviationIASuccessRate95TimezoneAmericaChicago = <any> 'USState.IA(name=Iowa, abbreviation=IA, successRate=95, timezone=America/Chicago)',
|
|
40
|
-
KSNameKansasAbbreviationKSSuccessRate95TimezoneAmericaChicago = <any> 'USState.KS(name=Kansas, abbreviation=KS, successRate=95, timezone=America/Chicago)',
|
|
41
|
-
KYNameKentuckyAbbreviationKYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.KY(name=Kentucky, abbreviation=KY, successRate=95, timezone=America/New_York)',
|
|
42
|
-
LANameLouisianaAbbreviationLASuccessRate95TimezoneAmericaChicago = <any> 'USState.LA(name=Louisiana, abbreviation=LA, successRate=95, timezone=America/Chicago)',
|
|
43
|
-
MENameMaineAbbreviationMESuccessRate95TimezoneAmericaChicago = <any> 'USState.ME(name=Maine, abbreviation=ME, successRate=95, timezone=America/Chicago)',
|
|
44
|
-
MDNameMarylandAbbreviationMDSuccessRate95TimezoneAmericaNewYork = <any> 'USState.MD(name=Maryland, abbreviation=MD, successRate=95, timezone=America/New_York)',
|
|
45
|
-
MANameMassachusettsAbbreviationMASuccessRate95TimezoneAmericaNewYork = <any> 'USState.MA(name=Massachusetts, abbreviation=MA, successRate=95, timezone=America/New_York)',
|
|
46
|
-
MINameMichiganAbbreviationMISuccessRate95TimezoneAmericaNewYork = <any> 'USState.MI(name=Michigan, abbreviation=MI, successRate=95, timezone=America/New_York)',
|
|
47
|
-
MNNameMinnesotaAbbreviationMNSuccessRate95TimezoneAmericaChicago = <any> 'USState.MN(name=Minnesota, abbreviation=MN, successRate=95, timezone=America/Chicago)',
|
|
48
|
-
MSNameMississippiAbbreviationMSSuccessRate95TimezoneAmericaChicago = <any> 'USState.MS(name=Mississippi, abbreviation=MS, successRate=95, timezone=America/Chicago)',
|
|
49
|
-
MONameMissouriAbbreviationMOSuccessRate90TimezoneAmericaChicago = <any> 'USState.MO(name=Missouri, abbreviation=MO, successRate=90, timezone=America/Chicago)',
|
|
50
|
-
MTNameMontanaAbbreviationMTSuccessRate95TimezoneAmericaDenver = <any> 'USState.MT(name=Montana, abbreviation=MT, successRate=95, timezone=America/Denver)',
|
|
51
|
-
NENameNebraskaAbbreviationNESuccessRate95TimezoneAmericaChicago = <any> 'USState.NE(name=Nebraska, abbreviation=NE, successRate=95, timezone=America/Chicago)',
|
|
52
|
-
NVNameNevadaAbbreviationNVSuccessRate95TimezoneAmericaLosAngeles = <any> 'USState.NV(name=Nevada, abbreviation=NV, successRate=95, timezone=America/Los_Angeles)',
|
|
53
|
-
NHNameNewHampshireAbbreviationNHSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NH(name=New Hampshire, abbreviation=NH, successRate=95, timezone=America/New_York)',
|
|
54
|
-
NJNameNewJerseyAbbreviationNJSuccessRate90TimezoneAmericaNewYork = <any> 'USState.NJ(name=New Jersey, abbreviation=NJ, successRate=90, timezone=America/New_York)',
|
|
55
|
-
NMNameNewMexicoAbbreviationNMSuccessRate95TimezoneAmericaDenver = <any> 'USState.NM(name=New Mexico, abbreviation=NM, successRate=95, timezone=America/Denver)',
|
|
56
|
-
NYNameNewYorkAbbreviationNYSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NY(name=New York, abbreviation=NY, successRate=95, timezone=America/New_York)',
|
|
57
|
-
NCNameNorthCarolinaAbbreviationNCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.NC(name=North Carolina, abbreviation=NC, successRate=95, timezone=America/New_York)',
|
|
58
|
-
NDNameNorthDakotaAbbreviationNDSuccessRate95TimezoneAmericaChicago = <any> 'USState.ND(name=North Dakota, abbreviation=ND, successRate=95, timezone=America/Chicago)',
|
|
59
|
-
OHNameOhioAbbreviationOHSuccessRate80TimezoneAmericaNewYork = <any> 'USState.OH(name=Ohio, abbreviation=OH, successRate=80, timezone=America/New_York)',
|
|
60
|
-
OKNameOklahomaAbbreviationOKSuccessRate96TimezoneAmericaChicago = <any> 'USState.OK(name=Oklahoma, abbreviation=OK, successRate=96, timezone=America/Chicago)',
|
|
61
|
-
ORNameOregonAbbreviationORSuccessRate88TimezoneAmericaLosAngeles = <any> 'USState.OR(name=Oregon, abbreviation=OR, successRate=88, timezone=America/Los_Angeles)',
|
|
62
|
-
PANamePennsylvaniaAbbreviationPASuccessRate90TimezoneAmericaNewYork = <any> 'USState.PA(name=Pennsylvania, abbreviation=PA, successRate=90, timezone=America/New_York)',
|
|
63
|
-
RINameRhodeIslandAbbreviationRISuccessRate95TimezoneAmericaNewYork = <any> 'USState.RI(name=Rhode Island, abbreviation=RI, successRate=95, timezone=America/New_York)',
|
|
64
|
-
SCNameSouthCarolinaAbbreviationSCSuccessRate95TimezoneAmericaNewYork = <any> 'USState.SC(name=South Carolina, abbreviation=SC, successRate=95, timezone=America/New_York)',
|
|
65
|
-
SDNameSouthDakotaAbbreviationSDSuccessRate95TimezoneAmericaChicago = <any> 'USState.SD(name=South Dakota, abbreviation=SD, successRate=95, timezone=America/Chicago)',
|
|
66
|
-
TNNameTennesseeAbbreviationTNSuccessRate95TimezoneAmericaChicago = <any> 'USState.TN(name=Tennessee, abbreviation=TN, successRate=95, timezone=America/Chicago)',
|
|
67
|
-
TXNameTexasAbbreviationTXSuccessRate85TimezoneAmericaChicago = <any> 'USState.TX(name=Texas, abbreviation=TX, successRate=85, timezone=America/Chicago)',
|
|
68
|
-
UTNameUtahAbbreviationUTSuccessRate90TimezoneAmericaDenver = <any> 'USState.UT(name=Utah, abbreviation=UT, successRate=90, timezone=America/Denver)',
|
|
69
|
-
VTNameVermontAbbreviationVTSuccessRate89TimezoneAmericaNewYork = <any> 'USState.VT(name=Vermont, abbreviation=VT, successRate=89, timezone=America/New_York)',
|
|
70
|
-
VANameVirginiaAbbreviationVASuccessRate90TimezoneAmericaNewYork = <any> 'USState.VA(name=Virginia, abbreviation=VA, successRate=90, timezone=America/New_York)',
|
|
71
|
-
WANameWashingtonAbbreviationWASuccessRate97TimezoneAmericaLosAngeles = <any> 'USState.WA(name=Washington, abbreviation=WA, successRate=97, timezone=America/Los_Angeles)',
|
|
72
|
-
WVNameWestVirginiaAbbreviationWVSuccessRate93TimezoneAmericaNewYork = <any> 'USState.WV(name=West Virginia, abbreviation=WV, successRate=93, timezone=America/New_York)',
|
|
73
|
-
WINameWisconsinAbbreviationWISuccessRate95TimezoneAmericaChicago = <any> 'USState.WI(name=Wisconsin, abbreviation=WI, successRate=95, timezone=America/Chicago)',
|
|
74
|
-
WYNameWyomingAbbreviationWYSuccessRate95TimezoneAmericaDenver = <any> 'USState.WY(name=Wyoming, abbreviation=WY, successRate=95, timezone=America/Denver)'
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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 FeedbackDomain {
|
|
16
|
-
"appVersion"?: string;
|
|
17
|
-
"body"?: string;
|
|
18
|
-
"device"?: string;
|
|
19
|
-
}
|
|
20
|
-
|