@otr-app/shared-backend-generated-client 2.3.187 → 2.3.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/angular/.openapi-generator/FILES +1 -3
- package/dist/angular/api/consoleListController.service.ts +9 -4
- package/dist/angular/api/externalContentVoteController.service.ts +0 -60
- package/dist/angular/model/externalContentVote.ts +25 -0
- package/dist/angular/model/models.ts +1 -3
- package/dist/angular/model/saveExternalContentVoteRequest.ts +7 -14
- package/dist/otrBackendService.js +5 -34
- package/dist/otrBackendService.min.js +7 -7
- package/dist/typescript/api/ActionRequiredControllerApi.ts +58 -0
- package/dist/typescript/api/ActivityFeedControllerApi.ts +71 -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 +558 -0
- package/dist/typescript/api/CaseCounterOfferControllerApi.ts +195 -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 +599 -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 +614 -0
- package/dist/typescript/api/CoachingCardsControllerApi.ts +148 -0
- package/dist/typescript/api/ConfigurationControllerApi.ts +51 -0
- package/dist/typescript/api/ConsoleListControllerApi.d.ts +2 -1
- package/dist/typescript/api/ConsoleListControllerApi.js +5 -1
- package/dist/typescript/api/ConsoleListControllerApi.ts +551 -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 +301 -0
- package/dist/typescript/api/CustomerServiceAgentBookingsControllerApi.ts +140 -0
- package/dist/typescript/api/CustomerServiceAgentControllerApi.ts +56 -0
- package/dist/typescript/api/DashboardControllerApi.ts +329 -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/ExternalContentVoteControllerApi.d.ts +0 -6
- package/dist/typescript/api/ExternalContentVoteControllerApi.js +0 -25
- 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/LawfirmCaseDecisionControllerApi.ts +65 -0
- package/dist/typescript/api/LawfirmCasesControllerApi.ts +95 -0
- package/dist/typescript/api/LawfirmControllerApi.ts +799 -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 +516 -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 +141 -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/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 +294 -0
- package/dist/typescript/api/RecurringBillingControllerApi.ts +218 -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 +101 -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 +354 -0
- package/dist/typescript/api/UserPasswordControllerApi.ts +271 -0
- package/dist/typescript/api/UserProfileControllerApi.ts +324 -0
- package/dist/typescript/api/UserSearchControllerApi.ts +87 -0
- package/dist/typescript/api/UserSettingsControllerApi.ts +176 -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 +223 -0
- package/dist/typescript/api.module.ts +117 -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 +98 -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 +20 -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/AgentBookingStats.ts +23 -0
- package/dist/typescript/model/AgentBookingsSummary.ts +20 -0
- package/dist/typescript/model/AggregateBySource.ts +31 -0
- package/dist/typescript/model/AggregateRatingMetrics.ts +21 -0
- package/dist/typescript/model/AggregateReferralCredit.ts +20 -0
- package/dist/typescript/model/Alert.ts +35 -0
- package/dist/typescript/model/AlertNotificationResponse.ts +19 -0
- package/dist/typescript/model/AnonymousTicketUploadModel.ts +23 -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/AuditLog.ts +28 -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/BillingInvoiceModel.ts +32 -0
- package/dist/typescript/model/BillingPriceModel.ts +42 -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 +38 -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/CaptureChargeFromCasePaymentRequest.ts +19 -0
- package/dist/typescript/model/Case.ts +117 -0
- package/dist/typescript/model/CaseActionDomain.ts +49 -0
- package/dist/typescript/model/CaseActionRequestModel.ts +42 -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 +63 -0
- package/dist/typescript/model/CaseLineItemDomainRes.ts +63 -0
- package/dist/typescript/model/CaseLineItemsSummary.ts +30 -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/CasePaymentDomain.ts +65 -0
- package/dist/typescript/model/CasePaymentModel.ts +20 -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 +44 -0
- package/dist/typescript/model/ChargeFeeToLawfirmResponse.ts +18 -0
- package/dist/typescript/model/CitationAuditEventModel.ts +113 -0
- package/dist/typescript/model/CitationAuditLog.ts +32 -0
- package/dist/typescript/model/CitationInputRequest.ts +94 -0
- package/dist/typescript/model/CitationModel.ts +128 -0
- package/dist/typescript/model/CitationModelReq.ts +128 -0
- package/dist/typescript/model/CitationModelRes.ts +128 -0
- package/dist/typescript/model/CitationViolationModel.ts +84 -0
- package/dist/typescript/model/CitationWithMissingCourt.ts +76 -0
- package/dist/typescript/model/CitationWithMissingFields.ts +153 -0
- package/dist/typescript/model/CitationsResponseModel.ts +203 -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 +25 -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/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 +39 -0
- package/dist/typescript/model/CourtInputRequest.ts +18 -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 +20 -0
- package/dist/typescript/model/CreateBillingSubscriptionResponse.ts +33 -0
- package/dist/typescript/model/CreateBranchLinkRequest.ts +26 -0
- package/dist/typescript/model/CreateCitationRequest.ts +101 -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 +59 -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 +56 -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 +32 -0
- package/dist/typescript/model/DashboardCitationModel.ts +34 -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/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/ExternalContentVote.d.ts +20 -0
- package/dist/typescript/model/ExternalContentVote.js +22 -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 +61 -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/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/FuturePayment.ts +34 -0
- package/dist/typescript/model/GenerateTemplateRequest.ts +63 -0
- package/dist/typescript/model/GenericAdminListRequest.ts +18 -0
- package/dist/typescript/model/GeoRatesRequest.ts +24 -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 +40 -0
- package/dist/typescript/model/GetCaseCostsAttorneyResponse.ts +23 -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/GetCasesWithMissingLawfirmPayoutsResponse.ts +19 -0
- package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.ts +19 -0
- package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.ts +19 -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/GetCountOfMatchingUsersRequest.ts +18 -0
- package/dist/typescript/model/GetCountOfMatchingUsersResponse.ts +18 -0
- package/dist/typescript/model/GetCounterOfferResponse.ts +28 -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/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 +20 -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 +121 -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 +39 -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 +18 -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/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 +20 -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 +67 -0
- package/dist/typescript/model/GhostUserResponse.ts +43 -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/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 +43 -0
- package/dist/typescript/model/LawfirmAuditEventModel.ts +113 -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 +52 -0
- package/dist/typescript/model/LawfirmInboxMessageDomain.ts +105 -0
- package/dist/typescript/model/LawfirmItem.ts +77 -0
- package/dist/typescript/model/LawfirmLeadDomain.ts +109 -0
- package/dist/typescript/model/LawfirmPayoutDomain.ts +48 -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 +53 -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 +41 -0
- package/dist/typescript/model/LineItemModel.ts +48 -0
- package/dist/typescript/model/LineItemRequest.ts +51 -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 +42 -0
- package/dist/typescript/model/ListBillingSubscriptionsResponse.ts +19 -0
- package/dist/typescript/model/ListCitationAuditEventsResponse.ts +20 -0
- package/dist/typescript/model/ListCitationsRequest.ts +104 -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/ListLawfirmAuditEventsByCursorResponse.ts +20 -0
- package/dist/typescript/model/ListLawfirmStorefrontsResponse.ts +20 -0
- package/dist/typescript/model/ListLawfirmSurchargeModel.ts +40 -0
- package/dist/typescript/model/ListLawfirmSurchargeTypeModel.ts +30 -0
- package/dist/typescript/model/ListLawfirmSurchargesResponse.ts +18 -0
- package/dist/typescript/model/ListNotesResponse.ts +21 -0
- package/dist/typescript/model/ListPhoneCallsCountModel.ts +19 -0
- package/dist/typescript/model/ListPhoneCallsModel.ts +55 -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 +63 -0
- package/dist/typescript/model/MarkCaseAsResolvedResponse.ts +70 -0
- package/dist/typescript/model/MatchCaseLineItemModel.ts +48 -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 +19 -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 +36 -0
- package/dist/typescript/model/NewUserResponse.ts +22 -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 +24 -0
- package/dist/typescript/model/OCRPredictionCaseResponse.ts +65 -0
- package/dist/typescript/model/OCRViolationModel.ts +84 -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 +31 -0
- package/dist/typescript/model/PhoneNumberDomain.ts +46 -0
- package/dist/typescript/model/PhoneNumberDomainReq.ts +46 -0
- package/dist/typescript/model/PhoneNumberDomainRes.ts +46 -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/PredictCitationTextRequest.ts +20 -0
- package/dist/typescript/model/PredictImageClassificationRequest.ts +19 -0
- package/dist/typescript/model/PredictImageClassificationResponse.ts +47 -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 +35 -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 +29 -0
- package/dist/typescript/model/RegisterGhostUserResponse.ts +18 -0
- package/dist/typescript/model/RegisterNewUserRequest.ts +61 -0
- package/dist/typescript/model/RegisterNewUserResponse.ts +21 -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/SNSNotificationRequest.ts +21 -0
- package/dist/typescript/model/SSLCertificateResponse.ts +18 -0
- package/dist/typescript/model/SaveAgentBookingRequest.ts +22 -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 +22 -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 +36 -0
- package/dist/typescript/model/SaveExternalContentVoteRequest.d.ts +7 -12
- package/dist/typescript/model/SaveExternalContentVoteRequest.js +0 -11
- package/dist/typescript/model/SaveExternalContentVoteRequest.ts +24 -0
- package/dist/typescript/model/SaveItemToWatchlistRequest.ts +34 -0
- package/dist/typescript/model/SaveLawfirmSurchargeModel.ts +50 -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/SaveUserWatchlistsRequest.ts +21 -0
- package/dist/typescript/model/ScheduleNewPaymentRequest.ts +45 -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 +44 -0
- package/dist/typescript/model/SendPayoutToLawfirmResponse.ts +18 -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/SetFlagOnMessageModel.ts +18 -0
- package/dist/typescript/model/SetFlagOnMessagesRequest.ts +20 -0
- package/dist/typescript/model/SetLawfirmCaseDecisionRequest.ts +32 -0
- package/dist/typescript/model/SetReferralSourceRequest.ts +50 -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/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/SocialLoginRequest.ts +52 -0
- package/dist/typescript/model/SocialLoginResponse.ts +21 -0
- package/dist/typescript/model/SocialLoginUser.ts +28 -0
- package/dist/typescript/model/SocialPhoneNumber.ts +29 -0
- package/dist/typescript/model/SqlResponse.ts +18 -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/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/TemporalUnit.ts +21 -0
- package/dist/typescript/model/TicketLeadDomain.ts +86 -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/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/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 +45 -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 +42 -0
- package/dist/typescript/model/UpdateLawfirmFeeResponse.ts +18 -0
- package/dist/typescript/model/UpdateLawfirmModel.ts +61 -0
- package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.ts +25 -0
- package/dist/typescript/model/UpdateLawfirmPayoutRequest.ts +39 -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/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 +65 -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/UpsertAddressRequest.ts +18 -0
- package/dist/typescript/model/User.ts +20 -0
- package/dist/typescript/model/UserAccountModel.ts +34 -0
- package/dist/typescript/model/UserAssetModel.ts +22 -0
- package/dist/typescript/model/UserAuditEventModel.ts +178 -0
- package/dist/typescript/model/UserBookingsDomain.ts +19 -0
- package/dist/typescript/model/UserDetails.ts +21 -0
- package/dist/typescript/model/UserDomain.ts +98 -0
- package/dist/typescript/model/UserDomainReq.ts +97 -0
- package/dist/typescript/model/UserDomainRes.ts +98 -0
- package/dist/typescript/model/UserItem.ts +21 -0
- package/dist/typescript/model/UserRefLinkDomain.ts +20 -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/UserSubscriptionPlanModel.ts +33 -0
- package/dist/typescript/model/UserSubscriptionPlanModelReq.ts +32 -0
- package/dist/typescript/model/UserSubscriptionPlanModelRes.ts +33 -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 +299 -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 +20 -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 +89 -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 +48 -0
- package/dist/typescript/model/WorkflowViolationModel.ts +85 -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.d.ts +1 -3
- package/dist/typescript/model/models.js +1 -3
- package/dist/typescript/model/models.ts +743 -0
- package/package.json +1 -1
|
@@ -0,0 +1,799 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import * as models from '../model/models';
|
|
14
|
+
|
|
15
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
16
|
+
|
|
17
|
+
export class LawfirmControllerApi {
|
|
18
|
+
protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
|
|
19
|
+
public defaultHeaders : any = {};
|
|
20
|
+
|
|
21
|
+
static $inject: string[] = ['$http', '$httpParamSerializer', 'basePath'];
|
|
22
|
+
|
|
23
|
+
constructor(protected $http: ng.IHttpService, protected $httpParamSerializer?: (d: any) => any, basePath?: string) {
|
|
24
|
+
if (basePath !== undefined) {
|
|
25
|
+
this.basePath = basePath;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary addLawfirmAddress
|
|
32
|
+
* @param lawfirmId lawfirmId
|
|
33
|
+
* @param request request
|
|
34
|
+
*/
|
|
35
|
+
public addLawfirmAddressUsingPOST (lawfirmId: number, request: models.UpsertAddressRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
36
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/addresses'
|
|
37
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
38
|
+
|
|
39
|
+
let queryParameters: any = {};
|
|
40
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
41
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
42
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
43
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling addLawfirmAddressUsingPOST.');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// verify required parameter 'request' is not null or undefined
|
|
47
|
+
if (request === null || request === undefined) {
|
|
48
|
+
throw new Error('Required parameter request was null or undefined when calling addLawfirmAddressUsingPOST.');
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
52
|
+
method: 'POST',
|
|
53
|
+
url: localVarPath,
|
|
54
|
+
data: request,
|
|
55
|
+
params: queryParameters,
|
|
56
|
+
headers: headerParams
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
if (extraHttpRequestParams) {
|
|
60
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return this.$http(httpRequestParams);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @summary createLawfirm
|
|
68
|
+
* @param request request
|
|
69
|
+
*/
|
|
70
|
+
public createLawfirmUsingPOST (request: models.CreateNewLawfirmRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmResponse> {
|
|
71
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms';
|
|
72
|
+
|
|
73
|
+
let queryParameters: any = {};
|
|
74
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
75
|
+
// verify required parameter 'request' is not null or undefined
|
|
76
|
+
if (request === null || request === undefined) {
|
|
77
|
+
throw new Error('Required parameter request was null or undefined when calling createLawfirmUsingPOST.');
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
81
|
+
method: 'POST',
|
|
82
|
+
url: localVarPath,
|
|
83
|
+
data: request,
|
|
84
|
+
params: queryParameters,
|
|
85
|
+
headers: headerParams
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
if (extraHttpRequestParams) {
|
|
89
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return this.$http(httpRequestParams);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @summary deleteLawfirmConnectedAccount
|
|
97
|
+
* @param lawfirmId lawfirmId
|
|
98
|
+
* @param stripeAccountId stripeAccountId
|
|
99
|
+
*/
|
|
100
|
+
public deleteLawfirmConnectedAccountUsingDELETE (lawfirmId: number, stripeAccountId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
101
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/stripe/account/{stripeAccountId}'
|
|
102
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)))
|
|
103
|
+
.replace('{' + 'stripeAccountId' + '}', encodeURIComponent(String(stripeAccountId)));
|
|
104
|
+
|
|
105
|
+
let queryParameters: any = {};
|
|
106
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
107
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
108
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
109
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling deleteLawfirmConnectedAccountUsingDELETE.');
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// verify required parameter 'stripeAccountId' is not null or undefined
|
|
113
|
+
if (stripeAccountId === null || stripeAccountId === undefined) {
|
|
114
|
+
throw new Error('Required parameter stripeAccountId was null or undefined when calling deleteLawfirmConnectedAccountUsingDELETE.');
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
118
|
+
method: 'DELETE',
|
|
119
|
+
url: localVarPath,
|
|
120
|
+
params: queryParameters,
|
|
121
|
+
headers: headerParams
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
if (extraHttpRequestParams) {
|
|
125
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
return this.$http(httpRequestParams);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @summary deleteLawfirmCoverPhoto
|
|
133
|
+
* @param lawfirmId lawfirmId
|
|
134
|
+
*/
|
|
135
|
+
public deleteLawfirmCoverPhotoUsingDELETE (lawfirmId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
136
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/cover-photo'
|
|
137
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
138
|
+
|
|
139
|
+
let queryParameters: any = {};
|
|
140
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
141
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
142
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
143
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling deleteLawfirmCoverPhotoUsingDELETE.');
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
147
|
+
method: 'DELETE',
|
|
148
|
+
url: localVarPath,
|
|
149
|
+
params: queryParameters,
|
|
150
|
+
headers: headerParams
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
if (extraHttpRequestParams) {
|
|
154
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
return this.$http(httpRequestParams);
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
*
|
|
161
|
+
* @summary getInboxMessages
|
|
162
|
+
* @param lawfirmId lawfirmId
|
|
163
|
+
* @param caseStatuses caseStatuses
|
|
164
|
+
* @param courtDateFilter courtDateFilter
|
|
165
|
+
* @param filter filter
|
|
166
|
+
* @param latestMessageBy latestMessageBy
|
|
167
|
+
* @param length length
|
|
168
|
+
* @param page page
|
|
169
|
+
* @param query query
|
|
170
|
+
* @param statusCategories statusCategories
|
|
171
|
+
*/
|
|
172
|
+
public getInboxMessagesUsingGET (lawfirmId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', courtDateFilter?: 'NO_COURT_DATE' | 'PAST_DUE' | 'PAST_DUE_AND_NO_COURT_DATE' | 'UPCOMING', filter?: 'ARCHIVE' | 'DEFAULT' | 'FLAG_ONLY' | 'STAR_ONLY', latestMessageBy?: 'ADMIN' | 'CLIENT' | 'LAWYER', length?: number, page?: number, query?: string, statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmInboxMessagesResponse> {
|
|
173
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/inbox-messages'
|
|
174
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
175
|
+
|
|
176
|
+
let queryParameters: any = {};
|
|
177
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
178
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
179
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
180
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getInboxMessagesUsingGET.');
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
if (caseStatuses !== undefined) {
|
|
184
|
+
queryParameters['caseStatuses'] = caseStatuses;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
if (courtDateFilter !== undefined) {
|
|
188
|
+
queryParameters['courtDateFilter'] = courtDateFilter;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
if (filter !== undefined) {
|
|
192
|
+
queryParameters['filter'] = filter;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
if (latestMessageBy !== undefined) {
|
|
196
|
+
queryParameters['latestMessageBy'] = latestMessageBy;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
if (length !== undefined) {
|
|
200
|
+
queryParameters['length'] = length;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
if (page !== undefined) {
|
|
204
|
+
queryParameters['page'] = page;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
if (query !== undefined) {
|
|
208
|
+
queryParameters['query'] = query;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
if (statusCategories !== undefined) {
|
|
212
|
+
queryParameters['statusCategories'] = statusCategories;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
216
|
+
method: 'GET',
|
|
217
|
+
url: localVarPath,
|
|
218
|
+
params: queryParameters,
|
|
219
|
+
headers: headerParams
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
if (extraHttpRequestParams) {
|
|
223
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
return this.$http(httpRequestParams);
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @summary getLawfirmAddresses
|
|
231
|
+
* @param lawfirmId lawfirmId
|
|
232
|
+
*/
|
|
233
|
+
public getLawfirmAddressesUsingGET (lawfirmId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmAddressesResponse> {
|
|
234
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/addresses'
|
|
235
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
236
|
+
|
|
237
|
+
let queryParameters: any = {};
|
|
238
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
239
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
240
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
241
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getLawfirmAddressesUsingGET.');
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
245
|
+
method: 'GET',
|
|
246
|
+
url: localVarPath,
|
|
247
|
+
params: queryParameters,
|
|
248
|
+
headers: headerParams
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
if (extraHttpRequestParams) {
|
|
252
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
return this.$http(httpRequestParams);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @summary getLawfirmByUrl
|
|
260
|
+
* @param seoUrl seoUrl
|
|
261
|
+
*/
|
|
262
|
+
public getLawfirmByUrlUsingGET (seoUrl: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmResponse> {
|
|
263
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/url';
|
|
264
|
+
|
|
265
|
+
let queryParameters: any = {};
|
|
266
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
267
|
+
// verify required parameter 'seoUrl' is not null or undefined
|
|
268
|
+
if (seoUrl === null || seoUrl === undefined) {
|
|
269
|
+
throw new Error('Required parameter seoUrl was null or undefined when calling getLawfirmByUrlUsingGET.');
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
if (seoUrl !== undefined) {
|
|
273
|
+
queryParameters['seoUrl'] = seoUrl;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
277
|
+
method: 'GET',
|
|
278
|
+
url: localVarPath,
|
|
279
|
+
params: queryParameters,
|
|
280
|
+
headers: headerParams
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
if (extraHttpRequestParams) {
|
|
284
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
return this.$http(httpRequestParams);
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* @summary getLawfirmCaseStats
|
|
292
|
+
* @param lawfirmId lawfirmId
|
|
293
|
+
*/
|
|
294
|
+
public getLawfirmCaseStatsUsingGET (lawfirmId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmCaseStatsResponse> {
|
|
295
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/cases/stats'
|
|
296
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
297
|
+
|
|
298
|
+
let queryParameters: any = {};
|
|
299
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
300
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
301
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
302
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getLawfirmCaseStatsUsingGET.');
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
306
|
+
method: 'GET',
|
|
307
|
+
url: localVarPath,
|
|
308
|
+
params: queryParameters,
|
|
309
|
+
headers: headerParams
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
if (extraHttpRequestParams) {
|
|
313
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
return this.$http(httpRequestParams);
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @summary getLawfirmJobTitles
|
|
321
|
+
*/
|
|
322
|
+
public getLawfirmJobTitlesUsingGET (extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmJobTitleResponse> {
|
|
323
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/job-titles';
|
|
324
|
+
|
|
325
|
+
let queryParameters: any = {};
|
|
326
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
327
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
328
|
+
method: 'GET',
|
|
329
|
+
url: localVarPath,
|
|
330
|
+
params: queryParameters,
|
|
331
|
+
headers: headerParams
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
if (extraHttpRequestParams) {
|
|
335
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
return this.$http(httpRequestParams);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
*
|
|
342
|
+
* @summary getLawfirmLawyers
|
|
343
|
+
* @param lawfirmId lawfirmId
|
|
344
|
+
*/
|
|
345
|
+
public getLawfirmLawyersUsingGET (lawfirmId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmLawyersResponse> {
|
|
346
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/lawyers'
|
|
347
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
348
|
+
|
|
349
|
+
let queryParameters: any = {};
|
|
350
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
351
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
352
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
353
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getLawfirmLawyersUsingGET.');
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
357
|
+
method: 'GET',
|
|
358
|
+
url: localVarPath,
|
|
359
|
+
params: queryParameters,
|
|
360
|
+
headers: headerParams
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
if (extraHttpRequestParams) {
|
|
364
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
return this.$http(httpRequestParams);
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* @summary getLawfirmStatuses
|
|
372
|
+
*/
|
|
373
|
+
public getLawfirmStatusesUsingGET (extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
374
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/statuses';
|
|
375
|
+
|
|
376
|
+
let queryParameters: any = {};
|
|
377
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
378
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
379
|
+
method: 'GET',
|
|
380
|
+
url: localVarPath,
|
|
381
|
+
params: queryParameters,
|
|
382
|
+
headers: headerParams
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
if (extraHttpRequestParams) {
|
|
386
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
return this.$http(httpRequestParams);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
*
|
|
393
|
+
* @summary getLawfirm
|
|
394
|
+
* @param lawfirmIdString lawfirmIdString
|
|
395
|
+
* @param isDetailsRequired isDetailsRequired
|
|
396
|
+
*/
|
|
397
|
+
public getLawfirmUsingGET (lawfirmIdString: string, isDetailsRequired?: boolean, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmResponse> {
|
|
398
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmIdString}'
|
|
399
|
+
.replace('{' + 'lawfirmIdString' + '}', encodeURIComponent(String(lawfirmIdString)));
|
|
400
|
+
|
|
401
|
+
let queryParameters: any = {};
|
|
402
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
403
|
+
// verify required parameter 'lawfirmIdString' is not null or undefined
|
|
404
|
+
if (lawfirmIdString === null || lawfirmIdString === undefined) {
|
|
405
|
+
throw new Error('Required parameter lawfirmIdString was null or undefined when calling getLawfirmUsingGET.');
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
if (isDetailsRequired !== undefined) {
|
|
409
|
+
queryParameters['isDetailsRequired'] = isDetailsRequired;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
413
|
+
method: 'GET',
|
|
414
|
+
url: localVarPath,
|
|
415
|
+
params: queryParameters,
|
|
416
|
+
headers: headerParams
|
|
417
|
+
};
|
|
418
|
+
|
|
419
|
+
if (extraHttpRequestParams) {
|
|
420
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
return this.$http(httpRequestParams);
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
*
|
|
427
|
+
* @summary getLawfirms
|
|
428
|
+
* @param acceptsAccidentTickets acceptsAccidentTickets
|
|
429
|
+
* @param acceptsPastDueTickets acceptsPastDueTickets
|
|
430
|
+
* @param includeTestLawfirms includeTestLawfirms
|
|
431
|
+
* @param includeVacationMode includeVacationMode
|
|
432
|
+
* @param q q
|
|
433
|
+
* @param states states
|
|
434
|
+
* @param statuses statuses
|
|
435
|
+
*/
|
|
436
|
+
public getLawfirmsUsingGET (acceptsAccidentTickets?: boolean, acceptsPastDueTickets?: boolean, includeTestLawfirms?: boolean, includeVacationMode?: boolean, q?: string, states?: 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY', statuses?: 'ACCOUNT_CLOSED' | 'DUPLICATE' | 'ESTABLISHED' | 'FUTURE_LEAD' | 'IN_TRIAL' | 'LAWFIRM_INTERESTED' | 'LAWFIRM_LEAD' | 'LAWFIRM_NOT_INTERESTED' | 'NOT_INTERESTED_FEE_SPLITTING_ETHICS' | 'NOT_INTERESTED_REFUND_ETHICS' | 'ONBOARDING' | 'TEMPORARILY_TURNED_OFF' | 'TERMINATED_FRAUD' | 'TERMINATED_POOR_SERVICE' | 'TERMINATED_POOR_SUCCESS' | 'UNDER_REVIEW', extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmsResponse> {
|
|
437
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms';
|
|
438
|
+
|
|
439
|
+
let queryParameters: any = {};
|
|
440
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
441
|
+
if (acceptsAccidentTickets !== undefined) {
|
|
442
|
+
queryParameters['acceptsAccidentTickets'] = acceptsAccidentTickets;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
if (acceptsPastDueTickets !== undefined) {
|
|
446
|
+
queryParameters['acceptsPastDueTickets'] = acceptsPastDueTickets;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
if (includeTestLawfirms !== undefined) {
|
|
450
|
+
queryParameters['includeTestLawfirms'] = includeTestLawfirms;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
if (includeVacationMode !== undefined) {
|
|
454
|
+
queryParameters['includeVacationMode'] = includeVacationMode;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
if (q !== undefined) {
|
|
458
|
+
queryParameters['q'] = q;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
if (states !== undefined) {
|
|
462
|
+
queryParameters['states'] = states;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
if (statuses !== undefined) {
|
|
466
|
+
queryParameters['statuses'] = statuses;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
470
|
+
method: 'GET',
|
|
471
|
+
url: localVarPath,
|
|
472
|
+
params: queryParameters,
|
|
473
|
+
headers: headerParams
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
if (extraHttpRequestParams) {
|
|
477
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
return this.$http(httpRequestParams);
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
*
|
|
484
|
+
* @summary getOtrLawfirmNotes
|
|
485
|
+
* @param lawfirmId lawfirmId
|
|
486
|
+
*/
|
|
487
|
+
public getOtrLawfirmNotesUsingGET (lawfirmId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
488
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/otr-notes'
|
|
489
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
490
|
+
|
|
491
|
+
let queryParameters: any = {};
|
|
492
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
493
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
494
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
495
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getOtrLawfirmNotesUsingGET.');
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
499
|
+
method: 'GET',
|
|
500
|
+
url: localVarPath,
|
|
501
|
+
params: queryParameters,
|
|
502
|
+
headers: headerParams
|
|
503
|
+
};
|
|
504
|
+
|
|
505
|
+
if (extraHttpRequestParams) {
|
|
506
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
return this.$http(httpRequestParams);
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @summary getStripeConnectedAccounts
|
|
514
|
+
* @param lawfirmId lawfirmId
|
|
515
|
+
*/
|
|
516
|
+
public getStripeConnectedAccountsUsingGET (lawfirmId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetStripeConnectedAccountsResponse> {
|
|
517
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/stripe'
|
|
518
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
519
|
+
|
|
520
|
+
let queryParameters: any = {};
|
|
521
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
522
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
523
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
524
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getStripeConnectedAccountsUsingGET.');
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
528
|
+
method: 'GET',
|
|
529
|
+
url: localVarPath,
|
|
530
|
+
params: queryParameters,
|
|
531
|
+
headers: headerParams
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
if (extraHttpRequestParams) {
|
|
535
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
return this.$http(httpRequestParams);
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
*
|
|
542
|
+
* @summary getSupportedStatesForLawfirm
|
|
543
|
+
* @param lawfirmId lawfirmId
|
|
544
|
+
*/
|
|
545
|
+
public getSupportedStatesForLawfirmUsingGET (lawfirmId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmSupportedStatesResponse> {
|
|
546
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/supported-states'
|
|
547
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
548
|
+
|
|
549
|
+
let queryParameters: any = {};
|
|
550
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
551
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
552
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
553
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getSupportedStatesForLawfirmUsingGET.');
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
557
|
+
method: 'GET',
|
|
558
|
+
url: localVarPath,
|
|
559
|
+
params: queryParameters,
|
|
560
|
+
headers: headerParams
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
if (extraHttpRequestParams) {
|
|
564
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
return this.$http(httpRequestParams);
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
*
|
|
571
|
+
* @summary setVacationMode
|
|
572
|
+
* @param lawfirmId lawfirmId
|
|
573
|
+
* @param request request
|
|
574
|
+
*/
|
|
575
|
+
public setVacationModeUsingPOST (lawfirmId: number, request: models.LawfirmVacationRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetLawfirmResponse> {
|
|
576
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/vacation'
|
|
577
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
578
|
+
|
|
579
|
+
let queryParameters: any = {};
|
|
580
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
581
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
582
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
583
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling setVacationModeUsingPOST.');
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// verify required parameter 'request' is not null or undefined
|
|
587
|
+
if (request === null || request === undefined) {
|
|
588
|
+
throw new Error('Required parameter request was null or undefined when calling setVacationModeUsingPOST.');
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
592
|
+
method: 'POST',
|
|
593
|
+
url: localVarPath,
|
|
594
|
+
data: request,
|
|
595
|
+
params: queryParameters,
|
|
596
|
+
headers: headerParams
|
|
597
|
+
};
|
|
598
|
+
|
|
599
|
+
if (extraHttpRequestParams) {
|
|
600
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
return this.$http(httpRequestParams);
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
*
|
|
607
|
+
* @summary updateLawfirmAddress
|
|
608
|
+
* @param addressId addressId
|
|
609
|
+
* @param lawfirmId lawfirmId
|
|
610
|
+
* @param request request
|
|
611
|
+
*/
|
|
612
|
+
public updateLawfirmAddressUsingPUT (addressId: number, lawfirmId: number, request: models.UpsertAddressRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
613
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/addresses/{addressId}'
|
|
614
|
+
.replace('{' + 'addressId' + '}', encodeURIComponent(String(addressId)))
|
|
615
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
616
|
+
|
|
617
|
+
let queryParameters: any = {};
|
|
618
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
619
|
+
// verify required parameter 'addressId' is not null or undefined
|
|
620
|
+
if (addressId === null || addressId === undefined) {
|
|
621
|
+
throw new Error('Required parameter addressId was null or undefined when calling updateLawfirmAddressUsingPUT.');
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
625
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
626
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling updateLawfirmAddressUsingPUT.');
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
// verify required parameter 'request' is not null or undefined
|
|
630
|
+
if (request === null || request === undefined) {
|
|
631
|
+
throw new Error('Required parameter request was null or undefined when calling updateLawfirmAddressUsingPUT.');
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
635
|
+
method: 'PUT',
|
|
636
|
+
url: localVarPath,
|
|
637
|
+
data: request,
|
|
638
|
+
params: queryParameters,
|
|
639
|
+
headers: headerParams
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
if (extraHttpRequestParams) {
|
|
643
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
return this.$http(httpRequestParams);
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
*
|
|
650
|
+
* @summary updateLawfirm
|
|
651
|
+
* @param lawfirmIdString lawfirmIdString
|
|
652
|
+
* @param request request
|
|
653
|
+
*/
|
|
654
|
+
public updateLawfirmUsingPUT (lawfirmIdString: string, request: models.UpdateLawfirmRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
655
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmIdString}'
|
|
656
|
+
.replace('{' + 'lawfirmIdString' + '}', encodeURIComponent(String(lawfirmIdString)));
|
|
657
|
+
|
|
658
|
+
let queryParameters: any = {};
|
|
659
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
660
|
+
// verify required parameter 'lawfirmIdString' is not null or undefined
|
|
661
|
+
if (lawfirmIdString === null || lawfirmIdString === undefined) {
|
|
662
|
+
throw new Error('Required parameter lawfirmIdString was null or undefined when calling updateLawfirmUsingPUT.');
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// verify required parameter 'request' is not null or undefined
|
|
666
|
+
if (request === null || request === undefined) {
|
|
667
|
+
throw new Error('Required parameter request was null or undefined when calling updateLawfirmUsingPUT.');
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
671
|
+
method: 'PUT',
|
|
672
|
+
url: localVarPath,
|
|
673
|
+
data: request,
|
|
674
|
+
params: queryParameters,
|
|
675
|
+
headers: headerParams
|
|
676
|
+
};
|
|
677
|
+
|
|
678
|
+
if (extraHttpRequestParams) {
|
|
679
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
return this.$http(httpRequestParams);
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
*
|
|
686
|
+
* @summary updateLawfirmWithPicture
|
|
687
|
+
* @param lawfirmId lawfirmId
|
|
688
|
+
* @param request request
|
|
689
|
+
*/
|
|
690
|
+
public updateLawfirmWithPictureUsingPUT (lawfirmId: string, request: models.LawfirmPictureRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
691
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/picture'
|
|
692
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
693
|
+
|
|
694
|
+
let queryParameters: any = {};
|
|
695
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
696
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
697
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
698
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling updateLawfirmWithPictureUsingPUT.');
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
// verify required parameter 'request' is not null or undefined
|
|
702
|
+
if (request === null || request === undefined) {
|
|
703
|
+
throw new Error('Required parameter request was null or undefined when calling updateLawfirmWithPictureUsingPUT.');
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
707
|
+
method: 'PUT',
|
|
708
|
+
url: localVarPath,
|
|
709
|
+
data: request,
|
|
710
|
+
params: queryParameters,
|
|
711
|
+
headers: headerParams
|
|
712
|
+
};
|
|
713
|
+
|
|
714
|
+
if (extraHttpRequestParams) {
|
|
715
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
return this.$http(httpRequestParams);
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
*
|
|
722
|
+
* @summary updateLawyerRole
|
|
723
|
+
* @param lawfirmId lawfirmId
|
|
724
|
+
* @param userId userId
|
|
725
|
+
* @param request request
|
|
726
|
+
*/
|
|
727
|
+
public updateLawyerRoleUsingPUT (lawfirmId: number, userId: number, request: models.UpdateLawyerRoleRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
728
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/lawyers/{userId}/update-role'
|
|
729
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)))
|
|
730
|
+
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
731
|
+
|
|
732
|
+
let queryParameters: any = {};
|
|
733
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
734
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
735
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
736
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling updateLawyerRoleUsingPUT.');
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
// verify required parameter 'userId' is not null or undefined
|
|
740
|
+
if (userId === null || userId === undefined) {
|
|
741
|
+
throw new Error('Required parameter userId was null or undefined when calling updateLawyerRoleUsingPUT.');
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
// verify required parameter 'request' is not null or undefined
|
|
745
|
+
if (request === null || request === undefined) {
|
|
746
|
+
throw new Error('Required parameter request was null or undefined when calling updateLawyerRoleUsingPUT.');
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
750
|
+
method: 'PUT',
|
|
751
|
+
url: localVarPath,
|
|
752
|
+
data: request,
|
|
753
|
+
params: queryParameters,
|
|
754
|
+
headers: headerParams
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
if (extraHttpRequestParams) {
|
|
758
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
return this.$http(httpRequestParams);
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @summary updatePaymentModel
|
|
766
|
+
* @param lawfirmId lawfirmId
|
|
767
|
+
* @param request request
|
|
768
|
+
*/
|
|
769
|
+
public updatePaymentModelUsingPUT (lawfirmId: number, request: models.UpdateLawfirmPaymentModelRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
770
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/payment-model'
|
|
771
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
772
|
+
|
|
773
|
+
let queryParameters: any = {};
|
|
774
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
775
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
776
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
777
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling updatePaymentModelUsingPUT.');
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
// verify required parameter 'request' is not null or undefined
|
|
781
|
+
if (request === null || request === undefined) {
|
|
782
|
+
throw new Error('Required parameter request was null or undefined when calling updatePaymentModelUsingPUT.');
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
786
|
+
method: 'PUT',
|
|
787
|
+
url: localVarPath,
|
|
788
|
+
data: request,
|
|
789
|
+
params: queryParameters,
|
|
790
|
+
headers: headerParams
|
|
791
|
+
};
|
|
792
|
+
|
|
793
|
+
if (extraHttpRequestParams) {
|
|
794
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
return this.$http(httpRequestParams);
|
|
798
|
+
}
|
|
799
|
+
}
|