@otr-app/shared-backend-generated-client 2.4.26 → 2.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/angular/model/case.ts +3 -2
- package/dist/angular/model/citationWithMissingFields.ts +3 -2
- package/dist/angular/model/ghostUser.ts +3 -2
- package/dist/angular/model/ghostUserResponse.ts +3 -2
- package/dist/angular/model/listCaseBookingsRequest.ts +3 -2
- package/dist/angular/model/registeredUserDomain.ts +3 -2
- package/dist/angular/model/userDomain.ts +3 -2
- package/dist/angular/model/userDomainReq.ts +3 -2
- package/dist/angular/model/userDomainRes.ts +3 -2
- package/dist/typescript/model/Case.d.ts +2 -1
- package/dist/typescript/model/Case.js +1 -0
- package/dist/typescript/model/CitationWithMissingFields.d.ts +2 -1
- package/dist/typescript/model/CitationWithMissingFields.js +1 -0
- package/dist/typescript/model/GhostUser.d.ts +2 -1
- package/dist/typescript/model/GhostUser.js +1 -0
- package/dist/typescript/model/GhostUserResponse.d.ts +2 -1
- package/dist/typescript/model/GhostUserResponse.js +1 -0
- package/dist/typescript/model/ListCaseBookingsRequest.d.ts +2 -1
- package/dist/typescript/model/ListCaseBookingsRequest.js +1 -0
- package/dist/typescript/model/RegisteredUserDomain.d.ts +2 -1
- package/dist/typescript/model/RegisteredUserDomain.js +1 -0
- package/dist/typescript/model/UserDomain.d.ts +2 -1
- package/dist/typescript/model/UserDomain.js +1 -0
- package/dist/typescript/model/UserDomainReq.d.ts +2 -1
- package/dist/typescript/model/UserDomainReq.js +1 -0
- package/dist/typescript/model/UserDomainRes.d.ts +2 -1
- package/dist/typescript/model/UserDomainRes.js +1 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.d.ts +12 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.js +30 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CitationControllerApi.d.ts +12 -1
- package/dist/typescript-fetch/apis/CitationControllerApi.js +31 -1
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.d.ts +2 -2
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.js +2 -2
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.d.ts +28 -0
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.js +58 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.d.ts +5 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.js +15 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.d.ts +42 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.js +97 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +63 -11
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +122 -10
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.js +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +26 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.js +26 -0
- package/dist/typescript-fetch/apis/UserControllerApi.d.ts +23 -0
- package/dist/typescript-fetch/apis/UserControllerApi.js +59 -0
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.d.ts +5 -2
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.js +9 -6
- package/dist/typescript-fetch/apis/UserProfileControllerApi.d.ts +3 -3
- package/dist/typescript-fetch/apis/UserProfileControllerApi.js +4 -3
- package/dist/typescript-fetch/apis/UserSearchControllerApi.d.ts +7 -7
- package/dist/typescript-fetch/apis/UserSearchControllerApi.js +9 -9
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.d.ts +54 -0
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.js +107 -0
- package/dist/typescript-fetch/apis/index.d.ts +3 -0
- package/dist/typescript-fetch/apis/index.js +3 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.js +2 -0
- package/dist/typescript-fetch/models/Admin.d.ts +39 -0
- package/dist/typescript-fetch/models/Admin.js +40 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.d.ts +6 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.js +2 -0
- package/dist/typescript-fetch/models/Attachment.d.ts +33 -0
- package/dist/typescript-fetch/models/Attachment.js +38 -0
- package/dist/typescript-fetch/models/Author.d.ts +45 -0
- package/dist/typescript-fetch/models/Author.js +42 -0
- package/dist/typescript-fetch/models/BillingPriceModel.d.ts +12 -0
- package/dist/typescript-fetch/models/BillingPriceModel.js +4 -0
- package/dist/typescript-fetch/models/Case.d.ts +2 -1
- package/dist/typescript-fetch/models/Case.js +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.js +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.js +1 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.d.ts +63 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.js +65 -0
- package/dist/typescript-fetch/models/CasePaymentModel.d.ts +7 -0
- package/dist/typescript-fetch/models/CasePaymentModel.js +3 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/CitationModel.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModel.js +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.js +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.js +2 -0
- package/dist/typescript-fetch/models/CitationWithMissingFields.d.ts +2 -1
- package/dist/typescript-fetch/models/CitationWithMissingFields.js +1 -0
- package/dist/typescript-fetch/models/Contact.d.ts +39 -0
- package/dist/typescript-fetch/models/Contact.js +40 -0
- package/dist/typescript-fetch/models/ContactList.d.ts +34 -0
- package/dist/typescript-fetch/models/ContactList.js +39 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.d.ts +7 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.js +3 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.js +2 -0
- package/dist/typescript-fetch/models/CreateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/CreateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/DashboardCitationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/DashboardCitationModel.js +2 -0
- package/dist/typescript-fetch/models/FirstContactReply.d.ts +39 -0
- package/dist/typescript-fetch/models/FirstContactReply.js +40 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.js +36 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +20 -10
- package/dist/typescript-fetch/models/GetLawfirmModel.js +15 -9
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.d.ts +1 -0
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.js +1 -0
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.d.ts +7 -1
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.js +3 -1
- package/dist/typescript-fetch/models/GetUserByEmailRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetUserByEmailRequest.js +36 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.d.ts +33 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.js +38 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.js +2 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.d.ts +3 -3
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.js +3 -3
- package/dist/typescript-fetch/models/GhostUser.d.ts +4 -1
- package/dist/typescript-fetch/models/GhostUser.js +3 -0
- package/dist/typescript-fetch/models/GhostUserResponse.d.ts +2 -1
- package/dist/typescript-fetch/models/GhostUserResponse.js +1 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.d.ts +178 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.js +87 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.d.ts +136 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.js +73 -0
- package/dist/typescript-fetch/models/IntercomNext.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomNext.js +38 -0
- package/dist/typescript-fetch/models/IntercomPages.d.ts +52 -0
- package/dist/typescript-fetch/models/IntercomPages.js +45 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.d.ts +40 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.js +41 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.d.ts +34 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.js +39 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.js +38 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.d.ts +2 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.js +2 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/LawfirmLeadDomain.d.ts +32 -10
- package/dist/typescript-fetch/models/LawfirmLeadDomain.js +28 -9
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.d.ts +14 -10
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.js +13 -9
- package/dist/typescript-fetch/models/LineItem.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItem.js +1 -0
- package/dist/typescript-fetch/models/LineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemModel.js +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.js +1 -0
- package/dist/typescript-fetch/models/LinkedObjects.d.ts +33 -0
- package/dist/typescript-fetch/models/LinkedObjects.js +38 -0
- package/dist/typescript-fetch/models/ListCaseBookingsRequest.d.ts +2 -1
- package/dist/typescript-fetch/models/ListCaseBookingsRequest.js +1 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.d.ts +30 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.js +10 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/NewUserResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/NewUserResponse.js +2 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.js +2 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.js +2 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.js +4 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.d.ts +187 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.js +140 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.js +2 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.js +50 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.d.ts +28 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.js +37 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.d.ts +39 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.js +40 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.js +2 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.js +38 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.js +36 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.js +2 -0
- package/dist/typescript-fetch/models/SocialLoginUser.d.ts +6 -0
- package/dist/typescript-fetch/models/SocialLoginUser.js +2 -0
- package/dist/typescript-fetch/models/Source.d.ts +85 -0
- package/dist/typescript-fetch/models/Source.js +63 -0
- package/dist/typescript-fetch/models/Statistics.d.ts +135 -0
- package/dist/typescript-fetch/models/Statistics.js +72 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.d.ts +39 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.js +39 -0
- package/dist/typescript-fetch/models/Tag.d.ts +39 -0
- package/dist/typescript-fetch/models/Tag.js +40 -0
- package/dist/typescript-fetch/models/Tags.d.ts +34 -0
- package/dist/typescript-fetch/models/Tags.js +39 -0
- package/dist/typescript-fetch/models/Teammates.d.ts +34 -0
- package/dist/typescript-fetch/models/Teammates.js +39 -0
- package/dist/typescript-fetch/models/TicketPart.d.ts +51 -0
- package/dist/typescript-fetch/models/TicketPart.js +44 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.js +39 -0
- package/dist/typescript-fetch/models/TicketType.d.ts +76 -0
- package/dist/typescript-fetch/models/TicketType.js +53 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.d.ts +63 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.js +48 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.js +39 -0
- package/dist/typescript-fetch/models/Topic.d.ts +39 -0
- package/dist/typescript-fetch/models/Topic.js +40 -0
- package/dist/typescript-fetch/models/Topics.d.ts +40 -0
- package/dist/typescript-fetch/models/Topics.js +41 -0
- package/dist/typescript-fetch/models/UpdateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/UpdateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.js +36 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.js +38 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.d.ts +45 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.js +42 -0
- package/dist/typescript-fetch/models/UserAccountModel.d.ts +6 -0
- package/dist/typescript-fetch/models/UserAccountModel.js +2 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +26 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.js +26 -0
- package/dist/typescript-fetch/models/UserDomain.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomain.js +16 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomainReq.js +16 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomainRes.js +16 -1
- package/dist/typescript-fetch/models/UserReferralLinkModel.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModel.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.js +47 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.js +51 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.js +14 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.js +6 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.d.ts +24 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.js +8 -0
- package/dist/typescript-fetch/models/ViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/ViolationModel.js +2 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.js +2 -0
- package/dist/typescript-fetch/models/index.d.ts +46 -2
- package/dist/typescript-fetch/models/index.js +46 -2
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Contact
|
|
16
|
+
*/
|
|
17
|
+
export interface Contact {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Contact
|
|
22
|
+
*/
|
|
23
|
+
externalId?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Contact
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Contact
|
|
34
|
+
*/
|
|
35
|
+
type?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function ContactFromJSON(json: any): Contact;
|
|
38
|
+
export declare function ContactFromJSONTyped(json: any, ignoreDiscriminator: boolean): Contact;
|
|
39
|
+
export declare function ContactToJSON(value?: Contact | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function ContactFromJSON(json) {
|
|
16
|
+
return ContactFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function ContactFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'externalId': !exists(json, 'external_id') ? undefined : json['external_id'],
|
|
24
|
+
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function ContactToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'external_id': value.externalId,
|
|
37
|
+
'id': value.id,
|
|
38
|
+
'type': value.type,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { Contact } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ContactList
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactList {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<Contact>}
|
|
22
|
+
* @memberof ContactList
|
|
23
|
+
*/
|
|
24
|
+
contacts?: Array<Contact>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ContactList
|
|
29
|
+
*/
|
|
30
|
+
type?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function ContactListFromJSON(json: any): ContactList;
|
|
33
|
+
export declare function ContactListFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContactList;
|
|
34
|
+
export declare function ContactListToJSON(value?: ContactList | null): any;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
import { ContactFromJSON, ContactToJSON, } from './';
|
|
16
|
+
export function ContactListFromJSON(json) {
|
|
17
|
+
return ContactListFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function ContactListFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'contacts': !exists(json, 'contacts') ? undefined : (json['contacts'].map(ContactFromJSON)),
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function ContactListToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'contacts': value.contacts === undefined ? undefined : (value.contacts.map(ContactToJSON)),
|
|
37
|
+
'type': value.type,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { SubscriptionGuardianModel } from './';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -21,6 +22,12 @@ export interface CreateBillingSubscriptionRequest {
|
|
|
21
22
|
* @memberof CreateBillingSubscriptionRequest
|
|
22
23
|
*/
|
|
23
24
|
cardId?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {SubscriptionGuardianModel}
|
|
28
|
+
* @memberof CreateBillingSubscriptionRequest
|
|
29
|
+
*/
|
|
30
|
+
guardian?: SubscriptionGuardianModel;
|
|
24
31
|
/**
|
|
25
32
|
*
|
|
26
33
|
* @type {Array<string>}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
+
import { SubscriptionGuardianModelFromJSON, SubscriptionGuardianModelToJSON, } from './';
|
|
15
16
|
export function CreateBillingSubscriptionRequestFromJSON(json) {
|
|
16
17
|
return CreateBillingSubscriptionRequestFromJSONTyped(json, false);
|
|
17
18
|
}
|
|
@@ -21,6 +22,7 @@ export function CreateBillingSubscriptionRequestFromJSONTyped(json, ignoreDiscri
|
|
|
21
22
|
}
|
|
22
23
|
return {
|
|
23
24
|
'cardId': !exists(json, 'cardId') ? undefined : json['cardId'],
|
|
25
|
+
'guardian': !exists(json, 'guardian') ? undefined : SubscriptionGuardianModelFromJSON(json['guardian']),
|
|
24
26
|
'priceIds': !exists(json, 'priceIds') ? undefined : json['priceIds'],
|
|
25
27
|
'productId': !exists(json, 'productId') ? undefined : json['productId'],
|
|
26
28
|
};
|
|
@@ -34,6 +36,7 @@ export function CreateBillingSubscriptionRequestToJSON(value) {
|
|
|
34
36
|
}
|
|
35
37
|
return {
|
|
36
38
|
'cardId': value.cardId,
|
|
39
|
+
'guardian': SubscriptionGuardianModelToJSON(value.guardian),
|
|
37
40
|
'priceIds': value.priceIds,
|
|
38
41
|
'productId': value.productId,
|
|
39
42
|
};
|
|
@@ -130,11 +130,13 @@ export declare enum CreateCitationRequestClientTypeEnum {
|
|
|
130
130
|
EMAIL = "EMAIL",
|
|
131
131
|
FRESHDESK = "FRESH_DESK",
|
|
132
132
|
IOS = "IOS",
|
|
133
|
+
LOCALHOST = "LOCALHOST",
|
|
133
134
|
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
134
135
|
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
135
136
|
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
136
137
|
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
137
138
|
OTREXPLORER = "OTR_EXPLORER",
|
|
139
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
138
140
|
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
139
141
|
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
140
142
|
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
@@ -117,11 +117,13 @@ export var CreateCitationRequestClientTypeEnum;
|
|
|
117
117
|
CreateCitationRequestClientTypeEnum["EMAIL"] = "EMAIL";
|
|
118
118
|
CreateCitationRequestClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
119
119
|
CreateCitationRequestClientTypeEnum["IOS"] = "IOS";
|
|
120
|
+
CreateCitationRequestClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
120
121
|
CreateCitationRequestClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
121
122
|
CreateCitationRequestClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
122
123
|
CreateCitationRequestClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
123
124
|
CreateCitationRequestClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
124
125
|
CreateCitationRequestClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
126
|
+
CreateCitationRequestClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
125
127
|
CreateCitationRequestClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
126
128
|
CreateCitationRequestClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
127
129
|
CreateCitationRequestClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
@@ -136,19 +136,23 @@ export declare enum CreateLawfirmModelLawfirmPaymentModelEnum {
|
|
|
136
136
|
*/
|
|
137
137
|
export declare enum CreateLawfirmModelLawfirmStateEnum {
|
|
138
138
|
ACCOUNTCLOSED = "ACCOUNT_CLOSED",
|
|
139
|
+
ACTIVE = "ACTIVE",
|
|
140
|
+
BLACKLISTED = "BLACKLISTED",
|
|
141
|
+
DEMOCOMPLETED = "DEMO_COMPLETED",
|
|
139
142
|
DUPLICATE = "DUPLICATE",
|
|
140
|
-
ESTABLISHED = "ESTABLISHED",
|
|
141
143
|
FUTURELEAD = "FUTURE_LEAD",
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
LEAD = "LEAD",
|
|
145
|
+
NEWPARTNER = "NEW_PARTNER",
|
|
146
|
+
NOTAGOODFIT = "NOT_A_GOOD_FIT",
|
|
147
|
+
NOTINTERESTEDDONOTCONTACT = "NOT_INTERESTED_DO_NOT_CONTACT",
|
|
148
|
+
NOTINTERESTEDFEESPLITTING = "NOT_INTERESTED_FEE_SPLITTING",
|
|
149
|
+
NOTINTERESTEDMARKETINGFEE = "NOT_INTERESTED_MARKETING_FEE",
|
|
150
|
+
NOTINTERESTEDMONEYBACKGUARANTEE = "NOT_INTERESTED_MONEY_BACK_GUARANTEE",
|
|
151
|
+
NOTINTERESTEDPLATFORMRESISTANCE = "NOT_INTERESTED_PLATFORM_RESISTANCE",
|
|
152
|
+
PASTINTEREST = "PAST_INTEREST",
|
|
153
|
+
SUPERVISED = "SUPERVISED",
|
|
149
154
|
TEMPORARILYTURNEDOFF = "TEMPORARILY_TURNED_OFF",
|
|
150
155
|
TERMINATEDFRAUD = "TERMINATED_FRAUD",
|
|
151
156
|
TERMINATEDPOORSERVICE = "TERMINATED_POOR_SERVICE",
|
|
152
|
-
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
153
|
-
UNDERREVIEW = "UNDER_REVIEW"
|
|
157
|
+
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
154
158
|
}
|
|
@@ -83,19 +83,23 @@ export var CreateLawfirmModelLawfirmPaymentModelEnum;
|
|
|
83
83
|
export var CreateLawfirmModelLawfirmStateEnum;
|
|
84
84
|
(function (CreateLawfirmModelLawfirmStateEnum) {
|
|
85
85
|
CreateLawfirmModelLawfirmStateEnum["ACCOUNTCLOSED"] = "ACCOUNT_CLOSED";
|
|
86
|
+
CreateLawfirmModelLawfirmStateEnum["ACTIVE"] = "ACTIVE";
|
|
87
|
+
CreateLawfirmModelLawfirmStateEnum["BLACKLISTED"] = "BLACKLISTED";
|
|
88
|
+
CreateLawfirmModelLawfirmStateEnum["DEMOCOMPLETED"] = "DEMO_COMPLETED";
|
|
86
89
|
CreateLawfirmModelLawfirmStateEnum["DUPLICATE"] = "DUPLICATE";
|
|
87
|
-
CreateLawfirmModelLawfirmStateEnum["ESTABLISHED"] = "ESTABLISHED";
|
|
88
90
|
CreateLawfirmModelLawfirmStateEnum["FUTURELEAD"] = "FUTURE_LEAD";
|
|
89
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
90
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
91
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
92
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
93
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
94
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
95
|
-
CreateLawfirmModelLawfirmStateEnum["
|
|
91
|
+
CreateLawfirmModelLawfirmStateEnum["LEAD"] = "LEAD";
|
|
92
|
+
CreateLawfirmModelLawfirmStateEnum["NEWPARTNER"] = "NEW_PARTNER";
|
|
93
|
+
CreateLawfirmModelLawfirmStateEnum["NOTAGOODFIT"] = "NOT_A_GOOD_FIT";
|
|
94
|
+
CreateLawfirmModelLawfirmStateEnum["NOTINTERESTEDDONOTCONTACT"] = "NOT_INTERESTED_DO_NOT_CONTACT";
|
|
95
|
+
CreateLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTING"] = "NOT_INTERESTED_FEE_SPLITTING";
|
|
96
|
+
CreateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMARKETINGFEE"] = "NOT_INTERESTED_MARKETING_FEE";
|
|
97
|
+
CreateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMONEYBACKGUARANTEE"] = "NOT_INTERESTED_MONEY_BACK_GUARANTEE";
|
|
98
|
+
CreateLawfirmModelLawfirmStateEnum["NOTINTERESTEDPLATFORMRESISTANCE"] = "NOT_INTERESTED_PLATFORM_RESISTANCE";
|
|
99
|
+
CreateLawfirmModelLawfirmStateEnum["PASTINTEREST"] = "PAST_INTEREST";
|
|
100
|
+
CreateLawfirmModelLawfirmStateEnum["SUPERVISED"] = "SUPERVISED";
|
|
96
101
|
CreateLawfirmModelLawfirmStateEnum["TEMPORARILYTURNEDOFF"] = "TEMPORARILY_TURNED_OFF";
|
|
97
102
|
CreateLawfirmModelLawfirmStateEnum["TERMINATEDFRAUD"] = "TERMINATED_FRAUD";
|
|
98
103
|
CreateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSERVICE"] = "TERMINATED_POOR_SERVICE";
|
|
99
104
|
CreateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSUCCESS"] = "TERMINATED_POOR_SUCCESS";
|
|
100
|
-
CreateLawfirmModelLawfirmStateEnum["UNDERREVIEW"] = "UNDER_REVIEW";
|
|
101
105
|
})(CreateLawfirmModelLawfirmStateEnum || (CreateLawfirmModelLawfirmStateEnum = {}));
|
|
@@ -64,6 +64,12 @@ export interface DashboardCitationModel {
|
|
|
64
64
|
* @memberof DashboardCitationModel
|
|
65
65
|
*/
|
|
66
66
|
regionCode?: string;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof DashboardCitationModel
|
|
71
|
+
*/
|
|
72
|
+
signedTicketImageUrl?: string;
|
|
67
73
|
/**
|
|
68
74
|
*
|
|
69
75
|
* @type {string}
|
|
@@ -29,6 +29,7 @@ export function DashboardCitationModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
29
|
'isDeleted': !exists(json, 'isDeleted') ? undefined : json['isDeleted'],
|
|
30
30
|
'lastUpdatedDateUtc': !exists(json, 'lastUpdatedDateUtc') ? undefined : (new Date(json['lastUpdatedDateUtc'])),
|
|
31
31
|
'regionCode': !exists(json, 'regionCode') ? undefined : json['regionCode'],
|
|
32
|
+
'signedTicketImageUrl': !exists(json, 'signedTicketImageUrl') ? undefined : json['signedTicketImageUrl'],
|
|
32
33
|
'ticketImageUrl': !exists(json, 'ticketImageUrl') ? undefined : json['ticketImageUrl'],
|
|
33
34
|
'violationCount': !exists(json, 'violationCount') ? undefined : json['violationCount'],
|
|
34
35
|
};
|
|
@@ -49,6 +50,7 @@ export function DashboardCitationModelToJSON(value) {
|
|
|
49
50
|
'isDeleted': value.isDeleted,
|
|
50
51
|
'lastUpdatedDateUtc': value.lastUpdatedDateUtc === undefined ? undefined : (value.lastUpdatedDateUtc.toISOString()),
|
|
51
52
|
'regionCode': value.regionCode,
|
|
53
|
+
'signedTicketImageUrl': value.signedTicketImageUrl,
|
|
52
54
|
'ticketImageUrl': value.ticketImageUrl,
|
|
53
55
|
'violationCount': value.violationCount,
|
|
54
56
|
};
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FirstContactReply
|
|
16
|
+
*/
|
|
17
|
+
export interface FirstContactReply {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof FirstContactReply
|
|
22
|
+
*/
|
|
23
|
+
createdAt?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FirstContactReply
|
|
28
|
+
*/
|
|
29
|
+
type?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FirstContactReply
|
|
34
|
+
*/
|
|
35
|
+
url?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function FirstContactReplyFromJSON(json: any): FirstContactReply;
|
|
38
|
+
export declare function FirstContactReplyFromJSONTyped(json: any, ignoreDiscriminator: boolean): FirstContactReply;
|
|
39
|
+
export declare function FirstContactReplyToJSON(value?: FirstContactReply | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function FirstContactReplyFromJSON(json) {
|
|
16
|
+
return FirstContactReplyFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function FirstContactReplyFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'createdAt': !exists(json, 'createdAt') ? undefined : json['createdAt'],
|
|
24
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
25
|
+
'url': !exists(json, 'url') ? undefined : json['url'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function FirstContactReplyToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'createdAt': value.createdAt,
|
|
37
|
+
'type': value.type,
|
|
38
|
+
'url': value.url,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetCasesWithMissingLawfirmPayoutsRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCasesWithMissingLawfirmPayoutsRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetCasesWithMissingLawfirmPayoutsRequest
|
|
22
|
+
*/
|
|
23
|
+
trailingMonths?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestFromJSON(json: any): GetCasesWithMissingLawfirmPayoutsRequest;
|
|
26
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCasesWithMissingLawfirmPayoutsRequest;
|
|
27
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestToJSON(value?: GetCasesWithMissingLawfirmPayoutsRequest | null): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function GetCasesWithMissingLawfirmPayoutsRequestFromJSON(json) {
|
|
16
|
+
return GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'trailingMonths': !exists(json, 'trailingMonths') ? undefined : json['trailingMonths'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function GetCasesWithMissingLawfirmPayoutsRequestToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'trailingMonths': value.trailingMonths,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -27,6 +27,12 @@ export interface GetCasesWithUncapturedChargesRequest {
|
|
|
27
27
|
* @memberof GetCasesWithUncapturedChargesRequest
|
|
28
28
|
*/
|
|
29
29
|
showPositiveBalances?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof GetCasesWithUncapturedChargesRequest
|
|
34
|
+
*/
|
|
35
|
+
trailingMonths?: number;
|
|
30
36
|
}
|
|
31
37
|
export declare function GetCasesWithUncapturedChargesRequestFromJSON(json: any): GetCasesWithUncapturedChargesRequest;
|
|
32
38
|
export declare function GetCasesWithUncapturedChargesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCasesWithUncapturedChargesRequest;
|
|
@@ -22,6 +22,7 @@ export function GetCasesWithUncapturedChargesRequestFromJSONTyped(json, ignoreDi
|
|
|
22
22
|
return {
|
|
23
23
|
'showNegativeBalances': !exists(json, 'showNegativeBalances') ? undefined : json['showNegativeBalances'],
|
|
24
24
|
'showPositiveBalances': !exists(json, 'showPositiveBalances') ? undefined : json['showPositiveBalances'],
|
|
25
|
+
'trailingMonths': !exists(json, 'trailingMonths') ? undefined : json['trailingMonths'],
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
28
|
export function GetCasesWithUncapturedChargesRequestToJSON(value) {
|
|
@@ -34,5 +35,6 @@ export function GetCasesWithUncapturedChargesRequestToJSON(value) {
|
|
|
34
35
|
return {
|
|
35
36
|
'showNegativeBalances': value.showNegativeBalances,
|
|
36
37
|
'showPositiveBalances': value.showPositiveBalances,
|
|
38
|
+
'trailingMonths': value.trailingMonths,
|
|
37
39
|
};
|
|
38
40
|
}
|
|
@@ -35,6 +35,12 @@ export interface GetLawfirmCaseStatsResponse {
|
|
|
35
35
|
* @memberof GetLawfirmCaseStatsResponse
|
|
36
36
|
*/
|
|
37
37
|
numResolvedCases?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof GetLawfirmCaseStatsResponse
|
|
42
|
+
*/
|
|
43
|
+
successRate?: number;
|
|
38
44
|
}
|
|
39
45
|
export declare function GetLawfirmCaseStatsResponseFromJSON(json: any): GetLawfirmCaseStatsResponse;
|
|
40
46
|
export declare function GetLawfirmCaseStatsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLawfirmCaseStatsResponse;
|
|
@@ -23,6 +23,7 @@ export function GetLawfirmCaseStatsResponseFromJSONTyped(json, ignoreDiscriminat
|
|
|
23
23
|
'caseCountByStatusMap': !exists(json, 'caseCountByStatusMap') ? undefined : json['caseCountByStatusMap'],
|
|
24
24
|
'numBookedCases': !exists(json, 'numBookedCases') ? undefined : json['numBookedCases'],
|
|
25
25
|
'numResolvedCases': !exists(json, 'numResolvedCases') ? undefined : json['numResolvedCases'],
|
|
26
|
+
'successRate': !exists(json, 'successRate') ? undefined : json['successRate'],
|
|
26
27
|
};
|
|
27
28
|
}
|
|
28
29
|
export function GetLawfirmCaseStatsResponseToJSON(value) {
|
|
@@ -36,5 +37,6 @@ export function GetLawfirmCaseStatsResponseToJSON(value) {
|
|
|
36
37
|
'caseCountByStatusMap': value.caseCountByStatusMap,
|
|
37
38
|
'numBookedCases': value.numBookedCases,
|
|
38
39
|
'numResolvedCases': value.numResolvedCases,
|
|
40
|
+
'successRate': value.successRate,
|
|
39
41
|
};
|
|
40
42
|
}
|
|
@@ -46,6 +46,12 @@ export interface GetLawfirmModel {
|
|
|
46
46
|
* @memberof GetLawfirmModel
|
|
47
47
|
*/
|
|
48
48
|
createdBy?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof GetLawfirmModel
|
|
53
|
+
*/
|
|
54
|
+
customerServiceScore?: number;
|
|
49
55
|
/**
|
|
50
56
|
*
|
|
51
57
|
* @type {Date}
|
|
@@ -191,21 +197,25 @@ export declare enum GetLawfirmModelLawfirmPaymentModelEnum {
|
|
|
191
197
|
*/
|
|
192
198
|
export declare enum GetLawfirmModelLawfirmStateEnum {
|
|
193
199
|
ACCOUNTCLOSED = "ACCOUNT_CLOSED",
|
|
200
|
+
ACTIVE = "ACTIVE",
|
|
201
|
+
BLACKLISTED = "BLACKLISTED",
|
|
202
|
+
DEMOCOMPLETED = "DEMO_COMPLETED",
|
|
194
203
|
DUPLICATE = "DUPLICATE",
|
|
195
|
-
ESTABLISHED = "ESTABLISHED",
|
|
196
204
|
FUTURELEAD = "FUTURE_LEAD",
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
205
|
+
LEAD = "LEAD",
|
|
206
|
+
NEWPARTNER = "NEW_PARTNER",
|
|
207
|
+
NOTAGOODFIT = "NOT_A_GOOD_FIT",
|
|
208
|
+
NOTINTERESTEDDONOTCONTACT = "NOT_INTERESTED_DO_NOT_CONTACT",
|
|
209
|
+
NOTINTERESTEDFEESPLITTING = "NOT_INTERESTED_FEE_SPLITTING",
|
|
210
|
+
NOTINTERESTEDMARKETINGFEE = "NOT_INTERESTED_MARKETING_FEE",
|
|
211
|
+
NOTINTERESTEDMONEYBACKGUARANTEE = "NOT_INTERESTED_MONEY_BACK_GUARANTEE",
|
|
212
|
+
NOTINTERESTEDPLATFORMRESISTANCE = "NOT_INTERESTED_PLATFORM_RESISTANCE",
|
|
213
|
+
PASTINTEREST = "PAST_INTEREST",
|
|
214
|
+
SUPERVISED = "SUPERVISED",
|
|
204
215
|
TEMPORARILYTURNEDOFF = "TEMPORARILY_TURNED_OFF",
|
|
205
216
|
TERMINATEDFRAUD = "TERMINATED_FRAUD",
|
|
206
217
|
TERMINATEDPOORSERVICE = "TERMINATED_POOR_SERVICE",
|
|
207
|
-
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
208
|
-
UNDERREVIEW = "UNDER_REVIEW"
|
|
218
|
+
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
209
219
|
}
|
|
210
220
|
/**
|
|
211
221
|
* @export
|
|
@@ -26,6 +26,7 @@ export function GetLawfirmModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
26
|
'caseAssignmentPriority': !exists(json, 'caseAssignmentPriority') ? undefined : json['caseAssignmentPriority'],
|
|
27
27
|
'coverPhotoUrl': !exists(json, 'coverPhotoUrl') ? undefined : json['coverPhotoUrl'],
|
|
28
28
|
'createdBy': !exists(json, 'createdBy') ? undefined : json['createdBy'],
|
|
29
|
+
'customerServiceScore': !exists(json, 'customerServiceScore') ? undefined : json['customerServiceScore'],
|
|
29
30
|
'establishedDateUtc': !exists(json, 'establishedDateUtc') ? undefined : (new Date(json['establishedDateUtc'])),
|
|
30
31
|
'establishedYear': !exists(json, 'establishedYear') ? undefined : json['establishedYear'],
|
|
31
32
|
'isLawfirmDisabled': !exists(json, 'isLawfirmDisabled') ? undefined : json['isLawfirmDisabled'],
|
|
@@ -62,6 +63,7 @@ export function GetLawfirmModelToJSON(value) {
|
|
|
62
63
|
'caseAssignmentPriority': value.caseAssignmentPriority,
|
|
63
64
|
'coverPhotoUrl': value.coverPhotoUrl,
|
|
64
65
|
'createdBy': value.createdBy,
|
|
66
|
+
'customerServiceScore': value.customerServiceScore,
|
|
65
67
|
'establishedDateUtc': value.establishedDateUtc === undefined ? undefined : (value.establishedDateUtc.toISOString()),
|
|
66
68
|
'establishedYear': value.establishedYear,
|
|
67
69
|
'isLawfirmDisabled': value.isLawfirmDisabled,
|
|
@@ -102,21 +104,25 @@ export var GetLawfirmModelLawfirmPaymentModelEnum;
|
|
|
102
104
|
export var GetLawfirmModelLawfirmStateEnum;
|
|
103
105
|
(function (GetLawfirmModelLawfirmStateEnum) {
|
|
104
106
|
GetLawfirmModelLawfirmStateEnum["ACCOUNTCLOSED"] = "ACCOUNT_CLOSED";
|
|
107
|
+
GetLawfirmModelLawfirmStateEnum["ACTIVE"] = "ACTIVE";
|
|
108
|
+
GetLawfirmModelLawfirmStateEnum["BLACKLISTED"] = "BLACKLISTED";
|
|
109
|
+
GetLawfirmModelLawfirmStateEnum["DEMOCOMPLETED"] = "DEMO_COMPLETED";
|
|
105
110
|
GetLawfirmModelLawfirmStateEnum["DUPLICATE"] = "DUPLICATE";
|
|
106
|
-
GetLawfirmModelLawfirmStateEnum["ESTABLISHED"] = "ESTABLISHED";
|
|
107
111
|
GetLawfirmModelLawfirmStateEnum["FUTURELEAD"] = "FUTURE_LEAD";
|
|
108
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
109
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
110
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
111
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
112
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
113
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
114
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
112
|
+
GetLawfirmModelLawfirmStateEnum["LEAD"] = "LEAD";
|
|
113
|
+
GetLawfirmModelLawfirmStateEnum["NEWPARTNER"] = "NEW_PARTNER";
|
|
114
|
+
GetLawfirmModelLawfirmStateEnum["NOTAGOODFIT"] = "NOT_A_GOOD_FIT";
|
|
115
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDDONOTCONTACT"] = "NOT_INTERESTED_DO_NOT_CONTACT";
|
|
116
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTING"] = "NOT_INTERESTED_FEE_SPLITTING";
|
|
117
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDMARKETINGFEE"] = "NOT_INTERESTED_MARKETING_FEE";
|
|
118
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDMONEYBACKGUARANTEE"] = "NOT_INTERESTED_MONEY_BACK_GUARANTEE";
|
|
119
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDPLATFORMRESISTANCE"] = "NOT_INTERESTED_PLATFORM_RESISTANCE";
|
|
120
|
+
GetLawfirmModelLawfirmStateEnum["PASTINTEREST"] = "PAST_INTEREST";
|
|
121
|
+
GetLawfirmModelLawfirmStateEnum["SUPERVISED"] = "SUPERVISED";
|
|
115
122
|
GetLawfirmModelLawfirmStateEnum["TEMPORARILYTURNEDOFF"] = "TEMPORARILY_TURNED_OFF";
|
|
116
123
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDFRAUD"] = "TERMINATED_FRAUD";
|
|
117
124
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDPOORSERVICE"] = "TERMINATED_POOR_SERVICE";
|
|
118
125
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDPOORSUCCESS"] = "TERMINATED_POOR_SUCCESS";
|
|
119
|
-
GetLawfirmModelLawfirmStateEnum["UNDERREVIEW"] = "UNDER_REVIEW";
|
|
120
126
|
})(GetLawfirmModelLawfirmStateEnum || (GetLawfirmModelLawfirmStateEnum = {}));
|
|
121
127
|
/**
|
|
122
128
|
* @export
|
|
@@ -45,6 +45,7 @@ export declare enum GetLineItemTypesResponseLineItemTypesEnum {
|
|
|
45
45
|
MVSFEE = "MVS_FEE",
|
|
46
46
|
OTHER = "OTHER",
|
|
47
47
|
OTRCREDIT = "OTR_CREDIT",
|
|
48
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
48
49
|
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
49
50
|
WARRANTFEE = "WARRANT_FEE"
|
|
50
51
|
}
|