@otr-app/shared-backend-generated-client 2.4.39 → 2.4.40
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/angular/model/geoRatesRequest.ts +2 -0
- package/dist/typescript/.openapi-generator/VERSION +1 -0
- package/dist/typescript/.openapi-generator-ignore +23 -0
- package/dist/typescript/api/ActionRequiredControllerApi.ts +58 -0
- package/dist/typescript/api/ActivityFeedControllerApi.ts +118 -0
- package/dist/typescript/api/AddressControllerApi.ts +117 -0
- package/dist/typescript/api/AlertNotificationControllerApi.ts +87 -0
- package/dist/typescript/api/AppEventsControllerApi.ts +58 -0
- package/dist/typescript/api/AuditLawfirmEventsControllerApi.ts +78 -0
- package/dist/typescript/api/AuditLogControllerApi.ts +73 -0
- package/dist/typescript/api/AuthenticationControllerApi.ts +51 -0
- package/dist/typescript/api/AwsCredentialsControllerApi.ts +58 -0
- package/dist/typescript/api/BlogWebhookControllerApi.ts +58 -0
- package/dist/typescript/api/BranchLinkControllerApi.ts +58 -0
- package/dist/typescript/api/CaptchaControllerApi.ts +58 -0
- package/dist/typescript/api/CaseActionsControllerApi.ts +239 -0
- package/dist/typescript/api/CaseControllerApi.ts +563 -0
- package/dist/typescript/api/CaseCounterOfferControllerApi.ts +231 -0
- package/dist/typescript/api/CaseCreationControllerApi.ts +89 -0
- package/dist/typescript/api/CaseDeclineControllerApi.ts +51 -0
- package/dist/typescript/api/CaseNotesControllerApi.ts +94 -0
- package/dist/typescript/api/CasePaymentControllerApi.ts +570 -0
- package/dist/typescript/api/CaseReferralCodeControllerApi.ts +101 -0
- package/dist/typescript/api/CaseRefundControllerApi.ts +173 -0
- package/dist/typescript/api/CaseResolutionControllerApi.ts +58 -0
- package/dist/typescript/api/CaseStatusControllerApi.ts +83 -0
- package/dist/typescript/api/CaseTransferControllerApi.ts +94 -0
- package/dist/typescript/api/CaseUserControllerApi.ts +99 -0
- package/dist/typescript/api/CertificateControllerApi.ts +61 -0
- package/dist/typescript/api/CitationAuditControllerApi.ts +78 -0
- package/dist/typescript/api/CitationControllerApi.ts +643 -0
- package/dist/typescript/api/CoachingCardsControllerApi.ts +153 -0
- package/dist/typescript/api/ConfigurationControllerApi.ts +51 -0
- package/dist/typescript/api/ConsoleListControllerApi.ts +551 -0
- package/dist/typescript/api/ContactLoopWebhookControllerApi.ts +58 -0
- package/dist/typescript/api/ContactTimelineControllerApi.ts +58 -0
- package/dist/typescript/api/ConversationControllerApi.ts +287 -0
- package/dist/typescript/api/CountyControllerApi.ts +61 -0
- package/dist/typescript/api/CourtControllerApi.ts +342 -0
- package/dist/typescript/api/CrmControllerApi.ts +269 -0
- package/dist/typescript/api/CustomerLeadControllerApi.ts +58 -0
- package/dist/typescript/api/CustomerReviewControllerApi.ts +383 -0
- package/dist/typescript/api/CustomerServiceAgentBookingsControllerApi.ts +179 -0
- package/dist/typescript/api/CustomerServiceAgentControllerApi.ts +56 -0
- package/dist/typescript/api/DashboardControllerApi.ts +441 -0
- package/dist/typescript/api/DirectMailControllerApi.ts +261 -0
- package/dist/typescript/api/DripControllerApi.ts +58 -0
- package/dist/typescript/api/DripWebhooksControllerApi.ts +87 -0
- package/dist/typescript/api/DriverLicenseControllerApi.ts +135 -0
- package/dist/typescript/api/EmailSubscriptionControllerApi.ts +58 -0
- package/dist/typescript/api/EmployeeControllerApi.ts +71 -0
- package/dist/typescript/api/ExternalContentVoteControllerApi.ts +58 -0
- package/dist/typescript/api/ExternalTicketLookupControllerApi.ts +148 -0
- package/dist/typescript/api/FeedbackControllerApi.ts +63 -0
- package/dist/typescript/api/FreshcallerControllerApi.ts +58 -0
- package/dist/typescript/api/FreshdeskTicketControllerApi.ts +137 -0
- package/dist/typescript/api/GetCaseControllerApi.ts +116 -0
- package/dist/typescript/api/HouseholdMateControllerApi.ts +214 -0
- package/dist/typescript/api/HubspotWebhookControllerApi.ts +58 -0
- package/dist/typescript/api/InsuranceCalculatorControllerApi.ts +58 -0
- package/dist/typescript/api/IntercomTicketControllerApi.ts +103 -0
- package/dist/typescript/api/LawfirmCaseDecisionControllerApi.ts +65 -0
- package/dist/typescript/api/LawfirmCasesControllerApi.ts +95 -0
- package/dist/typescript/api/LawfirmControllerApi.ts +901 -0
- package/dist/typescript/api/LawfirmDocumentControllerApi.ts +256 -0
- package/dist/typescript/api/LawfirmFeeCoverageControllerApi.ts +394 -0
- package/dist/typescript/api/LawfirmPaymentModelControllerApi.ts +51 -0
- package/dist/typescript/api/LawfirmRatesControllerApi.ts +58 -0
- package/dist/typescript/api/LawfirmSettingsControllerApi.ts +169 -0
- package/dist/typescript/api/LawfirmStorefrontControllerApi.ts +66 -0
- package/dist/typescript/api/LawfirmSurchargeControllerApi.ts +135 -0
- package/dist/typescript/api/LawfirmTransactionsControllerApi.ts +570 -0
- package/dist/typescript/api/LawyerControllerApi.ts +333 -0
- package/dist/typescript/api/LegalServicesControllerApi.ts +101 -0
- package/dist/typescript/api/LineItemControllerApi.ts +195 -0
- package/dist/typescript/api/ListCasesControllerApi.ts +146 -0
- package/dist/typescript/api/MediaCreationControllerApi.ts +58 -0
- package/dist/typescript/api/MessagesControllerApi.ts +76 -0
- package/dist/typescript/api/NotesControllerApi.ts +277 -0
- package/dist/typescript/api/OcrPipelineControllerApi.ts +87 -0
- package/dist/typescript/api/OcrPredictionControllerApi.ts +87 -0
- package/dist/typescript/api/OnDemandRequestControllerApi.ts +65 -0
- package/dist/typescript/api/OneTimePasswordControllerApi.ts +53 -0
- package/dist/typescript/api/PhoneLeadsControllerApi.ts +87 -0
- package/dist/typescript/api/PushNotificationControllerApi.ts +287 -0
- package/dist/typescript/api/RecurringBillingControllerApi.ts +223 -0
- package/dist/typescript/api/RefLinkControllerApi.ts +58 -0
- package/dist/typescript/api/ReferralCodeControllerApi.ts +201 -0
- package/dist/typescript/api/ReferralControllerApi.ts +141 -0
- package/dist/typescript/api/ReferralSourceControllerApi.ts +85 -0
- package/dist/typescript/api/RefundEligibilityControllerApi.ts +58 -0
- package/dist/typescript/api/RegistrationControllerApi.ts +87 -0
- package/dist/typescript/api/ReportingControllerApi.ts +168 -0
- package/dist/typescript/api/ScheduledTaskControllerApi.ts +123 -0
- package/dist/typescript/api/SingleSignOnControllerApi.ts +91 -0
- package/dist/typescript/api/SnsListenerControllerApi.ts +116 -0
- package/dist/typescript/api/SocialLoginControllerApi.ts +203 -0
- package/dist/typescript/api/StripeCardControllerApi.ts +393 -0
- package/dist/typescript/api/StripeControllerApi.ts +184 -0
- package/dist/typescript/api/StripeSyncControllerApi.ts +196 -0
- package/dist/typescript/api/StripeWebhookControllerApi.ts +149 -0
- package/dist/typescript/api/TicketReviewControllerApi.ts +123 -0
- package/dist/typescript/api/UrlRedirectControllerApi.ts +117 -0
- package/dist/typescript/api/UserAccountControllerApi.ts +137 -0
- package/dist/typescript/api/UserAuditControllerApi.ts +112 -0
- package/dist/typescript/api/UserControllerApi.ts +417 -0
- package/dist/typescript/api/UserPasswordControllerApi.ts +317 -0
- package/dist/typescript/api/UserProfileControllerApi.ts +389 -0
- package/dist/typescript/api/UserSearchControllerApi.ts +87 -0
- package/dist/typescript/api/UserSettingsControllerApi.ts +176 -0
- package/dist/typescript/api/UserSocialProfileControllerApi.ts +104 -0
- package/dist/typescript/api/UtilityControllerApi.ts +112 -0
- package/dist/typescript/api/ValidationControllerApi.ts +61 -0
- package/dist/typescript/api/VerificationControllerApi.ts +61 -0
- package/dist/typescript/api/ViolationControllerApi.ts +224 -0
- package/dist/typescript/api/ViolationPenaltyControllerApi.ts +157 -0
- package/dist/typescript/api/WatchlistsControllerApi.ts +181 -0
- package/dist/typescript/api/WebsocketMessageControllerApi.ts +66 -0
- package/dist/typescript/api/WorkflowStateControllerApi.ts +61 -0
- package/dist/typescript/api/api.ts +233 -0
- package/dist/typescript/api.module.ts +122 -0
- package/dist/typescript/git_push.sh +58 -0
- package/dist/typescript/index.ts +2 -0
- package/dist/typescript/model/AccountLevelFee.ts +94 -0
- package/dist/typescript/model/AccountLevelFeeRequest.ts +18 -0
- package/dist/typescript/model/AccountLevelFeeResponse.ts +19 -0
- package/dist/typescript/model/AccountLevelFeeToSave.ts +89 -0
- package/dist/typescript/model/Action.ts +21 -0
- package/dist/typescript/model/ActionByEntityModel.ts +100 -0
- package/dist/typescript/model/ActivityFeedModel.ts +39 -0
- package/dist/typescript/model/AddACHToStripeAccountRequest.ts +20 -0
- package/dist/typescript/model/AddActionToCaseRequest.ts +18 -0
- package/dist/typescript/model/AddActionToCaseResponse.ts +18 -0
- package/dist/typescript/model/AddCardToStripeAccountRequest.ts +21 -0
- package/dist/typescript/model/AddCardToStripeAccountResponse.ts +20 -0
- package/dist/typescript/model/AddCaseMessageResponse.ts +18 -0
- package/dist/typescript/model/AddCourtCoverageRequest.ts +88 -0
- package/dist/typescript/model/AddCourtRequest.ts +20 -0
- package/dist/typescript/model/AddCustomerLeadRequest.ts +18 -0
- package/dist/typescript/model/AddExtraAccountRequest.ts +21 -0
- package/dist/typescript/model/AddInnerCourt.ts +37 -0
- package/dist/typescript/model/AddInnerCourtAddress.ts +24 -0
- package/dist/typescript/model/AddNewCaseMessageRequest.ts +18 -0
- package/dist/typescript/model/AddNoteToPhoneLeadRequest.ts +34 -0
- package/dist/typescript/model/AddPenaltyRequest.ts +18 -0
- package/dist/typescript/model/AddRedirectUrlRequest.ts +33 -0
- package/dist/typescript/model/AddReferralRequest.ts +28 -0
- package/dist/typescript/model/AddReviewRequest.ts +40 -0
- package/dist/typescript/model/AddViolationRequest.ts +84 -0
- package/dist/typescript/model/AddViolationResponse.ts +90 -0
- package/dist/typescript/model/AddViolationsToCitationRequest.ts +18 -0
- package/dist/typescript/model/AddressDomain.ts +98 -0
- package/dist/typescript/model/AddressDomainReq.ts +97 -0
- package/dist/typescript/model/AddressDomainRes.ts +98 -0
- package/dist/typescript/model/AddressEntity.ts +45 -0
- package/dist/typescript/model/Admin.ts +20 -0
- package/dist/typescript/model/AgentBookingStats.ts +34 -0
- package/dist/typescript/model/AgentBookingsSummary.ts +32 -0
- package/dist/typescript/model/AggregateBySource.ts +31 -0
- package/dist/typescript/model/AggregateQueryResults.ts +20 -0
- package/dist/typescript/model/AggregateRatingMetrics.ts +21 -0
- package/dist/typescript/model/AggregateReferralCredit.ts +20 -0
- package/dist/typescript/model/Aggregates.ts +26 -0
- package/dist/typescript/model/Alert.ts +35 -0
- package/dist/typescript/model/AlertNotificationResponse.ts +19 -0
- package/dist/typescript/model/AnonymousTicketUploadModel.ts +24 -0
- package/dist/typescript/model/AppEventCreateRequest.ts +27 -0
- package/dist/typescript/model/AppearanceAttorneyDomain.ts +21 -0
- package/dist/typescript/model/AppleLoginRequest.ts +23 -0
- package/dist/typescript/model/AssignCitationOwnerRequest.ts +18 -0
- package/dist/typescript/model/Attachment.ts +19 -0
- package/dist/typescript/model/AuditLog.ts +28 -0
- package/dist/typescript/model/Author.ts +21 -0
- package/dist/typescript/model/AuthorModel.ts +32 -0
- package/dist/typescript/model/AuthorizeChargeForCasePaymentRequest.ts +19 -0
- package/dist/typescript/model/AuthorizeChargeForCasePaymentResponse.ts +18 -0
- package/dist/typescript/model/AvailablePaymentPlan.ts +27 -0
- package/dist/typescript/model/AvailableRegion.ts +19 -0
- package/dist/typescript/model/AwsCredentialsRequest.ts +23 -0
- package/dist/typescript/model/BackfillLawfirmTransactionRecordsRequest.ts +22 -0
- package/dist/typescript/model/BackfillLawfirmTransactionRecordsResponse.ts +18 -0
- package/dist/typescript/model/BalanceTransactionModel.ts +25 -0
- package/dist/typescript/model/BillingInvoiceModel.ts +32 -0
- package/dist/typescript/model/BillingPriceModel.ts +44 -0
- package/dist/typescript/model/BillingProductModel.ts +24 -0
- package/dist/typescript/model/BillingSubscriberAggregateModel.ts +20 -0
- package/dist/typescript/model/BillingSubscriberModel.ts +23 -0
- package/dist/typescript/model/BillingSubscriptionItemModel.ts +49 -0
- package/dist/typescript/model/BillingSubscriptionModel.ts +39 -0
- package/dist/typescript/model/BillingUpcomingInvoiceModel.ts +21 -0
- package/dist/typescript/model/BlogDocument.ts +20 -0
- package/dist/typescript/model/BlogEvent.ts +21 -0
- package/dist/typescript/model/BlogMetadata.ts +20 -0
- package/dist/typescript/model/Booking.ts +125 -0
- package/dist/typescript/model/BookingCancelation.ts +127 -0
- package/dist/typescript/model/CallContact.ts +69 -0
- package/dist/typescript/model/CancelBillingSubscriptionResponse.ts +34 -0
- package/dist/typescript/model/CancelCaseRequest.ts +62 -0
- package/dist/typescript/model/CancelationDetails.ts +21 -0
- package/dist/typescript/model/CancelationDetailsReq.ts +21 -0
- package/dist/typescript/model/CancelationDetailsRes.ts +21 -0
- package/dist/typescript/model/CancellationAggregates.ts +23 -0
- package/dist/typescript/model/CaptureChargeFromCasePaymentRequest.ts +19 -0
- package/dist/typescript/model/Case.ts +156 -0
- package/dist/typescript/model/CaseActionDomain.ts +51 -0
- package/dist/typescript/model/CaseActionRequestModel.ts +44 -0
- package/dist/typescript/model/CaseAlert.ts +36 -0
- package/dist/typescript/model/CaseBookingsStats.ts +25 -0
- package/dist/typescript/model/CaseChargeResponsePojo.ts +19 -0
- package/dist/typescript/model/CaseCounterOfferModel.ts +27 -0
- package/dist/typescript/model/CaseCounterOption.ts +19 -0
- package/dist/typescript/model/CaseCounterOptionModel.ts +25 -0
- package/dist/typescript/model/CaseCreationRequest.ts +23 -0
- package/dist/typescript/model/CaseDeclineCategory.ts +21 -0
- package/dist/typescript/model/CaseDeclineCategoryReasonsModel.ts +18 -0
- package/dist/typescript/model/CaseDeclineReason.ts +20 -0
- package/dist/typescript/model/CaseItem.ts +119 -0
- package/dist/typescript/model/CaseLineItemDomainReq.ts +64 -0
- package/dist/typescript/model/CaseLineItemDomainRes.ts +64 -0
- package/dist/typescript/model/CaseLineItemsSummary.ts +31 -0
- package/dist/typescript/model/CaseMessageDomain.ts +42 -0
- package/dist/typescript/model/CaseModel.ts +98 -0
- package/dist/typescript/model/CaseModelReq.ts +98 -0
- package/dist/typescript/model/CaseModelRes.ts +98 -0
- package/dist/typescript/model/CaseNotesDomain.ts +19 -0
- package/dist/typescript/model/CaseOutcomeModel.ts +35 -0
- package/dist/typescript/model/CasePaymentBreakdownItemModel.ts +42 -0
- package/dist/typescript/model/CasePaymentDomain.ts +68 -0
- package/dist/typescript/model/CasePaymentModel.ts +21 -0
- package/dist/typescript/model/CaseStatusDetailsResponse.ts +67 -0
- package/dist/typescript/model/CaseStatusDomain.ts +73 -0
- package/dist/typescript/model/CaseSummaryDomain.ts +46 -0
- package/dist/typescript/model/CaseTransferHistory.ts +43 -0
- package/dist/typescript/model/CaseTransferResponse.ts +18 -0
- package/dist/typescript/model/CaseUserDefendantAttributes.ts +22 -0
- package/dist/typescript/model/CaseUserDefendantAttributesRequest.ts +22 -0
- package/dist/typescript/model/CaseUserDetailsModel.ts +36 -0
- package/dist/typescript/model/CaseUserPermissionAttributes.ts +18 -0
- package/dist/typescript/model/CaseViolationPenalty.ts +39 -0
- package/dist/typescript/model/CaseWithCoverageObtained.ts +89 -0
- package/dist/typescript/model/ChangeUserPasswordRequest.ts +20 -0
- package/dist/typescript/model/ChargeFeeToLawfirmRequest.ts +45 -0
- package/dist/typescript/model/ChargeFeeToLawfirmResponse.ts +18 -0
- package/dist/typescript/model/CitationAuditEventModel.ts +134 -0
- package/dist/typescript/model/CitationAuditLog.ts +32 -0
- package/dist/typescript/model/CitationInputRequest.ts +94 -0
- package/dist/typescript/model/CitationIssueDate.ts +18 -0
- package/dist/typescript/model/CitationModel.ts +130 -0
- package/dist/typescript/model/CitationModelReq.ts +130 -0
- package/dist/typescript/model/CitationModelRes.ts +130 -0
- package/dist/typescript/model/CitationViolationModel.ts +84 -0
- package/dist/typescript/model/CitationWithMissingCourt.ts +76 -0
- package/dist/typescript/model/CitationWithMissingFields.ts +158 -0
- package/dist/typescript/model/CitationsResponseModel.ts +204 -0
- package/dist/typescript/model/ClientActionRequiredRequest.ts +27 -0
- package/dist/typescript/model/ClientConfirmedUnpaidCase.ts +28 -0
- package/dist/typescript/model/ClientLeadDomain.ts +24 -0
- package/dist/typescript/model/CoachingCardCategoriesModel.ts +21 -0
- package/dist/typescript/model/CoachingCardSubcategoriesModel.ts +20 -0
- package/dist/typescript/model/CoachingCardUsersModel.ts +36 -0
- package/dist/typescript/model/CoachingCardsModel.ts +32 -0
- package/dist/typescript/model/CoachingLinks.ts +18 -0
- package/dist/typescript/model/CommonHeader.ts +22 -0
- package/dist/typescript/model/ConfidenceField.ts +19 -0
- package/dist/typescript/model/Contact.ts +20 -0
- package/dist/typescript/model/ContactList.ts +19 -0
- package/dist/typescript/model/ContactTimelineResponse.ts +20 -0
- package/dist/typescript/model/ConvertPdfToImageModel.ts +26 -0
- package/dist/typescript/model/ConvertPdfToImageRequest.ts +20 -0
- package/dist/typescript/model/ConvertPdfToImageResponse.ts +21 -0
- package/dist/typescript/model/CounterOption.ts +25 -0
- package/dist/typescript/model/CountryDomain.ts +19 -0
- package/dist/typescript/model/CountryRegion.ts +22 -0
- package/dist/typescript/model/CountyDomain.ts +75 -0
- package/dist/typescript/model/CountyEntity.ts +75 -0
- package/dist/typescript/model/CourtCoverageCountyRecord.ts +26 -0
- package/dist/typescript/model/CourtCoverageRecord.ts +29 -0
- package/dist/typescript/model/CourtCoverageStateRecord.ts +25 -0
- package/dist/typescript/model/CourtDomain.ts +43 -0
- package/dist/typescript/model/CourtDomainReq.ts +43 -0
- package/dist/typescript/model/CourtDomainRes.ts +43 -0
- package/dist/typescript/model/CourtEntity.ts +40 -0
- package/dist/typescript/model/CourtInputRequest.ts +18 -0
- package/dist/typescript/model/CourtName.ts +21 -0
- package/dist/typescript/model/CourtResponseModel.ts +39 -0
- package/dist/typescript/model/CoverageToRemove.ts +82 -0
- package/dist/typescript/model/CreateBillingSubscriptionItemModel.ts +49 -0
- package/dist/typescript/model/CreateBillingSubscriptionRequest.ts +22 -0
- package/dist/typescript/model/CreateBillingSubscriptionResponse.ts +33 -0
- package/dist/typescript/model/CreateBranchLinkRequest.ts +26 -0
- package/dist/typescript/model/CreateCitationRequest.ts +103 -0
- package/dist/typescript/model/CreateCitationResponse.ts +18 -0
- package/dist/typescript/model/CreateConnectAccountLinkRequest.ts +20 -0
- package/dist/typescript/model/CreateConnectAccountLinkResponse.ts +18 -0
- package/dist/typescript/model/CreateLawfirmModel.ts +63 -0
- package/dist/typescript/model/CreateNewLawfirmRequest.ts +22 -0
- package/dist/typescript/model/CreateNoteInput.ts +28 -0
- package/dist/typescript/model/CreateNoteRequest.ts +18 -0
- package/dist/typescript/model/CreateNoteResponse.ts +18 -0
- package/dist/typescript/model/CreateReferralCodeRequest.ts +39 -0
- package/dist/typescript/model/CreateReferralCodeResponse.ts +18 -0
- package/dist/typescript/model/CreateReferralSourceForCitation.ts +18 -0
- package/dist/typescript/model/CreateStripeConnectAccountRequest.ts +25 -0
- package/dist/typescript/model/CreateStripeConnectAccountResponse.ts +19 -0
- package/dist/typescript/model/Cursor.ts +19 -0
- package/dist/typescript/model/CursorModel.ts +19 -0
- package/dist/typescript/model/CustomerLead.ts +95 -0
- package/dist/typescript/model/CustomerOverduePayment.ts +25 -0
- package/dist/typescript/model/CustomerReview.ts +57 -0
- package/dist/typescript/model/CustomerServiceAgentBookingDomain.ts +24 -0
- package/dist/typescript/model/CustomerServiceAgentDomain.ts +24 -0
- package/dist/typescript/model/DashboardAddressModel.ts +22 -0
- package/dist/typescript/model/DashboardAuthorModel.ts +20 -0
- package/dist/typescript/model/DashboardCaseModel.ts +33 -0
- package/dist/typescript/model/DashboardCitationModel.ts +35 -0
- package/dist/typescript/model/DashboardCourtModel.ts +19 -0
- package/dist/typescript/model/DashboardStatusModel.ts +68 -0
- package/dist/typescript/model/DeclineCaseCounterRequest.ts +19 -0
- package/dist/typescript/model/DeclineCategory.ts +20 -0
- package/dist/typescript/model/DeclineReason.ts +20 -0
- package/dist/typescript/model/DefaultClassModel.ts +80 -0
- package/dist/typescript/model/DeleteCitationResponse.ts +18 -0
- package/dist/typescript/model/DeleteLawyerLicenseRequest.ts +18 -0
- package/dist/typescript/model/DeleteNotificationByPagesRequest.ts +28 -0
- package/dist/typescript/model/DeleteNotificationEventRequest.ts +29 -0
- package/dist/typescript/model/DirectMailContact.ts +42 -0
- package/dist/typescript/model/DirectMailContactResponse.ts +18 -0
- package/dist/typescript/model/DirectMailGetRequest.ts +19 -0
- package/dist/typescript/model/DirectMailSendRequest.ts +28 -0
- package/dist/typescript/model/DirectMailTemplate.ts +30 -0
- package/dist/typescript/model/DirectMailTemplateResponse.ts +18 -0
- package/dist/typescript/model/DirectMailTemplateToAdd.ts +30 -0
- package/dist/typescript/model/DismissCitationsFromContactListRequest.ts +18 -0
- package/dist/typescript/model/DismissPhoneLeadRequest.ts +33 -0
- package/dist/typescript/model/DocumentDecisionRequest.ts +19 -0
- package/dist/typescript/model/DripRemoveRequest.ts +27 -0
- package/dist/typescript/model/DripWebhookData.ts +20 -0
- package/dist/typescript/model/DripWebhookEvent.ts +20 -0
- package/dist/typescript/model/DriverLicenseModel.ts +39 -0
- package/dist/typescript/model/Duration.ts +22 -0
- package/dist/typescript/model/EditConversationMessageRequest.ts +18 -0
- package/dist/typescript/model/EditCustomerReviewRequest.ts +29 -0
- package/dist/typescript/model/EnableViolationModel.ts +81 -0
- package/dist/typescript/model/EnableViolationResponseModel.ts +18 -0
- package/dist/typescript/model/EnableViolationsForLawfirmRequest.ts +18 -0
- package/dist/typescript/model/EnableViolationsForLawfirmResponse.ts +18 -0
- package/dist/typescript/model/EstimateInsuranceSavingsRequest.ts +76 -0
- package/dist/typescript/model/EstimateInsuranceSavingsResponse.ts +20 -0
- package/dist/typescript/model/ExistingAccountDetails.ts +26 -0
- package/dist/typescript/model/ExternalContentVote.ts +24 -0
- package/dist/typescript/model/ExternalTicketCourt.ts +21 -0
- package/dist/typescript/model/FeedbackAttachmentModel.ts +19 -0
- package/dist/typescript/model/FeedbackDomain.ts +31 -0
- package/dist/typescript/model/FinancialTransaction.ts +62 -0
- package/dist/typescript/model/FindChargeDisputesResponse.ts +18 -0
- package/dist/typescript/model/FindCourtsWithNoCoverageResponse.ts +19 -0
- package/dist/typescript/model/FindDisputesRequest.ts +19 -0
- package/dist/typescript/model/FindMatchingUser.ts +43 -0
- package/dist/typescript/model/FindMatchingUsersRequest.ts +22 -0
- package/dist/typescript/model/FindMatchingUsersResponse.ts +18 -0
- package/dist/typescript/model/FindsCourtsResponse.ts +19 -0
- package/dist/typescript/model/FineInformation.ts +28 -0
- package/dist/typescript/model/FirstContactReply.ts +20 -0
- package/dist/typescript/model/ForwardMessageRequest.ts +19 -0
- package/dist/typescript/model/FreshDeskConversation.ts +23 -0
- package/dist/typescript/model/FreshDeskRequester.ts +19 -0
- package/dist/typescript/model/FreshDeskTicket.ts +77 -0
- package/dist/typescript/model/FreshDeskTicketReq.ts +78 -0
- package/dist/typescript/model/FreshDeskTicketRes.ts +77 -0
- package/dist/typescript/model/FreshdeskAttachment.ts +24 -0
- package/dist/typescript/model/FreshdeskAttachmentReq.ts +24 -0
- package/dist/typescript/model/FreshdeskAttachmentRes.ts +24 -0
- package/dist/typescript/model/FreshdeskTicketReferenceDomain.ts +40 -0
- package/dist/typescript/model/FreshdeskWebhookRequest.ts +26 -0
- package/dist/typescript/model/GenerateTemplateRequest.ts +63 -0
- package/dist/typescript/model/GenericAdminListRequest.ts +18 -0
- package/dist/typescript/model/GeoRatesRequest.d.ts +2 -0
- package/dist/typescript/model/GeoRatesRequest.ts +26 -0
- package/dist/typescript/model/GetActivityFeedResponse.ts +19 -0
- package/dist/typescript/model/GetAddressInnerResponse.ts +24 -0
- package/dist/typescript/model/GetAnonymousTicketUploads.ts +18 -0
- package/dist/typescript/model/GetAppConfigResponse.ts +19 -0
- package/dist/typescript/model/GetAppearanceAttorneysResponse.ts +18 -0
- package/dist/typescript/model/GetAvailablePaymentPlansResponse.ts +18 -0
- package/dist/typescript/model/GetBookingsRequest.ts +20 -0
- package/dist/typescript/model/GetBookingsResponse.ts +22 -0
- package/dist/typescript/model/GetCaseActionResponse.ts +18 -0
- package/dist/typescript/model/GetCaseActionTimelineResponse.ts +19 -0
- package/dist/typescript/model/GetCaseActionTypesResponse.ts +42 -0
- package/dist/typescript/model/GetCaseCounterOptionsResponse.ts +18 -0
- package/dist/typescript/model/GetCaseDeclineReasonTypesResponse.ts +18 -0
- package/dist/typescript/model/GetCaseDocumentResponse.ts +18 -0
- package/dist/typescript/model/GetCaseFromCitationResponse.ts +20 -0
- package/dist/typescript/model/GetCaseMessagesResponse.ts +19 -0
- package/dist/typescript/model/GetCaseNotesResponse.ts +18 -0
- package/dist/typescript/model/GetCasePaymentsResponse.ts +18 -0
- package/dist/typescript/model/GetCaseResolutionStatusesResponse.ts +18 -0
- package/dist/typescript/model/GetCaseResponse.ts +21 -0
- package/dist/typescript/model/GetCaseUserModel.ts +47 -0
- package/dist/typescript/model/GetCaseUsersResponse.ts +18 -0
- package/dist/typescript/model/GetCasesWithCoverageObtainedResponse.ts +18 -0
- package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsRequest.ts +18 -0
- package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsResponse.ts +19 -0
- package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.ts +19 -0
- package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.ts +20 -0
- package/dist/typescript/model/GetCitationAuditLogsResponse.ts +19 -0
- package/dist/typescript/model/GetCitationPhoneLeadsRequest.ts +18 -0
- package/dist/typescript/model/GetCitationPhoneLeadsResponse.ts +18 -0
- package/dist/typescript/model/GetCitationResponse.ts +18 -0
- package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.ts +132 -0
- package/dist/typescript/model/GetCitationsWithMissingFieldsResponse.ts +21 -0
- package/dist/typescript/model/GetClientCasesResponse.ts +22 -0
- package/dist/typescript/model/GetClientConfirmedUnpaidCasesResponse.ts +19 -0
- package/dist/typescript/model/GetCoachingCardCategoriesResponse.ts +18 -0
- package/dist/typescript/model/GetCompetitionResponseModel.ts +21 -0
- package/dist/typescript/model/GetCounterOfferResponse.ts +30 -0
- package/dist/typescript/model/GetCountiesResponse.ts +18 -0
- package/dist/typescript/model/GetCountryListResponse.ts +18 -0
- package/dist/typescript/model/GetCountryRegionsResponse.ts +18 -0
- package/dist/typescript/model/GetCourtCoverageForCountyReportResponse.ts +18 -0
- package/dist/typescript/model/GetCourtCoverageForStateReportResponse.ts +19 -0
- package/dist/typescript/model/GetCourtCoverageReportResponse.ts +18 -0
- package/dist/typescript/model/GetCourtResponse.ts +18 -0
- package/dist/typescript/model/GetCourtsByQueryResponse.ts +19 -0
- package/dist/typescript/model/GetCourtsInnerResponse.ts +22 -0
- package/dist/typescript/model/GetCurrentUserResponse.ts +23 -0
- package/dist/typescript/model/GetCustomerServiceAgentsResponse.ts +19 -0
- package/dist/typescript/model/GetDeclinedCasesRequest.ts +18 -0
- package/dist/typescript/model/GetDeclinedCasesResponse.ts +18 -0
- package/dist/typescript/model/GetDocumentsRequest.ts +18 -0
- package/dist/typescript/model/GetDriverLicensesResponse.ts +18 -0
- package/dist/typescript/model/GetEmailTemplateResponse.ts +19 -0
- package/dist/typescript/model/GetEmployeeModel.ts +25 -0
- package/dist/typescript/model/GetExternalTicketInputParamsResponse.ts +18 -0
- package/dist/typescript/model/GetHouseHoldMateModel.ts +39 -0
- package/dist/typescript/model/GetHouseholdMatesResponse.ts +18 -0
- package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +18 -0
- package/dist/typescript/model/GetInviteByTokenResponse.ts +43 -0
- package/dist/typescript/model/GetLastLoginResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmAddressesResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmCaseStatsResponse.ts +21 -0
- package/dist/typescript/model/GetLawfirmCoverageReportResponse.ts +19 -0
- package/dist/typescript/model/GetLawfirmCoverageResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmFeeCoverageModel.ts +32 -0
- package/dist/typescript/model/GetLawfirmFeeCoverageResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmFeeModel.ts +92 -0
- package/dist/typescript/model/GetLawfirmFeesResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmFinancialTransactionsResponse.ts +27 -0
- package/dist/typescript/model/GetLawfirmInboxMessagesResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmJobTitleResponse.ts +35 -0
- package/dist/typescript/model/GetLawfirmLawyersResponse.ts +19 -0
- package/dist/typescript/model/GetLawfirmLeadsRequest.ts +18 -0
- package/dist/typescript/model/GetLawfirmLeadsResponse.ts +19 -0
- package/dist/typescript/model/GetLawfirmModel.ts +126 -0
- package/dist/typescript/model/GetLawfirmPaymentMethodsResponse.ts +19 -0
- package/dist/typescript/model/GetLawfirmPayoutReversalsResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmPayoutsResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmSettingsResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmSummaryCaseRequest.ts +110 -0
- package/dist/typescript/model/GetLawfirmSummaryCasesResponse.ts +25 -0
- package/dist/typescript/model/GetLawfirmSupportedStatesResponse.ts +18 -0
- package/dist/typescript/model/GetLawfirmTransactionsForCaseResponse.ts +24 -0
- package/dist/typescript/model/GetLawfirmsResponse.ts +19 -0
- package/dist/typescript/model/GetLawyerResponse.ts +18 -0
- package/dist/typescript/model/GetLineItemTypesResponse.ts +40 -0
- package/dist/typescript/model/GetLineItemsResponse.ts +19 -0
- package/dist/typescript/model/GetListOfCitationsWithMissingCourtResponse.ts +18 -0
- package/dist/typescript/model/GetLocationResponse.ts +22 -0
- package/dist/typescript/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
- package/dist/typescript/model/GetLostCasesWithTransferNotReversedResponse.ts +18 -0
- package/dist/typescript/model/GetMessagesByEntityResponse.ts +21 -0
- package/dist/typescript/model/GetNoViolationCitationsResponse.ts +18 -0
- package/dist/typescript/model/GetOutgoingContactsResponse.ts +18 -0
- package/dist/typescript/model/GetOverduePaymentsResponse.ts +19 -0
- package/dist/typescript/model/GetPaymentMethodsForUserResponse.ts +19 -0
- package/dist/typescript/model/GetPaymentModelTypesResponse.ts +25 -0
- package/dist/typescript/model/GetPenaltyType.ts +38 -0
- package/dist/typescript/model/GetPenaltyTypesResponse.ts +18 -0
- package/dist/typescript/model/GetPendingCasesResponse.ts +18 -0
- package/dist/typescript/model/GetPendingTicketReviewsRequest.ts +20 -0
- package/dist/typescript/model/GetPendingTicketReviewsResponse.ts +18 -0
- package/dist/typescript/model/GetPotentialCustomersRequest.ts +21 -0
- package/dist/typescript/model/GetPotentialCustomersResponse.ts +19 -0
- package/dist/typescript/model/GetRedirectUrlResponse.ts +21 -0
- package/dist/typescript/model/GetReferralCodeResponse.ts +39 -0
- package/dist/typescript/model/GetReferralCodesResponse.ts +18 -0
- package/dist/typescript/model/GetReferralsHistoryResponse.ts +18 -0
- package/dist/typescript/model/GetRegionsWithViolationsResponse.ts +18 -0
- package/dist/typescript/model/GetStripeChargeResponse.ts +18 -0
- package/dist/typescript/model/GetStripeChargesResponse.ts +18 -0
- package/dist/typescript/model/GetStripeConnectedAccountsResponse.ts +18 -0
- package/dist/typescript/model/GetSupportTicketsResponse.ts +19 -0
- package/dist/typescript/model/GetTicketReviewResponse.ts +18 -0
- package/dist/typescript/model/GetTrafficViolationModel.ts +95 -0
- package/dist/typescript/model/GetTrafficViolationTypesResponse.ts +19 -0
- package/dist/typescript/model/GetUserAddressesResponse.ts +18 -0
- package/dist/typescript/model/GetUserByEmailRequest.ts +18 -0
- package/dist/typescript/model/GetUserByEmailResponse.ts +19 -0
- package/dist/typescript/model/GetUserCasesResponse.ts +21 -0
- package/dist/typescript/model/GetUserDetailsResponse.ts +19 -0
- package/dist/typescript/model/GetUserRefLinksResponse.ts +18 -0
- package/dist/typescript/model/GetUserReferralSourceTypesResponse.ts +18 -0
- package/dist/typescript/model/GetUserRegistrationsRequest.ts +24 -0
- package/dist/typescript/model/GetUserRegistrationsResponse.ts +19 -0
- package/dist/typescript/model/GetUserResponse.ts +18 -0
- package/dist/typescript/model/GetUserSettingsRequest.ts +18 -0
- package/dist/typescript/model/GetUserSettingsResponse.ts +19 -0
- package/dist/typescript/model/GetUserStripeAccountResponse.ts +18 -0
- package/dist/typescript/model/GetWorkflowStateResponse.ts +19 -0
- package/dist/typescript/model/GhostUser.ts +74 -0
- package/dist/typescript/model/GhostUserResponse.ts +48 -0
- package/dist/typescript/model/GoogleLoginRequest.ts +21 -0
- package/dist/typescript/model/GptFunctionModel.ts +61 -0
- package/dist/typescript/model/GraphRequest.ts +63 -0
- package/dist/typescript/model/HandleOrphanedStripeChargeRequest.ts +19 -0
- package/dist/typescript/model/HandleOrphanedStripeChargeResponse.ts +20 -0
- package/dist/typescript/model/IncomingEmail.ts +24 -0
- package/dist/typescript/model/IncomingEmailModels.ts +20 -0
- package/dist/typescript/model/IncomingEmailRequest.ts +22 -0
- package/dist/typescript/model/IncomingHeader.ts +19 -0
- package/dist/typescript/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
- package/dist/typescript/model/InitiateCaseAndChargeCustomerResponse.ts +19 -0
- package/dist/typescript/model/InitiateCaseCounterRequest.ts +20 -0
- package/dist/typescript/model/InitiateCaseCounterResponse.ts +28 -0
- package/dist/typescript/model/InsertCaseLineItemResponse.ts +18 -0
- package/dist/typescript/model/InsertInvoiceLineItemRequest.ts +18 -0
- package/dist/typescript/model/IntercomConversationResponse.ts +43 -0
- package/dist/typescript/model/IntercomCreateTicketResponse.ts +36 -0
- package/dist/typescript/model/IntercomNext.ts +19 -0
- package/dist/typescript/model/IntercomPages.ts +22 -0
- package/dist/typescript/model/IntercomSearchConversationsResponse.ts +20 -0
- package/dist/typescript/model/IntercomSearchTicketsResponse.ts +19 -0
- package/dist/typescript/model/IntercomTicketAttributes.ts +19 -0
- package/dist/typescript/model/InviteHouseholdMateRequest.ts +29 -0
- package/dist/typescript/model/InviteLawyerToLawfirmRequest.ts +27 -0
- package/dist/typescript/model/IsRefundEligibleResponse.ts +25 -0
- package/dist/typescript/model/IsUserLoggedInResponse.ts +19 -0
- package/dist/typescript/model/LastLoginDateModel.ts +45 -0
- package/dist/typescript/model/Lawfirm.ts +79 -0
- package/dist/typescript/model/LawfirmAuditEventModel.ts +134 -0
- package/dist/typescript/model/LawfirmBankPayoutModel.ts +59 -0
- package/dist/typescript/model/LawfirmBookingSummary.ts +79 -0
- package/dist/typescript/model/LawfirmCaseDocument.ts +36 -0
- package/dist/typescript/model/LawfirmCaseModel.ts +50 -0
- package/dist/typescript/model/LawfirmCaseModelReq.ts +50 -0
- package/dist/typescript/model/LawfirmCaseModelRes.ts +50 -0
- package/dist/typescript/model/LawfirmCourtCoverageDomain.ts +33 -0
- package/dist/typescript/model/LawfirmCoverageRecord.ts +28 -0
- package/dist/typescript/model/LawfirmDocument.ts +36 -0
- package/dist/typescript/model/LawfirmDocumentResponse.ts +18 -0
- package/dist/typescript/model/LawfirmDocumentTemplate.ts +35 -0
- package/dist/typescript/model/LawfirmDocumentTemplateResponse.ts +18 -0
- package/dist/typescript/model/LawfirmFeeDomain.ts +53 -0
- package/dist/typescript/model/LawfirmInboxMessageDomain.ts +105 -0
- package/dist/typescript/model/LawfirmItem.ts +77 -0
- package/dist/typescript/model/LawfirmLeadDomain.ts +122 -0
- package/dist/typescript/model/LawfirmPayoutDomain.ts +49 -0
- package/dist/typescript/model/LawfirmPictureRequest.ts +20 -0
- package/dist/typescript/model/LawfirmRatesResponse.ts +51 -0
- package/dist/typescript/model/LawfirmRedirectModel.ts +27 -0
- package/dist/typescript/model/LawfirmSettingsDomain.ts +40 -0
- package/dist/typescript/model/LawfirmSettingsDomainReq.ts +40 -0
- package/dist/typescript/model/LawfirmSettingsDomainRes.ts +40 -0
- package/dist/typescript/model/LawfirmStorefrontModel.ts +57 -0
- package/dist/typescript/model/LawfirmVacationRequest.ts +21 -0
- package/dist/typescript/model/LawfirmsRatesResponse.ts +18 -0
- package/dist/typescript/model/LawyerInviteByTokenModel.ts +20 -0
- package/dist/typescript/model/LawyerInviteModel.ts +38 -0
- package/dist/typescript/model/LawyerLicenseModel.ts +79 -0
- package/dist/typescript/model/LawyerModel.ts +60 -0
- package/dist/typescript/model/LegalServiceModel.ts +47 -0
- package/dist/typescript/model/LetterOfEngagement.ts +20 -0
- package/dist/typescript/model/LineItem.ts +42 -0
- package/dist/typescript/model/LineItemModel.ts +49 -0
- package/dist/typescript/model/LineItemRequest.ts +52 -0
- package/dist/typescript/model/LinkedObjects.ts +19 -0
- package/dist/typescript/model/ListAgentBookingsResponse.ts +20 -0
- package/dist/typescript/model/ListBillingProductsResponse.ts +18 -0
- package/dist/typescript/model/ListBillingSubscribersResponse.ts +20 -0
- package/dist/typescript/model/ListBillingSubscriptionModel.ts +43 -0
- package/dist/typescript/model/ListBillingSubscriptionsResponse.ts +19 -0
- package/dist/typescript/model/ListCaseBookingsRequest.ts +151 -0
- package/dist/typescript/model/ListCaseBookingsResponse.ts +22 -0
- package/dist/typescript/model/ListCaseCancellationsRequest.ts +21 -0
- package/dist/typescript/model/ListCaseCancellationsResponse.ts +19 -0
- package/dist/typescript/model/ListCaseOutcomesResponse.ts +18 -0
- package/dist/typescript/model/ListCitationAuditEventsResponse.ts +20 -0
- package/dist/typescript/model/ListCitationsRequest.ts +106 -0
- package/dist/typescript/model/ListCitationsResponse.ts +20 -0
- package/dist/typescript/model/ListContactTimelineResponse.ts +18 -0
- package/dist/typescript/model/ListCostItemsForCustomerResponse.ts +22 -0
- package/dist/typescript/model/ListDashboardCasesResponse.ts +19 -0
- package/dist/typescript/model/ListEligibleStatusResponse.ts +59 -0
- package/dist/typescript/model/ListEmployeesResponse.ts +18 -0
- package/dist/typescript/model/ListLawfirmAuditEventsByCursorResponse.ts +20 -0
- package/dist/typescript/model/ListLawfirmBankPayoutsResponse.ts +20 -0
- package/dist/typescript/model/ListLawfirmStorefrontsResponse.ts +20 -0
- package/dist/typescript/model/ListLawfirmSurchargeModel.ts +41 -0
- package/dist/typescript/model/ListLawfirmSurchargeTypeModel.ts +30 -0
- package/dist/typescript/model/ListLawfirmSurchargesResponse.ts +18 -0
- package/dist/typescript/model/ListLawfirmsEngagedRequest.ts +21 -0
- package/dist/typescript/model/ListLawfirmsEngagedResponse.ts +19 -0
- package/dist/typescript/model/ListNotesResponse.ts +21 -0
- package/dist/typescript/model/ListPhoneCallsCountModel.ts +19 -0
- package/dist/typescript/model/ListPhoneCallsModel.ts +60 -0
- package/dist/typescript/model/ListPhoneCallsResponse.ts +19 -0
- package/dist/typescript/model/ListReferralsResponse.ts +19 -0
- package/dist/typescript/model/ListReviewsResponse.ts +20 -0
- package/dist/typescript/model/ListSubscriptionInvoicesResponse.ts +18 -0
- package/dist/typescript/model/ListUserAuditEventsByCursorResponse.ts +20 -0
- package/dist/typescript/model/ListUserAuditEventsCursorModel.ts +18 -0
- package/dist/typescript/model/ListUserCoachingCardsResponse.ts +19 -0
- package/dist/typescript/model/ListUserWatchlistsResponse.ts +19 -0
- package/dist/typescript/model/ListViolationClassificationResponse.ts +18 -0
- package/dist/typescript/model/LobEvent.ts +20 -0
- package/dist/typescript/model/LobEventRequest.ts +21 -0
- package/dist/typescript/model/LobMailingAddress.ts +23 -0
- package/dist/typescript/model/LocalTime.ts +21 -0
- package/dist/typescript/model/LookupParamValue.ts +33 -0
- package/dist/typescript/model/LostCaseWithTransferNotReversed.ts +43 -0
- package/dist/typescript/model/MarkActionAsDeletedResponse.ts +18 -0
- package/dist/typescript/model/MarkCaseAsResolvedRequest.ts +64 -0
- package/dist/typescript/model/MarkCaseAsResolvedResponse.ts +70 -0
- package/dist/typescript/model/MatchCaseLineItemModel.ts +49 -0
- package/dist/typescript/model/MatchCaseResponse.ts +20 -0
- package/dist/typescript/model/MatchCaseViolationPenaltyModel.ts +39 -0
- package/dist/typescript/model/MatchCitationModel.ts +43 -0
- package/dist/typescript/model/MatchCitationResponse.ts +28 -0
- package/dist/typescript/model/MatchInnerCaseModel.ts +81 -0
- package/dist/typescript/model/MatchInnerCaseResponse.ts +37 -0
- package/dist/typescript/model/MatchLawfirmCaseResponse.ts +22 -0
- package/dist/typescript/model/MatchLegalServiceModel.ts +47 -0
- package/dist/typescript/model/MatchLegalServicesRequest.ts +35 -0
- package/dist/typescript/model/MatchLegalServicesResponse.ts +19 -0
- package/dist/typescript/model/MatchingFieldValue.ts +26 -0
- package/dist/typescript/model/MediaItemModel.ts +29 -0
- package/dist/typescript/model/MergeStatusReport.ts +19 -0
- package/dist/typescript/model/MergeTableChange.ts +18 -0
- package/dist/typescript/model/MergeTableRecord.ts +19 -0
- package/dist/typescript/model/MergeTicketResponse.ts +20 -0
- package/dist/typescript/model/MergeUserRequest.ts +20 -0
- package/dist/typescript/model/MergeUserResponse.ts +18 -0
- package/dist/typescript/model/MessageByEntityModel.ts +80 -0
- package/dist/typescript/model/MessageInputModel.ts +35 -0
- package/dist/typescript/model/MissingLawfirmPayoutResult.ts +123 -0
- package/dist/typescript/model/MissingPaymentDomain.ts +82 -0
- package/dist/typescript/model/NewUser.ts +37 -0
- package/dist/typescript/model/NewUserResponse.ts +23 -0
- package/dist/typescript/model/NoLawyerAvailableRequest.ts +19 -0
- package/dist/typescript/model/NoViolationCitation.ts +66 -0
- package/dist/typescript/model/NoteAuthor.ts +20 -0
- package/dist/typescript/model/NoteEntity.ts +33 -0
- package/dist/typescript/model/NoteModel.ts +33 -0
- package/dist/typescript/model/NotificationEvent.ts +23 -0
- package/dist/typescript/model/NotificationEvents.ts +19 -0
- package/dist/typescript/model/OCRCourtModel.ts +25 -0
- package/dist/typescript/model/OCRPredictionCaseResponse.ts +65 -0
- package/dist/typescript/model/OCRViolationModel.ts +85 -0
- package/dist/typescript/model/OtherCase.ts +23 -0
- package/dist/typescript/model/OutgoingContactDomain.ts +30 -0
- package/dist/typescript/model/PaymentPlanTypeModel.ts +26 -0
- package/dist/typescript/model/PaymentPlanTypeModelReq.ts +26 -0
- package/dist/typescript/model/PaymentPlanTypeModelRes.ts +26 -0
- package/dist/typescript/model/Penalty.ts +43 -0
- package/dist/typescript/model/PenaltyModel.ts +42 -0
- package/dist/typescript/model/PenaltyRequest.ts +19 -0
- package/dist/typescript/model/PersistTicketEvaluationRequest.ts +32 -0
- package/dist/typescript/model/PhoneNumberDomain.ts +47 -0
- package/dist/typescript/model/PhoneNumberDomainReq.ts +47 -0
- package/dist/typescript/model/PhoneNumberDomainRes.ts +47 -0
- package/dist/typescript/model/PostCourtCoverageRequest.ts +18 -0
- package/dist/typescript/model/PostFeedbackRequest.ts +18 -0
- package/dist/typescript/model/PotentialCustomerDomain.ts +136 -0
- package/dist/typescript/model/PredictCitationRequest.ts +20 -0
- package/dist/typescript/model/PredictCitationResponse.ts +18 -0
- package/dist/typescript/model/PredictCitationTextRequest.ts +20 -0
- package/dist/typescript/model/PredictImageClassificationRequest.ts +19 -0
- package/dist/typescript/model/PredictImageClassificationResponse.ts +47 -0
- package/dist/typescript/model/PredictRichCitationResponse.ts +18 -0
- package/dist/typescript/model/PreviewDocumentRequest.ts +20 -0
- package/dist/typescript/model/PriceMatchRequest.ts +24 -0
- package/dist/typescript/model/PriceMatchResponse.ts +28 -0
- package/dist/typescript/model/PublishReferralContactsResponse.ts +18 -0
- package/dist/typescript/model/PublishReferralRequest.ts +19 -0
- package/dist/typescript/model/PureDate.ts +18 -0
- package/dist/typescript/model/PushNotificationRegistrationRequest.ts +26 -0
- package/dist/typescript/model/PushNotificationRequest.ts +36 -0
- package/dist/typescript/model/PutDocumentRequest.ts +33 -0
- package/dist/typescript/model/ReferralContact.ts +20 -0
- package/dist/typescript/model/ReferralContactStatus.ts +27 -0
- package/dist/typescript/model/ReferralResponse.ts +78 -0
- package/dist/typescript/model/ReferralResponseByUser.ts +30 -0
- package/dist/typescript/model/RefundCasePaymentRequest.ts +31 -0
- package/dist/typescript/model/RefundLawfirmFeeRequest.ts +32 -0
- package/dist/typescript/model/RegisterGhostUserRequest.ts +30 -0
- package/dist/typescript/model/RegisterGhostUserResponse.ts +18 -0
- package/dist/typescript/model/RegisterNewUserRequest.ts +64 -0
- package/dist/typescript/model/RegisterNewUserResponse.ts +21 -0
- package/dist/typescript/model/RegisteredUserDomain.ts +89 -0
- package/dist/typescript/model/RemoveCoverageRequest.ts +18 -0
- package/dist/typescript/model/RemoveLawfirmSurchargeRequest.ts +18 -0
- package/dist/typescript/model/ReplyToReviewRequest.ts +19 -0
- package/dist/typescript/model/ReplyToTicketRequest.ts +35 -0
- package/dist/typescript/model/RescheduleTaskRequest.ts +18 -0
- package/dist/typescript/model/ResetFeeForLawfirmModel.ts +18 -0
- package/dist/typescript/model/ResetFeesForLawfirmRequest.ts +18 -0
- package/dist/typescript/model/ResetFeesForLawfirmResponse.ts +18 -0
- package/dist/typescript/model/ResetUserPasswordRequest.ts +19 -0
- package/dist/typescript/model/ResetViolationModel.ts +81 -0
- package/dist/typescript/model/Results.ts +18 -0
- package/dist/typescript/model/ReverseLawfirmPayoutRequest.ts +30 -0
- package/dist/typescript/model/ReviewCommentModel.ts +23 -0
- package/dist/typescript/model/ReviewRatingModel.ts +20 -0
- package/dist/typescript/model/ReviewVoteAggregateModel.ts +19 -0
- package/dist/typescript/model/RichCitationInferenceResponse.ts +43 -0
- package/dist/typescript/model/SNSNotificationRequest.ts +21 -0
- package/dist/typescript/model/SSLCertificateResponse.ts +18 -0
- package/dist/typescript/model/SaveAgentBookingRequest.ts +23 -0
- package/dist/typescript/model/SaveAgentBookingResponse.ts +18 -0
- package/dist/typescript/model/SaveCaseNotesRequest.ts +18 -0
- package/dist/typescript/model/SaveCaseUserRequest.ts +38 -0
- package/dist/typescript/model/SaveCoachingCardRequest.ts +29 -0
- package/dist/typescript/model/SaveCoachingCardUserRequest.ts +37 -0
- package/dist/typescript/model/SaveDriverLicensePictureRequest.ts +21 -0
- package/dist/typescript/model/SaveDriverLicensePictureResponse.ts +18 -0
- package/dist/typescript/model/SaveDriverLicenseRequest.ts +37 -0
- package/dist/typescript/model/SaveExternalContentVoteRequest.ts +23 -0
- package/dist/typescript/model/SaveItemToWatchlistRequest.ts +34 -0
- package/dist/typescript/model/SaveLawfirmSurchargeModel.ts +51 -0
- package/dist/typescript/model/SaveLawfirmSurchargesRequest.ts +18 -0
- package/dist/typescript/model/SaveLawyerLeadRequest.ts +36 -0
- package/dist/typescript/model/SaveLawyerLicenseModel.ts +79 -0
- package/dist/typescript/model/SaveLawyerLicensesRequest.ts +18 -0
- package/dist/typescript/model/SaveLawyerRequest.ts +41 -0
- package/dist/typescript/model/SaveNotesRequest.ts +29 -0
- package/dist/typescript/model/SaveUserSocialProfileModel.ts +29 -0
- package/dist/typescript/model/SaveUserSocialProfileRequest.ts +18 -0
- package/dist/typescript/model/SaveUserWatchlistsRequest.ts +21 -0
- package/dist/typescript/model/ScheduleNewPaymentRequest.ts +49 -0
- package/dist/typescript/model/ScheduledTaskGetResponse.ts +18 -0
- package/dist/typescript/model/ScheduledTaskResponse.ts +41 -0
- package/dist/typescript/model/SearchNotesResponse.ts +18 -0
- package/dist/typescript/model/SendBookingReceiptRequest.ts +19 -0
- package/dist/typescript/model/SendConsolidatedEmailToUser.ts +63 -0
- package/dist/typescript/model/SendDirectCheckResponse.ts +23 -0
- package/dist/typescript/model/SendDirectMailResponse.ts +18 -0
- package/dist/typescript/model/SendDirectReferralCheckRequest.ts +19 -0
- package/dist/typescript/model/SendEmailToUserRequest.ts +74 -0
- package/dist/typescript/model/SendEmailToUsersRequest.ts +62 -0
- package/dist/typescript/model/SendOneTimePasswordRequest.ts +19 -0
- package/dist/typescript/model/SendPayoutToLawfirmRequest.ts +45 -0
- package/dist/typescript/model/SendPayoutToLawfirmResponse.ts +18 -0
- package/dist/typescript/model/ServiceLevelAgreement.ts +20 -0
- package/dist/typescript/model/SetArchiveCaseModel.ts +18 -0
- package/dist/typescript/model/SetArchiveOnCasesRequest.ts +20 -0
- package/dist/typescript/model/SetCourtDateForCaseRequest.ts +19 -0
- package/dist/typescript/model/SetCustomerReviewStatusRequest.ts +25 -0
- package/dist/typescript/model/SetFlagOnMessageModel.ts +18 -0
- package/dist/typescript/model/SetFlagOnMessagesRequest.ts +20 -0
- package/dist/typescript/model/SetLawfirmCaseDecisionRequest.ts +32 -0
- package/dist/typescript/model/SetMarketingEmailOptInRequest.ts +18 -0
- package/dist/typescript/model/SetReferralSourceRequest.ts +52 -0
- package/dist/typescript/model/SetStarOnMessageModel.ts +19 -0
- package/dist/typescript/model/SetStarOnMessagesRequest.ts +20 -0
- package/dist/typescript/model/SettingRequest.ts +19 -0
- package/dist/typescript/model/SettingResponse.ts +29 -0
- package/dist/typescript/model/SignImageUrlRequest.ts +19 -0
- package/dist/typescript/model/SignImageUrlResponse.ts +18 -0
- package/dist/typescript/model/SignRecordingUrlRequest.ts +18 -0
- package/dist/typescript/model/SignRecordingUrlResponse.ts +18 -0
- package/dist/typescript/model/SimpleCredentialsResponse.ts +19 -0
- package/dist/typescript/model/SingleSignOnResponse.ts +21 -0
- package/dist/typescript/model/SkipMap.ts +19 -0
- package/dist/typescript/model/SlimCitationInferenceResponse.ts +24 -0
- package/dist/typescript/model/SocialLoginRequest.ts +54 -0
- package/dist/typescript/model/SocialLoginResponse.ts +21 -0
- package/dist/typescript/model/SocialLoginUser.ts +29 -0
- package/dist/typescript/model/SocialPhoneNumber.ts +29 -0
- package/dist/typescript/model/Source.ts +33 -0
- package/dist/typescript/model/SqlResponse.ts +18 -0
- package/dist/typescript/model/Statistics.ts +36 -0
- package/dist/typescript/model/StripeAccountLinkDomain.ts +20 -0
- package/dist/typescript/model/StripeApplicationFeeDomain.ts +30 -0
- package/dist/typescript/model/StripeApplicationFeeRefundDomain.ts +23 -0
- package/dist/typescript/model/StripeApplicationFeeRefundSyncResults.ts +20 -0
- package/dist/typescript/model/StripeApplicationFeeSyncResults.ts +21 -0
- package/dist/typescript/model/StripeCardDomain.ts +34 -0
- package/dist/typescript/model/StripeChargeDomain.ts +41 -0
- package/dist/typescript/model/StripeChargeSyncResults.ts +23 -0
- package/dist/typescript/model/StripeConnectedAccountDomain.ts +36 -0
- package/dist/typescript/model/StripeCustomerAccountDomain.ts +35 -0
- package/dist/typescript/model/StripeDisputeDomain.ts +89 -0
- package/dist/typescript/model/StripeFieldVerification.ts +20 -0
- package/dist/typescript/model/StripePaymentDomain.ts +31 -0
- package/dist/typescript/model/StripePaymentRefundDomain.ts +26 -0
- package/dist/typescript/model/StripePaymentRefundSyncResults.ts +20 -0
- package/dist/typescript/model/StripePaymentSourceDomain.ts +23 -0
- package/dist/typescript/model/StripePaymentSyncResults.ts +21 -0
- package/dist/typescript/model/StripeRefundDomain.ts +27 -0
- package/dist/typescript/model/StripeRefundSyncResults.ts +20 -0
- package/dist/typescript/model/StripeReversalSyncResults.ts +20 -0
- package/dist/typescript/model/StripeTransferDomain.ts +31 -0
- package/dist/typescript/model/StripeTransferReversalDomain.ts +26 -0
- package/dist/typescript/model/StripeTransferSyncResults.ts +21 -0
- package/dist/typescript/model/SubscribeRequest.ts +18 -0
- package/dist/typescript/model/Subscriber.ts +27 -0
- package/dist/typescript/model/SubscriberDomain.ts +27 -0
- package/dist/typescript/model/SubscriptionDiscountEligibility.ts +26 -0
- package/dist/typescript/model/SubscriptionDiscountEligibilityReq.ts +26 -0
- package/dist/typescript/model/SubscriptionDiscountEligibilityRes.ts +26 -0
- package/dist/typescript/model/SubscriptionGuardianModel.ts +20 -0
- package/dist/typescript/model/SyncStripeChargesRequest.ts +20 -0
- package/dist/typescript/model/SyncStripeChargesResponse.ts +18 -0
- package/dist/typescript/model/SyncStripeDisputeResponse.ts +18 -0
- package/dist/typescript/model/SyncStripePaymentsRequest.ts +20 -0
- package/dist/typescript/model/SyncStripePaymentsResponse.ts +18 -0
- package/dist/typescript/model/SyncStripeRefundsRequest.ts +19 -0
- package/dist/typescript/model/SyncStripeTransfersRequest.ts +20 -0
- package/dist/typescript/model/SyncStripeTransfersResponse.ts +18 -0
- package/dist/typescript/model/Tag.ts +20 -0
- package/dist/typescript/model/Tags.ts +19 -0
- package/dist/typescript/model/Teammates.ts +19 -0
- package/dist/typescript/model/TemporalUnit.ts +21 -0
- package/dist/typescript/model/TicketLeadDomain.ts +86 -0
- package/dist/typescript/model/TicketPart.ts +22 -0
- package/dist/typescript/model/TicketPartsWrapper.ts +19 -0
- package/dist/typescript/model/TicketReviewRequest.ts +38 -0
- package/dist/typescript/model/TicketReviewRequestReq.ts +38 -0
- package/dist/typescript/model/TicketReviewRequestRes.ts +38 -0
- package/dist/typescript/model/TicketType.ts +26 -0
- package/dist/typescript/model/TicketTypeAttribute.ts +24 -0
- package/dist/typescript/model/TicketTypeAttributesWrapper.ts +19 -0
- package/dist/typescript/model/TimeZone.ts +21 -0
- package/dist/typescript/model/TimeZoneReq.ts +19 -0
- package/dist/typescript/model/TimeZoneRes.ts +21 -0
- package/dist/typescript/model/Timestamp.ts +27 -0
- package/dist/typescript/model/TimestampReq.ts +25 -0
- package/dist/typescript/model/TimestampRes.ts +27 -0
- package/dist/typescript/model/Topic.ts +20 -0
- package/dist/typescript/model/Topics.ts +20 -0
- package/dist/typescript/model/TrafficViolationInputRequest.ts +18 -0
- package/dist/typescript/model/TransferCaseRequest.ts +20 -0
- package/dist/typescript/model/USStateDomain.ts +19 -0
- package/dist/typescript/model/UpdateAddress.ts +24 -0
- package/dist/typescript/model/UpdateCaseActionRequest.ts +18 -0
- package/dist/typescript/model/UpdateCaseActionResponse.ts +18 -0
- package/dist/typescript/model/UpdateCaseDeclineTicketsRequest.ts +20 -0
- package/dist/typescript/model/UpdateCasePaymentRequest.ts +46 -0
- package/dist/typescript/model/UpdateCitationAddressRequest.ts +18 -0
- package/dist/typescript/model/UpdateCitationPictureRequest.ts +20 -0
- package/dist/typescript/model/UpdateCitationRequest.ts +18 -0
- package/dist/typescript/model/UpdateCoachingCardRequest.ts +31 -0
- package/dist/typescript/model/UpdateCourtRequest.ts +18 -0
- package/dist/typescript/model/UpdateDisputeRequest.ts +18 -0
- package/dist/typescript/model/UpdateInvoiceLineItemRequest.ts +18 -0
- package/dist/typescript/model/UpdateLawfirmFeeRequest.ts +43 -0
- package/dist/typescript/model/UpdateLawfirmFeeResponse.ts +18 -0
- package/dist/typescript/model/UpdateLawfirmModel.ts +65 -0
- package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.ts +25 -0
- package/dist/typescript/model/UpdateLawfirmPayoutRequest.ts +40 -0
- package/dist/typescript/model/UpdateLawfirmPayoutResponse.ts +18 -0
- package/dist/typescript/model/UpdateLawfirmRequest.ts +18 -0
- package/dist/typescript/model/UpdateLawfirmSettingsRequest.ts +18 -0
- package/dist/typescript/model/UpdateLawyerRoleRequest.ts +28 -0
- package/dist/typescript/model/UpdateNoteInput.ts +18 -0
- package/dist/typescript/model/UpdateNoteRequest.ts +18 -0
- package/dist/typescript/model/UpdateNoteResponse.ts +18 -0
- package/dist/typescript/model/UpdatePaymentDueDateRequest.ts +19 -0
- package/dist/typescript/model/UpdatePhoneNumber.ts +41 -0
- package/dist/typescript/model/UpdateProfilePictureRequest.ts +19 -0
- package/dist/typescript/model/UpdateProfilePictureResponse.ts +18 -0
- package/dist/typescript/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
- package/dist/typescript/model/UpdateReplyForCustomerReview.ts +19 -0
- package/dist/typescript/model/UpdateUserDetailsResponse.ts +18 -0
- package/dist/typescript/model/UpdateUserModel.ts +67 -0
- package/dist/typescript/model/UpdateUserPhoneNumberRequest.ts +19 -0
- package/dist/typescript/model/UpdateUserProfileRequest.ts +18 -0
- package/dist/typescript/model/UpdateUserRolesRequest.ts +29 -0
- package/dist/typescript/model/UpdateUserSettingsRequest.ts +18 -0
- package/dist/typescript/model/UpdateUserSettingsResponse.ts +18 -0
- package/dist/typescript/model/UpdateViolationRequest.ts +90 -0
- package/dist/typescript/model/UploadLawfirmsRequest.ts +19 -0
- package/dist/typescript/model/UploadLawfirmsResponse.ts +21 -0
- package/dist/typescript/model/UpsertAddressRequest.ts +18 -0
- package/dist/typescript/model/User.ts +21 -0
- package/dist/typescript/model/UserAccountModel.ts +35 -0
- package/dist/typescript/model/UserAssetModel.ts +22 -0
- package/dist/typescript/model/UserAuditEventModel.ts +218 -0
- package/dist/typescript/model/UserBookingsDomain.ts +19 -0
- package/dist/typescript/model/UserDetails.ts +21 -0
- package/dist/typescript/model/UserDomain.ts +117 -0
- package/dist/typescript/model/UserDomainReq.ts +116 -0
- package/dist/typescript/model/UserDomainRes.ts +117 -0
- package/dist/typescript/model/UserItem.ts +21 -0
- package/dist/typescript/model/UserRefLinkDomain.ts +20 -0
- package/dist/typescript/model/UserReferralLinkModel.ts +25 -0
- package/dist/typescript/model/UserReferralLinkModelReq.ts +25 -0
- package/dist/typescript/model/UserReferralLinkModelRes.ts +25 -0
- package/dist/typescript/model/UserReferralSourceTypeModel.ts +24 -0
- package/dist/typescript/model/UserRegistrationStats.ts +25 -0
- package/dist/typescript/model/UserRoleDomain.ts +28 -0
- package/dist/typescript/model/UserSocialProfileModel.ts +29 -0
- package/dist/typescript/model/UserSocialProfileModelReq.ts +29 -0
- package/dist/typescript/model/UserSocialProfileModelRes.ts +29 -0
- package/dist/typescript/model/UserSubscriptionPlanModel.ts +40 -0
- package/dist/typescript/model/UserSubscriptionPlanModelReq.ts +39 -0
- package/dist/typescript/model/UserSubscriptionPlanModelRes.ts +40 -0
- package/dist/typescript/model/UserToContact.ts +19 -0
- package/dist/typescript/model/UserWatchlistsModel.ts +21 -0
- package/dist/typescript/model/ValidateDirectMailRequest.ts +19 -0
- package/dist/typescript/model/ValidateDirectMailResponse.ts +308 -0
- package/dist/typescript/model/ValidatePhoneNumberRequest.ts +18 -0
- package/dist/typescript/model/ValidatePhoneNumberResponse.ts +31 -0
- package/dist/typescript/model/ValidateUserEmailResponse.ts +20 -0
- package/dist/typescript/model/VerifyCaptchaTokenRequest.ts +26 -0
- package/dist/typescript/model/VerifyCaptchaTokenResponse.ts +23 -0
- package/dist/typescript/model/VerifyMailingAddressRequest.ts +18 -0
- package/dist/typescript/model/VerifyMailingAddressResponse.ts +20 -0
- package/dist/typescript/model/VerifyPasswordResetTokenResponse.ts +19 -0
- package/dist/typescript/model/VerifyUserAccountResponse.ts +21 -0
- package/dist/typescript/model/VerifyUserPasswordRequest.ts +18 -0
- package/dist/typescript/model/Violation.ts +23 -0
- package/dist/typescript/model/ViolationClassificationModel.ts +82 -0
- package/dist/typescript/model/ViolationInput.ts +18 -0
- package/dist/typescript/model/ViolationInputRequest.ts +18 -0
- package/dist/typescript/model/ViolationModel.ts +90 -0
- package/dist/typescript/model/ViolationNames.ts +20 -0
- package/dist/typescript/model/ViolationPenaltyModel.ts +43 -0
- package/dist/typescript/model/ViolationPenaltyResponse.ts +19 -0
- package/dist/typescript/model/ViolationResponse.ts +85 -0
- package/dist/typescript/model/WatchlistItemsModel.ts +42 -0
- package/dist/typescript/model/WorkflowCaseModel.ts +82 -0
- package/dist/typescript/model/WorkflowCitationModel.ts +43 -0
- package/dist/typescript/model/WorkflowLineItemModel.ts +49 -0
- package/dist/typescript/model/WorkflowViolationModel.ts +86 -0
- package/dist/typescript/model/WorkflowViolationPenaltyModel.ts +39 -0
- package/dist/typescript/model/ZoneId.ts +19 -0
- package/dist/typescript/model/ZoneOffset.ts +20 -0
- package/dist/typescript/model/ZoneOffsetTransition.ts +25 -0
- package/dist/typescript/model/ZoneOffsetTransitionRule.ts +56 -0
- package/dist/typescript/model/ZoneRules.ts +20 -0
- package/dist/typescript/model/models.ts +818 -0
- package/dist/typescript-fetch/.openapi-generator/VERSION +1 -0
- package/dist/typescript-fetch/.openapi-generator-ignore +23 -0
- package/dist/typescript-fetch/apis/ActionRequiredControllerApi.ts +64 -0
- package/dist/typescript-fetch/apis/ActivityFeedControllerApi.ts +144 -0
- package/dist/typescript-fetch/apis/AddressControllerApi.ts +137 -0
- package/dist/typescript-fetch/apis/AlertNotificationControllerApi.ts +96 -0
- package/dist/typescript-fetch/apis/AppEventsControllerApi.ts +65 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.ts +253 -0
- package/dist/typescript-fetch/apis/AuditLogControllerApi.ts +98 -0
- package/dist/typescript-fetch/apis/AuthenticationControllerApi.ts +54 -0
- package/dist/typescript-fetch/apis/AwsCredentialsControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/BlogWebhookControllerApi.ts +64 -0
- package/dist/typescript-fetch/apis/BranchLinkControllerApi.ts +65 -0
- package/dist/typescript-fetch/apis/CaptchaControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/CaseActionsControllerApi.ts +285 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.ts +688 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.ts +264 -0
- package/dist/typescript-fetch/apis/CaseCreationControllerApi.ts +102 -0
- package/dist/typescript-fetch/apis/CaseDeclineControllerApi.ts +54 -0
- package/dist/typescript-fetch/apis/CaseNotesControllerApi.ts +107 -0
- package/dist/typescript-fetch/apis/CasePaymentControllerApi.ts +688 -0
- package/dist/typescript-fetch/apis/CaseReferralCodeControllerApi.ts +107 -0
- package/dist/typescript-fetch/apis/CaseRefundControllerApi.ts +203 -0
- package/dist/typescript-fetch/apis/CaseResolutionControllerApi.ts +56 -0
- package/dist/typescript-fetch/apis/CaseStatusControllerApi.ts +110 -0
- package/dist/typescript-fetch/apis/CaseTransferControllerApi.ts +107 -0
- package/dist/typescript-fetch/apis/CaseUserControllerApi.ts +111 -0
- package/dist/typescript-fetch/apis/CertificateControllerApi.ts +75 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.ts +253 -0
- package/dist/typescript-fetch/apis/CitationControllerApi.ts +842 -0
- package/dist/typescript-fetch/apis/CoachingCardsControllerApi.ts +193 -0
- package/dist/typescript-fetch/apis/ConfigurationControllerApi.ts +54 -0
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.ts +778 -0
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.ts +60 -0
- package/dist/typescript-fetch/apis/ContactTimelineControllerApi.ts +62 -0
- package/dist/typescript-fetch/apis/ConversationControllerApi.ts +335 -0
- package/dist/typescript-fetch/apis/CountyControllerApi.ts +124 -0
- package/dist/typescript-fetch/apis/CourtControllerApi.ts +515 -0
- package/dist/typescript-fetch/apis/CrmControllerApi.ts +345 -0
- package/dist/typescript-fetch/apis/CustomerLeadControllerApi.ts +64 -0
- package/dist/typescript-fetch/apis/CustomerReviewControllerApi.ts +500 -0
- package/dist/typescript-fetch/apis/CustomerServiceAgentBookingsControllerApi.ts +203 -0
- package/dist/typescript-fetch/apis/CustomerServiceAgentControllerApi.ts +62 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.ts +600 -0
- package/dist/typescript-fetch/apis/DirectMailControllerApi.ts +352 -0
- package/dist/typescript-fetch/apis/DripControllerApi.ts +64 -0
- package/dist/typescript-fetch/apis/DripWebhooksControllerApi.ts +102 -0
- package/dist/typescript-fetch/apis/DriverLicenseControllerApi.ts +163 -0
- package/dist/typescript-fetch/apis/EmailSubscriptionControllerApi.ts +65 -0
- package/dist/typescript-fetch/apis/EmployeeControllerApi.ts +77 -0
- package/dist/typescript-fetch/apis/ExternalContentVoteControllerApi.ts +64 -0
- package/dist/typescript-fetch/apis/ExternalTicketLookupControllerApi.ts +158 -0
- package/dist/typescript-fetch/apis/FeedbackControllerApi.ts +70 -0
- package/dist/typescript-fetch/apis/FreshcallerControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/FreshdeskTicketControllerApi.ts +162 -0
- package/dist/typescript-fetch/apis/GetCaseControllerApi.ts +136 -0
- package/dist/typescript-fetch/apis/HouseholdMateControllerApi.ts +236 -0
- package/dist/typescript-fetch/apis/HubspotWebhookControllerApi.ts +59 -0
- package/dist/typescript-fetch/apis/InsuranceCalculatorControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.ts +117 -0
- package/dist/typescript-fetch/apis/LawfirmCaseDecisionControllerApi.ts +70 -0
- package/dist/typescript-fetch/apis/LawfirmCasesControllerApi.ts +114 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.ts +1260 -0
- package/dist/typescript-fetch/apis/LawfirmDocumentControllerApi.ts +331 -0
- package/dist/typescript-fetch/apis/LawfirmFeeCoverageControllerApi.ts +543 -0
- package/dist/typescript-fetch/apis/LawfirmPaymentModelControllerApi.ts +54 -0
- package/dist/typescript-fetch/apis/LawfirmRatesControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/LawfirmSettingsControllerApi.ts +201 -0
- package/dist/typescript-fetch/apis/LawfirmStorefrontControllerApi.ts +72 -0
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.ts +168 -0
- package/dist/typescript-fetch/apis/LawfirmTransactionsControllerApi.ts +693 -0
- package/dist/typescript-fetch/apis/LawyerControllerApi.ts +395 -0
- package/dist/typescript-fetch/apis/LegalServicesControllerApi.ts +112 -0
- package/dist/typescript-fetch/apis/LineItemControllerApi.ts +228 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.ts +230 -0
- package/dist/typescript-fetch/apis/MediaCreationControllerApi.ts +68 -0
- package/dist/typescript-fetch/apis/MessagesControllerApi.ts +82 -0
- package/dist/typescript-fetch/apis/NotesControllerApi.ts +346 -0
- package/dist/typescript-fetch/apis/OcrPipelineControllerApi.ts +108 -0
- package/dist/typescript-fetch/apis/OcrPredictionControllerApi.ts +111 -0
- package/dist/typescript-fetch/apis/OnDemandRequestControllerApi.ts +70 -0
- package/dist/typescript-fetch/apis/OneTimePasswordControllerApi.ts +60 -0
- package/dist/typescript-fetch/apis/PhoneLeadsControllerApi.ts +107 -0
- package/dist/typescript-fetch/apis/PushNotificationControllerApi.ts +345 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.ts +261 -0
- package/dist/typescript-fetch/apis/RefLinkControllerApi.ts +62 -0
- package/dist/typescript-fetch/apis/ReferralCodeControllerApi.ts +242 -0
- package/dist/typescript-fetch/apis/ReferralControllerApi.ts +177 -0
- package/dist/typescript-fetch/apis/ReferralSourceControllerApi.ts +114 -0
- package/dist/typescript-fetch/apis/RefundEligibilityControllerApi.ts +62 -0
- package/dist/typescript-fetch/apis/RegistrationControllerApi.ts +111 -0
- package/dist/typescript-fetch/apis/ReportingControllerApi.ts +198 -0
- package/dist/typescript-fetch/apis/ScheduledTaskControllerApi.ts +140 -0
- package/dist/typescript-fetch/apis/SingleSignOnControllerApi.ts +93 -0
- package/dist/typescript-fetch/apis/SnsListenerControllerApi.ts +143 -0
- package/dist/typescript-fetch/apis/SocialLoginControllerApi.ts +259 -0
- package/dist/typescript-fetch/apis/StripeCardControllerApi.ts +457 -0
- package/dist/typescript-fetch/apis/StripeControllerApi.ts +236 -0
- package/dist/typescript-fetch/apis/StripeSyncControllerApi.ts +256 -0
- package/dist/typescript-fetch/apis/StripeWebhookControllerApi.ts +188 -0
- package/dist/typescript-fetch/apis/TicketReviewControllerApi.ts +147 -0
- package/dist/typescript-fetch/apis/UrlRedirectControllerApi.ts +146 -0
- package/dist/typescript-fetch/apis/UserAccountControllerApi.ts +145 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.ts +323 -0
- package/dist/typescript-fetch/apis/UserControllerApi.ts +515 -0
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.ts +388 -0
- package/dist/typescript-fetch/apis/UserProfileControllerApi.ts +469 -0
- package/dist/typescript-fetch/apis/UserSearchControllerApi.ts +111 -0
- package/dist/typescript-fetch/apis/UserSettingsControllerApi.ts +212 -0
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.ts +124 -0
- package/dist/typescript-fetch/apis/UtilityControllerApi.ts +133 -0
- package/dist/typescript-fetch/apis/ValidationControllerApi.ts +61 -0
- package/dist/typescript-fetch/apis/VerificationControllerApi.ts +66 -0
- package/dist/typescript-fetch/apis/ViolationControllerApi.ts +272 -0
- package/dist/typescript-fetch/apis/ViolationPenaltyControllerApi.ts +187 -0
- package/dist/typescript-fetch/apis/WatchlistsControllerApi.ts +203 -0
- package/dist/typescript-fetch/apis/WebsocketMessageControllerApi.ts +74 -0
- package/dist/typescript-fetch/apis/WorkflowStateControllerApi.ts +67 -0
- package/dist/typescript-fetch/apis/index.ts +116 -0
- package/dist/typescript-fetch/index.ts +3 -0
- package/dist/typescript-fetch/models/AccountLevelFee.ts +217 -0
- package/dist/typescript-fetch/models/AccountLevelFeeRequest.ts +64 -0
- package/dist/typescript-fetch/models/AccountLevelFeeResponse.ts +76 -0
- package/dist/typescript-fetch/models/AccountLevelFeeToSave.ts +177 -0
- package/dist/typescript-fetch/models/Action.ts +81 -0
- package/dist/typescript-fetch/models/ActionByEntityModel.ts +241 -0
- package/dist/typescript-fetch/models/ActivityFeedModel.ts +127 -0
- package/dist/typescript-fetch/models/AddACHToStripeAccountRequest.ts +73 -0
- package/dist/typescript-fetch/models/AddActionToCaseRequest.ts +64 -0
- package/dist/typescript-fetch/models/AddActionToCaseResponse.ts +64 -0
- package/dist/typescript-fetch/models/AddCardToStripeAccountRequest.ts +81 -0
- package/dist/typescript-fetch/models/AddCardToStripeAccountResponse.ts +73 -0
- package/dist/typescript-fetch/models/AddCaseMessageResponse.ts +64 -0
- package/dist/typescript-fetch/models/AddCourtCoverageRequest.ts +169 -0
- package/dist/typescript-fetch/models/AddCourtRequest.ts +84 -0
- package/dist/typescript-fetch/models/AddCustomerLeadRequest.ts +64 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.ts +81 -0
- package/dist/typescript-fetch/models/AddInnerCourt.ts +135 -0
- package/dist/typescript-fetch/models/AddInnerCourtAddress.ts +112 -0
- package/dist/typescript-fetch/models/AddNewCaseMessageRequest.ts +64 -0
- package/dist/typescript-fetch/models/AddNoteToPhoneLeadRequest.ts +90 -0
- package/dist/typescript-fetch/models/AddPenaltyRequest.ts +64 -0
- package/dist/typescript-fetch/models/AddRedirectUrlRequest.ts +107 -0
- package/dist/typescript-fetch/models/AddReferralRequest.ts +84 -0
- package/dist/typescript-fetch/models/AddReviewRequest.ts +135 -0
- package/dist/typescript-fetch/models/AddViolationRequest.ts +161 -0
- package/dist/typescript-fetch/models/AddViolationResponse.ts +185 -0
- package/dist/typescript-fetch/models/AddViolationsToCitationRequest.ts +57 -0
- package/dist/typescript-fetch/models/AddressDomain.ts +242 -0
- package/dist/typescript-fetch/models/AddressDomainReq.ts +234 -0
- package/dist/typescript-fetch/models/AddressDomainRes.ts +242 -0
- package/dist/typescript-fetch/models/AddressEntity.ts +185 -0
- package/dist/typescript-fetch/models/Admin.ts +73 -0
- package/dist/typescript-fetch/models/AgentBookingStats.ts +185 -0
- package/dist/typescript-fetch/models/AgentBookingsSummary.ts +169 -0
- package/dist/typescript-fetch/models/AggregateBySource.ts +94 -0
- package/dist/typescript-fetch/models/AggregateQueryResults.ts +73 -0
- package/dist/typescript-fetch/models/AggregateRatingMetrics.ts +88 -0
- package/dist/typescript-fetch/models/AggregateReferralCredit.ts +73 -0
- package/dist/typescript-fetch/models/Aggregates.ts +128 -0
- package/dist/typescript-fetch/models/Alert.ts +116 -0
- package/dist/typescript-fetch/models/AlertNotificationResponse.ts +76 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.ts +105 -0
- package/dist/typescript-fetch/models/AppEventCreateRequest.ts +83 -0
- package/dist/typescript-fetch/models/AppearanceAttorneyDomain.ts +81 -0
- package/dist/typescript-fetch/models/AppleLoginRequest.ts +97 -0
- package/dist/typescript-fetch/models/AssignCitationOwnerRequest.ts +57 -0
- package/dist/typescript-fetch/models/Attachment.ts +65 -0
- package/dist/typescript-fetch/models/AuditLog.ts +98 -0
- package/dist/typescript-fetch/models/Author.ts +81 -0
- package/dist/typescript-fetch/models/AuthorModel.ts +102 -0
- package/dist/typescript-fetch/models/AuthorizeChargeForCasePaymentRequest.ts +65 -0
- package/dist/typescript-fetch/models/AuthorizeChargeForCasePaymentResponse.ts +64 -0
- package/dist/typescript-fetch/models/AvailablePaymentPlan.ts +83 -0
- package/dist/typescript-fetch/models/AvailableRegion.ts +65 -0
- package/dist/typescript-fetch/models/AwsCredentialsRequest.ts +65 -0
- package/dist/typescript-fetch/models/BackfillLawfirmTransactionRecordsRequest.ts +89 -0
- package/dist/typescript-fetch/models/BackfillLawfirmTransactionRecordsResponse.ts +57 -0
- package/dist/typescript-fetch/models/BalanceTransactionModel.ts +113 -0
- package/dist/typescript-fetch/models/BillingInvoiceModel.ts +109 -0
- package/dist/typescript-fetch/models/BillingPriceModel.ts +174 -0
- package/dist/typescript-fetch/models/BillingProductModel.ts +112 -0
- package/dist/typescript-fetch/models/BillingSubscriberAggregateModel.ts +73 -0
- package/dist/typescript-fetch/models/BillingSubscriberModel.ts +104 -0
- package/dist/typescript-fetch/models/BillingSubscriptionItemModel.ts +166 -0
- package/dist/typescript-fetch/models/BillingSubscriptionModel.ts +155 -0
- package/dist/typescript-fetch/models/BillingUpcomingInvoiceModel.ts +81 -0
- package/dist/typescript-fetch/models/BlogDocument.ts +80 -0
- package/dist/typescript-fetch/models/BlogEvent.ts +88 -0
- package/dist/typescript-fetch/models/BlogMetadata.ts +73 -0
- package/dist/typescript-fetch/models/Booking.ts +269 -0
- package/dist/typescript-fetch/models/BookingCancelation.ts +285 -0
- package/dist/typescript-fetch/models/CallContact.ts +280 -0
- package/dist/typescript-fetch/models/CancelBillingSubscriptionResponse.ts +104 -0
- package/dist/typescript-fetch/models/CancelCaseRequest.ts +125 -0
- package/dist/typescript-fetch/models/CancelationDetails.ts +88 -0
- package/dist/typescript-fetch/models/CancelationDetailsReq.ts +88 -0
- package/dist/typescript-fetch/models/CancelationDetailsRes.ts +88 -0
- package/dist/typescript-fetch/models/CancellationAggregates.ts +104 -0
- package/dist/typescript-fetch/models/CaptureChargeFromCasePaymentRequest.ts +65 -0
- package/dist/typescript-fetch/models/Case.ts +340 -0
- package/dist/typescript-fetch/models/CaseActionDomain.ts +163 -0
- package/dist/typescript-fetch/models/CaseActionRequestModel.ts +100 -0
- package/dist/typescript-fetch/models/CaseAlert.ts +124 -0
- package/dist/typescript-fetch/models/CaseBookingsStats.ts +120 -0
- package/dist/typescript-fetch/models/CaseChargeResponsePojo.ts +65 -0
- package/dist/typescript-fetch/models/CaseCounterOfferModel.ts +136 -0
- package/dist/typescript-fetch/models/CaseCounterOption.ts +65 -0
- package/dist/typescript-fetch/models/CaseCounterOptionModel.ts +74 -0
- package/dist/typescript-fetch/models/CaseCreationRequest.ts +97 -0
- package/dist/typescript-fetch/models/CaseDeclineCategory.ts +88 -0
- package/dist/typescript-fetch/models/CaseDeclineCategoryReasonsModel.ts +64 -0
- package/dist/typescript-fetch/models/CaseDeclineReason.ts +73 -0
- package/dist/typescript-fetch/models/CaseItem.ts +221 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.ts +250 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.ts +250 -0
- package/dist/typescript-fetch/models/CaseLineItemsSummary.ts +161 -0
- package/dist/typescript-fetch/models/CaseMessageDomain.ts +158 -0
- package/dist/typescript-fetch/models/CaseModel.ts +398 -0
- package/dist/typescript-fetch/models/CaseModelReq.ts +398 -0
- package/dist/typescript-fetch/models/CaseModelRes.ts +398 -0
- package/dist/typescript-fetch/models/CaseNotesDomain.ts +65 -0
- package/dist/typescript-fetch/models/CaseOutcomeModel.ts +140 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.ts +98 -0
- package/dist/typescript-fetch/models/CasePaymentDomain.ts +325 -0
- package/dist/typescript-fetch/models/CasePaymentModel.ts +88 -0
- package/dist/typescript-fetch/models/CaseStatusDetailsResponse.ts +127 -0
- package/dist/typescript-fetch/models/CaseStatusDomain.ts +175 -0
- package/dist/typescript-fetch/models/CaseSummaryDomain.ts +218 -0
- package/dist/typescript-fetch/models/CaseTransferHistory.ts +152 -0
- package/dist/typescript-fetch/models/CaseTransferResponse.ts +64 -0
- package/dist/typescript-fetch/models/CaseUserDefendantAttributes.ts +89 -0
- package/dist/typescript-fetch/models/CaseUserDefendantAttributesRequest.ts +89 -0
- package/dist/typescript-fetch/models/CaseUserDetailsModel.ts +138 -0
- package/dist/typescript-fetch/models/CaseUserPermissionAttributes.ts +57 -0
- package/dist/typescript-fetch/models/CaseViolationPenalty.ts +95 -0
- package/dist/typescript-fetch/models/CaseWithCoverageObtained.ts +212 -0
- package/dist/typescript-fetch/models/ChangeUserPasswordRequest.ts +73 -0
- package/dist/typescript-fetch/models/ChargeFeeToLawfirmRequest.ts +157 -0
- package/dist/typescript-fetch/models/ChargeFeeToLawfirmResponse.ts +57 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.ts +243 -0
- package/dist/typescript-fetch/models/CitationAuditLog.ts +113 -0
- package/dist/typescript-fetch/models/CitationInputRequest.ts +271 -0
- package/dist/typescript-fetch/models/CitationIssueDate.ts +57 -0
- package/dist/typescript-fetch/models/CitationModel.ts +399 -0
- package/dist/typescript-fetch/models/CitationModelReq.ts +399 -0
- package/dist/typescript-fetch/models/CitationModelRes.ts +399 -0
- package/dist/typescript-fetch/models/CitationViolationModel.ts +161 -0
- package/dist/typescript-fetch/models/CitationWithMissingCourt.ts +146 -0
- package/dist/typescript-fetch/models/CitationWithMissingFields.ts +364 -0
- package/dist/typescript-fetch/models/CitationsResponseModel.ts +444 -0
- package/dist/typescript-fetch/models/ClientActionRequiredRequest.ts +83 -0
- package/dist/typescript-fetch/models/ClientConfirmedUnpaidCase.ts +137 -0
- package/dist/typescript-fetch/models/ClientLeadDomain.ts +120 -0
- package/dist/typescript-fetch/models/CoachingCardCategoriesModel.ts +88 -0
- package/dist/typescript-fetch/models/CoachingCardSubcategoriesModel.ts +73 -0
- package/dist/typescript-fetch/models/CoachingCardUsersModel.ts +148 -0
- package/dist/typescript-fetch/models/CoachingCardsModel.ts +141 -0
- package/dist/typescript-fetch/models/CoachingLinks.ts +57 -0
- package/dist/typescript-fetch/models/CommonHeader.ts +89 -0
- package/dist/typescript-fetch/models/ConfidenceField.ts +65 -0
- package/dist/typescript-fetch/models/Contact.ts +73 -0
- package/dist/typescript-fetch/models/ContactList.ts +72 -0
- package/dist/typescript-fetch/models/ContactTimelineResponse.ts +84 -0
- package/dist/typescript-fetch/models/ConvertPdfToImageModel.ts +82 -0
- package/dist/typescript-fetch/models/ConvertPdfToImageRequest.ts +80 -0
- package/dist/typescript-fetch/models/ConvertPdfToImageResponse.ts +88 -0
- package/dist/typescript-fetch/models/CounterOption.ts +74 -0
- package/dist/typescript-fetch/models/CountryDomain.ts +65 -0
- package/dist/typescript-fetch/models/CountryRegion.ts +89 -0
- package/dist/typescript-fetch/models/CountyDomain.ts +131 -0
- package/dist/typescript-fetch/models/CountyEntity.ts +131 -0
- package/dist/typescript-fetch/models/CourtCoverageCountyRecord.ts +121 -0
- package/dist/typescript-fetch/models/CourtCoverageRecord.ts +145 -0
- package/dist/typescript-fetch/models/CourtCoverageStateRecord.ts +113 -0
- package/dist/typescript-fetch/models/CourtDomain.ts +191 -0
- package/dist/typescript-fetch/models/CourtDomainReq.ts +191 -0
- package/dist/typescript-fetch/models/CourtDomainRes.ts +191 -0
- package/dist/typescript-fetch/models/CourtEntity.ts +163 -0
- package/dist/typescript-fetch/models/CourtInputRequest.ts +57 -0
- package/dist/typescript-fetch/models/CourtName.ts +81 -0
- package/dist/typescript-fetch/models/CourtResponseModel.ts +155 -0
- package/dist/typescript-fetch/models/CoverageToRemove.ts +145 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionItemModel.ts +166 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.ts +96 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionResponse.ts +103 -0
- package/dist/typescript-fetch/models/CreateBranchLinkRequest.ts +121 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.ts +191 -0
- package/dist/typescript-fetch/models/CreateCitationResponse.ts +64 -0
- package/dist/typescript-fetch/models/CreateConnectAccountLinkRequest.ts +73 -0
- package/dist/typescript-fetch/models/CreateConnectAccountLinkResponse.ts +64 -0
- package/dist/typescript-fetch/models/CreateLawfirmModel.ts +221 -0
- package/dist/typescript-fetch/models/CreateNewLawfirmRequest.ts +100 -0
- package/dist/typescript-fetch/models/CreateNoteInput.ts +84 -0
- package/dist/typescript-fetch/models/CreateNoteRequest.ts +64 -0
- package/dist/typescript-fetch/models/CreateNoteResponse.ts +64 -0
- package/dist/typescript-fetch/models/CreateReferralCodeRequest.ts +148 -0
- package/dist/typescript-fetch/models/CreateReferralCodeResponse.ts +57 -0
- package/dist/typescript-fetch/models/CreateReferralSourceForCitation.ts +57 -0
- package/dist/typescript-fetch/models/CreateStripeConnectAccountRequest.ts +74 -0
- package/dist/typescript-fetch/models/CreateStripeConnectAccountResponse.ts +76 -0
- package/dist/typescript-fetch/models/Cursor.ts +65 -0
- package/dist/typescript-fetch/models/CursorModel.ts +65 -0
- package/dist/typescript-fetch/models/CustomerLead.ts +218 -0
- package/dist/typescript-fetch/models/CustomerOverduePayment.ts +113 -0
- package/dist/typescript-fetch/models/CustomerReview.ts +266 -0
- package/dist/typescript-fetch/models/CustomerServiceAgentBookingDomain.ts +116 -0
- package/dist/typescript-fetch/models/CustomerServiceAgentDomain.ts +105 -0
- package/dist/typescript-fetch/models/DashboardAddressModel.ts +89 -0
- package/dist/typescript-fetch/models/DashboardAuthorModel.ts +73 -0
- package/dist/typescript-fetch/models/DashboardCaseModel.ts +200 -0
- package/dist/typescript-fetch/models/DashboardCitationModel.ts +154 -0
- package/dist/typescript-fetch/models/DashboardCourtModel.ts +72 -0
- package/dist/typescript-fetch/models/DashboardStatusModel.ts +135 -0
- package/dist/typescript-fetch/models/DeclineCaseCounterRequest.ts +65 -0
- package/dist/typescript-fetch/models/DeclineCategory.ts +73 -0
- package/dist/typescript-fetch/models/DeclineReason.ts +73 -0
- package/dist/typescript-fetch/models/DefaultClassModel.ts +129 -0
- package/dist/typescript-fetch/models/DeleteCitationResponse.ts +64 -0
- package/dist/typescript-fetch/models/DeleteLawyerLicenseRequest.ts +57 -0
- package/dist/typescript-fetch/models/DeleteNotificationByPagesRequest.ts +70 -0
- package/dist/typescript-fetch/models/DeleteNotificationEventRequest.ts +78 -0
- package/dist/typescript-fetch/models/DirectMailContact.ts +151 -0
- package/dist/typescript-fetch/models/DirectMailContactResponse.ts +64 -0
- package/dist/typescript-fetch/models/DirectMailGetRequest.ts +72 -0
- package/dist/typescript-fetch/models/DirectMailSendRequest.ts +98 -0
- package/dist/typescript-fetch/models/DirectMailTemplate.ts +107 -0
- package/dist/typescript-fetch/models/DirectMailTemplateResponse.ts +64 -0
- package/dist/typescript-fetch/models/DirectMailTemplateToAdd.ts +107 -0
- package/dist/typescript-fetch/models/DismissCitationsFromContactListRequest.ts +57 -0
- package/dist/typescript-fetch/models/DismissPhoneLeadRequest.ts +82 -0
- package/dist/typescript-fetch/models/DocumentDecisionRequest.ts +65 -0
- package/dist/typescript-fetch/models/DripRemoveRequest.ts +90 -0
- package/dist/typescript-fetch/models/DripWebhookData.ts +80 -0
- package/dist/typescript-fetch/models/DripWebhookEvent.ts +80 -0
- package/dist/typescript-fetch/models/DriverLicenseModel.ts +236 -0
- package/dist/typescript-fetch/models/Duration.ts +96 -0
- package/dist/typescript-fetch/models/EditConversationMessageRequest.ts +57 -0
- package/dist/typescript-fetch/models/EditCustomerReviewRequest.ts +99 -0
- package/dist/typescript-fetch/models/EnableViolationModel.ts +137 -0
- package/dist/typescript-fetch/models/EnableViolationResponseModel.ts +57 -0
- package/dist/typescript-fetch/models/EnableViolationsForLawfirmRequest.ts +64 -0
- package/dist/typescript-fetch/models/EnableViolationsForLawfirmResponse.ts +64 -0
- package/dist/typescript-fetch/models/EstimateInsuranceSavingsRequest.ts +139 -0
- package/dist/typescript-fetch/models/EstimateInsuranceSavingsResponse.ts +73 -0
- package/dist/typescript-fetch/models/ExistingAccountDetails.ts +121 -0
- package/dist/typescript-fetch/models/ExternalContentVote.ts +66 -0
- package/dist/typescript-fetch/models/ExternalTicketCourt.ts +81 -0
- package/dist/typescript-fetch/models/FeedbackAttachmentModel.ts +65 -0
- package/dist/typescript-fetch/models/FeedbackDomain.ts +129 -0
- package/dist/typescript-fetch/models/FinancialTransaction.ts +210 -0
- package/dist/typescript-fetch/models/FindChargeDisputesResponse.ts +64 -0
- package/dist/typescript-fetch/models/FindCourtsWithNoCoverageResponse.ts +72 -0
- package/dist/typescript-fetch/models/FindDisputesRequest.ts +65 -0
- package/dist/typescript-fetch/models/FindMatchingUser.ts +198 -0
- package/dist/typescript-fetch/models/FindMatchingUsersRequest.ts +89 -0
- package/dist/typescript-fetch/models/FindMatchingUsersResponse.ts +64 -0
- package/dist/typescript-fetch/models/FindsCourtsResponse.ts +72 -0
- package/dist/typescript-fetch/models/FineInformation.ts +137 -0
- package/dist/typescript-fetch/models/FirstContactReply.ts +73 -0
- package/dist/typescript-fetch/models/ForwardMessageRequest.ts +72 -0
- package/dist/typescript-fetch/models/FreshDeskConversation.ts +97 -0
- package/dist/typescript-fetch/models/FreshDeskRequester.ts +65 -0
- package/dist/typescript-fetch/models/FreshDeskTicket.ts +390 -0
- package/dist/typescript-fetch/models/FreshDeskTicketReq.ts +398 -0
- package/dist/typescript-fetch/models/FreshDeskTicketRes.ts +390 -0
- package/dist/typescript-fetch/models/FreshdeskAttachment.ts +112 -0
- package/dist/typescript-fetch/models/FreshdeskAttachmentReq.ts +112 -0
- package/dist/typescript-fetch/models/FreshdeskAttachmentRes.ts +112 -0
- package/dist/typescript-fetch/models/FreshdeskTicketReferenceDomain.ts +107 -0
- package/dist/typescript-fetch/models/FreshdeskWebhookRequest.ts +121 -0
- package/dist/typescript-fetch/models/GenerateTemplateRequest.ts +133 -0
- package/dist/typescript-fetch/models/GenericAdminListRequest.ts +57 -0
- package/dist/typescript-fetch/models/GeoRatesRequest.d.ts +12 -0
- package/dist/typescript-fetch/models/GeoRatesRequest.js +4 -0
- package/dist/typescript-fetch/models/GeoRatesRequest.ts +128 -0
- package/dist/typescript-fetch/models/GetActivityFeedResponse.ts +76 -0
- package/dist/typescript-fetch/models/GetAddressInnerResponse.ts +105 -0
- package/dist/typescript-fetch/models/GetAnonymousTicketUploads.ts +64 -0
- package/dist/typescript-fetch/models/GetAppConfigResponse.ts +65 -0
- package/dist/typescript-fetch/models/GetAppearanceAttorneysResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetAvailablePaymentPlansResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetBookingsRequest.ts +73 -0
- package/dist/typescript-fetch/models/GetBookingsResponse.ts +108 -0
- package/dist/typescript-fetch/models/GetCaseActionResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseActionTimelineResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCaseActionTypesResponse.ts +84 -0
- package/dist/typescript-fetch/models/GetCaseCounterOptionsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseDeclineReasonTypesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseDocumentResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseFromCitationResponse.ts +80 -0
- package/dist/typescript-fetch/models/GetCaseMessagesResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCaseNotesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCasePaymentsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseResolutionStatusesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCaseResponse.ts +92 -0
- package/dist/typescript-fetch/models/GetCaseUserModel.ts +222 -0
- package/dist/typescript-fetch/models/GetCaseUsersResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCasesWithCoverageObtainedResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCasesWithOverduePaymentsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.ts +73 -0
- package/dist/typescript-fetch/models/GetCitationAuditLogsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCitationPhoneLeadsRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetCitationPhoneLeadsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCitationResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCitationsWithMissingFieldsRequest.ts +280 -0
- package/dist/typescript-fetch/models/GetCitationsWithMissingFieldsResponse.ts +88 -0
- package/dist/typescript-fetch/models/GetClientCasesResponse.ts +100 -0
- package/dist/typescript-fetch/models/GetClientConfirmedUnpaidCasesResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCoachingCardCategoriesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCompetitionResponseModel.ts +81 -0
- package/dist/typescript-fetch/models/GetCounterOfferResponse.ts +160 -0
- package/dist/typescript-fetch/models/GetCountiesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCountryListResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCountryRegionsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCourtCoverageForCountyReportResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCourtCoverageForStateReportResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCourtCoverageReportResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCourtResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetCourtsByQueryResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetCourtsInnerResponse.ts +96 -0
- package/dist/typescript-fetch/models/GetCurrentUserResponse.ts +104 -0
- package/dist/typescript-fetch/models/GetCustomerServiceAgentsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetDeclinedCasesRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetDeclinedCasesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetDocumentsRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetDriverLicensesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetEmailTemplateResponse.ts +65 -0
- package/dist/typescript-fetch/models/GetEmployeeModel.ts +120 -0
- package/dist/typescript-fetch/models/GetExternalTicketInputParamsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetHouseHoldMateModel.ts +134 -0
- package/dist/typescript-fetch/models/GetHouseholdMatesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetInvalidCasesWithStripeChargeResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetInviteByTokenResponse.ts +166 -0
- package/dist/typescript-fetch/models/GetLastLoginResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmAddressesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.ts +81 -0
- package/dist/typescript-fetch/models/GetLawfirmCoverageReportResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetLawfirmCoverageResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmFeeCoverageModel.ts +137 -0
- package/dist/typescript-fetch/models/GetLawfirmFeeCoverageResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmFeeModel.ts +208 -0
- package/dist/typescript-fetch/models/GetLawfirmFeesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmFinancialTransactionsResponse.ts +136 -0
- package/dist/typescript-fetch/models/GetLawfirmInboxMessagesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmJobTitleResponse.ts +77 -0
- package/dist/typescript-fetch/models/GetLawfirmLawyersResponse.ts +76 -0
- package/dist/typescript-fetch/models/GetLawfirmLeadsRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetLawfirmLeadsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.ts +373 -0
- package/dist/typescript-fetch/models/GetLawfirmPaymentMethodsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetLawfirmPayoutReversalsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmPayoutsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmSettingsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmSummaryCaseRequest.ts +202 -0
- package/dist/typescript-fetch/models/GetLawfirmSummaryCasesResponse.ts +120 -0
- package/dist/typescript-fetch/models/GetLawfirmSupportedStatesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLawfirmTransactionsForCaseResponse.ts +116 -0
- package/dist/typescript-fetch/models/GetLawfirmsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetLawyerResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.ts +82 -0
- package/dist/typescript-fetch/models/GetLineItemsResponse.ts +76 -0
- package/dist/typescript-fetch/models/GetListOfCitationsWithMissingCourtResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetLocationResponse.ts +89 -0
- package/dist/typescript-fetch/models/GetLostCasesWithTransferNotReversedRequest.ts +80 -0
- package/dist/typescript-fetch/models/GetLostCasesWithTransferNotReversedResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetMessagesByEntityResponse.ts +92 -0
- package/dist/typescript-fetch/models/GetNoViolationCitationsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetOutgoingContactsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetOverduePaymentsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetPaymentMethodsForUserResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetPaymentModelTypesResponse.ts +67 -0
- package/dist/typescript-fetch/models/GetPenaltyType.ts +87 -0
- package/dist/typescript-fetch/models/GetPenaltyTypesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetPendingCasesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetPendingTicketReviewsRequest.ts +80 -0
- package/dist/typescript-fetch/models/GetPendingTicketReviewsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetPotentialCustomersRequest.ts +81 -0
- package/dist/typescript-fetch/models/GetPotentialCustomersResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetRedirectUrlResponse.ts +81 -0
- package/dist/typescript-fetch/models/GetReferralCodeResponse.ts +155 -0
- package/dist/typescript-fetch/models/GetReferralCodesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetReferralsHistoryResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetRegionsWithViolationsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetStripeChargeResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetStripeChargesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetStripeConnectedAccountsResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.ts +76 -0
- package/dist/typescript-fetch/models/GetTicketReviewResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetTrafficViolationModel.ts +232 -0
- package/dist/typescript-fetch/models/GetTrafficViolationTypesResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetUserAddressesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetUserByEmailRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.ts +65 -0
- package/dist/typescript-fetch/models/GetUserCasesResponse.ts +92 -0
- package/dist/typescript-fetch/models/GetUserDetailsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetUserRefLinksResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetUserReferralSourceTypesResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.ts +105 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.ts +76 -0
- package/dist/typescript-fetch/models/GetUserResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetUserSettingsRequest.ts +57 -0
- package/dist/typescript-fetch/models/GetUserSettingsResponse.ts +72 -0
- package/dist/typescript-fetch/models/GetUserStripeAccountResponse.ts +64 -0
- package/dist/typescript-fetch/models/GetWorkflowStateResponse.ts +72 -0
- package/dist/typescript-fetch/models/GhostUser.ts +194 -0
- package/dist/typescript-fetch/models/GhostUserResponse.ts +143 -0
- package/dist/typescript-fetch/models/GoogleLoginRequest.ts +81 -0
- package/dist/typescript-fetch/models/GptFunctionModel.ts +420 -0
- package/dist/typescript-fetch/models/GraphRequest.ts +133 -0
- package/dist/typescript-fetch/models/HandleOrphanedStripeChargeRequest.ts +65 -0
- package/dist/typescript-fetch/models/HandleOrphanedStripeChargeResponse.ts +73 -0
- package/dist/typescript-fetch/models/IncomingEmail.ts +116 -0
- package/dist/typescript-fetch/models/IncomingEmailModels.ts +80 -0
- package/dist/typescript-fetch/models/IncomingEmailRequest.ts +96 -0
- package/dist/typescript-fetch/models/IncomingHeader.ts +65 -0
- package/dist/typescript-fetch/models/InitiateCaseAndChargeCustomerRequest.ts +75 -0
- package/dist/typescript-fetch/models/InitiateCaseAndChargeCustomerResponse.ts +65 -0
- package/dist/typescript-fetch/models/InitiateCaseCounterRequest.ts +80 -0
- package/dist/typescript-fetch/models/InitiateCaseCounterResponse.ts +144 -0
- package/dist/typescript-fetch/models/InsertCaseLineItemResponse.ts +57 -0
- package/dist/typescript-fetch/models/InsertInvoiceLineItemRequest.ts +64 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.ts +296 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.ts +224 -0
- package/dist/typescript-fetch/models/IntercomNext.ts +65 -0
- package/dist/typescript-fetch/models/IntercomPages.ts +96 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.ts +84 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.ts +72 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.ts +65 -0
- package/dist/typescript-fetch/models/InviteHouseholdMateRequest.ts +85 -0
- package/dist/typescript-fetch/models/InviteLawyerToLawfirmRequest.ts +90 -0
- package/dist/typescript-fetch/models/IsRefundEligibleResponse.ts +74 -0
- package/dist/typescript-fetch/models/IsUserLoggedInResponse.ts +65 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.ts +94 -0
- package/dist/typescript-fetch/models/Lawfirm.ts +163 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.ts +243 -0
- package/dist/typescript-fetch/models/LawfirmBankPayoutModel.ts +253 -0
- package/dist/typescript-fetch/models/LawfirmBookingSummary.ts +163 -0
- package/dist/typescript-fetch/models/LawfirmCaseDocument.ts +117 -0
- package/dist/typescript-fetch/models/LawfirmCaseModel.ts +219 -0
- package/dist/typescript-fetch/models/LawfirmCaseModelReq.ts +219 -0
- package/dist/typescript-fetch/models/LawfirmCaseModelRes.ts +219 -0
- package/dist/typescript-fetch/models/LawfirmCourtCoverageDomain.ts +184 -0
- package/dist/typescript-fetch/models/LawfirmCoverageRecord.ts +144 -0
- package/dist/typescript-fetch/models/LawfirmDocument.ts +117 -0
- package/dist/typescript-fetch/models/LawfirmDocumentResponse.ts +64 -0
- package/dist/typescript-fetch/models/LawfirmDocumentTemplate.ts +109 -0
- package/dist/typescript-fetch/models/LawfirmDocumentTemplateResponse.ts +64 -0
- package/dist/typescript-fetch/models/LawfirmFeeDomain.ts +232 -0
- package/dist/typescript-fetch/models/LawfirmInboxMessageDomain.ts +327 -0
- package/dist/typescript-fetch/models/LawfirmItem.ts +147 -0
- package/dist/typescript-fetch/models/LawfirmLeadDomain.ts +312 -0
- package/dist/typescript-fetch/models/LawfirmPayoutDomain.ts +196 -0
- package/dist/typescript-fetch/models/LawfirmPictureRequest.ts +73 -0
- package/dist/typescript-fetch/models/LawfirmRatesResponse.ts +223 -0
- package/dist/typescript-fetch/models/LawfirmRedirectModel.ts +83 -0
- package/dist/typescript-fetch/models/LawfirmSettingsDomain.ts +201 -0
- package/dist/typescript-fetch/models/LawfirmSettingsDomainReq.ts +201 -0
- package/dist/typescript-fetch/models/LawfirmSettingsDomainRes.ts +201 -0
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.ts +204 -0
- package/dist/typescript-fetch/models/LawfirmVacationRequest.ts +81 -0
- package/dist/typescript-fetch/models/LawfirmsRatesResponse.ts +64 -0
- package/dist/typescript-fetch/models/LawyerInviteByTokenModel.ts +73 -0
- package/dist/typescript-fetch/models/LawyerInviteModel.ts +119 -0
- package/dist/typescript-fetch/models/LawyerLicenseModel.ts +146 -0
- package/dist/typescript-fetch/models/LawyerModel.ts +240 -0
- package/dist/typescript-fetch/models/LegalServiceModel.ts +216 -0
- package/dist/typescript-fetch/models/LetterOfEngagement.ts +73 -0
- package/dist/typescript-fetch/models/LineItem.ts +98 -0
- package/dist/typescript-fetch/models/LineItemModel.ts +123 -0
- package/dist/typescript-fetch/models/LineItemRequest.ts +147 -0
- package/dist/typescript-fetch/models/LinkedObjects.ts +65 -0
- package/dist/typescript-fetch/models/ListAgentBookingsResponse.ts +88 -0
- package/dist/typescript-fetch/models/ListBillingProductsResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListBillingSubscribersResponse.ts +84 -0
- package/dist/typescript-fetch/models/ListBillingSubscriptionModel.ts +131 -0
- package/dist/typescript-fetch/models/ListBillingSubscriptionsResponse.ts +72 -0
- package/dist/typescript-fetch/models/ListCaseBookingsRequest.ts +293 -0
- package/dist/typescript-fetch/models/ListCaseBookingsResponse.ts +104 -0
- package/dist/typescript-fetch/models/ListCaseCancellationsRequest.ts +81 -0
- package/dist/typescript-fetch/models/ListCaseCancellationsResponse.ts +76 -0
- package/dist/typescript-fetch/models/ListCaseOutcomesResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListCitationAuditEventsResponse.ts +84 -0
- package/dist/typescript-fetch/models/ListCitationsRequest.ts +279 -0
- package/dist/typescript-fetch/models/ListCitationsResponse.ts +80 -0
- package/dist/typescript-fetch/models/ListContactTimelineResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListCostItemsForCustomerResponse.ts +100 -0
- package/dist/typescript-fetch/models/ListDashboardCasesResponse.ts +72 -0
- package/dist/typescript-fetch/models/ListEligibleStatusResponse.ts +101 -0
- package/dist/typescript-fetch/models/ListEmployeesResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListLawfirmAuditEventsByCursorResponse.ts +84 -0
- package/dist/typescript-fetch/models/ListLawfirmBankPayoutsResponse.ts +80 -0
- package/dist/typescript-fetch/models/ListLawfirmStorefrontsResponse.ts +80 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.ts +126 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeTypeModel.ts +86 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargesResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListLawfirmsEngagedRequest.ts +81 -0
- package/dist/typescript-fetch/models/ListLawfirmsEngagedResponse.ts +76 -0
- package/dist/typescript-fetch/models/ListNotesResponse.ts +96 -0
- package/dist/typescript-fetch/models/ListPhoneCallsCountModel.ts +65 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.ts +232 -0
- package/dist/typescript-fetch/models/ListPhoneCallsResponse.ts +76 -0
- package/dist/typescript-fetch/models/ListReferralsResponse.ts +76 -0
- package/dist/typescript-fetch/models/ListReviewsResponse.ts +88 -0
- package/dist/typescript-fetch/models/ListSubscriptionInvoicesResponse.ts +64 -0
- package/dist/typescript-fetch/models/ListUserAuditEventsByCursorResponse.ts +84 -0
- package/dist/typescript-fetch/models/ListUserAuditEventsCursorModel.ts +57 -0
- package/dist/typescript-fetch/models/ListUserCoachingCardsResponse.ts +72 -0
- package/dist/typescript-fetch/models/ListUserWatchlistsResponse.ts +72 -0
- package/dist/typescript-fetch/models/ListViolationClassificationResponse.ts +64 -0
- package/dist/typescript-fetch/models/LobEvent.ts +73 -0
- package/dist/typescript-fetch/models/LobEventRequest.ts +88 -0
- package/dist/typescript-fetch/models/LobMailingAddress.ts +97 -0
- package/dist/typescript-fetch/models/LocalTime.ts +81 -0
- package/dist/typescript-fetch/models/LookupParamValue.ts +103 -0
- package/dist/typescript-fetch/models/LostCaseWithTransferNotReversed.ts +218 -0
- package/dist/typescript-fetch/models/MarkActionAsDeletedResponse.ts +64 -0
- package/dist/typescript-fetch/models/MarkCaseAsResolvedRequest.ts +141 -0
- package/dist/typescript-fetch/models/MarkCaseAsResolvedResponse.ts +151 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.ts +123 -0
- package/dist/typescript-fetch/models/MatchCaseResponse.ts +80 -0
- package/dist/typescript-fetch/models/MatchCaseViolationPenaltyModel.ts +95 -0
- package/dist/typescript-fetch/models/MatchCitationModel.ts +234 -0
- package/dist/typescript-fetch/models/MatchCitationResponse.ts +160 -0
- package/dist/typescript-fetch/models/MatchInnerCaseModel.ts +242 -0
- package/dist/typescript-fetch/models/MatchInnerCaseResponse.ts +165 -0
- package/dist/typescript-fetch/models/MatchLawfirmCaseResponse.ts +89 -0
- package/dist/typescript-fetch/models/MatchLegalServiceModel.ts +216 -0
- package/dist/typescript-fetch/models/MatchLegalServicesRequest.ts +144 -0
- package/dist/typescript-fetch/models/MatchLegalServicesResponse.ts +72 -0
- package/dist/typescript-fetch/models/MatchingFieldValue.ts +75 -0
- package/dist/typescript-fetch/models/MediaItemModel.ts +106 -0
- package/dist/typescript-fetch/models/MergeStatusReport.ts +76 -0
- package/dist/typescript-fetch/models/MergeTableChange.ts +57 -0
- package/dist/typescript-fetch/models/MergeTableRecord.ts +65 -0
- package/dist/typescript-fetch/models/MergeTicketResponse.ts +73 -0
- package/dist/typescript-fetch/models/MergeUserRequest.ts +73 -0
- package/dist/typescript-fetch/models/MergeUserResponse.ts +64 -0
- package/dist/typescript-fetch/models/MessageByEntityModel.ts +231 -0
- package/dist/typescript-fetch/models/MessageInputModel.ts +102 -0
- package/dist/typescript-fetch/models/MissingLawfirmPayoutResult.ts +246 -0
- package/dist/typescript-fetch/models/MissingPaymentDomain.ts +247 -0
- package/dist/typescript-fetch/models/NewUser.ts +142 -0
- package/dist/typescript-fetch/models/NewUserResponse.ts +97 -0
- package/dist/typescript-fetch/models/NoLawyerAvailableRequest.ts +65 -0
- package/dist/typescript-fetch/models/NoViolationCitation.ts +164 -0
- package/dist/typescript-fetch/models/NoteAuthor.ts +73 -0
- package/dist/typescript-fetch/models/NoteEntity.ts +135 -0
- package/dist/typescript-fetch/models/NoteModel.ts +135 -0
- package/dist/typescript-fetch/models/NotificationEvent.ts +97 -0
- package/dist/typescript-fetch/models/NotificationEvents.ts +72 -0
- package/dist/typescript-fetch/models/OCRCourtModel.ts +113 -0
- package/dist/typescript-fetch/models/OCRPredictionCaseResponse.ts +452 -0
- package/dist/typescript-fetch/models/OCRViolationModel.ts +169 -0
- package/dist/typescript-fetch/models/OtherCase.ts +97 -0
- package/dist/typescript-fetch/models/OutgoingContactDomain.ts +153 -0
- package/dist/typescript-fetch/models/PaymentPlanTypeModel.ts +75 -0
- package/dist/typescript-fetch/models/PaymentPlanTypeModelReq.ts +75 -0
- package/dist/typescript-fetch/models/PaymentPlanTypeModelRes.ts +75 -0
- package/dist/typescript-fetch/models/Penalty.ts +127 -0
- package/dist/typescript-fetch/models/PenaltyModel.ts +119 -0
- package/dist/typescript-fetch/models/PenaltyRequest.ts +65 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.ts +130 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.ts +163 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.ts +163 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.ts +163 -0
- package/dist/typescript-fetch/models/PostCourtCoverageRequest.ts +64 -0
- package/dist/typescript-fetch/models/PostFeedbackRequest.ts +64 -0
- package/dist/typescript-fetch/models/PotentialCustomerDomain.ts +361 -0
- package/dist/typescript-fetch/models/PredictCitationRequest.ts +73 -0
- package/dist/typescript-fetch/models/PredictCitationResponse.ts +64 -0
- package/dist/typescript-fetch/models/PredictCitationTextRequest.ts +73 -0
- package/dist/typescript-fetch/models/PredictImageClassificationRequest.ts +65 -0
- package/dist/typescript-fetch/models/PredictImageClassificationResponse.ts +103 -0
- package/dist/typescript-fetch/models/PredictRichCitationResponse.ts +64 -0
- package/dist/typescript-fetch/models/PreviewDocumentRequest.ts +73 -0
- package/dist/typescript-fetch/models/PriceMatchRequest.ts +105 -0
- package/dist/typescript-fetch/models/PriceMatchResponse.ts +91 -0
- package/dist/typescript-fetch/models/PublishReferralContactsResponse.ts +64 -0
- package/dist/typescript-fetch/models/PublishReferralRequest.ts +72 -0
- package/dist/typescript-fetch/models/PureDate.ts +57 -0
- package/dist/typescript-fetch/models/PushNotificationRegistrationRequest.ts +75 -0
- package/dist/typescript-fetch/models/PushNotificationRequest.ts +103 -0
- package/dist/typescript-fetch/models/PutDocumentRequest.ts +93 -0
- package/dist/typescript-fetch/models/ReferralContact.ts +73 -0
- package/dist/typescript-fetch/models/ReferralContactStatus.ts +83 -0
- package/dist/typescript-fetch/models/ReferralResponse.ts +227 -0
- package/dist/typescript-fetch/models/ReferralResponseByUser.ts +93 -0
- package/dist/typescript-fetch/models/RefundCasePaymentRequest.ts +101 -0
- package/dist/typescript-fetch/models/RefundLawfirmFeeRequest.ts +109 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.ts +93 -0
- package/dist/typescript-fetch/models/RegisterGhostUserResponse.ts +64 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.ts +201 -0
- package/dist/typescript-fetch/models/RegisterNewUserResponse.ts +88 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.ts +248 -0
- package/dist/typescript-fetch/models/RemoveCoverageRequest.ts +64 -0
- package/dist/typescript-fetch/models/RemoveLawfirmSurchargeRequest.ts +57 -0
- package/dist/typescript-fetch/models/ReplyToReviewRequest.ts +65 -0
- package/dist/typescript-fetch/models/ReplyToTicketRequest.ts +84 -0
- package/dist/typescript-fetch/models/RescheduleTaskRequest.ts +57 -0
- package/dist/typescript-fetch/models/ResetFeeForLawfirmModel.ts +57 -0
- package/dist/typescript-fetch/models/ResetFeesForLawfirmRequest.ts +64 -0
- package/dist/typescript-fetch/models/ResetFeesForLawfirmResponse.ts +64 -0
- package/dist/typescript-fetch/models/ResetUserPasswordRequest.ts +65 -0
- package/dist/typescript-fetch/models/ResetViolationModel.ts +137 -0
- package/dist/typescript-fetch/models/Results.ts +57 -0
- package/dist/typescript-fetch/models/ReverseLawfirmPayoutRequest.ts +93 -0
- package/dist/typescript-fetch/models/ReviewCommentModel.ts +97 -0
- package/dist/typescript-fetch/models/ReviewRatingModel.ts +73 -0
- package/dist/typescript-fetch/models/ReviewVoteAggregateModel.ts +65 -0
- package/dist/typescript-fetch/models/RichCitationInferenceResponse.ts +257 -0
- package/dist/typescript-fetch/models/SNSNotificationRequest.ts +81 -0
- package/dist/typescript-fetch/models/SSLCertificateResponse.ts +57 -0
- package/dist/typescript-fetch/models/SaveAgentBookingRequest.ts +97 -0
- package/dist/typescript-fetch/models/SaveAgentBookingResponse.ts +64 -0
- package/dist/typescript-fetch/models/SaveCaseNotesRequest.ts +64 -0
- package/dist/typescript-fetch/models/SaveCaseUserRequest.ts +154 -0
- package/dist/typescript-fetch/models/SaveCoachingCardRequest.ts +117 -0
- package/dist/typescript-fetch/models/SaveCoachingCardUserRequest.ts +156 -0
- package/dist/typescript-fetch/models/SaveDriverLicensePictureRequest.ts +81 -0
- package/dist/typescript-fetch/models/SaveDriverLicensePictureResponse.ts +64 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.ts +209 -0
- package/dist/typescript-fetch/models/SaveExternalContentVoteRequest.ts +104 -0
- package/dist/typescript-fetch/models/SaveItemToWatchlistRequest.ts +101 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.ts +147 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargesRequest.ts +64 -0
- package/dist/typescript-fetch/models/SaveLawyerLeadRequest.ts +134 -0
- package/dist/typescript-fetch/models/SaveLawyerLicenseModel.ts +146 -0
- package/dist/typescript-fetch/models/SaveLawyerLicensesRequest.ts +64 -0
- package/dist/typescript-fetch/models/SaveLawyerRequest.ts +125 -0
- package/dist/typescript-fetch/models/SaveNotesRequest.ts +92 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.ts +78 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.ts +64 -0
- package/dist/typescript-fetch/models/SaveUserWatchlistsRequest.ts +88 -0
- package/dist/typescript-fetch/models/ScheduleNewPaymentRequest.ts +158 -0
- package/dist/typescript-fetch/models/ScheduledTaskGetResponse.ts +64 -0
- package/dist/typescript-fetch/models/ScheduledTaskResponse.ts +129 -0
- package/dist/typescript-fetch/models/SearchNotesResponse.ts +64 -0
- package/dist/typescript-fetch/models/SendBookingReceiptRequest.ts +65 -0
- package/dist/typescript-fetch/models/SendConsolidatedEmailToUser.ts +133 -0
- package/dist/typescript-fetch/models/SendDirectCheckResponse.ts +97 -0
- package/dist/typescript-fetch/models/SendDirectMailResponse.ts +64 -0
- package/dist/typescript-fetch/models/SendDirectReferralCheckRequest.ts +72 -0
- package/dist/typescript-fetch/models/SendEmailToUserRequest.ts +162 -0
- package/dist/typescript-fetch/models/SendEmailToUsersRequest.ts +132 -0
- package/dist/typescript-fetch/models/SendOneTimePasswordRequest.ts +65 -0
- package/dist/typescript-fetch/models/SendPayoutToLawfirmRequest.ts +157 -0
- package/dist/typescript-fetch/models/SendPayoutToLawfirmResponse.ts +57 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.ts +73 -0
- package/dist/typescript-fetch/models/SetArchiveCaseModel.ts +57 -0
- package/dist/typescript-fetch/models/SetArchiveOnCasesRequest.ts +80 -0
- package/dist/typescript-fetch/models/SetCourtDateForCaseRequest.ts +65 -0
- package/dist/typescript-fetch/models/SetCustomerReviewStatusRequest.ts +74 -0
- package/dist/typescript-fetch/models/SetFlagOnMessageModel.ts +57 -0
- package/dist/typescript-fetch/models/SetFlagOnMessagesRequest.ts +80 -0
- package/dist/typescript-fetch/models/SetLawfirmCaseDecisionRequest.ts +106 -0
- package/dist/typescript-fetch/models/SetMarketingEmailOptInRequest.ts +57 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.ts +150 -0
- package/dist/typescript-fetch/models/SetStarOnMessageModel.ts +65 -0
- package/dist/typescript-fetch/models/SetStarOnMessagesRequest.ts +80 -0
- package/dist/typescript-fetch/models/SettingRequest.ts +65 -0
- package/dist/typescript-fetch/models/SettingResponse.ts +92 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.ts +65 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.ts +57 -0
- package/dist/typescript-fetch/models/SignRecordingUrlRequest.ts +57 -0
- package/dist/typescript-fetch/models/SignRecordingUrlResponse.ts +57 -0
- package/dist/typescript-fetch/models/SimpleCredentialsResponse.ts +65 -0
- package/dist/typescript-fetch/models/SingleSignOnResponse.ts +81 -0
- package/dist/typescript-fetch/models/SkipMap.ts +65 -0
- package/dist/typescript-fetch/models/SlimCitationInferenceResponse.ts +124 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.ts +166 -0
- package/dist/typescript-fetch/models/SocialLoginResponse.ts +88 -0
- package/dist/typescript-fetch/models/SocialLoginUser.ts +156 -0
- package/dist/typescript-fetch/models/SocialPhoneNumber.ts +99 -0
- package/dist/typescript-fetch/models/Source.ts +142 -0
- package/dist/typescript-fetch/models/SqlResponse.ts +64 -0
- package/dist/typescript-fetch/models/Statistics.ts +201 -0
- package/dist/typescript-fetch/models/StripeAccountLinkDomain.ts +80 -0
- package/dist/typescript-fetch/models/StripeApplicationFeeDomain.ts +164 -0
- package/dist/typescript-fetch/models/StripeApplicationFeeRefundDomain.ts +104 -0
- package/dist/typescript-fetch/models/StripeApplicationFeeRefundSyncResults.ts +80 -0
- package/dist/typescript-fetch/models/StripeApplicationFeeSyncResults.ts +92 -0
- package/dist/typescript-fetch/models/StripeCardDomain.ts +192 -0
- package/dist/typescript-fetch/models/StripeChargeDomain.ts +264 -0
- package/dist/typescript-fetch/models/StripeChargeSyncResults.ts +116 -0
- package/dist/typescript-fetch/models/StripeConnectedAccountDomain.ts +169 -0
- package/dist/typescript-fetch/models/StripeCustomerAccountDomain.ts +98 -0
- package/dist/typescript-fetch/models/StripeDisputeDomain.ts +321 -0
- package/dist/typescript-fetch/models/StripeFieldVerification.ts +73 -0
- package/dist/typescript-fetch/models/StripePaymentDomain.ts +172 -0
- package/dist/typescript-fetch/models/StripePaymentRefundDomain.ts +128 -0
- package/dist/typescript-fetch/models/StripePaymentRefundSyncResults.ts +80 -0
- package/dist/typescript-fetch/models/StripePaymentSourceDomain.ts +104 -0
- package/dist/typescript-fetch/models/StripePaymentSyncResults.ts +92 -0
- package/dist/typescript-fetch/models/StripeRefundDomain.ts +136 -0
- package/dist/typescript-fetch/models/StripeRefundSyncResults.ts +80 -0
- package/dist/typescript-fetch/models/StripeReversalSyncResults.ts +80 -0
- package/dist/typescript-fetch/models/StripeTransferDomain.ts +172 -0
- package/dist/typescript-fetch/models/StripeTransferReversalDomain.ts +128 -0
- package/dist/typescript-fetch/models/StripeTransferSyncResults.ts +92 -0
- package/dist/typescript-fetch/models/SubscribeRequest.ts +64 -0
- package/dist/typescript-fetch/models/Subscriber.ts +129 -0
- package/dist/typescript-fetch/models/SubscriberDomain.ts +97 -0
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibility.ts +75 -0
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityReq.ts +75 -0
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityRes.ts +75 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.ts +73 -0
- package/dist/typescript-fetch/models/SyncStripeChargesRequest.ts +73 -0
- package/dist/typescript-fetch/models/SyncStripeChargesResponse.ts +64 -0
- package/dist/typescript-fetch/models/SyncStripeDisputeResponse.ts +64 -0
- package/dist/typescript-fetch/models/SyncStripePaymentsRequest.ts +73 -0
- package/dist/typescript-fetch/models/SyncStripePaymentsResponse.ts +64 -0
- package/dist/typescript-fetch/models/SyncStripeRefundsRequest.ts +65 -0
- package/dist/typescript-fetch/models/SyncStripeTransfersRequest.ts +73 -0
- package/dist/typescript-fetch/models/SyncStripeTransfersResponse.ts +64 -0
- package/dist/typescript-fetch/models/Tag.ts +73 -0
- package/dist/typescript-fetch/models/Tags.ts +72 -0
- package/dist/typescript-fetch/models/Teammates.ts +72 -0
- package/dist/typescript-fetch/models/TemporalUnit.ts +88 -0
- package/dist/typescript-fetch/models/TicketLeadDomain.ts +192 -0
- package/dist/typescript-fetch/models/TicketPart.ts +89 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.ts +72 -0
- package/dist/typescript-fetch/models/TicketReviewRequest.ts +182 -0
- package/dist/typescript-fetch/models/TicketReviewRequestReq.ts +182 -0
- package/dist/typescript-fetch/models/TicketReviewRequestRes.ts +182 -0
- package/dist/typescript-fetch/models/TicketType.ts +128 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.ts +105 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.ts +72 -0
- package/dist/typescript-fetch/models/TimeZone.ts +81 -0
- package/dist/typescript-fetch/models/TimeZoneReq.ts +65 -0
- package/dist/typescript-fetch/models/TimeZoneRes.ts +81 -0
- package/dist/typescript-fetch/models/Timestamp.ts +129 -0
- package/dist/typescript-fetch/models/TimestampReq.ts +113 -0
- package/dist/typescript-fetch/models/TimestampRes.ts +129 -0
- package/dist/typescript-fetch/models/Topic.ts +73 -0
- package/dist/typescript-fetch/models/Topics.ts +80 -0
- package/dist/typescript-fetch/models/TrafficViolationInputRequest.ts +57 -0
- package/dist/typescript-fetch/models/TransferCaseRequest.ts +73 -0
- package/dist/typescript-fetch/models/USStateDomain.ts +65 -0
- package/dist/typescript-fetch/models/UpdateAddress.ts +105 -0
- package/dist/typescript-fetch/models/UpdateCaseActionRequest.ts +57 -0
- package/dist/typescript-fetch/models/UpdateCaseActionResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdateCaseDeclineTicketsRequest.ts +73 -0
- package/dist/typescript-fetch/models/UpdateCasePaymentRequest.ts +134 -0
- package/dist/typescript-fetch/models/UpdateCitationAddressRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateCitationPictureRequest.ts +73 -0
- package/dist/typescript-fetch/models/UpdateCitationRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateCoachingCardRequest.ts +108 -0
- package/dist/typescript-fetch/models/UpdateCourtRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateDisputeRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateInvoiceLineItemRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateLawfirmFeeRequest.ts +148 -0
- package/dist/typescript-fetch/models/UpdateLawfirmFeeResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdateLawfirmModel.ts +237 -0
- package/dist/typescript-fetch/models/UpdateLawfirmPaymentModelRequest.ts +67 -0
- package/dist/typescript-fetch/models/UpdateLawfirmPayoutRequest.ts +124 -0
- package/dist/typescript-fetch/models/UpdateLawfirmPayoutResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdateLawfirmRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateLawfirmSettingsRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateLawyerRoleRequest.ts +70 -0
- package/dist/typescript-fetch/models/UpdateNoteInput.ts +57 -0
- package/dist/typescript-fetch/models/UpdateNoteRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateNoteResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdatePaymentDueDateRequest.ts +65 -0
- package/dist/typescript-fetch/models/UpdatePhoneNumber.ts +108 -0
- package/dist/typescript-fetch/models/UpdateProfilePictureRequest.ts +65 -0
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.ts +57 -0
- package/dist/typescript-fetch/models/UpdateRefundEligibilityForCaseRequest.ts +67 -0
- package/dist/typescript-fetch/models/UpdateReplyForCustomerReview.ts +65 -0
- package/dist/typescript-fetch/models/UpdateUserDetailsResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdateUserModel.ts +250 -0
- package/dist/typescript-fetch/models/UpdateUserPhoneNumberRequest.ts +72 -0
- package/dist/typescript-fetch/models/UpdateUserProfileRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateUserRolesRequest.ts +78 -0
- package/dist/typescript-fetch/models/UpdateUserSettingsRequest.ts +64 -0
- package/dist/typescript-fetch/models/UpdateUserSettingsResponse.ts +64 -0
- package/dist/typescript-fetch/models/UpdateViolationRequest.ts +185 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.ts +65 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.ts +81 -0
- package/dist/typescript-fetch/models/UpsertAddressRequest.ts +64 -0
- package/dist/typescript-fetch/models/User.ts +81 -0
- package/dist/typescript-fetch/models/UserAccountModel.ts +119 -0
- package/dist/typescript-fetch/models/UserAssetModel.ts +89 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.ts +352 -0
- package/dist/typescript-fetch/models/UserBookingsDomain.ts +65 -0
- package/dist/typescript-fetch/models/UserDetails.ts +81 -0
- package/dist/typescript-fetch/models/UserDomain.ts +532 -0
- package/dist/typescript-fetch/models/UserDomainReq.ts +524 -0
- package/dist/typescript-fetch/models/UserDomainRes.ts +532 -0
- package/dist/typescript-fetch/models/UserItem.ts +81 -0
- package/dist/typescript-fetch/models/UserRefLinkDomain.ts +73 -0
- package/dist/typescript-fetch/models/UserReferralLinkModel.ts +74 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.ts +74 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.ts +74 -0
- package/dist/typescript-fetch/models/UserReferralSourceTypeModel.ts +105 -0
- package/dist/typescript-fetch/models/UserRegistrationStats.ts +120 -0
- package/dist/typescript-fetch/models/UserRoleDomain.ts +70 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.ts +78 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.ts +78 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.ts +78 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.ts +121 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.ts +113 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.ts +121 -0
- package/dist/typescript-fetch/models/UserToContact.ts +65 -0
- package/dist/typescript-fetch/models/UserWatchlistsModel.ts +88 -0
- package/dist/typescript-fetch/models/ValidateDirectMailRequest.ts +72 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.ts +350 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberRequest.ts +57 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.ts +108 -0
- package/dist/typescript-fetch/models/ValidateUserEmailResponse.ts +73 -0
- package/dist/typescript-fetch/models/VerifyCaptchaTokenRequest.ts +82 -0
- package/dist/typescript-fetch/models/VerifyCaptchaTokenResponse.ts +97 -0
- package/dist/typescript-fetch/models/VerifyMailingAddressRequest.ts +64 -0
- package/dist/typescript-fetch/models/VerifyMailingAddressResponse.ts +80 -0
- package/dist/typescript-fetch/models/VerifyPasswordResetTokenResponse.ts +65 -0
- package/dist/typescript-fetch/models/VerifyUserAccountResponse.ts +88 -0
- package/dist/typescript-fetch/models/VerifyUserPasswordRequest.ts +57 -0
- package/dist/typescript-fetch/models/Violation.ts +97 -0
- package/dist/typescript-fetch/models/ViolationClassificationModel.ts +145 -0
- package/dist/typescript-fetch/models/ViolationInput.ts +57 -0
- package/dist/typescript-fetch/models/ViolationInputRequest.ts +57 -0
- package/dist/typescript-fetch/models/ViolationModel.ts +216 -0
- package/dist/typescript-fetch/models/ViolationNames.ts +73 -0
- package/dist/typescript-fetch/models/ViolationPenaltyModel.ts +127 -0
- package/dist/typescript-fetch/models/ViolationPenaltyResponse.ts +72 -0
- package/dist/typescript-fetch/models/ViolationResponse.ts +176 -0
- package/dist/typescript-fetch/models/WatchlistItemsModel.ts +184 -0
- package/dist/typescript-fetch/models/WorkflowCaseModel.ts +254 -0
- package/dist/typescript-fetch/models/WorkflowCitationModel.ts +234 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.ts +123 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.ts +184 -0
- package/dist/typescript-fetch/models/WorkflowViolationPenaltyModel.ts +95 -0
- package/dist/typescript-fetch/models/ZoneId.ts +72 -0
- package/dist/typescript-fetch/models/ZoneOffset.ts +80 -0
- package/dist/typescript-fetch/models/ZoneOffsetTransition.ts +124 -0
- package/dist/typescript-fetch/models/ZoneOffsetTransitionRule.ts +173 -0
- package/dist/typescript-fetch/models/ZoneRules.ts +84 -0
- package/dist/typescript-fetch/models/index.ts +818 -0
- package/dist/typescript-fetch/runtime.ts +316 -0
- package/package.json +1 -1
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
export * from './AccountLevelFee';
|
|
2
|
+
export * from './AccountLevelFeeRequest';
|
|
3
|
+
export * from './AccountLevelFeeResponse';
|
|
4
|
+
export * from './AccountLevelFeeToSave';
|
|
5
|
+
export * from './Action';
|
|
6
|
+
export * from './ActionByEntityModel';
|
|
7
|
+
export * from './ActivityFeedModel';
|
|
8
|
+
export * from './AddACHToStripeAccountRequest';
|
|
9
|
+
export * from './AddActionToCaseRequest';
|
|
10
|
+
export * from './AddActionToCaseResponse';
|
|
11
|
+
export * from './AddCardToStripeAccountRequest';
|
|
12
|
+
export * from './AddCardToStripeAccountResponse';
|
|
13
|
+
export * from './AddCaseMessageResponse';
|
|
14
|
+
export * from './AddCourtCoverageRequest';
|
|
15
|
+
export * from './AddCourtRequest';
|
|
16
|
+
export * from './AddCustomerLeadRequest';
|
|
17
|
+
export * from './AddExtraAccountRequest';
|
|
18
|
+
export * from './AddInnerCourt';
|
|
19
|
+
export * from './AddInnerCourtAddress';
|
|
20
|
+
export * from './AddNewCaseMessageRequest';
|
|
21
|
+
export * from './AddNoteToPhoneLeadRequest';
|
|
22
|
+
export * from './AddPenaltyRequest';
|
|
23
|
+
export * from './AddRedirectUrlRequest';
|
|
24
|
+
export * from './AddReferralRequest';
|
|
25
|
+
export * from './AddReviewRequest';
|
|
26
|
+
export * from './AddViolationRequest';
|
|
27
|
+
export * from './AddViolationResponse';
|
|
28
|
+
export * from './AddViolationsToCitationRequest';
|
|
29
|
+
export * from './AddressDomain';
|
|
30
|
+
export * from './AddressDomainReq';
|
|
31
|
+
export * from './AddressDomainRes';
|
|
32
|
+
export * from './AddressEntity';
|
|
33
|
+
export * from './Admin';
|
|
34
|
+
export * from './AgentBookingStats';
|
|
35
|
+
export * from './AgentBookingsSummary';
|
|
36
|
+
export * from './AggregateBySource';
|
|
37
|
+
export * from './AggregateQueryResults';
|
|
38
|
+
export * from './AggregateRatingMetrics';
|
|
39
|
+
export * from './AggregateReferralCredit';
|
|
40
|
+
export * from './Aggregates';
|
|
41
|
+
export * from './Alert';
|
|
42
|
+
export * from './AlertNotificationResponse';
|
|
43
|
+
export * from './AnonymousTicketUploadModel';
|
|
44
|
+
export * from './AppEventCreateRequest';
|
|
45
|
+
export * from './AppearanceAttorneyDomain';
|
|
46
|
+
export * from './AppleLoginRequest';
|
|
47
|
+
export * from './AssignCitationOwnerRequest';
|
|
48
|
+
export * from './Attachment';
|
|
49
|
+
export * from './AuditLog';
|
|
50
|
+
export * from './Author';
|
|
51
|
+
export * from './AuthorModel';
|
|
52
|
+
export * from './AuthorizeChargeForCasePaymentRequest';
|
|
53
|
+
export * from './AuthorizeChargeForCasePaymentResponse';
|
|
54
|
+
export * from './AvailablePaymentPlan';
|
|
55
|
+
export * from './AvailableRegion';
|
|
56
|
+
export * from './AwsCredentialsRequest';
|
|
57
|
+
export * from './BackfillLawfirmTransactionRecordsRequest';
|
|
58
|
+
export * from './BackfillLawfirmTransactionRecordsResponse';
|
|
59
|
+
export * from './BalanceTransactionModel';
|
|
60
|
+
export * from './BillingInvoiceModel';
|
|
61
|
+
export * from './BillingPriceModel';
|
|
62
|
+
export * from './BillingProductModel';
|
|
63
|
+
export * from './BillingSubscriberAggregateModel';
|
|
64
|
+
export * from './BillingSubscriberModel';
|
|
65
|
+
export * from './BillingSubscriptionItemModel';
|
|
66
|
+
export * from './BillingSubscriptionModel';
|
|
67
|
+
export * from './BillingUpcomingInvoiceModel';
|
|
68
|
+
export * from './BlogDocument';
|
|
69
|
+
export * from './BlogEvent';
|
|
70
|
+
export * from './BlogMetadata';
|
|
71
|
+
export * from './Booking';
|
|
72
|
+
export * from './BookingCancelation';
|
|
73
|
+
export * from './CallContact';
|
|
74
|
+
export * from './CancelBillingSubscriptionResponse';
|
|
75
|
+
export * from './CancelCaseRequest';
|
|
76
|
+
export * from './CancelationDetails';
|
|
77
|
+
export * from './CancelationDetailsReq';
|
|
78
|
+
export * from './CancelationDetailsRes';
|
|
79
|
+
export * from './CancellationAggregates';
|
|
80
|
+
export * from './CaptureChargeFromCasePaymentRequest';
|
|
81
|
+
export * from './Case';
|
|
82
|
+
export * from './CaseActionDomain';
|
|
83
|
+
export * from './CaseActionRequestModel';
|
|
84
|
+
export * from './CaseAlert';
|
|
85
|
+
export * from './CaseBookingsStats';
|
|
86
|
+
export * from './CaseChargeResponsePojo';
|
|
87
|
+
export * from './CaseCounterOfferModel';
|
|
88
|
+
export * from './CaseCounterOption';
|
|
89
|
+
export * from './CaseCounterOptionModel';
|
|
90
|
+
export * from './CaseCreationRequest';
|
|
91
|
+
export * from './CaseDeclineCategory';
|
|
92
|
+
export * from './CaseDeclineCategoryReasonsModel';
|
|
93
|
+
export * from './CaseDeclineReason';
|
|
94
|
+
export * from './CaseItem';
|
|
95
|
+
export * from './CaseLineItemDomainReq';
|
|
96
|
+
export * from './CaseLineItemDomainRes';
|
|
97
|
+
export * from './CaseLineItemsSummary';
|
|
98
|
+
export * from './CaseMessageDomain';
|
|
99
|
+
export * from './CaseModel';
|
|
100
|
+
export * from './CaseModelReq';
|
|
101
|
+
export * from './CaseModelRes';
|
|
102
|
+
export * from './CaseNotesDomain';
|
|
103
|
+
export * from './CaseOutcomeModel';
|
|
104
|
+
export * from './CasePaymentBreakdownItemModel';
|
|
105
|
+
export * from './CasePaymentDomain';
|
|
106
|
+
export * from './CasePaymentModel';
|
|
107
|
+
export * from './CaseStatusDetailsResponse';
|
|
108
|
+
export * from './CaseStatusDomain';
|
|
109
|
+
export * from './CaseSummaryDomain';
|
|
110
|
+
export * from './CaseTransferHistory';
|
|
111
|
+
export * from './CaseTransferResponse';
|
|
112
|
+
export * from './CaseUserDefendantAttributes';
|
|
113
|
+
export * from './CaseUserDefendantAttributesRequest';
|
|
114
|
+
export * from './CaseUserDetailsModel';
|
|
115
|
+
export * from './CaseUserPermissionAttributes';
|
|
116
|
+
export * from './CaseViolationPenalty';
|
|
117
|
+
export * from './CaseWithCoverageObtained';
|
|
118
|
+
export * from './ChangeUserPasswordRequest';
|
|
119
|
+
export * from './ChargeFeeToLawfirmRequest';
|
|
120
|
+
export * from './ChargeFeeToLawfirmResponse';
|
|
121
|
+
export * from './CitationAuditEventModel';
|
|
122
|
+
export * from './CitationAuditLog';
|
|
123
|
+
export * from './CitationInputRequest';
|
|
124
|
+
export * from './CitationIssueDate';
|
|
125
|
+
export * from './CitationModel';
|
|
126
|
+
export * from './CitationModelReq';
|
|
127
|
+
export * from './CitationModelRes';
|
|
128
|
+
export * from './CitationViolationModel';
|
|
129
|
+
export * from './CitationWithMissingCourt';
|
|
130
|
+
export * from './CitationWithMissingFields';
|
|
131
|
+
export * from './CitationsResponseModel';
|
|
132
|
+
export * from './ClientActionRequiredRequest';
|
|
133
|
+
export * from './ClientConfirmedUnpaidCase';
|
|
134
|
+
export * from './ClientLeadDomain';
|
|
135
|
+
export * from './CoachingCardCategoriesModel';
|
|
136
|
+
export * from './CoachingCardSubcategoriesModel';
|
|
137
|
+
export * from './CoachingCardUsersModel';
|
|
138
|
+
export * from './CoachingCardsModel';
|
|
139
|
+
export * from './CoachingLinks';
|
|
140
|
+
export * from './CommonHeader';
|
|
141
|
+
export * from './ConfidenceField';
|
|
142
|
+
export * from './Contact';
|
|
143
|
+
export * from './ContactList';
|
|
144
|
+
export * from './ContactTimelineResponse';
|
|
145
|
+
export * from './ConvertPdfToImageModel';
|
|
146
|
+
export * from './ConvertPdfToImageRequest';
|
|
147
|
+
export * from './ConvertPdfToImageResponse';
|
|
148
|
+
export * from './CounterOption';
|
|
149
|
+
export * from './CountryDomain';
|
|
150
|
+
export * from './CountryRegion';
|
|
151
|
+
export * from './CountyDomain';
|
|
152
|
+
export * from './CountyEntity';
|
|
153
|
+
export * from './CourtCoverageCountyRecord';
|
|
154
|
+
export * from './CourtCoverageRecord';
|
|
155
|
+
export * from './CourtCoverageStateRecord';
|
|
156
|
+
export * from './CourtDomain';
|
|
157
|
+
export * from './CourtDomainReq';
|
|
158
|
+
export * from './CourtDomainRes';
|
|
159
|
+
export * from './CourtEntity';
|
|
160
|
+
export * from './CourtInputRequest';
|
|
161
|
+
export * from './CourtName';
|
|
162
|
+
export * from './CourtResponseModel';
|
|
163
|
+
export * from './CoverageToRemove';
|
|
164
|
+
export * from './CreateBillingSubscriptionItemModel';
|
|
165
|
+
export * from './CreateBillingSubscriptionRequest';
|
|
166
|
+
export * from './CreateBillingSubscriptionResponse';
|
|
167
|
+
export * from './CreateBranchLinkRequest';
|
|
168
|
+
export * from './CreateCitationRequest';
|
|
169
|
+
export * from './CreateCitationResponse';
|
|
170
|
+
export * from './CreateConnectAccountLinkRequest';
|
|
171
|
+
export * from './CreateConnectAccountLinkResponse';
|
|
172
|
+
export * from './CreateLawfirmModel';
|
|
173
|
+
export * from './CreateNewLawfirmRequest';
|
|
174
|
+
export * from './CreateNoteInput';
|
|
175
|
+
export * from './CreateNoteRequest';
|
|
176
|
+
export * from './CreateNoteResponse';
|
|
177
|
+
export * from './CreateReferralCodeRequest';
|
|
178
|
+
export * from './CreateReferralCodeResponse';
|
|
179
|
+
export * from './CreateReferralSourceForCitation';
|
|
180
|
+
export * from './CreateStripeConnectAccountRequest';
|
|
181
|
+
export * from './CreateStripeConnectAccountResponse';
|
|
182
|
+
export * from './Cursor';
|
|
183
|
+
export * from './CursorModel';
|
|
184
|
+
export * from './CustomerLead';
|
|
185
|
+
export * from './CustomerOverduePayment';
|
|
186
|
+
export * from './CustomerReview';
|
|
187
|
+
export * from './CustomerServiceAgentBookingDomain';
|
|
188
|
+
export * from './CustomerServiceAgentDomain';
|
|
189
|
+
export * from './DashboardAddressModel';
|
|
190
|
+
export * from './DashboardAuthorModel';
|
|
191
|
+
export * from './DashboardCaseModel';
|
|
192
|
+
export * from './DashboardCitationModel';
|
|
193
|
+
export * from './DashboardCourtModel';
|
|
194
|
+
export * from './DashboardStatusModel';
|
|
195
|
+
export * from './DeclineCaseCounterRequest';
|
|
196
|
+
export * from './DeclineCategory';
|
|
197
|
+
export * from './DeclineReason';
|
|
198
|
+
export * from './DefaultClassModel';
|
|
199
|
+
export * from './DeleteCitationResponse';
|
|
200
|
+
export * from './DeleteLawyerLicenseRequest';
|
|
201
|
+
export * from './DeleteNotificationByPagesRequest';
|
|
202
|
+
export * from './DeleteNotificationEventRequest';
|
|
203
|
+
export * from './DirectMailContact';
|
|
204
|
+
export * from './DirectMailContactResponse';
|
|
205
|
+
export * from './DirectMailGetRequest';
|
|
206
|
+
export * from './DirectMailSendRequest';
|
|
207
|
+
export * from './DirectMailTemplate';
|
|
208
|
+
export * from './DirectMailTemplateResponse';
|
|
209
|
+
export * from './DirectMailTemplateToAdd';
|
|
210
|
+
export * from './DismissCitationsFromContactListRequest';
|
|
211
|
+
export * from './DismissPhoneLeadRequest';
|
|
212
|
+
export * from './DocumentDecisionRequest';
|
|
213
|
+
export * from './DripRemoveRequest';
|
|
214
|
+
export * from './DripWebhookData';
|
|
215
|
+
export * from './DripWebhookEvent';
|
|
216
|
+
export * from './DriverLicenseModel';
|
|
217
|
+
export * from './Duration';
|
|
218
|
+
export * from './EditConversationMessageRequest';
|
|
219
|
+
export * from './EditCustomerReviewRequest';
|
|
220
|
+
export * from './EnableViolationModel';
|
|
221
|
+
export * from './EnableViolationResponseModel';
|
|
222
|
+
export * from './EnableViolationsForLawfirmRequest';
|
|
223
|
+
export * from './EnableViolationsForLawfirmResponse';
|
|
224
|
+
export * from './EstimateInsuranceSavingsRequest';
|
|
225
|
+
export * from './EstimateInsuranceSavingsResponse';
|
|
226
|
+
export * from './ExistingAccountDetails';
|
|
227
|
+
export * from './ExternalContentVote';
|
|
228
|
+
export * from './ExternalTicketCourt';
|
|
229
|
+
export * from './FeedbackAttachmentModel';
|
|
230
|
+
export * from './FeedbackDomain';
|
|
231
|
+
export * from './FinancialTransaction';
|
|
232
|
+
export * from './FindChargeDisputesResponse';
|
|
233
|
+
export * from './FindCourtsWithNoCoverageResponse';
|
|
234
|
+
export * from './FindDisputesRequest';
|
|
235
|
+
export * from './FindMatchingUser';
|
|
236
|
+
export * from './FindMatchingUsersRequest';
|
|
237
|
+
export * from './FindMatchingUsersResponse';
|
|
238
|
+
export * from './FindsCourtsResponse';
|
|
239
|
+
export * from './FineInformation';
|
|
240
|
+
export * from './FirstContactReply';
|
|
241
|
+
export * from './ForwardMessageRequest';
|
|
242
|
+
export * from './FreshDeskConversation';
|
|
243
|
+
export * from './FreshDeskRequester';
|
|
244
|
+
export * from './FreshDeskTicket';
|
|
245
|
+
export * from './FreshDeskTicketReq';
|
|
246
|
+
export * from './FreshDeskTicketRes';
|
|
247
|
+
export * from './FreshdeskAttachment';
|
|
248
|
+
export * from './FreshdeskAttachmentReq';
|
|
249
|
+
export * from './FreshdeskAttachmentRes';
|
|
250
|
+
export * from './FreshdeskTicketReferenceDomain';
|
|
251
|
+
export * from './FreshdeskWebhookRequest';
|
|
252
|
+
export * from './GenerateTemplateRequest';
|
|
253
|
+
export * from './GenericAdminListRequest';
|
|
254
|
+
export * from './GeoRatesRequest';
|
|
255
|
+
export * from './GetActivityFeedResponse';
|
|
256
|
+
export * from './GetAddressInnerResponse';
|
|
257
|
+
export * from './GetAnonymousTicketUploads';
|
|
258
|
+
export * from './GetAppConfigResponse';
|
|
259
|
+
export * from './GetAppearanceAttorneysResponse';
|
|
260
|
+
export * from './GetAvailablePaymentPlansResponse';
|
|
261
|
+
export * from './GetBookingsRequest';
|
|
262
|
+
export * from './GetBookingsResponse';
|
|
263
|
+
export * from './GetCaseActionResponse';
|
|
264
|
+
export * from './GetCaseActionTimelineResponse';
|
|
265
|
+
export * from './GetCaseActionTypesResponse';
|
|
266
|
+
export * from './GetCaseCounterOptionsResponse';
|
|
267
|
+
export * from './GetCaseDeclineReasonTypesResponse';
|
|
268
|
+
export * from './GetCaseDocumentResponse';
|
|
269
|
+
export * from './GetCaseFromCitationResponse';
|
|
270
|
+
export * from './GetCaseMessagesResponse';
|
|
271
|
+
export * from './GetCaseNotesResponse';
|
|
272
|
+
export * from './GetCasePaymentsResponse';
|
|
273
|
+
export * from './GetCaseResolutionStatusesResponse';
|
|
274
|
+
export * from './GetCaseResponse';
|
|
275
|
+
export * from './GetCaseUserModel';
|
|
276
|
+
export * from './GetCaseUsersResponse';
|
|
277
|
+
export * from './GetCasesWithCoverageObtainedResponse';
|
|
278
|
+
export * from './GetCasesWithMissingLawfirmPayoutsRequest';
|
|
279
|
+
export * from './GetCasesWithMissingLawfirmPayoutsResponse';
|
|
280
|
+
export * from './GetCasesWithOverduePaymentsResponse';
|
|
281
|
+
export * from './GetCasesWithUncapturedChargesRequest';
|
|
282
|
+
export * from './GetCitationAuditLogsResponse';
|
|
283
|
+
export * from './GetCitationPhoneLeadsRequest';
|
|
284
|
+
export * from './GetCitationPhoneLeadsResponse';
|
|
285
|
+
export * from './GetCitationResponse';
|
|
286
|
+
export * from './GetCitationsWithMissingFieldsRequest';
|
|
287
|
+
export * from './GetCitationsWithMissingFieldsResponse';
|
|
288
|
+
export * from './GetClientCasesResponse';
|
|
289
|
+
export * from './GetClientConfirmedUnpaidCasesResponse';
|
|
290
|
+
export * from './GetCoachingCardCategoriesResponse';
|
|
291
|
+
export * from './GetCompetitionResponseModel';
|
|
292
|
+
export * from './GetCounterOfferResponse';
|
|
293
|
+
export * from './GetCountiesResponse';
|
|
294
|
+
export * from './GetCountryListResponse';
|
|
295
|
+
export * from './GetCountryRegionsResponse';
|
|
296
|
+
export * from './GetCourtCoverageForCountyReportResponse';
|
|
297
|
+
export * from './GetCourtCoverageForStateReportResponse';
|
|
298
|
+
export * from './GetCourtCoverageReportResponse';
|
|
299
|
+
export * from './GetCourtResponse';
|
|
300
|
+
export * from './GetCourtsByQueryResponse';
|
|
301
|
+
export * from './GetCourtsInnerResponse';
|
|
302
|
+
export * from './GetCurrentUserResponse';
|
|
303
|
+
export * from './GetCustomerServiceAgentsResponse';
|
|
304
|
+
export * from './GetDeclinedCasesRequest';
|
|
305
|
+
export * from './GetDeclinedCasesResponse';
|
|
306
|
+
export * from './GetDocumentsRequest';
|
|
307
|
+
export * from './GetDriverLicensesResponse';
|
|
308
|
+
export * from './GetEmailTemplateResponse';
|
|
309
|
+
export * from './GetEmployeeModel';
|
|
310
|
+
export * from './GetExternalTicketInputParamsResponse';
|
|
311
|
+
export * from './GetHouseHoldMateModel';
|
|
312
|
+
export * from './GetHouseholdMatesResponse';
|
|
313
|
+
export * from './GetInvalidCasesWithStripeChargeResponse';
|
|
314
|
+
export * from './GetInviteByTokenResponse';
|
|
315
|
+
export * from './GetLastLoginResponse';
|
|
316
|
+
export * from './GetLawfirmAddressesResponse';
|
|
317
|
+
export * from './GetLawfirmCaseStatsResponse';
|
|
318
|
+
export * from './GetLawfirmCoverageReportResponse';
|
|
319
|
+
export * from './GetLawfirmCoverageResponse';
|
|
320
|
+
export * from './GetLawfirmFeeCoverageModel';
|
|
321
|
+
export * from './GetLawfirmFeeCoverageResponse';
|
|
322
|
+
export * from './GetLawfirmFeeModel';
|
|
323
|
+
export * from './GetLawfirmFeesResponse';
|
|
324
|
+
export * from './GetLawfirmFinancialTransactionsResponse';
|
|
325
|
+
export * from './GetLawfirmInboxMessagesResponse';
|
|
326
|
+
export * from './GetLawfirmJobTitleResponse';
|
|
327
|
+
export * from './GetLawfirmLawyersResponse';
|
|
328
|
+
export * from './GetLawfirmLeadsRequest';
|
|
329
|
+
export * from './GetLawfirmLeadsResponse';
|
|
330
|
+
export * from './GetLawfirmModel';
|
|
331
|
+
export * from './GetLawfirmPaymentMethodsResponse';
|
|
332
|
+
export * from './GetLawfirmPayoutReversalsResponse';
|
|
333
|
+
export * from './GetLawfirmPayoutsResponse';
|
|
334
|
+
export * from './GetLawfirmResponse';
|
|
335
|
+
export * from './GetLawfirmSettingsResponse';
|
|
336
|
+
export * from './GetLawfirmSummaryCaseRequest';
|
|
337
|
+
export * from './GetLawfirmSummaryCasesResponse';
|
|
338
|
+
export * from './GetLawfirmSupportedStatesResponse';
|
|
339
|
+
export * from './GetLawfirmTransactionsForCaseResponse';
|
|
340
|
+
export * from './GetLawfirmsResponse';
|
|
341
|
+
export * from './GetLawyerResponse';
|
|
342
|
+
export * from './GetLineItemTypesResponse';
|
|
343
|
+
export * from './GetLineItemsResponse';
|
|
344
|
+
export * from './GetListOfCitationsWithMissingCourtResponse';
|
|
345
|
+
export * from './GetLocationResponse';
|
|
346
|
+
export * from './GetLostCasesWithTransferNotReversedRequest';
|
|
347
|
+
export * from './GetLostCasesWithTransferNotReversedResponse';
|
|
348
|
+
export * from './GetMessagesByEntityResponse';
|
|
349
|
+
export * from './GetNoViolationCitationsResponse';
|
|
350
|
+
export * from './GetOutgoingContactsResponse';
|
|
351
|
+
export * from './GetOverduePaymentsResponse';
|
|
352
|
+
export * from './GetPaymentMethodsForUserResponse';
|
|
353
|
+
export * from './GetPaymentModelTypesResponse';
|
|
354
|
+
export * from './GetPenaltyType';
|
|
355
|
+
export * from './GetPenaltyTypesResponse';
|
|
356
|
+
export * from './GetPendingCasesResponse';
|
|
357
|
+
export * from './GetPendingTicketReviewsRequest';
|
|
358
|
+
export * from './GetPendingTicketReviewsResponse';
|
|
359
|
+
export * from './GetPotentialCustomersRequest';
|
|
360
|
+
export * from './GetPotentialCustomersResponse';
|
|
361
|
+
export * from './GetRedirectUrlResponse';
|
|
362
|
+
export * from './GetReferralCodeResponse';
|
|
363
|
+
export * from './GetReferralCodesResponse';
|
|
364
|
+
export * from './GetReferralsHistoryResponse';
|
|
365
|
+
export * from './GetRegionsWithViolationsResponse';
|
|
366
|
+
export * from './GetStripeChargeResponse';
|
|
367
|
+
export * from './GetStripeChargesResponse';
|
|
368
|
+
export * from './GetStripeConnectedAccountsResponse';
|
|
369
|
+
export * from './GetSupportTicketsResponse';
|
|
370
|
+
export * from './GetTicketReviewResponse';
|
|
371
|
+
export * from './GetTrafficViolationModel';
|
|
372
|
+
export * from './GetTrafficViolationTypesResponse';
|
|
373
|
+
export * from './GetUserAddressesResponse';
|
|
374
|
+
export * from './GetUserByEmailRequest';
|
|
375
|
+
export * from './GetUserByEmailResponse';
|
|
376
|
+
export * from './GetUserCasesResponse';
|
|
377
|
+
export * from './GetUserDetailsResponse';
|
|
378
|
+
export * from './GetUserRefLinksResponse';
|
|
379
|
+
export * from './GetUserReferralSourceTypesResponse';
|
|
380
|
+
export * from './GetUserRegistrationsRequest';
|
|
381
|
+
export * from './GetUserRegistrationsResponse';
|
|
382
|
+
export * from './GetUserResponse';
|
|
383
|
+
export * from './GetUserSettingsRequest';
|
|
384
|
+
export * from './GetUserSettingsResponse';
|
|
385
|
+
export * from './GetUserStripeAccountResponse';
|
|
386
|
+
export * from './GetWorkflowStateResponse';
|
|
387
|
+
export * from './GhostUser';
|
|
388
|
+
export * from './GhostUserResponse';
|
|
389
|
+
export * from './GoogleLoginRequest';
|
|
390
|
+
export * from './GptFunctionModel';
|
|
391
|
+
export * from './GraphRequest';
|
|
392
|
+
export * from './HandleOrphanedStripeChargeRequest';
|
|
393
|
+
export * from './HandleOrphanedStripeChargeResponse';
|
|
394
|
+
export * from './IncomingEmail';
|
|
395
|
+
export * from './IncomingEmailModels';
|
|
396
|
+
export * from './IncomingEmailRequest';
|
|
397
|
+
export * from './IncomingHeader';
|
|
398
|
+
export * from './InitiateCaseAndChargeCustomerRequest';
|
|
399
|
+
export * from './InitiateCaseAndChargeCustomerResponse';
|
|
400
|
+
export * from './InitiateCaseCounterRequest';
|
|
401
|
+
export * from './InitiateCaseCounterResponse';
|
|
402
|
+
export * from './InsertCaseLineItemResponse';
|
|
403
|
+
export * from './InsertInvoiceLineItemRequest';
|
|
404
|
+
export * from './IntercomConversationResponse';
|
|
405
|
+
export * from './IntercomCreateTicketResponse';
|
|
406
|
+
export * from './IntercomNext';
|
|
407
|
+
export * from './IntercomPages';
|
|
408
|
+
export * from './IntercomSearchConversationsResponse';
|
|
409
|
+
export * from './IntercomSearchTicketsResponse';
|
|
410
|
+
export * from './IntercomTicketAttributes';
|
|
411
|
+
export * from './InviteHouseholdMateRequest';
|
|
412
|
+
export * from './InviteLawyerToLawfirmRequest';
|
|
413
|
+
export * from './IsRefundEligibleResponse';
|
|
414
|
+
export * from './IsUserLoggedInResponse';
|
|
415
|
+
export * from './LastLoginDateModel';
|
|
416
|
+
export * from './Lawfirm';
|
|
417
|
+
export * from './LawfirmAuditEventModel';
|
|
418
|
+
export * from './LawfirmBankPayoutModel';
|
|
419
|
+
export * from './LawfirmBookingSummary';
|
|
420
|
+
export * from './LawfirmCaseDocument';
|
|
421
|
+
export * from './LawfirmCaseModel';
|
|
422
|
+
export * from './LawfirmCaseModelReq';
|
|
423
|
+
export * from './LawfirmCaseModelRes';
|
|
424
|
+
export * from './LawfirmCourtCoverageDomain';
|
|
425
|
+
export * from './LawfirmCoverageRecord';
|
|
426
|
+
export * from './LawfirmDocument';
|
|
427
|
+
export * from './LawfirmDocumentResponse';
|
|
428
|
+
export * from './LawfirmDocumentTemplate';
|
|
429
|
+
export * from './LawfirmDocumentTemplateResponse';
|
|
430
|
+
export * from './LawfirmFeeDomain';
|
|
431
|
+
export * from './LawfirmInboxMessageDomain';
|
|
432
|
+
export * from './LawfirmItem';
|
|
433
|
+
export * from './LawfirmLeadDomain';
|
|
434
|
+
export * from './LawfirmPayoutDomain';
|
|
435
|
+
export * from './LawfirmPictureRequest';
|
|
436
|
+
export * from './LawfirmRatesResponse';
|
|
437
|
+
export * from './LawfirmRedirectModel';
|
|
438
|
+
export * from './LawfirmSettingsDomain';
|
|
439
|
+
export * from './LawfirmSettingsDomainReq';
|
|
440
|
+
export * from './LawfirmSettingsDomainRes';
|
|
441
|
+
export * from './LawfirmStorefrontModel';
|
|
442
|
+
export * from './LawfirmVacationRequest';
|
|
443
|
+
export * from './LawfirmsRatesResponse';
|
|
444
|
+
export * from './LawyerInviteByTokenModel';
|
|
445
|
+
export * from './LawyerInviteModel';
|
|
446
|
+
export * from './LawyerLicenseModel';
|
|
447
|
+
export * from './LawyerModel';
|
|
448
|
+
export * from './LegalServiceModel';
|
|
449
|
+
export * from './LetterOfEngagement';
|
|
450
|
+
export * from './LineItem';
|
|
451
|
+
export * from './LineItemModel';
|
|
452
|
+
export * from './LineItemRequest';
|
|
453
|
+
export * from './LinkedObjects';
|
|
454
|
+
export * from './ListAgentBookingsResponse';
|
|
455
|
+
export * from './ListBillingProductsResponse';
|
|
456
|
+
export * from './ListBillingSubscribersResponse';
|
|
457
|
+
export * from './ListBillingSubscriptionModel';
|
|
458
|
+
export * from './ListBillingSubscriptionsResponse';
|
|
459
|
+
export * from './ListCaseBookingsRequest';
|
|
460
|
+
export * from './ListCaseBookingsResponse';
|
|
461
|
+
export * from './ListCaseCancellationsRequest';
|
|
462
|
+
export * from './ListCaseCancellationsResponse';
|
|
463
|
+
export * from './ListCaseOutcomesResponse';
|
|
464
|
+
export * from './ListCitationAuditEventsResponse';
|
|
465
|
+
export * from './ListCitationsRequest';
|
|
466
|
+
export * from './ListCitationsResponse';
|
|
467
|
+
export * from './ListContactTimelineResponse';
|
|
468
|
+
export * from './ListCostItemsForCustomerResponse';
|
|
469
|
+
export * from './ListDashboardCasesResponse';
|
|
470
|
+
export * from './ListEligibleStatusResponse';
|
|
471
|
+
export * from './ListEmployeesResponse';
|
|
472
|
+
export * from './ListLawfirmAuditEventsByCursorResponse';
|
|
473
|
+
export * from './ListLawfirmBankPayoutsResponse';
|
|
474
|
+
export * from './ListLawfirmStorefrontsResponse';
|
|
475
|
+
export * from './ListLawfirmSurchargeModel';
|
|
476
|
+
export * from './ListLawfirmSurchargeTypeModel';
|
|
477
|
+
export * from './ListLawfirmSurchargesResponse';
|
|
478
|
+
export * from './ListLawfirmsEngagedRequest';
|
|
479
|
+
export * from './ListLawfirmsEngagedResponse';
|
|
480
|
+
export * from './ListNotesResponse';
|
|
481
|
+
export * from './ListPhoneCallsCountModel';
|
|
482
|
+
export * from './ListPhoneCallsModel';
|
|
483
|
+
export * from './ListPhoneCallsResponse';
|
|
484
|
+
export * from './ListReferralsResponse';
|
|
485
|
+
export * from './ListReviewsResponse';
|
|
486
|
+
export * from './ListSubscriptionInvoicesResponse';
|
|
487
|
+
export * from './ListUserAuditEventsByCursorResponse';
|
|
488
|
+
export * from './ListUserAuditEventsCursorModel';
|
|
489
|
+
export * from './ListUserCoachingCardsResponse';
|
|
490
|
+
export * from './ListUserWatchlistsResponse';
|
|
491
|
+
export * from './ListViolationClassificationResponse';
|
|
492
|
+
export * from './LobEvent';
|
|
493
|
+
export * from './LobEventRequest';
|
|
494
|
+
export * from './LobMailingAddress';
|
|
495
|
+
export * from './LocalTime';
|
|
496
|
+
export * from './LookupParamValue';
|
|
497
|
+
export * from './LostCaseWithTransferNotReversed';
|
|
498
|
+
export * from './MarkActionAsDeletedResponse';
|
|
499
|
+
export * from './MarkCaseAsResolvedRequest';
|
|
500
|
+
export * from './MarkCaseAsResolvedResponse';
|
|
501
|
+
export * from './MatchCaseLineItemModel';
|
|
502
|
+
export * from './MatchCaseResponse';
|
|
503
|
+
export * from './MatchCaseViolationPenaltyModel';
|
|
504
|
+
export * from './MatchCitationModel';
|
|
505
|
+
export * from './MatchCitationResponse';
|
|
506
|
+
export * from './MatchInnerCaseModel';
|
|
507
|
+
export * from './MatchInnerCaseResponse';
|
|
508
|
+
export * from './MatchLawfirmCaseResponse';
|
|
509
|
+
export * from './MatchLegalServiceModel';
|
|
510
|
+
export * from './MatchLegalServicesRequest';
|
|
511
|
+
export * from './MatchLegalServicesResponse';
|
|
512
|
+
export * from './MatchingFieldValue';
|
|
513
|
+
export * from './MediaItemModel';
|
|
514
|
+
export * from './MergeStatusReport';
|
|
515
|
+
export * from './MergeTableChange';
|
|
516
|
+
export * from './MergeTableRecord';
|
|
517
|
+
export * from './MergeTicketResponse';
|
|
518
|
+
export * from './MergeUserRequest';
|
|
519
|
+
export * from './MergeUserResponse';
|
|
520
|
+
export * from './MessageByEntityModel';
|
|
521
|
+
export * from './MessageInputModel';
|
|
522
|
+
export * from './MissingLawfirmPayoutResult';
|
|
523
|
+
export * from './MissingPaymentDomain';
|
|
524
|
+
export * from './NewUser';
|
|
525
|
+
export * from './NewUserResponse';
|
|
526
|
+
export * from './NoLawyerAvailableRequest';
|
|
527
|
+
export * from './NoViolationCitation';
|
|
528
|
+
export * from './NoteAuthor';
|
|
529
|
+
export * from './NoteEntity';
|
|
530
|
+
export * from './NoteModel';
|
|
531
|
+
export * from './NotificationEvent';
|
|
532
|
+
export * from './NotificationEvents';
|
|
533
|
+
export * from './OCRCourtModel';
|
|
534
|
+
export * from './OCRPredictionCaseResponse';
|
|
535
|
+
export * from './OCRViolationModel';
|
|
536
|
+
export * from './OtherCase';
|
|
537
|
+
export * from './OutgoingContactDomain';
|
|
538
|
+
export * from './PaymentPlanTypeModel';
|
|
539
|
+
export * from './PaymentPlanTypeModelReq';
|
|
540
|
+
export * from './PaymentPlanTypeModelRes';
|
|
541
|
+
export * from './Penalty';
|
|
542
|
+
export * from './PenaltyModel';
|
|
543
|
+
export * from './PenaltyRequest';
|
|
544
|
+
export * from './PersistTicketEvaluationRequest';
|
|
545
|
+
export * from './PhoneNumberDomain';
|
|
546
|
+
export * from './PhoneNumberDomainReq';
|
|
547
|
+
export * from './PhoneNumberDomainRes';
|
|
548
|
+
export * from './PostCourtCoverageRequest';
|
|
549
|
+
export * from './PostFeedbackRequest';
|
|
550
|
+
export * from './PotentialCustomerDomain';
|
|
551
|
+
export * from './PredictCitationRequest';
|
|
552
|
+
export * from './PredictCitationResponse';
|
|
553
|
+
export * from './PredictCitationTextRequest';
|
|
554
|
+
export * from './PredictImageClassificationRequest';
|
|
555
|
+
export * from './PredictImageClassificationResponse';
|
|
556
|
+
export * from './PredictRichCitationResponse';
|
|
557
|
+
export * from './PreviewDocumentRequest';
|
|
558
|
+
export * from './PriceMatchRequest';
|
|
559
|
+
export * from './PriceMatchResponse';
|
|
560
|
+
export * from './PublishReferralContactsResponse';
|
|
561
|
+
export * from './PublishReferralRequest';
|
|
562
|
+
export * from './PureDate';
|
|
563
|
+
export * from './PushNotificationRegistrationRequest';
|
|
564
|
+
export * from './PushNotificationRequest';
|
|
565
|
+
export * from './PutDocumentRequest';
|
|
566
|
+
export * from './ReferralContact';
|
|
567
|
+
export * from './ReferralContactStatus';
|
|
568
|
+
export * from './ReferralResponse';
|
|
569
|
+
export * from './ReferralResponseByUser';
|
|
570
|
+
export * from './RefundCasePaymentRequest';
|
|
571
|
+
export * from './RefundLawfirmFeeRequest';
|
|
572
|
+
export * from './RegisterGhostUserRequest';
|
|
573
|
+
export * from './RegisterGhostUserResponse';
|
|
574
|
+
export * from './RegisterNewUserRequest';
|
|
575
|
+
export * from './RegisterNewUserResponse';
|
|
576
|
+
export * from './RegisteredUserDomain';
|
|
577
|
+
export * from './RemoveCoverageRequest';
|
|
578
|
+
export * from './RemoveLawfirmSurchargeRequest';
|
|
579
|
+
export * from './ReplyToReviewRequest';
|
|
580
|
+
export * from './ReplyToTicketRequest';
|
|
581
|
+
export * from './RescheduleTaskRequest';
|
|
582
|
+
export * from './ResetFeeForLawfirmModel';
|
|
583
|
+
export * from './ResetFeesForLawfirmRequest';
|
|
584
|
+
export * from './ResetFeesForLawfirmResponse';
|
|
585
|
+
export * from './ResetUserPasswordRequest';
|
|
586
|
+
export * from './ResetViolationModel';
|
|
587
|
+
export * from './Results';
|
|
588
|
+
export * from './ReverseLawfirmPayoutRequest';
|
|
589
|
+
export * from './ReviewCommentModel';
|
|
590
|
+
export * from './ReviewRatingModel';
|
|
591
|
+
export * from './ReviewVoteAggregateModel';
|
|
592
|
+
export * from './RichCitationInferenceResponse';
|
|
593
|
+
export * from './SNSNotificationRequest';
|
|
594
|
+
export * from './SSLCertificateResponse';
|
|
595
|
+
export * from './SaveAgentBookingRequest';
|
|
596
|
+
export * from './SaveAgentBookingResponse';
|
|
597
|
+
export * from './SaveCaseNotesRequest';
|
|
598
|
+
export * from './SaveCaseUserRequest';
|
|
599
|
+
export * from './SaveCoachingCardRequest';
|
|
600
|
+
export * from './SaveCoachingCardUserRequest';
|
|
601
|
+
export * from './SaveDriverLicensePictureRequest';
|
|
602
|
+
export * from './SaveDriverLicensePictureResponse';
|
|
603
|
+
export * from './SaveDriverLicenseRequest';
|
|
604
|
+
export * from './SaveExternalContentVoteRequest';
|
|
605
|
+
export * from './SaveItemToWatchlistRequest';
|
|
606
|
+
export * from './SaveLawfirmSurchargeModel';
|
|
607
|
+
export * from './SaveLawfirmSurchargesRequest';
|
|
608
|
+
export * from './SaveLawyerLeadRequest';
|
|
609
|
+
export * from './SaveLawyerLicenseModel';
|
|
610
|
+
export * from './SaveLawyerLicensesRequest';
|
|
611
|
+
export * from './SaveLawyerRequest';
|
|
612
|
+
export * from './SaveNotesRequest';
|
|
613
|
+
export * from './SaveUserSocialProfileModel';
|
|
614
|
+
export * from './SaveUserSocialProfileRequest';
|
|
615
|
+
export * from './SaveUserWatchlistsRequest';
|
|
616
|
+
export * from './ScheduleNewPaymentRequest';
|
|
617
|
+
export * from './ScheduledTaskGetResponse';
|
|
618
|
+
export * from './ScheduledTaskResponse';
|
|
619
|
+
export * from './SearchNotesResponse';
|
|
620
|
+
export * from './SendBookingReceiptRequest';
|
|
621
|
+
export * from './SendConsolidatedEmailToUser';
|
|
622
|
+
export * from './SendDirectCheckResponse';
|
|
623
|
+
export * from './SendDirectMailResponse';
|
|
624
|
+
export * from './SendDirectReferralCheckRequest';
|
|
625
|
+
export * from './SendEmailToUserRequest';
|
|
626
|
+
export * from './SendEmailToUsersRequest';
|
|
627
|
+
export * from './SendOneTimePasswordRequest';
|
|
628
|
+
export * from './SendPayoutToLawfirmRequest';
|
|
629
|
+
export * from './SendPayoutToLawfirmResponse';
|
|
630
|
+
export * from './ServiceLevelAgreement';
|
|
631
|
+
export * from './SetArchiveCaseModel';
|
|
632
|
+
export * from './SetArchiveOnCasesRequest';
|
|
633
|
+
export * from './SetCourtDateForCaseRequest';
|
|
634
|
+
export * from './SetCustomerReviewStatusRequest';
|
|
635
|
+
export * from './SetFlagOnMessageModel';
|
|
636
|
+
export * from './SetFlagOnMessagesRequest';
|
|
637
|
+
export * from './SetLawfirmCaseDecisionRequest';
|
|
638
|
+
export * from './SetMarketingEmailOptInRequest';
|
|
639
|
+
export * from './SetReferralSourceRequest';
|
|
640
|
+
export * from './SetStarOnMessageModel';
|
|
641
|
+
export * from './SetStarOnMessagesRequest';
|
|
642
|
+
export * from './SettingRequest';
|
|
643
|
+
export * from './SettingResponse';
|
|
644
|
+
export * from './SignImageUrlRequest';
|
|
645
|
+
export * from './SignImageUrlResponse';
|
|
646
|
+
export * from './SignRecordingUrlRequest';
|
|
647
|
+
export * from './SignRecordingUrlResponse';
|
|
648
|
+
export * from './SimpleCredentialsResponse';
|
|
649
|
+
export * from './SingleSignOnResponse';
|
|
650
|
+
export * from './SkipMap';
|
|
651
|
+
export * from './SlimCitationInferenceResponse';
|
|
652
|
+
export * from './SocialLoginRequest';
|
|
653
|
+
export * from './SocialLoginResponse';
|
|
654
|
+
export * from './SocialLoginUser';
|
|
655
|
+
export * from './SocialPhoneNumber';
|
|
656
|
+
export * from './Source';
|
|
657
|
+
export * from './SqlResponse';
|
|
658
|
+
export * from './Statistics';
|
|
659
|
+
export * from './StripeAccountLinkDomain';
|
|
660
|
+
export * from './StripeApplicationFeeDomain';
|
|
661
|
+
export * from './StripeApplicationFeeRefundDomain';
|
|
662
|
+
export * from './StripeApplicationFeeRefundSyncResults';
|
|
663
|
+
export * from './StripeApplicationFeeSyncResults';
|
|
664
|
+
export * from './StripeCardDomain';
|
|
665
|
+
export * from './StripeChargeDomain';
|
|
666
|
+
export * from './StripeChargeSyncResults';
|
|
667
|
+
export * from './StripeConnectedAccountDomain';
|
|
668
|
+
export * from './StripeCustomerAccountDomain';
|
|
669
|
+
export * from './StripeDisputeDomain';
|
|
670
|
+
export * from './StripeFieldVerification';
|
|
671
|
+
export * from './StripePaymentDomain';
|
|
672
|
+
export * from './StripePaymentRefundDomain';
|
|
673
|
+
export * from './StripePaymentRefundSyncResults';
|
|
674
|
+
export * from './StripePaymentSourceDomain';
|
|
675
|
+
export * from './StripePaymentSyncResults';
|
|
676
|
+
export * from './StripeRefundDomain';
|
|
677
|
+
export * from './StripeRefundSyncResults';
|
|
678
|
+
export * from './StripeReversalSyncResults';
|
|
679
|
+
export * from './StripeTransferDomain';
|
|
680
|
+
export * from './StripeTransferReversalDomain';
|
|
681
|
+
export * from './StripeTransferSyncResults';
|
|
682
|
+
export * from './SubscribeRequest';
|
|
683
|
+
export * from './Subscriber';
|
|
684
|
+
export * from './SubscriberDomain';
|
|
685
|
+
export * from './SubscriptionDiscountEligibility';
|
|
686
|
+
export * from './SubscriptionDiscountEligibilityReq';
|
|
687
|
+
export * from './SubscriptionDiscountEligibilityRes';
|
|
688
|
+
export * from './SubscriptionGuardianModel';
|
|
689
|
+
export * from './SyncStripeChargesRequest';
|
|
690
|
+
export * from './SyncStripeChargesResponse';
|
|
691
|
+
export * from './SyncStripeDisputeResponse';
|
|
692
|
+
export * from './SyncStripePaymentsRequest';
|
|
693
|
+
export * from './SyncStripePaymentsResponse';
|
|
694
|
+
export * from './SyncStripeRefundsRequest';
|
|
695
|
+
export * from './SyncStripeTransfersRequest';
|
|
696
|
+
export * from './SyncStripeTransfersResponse';
|
|
697
|
+
export * from './Tag';
|
|
698
|
+
export * from './Tags';
|
|
699
|
+
export * from './Teammates';
|
|
700
|
+
export * from './TemporalUnit';
|
|
701
|
+
export * from './TicketLeadDomain';
|
|
702
|
+
export * from './TicketPart';
|
|
703
|
+
export * from './TicketPartsWrapper';
|
|
704
|
+
export * from './TicketReviewRequest';
|
|
705
|
+
export * from './TicketReviewRequestReq';
|
|
706
|
+
export * from './TicketReviewRequestRes';
|
|
707
|
+
export * from './TicketType';
|
|
708
|
+
export * from './TicketTypeAttribute';
|
|
709
|
+
export * from './TicketTypeAttributesWrapper';
|
|
710
|
+
export * from './TimeZone';
|
|
711
|
+
export * from './TimeZoneReq';
|
|
712
|
+
export * from './TimeZoneRes';
|
|
713
|
+
export * from './Timestamp';
|
|
714
|
+
export * from './TimestampReq';
|
|
715
|
+
export * from './TimestampRes';
|
|
716
|
+
export * from './Topic';
|
|
717
|
+
export * from './Topics';
|
|
718
|
+
export * from './TrafficViolationInputRequest';
|
|
719
|
+
export * from './TransferCaseRequest';
|
|
720
|
+
export * from './USStateDomain';
|
|
721
|
+
export * from './UpdateAddress';
|
|
722
|
+
export * from './UpdateCaseActionRequest';
|
|
723
|
+
export * from './UpdateCaseActionResponse';
|
|
724
|
+
export * from './UpdateCaseDeclineTicketsRequest';
|
|
725
|
+
export * from './UpdateCasePaymentRequest';
|
|
726
|
+
export * from './UpdateCitationAddressRequest';
|
|
727
|
+
export * from './UpdateCitationPictureRequest';
|
|
728
|
+
export * from './UpdateCitationRequest';
|
|
729
|
+
export * from './UpdateCoachingCardRequest';
|
|
730
|
+
export * from './UpdateCourtRequest';
|
|
731
|
+
export * from './UpdateDisputeRequest';
|
|
732
|
+
export * from './UpdateInvoiceLineItemRequest';
|
|
733
|
+
export * from './UpdateLawfirmFeeRequest';
|
|
734
|
+
export * from './UpdateLawfirmFeeResponse';
|
|
735
|
+
export * from './UpdateLawfirmModel';
|
|
736
|
+
export * from './UpdateLawfirmPaymentModelRequest';
|
|
737
|
+
export * from './UpdateLawfirmPayoutRequest';
|
|
738
|
+
export * from './UpdateLawfirmPayoutResponse';
|
|
739
|
+
export * from './UpdateLawfirmRequest';
|
|
740
|
+
export * from './UpdateLawfirmSettingsRequest';
|
|
741
|
+
export * from './UpdateLawyerRoleRequest';
|
|
742
|
+
export * from './UpdateNoteInput';
|
|
743
|
+
export * from './UpdateNoteRequest';
|
|
744
|
+
export * from './UpdateNoteResponse';
|
|
745
|
+
export * from './UpdatePaymentDueDateRequest';
|
|
746
|
+
export * from './UpdatePhoneNumber';
|
|
747
|
+
export * from './UpdateProfilePictureRequest';
|
|
748
|
+
export * from './UpdateProfilePictureResponse';
|
|
749
|
+
export * from './UpdateRefundEligibilityForCaseRequest';
|
|
750
|
+
export * from './UpdateReplyForCustomerReview';
|
|
751
|
+
export * from './UpdateUserDetailsResponse';
|
|
752
|
+
export * from './UpdateUserModel';
|
|
753
|
+
export * from './UpdateUserPhoneNumberRequest';
|
|
754
|
+
export * from './UpdateUserProfileRequest';
|
|
755
|
+
export * from './UpdateUserRolesRequest';
|
|
756
|
+
export * from './UpdateUserSettingsRequest';
|
|
757
|
+
export * from './UpdateUserSettingsResponse';
|
|
758
|
+
export * from './UpdateViolationRequest';
|
|
759
|
+
export * from './UploadLawfirmsRequest';
|
|
760
|
+
export * from './UploadLawfirmsResponse';
|
|
761
|
+
export * from './UpsertAddressRequest';
|
|
762
|
+
export * from './User';
|
|
763
|
+
export * from './UserAccountModel';
|
|
764
|
+
export * from './UserAssetModel';
|
|
765
|
+
export * from './UserAuditEventModel';
|
|
766
|
+
export * from './UserBookingsDomain';
|
|
767
|
+
export * from './UserDetails';
|
|
768
|
+
export * from './UserDomain';
|
|
769
|
+
export * from './UserDomainReq';
|
|
770
|
+
export * from './UserDomainRes';
|
|
771
|
+
export * from './UserItem';
|
|
772
|
+
export * from './UserRefLinkDomain';
|
|
773
|
+
export * from './UserReferralLinkModel';
|
|
774
|
+
export * from './UserReferralLinkModelReq';
|
|
775
|
+
export * from './UserReferralLinkModelRes';
|
|
776
|
+
export * from './UserReferralSourceTypeModel';
|
|
777
|
+
export * from './UserRegistrationStats';
|
|
778
|
+
export * from './UserRoleDomain';
|
|
779
|
+
export * from './UserSocialProfileModel';
|
|
780
|
+
export * from './UserSocialProfileModelReq';
|
|
781
|
+
export * from './UserSocialProfileModelRes';
|
|
782
|
+
export * from './UserSubscriptionPlanModel';
|
|
783
|
+
export * from './UserSubscriptionPlanModelReq';
|
|
784
|
+
export * from './UserSubscriptionPlanModelRes';
|
|
785
|
+
export * from './UserToContact';
|
|
786
|
+
export * from './UserWatchlistsModel';
|
|
787
|
+
export * from './ValidateDirectMailRequest';
|
|
788
|
+
export * from './ValidateDirectMailResponse';
|
|
789
|
+
export * from './ValidatePhoneNumberRequest';
|
|
790
|
+
export * from './ValidatePhoneNumberResponse';
|
|
791
|
+
export * from './ValidateUserEmailResponse';
|
|
792
|
+
export * from './VerifyCaptchaTokenRequest';
|
|
793
|
+
export * from './VerifyCaptchaTokenResponse';
|
|
794
|
+
export * from './VerifyMailingAddressRequest';
|
|
795
|
+
export * from './VerifyMailingAddressResponse';
|
|
796
|
+
export * from './VerifyPasswordResetTokenResponse';
|
|
797
|
+
export * from './VerifyUserAccountResponse';
|
|
798
|
+
export * from './VerifyUserPasswordRequest';
|
|
799
|
+
export * from './Violation';
|
|
800
|
+
export * from './ViolationClassificationModel';
|
|
801
|
+
export * from './ViolationInput';
|
|
802
|
+
export * from './ViolationInputRequest';
|
|
803
|
+
export * from './ViolationModel';
|
|
804
|
+
export * from './ViolationNames';
|
|
805
|
+
export * from './ViolationPenaltyModel';
|
|
806
|
+
export * from './ViolationPenaltyResponse';
|
|
807
|
+
export * from './ViolationResponse';
|
|
808
|
+
export * from './WatchlistItemsModel';
|
|
809
|
+
export * from './WorkflowCaseModel';
|
|
810
|
+
export * from './WorkflowCitationModel';
|
|
811
|
+
export * from './WorkflowLineItemModel';
|
|
812
|
+
export * from './WorkflowViolationModel';
|
|
813
|
+
export * from './WorkflowViolationPenaltyModel';
|
|
814
|
+
export * from './ZoneId';
|
|
815
|
+
export * from './ZoneOffset';
|
|
816
|
+
export * from './ZoneOffsetTransition';
|
|
817
|
+
export * from './ZoneOffsetTransitionRule';
|
|
818
|
+
export * from './ZoneRules';
|