@otr-app/shared-backend-generated-client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -0
- package/dist/otr-ts-client/.openapi-generator/VERSION +1 -0
- package/dist/otr-ts-client/.openapi-generator-ignore +23 -0
- package/dist/otr-ts-client/.swagger-codegen/VERSION +1 -0
- package/dist/otr-ts-client/api/ActionRequiredControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/AddressControllerApi.ts +80 -0
- package/dist/otr-ts-client/api/AlertNotificationControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/AppEventsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/AuthenticationControllerApi.ts +51 -0
- package/dist/otr-ts-client/api/AwsCredentialsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/BlogWebhookControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/BranchLinkControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CaseActionTimelineControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CaseActionsControllerApi.ts +152 -0
- package/dist/otr-ts-client/api/CaseControllerApi.ts +894 -0
- package/dist/otr-ts-client/api/CaseCreationControllerApi.ts +89 -0
- package/dist/otr-ts-client/api/CaseFinancialsControllerApi.ts +296 -0
- package/dist/otr-ts-client/api/CasePaymentControllerApi.ts +560 -0
- package/dist/otr-ts-client/api/CasePaymentPlanControllerApi.ts +114 -0
- package/dist/otr-ts-client/api/CaseStatusControllerApi.ts +56 -0
- package/dist/otr-ts-client/api/CaseTransferControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/CertificateControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/CitationControllerApi.ts +476 -0
- package/dist/otr-ts-client/api/ConfigurationControllerApi.ts +51 -0
- package/dist/otr-ts-client/api/ConsoleListControllerApi.ts +348 -0
- package/dist/otr-ts-client/api/ConversationControllerApi.ts +176 -0
- package/dist/otr-ts-client/api/CountyControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/CourtControllerApi.ts +337 -0
- package/dist/otr-ts-client/api/CrmControllerApi.ts +240 -0
- package/dist/otr-ts-client/api/CustomerLeadControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CustomerReviewControllerApi.ts +66 -0
- package/dist/otr-ts-client/api/DashboardControllerApi.ts +290 -0
- package/dist/otr-ts-client/api/DirectMailControllerApi.ts +196 -0
- package/dist/otr-ts-client/api/DisputeControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/DripControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/DripWebhooksControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/EmailSubscriptionControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/FeedbackControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/FreshdeskTicketControllerApi.ts +101 -0
- package/dist/otr-ts-client/api/InsuranceCalculatorControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/InternalNotificationControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawfirmCaseDecisionControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/LawfirmCasesControllerApi.ts +104 -0
- package/dist/otr-ts-client/api/LawfirmControllerApi.ts +600 -0
- package/dist/otr-ts-client/api/LawfirmDocumentControllerApi.ts +256 -0
- package/dist/otr-ts-client/api/LawfirmFeeCoverageControllerApi.ts +273 -0
- package/dist/otr-ts-client/api/LawfirmRatesControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawfirmTransactionsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawyerControllerApi.ts +116 -0
- package/dist/otr-ts-client/api/LineItemControllerApi.ts +173 -0
- package/dist/otr-ts-client/api/NotesControllerApi.ts +123 -0
- package/dist/otr-ts-client/api/OnDemandRequestControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/PhoneLeadsControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/PushNotificationControllerApi.ts +222 -0
- package/dist/otr-ts-client/api/RefLinkControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/ReferralControllerApi.ts +252 -0
- package/dist/otr-ts-client/api/RefundEligibilityControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/RegistrationControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/ReportingControllerApi.ts +168 -0
- package/dist/otr-ts-client/api/ScheduledTaskControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/SnsListenerControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/SocialLoginControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/StripeCardControllerApi.ts +393 -0
- package/dist/otr-ts-client/api/StripeControllerApi.ts +254 -0
- package/dist/otr-ts-client/api/TicketReviewControllerApi.ts +123 -0
- package/dist/otr-ts-client/api/TrafficViolationControllerApi.ts +141 -0
- package/dist/otr-ts-client/api/UserControllerApi.ts +502 -0
- package/dist/otr-ts-client/api/UserProfileControllerApi.ts +288 -0
- package/dist/otr-ts-client/api/UserReferralControllerApi.ts +80 -0
- package/dist/otr-ts-client/api/UserSettingsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/UtilityControllerApi.ts +141 -0
- package/dist/otr-ts-client/api/ValidationControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/ViolationPenaltyControllerApi.ts +157 -0
- package/dist/otr-ts-client/api/api.ts +131 -0
- package/dist/otr-ts-client/api.module.ts +71 -0
- package/dist/otr-ts-client/git_push.sh +58 -0
- package/dist/otr-ts-client/index.ts +2 -0
- package/dist/otr-ts-client/model/AccountLevelFee.ts +33 -0
- package/dist/otr-ts-client/model/AccountLevelFeeRequest.ts +18 -0
- package/dist/otr-ts-client/model/AccountLevelFeeResponse.ts +18 -0
- package/dist/otr-ts-client/model/AccountLevelFeeToSave.ts +31 -0
- package/dist/otr-ts-client/model/AddACHToStripeAccountRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddActionToCaseRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddActionToCaseResponse.ts +18 -0
- package/dist/otr-ts-client/model/AddCardToStripeAccountRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddCardToStripeAccountResponse.ts +20 -0
- package/dist/otr-ts-client/model/AddCaseMessageResponse.ts +18 -0
- package/dist/otr-ts-client/model/AddCourtCoverageRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddCourtRequest.ts +19 -0
- package/dist/otr-ts-client/model/AddExtraAccountRequest.ts +19 -0
- package/dist/otr-ts-client/model/AddNoteToPhoneLeadRequest.ts +34 -0
- package/dist/otr-ts-client/model/AddPenaltyRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddViolationRequest.ts +32 -0
- package/dist/otr-ts-client/model/AddViolationsToCitationRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddressDomain.ts +96 -0
- package/dist/otr-ts-client/model/Alert.ts +35 -0
- package/dist/otr-ts-client/model/AlertNotificationResponse.ts +19 -0
- package/dist/otr-ts-client/model/AppEventCreateRequest.ts +27 -0
- package/dist/otr-ts-client/model/AppearanceAttorneyDomain.ts +21 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentRequest.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentResponse.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseRequest.ts +19 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseResponse.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeLineItemResponse.ts +18 -0
- package/dist/otr-ts-client/model/AvailablePaymentPlan.ts +27 -0
- package/dist/otr-ts-client/model/AvailablePaymentPlanResponse.ts +18 -0
- package/dist/otr-ts-client/model/AwsCredentialsRequest.ts +23 -0
- package/dist/otr-ts-client/model/BlogDocument.ts +20 -0
- package/dist/otr-ts-client/model/BlogEvent.ts +21 -0
- package/dist/otr-ts-client/model/BlogMetadata.ts +20 -0
- package/dist/otr-ts-client/model/CancelCaseRequest.ts +54 -0
- package/dist/otr-ts-client/model/CancelCaseResponse.ts +28 -0
- package/dist/otr-ts-client/model/CaptureChargeFromCasePaymentRequest.ts +18 -0
- package/dist/otr-ts-client/model/CaseActionDomain.ts +33 -0
- package/dist/otr-ts-client/model/CaseAlert.ts +36 -0
- package/dist/otr-ts-client/model/CaseChargeDomain.ts +25 -0
- package/dist/otr-ts-client/model/CaseChargeResponsePojo.ts +19 -0
- package/dist/otr-ts-client/model/CaseCreationRequest.ts +20 -0
- package/dist/otr-ts-client/model/CaseDomain.ts +82 -0
- package/dist/otr-ts-client/model/CaseFinancialLineItemResponse.ts +19 -0
- package/dist/otr-ts-client/model/CaseFinancialsDomain.ts +46 -0
- package/dist/otr-ts-client/model/CaseFinancialsSummary.ts +33 -0
- package/dist/otr-ts-client/model/CaseFuturePayment.ts +20 -0
- package/dist/otr-ts-client/model/CaseLineItemDomain.ts +40 -0
- package/dist/otr-ts-client/model/CaseLineItemsSummary.ts +30 -0
- package/dist/otr-ts-client/model/CaseMessageDomain.ts +39 -0
- package/dist/otr-ts-client/model/CaseNotesDomain.ts +19 -0
- package/dist/otr-ts-client/model/CasePaymentDomain.ts +42 -0
- package/dist/otr-ts-client/model/CasePaymentPlanResponse.ts +34 -0
- package/dist/otr-ts-client/model/CaseStatusDetailsResponse.ts +59 -0
- package/dist/otr-ts-client/model/CaseStatusDomain.ts +65 -0
- package/dist/otr-ts-client/model/CaseSummaryDomain.ts +41 -0
- package/dist/otr-ts-client/model/CaseTransferHistory.ts +43 -0
- package/dist/otr-ts-client/model/CaseTransferResponse.ts +18 -0
- package/dist/otr-ts-client/model/CaseViolationPenalty.ts +33 -0
- package/dist/otr-ts-client/model/CaseWithCoverageObtained.ts +39 -0
- package/dist/otr-ts-client/model/ChangeUserPasswordRequest.ts +20 -0
- package/dist/otr-ts-client/model/ChargeDisputeDomain.ts +71 -0
- package/dist/otr-ts-client/model/Chronology.ts +18 -0
- package/dist/otr-ts-client/model/CitationDomain.ts +116 -0
- package/dist/otr-ts-client/model/CitationInputRequest.ts +93 -0
- package/dist/otr-ts-client/model/CitationWithMissingCourt.ts +76 -0
- package/dist/otr-ts-client/model/CitationWithMissingFields.ts +24 -0
- package/dist/otr-ts-client/model/ClientActionRequiredRequest.ts +27 -0
- package/dist/otr-ts-client/model/ClientLeadDomain.ts +24 -0
- package/dist/otr-ts-client/model/CollectionNotificationEvent.ts +17 -0
- package/dist/otr-ts-client/model/CountryDomain.ts +19 -0
- package/dist/otr-ts-client/model/CountryRegion.ts +22 -0
- package/dist/otr-ts-client/model/CountyDomain.ts +75 -0
- package/dist/otr-ts-client/model/CourtCoverageCountyRecord.ts +26 -0
- package/dist/otr-ts-client/model/CourtCoverageRecord.ts +29 -0
- package/dist/otr-ts-client/model/CourtCoverageStateRecord.ts +25 -0
- package/dist/otr-ts-client/model/CourtDomain.ts +42 -0
- package/dist/otr-ts-client/model/CoverageToRemove.ts +19 -0
- package/dist/otr-ts-client/model/CreateBranchLinkRequest.ts +26 -0
- package/dist/otr-ts-client/model/CreateCitationRequest.ts +93 -0
- package/dist/otr-ts-client/model/CreateCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateNewLawfirmRequest.ts +22 -0
- package/dist/otr-ts-client/model/CreateNoteInput.ts +25 -0
- package/dist/otr-ts-client/model/CreateNoteRequest.ts +18 -0
- package/dist/otr-ts-client/model/CreateNoteResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateReferralCodeRequest.ts +39 -0
- package/dist/otr-ts-client/model/CreateReferralCodeResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateReferralSourceForCitation.ts +18 -0
- package/dist/otr-ts-client/model/CustomerLead.ts +95 -0
- package/dist/otr-ts-client/model/CustomerReview.ts +36 -0
- package/dist/otr-ts-client/model/CustomerReviewResponse.ts +18 -0
- package/dist/otr-ts-client/model/DateTime.ts +22 -0
- package/dist/otr-ts-client/model/DateTimeZone.ts +19 -0
- package/dist/otr-ts-client/model/DeleteCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/DeleteNotificationEventRequest.ts +29 -0
- package/dist/otr-ts-client/model/DirectMailContact.ts +42 -0
- package/dist/otr-ts-client/model/DirectMailContactResponse.ts +18 -0
- package/dist/otr-ts-client/model/DirectMailGetRequest.ts +19 -0
- package/dist/otr-ts-client/model/DirectMailSendRequest.ts +28 -0
- package/dist/otr-ts-client/model/DirectMailTemplate.ts +30 -0
- package/dist/otr-ts-client/model/DirectMailTemplateResponse.ts +18 -0
- package/dist/otr-ts-client/model/DirectMailTemplateToAdd.ts +30 -0
- package/dist/otr-ts-client/model/DismissCitationsFromContactListRequest.ts +18 -0
- package/dist/otr-ts-client/model/DismissPhoneLeadRequest.ts +33 -0
- package/dist/otr-ts-client/model/DocumentDecisionRequest.ts +19 -0
- package/dist/otr-ts-client/model/DripRemoveRequest.ts +27 -0
- package/dist/otr-ts-client/model/DripWebhookData.ts +20 -0
- package/dist/otr-ts-client/model/DripWebhookEvent.ts +20 -0
- package/dist/otr-ts-client/model/EstimateInsuranceSavingsRequest.ts +76 -0
- package/dist/otr-ts-client/model/EstimateInsuranceSavingsResponse.ts +20 -0
- package/dist/otr-ts-client/model/FeedbackDomain.ts +20 -0
- package/dist/otr-ts-client/model/FindChargeDisputesResponse.ts +18 -0
- package/dist/otr-ts-client/model/FindCourtsWithNoCoverageResponse.ts +19 -0
- package/dist/otr-ts-client/model/FindDisputesRequest.ts +19 -0
- package/dist/otr-ts-client/model/FindMatchingUser.ts +34 -0
- package/dist/otr-ts-client/model/FindMatchingUsersRequest.ts +22 -0
- package/dist/otr-ts-client/model/FindMatchingUsersResponse.ts +18 -0
- package/dist/otr-ts-client/model/FindsCourtsResponse.ts +19 -0
- package/dist/otr-ts-client/model/FreshDeskConversation.ts +23 -0
- package/dist/otr-ts-client/model/FreshDeskRequester.ts +19 -0
- package/dist/otr-ts-client/model/FreshDeskTicket.ts +64 -0
- package/dist/otr-ts-client/model/FreshdeskTicketReferenceDomain.ts +35 -0
- package/dist/otr-ts-client/model/FreshdeskWebhookRequest.ts +23 -0
- package/dist/otr-ts-client/model/FuturePayment.ts +33 -0
- package/dist/otr-ts-client/model/GenerateTemplateRequest.ts +61 -0
- package/dist/otr-ts-client/model/GenericAdminListRequest.ts +18 -0
- package/dist/otr-ts-client/model/GeoRatesRequest.ts +21 -0
- package/dist/otr-ts-client/model/GetAddressInnerResponse.ts +23 -0
- package/dist/otr-ts-client/model/GetAppConfigResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetAppearanceAttorneysResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetAvailablePaymentPlansResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseActionResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseActionTimelineResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCaseActionTypesResponse.ts +30 -0
- package/dist/otr-ts-client/model/GetCaseChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseCostsAttorneyResponse.ts +23 -0
- package/dist/otr-ts-client/model/GetCaseDocumentResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseFinancialsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCaseFromCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseLineItemsResponse.ts +22 -0
- package/dist/otr-ts-client/model/GetCaseMessagesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCasePaymentsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseResolutionStatusesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseResponse.ts +20 -0
- package/dist/otr-ts-client/model/GetCasesWithCoverageObtainedResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCasesWithOverduePaymentsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationPhoneLeadsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationPhoneLeadsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetClientCasesResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetCompetitionResponseModel.ts +21 -0
- package/dist/otr-ts-client/model/GetCountOfMatchingUsersRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCountOfMatchingUsersResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountiesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountryListResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountryRegionsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtCoverageForCountyReportResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtCoverageForStateReportResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCourtCoverageReportResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtsByQueryResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCourtsInnerResponse.ts +22 -0
- package/dist/otr-ts-client/model/GetCurrentUserResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetDocumentsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetEmailTemplateResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmAddressesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmCaseStatsResponse.ts +20 -0
- package/dist/otr-ts-client/model/GetLawfirmCasesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmCoverageReportResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmCoverageResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeCoverageModel.ts +24 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeCoverageResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeModel.ts +21 -0
- package/dist/otr-ts-client/model/GetLawfirmInboxMessagesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmLeadsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmLeadsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmPaymentMethodsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmSummaryCaseRequest.ts +92 -0
- package/dist/otr-ts-client/model/GetLawfirmSummaryCasesResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetLawfirmSupportedStatesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmTransactionsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLineItemsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetListOfCitationsWithMissingCourtResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
- package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetOutgoingContactsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPaymentMethodsForUserResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetPenaltyType.ts +32 -0
- package/dist/otr-ts-client/model/GetPenaltyTypesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPendingTicketReviewsRequest.ts +20 -0
- package/dist/otr-ts-client/model/GetPendingTicketReviewsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPotentialCustomersRequest.ts +21 -0
- package/dist/otr-ts-client/model/GetPotentialCustomersResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetReferralCodeResponse.ts +39 -0
- package/dist/otr-ts-client/model/GetReferralCodesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetReferralsHistoryResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetStripeChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetStripeConnectedAccountResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetSupportTicketsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetTicketReviewResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetTrafficViolationTypesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetUserAddressesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserRefLinksResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserReferralSourceTypesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserResponse.ts +18 -0
- package/dist/otr-ts-client/model/GraphRequest.ts +55 -0
- package/dist/otr-ts-client/model/HandleOrphanedStripeChargeRequest.ts +20 -0
- package/dist/otr-ts-client/model/HashMapstringobject.ts +17 -0
- package/dist/otr-ts-client/model/HashMapstringstring.ts +17 -0
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerResponse.ts +18 -0
- package/dist/otr-ts-client/model/InsertCaseLineItemResponse.ts +18 -0
- package/dist/otr-ts-client/model/InsertInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/IsRefundEligibleResponse.ts +25 -0
- package/dist/otr-ts-client/model/IsUserLoggedInResponse.ts +19 -0
- package/dist/otr-ts-client/model/KeyValueMapRequest.ts +20 -0
- package/dist/otr-ts-client/model/LawfirmCaseDocument.ts +35 -0
- package/dist/otr-ts-client/model/LawfirmCaseDomain.ts +46 -0
- package/dist/otr-ts-client/model/LawfirmCourtCoverageDomain.ts +33 -0
- package/dist/otr-ts-client/model/LawfirmCoverageRecord.ts +28 -0
- package/dist/otr-ts-client/model/LawfirmDocument.ts +35 -0
- package/dist/otr-ts-client/model/LawfirmDocumentResponse.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmDocumentTemplate.ts +34 -0
- package/dist/otr-ts-client/model/LawfirmDocumentTemplateResponse.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmDomain.ts +54 -0
- package/dist/otr-ts-client/model/LawfirmDomainPictureRequest.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmInboxMessageDomain.ts +76 -0
- package/dist/otr-ts-client/model/LawfirmLeadDomain.ts +109 -0
- package/dist/otr-ts-client/model/LawfirmRatesResponse.ts +32 -0
- package/dist/otr-ts-client/model/LawfirmSettingsDomain.ts +33 -0
- package/dist/otr-ts-client/model/LawfirmTransactionDomain.ts +51 -0
- package/dist/otr-ts-client/model/LawfirmsRatesResponse.ts +18 -0
- package/dist/otr-ts-client/model/LineItem.ts +33 -0
- package/dist/otr-ts-client/model/LineItemRequest.ts +30 -0
- package/dist/otr-ts-client/model/ListRevenueRequest.ts +56 -0
- package/dist/otr-ts-client/model/LobEvent.ts +20 -0
- package/dist/otr-ts-client/model/LobEventRequest.ts +21 -0
- package/dist/otr-ts-client/model/LostCaseWithTransferNotReversed.ts +43 -0
- package/dist/otr-ts-client/model/MapstringCollectionNotificationEvent.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringint.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringobject.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringstring.ts +17 -0
- package/dist/otr-ts-client/model/MarkCaseAsResolvedRequest.ts +55 -0
- package/dist/otr-ts-client/model/MarkCaseAsResolvedResponse.ts +62 -0
- package/dist/otr-ts-client/model/MatchCaseResponse.ts +20 -0
- package/dist/otr-ts-client/model/MatchCitationResponse.ts +27 -0
- package/dist/otr-ts-client/model/MatchInnerCaseResponse.ts +30 -0
- package/dist/otr-ts-client/model/MatchLawfirmCaseResponse.ts +21 -0
- package/dist/otr-ts-client/model/MessageInputDomain.ts +34 -0
- package/dist/otr-ts-client/model/MissingPaymentDomain.ts +63 -0
- package/dist/otr-ts-client/model/ModelDate.ts +26 -0
- package/dist/otr-ts-client/model/NewLawyerRequest.ts +19 -0
- package/dist/otr-ts-client/model/NewUser.ts +31 -0
- package/dist/otr-ts-client/model/NewUserResponse.ts +22 -0
- package/dist/otr-ts-client/model/NoLawyerAvailableRequest.ts +19 -0
- package/dist/otr-ts-client/model/NoteAuthor.ts +20 -0
- package/dist/otr-ts-client/model/NoteDomain.ts +29 -0
- package/dist/otr-ts-client/model/NotificationEvent.ts +23 -0
- package/dist/otr-ts-client/model/NotificationEvents.ts +19 -0
- package/dist/otr-ts-client/model/OutgoingContactDomain.ts +29 -0
- package/dist/otr-ts-client/model/Penalty.ts +36 -0
- package/dist/otr-ts-client/model/PenaltyRequest.ts +19 -0
- package/dist/otr-ts-client/model/PersistTicketEvaluationRequest.ts +31 -0
- package/dist/otr-ts-client/model/PhoneNumberDomain.ts +45 -0
- package/dist/otr-ts-client/model/PostCourtCoverageRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostCustomerLeadRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostFeedbackRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostNewCaseMessageRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostReferralSourceRequest.ts +40 -0
- package/dist/otr-ts-client/model/PotentialCustomerDomain.ts +185 -0
- package/dist/otr-ts-client/model/PreviewDocumentRequest.ts +20 -0
- package/dist/otr-ts-client/model/PriceMatchRequest.ts +24 -0
- package/dist/otr-ts-client/model/PriceMatchResponse.ts +28 -0
- package/dist/otr-ts-client/model/PublishReferralRequest.ts +19 -0
- package/dist/otr-ts-client/model/PushNotificationRegistrationRequest.ts +26 -0
- package/dist/otr-ts-client/model/PushNotificationRequest.ts +35 -0
- package/dist/otr-ts-client/model/PutDocumentRequest.ts +32 -0
- package/dist/otr-ts-client/model/PutUserSettingsRequest.ts +19 -0
- package/dist/otr-ts-client/model/ReferralContact.ts +20 -0
- package/dist/otr-ts-client/model/ReferralResponse.ts +67 -0
- package/dist/otr-ts-client/model/RefundCaseChargesRequest.ts +19 -0
- package/dist/otr-ts-client/model/RefundCaseChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/RegisterNewUserRequest.ts +51 -0
- package/dist/otr-ts-client/model/RegisterNewUserResponse.ts +21 -0
- package/dist/otr-ts-client/model/RemoveCoverageRequest.ts +18 -0
- package/dist/otr-ts-client/model/ReplyToTicketRequest.ts +32 -0
- package/dist/otr-ts-client/model/RescheduleTaskRequest.ts +18 -0
- package/dist/otr-ts-client/model/ResetUserPasswordRequest.ts +19 -0
- package/dist/otr-ts-client/model/Results.ts +18 -0
- package/dist/otr-ts-client/model/ReverseCaseTransferRequest.ts +34 -0
- package/dist/otr-ts-client/model/SNSNotificationRequest.ts +21 -0
- package/dist/otr-ts-client/model/SSLCertificateResponse.ts +18 -0
- package/dist/otr-ts-client/model/SaveCaseNotesRequest.ts +18 -0
- package/dist/otr-ts-client/model/SaveLawyerLeadRequest.ts +35 -0
- package/dist/otr-ts-client/model/ScheduleNewPaymentRequest.ts +29 -0
- package/dist/otr-ts-client/model/ScheduledTaskGetResponse.ts +18 -0
- package/dist/otr-ts-client/model/ScheduledTaskResponse.ts +40 -0
- package/dist/otr-ts-client/model/SendConsolidatedEmailToUser.ts +61 -0
- package/dist/otr-ts-client/model/SendDirectMailResponse.ts +18 -0
- package/dist/otr-ts-client/model/SendEmailToUserRequest.ts +71 -0
- package/dist/otr-ts-client/model/SendEmailToUsersRequest.ts +60 -0
- package/dist/otr-ts-client/model/SetCourtDateForCaseRequest.ts +19 -0
- package/dist/otr-ts-client/model/SetLawfirmCaseDecisionRequest.ts +30 -0
- package/dist/otr-ts-client/model/SimpleCasePaymentDomain.ts +20 -0
- package/dist/otr-ts-client/model/SimpleCredentialsResponse.ts +19 -0
- package/dist/otr-ts-client/model/SimpleLineItemDomain.ts +19 -0
- package/dist/otr-ts-client/model/SocialLoginRequest.ts +42 -0
- package/dist/otr-ts-client/model/SocialLoginResponse.ts +21 -0
- package/dist/otr-ts-client/model/SocialLoginUser.ts +24 -0
- package/dist/otr-ts-client/model/SocialPhoneNumber.ts +29 -0
- package/dist/otr-ts-client/model/SqlResponse.ts +18 -0
- package/dist/otr-ts-client/model/StripeApplicationFeeRefundSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeApplicationFeeSyncResults.ts +21 -0
- package/dist/otr-ts-client/model/StripeCardDomain.ts +32 -0
- package/dist/otr-ts-client/model/StripeChargeDomain.ts +37 -0
- package/dist/otr-ts-client/model/StripeChargeSyncResults.ts +23 -0
- package/dist/otr-ts-client/model/StripeConnectedAccountDomain.ts +25 -0
- package/dist/otr-ts-client/model/StripeDisputeDomain.ts +74 -0
- package/dist/otr-ts-client/model/StripeFieldVerification.ts +20 -0
- package/dist/otr-ts-client/model/StripePaymentSourceDomain.ts +22 -0
- package/dist/otr-ts-client/model/StripeRefundSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeReversalSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeTransferSyncResults.ts +21 -0
- package/dist/otr-ts-client/model/SubscribeRequest.ts +18 -0
- package/dist/otr-ts-client/model/Subscriber.ts +27 -0
- package/dist/otr-ts-client/model/SubscriberDomain.ts +27 -0
- package/dist/otr-ts-client/model/SyncStripeChargesRequest.ts +20 -0
- package/dist/otr-ts-client/model/SyncStripeChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/SyncStripeDisputeResponse.ts +18 -0
- package/dist/otr-ts-client/model/TicketLeadDomain.ts +36 -0
- package/dist/otr-ts-client/model/TicketReviewRequest.ts +38 -0
- package/dist/otr-ts-client/model/Timestamp.ts +27 -0
- package/dist/otr-ts-client/model/TrafficViolationInputRequest.ts +18 -0
- package/dist/otr-ts-client/model/TrafficViolationTypeDomain.ts +34 -0
- package/dist/otr-ts-client/model/USStateDomain.ts +19 -0
- package/dist/otr-ts-client/model/UpdateAddress.ts +23 -0
- package/dist/otr-ts-client/model/UpdateAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCaseDeclineTicketsRequest.ts +20 -0
- package/dist/otr-ts-client/model/UpdateCitationAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCitationPictureRequest.ts +20 -0
- package/dist/otr-ts-client/model/UpdateCitationRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCourtRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateDisputeRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateLawfirmRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateLawfirmSettingsRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteInput.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteResponse.ts +18 -0
- package/dist/otr-ts-client/model/UpdatePaymentDueDateRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdatePhoneNumber.ts +41 -0
- package/dist/otr-ts-client/model/UpdateProfilePictureRequest.ts +19 -0
- package/dist/otr-ts-client/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
- package/dist/otr-ts-client/model/UpdateUserDetailsRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserDetailsResponse.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserPhoneNumberRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserRolesRequest.ts +28 -0
- package/dist/otr-ts-client/model/UpdateViolationRequest.ts +19 -0
- package/dist/otr-ts-client/model/UpsertAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UserBookingsDomain.ts +19 -0
- package/dist/otr-ts-client/model/UserDetails.ts +20 -0
- package/dist/otr-ts-client/model/UserDomain.ts +44 -0
- package/dist/otr-ts-client/model/UserRefLinkDomain.ts +20 -0
- package/dist/otr-ts-client/model/UserReferralSourceTypeDomain.ts +23 -0
- package/dist/otr-ts-client/model/UserRoleDomain.ts +27 -0
- package/dist/otr-ts-client/model/UserToContact.ts +19 -0
- package/dist/otr-ts-client/model/ValidateDirectMailRequest.ts +19 -0
- package/dist/otr-ts-client/model/ValidateDirectMailResponse.ts +196 -0
- package/dist/otr-ts-client/model/ValidateUserEmailResponse.ts +20 -0
- package/dist/otr-ts-client/model/VerifyPasswordResetTokenResponse.ts +19 -0
- package/dist/otr-ts-client/model/ViolationInputRequest.ts +18 -0
- package/dist/otr-ts-client/model/ViolationPenaltyResponse.ts +19 -0
- package/dist/otr-ts-client/model/ViolationResponse.ts +33 -0
- package/dist/otr-ts-client/model/models.ts +359 -0
- package/dist/otrBackendService.js +13223 -0
- package/dist/otrBackendService.min.js +5 -0
- package/package.json +32 -0
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
export * from './AccountLevelFee';
|
|
2
|
+
export * from './AccountLevelFeeRequest';
|
|
3
|
+
export * from './AccountLevelFeeResponse';
|
|
4
|
+
export * from './AccountLevelFeeToSave';
|
|
5
|
+
export * from './AddACHToStripeAccountRequest';
|
|
6
|
+
export * from './AddActionToCaseRequest';
|
|
7
|
+
export * from './AddActionToCaseResponse';
|
|
8
|
+
export * from './AddCardToStripeAccountRequest';
|
|
9
|
+
export * from './AddCardToStripeAccountResponse';
|
|
10
|
+
export * from './AddCaseMessageResponse';
|
|
11
|
+
export * from './AddCourtCoverageRequest';
|
|
12
|
+
export * from './AddCourtRequest';
|
|
13
|
+
export * from './AddExtraAccountRequest';
|
|
14
|
+
export * from './AddNoteToPhoneLeadRequest';
|
|
15
|
+
export * from './AddPenaltyRequest';
|
|
16
|
+
export * from './AddViolationRequest';
|
|
17
|
+
export * from './AddViolationsToCitationRequest';
|
|
18
|
+
export * from './AddressDomain';
|
|
19
|
+
export * from './Alert';
|
|
20
|
+
export * from './AlertNotificationResponse';
|
|
21
|
+
export * from './AppEventCreateRequest';
|
|
22
|
+
export * from './AppearanceAttorneyDomain';
|
|
23
|
+
export * from './AuthorizeChargeForCasePaymentRequest';
|
|
24
|
+
export * from './AuthorizeChargeForCasePaymentResponse';
|
|
25
|
+
export * from './AuthorizeChargeForCaseRequest';
|
|
26
|
+
export * from './AuthorizeChargeForCaseResponse';
|
|
27
|
+
export * from './AvailablePaymentPlan';
|
|
28
|
+
export * from './AwsCredentialsRequest';
|
|
29
|
+
export * from './BlogDocument';
|
|
30
|
+
export * from './BlogEvent';
|
|
31
|
+
export * from './BlogMetadata';
|
|
32
|
+
export * from './CancelCaseRequest';
|
|
33
|
+
export * from './CancelCaseResponse';
|
|
34
|
+
export * from './CaptureChargeFromCasePaymentRequest';
|
|
35
|
+
export * from './CaseActionDomain';
|
|
36
|
+
export * from './CaseAlert';
|
|
37
|
+
export * from './CaseChargeResponsePojo';
|
|
38
|
+
export * from './CaseCreationRequest';
|
|
39
|
+
export * from './CaseDomain';
|
|
40
|
+
export * from './CaseLineItemDomain';
|
|
41
|
+
export * from './CaseLineItemsSummary';
|
|
42
|
+
export * from './CaseMessageDomain';
|
|
43
|
+
export * from './CaseNotesDomain';
|
|
44
|
+
export * from './CasePaymentDomain';
|
|
45
|
+
export * from './CaseStatusDetailsResponse';
|
|
46
|
+
export * from './CaseStatusDomain';
|
|
47
|
+
export * from './CaseSummaryDomain';
|
|
48
|
+
export * from './CaseTransferHistory';
|
|
49
|
+
export * from './CaseTransferResponse';
|
|
50
|
+
export * from './CaseViolationPenalty';
|
|
51
|
+
export * from './CaseWithCoverageObtained';
|
|
52
|
+
export * from './ChangeUserPasswordRequest';
|
|
53
|
+
export * from './Chronology';
|
|
54
|
+
export * from './CitationDomain';
|
|
55
|
+
export * from './CitationInputRequest';
|
|
56
|
+
export * from './CitationWithMissingCourt';
|
|
57
|
+
export * from './CitationWithMissingFields';
|
|
58
|
+
export * from './ClientActionRequiredRequest';
|
|
59
|
+
export * from './ClientLeadDomain';
|
|
60
|
+
export * from './CountryDomain';
|
|
61
|
+
export * from './CountryRegion';
|
|
62
|
+
export * from './CountyDomain';
|
|
63
|
+
export * from './CourtCoverageCountyRecord';
|
|
64
|
+
export * from './CourtCoverageRecord';
|
|
65
|
+
export * from './CourtCoverageStateRecord';
|
|
66
|
+
export * from './CourtDomain';
|
|
67
|
+
export * from './CoverageToRemove';
|
|
68
|
+
export * from './CreateBranchLinkRequest';
|
|
69
|
+
export * from './CreateCitationRequest';
|
|
70
|
+
export * from './CreateCitationResponse';
|
|
71
|
+
export * from './CreateNewLawfirmRequest';
|
|
72
|
+
export * from './CreateNoteInput';
|
|
73
|
+
export * from './CreateNoteRequest';
|
|
74
|
+
export * from './CreateNoteResponse';
|
|
75
|
+
export * from './CreateReferralCodeRequest';
|
|
76
|
+
export * from './CreateReferralCodeResponse';
|
|
77
|
+
export * from './CreateReferralSourceForCitation';
|
|
78
|
+
export * from './CustomerLead';
|
|
79
|
+
export * from './CustomerReview';
|
|
80
|
+
export * from './CustomerReviewResponse';
|
|
81
|
+
export * from './DateTime';
|
|
82
|
+
export * from './DateTimeZone';
|
|
83
|
+
export * from './DeleteCitationResponse';
|
|
84
|
+
export * from './DeleteNotificationEventRequest';
|
|
85
|
+
export * from './DirectMailContact';
|
|
86
|
+
export * from './DirectMailContactResponse';
|
|
87
|
+
export * from './DirectMailGetRequest';
|
|
88
|
+
export * from './DirectMailSendRequest';
|
|
89
|
+
export * from './DirectMailTemplate';
|
|
90
|
+
export * from './DirectMailTemplateResponse';
|
|
91
|
+
export * from './DirectMailTemplateToAdd';
|
|
92
|
+
export * from './DismissCitationsFromContactListRequest';
|
|
93
|
+
export * from './DismissPhoneLeadRequest';
|
|
94
|
+
export * from './DocumentDecisionRequest';
|
|
95
|
+
export * from './DripRemoveRequest';
|
|
96
|
+
export * from './DripWebhookData';
|
|
97
|
+
export * from './DripWebhookEvent';
|
|
98
|
+
export * from './EstimateInsuranceSavingsRequest';
|
|
99
|
+
export * from './EstimateInsuranceSavingsResponse';
|
|
100
|
+
export * from './FeedbackDomain';
|
|
101
|
+
export * from './FindChargeDisputesResponse';
|
|
102
|
+
export * from './FindCourtsWithNoCoverageResponse';
|
|
103
|
+
export * from './FindDisputesRequest';
|
|
104
|
+
export * from './FindMatchingUser';
|
|
105
|
+
export * from './FindMatchingUsersRequest';
|
|
106
|
+
export * from './FindMatchingUsersResponse';
|
|
107
|
+
export * from './FindsCourtsResponse';
|
|
108
|
+
export * from './FreshDeskConversation';
|
|
109
|
+
export * from './FreshDeskRequester';
|
|
110
|
+
export * from './FreshDeskTicket';
|
|
111
|
+
export * from './FreshdeskTicketReferenceDomain';
|
|
112
|
+
export * from './FreshdeskWebhookRequest';
|
|
113
|
+
export * from './FuturePayment';
|
|
114
|
+
export * from './GenerateTemplateRequest';
|
|
115
|
+
export * from './GenericAdminListRequest';
|
|
116
|
+
export * from './GeoRatesRequest';
|
|
117
|
+
export * from './GetAddressInnerResponse';
|
|
118
|
+
export * from './GetAppConfigResponse';
|
|
119
|
+
export * from './GetAppearanceAttorneysResponse';
|
|
120
|
+
export * from './GetAvailablePaymentPlansResponse';
|
|
121
|
+
export * from './GetCaseActionResponse';
|
|
122
|
+
export * from './GetCaseActionTimelineResponse';
|
|
123
|
+
export * from './GetCaseActionTypesResponse';
|
|
124
|
+
export * from './GetCaseCostsAttorneyResponse';
|
|
125
|
+
export * from './GetCaseDocumentResponse';
|
|
126
|
+
export * from './GetCaseFromCitationResponse';
|
|
127
|
+
export * from './GetCaseLineItemsResponse';
|
|
128
|
+
export * from './GetCaseMessagesResponse';
|
|
129
|
+
export * from './GetCasePaymentsResponse';
|
|
130
|
+
export * from './GetCaseResolutionStatusesResponse';
|
|
131
|
+
export * from './GetCaseResponse';
|
|
132
|
+
export * from './GetCasesWithCoverageObtainedResponse';
|
|
133
|
+
export * from './GetCasesWithOverduePaymentsResponse';
|
|
134
|
+
export * from './GetCitationPhoneLeadsRequest';
|
|
135
|
+
export * from './GetCitationPhoneLeadsResponse';
|
|
136
|
+
export * from './GetCitationResponse';
|
|
137
|
+
export * from './GetCitationsResponse';
|
|
138
|
+
export * from './GetCitationsWithMissingFieldsRequest';
|
|
139
|
+
export * from './GetCitationsWithMissingFieldsResponse';
|
|
140
|
+
export * from './GetClientCasesResponse';
|
|
141
|
+
export * from './GetCompetitionResponseModel';
|
|
142
|
+
export * from './GetCountOfMatchingUsersRequest';
|
|
143
|
+
export * from './GetCountOfMatchingUsersResponse';
|
|
144
|
+
export * from './GetCountiesResponse';
|
|
145
|
+
export * from './GetCountryListResponse';
|
|
146
|
+
export * from './GetCountryRegionsResponse';
|
|
147
|
+
export * from './GetCourtCoverageForCountyReportResponse';
|
|
148
|
+
export * from './GetCourtCoverageForStateReportResponse';
|
|
149
|
+
export * from './GetCourtCoverageReportResponse';
|
|
150
|
+
export * from './GetCourtResponse';
|
|
151
|
+
export * from './GetCourtsByQueryResponse';
|
|
152
|
+
export * from './GetCourtsInnerResponse';
|
|
153
|
+
export * from './GetCurrentUserResponse';
|
|
154
|
+
export * from './GetDocumentsRequest';
|
|
155
|
+
export * from './GetEmailTemplateResponse';
|
|
156
|
+
export * from './GetInvalidCasesWithStripeChargeResponse';
|
|
157
|
+
export * from './GetLawfirmAddressesResponse';
|
|
158
|
+
export * from './GetLawfirmCaseStatsResponse';
|
|
159
|
+
export * from './GetLawfirmCasesResponse';
|
|
160
|
+
export * from './GetLawfirmCoverageReportResponse';
|
|
161
|
+
export * from './GetLawfirmCoverageResponse';
|
|
162
|
+
export * from './GetLawfirmFeeCoverageModel';
|
|
163
|
+
export * from './GetLawfirmFeeCoverageResponse';
|
|
164
|
+
export * from './GetLawfirmFeeModel';
|
|
165
|
+
export * from './GetLawfirmInboxMessagesResponse';
|
|
166
|
+
export * from './GetLawfirmLeadsRequest';
|
|
167
|
+
export * from './GetLawfirmLeadsResponse';
|
|
168
|
+
export * from './GetLawfirmPaymentMethodsResponse';
|
|
169
|
+
export * from './GetLawfirmResponse';
|
|
170
|
+
export * from './GetLawfirmSummaryCaseRequest';
|
|
171
|
+
export * from './GetLawfirmSummaryCasesResponse';
|
|
172
|
+
export * from './GetLawfirmSupportedStatesResponse';
|
|
173
|
+
export * from './GetLawfirmTransactionsResponse';
|
|
174
|
+
export * from './GetLawfirmsResponse';
|
|
175
|
+
export * from './GetLineItemsResponse';
|
|
176
|
+
export * from './GetListOfCitationsWithMissingCourtResponse';
|
|
177
|
+
export * from './GetLostCasesWithTransferNotReversedRequest';
|
|
178
|
+
export * from './GetLostCasesWithTransferNotReversedResponse';
|
|
179
|
+
export * from './GetOutgoingContactsResponse';
|
|
180
|
+
export * from './GetPaymentMethodsForUserResponse';
|
|
181
|
+
export * from './GetPenaltyType';
|
|
182
|
+
export * from './GetPenaltyTypesResponse';
|
|
183
|
+
export * from './GetPendingAndRefusedCasesResponse';
|
|
184
|
+
export * from './GetPendingTicketReviewsRequest';
|
|
185
|
+
export * from './GetPendingTicketReviewsResponse';
|
|
186
|
+
export * from './GetPotentialCustomersRequest';
|
|
187
|
+
export * from './GetPotentialCustomersResponse';
|
|
188
|
+
export * from './GetReferralCodeResponse';
|
|
189
|
+
export * from './GetReferralCodesResponse';
|
|
190
|
+
export * from './GetReferralsHistoryResponse';
|
|
191
|
+
export * from './GetStripeChargesResponse';
|
|
192
|
+
export * from './GetStripeConnectedAccountResponse';
|
|
193
|
+
export * from './GetSupportTicketsResponse';
|
|
194
|
+
export * from './GetTicketReviewResponse';
|
|
195
|
+
export * from './GetTrafficViolationTypesResponse';
|
|
196
|
+
export * from './GetUserAddressesResponse';
|
|
197
|
+
export * from './GetUserRefLinksResponse';
|
|
198
|
+
export * from './GetUserReferralSourceTypesResponse';
|
|
199
|
+
export * from './GetUserResponse';
|
|
200
|
+
export * from './GraphRequest';
|
|
201
|
+
export * from './HandleOrphanedStripeChargeRequest';
|
|
202
|
+
export * from './InitiateCaseAndChargeCustomerRequest';
|
|
203
|
+
export * from './InitiateCaseAndChargeCustomerResponse';
|
|
204
|
+
export * from './InsertCaseLineItemResponse';
|
|
205
|
+
export * from './InsertInvoiceLineItemRequest';
|
|
206
|
+
export * from './IsRefundEligibleResponse';
|
|
207
|
+
export * from './IsUserLoggedInResponse';
|
|
208
|
+
export * from './KeyValueMapRequest';
|
|
209
|
+
export * from './LawfirmCaseDocument';
|
|
210
|
+
export * from './LawfirmCaseDomain';
|
|
211
|
+
export * from './LawfirmCourtCoverageDomain';
|
|
212
|
+
export * from './LawfirmCoverageRecord';
|
|
213
|
+
export * from './LawfirmDocument';
|
|
214
|
+
export * from './LawfirmDocumentResponse';
|
|
215
|
+
export * from './LawfirmDocumentTemplate';
|
|
216
|
+
export * from './LawfirmDocumentTemplateResponse';
|
|
217
|
+
export * from './LawfirmDomain';
|
|
218
|
+
export * from './LawfirmDomainPictureRequest';
|
|
219
|
+
export * from './LawfirmInboxMessageDomain';
|
|
220
|
+
export * from './LawfirmLeadDomain';
|
|
221
|
+
export * from './LawfirmRatesResponse';
|
|
222
|
+
export * from './LawfirmSettingsDomain';
|
|
223
|
+
export * from './LawfirmTransactionDomain';
|
|
224
|
+
export * from './LawfirmsRatesResponse';
|
|
225
|
+
export * from './LineItem';
|
|
226
|
+
export * from './LineItemRequest';
|
|
227
|
+
export * from './ListRevenueRequest';
|
|
228
|
+
export * from './LobEvent';
|
|
229
|
+
export * from './LobEventRequest';
|
|
230
|
+
export * from './LostCaseWithTransferNotReversed';
|
|
231
|
+
export * from './MarkCaseAsResolvedRequest';
|
|
232
|
+
export * from './MarkCaseAsResolvedResponse';
|
|
233
|
+
export * from './MatchCaseResponse';
|
|
234
|
+
export * from './MatchCitationResponse';
|
|
235
|
+
export * from './MatchInnerCaseResponse';
|
|
236
|
+
export * from './MatchLawfirmCaseResponse';
|
|
237
|
+
export * from './MessageInputDomain';
|
|
238
|
+
export * from './MissingPaymentDomain';
|
|
239
|
+
export * from './ModelDate';
|
|
240
|
+
export * from './NewLawyerRequest';
|
|
241
|
+
export * from './NewUser';
|
|
242
|
+
export * from './NewUserResponse';
|
|
243
|
+
export * from './NoLawyerAvailableRequest';
|
|
244
|
+
export * from './NoteAuthor';
|
|
245
|
+
export * from './NoteDomain';
|
|
246
|
+
export * from './NotificationEvent';
|
|
247
|
+
export * from './NotificationEvents';
|
|
248
|
+
export * from './OutgoingContactDomain';
|
|
249
|
+
export * from './Penalty';
|
|
250
|
+
export * from './PenaltyRequest';
|
|
251
|
+
export * from './PersistTicketEvaluationRequest';
|
|
252
|
+
export * from './PhoneNumberDomain';
|
|
253
|
+
export * from './PostCourtCoverageRequest';
|
|
254
|
+
export * from './PostCustomerLeadRequest';
|
|
255
|
+
export * from './PostFeedbackRequest';
|
|
256
|
+
export * from './PostNewCaseMessageRequest';
|
|
257
|
+
export * from './PostReferralSourceRequest';
|
|
258
|
+
export * from './PotentialCustomerDomain';
|
|
259
|
+
export * from './PreviewDocumentRequest';
|
|
260
|
+
export * from './PriceMatchRequest';
|
|
261
|
+
export * from './PriceMatchResponse';
|
|
262
|
+
export * from './PublishReferralRequest';
|
|
263
|
+
export * from './PushNotificationRegistrationRequest';
|
|
264
|
+
export * from './PushNotificationRequest';
|
|
265
|
+
export * from './PutDocumentRequest';
|
|
266
|
+
export * from './ReferralContact';
|
|
267
|
+
export * from './ReferralResponse';
|
|
268
|
+
export * from './RefundCaseChargesRequest';
|
|
269
|
+
export * from './RefundCaseChargesResponse';
|
|
270
|
+
export * from './RegisterNewUserRequest';
|
|
271
|
+
export * from './RegisterNewUserResponse';
|
|
272
|
+
export * from './RemoveCoverageRequest';
|
|
273
|
+
export * from './ReplyToTicketRequest';
|
|
274
|
+
export * from './RescheduleTaskRequest';
|
|
275
|
+
export * from './ResetUserPasswordRequest';
|
|
276
|
+
export * from './Results';
|
|
277
|
+
export * from './ReverseCaseTransferRequest';
|
|
278
|
+
export * from './SNSNotificationRequest';
|
|
279
|
+
export * from './SSLCertificateResponse';
|
|
280
|
+
export * from './SaveCaseNotesRequest';
|
|
281
|
+
export * from './SaveLawyerLeadRequest';
|
|
282
|
+
export * from './ScheduleNewPaymentRequest';
|
|
283
|
+
export * from './ScheduledTaskGetResponse';
|
|
284
|
+
export * from './ScheduledTaskResponse';
|
|
285
|
+
export * from './SendConsolidatedEmailToUser';
|
|
286
|
+
export * from './SendDirectMailResponse';
|
|
287
|
+
export * from './SendEmailToUserRequest';
|
|
288
|
+
export * from './SendEmailToUsersRequest';
|
|
289
|
+
export * from './SetCourtDateForCaseRequest';
|
|
290
|
+
export * from './SetLawfirmCaseDecisionRequest';
|
|
291
|
+
export * from './SimpleCasePaymentDomain';
|
|
292
|
+
export * from './SimpleCredentialsResponse';
|
|
293
|
+
export * from './SimpleLineItemDomain';
|
|
294
|
+
export * from './SocialLoginRequest';
|
|
295
|
+
export * from './SocialLoginResponse';
|
|
296
|
+
export * from './SocialLoginUser';
|
|
297
|
+
export * from './SocialPhoneNumber';
|
|
298
|
+
export * from './SqlResponse';
|
|
299
|
+
export * from './StripeApplicationFeeRefundSyncResults';
|
|
300
|
+
export * from './StripeApplicationFeeSyncResults';
|
|
301
|
+
export * from './StripeCardDomain';
|
|
302
|
+
export * from './StripeChargeDomain';
|
|
303
|
+
export * from './StripeChargeSyncResults';
|
|
304
|
+
export * from './StripeConnectedAccountDomain';
|
|
305
|
+
export * from './StripeDisputeDomain';
|
|
306
|
+
export * from './StripeFieldVerification';
|
|
307
|
+
export * from './StripePaymentSourceDomain';
|
|
308
|
+
export * from './StripeRefundSyncResults';
|
|
309
|
+
export * from './StripeReversalSyncResults';
|
|
310
|
+
export * from './StripeTransferSyncResults';
|
|
311
|
+
export * from './SubscribeRequest';
|
|
312
|
+
export * from './Subscriber';
|
|
313
|
+
export * from './SubscriberDomain';
|
|
314
|
+
export * from './SyncStripeChargesRequest';
|
|
315
|
+
export * from './SyncStripeChargesResponse';
|
|
316
|
+
export * from './SyncStripeDisputeResponse';
|
|
317
|
+
export * from './TicketLeadDomain';
|
|
318
|
+
export * from './TicketReviewRequest';
|
|
319
|
+
export * from './Timestamp';
|
|
320
|
+
export * from './TrafficViolationInputRequest';
|
|
321
|
+
export * from './TrafficViolationTypeDomain';
|
|
322
|
+
export * from './USStateDomain';
|
|
323
|
+
export * from './UpdateAddress';
|
|
324
|
+
export * from './UpdateCaseDeclineTicketsRequest';
|
|
325
|
+
export * from './UpdateCitationAddressRequest';
|
|
326
|
+
export * from './UpdateCitationPictureRequest';
|
|
327
|
+
export * from './UpdateCitationRequest';
|
|
328
|
+
export * from './UpdateCourtRequest';
|
|
329
|
+
export * from './UpdateDisputeRequest';
|
|
330
|
+
export * from './UpdateInvoiceLineItemRequest';
|
|
331
|
+
export * from './UpdateLawfirmRequest';
|
|
332
|
+
export * from './UpdateLawfirmSettingsRequest';
|
|
333
|
+
export * from './UpdateNoteInput';
|
|
334
|
+
export * from './UpdateNoteRequest';
|
|
335
|
+
export * from './UpdateNoteResponse';
|
|
336
|
+
export * from './UpdatePaymentDueDateRequest';
|
|
337
|
+
export * from './UpdatePhoneNumber';
|
|
338
|
+
export * from './UpdateProfilePictureRequest';
|
|
339
|
+
export * from './UpdateRefundEligibilityForCaseRequest';
|
|
340
|
+
export * from './UpdateUserDetailsRequest';
|
|
341
|
+
export * from './UpdateUserDetailsResponse';
|
|
342
|
+
export * from './UpdateUserPhoneNumberRequest';
|
|
343
|
+
export * from './UpdateUserRolesRequest';
|
|
344
|
+
export * from './UpdateViolationRequest';
|
|
345
|
+
export * from './UpsertAddressRequest';
|
|
346
|
+
export * from './UserBookingsDomain';
|
|
347
|
+
export * from './UserDetails';
|
|
348
|
+
export * from './UserDomain';
|
|
349
|
+
export * from './UserRefLinkDomain';
|
|
350
|
+
export * from './UserReferralSourceTypeDomain';
|
|
351
|
+
export * from './UserRoleDomain';
|
|
352
|
+
export * from './UserToContact';
|
|
353
|
+
export * from './ValidateDirectMailRequest';
|
|
354
|
+
export * from './ValidateDirectMailResponse';
|
|
355
|
+
export * from './ValidateUserEmailResponse';
|
|
356
|
+
export * from './VerifyPasswordResetTokenResponse';
|
|
357
|
+
export * from './ViolationInputRequest';
|
|
358
|
+
export * from './ViolationPenaltyResponse';
|
|
359
|
+
export * from './ViolationResponse';
|