@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,157 @@
|
|
|
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 ViolationPenaltyControllerApi {
|
|
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 getPenaltiesByViolation
|
|
32
|
+
* @param violationId violationId
|
|
33
|
+
* @param flavor flavor
|
|
34
|
+
*/
|
|
35
|
+
public getPenaltiesByViolationUsingGET (violationId: string, flavor?: 'SHORT' | 'ALL', extraHttpRequestParams?: any ) : ng.IHttpPromise<models.ViolationPenaltyResponse> {
|
|
36
|
+
const localVarPath = this.basePath + '/api/v1/violations/{violationId}/penalties'
|
|
37
|
+
.replace('{' + 'violationId' + '}', encodeURIComponent(String(violationId)));
|
|
38
|
+
|
|
39
|
+
let queryParameters: any = {};
|
|
40
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
41
|
+
// verify required parameter 'violationId' is not null or undefined
|
|
42
|
+
if (violationId === null || violationId === undefined) {
|
|
43
|
+
throw new Error('Required parameter violationId was null or undefined when calling getPenaltiesByViolationUsingGET.');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
if (flavor !== undefined) {
|
|
47
|
+
queryParameters['flavor'] = flavor;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
51
|
+
method: 'GET',
|
|
52
|
+
url: localVarPath,
|
|
53
|
+
params: queryParameters,
|
|
54
|
+
headers: headerParams
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
if (extraHttpRequestParams) {
|
|
58
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return this.$http(httpRequestParams);
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @summary getPenaltyTypes
|
|
66
|
+
*/
|
|
67
|
+
public getPenaltyTypesUsingGET (extraHttpRequestParams?: any ) : ng.IHttpPromise<models.GetPenaltyTypesResponse> {
|
|
68
|
+
const localVarPath = this.basePath + '/api/v1/violations/penalties';
|
|
69
|
+
|
|
70
|
+
let queryParameters: any = {};
|
|
71
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
72
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
73
|
+
method: 'GET',
|
|
74
|
+
url: localVarPath,
|
|
75
|
+
params: queryParameters,
|
|
76
|
+
headers: headerParams
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
if (extraHttpRequestParams) {
|
|
80
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
return this.$http(httpRequestParams);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @summary removePenalty
|
|
88
|
+
* @param violationId violationId
|
|
89
|
+
* @param penaltyTypeId penaltyTypeId
|
|
90
|
+
*/
|
|
91
|
+
public removePenaltyUsingDELETE (violationId: string, penaltyTypeId: string, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
92
|
+
const localVarPath = this.basePath + '/api/v1/violations/{violationId}/penalties/{penaltyTypeId}'
|
|
93
|
+
.replace('{' + 'violationId' + '}', encodeURIComponent(String(violationId)))
|
|
94
|
+
.replace('{' + 'penaltyTypeId' + '}', encodeURIComponent(String(penaltyTypeId)));
|
|
95
|
+
|
|
96
|
+
let queryParameters: any = {};
|
|
97
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
98
|
+
// verify required parameter 'violationId' is not null or undefined
|
|
99
|
+
if (violationId === null || violationId === undefined) {
|
|
100
|
+
throw new Error('Required parameter violationId was null or undefined when calling removePenaltyUsingDELETE.');
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// verify required parameter 'penaltyTypeId' is not null or undefined
|
|
104
|
+
if (penaltyTypeId === null || penaltyTypeId === undefined) {
|
|
105
|
+
throw new Error('Required parameter penaltyTypeId was null or undefined when calling removePenaltyUsingDELETE.');
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
109
|
+
method: 'DELETE',
|
|
110
|
+
url: localVarPath,
|
|
111
|
+
params: queryParameters,
|
|
112
|
+
headers: headerParams
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
if (extraHttpRequestParams) {
|
|
116
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
return this.$http(httpRequestParams);
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @summary upsertPenalty
|
|
124
|
+
* @param violationId violationId
|
|
125
|
+
* @param penaltyToAdd penaltyToAdd
|
|
126
|
+
*/
|
|
127
|
+
public upsertPenaltyUsingPOST (violationId: string, penaltyToAdd: models.AddPenaltyRequest, extraHttpRequestParams?: any ) : ng.IHttpPromise<{}> {
|
|
128
|
+
const localVarPath = this.basePath + '/api/v1/violations/{violationId}/penalties'
|
|
129
|
+
.replace('{' + 'violationId' + '}', encodeURIComponent(String(violationId)));
|
|
130
|
+
|
|
131
|
+
let queryParameters: any = {};
|
|
132
|
+
let headerParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
|
133
|
+
// verify required parameter 'violationId' is not null or undefined
|
|
134
|
+
if (violationId === null || violationId === undefined) {
|
|
135
|
+
throw new Error('Required parameter violationId was null or undefined when calling upsertPenaltyUsingPOST.');
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// verify required parameter 'penaltyToAdd' is not null or undefined
|
|
139
|
+
if (penaltyToAdd === null || penaltyToAdd === undefined) {
|
|
140
|
+
throw new Error('Required parameter penaltyToAdd was null or undefined when calling upsertPenaltyUsingPOST.');
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
let httpRequestParams: ng.IRequestConfig = {
|
|
144
|
+
method: 'POST',
|
|
145
|
+
url: localVarPath,
|
|
146
|
+
data: penaltyToAdd,
|
|
147
|
+
params: queryParameters,
|
|
148
|
+
headers: headerParams
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
if (extraHttpRequestParams) {
|
|
152
|
+
httpRequestParams = (<any>Object).assign(httpRequestParams, extraHttpRequestParams);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
return this.$http(httpRequestParams);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
export * from './ActionRequiredControllerApi';
|
|
2
|
+
import { ActionRequiredControllerApi } from './ActionRequiredControllerApi';
|
|
3
|
+
export * from './AddressControllerApi';
|
|
4
|
+
import { AddressControllerApi } from './AddressControllerApi';
|
|
5
|
+
export * from './AlertNotificationControllerApi';
|
|
6
|
+
import { AlertNotificationControllerApi } from './AlertNotificationControllerApi';
|
|
7
|
+
export * from './AppEventsControllerApi';
|
|
8
|
+
import { AppEventsControllerApi } from './AppEventsControllerApi';
|
|
9
|
+
export * from './AuthenticationControllerApi';
|
|
10
|
+
import { AuthenticationControllerApi } from './AuthenticationControllerApi';
|
|
11
|
+
export * from './AwsCredentialsControllerApi';
|
|
12
|
+
import { AwsCredentialsControllerApi } from './AwsCredentialsControllerApi';
|
|
13
|
+
export * from './BlogWebhookControllerApi';
|
|
14
|
+
import { BlogWebhookControllerApi } from './BlogWebhookControllerApi';
|
|
15
|
+
export * from './BranchLinkControllerApi';
|
|
16
|
+
import { BranchLinkControllerApi } from './BranchLinkControllerApi';
|
|
17
|
+
export * from './CaseActionTimelineControllerApi';
|
|
18
|
+
import { CaseActionTimelineControllerApi } from './CaseActionTimelineControllerApi';
|
|
19
|
+
export * from './CaseActionsControllerApi';
|
|
20
|
+
import { CaseActionsControllerApi } from './CaseActionsControllerApi';
|
|
21
|
+
export * from './CaseControllerApi';
|
|
22
|
+
import { CaseControllerApi } from './CaseControllerApi';
|
|
23
|
+
export * from './CaseCreationControllerApi';
|
|
24
|
+
import { CaseCreationControllerApi } from './CaseCreationControllerApi';
|
|
25
|
+
export * from './CasePaymentControllerApi';
|
|
26
|
+
import { CasePaymentControllerApi } from './CasePaymentControllerApi';
|
|
27
|
+
export * from './CaseStatusControllerApi';
|
|
28
|
+
import { CaseStatusControllerApi } from './CaseStatusControllerApi';
|
|
29
|
+
export * from './CaseTransferControllerApi';
|
|
30
|
+
import { CaseTransferControllerApi } from './CaseTransferControllerApi';
|
|
31
|
+
export * from './CertificateControllerApi';
|
|
32
|
+
import { CertificateControllerApi } from './CertificateControllerApi';
|
|
33
|
+
export * from './CitationControllerApi';
|
|
34
|
+
import { CitationControllerApi } from './CitationControllerApi';
|
|
35
|
+
export * from './ConfigurationControllerApi';
|
|
36
|
+
import { ConfigurationControllerApi } from './ConfigurationControllerApi';
|
|
37
|
+
export * from './ConsoleListControllerApi';
|
|
38
|
+
import { ConsoleListControllerApi } from './ConsoleListControllerApi';
|
|
39
|
+
export * from './ConversationControllerApi';
|
|
40
|
+
import { ConversationControllerApi } from './ConversationControllerApi';
|
|
41
|
+
export * from './CountyControllerApi';
|
|
42
|
+
import { CountyControllerApi } from './CountyControllerApi';
|
|
43
|
+
export * from './CourtControllerApi';
|
|
44
|
+
import { CourtControllerApi } from './CourtControllerApi';
|
|
45
|
+
export * from './CrmControllerApi';
|
|
46
|
+
import { CrmControllerApi } from './CrmControllerApi';
|
|
47
|
+
export * from './CustomerLeadControllerApi';
|
|
48
|
+
import { CustomerLeadControllerApi } from './CustomerLeadControllerApi';
|
|
49
|
+
export * from './CustomerReviewControllerApi';
|
|
50
|
+
import { CustomerReviewControllerApi } from './CustomerReviewControllerApi';
|
|
51
|
+
export * from './DashboardControllerApi';
|
|
52
|
+
import { DashboardControllerApi } from './DashboardControllerApi';
|
|
53
|
+
export * from './DirectMailControllerApi';
|
|
54
|
+
import { DirectMailControllerApi } from './DirectMailControllerApi';
|
|
55
|
+
export * from './DripControllerApi';
|
|
56
|
+
import { DripControllerApi } from './DripControllerApi';
|
|
57
|
+
export * from './DripWebhooksControllerApi';
|
|
58
|
+
import { DripWebhooksControllerApi } from './DripWebhooksControllerApi';
|
|
59
|
+
export * from './EmailSubscriptionControllerApi';
|
|
60
|
+
import { EmailSubscriptionControllerApi } from './EmailSubscriptionControllerApi';
|
|
61
|
+
export * from './FeedbackControllerApi';
|
|
62
|
+
import { FeedbackControllerApi } from './FeedbackControllerApi';
|
|
63
|
+
export * from './FreshdeskTicketControllerApi';
|
|
64
|
+
import { FreshdeskTicketControllerApi } from './FreshdeskTicketControllerApi';
|
|
65
|
+
export * from './InsuranceCalculatorControllerApi';
|
|
66
|
+
import { InsuranceCalculatorControllerApi } from './InsuranceCalculatorControllerApi';
|
|
67
|
+
export * from './InternalNotificationControllerApi';
|
|
68
|
+
import { InternalNotificationControllerApi } from './InternalNotificationControllerApi';
|
|
69
|
+
export * from './LawfirmCaseDecisionControllerApi';
|
|
70
|
+
import { LawfirmCaseDecisionControllerApi } from './LawfirmCaseDecisionControllerApi';
|
|
71
|
+
export * from './LawfirmCasesControllerApi';
|
|
72
|
+
import { LawfirmCasesControllerApi } from './LawfirmCasesControllerApi';
|
|
73
|
+
export * from './LawfirmControllerApi';
|
|
74
|
+
import { LawfirmControllerApi } from './LawfirmControllerApi';
|
|
75
|
+
export * from './LawfirmDocumentControllerApi';
|
|
76
|
+
import { LawfirmDocumentControllerApi } from './LawfirmDocumentControllerApi';
|
|
77
|
+
export * from './LawfirmFeeCoverageControllerApi';
|
|
78
|
+
import { LawfirmFeeCoverageControllerApi } from './LawfirmFeeCoverageControllerApi';
|
|
79
|
+
export * from './LawfirmRatesControllerApi';
|
|
80
|
+
import { LawfirmRatesControllerApi } from './LawfirmRatesControllerApi';
|
|
81
|
+
export * from './LawfirmTransactionsControllerApi';
|
|
82
|
+
import { LawfirmTransactionsControllerApi } from './LawfirmTransactionsControllerApi';
|
|
83
|
+
export * from './LawyerControllerApi';
|
|
84
|
+
import { LawyerControllerApi } from './LawyerControllerApi';
|
|
85
|
+
export * from './LineItemControllerApi';
|
|
86
|
+
import { LineItemControllerApi } from './LineItemControllerApi';
|
|
87
|
+
export * from './NotesControllerApi';
|
|
88
|
+
import { NotesControllerApi } from './NotesControllerApi';
|
|
89
|
+
export * from './OnDemandRequestControllerApi';
|
|
90
|
+
import { OnDemandRequestControllerApi } from './OnDemandRequestControllerApi';
|
|
91
|
+
export * from './PhoneLeadsControllerApi';
|
|
92
|
+
import { PhoneLeadsControllerApi } from './PhoneLeadsControllerApi';
|
|
93
|
+
export * from './PushNotificationControllerApi';
|
|
94
|
+
import { PushNotificationControllerApi } from './PushNotificationControllerApi';
|
|
95
|
+
export * from './RefLinkControllerApi';
|
|
96
|
+
import { RefLinkControllerApi } from './RefLinkControllerApi';
|
|
97
|
+
export * from './ReferralControllerApi';
|
|
98
|
+
import { ReferralControllerApi } from './ReferralControllerApi';
|
|
99
|
+
export * from './RefundEligibilityControllerApi';
|
|
100
|
+
import { RefundEligibilityControllerApi } from './RefundEligibilityControllerApi';
|
|
101
|
+
export * from './RegistrationControllerApi';
|
|
102
|
+
import { RegistrationControllerApi } from './RegistrationControllerApi';
|
|
103
|
+
export * from './ReportingControllerApi';
|
|
104
|
+
import { ReportingControllerApi } from './ReportingControllerApi';
|
|
105
|
+
export * from './ScheduledTaskControllerApi';
|
|
106
|
+
import { ScheduledTaskControllerApi } from './ScheduledTaskControllerApi';
|
|
107
|
+
export * from './SnsListenerControllerApi';
|
|
108
|
+
import { SnsListenerControllerApi } from './SnsListenerControllerApi';
|
|
109
|
+
export * from './SocialLoginControllerApi';
|
|
110
|
+
import { SocialLoginControllerApi } from './SocialLoginControllerApi';
|
|
111
|
+
export * from './StripeCardControllerApi';
|
|
112
|
+
import { StripeCardControllerApi } from './StripeCardControllerApi';
|
|
113
|
+
export * from './StripeControllerApi';
|
|
114
|
+
import { StripeControllerApi } from './StripeControllerApi';
|
|
115
|
+
export * from './TicketReviewControllerApi';
|
|
116
|
+
import { TicketReviewControllerApi } from './TicketReviewControllerApi';
|
|
117
|
+
export * from './TrafficViolationControllerApi';
|
|
118
|
+
import { TrafficViolationControllerApi } from './TrafficViolationControllerApi';
|
|
119
|
+
export * from './UserControllerApi';
|
|
120
|
+
import { UserControllerApi } from './UserControllerApi';
|
|
121
|
+
export * from './UserProfileControllerApi';
|
|
122
|
+
import { UserProfileControllerApi } from './UserProfileControllerApi';
|
|
123
|
+
export * from './UserReferralControllerApi';
|
|
124
|
+
import { UserReferralControllerApi } from './UserReferralControllerApi';
|
|
125
|
+
export * from './UtilityControllerApi';
|
|
126
|
+
import { UtilityControllerApi } from './UtilityControllerApi';
|
|
127
|
+
export * from './ValidationControllerApi';
|
|
128
|
+
import { ValidationControllerApi } from './ValidationControllerApi';
|
|
129
|
+
export * from './ViolationPenaltyControllerApi';
|
|
130
|
+
import { ViolationPenaltyControllerApi } from './ViolationPenaltyControllerApi';
|
|
131
|
+
export const APIS = [ActionRequiredControllerApi, AddressControllerApi, AlertNotificationControllerApi, AppEventsControllerApi, AuthenticationControllerApi, AwsCredentialsControllerApi, BlogWebhookControllerApi, BranchLinkControllerApi, CaseActionTimelineControllerApi, CaseActionsControllerApi, CaseControllerApi, CaseCreationControllerApi, CasePaymentControllerApi, CaseStatusControllerApi, CaseTransferControllerApi, CertificateControllerApi, CitationControllerApi, ConfigurationControllerApi, ConsoleListControllerApi, ConversationControllerApi, CountyControllerApi, CourtControllerApi, CrmControllerApi, CustomerLeadControllerApi, CustomerReviewControllerApi, DashboardControllerApi, DirectMailControllerApi, DripControllerApi, DripWebhooksControllerApi, EmailSubscriptionControllerApi, FeedbackControllerApi, FreshdeskTicketControllerApi, InsuranceCalculatorControllerApi, InternalNotificationControllerApi, LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi, LawfirmControllerApi, LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi, LawfirmRatesControllerApi, LawfirmTransactionsControllerApi, LawyerControllerApi, LineItemControllerApi, NotesControllerApi, OnDemandRequestControllerApi, PhoneLeadsControllerApi, PushNotificationControllerApi, RefLinkControllerApi, ReferralControllerApi, RefundEligibilityControllerApi, RegistrationControllerApi, ReportingControllerApi, ScheduledTaskControllerApi, SnsListenerControllerApi, SocialLoginControllerApi, StripeCardControllerApi, StripeControllerApi, TicketReviewControllerApi, TrafficViolationControllerApi, UserControllerApi, UserProfileControllerApi, UserReferralControllerApi, UtilityControllerApi, ValidationControllerApi, ViolationPenaltyControllerApi];
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as api from './api/api';
|
|
2
|
+
import * as angular from 'angular';
|
|
3
|
+
|
|
4
|
+
const apiModule = angular.module('api', [])
|
|
5
|
+
.service('ActionRequiredControllerApi', api.ActionRequiredControllerApi)
|
|
6
|
+
.service('AddressControllerApi', api.AddressControllerApi)
|
|
7
|
+
.service('AlertNotificationControllerApi', api.AlertNotificationControllerApi)
|
|
8
|
+
.service('AppEventsControllerApi', api.AppEventsControllerApi)
|
|
9
|
+
.service('AuthenticationControllerApi', api.AuthenticationControllerApi)
|
|
10
|
+
.service('AwsCredentialsControllerApi', api.AwsCredentialsControllerApi)
|
|
11
|
+
.service('BlogWebhookControllerApi', api.BlogWebhookControllerApi)
|
|
12
|
+
.service('BranchLinkControllerApi', api.BranchLinkControllerApi)
|
|
13
|
+
.service('CaseActionTimelineControllerApi', api.CaseActionTimelineControllerApi)
|
|
14
|
+
.service('CaseActionsControllerApi', api.CaseActionsControllerApi)
|
|
15
|
+
.service('CaseControllerApi', api.CaseControllerApi)
|
|
16
|
+
.service('CaseCreationControllerApi', api.CaseCreationControllerApi)
|
|
17
|
+
.service('CasePaymentControllerApi', api.CasePaymentControllerApi)
|
|
18
|
+
.service('CaseStatusControllerApi', api.CaseStatusControllerApi)
|
|
19
|
+
.service('CaseTransferControllerApi', api.CaseTransferControllerApi)
|
|
20
|
+
.service('CertificateControllerApi', api.CertificateControllerApi)
|
|
21
|
+
.service('CitationControllerApi', api.CitationControllerApi)
|
|
22
|
+
.service('ConfigurationControllerApi', api.ConfigurationControllerApi)
|
|
23
|
+
.service('ConsoleListControllerApi', api.ConsoleListControllerApi)
|
|
24
|
+
.service('ConversationControllerApi', api.ConversationControllerApi)
|
|
25
|
+
.service('CountyControllerApi', api.CountyControllerApi)
|
|
26
|
+
.service('CourtControllerApi', api.CourtControllerApi)
|
|
27
|
+
.service('CrmControllerApi', api.CrmControllerApi)
|
|
28
|
+
.service('CustomerLeadControllerApi', api.CustomerLeadControllerApi)
|
|
29
|
+
.service('CustomerReviewControllerApi', api.CustomerReviewControllerApi)
|
|
30
|
+
.service('DashboardControllerApi', api.DashboardControllerApi)
|
|
31
|
+
.service('DirectMailControllerApi', api.DirectMailControllerApi)
|
|
32
|
+
.service('DripControllerApi', api.DripControllerApi)
|
|
33
|
+
.service('DripWebhooksControllerApi', api.DripWebhooksControllerApi)
|
|
34
|
+
.service('EmailSubscriptionControllerApi', api.EmailSubscriptionControllerApi)
|
|
35
|
+
.service('FeedbackControllerApi', api.FeedbackControllerApi)
|
|
36
|
+
.service('FreshdeskTicketControllerApi', api.FreshdeskTicketControllerApi)
|
|
37
|
+
.service('InsuranceCalculatorControllerApi', api.InsuranceCalculatorControllerApi)
|
|
38
|
+
.service('InternalNotificationControllerApi', api.InternalNotificationControllerApi)
|
|
39
|
+
.service('LawfirmCaseDecisionControllerApi', api.LawfirmCaseDecisionControllerApi)
|
|
40
|
+
.service('LawfirmCasesControllerApi', api.LawfirmCasesControllerApi)
|
|
41
|
+
.service('LawfirmControllerApi', api.LawfirmControllerApi)
|
|
42
|
+
.service('LawfirmDocumentControllerApi', api.LawfirmDocumentControllerApi)
|
|
43
|
+
.service('LawfirmFeeCoverageControllerApi', api.LawfirmFeeCoverageControllerApi)
|
|
44
|
+
.service('LawfirmRatesControllerApi', api.LawfirmRatesControllerApi)
|
|
45
|
+
.service('LawfirmTransactionsControllerApi', api.LawfirmTransactionsControllerApi)
|
|
46
|
+
.service('LawyerControllerApi', api.LawyerControllerApi)
|
|
47
|
+
.service('LineItemControllerApi', api.LineItemControllerApi)
|
|
48
|
+
.service('NotesControllerApi', api.NotesControllerApi)
|
|
49
|
+
.service('OnDemandRequestControllerApi', api.OnDemandRequestControllerApi)
|
|
50
|
+
.service('PhoneLeadsControllerApi', api.PhoneLeadsControllerApi)
|
|
51
|
+
.service('PushNotificationControllerApi', api.PushNotificationControllerApi)
|
|
52
|
+
.service('RefLinkControllerApi', api.RefLinkControllerApi)
|
|
53
|
+
.service('ReferralControllerApi', api.ReferralControllerApi)
|
|
54
|
+
.service('RefundEligibilityControllerApi', api.RefundEligibilityControllerApi)
|
|
55
|
+
.service('RegistrationControllerApi', api.RegistrationControllerApi)
|
|
56
|
+
.service('ReportingControllerApi', api.ReportingControllerApi)
|
|
57
|
+
.service('ScheduledTaskControllerApi', api.ScheduledTaskControllerApi)
|
|
58
|
+
.service('SnsListenerControllerApi', api.SnsListenerControllerApi)
|
|
59
|
+
.service('SocialLoginControllerApi', api.SocialLoginControllerApi)
|
|
60
|
+
.service('StripeCardControllerApi', api.StripeCardControllerApi)
|
|
61
|
+
.service('StripeControllerApi', api.StripeControllerApi)
|
|
62
|
+
.service('TicketReviewControllerApi', api.TicketReviewControllerApi)
|
|
63
|
+
.service('TrafficViolationControllerApi', api.TrafficViolationControllerApi)
|
|
64
|
+
.service('UserControllerApi', api.UserControllerApi)
|
|
65
|
+
.service('UserProfileControllerApi', api.UserProfileControllerApi)
|
|
66
|
+
.service('UserReferralControllerApi', api.UserReferralControllerApi)
|
|
67
|
+
.service('UtilityControllerApi', api.UtilityControllerApi)
|
|
68
|
+
.service('ValidationControllerApi', api.ValidationControllerApi)
|
|
69
|
+
.service('ViolationPenaltyControllerApi', api.ViolationPenaltyControllerApi)
|
|
70
|
+
|
|
71
|
+
export default apiModule;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
|
|
3
|
+
#
|
|
4
|
+
# Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update" "gitlab.com"
|
|
5
|
+
|
|
6
|
+
git_user_id=$1
|
|
7
|
+
git_repo_id=$2
|
|
8
|
+
release_note=$3
|
|
9
|
+
git_host=$4
|
|
10
|
+
|
|
11
|
+
if [ "$git_host" = "" ]; then
|
|
12
|
+
git_host="github.com"
|
|
13
|
+
echo "[INFO] No command line input provided. Set \$git_host to $git_host"
|
|
14
|
+
fi
|
|
15
|
+
|
|
16
|
+
if [ "$git_user_id" = "" ]; then
|
|
17
|
+
git_user_id="GIT_USER_ID"
|
|
18
|
+
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
if [ "$git_repo_id" = "" ]; then
|
|
22
|
+
git_repo_id="GIT_REPO_ID"
|
|
23
|
+
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
|
24
|
+
fi
|
|
25
|
+
|
|
26
|
+
if [ "$release_note" = "" ]; then
|
|
27
|
+
release_note="Minor update"
|
|
28
|
+
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
# Initialize the local directory as a Git repository
|
|
32
|
+
git init
|
|
33
|
+
|
|
34
|
+
# Adds the files in the local repository and stages them for commit.
|
|
35
|
+
git add .
|
|
36
|
+
|
|
37
|
+
# Commits the tracked changes and prepares them to be pushed to a remote repository.
|
|
38
|
+
git commit -m "$release_note"
|
|
39
|
+
|
|
40
|
+
# Sets the new remote
|
|
41
|
+
git_remote=`git remote`
|
|
42
|
+
if [ "$git_remote" = "" ]; then # git remote not defined
|
|
43
|
+
|
|
44
|
+
if [ "$GIT_TOKEN" = "" ]; then
|
|
45
|
+
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
|
|
46
|
+
git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
|
|
47
|
+
else
|
|
48
|
+
git remote add origin https://${git_user_id}:${GIT_TOKEN}@${git_host}/${git_user_id}/${git_repo_id}.git
|
|
49
|
+
fi
|
|
50
|
+
|
|
51
|
+
fi
|
|
52
|
+
|
|
53
|
+
git pull origin master
|
|
54
|
+
|
|
55
|
+
# Pushes (Forces) the changes in the local repository up to the remote repository
|
|
56
|
+
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
|
57
|
+
git push origin master 2>&1 | grep -v 'To https'
|
|
58
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AccountLevelFee {
|
|
16
|
+
"classification"?: AccountLevelFee.ClassificationEnum;
|
|
17
|
+
"lawfirmFee"?: number;
|
|
18
|
+
"violationCodes"?: string;
|
|
19
|
+
"violationId"?: number;
|
|
20
|
+
"violationName"?: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export namespace AccountLevelFee {
|
|
24
|
+
export enum ClassificationEnum {
|
|
25
|
+
NONREPORTABLE = <any> 'NON_REPORTABLE',
|
|
26
|
+
NONMOVING = <any> 'NON_MOVING',
|
|
27
|
+
INFRACTION = <any> 'INFRACTION',
|
|
28
|
+
MISDEMEANOR = <any> 'MISDEMEANOR',
|
|
29
|
+
FELONY = <any> 'FELONY',
|
|
30
|
+
WOBBLERTOMISDEMEANOR = <any> 'WOBBLER_TO_MISDEMEANOR',
|
|
31
|
+
WOBBLERTOFELONY = <any> 'WOBBLER_TO_FELONY'
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AccountLevelFeeRequest {
|
|
16
|
+
"fees"?: Array<models.AccountLevelFeeToSave>;
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AccountLevelFeeResponse {
|
|
16
|
+
"fees"?: Array<models.AccountLevelFee>;
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AccountLevelFeeToSave {
|
|
16
|
+
"classification"?: AccountLevelFeeToSave.ClassificationEnum;
|
|
17
|
+
"lawfirmFee"?: number;
|
|
18
|
+
"violationId"?: number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export namespace AccountLevelFeeToSave {
|
|
22
|
+
export enum ClassificationEnum {
|
|
23
|
+
NONREPORTABLE = <any> 'NON_REPORTABLE',
|
|
24
|
+
NONMOVING = <any> 'NON_MOVING',
|
|
25
|
+
INFRACTION = <any> 'INFRACTION',
|
|
26
|
+
MISDEMEANOR = <any> 'MISDEMEANOR',
|
|
27
|
+
FELONY = <any> 'FELONY',
|
|
28
|
+
WOBBLERTOMISDEMEANOR = <any> 'WOBBLER_TO_MISDEMEANOR',
|
|
29
|
+
WOBBLERTOFELONY = <any> 'WOBBLER_TO_FELONY'
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddACHToStripeAccountRequest {
|
|
16
|
+
"makeDefault"?: boolean;
|
|
17
|
+
"plaidBankAccountId"?: string;
|
|
18
|
+
"plaidPublicToken"?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddActionToCaseRequest {
|
|
16
|
+
"caseAction"?: models.CaseActionDomain;
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddActionToCaseResponse {
|
|
16
|
+
"theCase"?: models.CaseDomain;
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddCardToStripeAccountRequest {
|
|
16
|
+
"makeDefault"?: boolean;
|
|
17
|
+
"sourceToken"?: string;
|
|
18
|
+
"userId"?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddCardToStripeAccountResponse {
|
|
16
|
+
"cardId"?: string;
|
|
17
|
+
"_default"?: boolean;
|
|
18
|
+
"id"?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
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 './models';
|
|
14
|
+
|
|
15
|
+
export interface AddCaseMessageResponse {
|
|
16
|
+
"messageAdded"?: models.CaseMessageDomain;
|
|
17
|
+
}
|
|
18
|
+
|