@otr-app/shared-backend-generated-client 2.3.120 → 2.3.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/angular/.openapi-generator/FILES +2 -2
- package/dist/angular/api/externalTicketLookupController.service.ts +5 -8
- package/dist/angular/api/ocrPredictionController.service.ts +72 -0
- package/dist/angular/model/models.ts +2 -2
- package/dist/angular/model/predictImageClassificationRequest.ts +18 -0
- package/dist/angular/model/predictImageClassificationResponse.ts +31 -0
- package/dist/otrBackendService.js +37 -0
- package/dist/otrBackendService.min.js +2 -2
- 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/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/CaseActionsControllerApi.ts +239 -0
- package/dist/typescript/api/CaseControllerApi.ts +558 -0
- package/dist/typescript/api/CaseCreationControllerApi.ts +89 -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/ConfigurationControllerApi.ts +51 -0
- package/dist/typescript/api/ConsoleListControllerApi.ts +508 -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 +232 -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/EmailSubscriptionControllerApi.ts +58 -0
- package/dist/typescript/api/ExternalTicketLookupControllerApi.d.ts +1 -1
- 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/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.d.ts +6 -0
- package/dist/typescript/api/OcrPredictionControllerApi.js +25 -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 +112 -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 +87 -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 +77 -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/WatchlistControllerApi.ts +104 -0
- package/dist/typescript/api/WebsocketMessageControllerApi.ts +66 -0
- package/dist/typescript/api/WorkflowStateControllerApi.ts +61 -0
- package/dist/typescript/api/api.ts +207 -0
- package/dist/typescript/api.module.ts +109 -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/ActionByEntityModel.ts +95 -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 +87 -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/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/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/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 +46 -0
- package/dist/typescript/model/CaseActionRequestModel.ts +39 -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/CaseCreationRequest.ts +23 -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 +96 -0
- package/dist/typescript/model/CaseModelReq.ts +96 -0
- package/dist/typescript/model/CaseModelRes.ts +96 -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 +106 -0
- package/dist/typescript/model/CitationInputRequest.ts +94 -0
- package/dist/typescript/model/CitationModel.ts +127 -0
- package/dist/typescript/model/CitationModelReq.ts +127 -0
- package/dist/typescript/model/CitationModelRes.ts +127 -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/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/CountryDomain.ts +19 -0
- package/dist/typescript/model/CountryRegion.ts +22 -0
- package/dist/typescript/model/CountyDomain.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/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 +19 -0
- package/dist/typescript/model/CreateBillingSubscriptionResponse.ts +33 -0
- package/dist/typescript/model/CreateBranchLinkRequest.ts +26 -0
- package/dist/typescript/model/CreateCitationRequest.ts +100 -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 +24 -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/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/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/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/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 +62 -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 +37 -0
- package/dist/typescript/model/GetCaseCostsAttorneyResponse.ts +23 -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 +20 -0
- package/dist/typescript/model/GetCaseUserModel.ts +45 -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/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/GetCompetitionResponseModel.ts +21 -0
- package/dist/typescript/model/GetCountOfMatchingUsersRequest.ts +18 -0
- package/dist/typescript/model/GetCountOfMatchingUsersResponse.ts +18 -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/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 +19 -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 +44 -0
- package/dist/typescript/model/GhostUserResponse.ts +43 -0
- package/dist/typescript/model/GoogleLoginRequest.ts +19 -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/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 +42 -0
- package/dist/typescript/model/LawfirmAuditEventModel.ts +106 -0
- package/dist/typescript/model/LawfirmBookingSummary.ts +79 -0
- package/dist/typescript/model/LawfirmCaseDocument.ts +36 -0
- package/dist/typescript/model/LawfirmCaseModel.ts +49 -0
- package/dist/typescript/model/LawfirmCaseModelReq.ts +49 -0
- package/dist/typescript/model/LawfirmCaseModelRes.ts +49 -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/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/ListBillingSubscribersRequest.ts +18 -0
- package/dist/typescript/model/ListBillingSubscribersResponse.ts +19 -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/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/ListUserWatchlistsResponse.ts +18 -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 +80 -0
- package/dist/typescript/model/MatchInnerCaseResponse.ts +36 -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/OCRPredictionCaseResponse.ts +63 -0
- package/dist/typescript/model/OutgoingContactDomain.ts +29 -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 +25 -0
- package/dist/typescript/model/PredictImageClassificationRequest.d.ts +15 -0
- package/dist/typescript/model/PredictImageClassificationRequest.js +13 -0
- package/dist/typescript/model/PredictImageClassificationRequest.ts +19 -0
- package/dist/typescript/model/PredictImageClassificationResponse.d.ts +28 -0
- package/dist/typescript/model/PredictImageClassificationResponse.js +13 -0
- package/dist/typescript/model/PredictImageClassificationResponse.ts +32 -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 +77 -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 +60 -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/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 +22 -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 +62 -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 +73 -0
- package/dist/typescript/model/SendEmailToUsersRequest.ts +61 -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 +30 -0
- package/dist/typescript/model/SetReferralSourceRequest.ts +49 -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 +49 -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/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/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/UserAuditEventModel.ts +165 -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/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 +31 -0
- package/dist/typescript/model/UserSubscriptionPlanModelReq.ts +31 -0
- package/dist/typescript/model/UserSubscriptionPlanModelRes.ts +31 -0
- package/dist/typescript/model/UserToContact.ts +19 -0
- package/dist/typescript/model/UserWatchlistsModel.ts +21 -0
- package/dist/typescript/model/UserWatchlistsResponseModel.ts +19 -0
- package/dist/typescript/model/ValidateDirectMailRequest.ts +19 -0
- package/dist/typescript/model/ValidateDirectMailResponse.ts +292 -0
- package/dist/typescript/model/ValidateUserEmailResponse.ts +20 -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 +30 -0
- package/dist/typescript/model/WatchlistItemsRequest.ts +20 -0
- package/dist/typescript/model/WorkflowCaseModel.ts +81 -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 +2 -2
- package/dist/typescript/model/models.js +2 -2
- package/dist/typescript/model/models.ts +687 -0
- package/package.json +1 -1
|
@@ -0,0 +1,94 @@
|
|
|
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 CaseNotesControllerApi {
|
|
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 getCaseNotes
|
|
32
|
+
* @param caseId caseId
|
|
33
|
+
*/
|
|
34
|
+
public getCaseNotesUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseNotesResponse> {
|
|
35
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/notes'
|
|
36
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
37
|
+
|
|
38
|
+
let queryParameters: any = {};
|
|
39
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
40
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
41
|
+
if (caseId === null || caseId === undefined) {
|
|
42
|
+
throw new Error('Required parameter caseId was null or undefined when calling getCaseNotesUsingGET.');
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
46
|
+
method: 'GET',
|
|
47
|
+
url: localVarPath,
|
|
48
|
+
params: queryParameters,
|
|
49
|
+
headers: headerParams
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
if (extraHttpRequestParams) {
|
|
53
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
return this.$http(httpRequestParams);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @summary saveCaseNotes
|
|
61
|
+
* @param caseId caseId
|
|
62
|
+
* @param request request
|
|
63
|
+
*/
|
|
64
|
+
public saveCaseNotesUsingPOST (caseId: string, request: models.SaveCaseNotesRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
65
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/notes'
|
|
66
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
67
|
+
|
|
68
|
+
let queryParameters: any = {};
|
|
69
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
70
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
71
|
+
if (caseId === null || caseId === undefined) {
|
|
72
|
+
throw new Error('Required parameter caseId was null or undefined when calling saveCaseNotesUsingPOST.');
|
|
73
|
+
}
|
|
74
|
+
|
|
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 saveCaseNotesUsingPOST.');
|
|
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
|
+
}
|
|
@@ -0,0 +1,599 @@
|
|
|
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 CasePaymentControllerApi {
|
|
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 authorizeChargeForCasePayment
|
|
32
|
+
* @param caseId caseId
|
|
33
|
+
* @param casePaymentId casePaymentId
|
|
34
|
+
* @param request request
|
|
35
|
+
*/
|
|
36
|
+
public authorizeChargeForCasePaymentUsingPOST (caseId: string, casePaymentId: string, request?: models.AuthorizeChargeForCasePaymentRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.AuthorizeChargeForCasePaymentResponse> {
|
|
37
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payments/{casePaymentId}/authorize'
|
|
38
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
39
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
40
|
+
|
|
41
|
+
let queryParameters: any = {};
|
|
42
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
43
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
44
|
+
if (caseId === null || caseId === undefined) {
|
|
45
|
+
throw new Error('Required parameter caseId was null or undefined when calling authorizeChargeForCasePaymentUsingPOST.');
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
49
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
50
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling authorizeChargeForCasePaymentUsingPOST.');
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
54
|
+
method: 'POST',
|
|
55
|
+
url: localVarPath,
|
|
56
|
+
data: request,
|
|
57
|
+
params: queryParameters,
|
|
58
|
+
headers: headerParams
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
if (extraHttpRequestParams) {
|
|
62
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return this.$http(httpRequestParams);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @summary captureChargeFromCasePayment
|
|
70
|
+
* @param caseId caseId
|
|
71
|
+
* @param casePaymentId casePaymentId
|
|
72
|
+
* @param request request
|
|
73
|
+
*/
|
|
74
|
+
public captureChargeFromCasePaymentUsingPOST (caseId: string, casePaymentId: string, request?: models.CaptureChargeFromCasePaymentRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<boolean> {
|
|
75
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payments/{casePaymentId}/capture'
|
|
76
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
77
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
78
|
+
|
|
79
|
+
let queryParameters: any = {};
|
|
80
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
81
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
82
|
+
if (caseId === null || caseId === undefined) {
|
|
83
|
+
throw new Error('Required parameter caseId was null or undefined when calling captureChargeFromCasePaymentUsingPOST.');
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
87
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
88
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling captureChargeFromCasePaymentUsingPOST.');
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
92
|
+
method: 'POST',
|
|
93
|
+
url: localVarPath,
|
|
94
|
+
data: request,
|
|
95
|
+
params: queryParameters,
|
|
96
|
+
headers: headerParams
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
if (extraHttpRequestParams) {
|
|
100
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
return this.$http(httpRequestParams);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @summary deleteCasePayment
|
|
108
|
+
* @param caseId caseId
|
|
109
|
+
* @param casePaymentId casePaymentId
|
|
110
|
+
*/
|
|
111
|
+
public deleteCasePaymentUsingDELETE (caseId: string, casePaymentId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
112
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payments/{casePaymentId}'
|
|
113
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
114
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
115
|
+
|
|
116
|
+
let queryParameters: any = {};
|
|
117
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
118
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
119
|
+
if (caseId === null || caseId === undefined) {
|
|
120
|
+
throw new Error('Required parameter caseId was null or undefined when calling deleteCasePaymentUsingDELETE.');
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
124
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
125
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling deleteCasePaymentUsingDELETE.');
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
129
|
+
method: 'DELETE',
|
|
130
|
+
url: localVarPath,
|
|
131
|
+
params: queryParameters,
|
|
132
|
+
headers: headerParams
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
if (extraHttpRequestParams) {
|
|
136
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
return this.$http(httpRequestParams);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @summary generateCasePaymentPlan
|
|
144
|
+
* @param caseId caseId
|
|
145
|
+
* @param paymentPlanTypeId paymentPlanTypeId
|
|
146
|
+
* @param period period
|
|
147
|
+
* @param productId productId
|
|
148
|
+
*/
|
|
149
|
+
public generateCasePaymentPlanUsingGET (caseId: string, paymentPlanTypeId: string, period?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', productId?: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.ListCostItemsForCustomerResponse> {
|
|
150
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payment-plans/{paymentPlanTypeId}'
|
|
151
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
152
|
+
.replace('{' + 'paymentPlanTypeId' + '}', encodeURIComponent(String(paymentPlanTypeId)));
|
|
153
|
+
|
|
154
|
+
let queryParameters: any = {};
|
|
155
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
156
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
157
|
+
if (caseId === null || caseId === undefined) {
|
|
158
|
+
throw new Error('Required parameter caseId was null or undefined when calling generateCasePaymentPlanUsingGET.');
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// verify required parameter 'paymentPlanTypeId' is not null or undefined
|
|
162
|
+
if (paymentPlanTypeId === null || paymentPlanTypeId === undefined) {
|
|
163
|
+
throw new Error('Required parameter paymentPlanTypeId was null or undefined when calling generateCasePaymentPlanUsingGET.');
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
if (period !== undefined) {
|
|
167
|
+
queryParameters['period'] = period;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
if (productId !== undefined) {
|
|
171
|
+
queryParameters['productId'] = productId;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
175
|
+
method: 'GET',
|
|
176
|
+
url: localVarPath,
|
|
177
|
+
params: queryParameters,
|
|
178
|
+
headers: headerParams
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
if (extraHttpRequestParams) {
|
|
182
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
return this.$http(httpRequestParams);
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @summary getAvailablePaymentPlans
|
|
190
|
+
* @param lawfirmId lawfirmId
|
|
191
|
+
* @param legalFeeInCents legalFeeInCents
|
|
192
|
+
* @param state state
|
|
193
|
+
*/
|
|
194
|
+
public getAvailablePaymentPlansUsingPOST (lawfirmId: number, legalFeeInCents: string, state: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetAvailablePaymentPlansResponse> {
|
|
195
|
+
const localVarPath = this.basePath + '/api/v1/payment-plans/{lawfirmId}/case-payment'
|
|
196
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
197
|
+
|
|
198
|
+
let queryParameters: any = {};
|
|
199
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
200
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
201
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
202
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getAvailablePaymentPlansUsingPOST.');
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// verify required parameter 'legalFeeInCents' is not null or undefined
|
|
206
|
+
if (legalFeeInCents === null || legalFeeInCents === undefined) {
|
|
207
|
+
throw new Error('Required parameter legalFeeInCents was null or undefined when calling getAvailablePaymentPlansUsingPOST.');
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// verify required parameter 'state' is not null or undefined
|
|
211
|
+
if (state === null || state === undefined) {
|
|
212
|
+
throw new Error('Required parameter state was null or undefined when calling getAvailablePaymentPlansUsingPOST.');
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
if (legalFeeInCents !== undefined) {
|
|
216
|
+
queryParameters['legalFeeInCents'] = legalFeeInCents;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
if (state !== undefined) {
|
|
220
|
+
queryParameters['state'] = state;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
224
|
+
method: 'POST',
|
|
225
|
+
url: localVarPath,
|
|
226
|
+
params: queryParameters,
|
|
227
|
+
headers: headerParams
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
if (extraHttpRequestParams) {
|
|
231
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
return this.$http(httpRequestParams);
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary getCasePayments
|
|
239
|
+
* @param caseId caseId
|
|
240
|
+
*/
|
|
241
|
+
public getCasePaymentsUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCasePaymentsResponse> {
|
|
242
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payments'
|
|
243
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
244
|
+
|
|
245
|
+
let queryParameters: any = {};
|
|
246
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
247
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
248
|
+
if (caseId === null || caseId === undefined) {
|
|
249
|
+
throw new Error('Required parameter caseId was null or undefined when calling getCasePaymentsUsingGET.');
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
253
|
+
method: 'GET',
|
|
254
|
+
url: localVarPath,
|
|
255
|
+
params: queryParameters,
|
|
256
|
+
headers: headerParams
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
if (extraHttpRequestParams) {
|
|
260
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
return this.$http(httpRequestParams);
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @summary getPaymentPlanOptions
|
|
268
|
+
* @param caseId caseId
|
|
269
|
+
* @param feeInCents feeInCents
|
|
270
|
+
* @param lawfirmId lawfirmId
|
|
271
|
+
* @param userId userId
|
|
272
|
+
*/
|
|
273
|
+
public getPaymentPlanOptionsUsingGET (caseId: string, feeInCents: number, lawfirmId: number, userId?: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetAvailablePaymentPlansResponse> {
|
|
274
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payment-plans'
|
|
275
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
276
|
+
|
|
277
|
+
let queryParameters: any = {};
|
|
278
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
279
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
280
|
+
if (caseId === null || caseId === undefined) {
|
|
281
|
+
throw new Error('Required parameter caseId was null or undefined when calling getPaymentPlanOptionsUsingGET.');
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// verify required parameter 'feeInCents' is not null or undefined
|
|
285
|
+
if (feeInCents === null || feeInCents === undefined) {
|
|
286
|
+
throw new Error('Required parameter feeInCents was null or undefined when calling getPaymentPlanOptionsUsingGET.');
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
290
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
291
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getPaymentPlanOptionsUsingGET.');
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
if (feeInCents !== undefined) {
|
|
295
|
+
queryParameters['feeInCents'] = feeInCents;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
if (lawfirmId !== undefined) {
|
|
299
|
+
queryParameters['lawfirmId'] = lawfirmId;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
if (userId !== undefined) {
|
|
303
|
+
queryParameters['userId'] = userId;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
307
|
+
method: 'GET',
|
|
308
|
+
url: localVarPath,
|
|
309
|
+
params: queryParameters,
|
|
310
|
+
headers: headerParams
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
if (extraHttpRequestParams) {
|
|
314
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
return this.$http(httpRequestParams);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
*
|
|
321
|
+
* @summary getStripeCharge
|
|
322
|
+
* @param caseId caseId
|
|
323
|
+
* @param stripeChargeId stripeChargeId
|
|
324
|
+
*/
|
|
325
|
+
public getStripeChargeUsingGET (caseId: string, stripeChargeId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetStripeChargeResponse> {
|
|
326
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/charges/{stripeChargeId}'
|
|
327
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
328
|
+
.replace('{' + 'stripeChargeId' + '}', encodeURIComponent(String(stripeChargeId)));
|
|
329
|
+
|
|
330
|
+
let queryParameters: any = {};
|
|
331
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
332
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
333
|
+
if (caseId === null || caseId === undefined) {
|
|
334
|
+
throw new Error('Required parameter caseId was null or undefined when calling getStripeChargeUsingGET.');
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// verify required parameter 'stripeChargeId' is not null or undefined
|
|
338
|
+
if (stripeChargeId === null || stripeChargeId === undefined) {
|
|
339
|
+
throw new Error('Required parameter stripeChargeId was null or undefined when calling getStripeChargeUsingGET.');
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
343
|
+
method: 'GET',
|
|
344
|
+
url: localVarPath,
|
|
345
|
+
params: queryParameters,
|
|
346
|
+
headers: headerParams
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
if (extraHttpRequestParams) {
|
|
350
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
return this.$http(httpRequestParams);
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
*
|
|
357
|
+
* @summary getStripeCharges
|
|
358
|
+
* @param caseId caseId
|
|
359
|
+
*/
|
|
360
|
+
public getStripeChargesUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetStripeChargesResponse> {
|
|
361
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/stripe-charges'
|
|
362
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
363
|
+
|
|
364
|
+
let queryParameters: any = {};
|
|
365
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
366
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
367
|
+
if (caseId === null || caseId === undefined) {
|
|
368
|
+
throw new Error('Required parameter caseId was null or undefined when calling getStripeChargesUsingGET.');
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
372
|
+
method: 'GET',
|
|
373
|
+
url: localVarPath,
|
|
374
|
+
params: queryParameters,
|
|
375
|
+
headers: headerParams
|
|
376
|
+
};
|
|
377
|
+
|
|
378
|
+
if (extraHttpRequestParams) {
|
|
379
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
return this.$http(httpRequestParams);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @summary listCostItemsForAttorney
|
|
387
|
+
* @param caseId caseId
|
|
388
|
+
*/
|
|
389
|
+
public listCostItemsForAttorneyUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseCostsAttorneyResponse> {
|
|
390
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/attorney/cost'
|
|
391
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
392
|
+
|
|
393
|
+
let queryParameters: any = {};
|
|
394
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
395
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
396
|
+
if (caseId === null || caseId === undefined) {
|
|
397
|
+
throw new Error('Required parameter caseId was null or undefined when calling listCostItemsForAttorneyUsingGET.');
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
401
|
+
method: 'GET',
|
|
402
|
+
url: localVarPath,
|
|
403
|
+
params: queryParameters,
|
|
404
|
+
headers: headerParams
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
if (extraHttpRequestParams) {
|
|
408
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
return this.$http(httpRequestParams);
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
*
|
|
415
|
+
* @summary listCostItemsForCustomer
|
|
416
|
+
* @param caseId caseId
|
|
417
|
+
* @param period period
|
|
418
|
+
* @param productId productId
|
|
419
|
+
*/
|
|
420
|
+
public listCostItemsForCustomerUsingGET (caseId: string, period?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', productId?: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.ListCostItemsForCustomerResponse> {
|
|
421
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/customer/cost'
|
|
422
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
423
|
+
|
|
424
|
+
let queryParameters: any = {};
|
|
425
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
426
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
427
|
+
if (caseId === null || caseId === undefined) {
|
|
428
|
+
throw new Error('Required parameter caseId was null or undefined when calling listCostItemsForCustomerUsingGET.');
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
if (period !== undefined) {
|
|
432
|
+
queryParameters['period'] = period;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
if (productId !== undefined) {
|
|
436
|
+
queryParameters['productId'] = productId;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
440
|
+
method: 'GET',
|
|
441
|
+
url: localVarPath,
|
|
442
|
+
params: queryParameters,
|
|
443
|
+
headers: headerParams
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
if (extraHttpRequestParams) {
|
|
447
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
return this.$http(httpRequestParams);
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @summary scheduleNewPayment
|
|
455
|
+
* @param caseId caseId
|
|
456
|
+
* @param request request
|
|
457
|
+
*/
|
|
458
|
+
public scheduleNewPaymentUsingPOST (caseId: string, request: models.ScheduleNewPaymentRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
459
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/payments'
|
|
460
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
461
|
+
|
|
462
|
+
let queryParameters: any = {};
|
|
463
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
464
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
465
|
+
if (caseId === null || caseId === undefined) {
|
|
466
|
+
throw new Error('Required parameter caseId was null or undefined when calling scheduleNewPaymentUsingPOST.');
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
// verify required parameter 'request' is not null or undefined
|
|
470
|
+
if (request === null || request === undefined) {
|
|
471
|
+
throw new Error('Required parameter request was null or undefined when calling scheduleNewPaymentUsingPOST.');
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
475
|
+
method: 'POST',
|
|
476
|
+
url: localVarPath,
|
|
477
|
+
data: request,
|
|
478
|
+
params: queryParameters,
|
|
479
|
+
headers: headerParams
|
|
480
|
+
};
|
|
481
|
+
|
|
482
|
+
if (extraHttpRequestParams) {
|
|
483
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
return this.$http(httpRequestParams);
|
|
487
|
+
}
|
|
488
|
+
/**
|
|
489
|
+
*
|
|
490
|
+
* @summary updateCasePayment
|
|
491
|
+
* @param casePaymentId casePaymentId
|
|
492
|
+
* @param request request
|
|
493
|
+
*/
|
|
494
|
+
public updateCasePaymentUsingPUT (casePaymentId: string, request: models.UpdateCasePaymentRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
495
|
+
const localVarPath = this.basePath + '/api/v1/payments/{casePaymentId}'
|
|
496
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
497
|
+
|
|
498
|
+
let queryParameters: any = {};
|
|
499
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
500
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
501
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
502
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling updateCasePaymentUsingPUT.');
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// verify required parameter 'request' is not null or undefined
|
|
506
|
+
if (request === null || request === undefined) {
|
|
507
|
+
throw new Error('Required parameter request was null or undefined when calling updateCasePaymentUsingPUT.');
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
511
|
+
method: 'PUT',
|
|
512
|
+
url: localVarPath,
|
|
513
|
+
data: request,
|
|
514
|
+
params: queryParameters,
|
|
515
|
+
headers: headerParams
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
if (extraHttpRequestParams) {
|
|
519
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
return this.$http(httpRequestParams);
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @summary updatePaymentDueDate
|
|
527
|
+
* @param casePaymentId casePaymentId
|
|
528
|
+
* @param request request
|
|
529
|
+
*/
|
|
530
|
+
public updatePaymentDueDateUsingPUT (casePaymentId: string, request: models.UpdatePaymentDueDateRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
531
|
+
const localVarPath = this.basePath + '/api/v1/payments/{casePaymentId}/due-date'
|
|
532
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
533
|
+
|
|
534
|
+
let queryParameters: any = {};
|
|
535
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
536
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
537
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
538
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling updatePaymentDueDateUsingPUT.');
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// verify required parameter 'request' is not null or undefined
|
|
542
|
+
if (request === null || request === undefined) {
|
|
543
|
+
throw new Error('Required parameter request was null or undefined when calling updatePaymentDueDateUsingPUT.');
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
547
|
+
method: 'PUT',
|
|
548
|
+
url: localVarPath,
|
|
549
|
+
data: request,
|
|
550
|
+
params: queryParameters,
|
|
551
|
+
headers: headerParams
|
|
552
|
+
};
|
|
553
|
+
|
|
554
|
+
if (extraHttpRequestParams) {
|
|
555
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
return this.$http(httpRequestParams);
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
*
|
|
562
|
+
* @summary updatePaymentRecipient
|
|
563
|
+
* @param casePaymentId casePaymentId
|
|
564
|
+
* @param recipient recipient
|
|
565
|
+
*/
|
|
566
|
+
public updatePaymentRecipientUsingPUT (casePaymentId: string, recipient: 'COURT' | 'LAWFIRM' | 'OTR', extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
567
|
+
const localVarPath = this.basePath + '/api/v1/payments/{casePaymentId}/owner'
|
|
568
|
+
.replace('{' + 'casePaymentId' + '}', encodeURIComponent(String(casePaymentId)));
|
|
569
|
+
|
|
570
|
+
let queryParameters: any = {};
|
|
571
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
572
|
+
// verify required parameter 'casePaymentId' is not null or undefined
|
|
573
|
+
if (casePaymentId === null || casePaymentId === undefined) {
|
|
574
|
+
throw new Error('Required parameter casePaymentId was null or undefined when calling updatePaymentRecipientUsingPUT.');
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// verify required parameter 'recipient' is not null or undefined
|
|
578
|
+
if (recipient === null || recipient === undefined) {
|
|
579
|
+
throw new Error('Required parameter recipient was null or undefined when calling updatePaymentRecipientUsingPUT.');
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
if (recipient !== undefined) {
|
|
583
|
+
queryParameters['recipient'] = recipient;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
587
|
+
method: 'PUT',
|
|
588
|
+
url: localVarPath,
|
|
589
|
+
params: queryParameters,
|
|
590
|
+
headers: headerParams
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
if (extraHttpRequestParams) {
|
|
594
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
return this.$http(httpRequestParams);
|
|
598
|
+
}
|
|
599
|
+
}
|