@otr-app/shared-backend-generated-client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -0
- package/dist/otr-ts-client/.openapi-generator/VERSION +1 -0
- package/dist/otr-ts-client/.openapi-generator-ignore +23 -0
- package/dist/otr-ts-client/.swagger-codegen/VERSION +1 -0
- package/dist/otr-ts-client/api/ActionRequiredControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/AddressControllerApi.ts +80 -0
- package/dist/otr-ts-client/api/AlertNotificationControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/AppEventsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/AuthenticationControllerApi.ts +51 -0
- package/dist/otr-ts-client/api/AwsCredentialsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/BlogWebhookControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/BranchLinkControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CaseActionTimelineControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CaseActionsControllerApi.ts +152 -0
- package/dist/otr-ts-client/api/CaseControllerApi.ts +894 -0
- package/dist/otr-ts-client/api/CaseCreationControllerApi.ts +89 -0
- package/dist/otr-ts-client/api/CaseFinancialsControllerApi.ts +296 -0
- package/dist/otr-ts-client/api/CasePaymentControllerApi.ts +560 -0
- package/dist/otr-ts-client/api/CasePaymentPlanControllerApi.ts +114 -0
- package/dist/otr-ts-client/api/CaseStatusControllerApi.ts +56 -0
- package/dist/otr-ts-client/api/CaseTransferControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/CertificateControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/CitationControllerApi.ts +476 -0
- package/dist/otr-ts-client/api/ConfigurationControllerApi.ts +51 -0
- package/dist/otr-ts-client/api/ConsoleListControllerApi.ts +348 -0
- package/dist/otr-ts-client/api/ConversationControllerApi.ts +176 -0
- package/dist/otr-ts-client/api/CountyControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/CourtControllerApi.ts +337 -0
- package/dist/otr-ts-client/api/CrmControllerApi.ts +240 -0
- package/dist/otr-ts-client/api/CustomerLeadControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/CustomerReviewControllerApi.ts +66 -0
- package/dist/otr-ts-client/api/DashboardControllerApi.ts +290 -0
- package/dist/otr-ts-client/api/DirectMailControllerApi.ts +196 -0
- package/dist/otr-ts-client/api/DisputeControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/DripControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/DripWebhooksControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/EmailSubscriptionControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/FeedbackControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/FreshdeskTicketControllerApi.ts +101 -0
- package/dist/otr-ts-client/api/InsuranceCalculatorControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/InternalNotificationControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawfirmCaseDecisionControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/LawfirmCasesControllerApi.ts +104 -0
- package/dist/otr-ts-client/api/LawfirmControllerApi.ts +600 -0
- package/dist/otr-ts-client/api/LawfirmDocumentControllerApi.ts +256 -0
- package/dist/otr-ts-client/api/LawfirmFeeCoverageControllerApi.ts +273 -0
- package/dist/otr-ts-client/api/LawfirmRatesControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawfirmTransactionsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/LawyerControllerApi.ts +116 -0
- package/dist/otr-ts-client/api/LineItemControllerApi.ts +173 -0
- package/dist/otr-ts-client/api/NotesControllerApi.ts +123 -0
- package/dist/otr-ts-client/api/OnDemandRequestControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/PhoneLeadsControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/PushNotificationControllerApi.ts +222 -0
- package/dist/otr-ts-client/api/RefLinkControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/ReferralControllerApi.ts +252 -0
- package/dist/otr-ts-client/api/RefundEligibilityControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/RegistrationControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/ReportingControllerApi.ts +168 -0
- package/dist/otr-ts-client/api/ScheduledTaskControllerApi.ts +94 -0
- package/dist/otr-ts-client/api/SnsListenerControllerApi.ts +87 -0
- package/dist/otr-ts-client/api/SocialLoginControllerApi.ts +65 -0
- package/dist/otr-ts-client/api/StripeCardControllerApi.ts +393 -0
- package/dist/otr-ts-client/api/StripeControllerApi.ts +254 -0
- package/dist/otr-ts-client/api/TicketReviewControllerApi.ts +123 -0
- package/dist/otr-ts-client/api/TrafficViolationControllerApi.ts +141 -0
- package/dist/otr-ts-client/api/UserControllerApi.ts +502 -0
- package/dist/otr-ts-client/api/UserProfileControllerApi.ts +288 -0
- package/dist/otr-ts-client/api/UserReferralControllerApi.ts +80 -0
- package/dist/otr-ts-client/api/UserSettingsControllerApi.ts +58 -0
- package/dist/otr-ts-client/api/UtilityControllerApi.ts +141 -0
- package/dist/otr-ts-client/api/ValidationControllerApi.ts +61 -0
- package/dist/otr-ts-client/api/ViolationPenaltyControllerApi.ts +157 -0
- package/dist/otr-ts-client/api/api.ts +131 -0
- package/dist/otr-ts-client/api.module.ts +71 -0
- package/dist/otr-ts-client/git_push.sh +58 -0
- package/dist/otr-ts-client/index.ts +2 -0
- package/dist/otr-ts-client/model/AccountLevelFee.ts +33 -0
- package/dist/otr-ts-client/model/AccountLevelFeeRequest.ts +18 -0
- package/dist/otr-ts-client/model/AccountLevelFeeResponse.ts +18 -0
- package/dist/otr-ts-client/model/AccountLevelFeeToSave.ts +31 -0
- package/dist/otr-ts-client/model/AddACHToStripeAccountRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddActionToCaseRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddActionToCaseResponse.ts +18 -0
- package/dist/otr-ts-client/model/AddCardToStripeAccountRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddCardToStripeAccountResponse.ts +20 -0
- package/dist/otr-ts-client/model/AddCaseMessageResponse.ts +18 -0
- package/dist/otr-ts-client/model/AddCourtCoverageRequest.ts +20 -0
- package/dist/otr-ts-client/model/AddCourtRequest.ts +19 -0
- package/dist/otr-ts-client/model/AddExtraAccountRequest.ts +19 -0
- package/dist/otr-ts-client/model/AddNoteToPhoneLeadRequest.ts +34 -0
- package/dist/otr-ts-client/model/AddPenaltyRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddViolationRequest.ts +32 -0
- package/dist/otr-ts-client/model/AddViolationsToCitationRequest.ts +18 -0
- package/dist/otr-ts-client/model/AddressDomain.ts +96 -0
- package/dist/otr-ts-client/model/Alert.ts +35 -0
- package/dist/otr-ts-client/model/AlertNotificationResponse.ts +19 -0
- package/dist/otr-ts-client/model/AppEventCreateRequest.ts +27 -0
- package/dist/otr-ts-client/model/AppearanceAttorneyDomain.ts +21 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentRequest.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCasePaymentResponse.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseRequest.ts +19 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForCaseResponse.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeForInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/AuthorizeChargeLineItemResponse.ts +18 -0
- package/dist/otr-ts-client/model/AvailablePaymentPlan.ts +27 -0
- package/dist/otr-ts-client/model/AvailablePaymentPlanResponse.ts +18 -0
- package/dist/otr-ts-client/model/AwsCredentialsRequest.ts +23 -0
- package/dist/otr-ts-client/model/BlogDocument.ts +20 -0
- package/dist/otr-ts-client/model/BlogEvent.ts +21 -0
- package/dist/otr-ts-client/model/BlogMetadata.ts +20 -0
- package/dist/otr-ts-client/model/CancelCaseRequest.ts +54 -0
- package/dist/otr-ts-client/model/CancelCaseResponse.ts +28 -0
- package/dist/otr-ts-client/model/CaptureChargeFromCasePaymentRequest.ts +18 -0
- package/dist/otr-ts-client/model/CaseActionDomain.ts +33 -0
- package/dist/otr-ts-client/model/CaseAlert.ts +36 -0
- package/dist/otr-ts-client/model/CaseChargeDomain.ts +25 -0
- package/dist/otr-ts-client/model/CaseChargeResponsePojo.ts +19 -0
- package/dist/otr-ts-client/model/CaseCreationRequest.ts +20 -0
- package/dist/otr-ts-client/model/CaseDomain.ts +82 -0
- package/dist/otr-ts-client/model/CaseFinancialLineItemResponse.ts +19 -0
- package/dist/otr-ts-client/model/CaseFinancialsDomain.ts +46 -0
- package/dist/otr-ts-client/model/CaseFinancialsSummary.ts +33 -0
- package/dist/otr-ts-client/model/CaseFuturePayment.ts +20 -0
- package/dist/otr-ts-client/model/CaseLineItemDomain.ts +40 -0
- package/dist/otr-ts-client/model/CaseLineItemsSummary.ts +30 -0
- package/dist/otr-ts-client/model/CaseMessageDomain.ts +39 -0
- package/dist/otr-ts-client/model/CaseNotesDomain.ts +19 -0
- package/dist/otr-ts-client/model/CasePaymentDomain.ts +42 -0
- package/dist/otr-ts-client/model/CasePaymentPlanResponse.ts +34 -0
- package/dist/otr-ts-client/model/CaseStatusDetailsResponse.ts +59 -0
- package/dist/otr-ts-client/model/CaseStatusDomain.ts +65 -0
- package/dist/otr-ts-client/model/CaseSummaryDomain.ts +41 -0
- package/dist/otr-ts-client/model/CaseTransferHistory.ts +43 -0
- package/dist/otr-ts-client/model/CaseTransferResponse.ts +18 -0
- package/dist/otr-ts-client/model/CaseViolationPenalty.ts +33 -0
- package/dist/otr-ts-client/model/CaseWithCoverageObtained.ts +39 -0
- package/dist/otr-ts-client/model/ChangeUserPasswordRequest.ts +20 -0
- package/dist/otr-ts-client/model/ChargeDisputeDomain.ts +71 -0
- package/dist/otr-ts-client/model/Chronology.ts +18 -0
- package/dist/otr-ts-client/model/CitationDomain.ts +116 -0
- package/dist/otr-ts-client/model/CitationInputRequest.ts +93 -0
- package/dist/otr-ts-client/model/CitationWithMissingCourt.ts +76 -0
- package/dist/otr-ts-client/model/CitationWithMissingFields.ts +24 -0
- package/dist/otr-ts-client/model/ClientActionRequiredRequest.ts +27 -0
- package/dist/otr-ts-client/model/ClientLeadDomain.ts +24 -0
- package/dist/otr-ts-client/model/CollectionNotificationEvent.ts +17 -0
- package/dist/otr-ts-client/model/CountryDomain.ts +19 -0
- package/dist/otr-ts-client/model/CountryRegion.ts +22 -0
- package/dist/otr-ts-client/model/CountyDomain.ts +75 -0
- package/dist/otr-ts-client/model/CourtCoverageCountyRecord.ts +26 -0
- package/dist/otr-ts-client/model/CourtCoverageRecord.ts +29 -0
- package/dist/otr-ts-client/model/CourtCoverageStateRecord.ts +25 -0
- package/dist/otr-ts-client/model/CourtDomain.ts +42 -0
- package/dist/otr-ts-client/model/CoverageToRemove.ts +19 -0
- package/dist/otr-ts-client/model/CreateBranchLinkRequest.ts +26 -0
- package/dist/otr-ts-client/model/CreateCitationRequest.ts +93 -0
- package/dist/otr-ts-client/model/CreateCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateNewLawfirmRequest.ts +22 -0
- package/dist/otr-ts-client/model/CreateNoteInput.ts +25 -0
- package/dist/otr-ts-client/model/CreateNoteRequest.ts +18 -0
- package/dist/otr-ts-client/model/CreateNoteResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateReferralCodeRequest.ts +39 -0
- package/dist/otr-ts-client/model/CreateReferralCodeResponse.ts +18 -0
- package/dist/otr-ts-client/model/CreateReferralSourceForCitation.ts +18 -0
- package/dist/otr-ts-client/model/CustomerLead.ts +95 -0
- package/dist/otr-ts-client/model/CustomerReview.ts +36 -0
- package/dist/otr-ts-client/model/CustomerReviewResponse.ts +18 -0
- package/dist/otr-ts-client/model/DateTime.ts +22 -0
- package/dist/otr-ts-client/model/DateTimeZone.ts +19 -0
- package/dist/otr-ts-client/model/DeleteCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/DeleteNotificationEventRequest.ts +29 -0
- package/dist/otr-ts-client/model/DirectMailContact.ts +42 -0
- package/dist/otr-ts-client/model/DirectMailContactResponse.ts +18 -0
- package/dist/otr-ts-client/model/DirectMailGetRequest.ts +19 -0
- package/dist/otr-ts-client/model/DirectMailSendRequest.ts +28 -0
- package/dist/otr-ts-client/model/DirectMailTemplate.ts +30 -0
- package/dist/otr-ts-client/model/DirectMailTemplateResponse.ts +18 -0
- package/dist/otr-ts-client/model/DirectMailTemplateToAdd.ts +30 -0
- package/dist/otr-ts-client/model/DismissCitationsFromContactListRequest.ts +18 -0
- package/dist/otr-ts-client/model/DismissPhoneLeadRequest.ts +33 -0
- package/dist/otr-ts-client/model/DocumentDecisionRequest.ts +19 -0
- package/dist/otr-ts-client/model/DripRemoveRequest.ts +27 -0
- package/dist/otr-ts-client/model/DripWebhookData.ts +20 -0
- package/dist/otr-ts-client/model/DripWebhookEvent.ts +20 -0
- package/dist/otr-ts-client/model/EstimateInsuranceSavingsRequest.ts +76 -0
- package/dist/otr-ts-client/model/EstimateInsuranceSavingsResponse.ts +20 -0
- package/dist/otr-ts-client/model/FeedbackDomain.ts +20 -0
- package/dist/otr-ts-client/model/FindChargeDisputesResponse.ts +18 -0
- package/dist/otr-ts-client/model/FindCourtsWithNoCoverageResponse.ts +19 -0
- package/dist/otr-ts-client/model/FindDisputesRequest.ts +19 -0
- package/dist/otr-ts-client/model/FindMatchingUser.ts +34 -0
- package/dist/otr-ts-client/model/FindMatchingUsersRequest.ts +22 -0
- package/dist/otr-ts-client/model/FindMatchingUsersResponse.ts +18 -0
- package/dist/otr-ts-client/model/FindsCourtsResponse.ts +19 -0
- package/dist/otr-ts-client/model/FreshDeskConversation.ts +23 -0
- package/dist/otr-ts-client/model/FreshDeskRequester.ts +19 -0
- package/dist/otr-ts-client/model/FreshDeskTicket.ts +64 -0
- package/dist/otr-ts-client/model/FreshdeskTicketReferenceDomain.ts +35 -0
- package/dist/otr-ts-client/model/FreshdeskWebhookRequest.ts +23 -0
- package/dist/otr-ts-client/model/FuturePayment.ts +33 -0
- package/dist/otr-ts-client/model/GenerateTemplateRequest.ts +61 -0
- package/dist/otr-ts-client/model/GenericAdminListRequest.ts +18 -0
- package/dist/otr-ts-client/model/GeoRatesRequest.ts +21 -0
- package/dist/otr-ts-client/model/GetAddressInnerResponse.ts +23 -0
- package/dist/otr-ts-client/model/GetAppConfigResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetAppearanceAttorneysResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetAvailablePaymentPlansResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseActionResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseActionTimelineResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCaseActionTypesResponse.ts +30 -0
- package/dist/otr-ts-client/model/GetCaseChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseCostsAttorneyResponse.ts +23 -0
- package/dist/otr-ts-client/model/GetCaseDocumentResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseFinancialsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCaseFromCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseLineItemsResponse.ts +22 -0
- package/dist/otr-ts-client/model/GetCaseMessagesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCasePaymentsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseResolutionStatusesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCaseResponse.ts +20 -0
- package/dist/otr-ts-client/model/GetCasesWithCoverageObtainedResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCasesWithOverduePaymentsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetCasesWithUncapturedChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationPhoneLeadsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationPhoneLeadsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCitationsWithMissingFieldsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetClientCasesResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetCompetitionResponseModel.ts +21 -0
- package/dist/otr-ts-client/model/GetCountOfMatchingUsersRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetCountOfMatchingUsersResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountiesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountryListResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCountryRegionsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtCoverageForCountyReportResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtCoverageForStateReportResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCourtCoverageReportResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetCourtsByQueryResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetCourtsInnerResponse.ts +22 -0
- package/dist/otr-ts-client/model/GetCurrentUserResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetDocumentsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetEmailTemplateResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetInvalidCasesWithStripeChargeResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmAddressesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmCaseStatsResponse.ts +20 -0
- package/dist/otr-ts-client/model/GetLawfirmCasesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmCoverageReportResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmCoverageResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeCoverageModel.ts +24 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeCoverageResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmFeeModel.ts +21 -0
- package/dist/otr-ts-client/model/GetLawfirmInboxMessagesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmLeadsRequest.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmLeadsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmPaymentMethodsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLawfirmResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmSummaryCaseRequest.ts +92 -0
- package/dist/otr-ts-client/model/GetLawfirmSummaryCasesResponse.ts +21 -0
- package/dist/otr-ts-client/model/GetLawfirmSupportedStatesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmTransactionsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLawfirmsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetLineItemsResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetListOfCitationsWithMissingCourtResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedRequest.ts +20 -0
- package/dist/otr-ts-client/model/GetLostCasesWithTransferNotReversedResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetOutgoingContactsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPaymentMethodsForUserResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetPenaltyType.ts +32 -0
- package/dist/otr-ts-client/model/GetPenaltyTypesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesRequest.ts +17 -0
- package/dist/otr-ts-client/model/GetPendingAndRefusedCasesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPendingTicketReviewsRequest.ts +20 -0
- package/dist/otr-ts-client/model/GetPendingTicketReviewsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetPotentialCustomersRequest.ts +21 -0
- package/dist/otr-ts-client/model/GetPotentialCustomersResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetReferralCodeResponse.ts +39 -0
- package/dist/otr-ts-client/model/GetReferralCodesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetReferralsHistoryResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetStripeChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetStripeConnectedAccountResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetSupportTicketsResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetTicketReviewResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetTrafficViolationTypesResponse.ts +19 -0
- package/dist/otr-ts-client/model/GetUserAddressesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserRefLinksResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserReferralSourceTypesResponse.ts +18 -0
- package/dist/otr-ts-client/model/GetUserResponse.ts +18 -0
- package/dist/otr-ts-client/model/GraphRequest.ts +55 -0
- package/dist/otr-ts-client/model/HandleOrphanedStripeChargeRequest.ts +20 -0
- package/dist/otr-ts-client/model/HashMapstringobject.ts +17 -0
- package/dist/otr-ts-client/model/HashMapstringstring.ts +17 -0
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerRequest.ts +26 -0
- package/dist/otr-ts-client/model/InitiateCaseAndChargeCustomerResponse.ts +18 -0
- package/dist/otr-ts-client/model/InsertCaseLineItemResponse.ts +18 -0
- package/dist/otr-ts-client/model/InsertInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/IsRefundEligibleResponse.ts +25 -0
- package/dist/otr-ts-client/model/IsUserLoggedInResponse.ts +19 -0
- package/dist/otr-ts-client/model/KeyValueMapRequest.ts +20 -0
- package/dist/otr-ts-client/model/LawfirmCaseDocument.ts +35 -0
- package/dist/otr-ts-client/model/LawfirmCaseDomain.ts +46 -0
- package/dist/otr-ts-client/model/LawfirmCourtCoverageDomain.ts +33 -0
- package/dist/otr-ts-client/model/LawfirmCoverageRecord.ts +28 -0
- package/dist/otr-ts-client/model/LawfirmDocument.ts +35 -0
- package/dist/otr-ts-client/model/LawfirmDocumentResponse.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmDocumentTemplate.ts +34 -0
- package/dist/otr-ts-client/model/LawfirmDocumentTemplateResponse.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmDomain.ts +54 -0
- package/dist/otr-ts-client/model/LawfirmDomainPictureRequest.ts +18 -0
- package/dist/otr-ts-client/model/LawfirmInboxMessageDomain.ts +76 -0
- package/dist/otr-ts-client/model/LawfirmLeadDomain.ts +109 -0
- package/dist/otr-ts-client/model/LawfirmRatesResponse.ts +32 -0
- package/dist/otr-ts-client/model/LawfirmSettingsDomain.ts +33 -0
- package/dist/otr-ts-client/model/LawfirmTransactionDomain.ts +51 -0
- package/dist/otr-ts-client/model/LawfirmsRatesResponse.ts +18 -0
- package/dist/otr-ts-client/model/LineItem.ts +33 -0
- package/dist/otr-ts-client/model/LineItemRequest.ts +30 -0
- package/dist/otr-ts-client/model/ListRevenueRequest.ts +56 -0
- package/dist/otr-ts-client/model/LobEvent.ts +20 -0
- package/dist/otr-ts-client/model/LobEventRequest.ts +21 -0
- package/dist/otr-ts-client/model/LostCaseWithTransferNotReversed.ts +43 -0
- package/dist/otr-ts-client/model/MapstringCollectionNotificationEvent.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringint.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringobject.ts +17 -0
- package/dist/otr-ts-client/model/Mapstringstring.ts +17 -0
- package/dist/otr-ts-client/model/MarkCaseAsResolvedRequest.ts +55 -0
- package/dist/otr-ts-client/model/MarkCaseAsResolvedResponse.ts +62 -0
- package/dist/otr-ts-client/model/MatchCaseResponse.ts +20 -0
- package/dist/otr-ts-client/model/MatchCitationResponse.ts +27 -0
- package/dist/otr-ts-client/model/MatchInnerCaseResponse.ts +30 -0
- package/dist/otr-ts-client/model/MatchLawfirmCaseResponse.ts +21 -0
- package/dist/otr-ts-client/model/MessageInputDomain.ts +34 -0
- package/dist/otr-ts-client/model/MissingPaymentDomain.ts +63 -0
- package/dist/otr-ts-client/model/ModelDate.ts +26 -0
- package/dist/otr-ts-client/model/NewLawyerRequest.ts +19 -0
- package/dist/otr-ts-client/model/NewUser.ts +31 -0
- package/dist/otr-ts-client/model/NewUserResponse.ts +22 -0
- package/dist/otr-ts-client/model/NoLawyerAvailableRequest.ts +19 -0
- package/dist/otr-ts-client/model/NoteAuthor.ts +20 -0
- package/dist/otr-ts-client/model/NoteDomain.ts +29 -0
- package/dist/otr-ts-client/model/NotificationEvent.ts +23 -0
- package/dist/otr-ts-client/model/NotificationEvents.ts +19 -0
- package/dist/otr-ts-client/model/OutgoingContactDomain.ts +29 -0
- package/dist/otr-ts-client/model/Penalty.ts +36 -0
- package/dist/otr-ts-client/model/PenaltyRequest.ts +19 -0
- package/dist/otr-ts-client/model/PersistTicketEvaluationRequest.ts +31 -0
- package/dist/otr-ts-client/model/PhoneNumberDomain.ts +45 -0
- package/dist/otr-ts-client/model/PostCourtCoverageRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostCustomerLeadRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostFeedbackRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostNewCaseMessageRequest.ts +18 -0
- package/dist/otr-ts-client/model/PostReferralSourceRequest.ts +40 -0
- package/dist/otr-ts-client/model/PotentialCustomerDomain.ts +185 -0
- package/dist/otr-ts-client/model/PreviewDocumentRequest.ts +20 -0
- package/dist/otr-ts-client/model/PriceMatchRequest.ts +24 -0
- package/dist/otr-ts-client/model/PriceMatchResponse.ts +28 -0
- package/dist/otr-ts-client/model/PublishReferralRequest.ts +19 -0
- package/dist/otr-ts-client/model/PushNotificationRegistrationRequest.ts +26 -0
- package/dist/otr-ts-client/model/PushNotificationRequest.ts +35 -0
- package/dist/otr-ts-client/model/PutDocumentRequest.ts +32 -0
- package/dist/otr-ts-client/model/PutUserSettingsRequest.ts +19 -0
- package/dist/otr-ts-client/model/ReferralContact.ts +20 -0
- package/dist/otr-ts-client/model/ReferralResponse.ts +67 -0
- package/dist/otr-ts-client/model/RefundCaseChargesRequest.ts +19 -0
- package/dist/otr-ts-client/model/RefundCaseChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/RegisterNewUserRequest.ts +51 -0
- package/dist/otr-ts-client/model/RegisterNewUserResponse.ts +21 -0
- package/dist/otr-ts-client/model/RemoveCoverageRequest.ts +18 -0
- package/dist/otr-ts-client/model/ReplyToTicketRequest.ts +32 -0
- package/dist/otr-ts-client/model/RescheduleTaskRequest.ts +18 -0
- package/dist/otr-ts-client/model/ResetUserPasswordRequest.ts +19 -0
- package/dist/otr-ts-client/model/Results.ts +18 -0
- package/dist/otr-ts-client/model/ReverseCaseTransferRequest.ts +34 -0
- package/dist/otr-ts-client/model/SNSNotificationRequest.ts +21 -0
- package/dist/otr-ts-client/model/SSLCertificateResponse.ts +18 -0
- package/dist/otr-ts-client/model/SaveCaseNotesRequest.ts +18 -0
- package/dist/otr-ts-client/model/SaveLawyerLeadRequest.ts +35 -0
- package/dist/otr-ts-client/model/ScheduleNewPaymentRequest.ts +29 -0
- package/dist/otr-ts-client/model/ScheduledTaskGetResponse.ts +18 -0
- package/dist/otr-ts-client/model/ScheduledTaskResponse.ts +40 -0
- package/dist/otr-ts-client/model/SendConsolidatedEmailToUser.ts +61 -0
- package/dist/otr-ts-client/model/SendDirectMailResponse.ts +18 -0
- package/dist/otr-ts-client/model/SendEmailToUserRequest.ts +71 -0
- package/dist/otr-ts-client/model/SendEmailToUsersRequest.ts +60 -0
- package/dist/otr-ts-client/model/SetCourtDateForCaseRequest.ts +19 -0
- package/dist/otr-ts-client/model/SetLawfirmCaseDecisionRequest.ts +30 -0
- package/dist/otr-ts-client/model/SimpleCasePaymentDomain.ts +20 -0
- package/dist/otr-ts-client/model/SimpleCredentialsResponse.ts +19 -0
- package/dist/otr-ts-client/model/SimpleLineItemDomain.ts +19 -0
- package/dist/otr-ts-client/model/SocialLoginRequest.ts +42 -0
- package/dist/otr-ts-client/model/SocialLoginResponse.ts +21 -0
- package/dist/otr-ts-client/model/SocialLoginUser.ts +24 -0
- package/dist/otr-ts-client/model/SocialPhoneNumber.ts +29 -0
- package/dist/otr-ts-client/model/SqlResponse.ts +18 -0
- package/dist/otr-ts-client/model/StripeApplicationFeeRefundSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeApplicationFeeSyncResults.ts +21 -0
- package/dist/otr-ts-client/model/StripeCardDomain.ts +32 -0
- package/dist/otr-ts-client/model/StripeChargeDomain.ts +37 -0
- package/dist/otr-ts-client/model/StripeChargeSyncResults.ts +23 -0
- package/dist/otr-ts-client/model/StripeConnectedAccountDomain.ts +25 -0
- package/dist/otr-ts-client/model/StripeDisputeDomain.ts +74 -0
- package/dist/otr-ts-client/model/StripeFieldVerification.ts +20 -0
- package/dist/otr-ts-client/model/StripePaymentSourceDomain.ts +22 -0
- package/dist/otr-ts-client/model/StripeRefundSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeReversalSyncResults.ts +20 -0
- package/dist/otr-ts-client/model/StripeTransferSyncResults.ts +21 -0
- package/dist/otr-ts-client/model/SubscribeRequest.ts +18 -0
- package/dist/otr-ts-client/model/Subscriber.ts +27 -0
- package/dist/otr-ts-client/model/SubscriberDomain.ts +27 -0
- package/dist/otr-ts-client/model/SyncStripeChargesRequest.ts +20 -0
- package/dist/otr-ts-client/model/SyncStripeChargesResponse.ts +18 -0
- package/dist/otr-ts-client/model/SyncStripeDisputeResponse.ts +18 -0
- package/dist/otr-ts-client/model/TicketLeadDomain.ts +36 -0
- package/dist/otr-ts-client/model/TicketReviewRequest.ts +38 -0
- package/dist/otr-ts-client/model/Timestamp.ts +27 -0
- package/dist/otr-ts-client/model/TrafficViolationInputRequest.ts +18 -0
- package/dist/otr-ts-client/model/TrafficViolationTypeDomain.ts +34 -0
- package/dist/otr-ts-client/model/USStateDomain.ts +19 -0
- package/dist/otr-ts-client/model/UpdateAddress.ts +23 -0
- package/dist/otr-ts-client/model/UpdateAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCaseDeclineTicketsRequest.ts +20 -0
- package/dist/otr-ts-client/model/UpdateCitationAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCitationPictureRequest.ts +20 -0
- package/dist/otr-ts-client/model/UpdateCitationRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateCourtRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateDisputeRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateInvoiceLineItemRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateLawfirmRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateLawfirmSettingsRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteInput.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateNoteResponse.ts +18 -0
- package/dist/otr-ts-client/model/UpdatePaymentDueDateRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdatePhoneNumber.ts +41 -0
- package/dist/otr-ts-client/model/UpdateProfilePictureRequest.ts +19 -0
- package/dist/otr-ts-client/model/UpdateRefundEligibilityForCaseRequest.ts +25 -0
- package/dist/otr-ts-client/model/UpdateUserDetailsRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserDetailsResponse.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserPhoneNumberRequest.ts +18 -0
- package/dist/otr-ts-client/model/UpdateUserRolesRequest.ts +28 -0
- package/dist/otr-ts-client/model/UpdateViolationRequest.ts +19 -0
- package/dist/otr-ts-client/model/UpsertAddressRequest.ts +18 -0
- package/dist/otr-ts-client/model/UserBookingsDomain.ts +19 -0
- package/dist/otr-ts-client/model/UserDetails.ts +20 -0
- package/dist/otr-ts-client/model/UserDomain.ts +44 -0
- package/dist/otr-ts-client/model/UserRefLinkDomain.ts +20 -0
- package/dist/otr-ts-client/model/UserReferralSourceTypeDomain.ts +23 -0
- package/dist/otr-ts-client/model/UserRoleDomain.ts +27 -0
- package/dist/otr-ts-client/model/UserToContact.ts +19 -0
- package/dist/otr-ts-client/model/ValidateDirectMailRequest.ts +19 -0
- package/dist/otr-ts-client/model/ValidateDirectMailResponse.ts +196 -0
- package/dist/otr-ts-client/model/ValidateUserEmailResponse.ts +20 -0
- package/dist/otr-ts-client/model/VerifyPasswordResetTokenResponse.ts +19 -0
- package/dist/otr-ts-client/model/ViolationInputRequest.ts +18 -0
- package/dist/otr-ts-client/model/ViolationPenaltyResponse.ts +19 -0
- package/dist/otr-ts-client/model/ViolationResponse.ts +33 -0
- package/dist/otr-ts-client/model/models.ts +359 -0
- package/dist/otrBackendService.js +13223 -0
- package/dist/otrBackendService.min.js +5 -0
- package/package.json +32 -0
|
@@ -0,0 +1,894 @@
|
|
|
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 CaseControllerApi {
|
|
18
|
+
protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com:443';
|
|
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 addViolationsToCitation
|
|
32
|
+
* @param caseId caseId
|
|
33
|
+
* @param request request
|
|
34
|
+
*/
|
|
35
|
+
public addViolationsToCitationUsingPOST (caseId: string, request: models.AddViolationsToCitationRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
36
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/citation/violations'
|
|
37
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
38
|
+
|
|
39
|
+
let queryParameters: any = {};
|
|
40
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
41
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
42
|
+
if (caseId === null || caseId === undefined) {
|
|
43
|
+
throw new Error('Required parameter caseId was null or undefined when calling addViolationsToCitationUsingPOST.');
|
|
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 addViolationsToCitationUsingPOST.');
|
|
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 Apply referral code to a case to adjust the estimated cost and/or to assign the rightful lawfirm. This operation is idempotent
|
|
68
|
+
* @param caseId caseId
|
|
69
|
+
* @param codeId codeId
|
|
70
|
+
*/
|
|
71
|
+
public applyReferralCodeUsingPOST (caseId: string, codeId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.MatchCaseResponse> {
|
|
72
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/referralcode/{codeId}'
|
|
73
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
74
|
+
.replace('{' + 'codeId' + '}', encodeURIComponent(String(codeId)));
|
|
75
|
+
|
|
76
|
+
let queryParameters: any = {};
|
|
77
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
78
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
79
|
+
if (caseId === null || caseId === undefined) {
|
|
80
|
+
throw new Error('Required parameter caseId was null or undefined when calling applyReferralCodeUsingPOST.');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// verify required parameter 'codeId' is not null or undefined
|
|
84
|
+
if (codeId === null || codeId === undefined) {
|
|
85
|
+
throw new Error('Required parameter codeId was null or undefined when calling applyReferralCodeUsingPOST.');
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
89
|
+
method: 'POST',
|
|
90
|
+
url: localVarPath,
|
|
91
|
+
params: queryParameters,
|
|
92
|
+
headers: headerParams
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
if (extraHttpRequestParams) {
|
|
96
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
return this.$http(httpRequestParams);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary assignCaseToUser
|
|
104
|
+
* @param caseId caseId
|
|
105
|
+
* @param userId userId
|
|
106
|
+
*/
|
|
107
|
+
public assignCaseToUserUsingPOST (caseId: string, userId: number, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
108
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/owner/{userId}'
|
|
109
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
110
|
+
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
111
|
+
|
|
112
|
+
let queryParameters: any = {};
|
|
113
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
114
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
115
|
+
if (caseId === null || caseId === undefined) {
|
|
116
|
+
throw new Error('Required parameter caseId was null or undefined when calling assignCaseToUserUsingPOST.');
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// verify required parameter 'userId' is not null or undefined
|
|
120
|
+
if (userId === null || userId === undefined) {
|
|
121
|
+
throw new Error('Required parameter userId was null or undefined when calling assignCaseToUserUsingPOST.');
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
125
|
+
method: 'POST',
|
|
126
|
+
url: localVarPath,
|
|
127
|
+
params: queryParameters,
|
|
128
|
+
headers: headerParams
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
if (extraHttpRequestParams) {
|
|
132
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
return this.$http(httpRequestParams);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @summary assignOwner
|
|
140
|
+
* @param caseId caseId
|
|
141
|
+
*/
|
|
142
|
+
public assignOwnerUsingPOST (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
143
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/owner'
|
|
144
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
145
|
+
|
|
146
|
+
let queryParameters: any = {};
|
|
147
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
148
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
149
|
+
if (caseId === null || caseId === undefined) {
|
|
150
|
+
throw new Error('Required parameter caseId was null or undefined when calling assignOwnerUsingPOST.');
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
154
|
+
method: 'POST',
|
|
155
|
+
url: localVarPath,
|
|
156
|
+
params: queryParameters,
|
|
157
|
+
headers: headerParams
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
if (extraHttpRequestParams) {
|
|
161
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
return this.$http(httpRequestParams);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* @summary cancelCaseForClient
|
|
169
|
+
* @param caseId caseId
|
|
170
|
+
* @param cancellationStatus cancellationStatus
|
|
171
|
+
*/
|
|
172
|
+
public cancelCaseForClientUsingDELETE (caseId: string, cancellationStatus?: 'UNCONFIRMED' | 'STALE' | 'NO_LAWFIRM_AVAILABLE' | 'CLIENT_CONFIRMED' | 'CASE_IN_PROGRESS' | 'REFUSED_BY_LAWFIRM' | 'DISMISSED' | 'LOST' | 'AMENDED_NO_FINE' | 'AMENDED_FULL_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_INCREASED_FINE' | 'DEFERRED' | 'POINT_REDUCTION' | 'DIVERSION' | 'TRAFFIC_SCHOOL' | 'AMENDED_TO_NMV' | 'AMENDED_TO_INFRACTION' | 'AMENDED_DOWN_WITHIN_CLASS' | 'CLIENT_PAID_FINE' | 'FINE_REDUCTION_ONLY' | 'CANCELLED_BY_USER' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CANCELLED_DUPLICATE', extraHttpRequestParams?: any ) : ng.IHttpPromise<models.CancelCaseResponse> {
|
|
173
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}'
|
|
174
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
175
|
+
|
|
176
|
+
let queryParameters: any = {};
|
|
177
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
178
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
179
|
+
if (caseId === null || caseId === undefined) {
|
|
180
|
+
throw new Error('Required parameter caseId was null or undefined when calling cancelCaseForClientUsingDELETE.');
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
if (cancellationStatus !== undefined) {
|
|
184
|
+
queryParameters['cancellationStatus'] = cancellationStatus;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
188
|
+
method: 'DELETE',
|
|
189
|
+
url: localVarPath,
|
|
190
|
+
params: queryParameters,
|
|
191
|
+
headers: headerParams
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
if (extraHttpRequestParams) {
|
|
195
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
return this.$http(httpRequestParams);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @summary cancelCase
|
|
203
|
+
* @param request request
|
|
204
|
+
*/
|
|
205
|
+
public cancelCaseUsingDELETE (request: models.CancelCaseRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseResponse> {
|
|
206
|
+
const localVarPath = this.basePath + '/api/v2/cases';
|
|
207
|
+
|
|
208
|
+
let queryParameters: any = {};
|
|
209
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
210
|
+
// verify required parameter 'request' is not null or undefined
|
|
211
|
+
if (request === null || request === undefined) {
|
|
212
|
+
throw new Error('Required parameter request was null or undefined when calling cancelCaseUsingDELETE.');
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
216
|
+
method: 'DELETE',
|
|
217
|
+
url: localVarPath,
|
|
218
|
+
data: request,
|
|
219
|
+
params: queryParameters,
|
|
220
|
+
headers: headerParams
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
if (extraHttpRequestParams) {
|
|
224
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
return this.$http(httpRequestParams);
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @summary findChargeDisputesByCaseId
|
|
232
|
+
* @param caseId caseId
|
|
233
|
+
*/
|
|
234
|
+
public findChargeDisputesByCaseIdUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.FindChargeDisputesResponse> {
|
|
235
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/disputes'
|
|
236
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
237
|
+
|
|
238
|
+
let queryParameters: any = {};
|
|
239
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
240
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
241
|
+
if (caseId === null || caseId === undefined) {
|
|
242
|
+
throw new Error('Required parameter caseId was null or undefined when calling findChargeDisputesByCaseIdUsingGET.');
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
246
|
+
method: 'GET',
|
|
247
|
+
url: localVarPath,
|
|
248
|
+
params: queryParameters,
|
|
249
|
+
headers: headerParams
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
if (extraHttpRequestParams) {
|
|
253
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
return this.$http(httpRequestParams);
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
*
|
|
260
|
+
* @summary getAppearanceAttorneysForCase
|
|
261
|
+
* @param caseId caseId
|
|
262
|
+
*/
|
|
263
|
+
public getAppearanceAttorneysForCaseUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetAppearanceAttorneysResponse> {
|
|
264
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/appearance-attorneys'
|
|
265
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
266
|
+
|
|
267
|
+
let queryParameters: any = {};
|
|
268
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
269
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
270
|
+
if (caseId === null || caseId === undefined) {
|
|
271
|
+
throw new Error('Required parameter caseId was null or undefined when calling getAppearanceAttorneysForCaseUsingGET.');
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
275
|
+
method: 'GET',
|
|
276
|
+
url: localVarPath,
|
|
277
|
+
params: queryParameters,
|
|
278
|
+
headers: headerParams
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
if (extraHttpRequestParams) {
|
|
282
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
return this.$http(httpRequestParams);
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
* @summary getCaseClient
|
|
290
|
+
* @param caseId caseId
|
|
291
|
+
*/
|
|
292
|
+
public getCaseClientUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetUserResponse> {
|
|
293
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/client'
|
|
294
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
295
|
+
|
|
296
|
+
let queryParameters: any = {};
|
|
297
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
298
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
299
|
+
if (caseId === null || caseId === undefined) {
|
|
300
|
+
throw new Error('Required parameter caseId was null or undefined when calling getCaseClientUsingGET.');
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
304
|
+
method: 'GET',
|
|
305
|
+
url: localVarPath,
|
|
306
|
+
params: queryParameters,
|
|
307
|
+
headers: headerParams
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
if (extraHttpRequestParams) {
|
|
311
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
return this.$http(httpRequestParams);
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
* @summary getCaseFromCitation
|
|
319
|
+
* @param citationId citationId
|
|
320
|
+
*/
|
|
321
|
+
public getCaseFromCitationUsingGET (citationId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseFromCitationResponse> {
|
|
322
|
+
const localVarPath = this.basePath + '/api/v1/citations/{citationId}/case'
|
|
323
|
+
.replace('{' + 'citationId' + '}', encodeURIComponent(String(citationId)));
|
|
324
|
+
|
|
325
|
+
let queryParameters: any = {};
|
|
326
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
327
|
+
// verify required parameter 'citationId' is not null or undefined
|
|
328
|
+
if (citationId === null || citationId === undefined) {
|
|
329
|
+
throw new Error('Required parameter citationId was null or undefined when calling getCaseFromCitationUsingGET.');
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
333
|
+
method: 'GET',
|
|
334
|
+
url: localVarPath,
|
|
335
|
+
params: queryParameters,
|
|
336
|
+
headers: headerParams
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
if (extraHttpRequestParams) {
|
|
340
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
return this.$http(httpRequestParams);
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
*
|
|
347
|
+
* @summary getCaseNotes
|
|
348
|
+
* @param caseId caseId
|
|
349
|
+
*/
|
|
350
|
+
public getCaseNotesUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
351
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/notes'
|
|
352
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
353
|
+
|
|
354
|
+
let queryParameters: any = {};
|
|
355
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
356
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
357
|
+
if (caseId === null || caseId === undefined) {
|
|
358
|
+
throw new Error('Required parameter caseId was null or undefined when calling getCaseNotesUsingGET.');
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
362
|
+
method: 'GET',
|
|
363
|
+
url: localVarPath,
|
|
364
|
+
params: queryParameters,
|
|
365
|
+
headers: headerParams
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
if (extraHttpRequestParams) {
|
|
369
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
return this.$http(httpRequestParams);
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* @summary getCaseStatuses
|
|
377
|
+
* @param categories categories
|
|
378
|
+
*/
|
|
379
|
+
public getCaseStatusesUsingGET (categories?: Array<string>, extraHttpRequestParams?: any ) : ng.IHttpPromise<Array<models.CaseStatusDetailsResponse>> {
|
|
380
|
+
const localVarPath = this.basePath + '/api/v1/cases/statuses';
|
|
381
|
+
|
|
382
|
+
let queryParameters: any = {};
|
|
383
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
384
|
+
if (categories !== undefined) {
|
|
385
|
+
queryParameters['categories'] = categories;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
389
|
+
method: 'GET',
|
|
390
|
+
url: localVarPath,
|
|
391
|
+
params: queryParameters,
|
|
392
|
+
headers: headerParams
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
if (extraHttpRequestParams) {
|
|
396
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
return this.$http(httpRequestParams);
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
*
|
|
403
|
+
* @summary getCase
|
|
404
|
+
* @param caseId caseId
|
|
405
|
+
*/
|
|
406
|
+
public getCaseUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseResponse> {
|
|
407
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}'
|
|
408
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
409
|
+
|
|
410
|
+
let queryParameters: any = {};
|
|
411
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
412
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
413
|
+
if (caseId === null || caseId === undefined) {
|
|
414
|
+
throw new Error('Required parameter caseId was null or undefined when calling getCaseUsingGET.');
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
418
|
+
method: 'GET',
|
|
419
|
+
url: localVarPath,
|
|
420
|
+
params: queryParameters,
|
|
421
|
+
headers: headerParams
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
if (extraHttpRequestParams) {
|
|
425
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
return this.$http(httpRequestParams);
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
* @summary getCasesForClient
|
|
433
|
+
*/
|
|
434
|
+
public getCasesForClientUsingGET (extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetClientCasesResponse> {
|
|
435
|
+
const localVarPath = this.basePath + '/api/v1/cases';
|
|
436
|
+
|
|
437
|
+
let queryParameters: any = {};
|
|
438
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
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 getCasesForUser
|
|
455
|
+
* @param userId userId
|
|
456
|
+
*/
|
|
457
|
+
public getCasesForUserUsingGET (userId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetClientCasesResponse> {
|
|
458
|
+
const localVarPath = this.basePath + '/api/v1/users/{userId}/cases'
|
|
459
|
+
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
460
|
+
|
|
461
|
+
let queryParameters: any = {};
|
|
462
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
463
|
+
// verify required parameter 'userId' is not null or undefined
|
|
464
|
+
if (userId === null || userId === undefined) {
|
|
465
|
+
throw new Error('Required parameter userId was null or undefined when calling getCasesForUserUsingGET.');
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
469
|
+
method: 'GET',
|
|
470
|
+
url: localVarPath,
|
|
471
|
+
params: queryParameters,
|
|
472
|
+
headers: headerParams
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
if (extraHttpRequestParams) {
|
|
476
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
return this.$http(httpRequestParams);
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
*
|
|
483
|
+
* @summary getSupportTicketsForCase
|
|
484
|
+
* @param caseId caseId
|
|
485
|
+
*/
|
|
486
|
+
public getSupportTicketsForCaseUsingGET (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetSupportTicketsResponse> {
|
|
487
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/support-tickets'
|
|
488
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
489
|
+
|
|
490
|
+
let queryParameters: any = {};
|
|
491
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
492
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
493
|
+
if (caseId === null || caseId === undefined) {
|
|
494
|
+
throw new Error('Required parameter caseId was null or undefined when calling getSupportTicketsForCaseUsingGET.');
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
498
|
+
method: 'GET',
|
|
499
|
+
url: localVarPath,
|
|
500
|
+
params: queryParameters,
|
|
501
|
+
headers: headerParams
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
if (extraHttpRequestParams) {
|
|
505
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
return this.$http(httpRequestParams);
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
*
|
|
512
|
+
* @summary initiateCaseAndChargeCustomer
|
|
513
|
+
* @param caseId caseId
|
|
514
|
+
* @param request request
|
|
515
|
+
*/
|
|
516
|
+
public initiateCaseAndChargeCustomerUsingPOST (caseId: string, request: models.InitiateCaseAndChargeCustomerRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.InitiateCaseAndChargeCustomerResponse> {
|
|
517
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/initiate-with-payment'
|
|
518
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
519
|
+
|
|
520
|
+
let queryParameters: any = {};
|
|
521
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
522
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
523
|
+
if (caseId === null || caseId === undefined) {
|
|
524
|
+
throw new Error('Required parameter caseId was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
// verify required parameter 'request' is not null or undefined
|
|
528
|
+
if (request === null || request === undefined) {
|
|
529
|
+
throw new Error('Required parameter request was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
533
|
+
method: 'POST',
|
|
534
|
+
url: localVarPath,
|
|
535
|
+
data: request,
|
|
536
|
+
params: queryParameters,
|
|
537
|
+
headers: headerParams
|
|
538
|
+
};
|
|
539
|
+
|
|
540
|
+
if (extraHttpRequestParams) {
|
|
541
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
return this.$http(httpRequestParams);
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
*
|
|
548
|
+
* @summary initiateCase
|
|
549
|
+
* @param caseId caseId
|
|
550
|
+
* @param request request
|
|
551
|
+
*/
|
|
552
|
+
public initiateCaseUsingPOST (caseId: string, request?: object, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
553
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/initiate'
|
|
554
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
555
|
+
|
|
556
|
+
let queryParameters: any = {};
|
|
557
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
558
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
559
|
+
if (caseId === null || caseId === undefined) {
|
|
560
|
+
throw new Error('Required parameter caseId was null or undefined when calling initiateCaseUsingPOST.');
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
564
|
+
method: 'POST',
|
|
565
|
+
url: localVarPath,
|
|
566
|
+
data: request,
|
|
567
|
+
params: queryParameters,
|
|
568
|
+
headers: headerParams
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
if (extraHttpRequestParams) {
|
|
572
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
return this.$http(httpRequestParams);
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
*
|
|
579
|
+
* @summary markCaseAsResolved
|
|
580
|
+
* @param caseId caseId
|
|
581
|
+
* @param request request
|
|
582
|
+
*/
|
|
583
|
+
public markCaseAsResolvedUsingPOST (caseId: string, request: models.MarkCaseAsResolvedRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.MarkCaseAsResolvedResponse> {
|
|
584
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/resolution'
|
|
585
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
586
|
+
|
|
587
|
+
let queryParameters: any = {};
|
|
588
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
589
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
590
|
+
if (caseId === null || caseId === undefined) {
|
|
591
|
+
throw new Error('Required parameter caseId was null or undefined when calling markCaseAsResolvedUsingPOST.');
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// verify required parameter 'request' is not null or undefined
|
|
595
|
+
if (request === null || request === undefined) {
|
|
596
|
+
throw new Error('Required parameter request was null or undefined when calling markCaseAsResolvedUsingPOST.');
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
600
|
+
method: 'POST',
|
|
601
|
+
url: localVarPath,
|
|
602
|
+
data: request,
|
|
603
|
+
params: queryParameters,
|
|
604
|
+
headers: headerParams
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
if (extraHttpRequestParams) {
|
|
608
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
return this.$http(httpRequestParams);
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
*
|
|
615
|
+
* @summary removeViolationsFromCitation
|
|
616
|
+
* @param caseId caseId
|
|
617
|
+
* @param violationTypes violationTypes
|
|
618
|
+
*/
|
|
619
|
+
public removeViolationsFromCitationUsingDELETE (caseId: string, violationTypes: Array<number>, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
620
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/citation/violations/{violationTypes}'
|
|
621
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)))
|
|
622
|
+
.replace('{' + 'violationTypes' + '}', encodeURIComponent(String(violationTypes)));
|
|
623
|
+
|
|
624
|
+
let queryParameters: any = {};
|
|
625
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
626
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
627
|
+
if (caseId === null || caseId === undefined) {
|
|
628
|
+
throw new Error('Required parameter caseId was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// verify required parameter 'violationTypes' is not null or undefined
|
|
632
|
+
if (violationTypes === null || violationTypes === undefined) {
|
|
633
|
+
throw new Error('Required parameter violationTypes was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
637
|
+
method: 'DELETE',
|
|
638
|
+
url: localVarPath,
|
|
639
|
+
params: queryParameters,
|
|
640
|
+
headers: headerParams
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
if (extraHttpRequestParams) {
|
|
644
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
return this.$http(httpRequestParams);
|
|
648
|
+
}
|
|
649
|
+
/**
|
|
650
|
+
*
|
|
651
|
+
* @summary reopenCase
|
|
652
|
+
* @param caseId caseId
|
|
653
|
+
*/
|
|
654
|
+
public reopenCaseUsingPUT (caseId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
655
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/reopen'
|
|
656
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
657
|
+
|
|
658
|
+
let queryParameters: any = {};
|
|
659
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
660
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
661
|
+
if (caseId === null || caseId === undefined) {
|
|
662
|
+
throw new Error('Required parameter caseId was null or undefined when calling reopenCaseUsingPUT.');
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
666
|
+
method: 'PUT',
|
|
667
|
+
url: localVarPath,
|
|
668
|
+
params: queryParameters,
|
|
669
|
+
headers: headerParams
|
|
670
|
+
};
|
|
671
|
+
|
|
672
|
+
if (extraHttpRequestParams) {
|
|
673
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
return this.$http(httpRequestParams);
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @summary saveCaseNotes
|
|
681
|
+
* @param caseId caseId
|
|
682
|
+
* @param request request
|
|
683
|
+
*/
|
|
684
|
+
public saveCaseNotesUsingPOST (caseId: string, request: models.SaveCaseNotesRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
685
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/notes'
|
|
686
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
687
|
+
|
|
688
|
+
let queryParameters: any = {};
|
|
689
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
690
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
691
|
+
if (caseId === null || caseId === undefined) {
|
|
692
|
+
throw new Error('Required parameter caseId was null or undefined when calling saveCaseNotesUsingPOST.');
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// verify required parameter 'request' is not null or undefined
|
|
696
|
+
if (request === null || request === undefined) {
|
|
697
|
+
throw new Error('Required parameter request was null or undefined when calling saveCaseNotesUsingPOST.');
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
701
|
+
method: 'POST',
|
|
702
|
+
url: localVarPath,
|
|
703
|
+
data: request,
|
|
704
|
+
params: queryParameters,
|
|
705
|
+
headers: headerParams
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
if (extraHttpRequestParams) {
|
|
709
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
return this.$http(httpRequestParams);
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
*
|
|
716
|
+
* @summary setCourtDateForCase
|
|
717
|
+
* @param caseId caseId
|
|
718
|
+
* @param request request
|
|
719
|
+
*/
|
|
720
|
+
public setCourtDateForCaseUsingPOST (caseId: string, request: models.SetCourtDateForCaseRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
721
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/courtdate'
|
|
722
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
723
|
+
|
|
724
|
+
let queryParameters: any = {};
|
|
725
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
726
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
727
|
+
if (caseId === null || caseId === undefined) {
|
|
728
|
+
throw new Error('Required parameter caseId was null or undefined when calling setCourtDateForCaseUsingPOST.');
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// verify required parameter 'request' is not null or undefined
|
|
732
|
+
if (request === null || request === undefined) {
|
|
733
|
+
throw new Error('Required parameter request was null or undefined when calling setCourtDateForCaseUsingPOST.');
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
737
|
+
method: 'POST',
|
|
738
|
+
url: localVarPath,
|
|
739
|
+
data: request,
|
|
740
|
+
params: queryParameters,
|
|
741
|
+
headers: headerParams
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
if (extraHttpRequestParams) {
|
|
745
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
return this.$http(httpRequestParams);
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
*
|
|
752
|
+
* @summary submitRequestForPriceMatch
|
|
753
|
+
* @param caseId caseId
|
|
754
|
+
* @param priceMatchRequest priceMatchRequest
|
|
755
|
+
*/
|
|
756
|
+
public submitRequestForPriceMatchUsingPOST (caseId: string, priceMatchRequest: models.PriceMatchRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.PriceMatchResponse> {
|
|
757
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/price-match'
|
|
758
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
759
|
+
|
|
760
|
+
let queryParameters: any = {};
|
|
761
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
762
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
763
|
+
if (caseId === null || caseId === undefined) {
|
|
764
|
+
throw new Error('Required parameter caseId was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
// verify required parameter 'priceMatchRequest' is not null or undefined
|
|
768
|
+
if (priceMatchRequest === null || priceMatchRequest === undefined) {
|
|
769
|
+
throw new Error('Required parameter priceMatchRequest was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
773
|
+
method: 'POST',
|
|
774
|
+
url: localVarPath,
|
|
775
|
+
data: priceMatchRequest,
|
|
776
|
+
params: queryParameters,
|
|
777
|
+
headers: headerParams
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
if (extraHttpRequestParams) {
|
|
781
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
return this.$http(httpRequestParams);
|
|
785
|
+
}
|
|
786
|
+
/**
|
|
787
|
+
*
|
|
788
|
+
* @summary updateCase
|
|
789
|
+
* @param caseId caseId
|
|
790
|
+
* @param caseFromRequest caseFromRequest
|
|
791
|
+
*/
|
|
792
|
+
public updateCaseUsingPUT (caseId: string, caseFromRequest: models.CaseDomain, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetCaseResponse> {
|
|
793
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}'
|
|
794
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
795
|
+
|
|
796
|
+
let queryParameters: any = {};
|
|
797
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
798
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
799
|
+
if (caseId === null || caseId === undefined) {
|
|
800
|
+
throw new Error('Required parameter caseId was null or undefined when calling updateCaseUsingPUT.');
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
// verify required parameter 'caseFromRequest' is not null or undefined
|
|
804
|
+
if (caseFromRequest === null || caseFromRequest === undefined) {
|
|
805
|
+
throw new Error('Required parameter caseFromRequest was null or undefined when calling updateCaseUsingPUT.');
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
809
|
+
method: 'PUT',
|
|
810
|
+
url: localVarPath,
|
|
811
|
+
data: caseFromRequest,
|
|
812
|
+
params: queryParameters,
|
|
813
|
+
headers: headerParams
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
if (extraHttpRequestParams) {
|
|
817
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
return this.$http(httpRequestParams);
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
*
|
|
824
|
+
* @summary updateDeclineTickets
|
|
825
|
+
* @param caseId caseId
|
|
826
|
+
* @param request request
|
|
827
|
+
*/
|
|
828
|
+
public updateDeclineTicketsUsingPUT (caseId: string, request: models.UpdateCaseDeclineTicketsRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<object> {
|
|
829
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/decline-tickets'
|
|
830
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
831
|
+
|
|
832
|
+
let queryParameters: any = {};
|
|
833
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
834
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
835
|
+
if (caseId === null || caseId === undefined) {
|
|
836
|
+
throw new Error('Required parameter caseId was null or undefined when calling updateDeclineTicketsUsingPUT.');
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// verify required parameter 'request' is not null or undefined
|
|
840
|
+
if (request === null || request === undefined) {
|
|
841
|
+
throw new Error('Required parameter request was null or undefined when calling updateDeclineTicketsUsingPUT.');
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
845
|
+
method: 'PUT',
|
|
846
|
+
url: localVarPath,
|
|
847
|
+
data: request,
|
|
848
|
+
params: queryParameters,
|
|
849
|
+
headers: headerParams
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
if (extraHttpRequestParams) {
|
|
853
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
return this.$http(httpRequestParams);
|
|
857
|
+
}
|
|
858
|
+
/**
|
|
859
|
+
*
|
|
860
|
+
* @summary updateRefundEligibilityForCase
|
|
861
|
+
* @param caseId caseId
|
|
862
|
+
* @param request request
|
|
863
|
+
*/
|
|
864
|
+
public updateRefundEligibilityForCaseUsingPUT (caseId: string, request: models.UpdateRefundEligibilityForCaseRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetSupportTicketsResponse> {
|
|
865
|
+
const localVarPath = this.basePath + '/api/v1/cases/{caseId}/refund-eligibility'
|
|
866
|
+
.replace('{' + 'caseId' + '}', encodeURIComponent(String(caseId)));
|
|
867
|
+
|
|
868
|
+
let queryParameters: any = {};
|
|
869
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
870
|
+
// verify required parameter 'caseId' is not null or undefined
|
|
871
|
+
if (caseId === null || caseId === undefined) {
|
|
872
|
+
throw new Error('Required parameter caseId was null or undefined when calling updateRefundEligibilityForCaseUsingPUT.');
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
// verify required parameter 'request' is not null or undefined
|
|
876
|
+
if (request === null || request === undefined) {
|
|
877
|
+
throw new Error('Required parameter request was null or undefined when calling updateRefundEligibilityForCaseUsingPUT.');
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
881
|
+
method: 'PUT',
|
|
882
|
+
url: localVarPath,
|
|
883
|
+
data: request,
|
|
884
|
+
params: queryParameters,
|
|
885
|
+
headers: headerParams
|
|
886
|
+
};
|
|
887
|
+
|
|
888
|
+
if (extraHttpRequestParams) {
|
|
889
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
return this.$http(httpRequestParams);
|
|
893
|
+
}
|
|
894
|
+
}
|