@otr-app/shared-backend-generated-client 2.4.26 → 2.4.27
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/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/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/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 +2 -0
- package/dist/typescript-fetch/models/GhostUser.js +2 -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/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 +186 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.js +139 -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 +43 -1
- package/dist/typescript-fetch/models/UserDomain.js +15 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +43 -1
- package/dist/typescript-fetch/models/UserDomainReq.js +15 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +43 -1
- package/dist/typescript-fetch/models/UserDomainRes.js +15 -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,45 @@
|
|
|
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 UserSocialProfileModelReq
|
|
16
|
+
*/
|
|
17
|
+
export interface UserSocialProfileModelReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserSocialProfileModelReq
|
|
22
|
+
*/
|
|
23
|
+
platform?: UserSocialProfileModelReqPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserSocialProfileModelReq
|
|
28
|
+
*/
|
|
29
|
+
userHandle?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserSocialProfileModelReqFromJSON(json: any): UserSocialProfileModelReq;
|
|
32
|
+
export declare function UserSocialProfileModelReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSocialProfileModelReq;
|
|
33
|
+
export declare function UserSocialProfileModelReqToJSON(value?: UserSocialProfileModelReq | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserSocialProfileModelReqPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 UserSocialProfileModelReqFromJSON(json) {
|
|
16
|
+
return UserSocialProfileModelReqFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserSocialProfileModelReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'platform': !exists(json, 'platform') ? undefined : json['platform'],
|
|
24
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserSocialProfileModelReqToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'platform': value.platform,
|
|
36
|
+
'userHandle': value.userHandle,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserSocialProfileModelReqPlatformEnum;
|
|
44
|
+
(function (UserSocialProfileModelReqPlatformEnum) {
|
|
45
|
+
UserSocialProfileModelReqPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
46
|
+
UserSocialProfileModelReqPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
47
|
+
UserSocialProfileModelReqPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
48
|
+
UserSocialProfileModelReqPlatformEnum["TWITCH"] = "TWITCH";
|
|
49
|
+
UserSocialProfileModelReqPlatformEnum["X"] = "X";
|
|
50
|
+
UserSocialProfileModelReqPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
51
|
+
})(UserSocialProfileModelReqPlatformEnum || (UserSocialProfileModelReqPlatformEnum = {}));
|
|
@@ -0,0 +1,45 @@
|
|
|
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 UserSocialProfileModelRes
|
|
16
|
+
*/
|
|
17
|
+
export interface UserSocialProfileModelRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserSocialProfileModelRes
|
|
22
|
+
*/
|
|
23
|
+
platform?: UserSocialProfileModelResPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserSocialProfileModelRes
|
|
28
|
+
*/
|
|
29
|
+
userHandle?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserSocialProfileModelResFromJSON(json: any): UserSocialProfileModelRes;
|
|
32
|
+
export declare function UserSocialProfileModelResFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSocialProfileModelRes;
|
|
33
|
+
export declare function UserSocialProfileModelResToJSON(value?: UserSocialProfileModelRes | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserSocialProfileModelResPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 UserSocialProfileModelResFromJSON(json) {
|
|
16
|
+
return UserSocialProfileModelResFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserSocialProfileModelResFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'platform': !exists(json, 'platform') ? undefined : json['platform'],
|
|
24
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserSocialProfileModelResToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'platform': value.platform,
|
|
36
|
+
'userHandle': value.userHandle,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserSocialProfileModelResPlatformEnum;
|
|
44
|
+
(function (UserSocialProfileModelResPlatformEnum) {
|
|
45
|
+
UserSocialProfileModelResPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
46
|
+
UserSocialProfileModelResPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
47
|
+
UserSocialProfileModelResPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
48
|
+
UserSocialProfileModelResPlatformEnum["TWITCH"] = "TWITCH";
|
|
49
|
+
UserSocialProfileModelResPlatformEnum["X"] = "X";
|
|
50
|
+
UserSocialProfileModelResPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
51
|
+
})(UserSocialProfileModelResPlatformEnum || (UserSocialProfileModelResPlatformEnum = {}));
|
|
@@ -27,6 +27,18 @@ export interface UserSubscriptionPlanModel {
|
|
|
27
27
|
* @memberof UserSubscriptionPlanModel
|
|
28
28
|
*/
|
|
29
29
|
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserSubscriptionPlanModel
|
|
34
|
+
*/
|
|
35
|
+
productName?: UserSubscriptionPlanModelProductNameEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof UserSubscriptionPlanModel
|
|
40
|
+
*/
|
|
41
|
+
startDateUtc?: Date;
|
|
30
42
|
/**
|
|
31
43
|
*
|
|
32
44
|
* @type {boolean}
|
|
@@ -47,6 +59,15 @@ export declare function UserSubscriptionPlanModelToJSON(value?: UserSubscription
|
|
|
47
59
|
* @export
|
|
48
60
|
* @enum {string}
|
|
49
61
|
*/
|
|
62
|
+
export declare enum UserSubscriptionPlanModelProductNameEnum {
|
|
63
|
+
CONVOYPRO = "CONVOY_PRO",
|
|
64
|
+
OTRFASTLANE = "OTR_FASTLANE",
|
|
65
|
+
OTRFASTLANETEEN = "OTR_FASTLANE_TEEN"
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
* @enum {string}
|
|
70
|
+
*/
|
|
50
71
|
export declare enum UserSubscriptionPlanModelSubscriptionStatusEnum {
|
|
51
72
|
ACTIVE = "ACTIVE",
|
|
52
73
|
CANCELED = "CANCELED",
|
|
@@ -22,6 +22,8 @@ export function UserSubscriptionPlanModelFromJSONTyped(json, ignoreDiscriminator
|
|
|
22
22
|
return {
|
|
23
23
|
'expirationDateUtc': !exists(json, 'expirationDateUtc') ? undefined : (new Date(json['expirationDateUtc'])),
|
|
24
24
|
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
25
|
+
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
26
|
+
'startDateUtc': !exists(json, 'startDateUtc') ? undefined : (new Date(json['startDateUtc'])),
|
|
25
27
|
'subscriptionCovered': !exists(json, 'subscriptionCovered') ? undefined : json['subscriptionCovered'],
|
|
26
28
|
'subscriptionStatus': !exists(json, 'subscriptionStatus') ? undefined : json['subscriptionStatus'],
|
|
27
29
|
};
|
|
@@ -36,6 +38,8 @@ export function UserSubscriptionPlanModelToJSON(value) {
|
|
|
36
38
|
return {
|
|
37
39
|
'expirationDateUtc': value.expirationDateUtc === undefined ? undefined : (value.expirationDateUtc.toISOString()),
|
|
38
40
|
'id': value.id,
|
|
41
|
+
'productName': value.productName,
|
|
42
|
+
'startDateUtc': value.startDateUtc === undefined ? undefined : (value.startDateUtc.toISOString()),
|
|
39
43
|
'subscriptionCovered': value.subscriptionCovered,
|
|
40
44
|
'subscriptionStatus': value.subscriptionStatus,
|
|
41
45
|
};
|
|
@@ -44,6 +48,16 @@ export function UserSubscriptionPlanModelToJSON(value) {
|
|
|
44
48
|
* @export
|
|
45
49
|
* @enum {string}
|
|
46
50
|
*/
|
|
51
|
+
export var UserSubscriptionPlanModelProductNameEnum;
|
|
52
|
+
(function (UserSubscriptionPlanModelProductNameEnum) {
|
|
53
|
+
UserSubscriptionPlanModelProductNameEnum["CONVOYPRO"] = "CONVOY_PRO";
|
|
54
|
+
UserSubscriptionPlanModelProductNameEnum["OTRFASTLANE"] = "OTR_FASTLANE";
|
|
55
|
+
UserSubscriptionPlanModelProductNameEnum["OTRFASTLANETEEN"] = "OTR_FASTLANE_TEEN";
|
|
56
|
+
})(UserSubscriptionPlanModelProductNameEnum || (UserSubscriptionPlanModelProductNameEnum = {}));
|
|
57
|
+
/**
|
|
58
|
+
* @export
|
|
59
|
+
* @enum {string}
|
|
60
|
+
*/
|
|
47
61
|
export var UserSubscriptionPlanModelSubscriptionStatusEnum;
|
|
48
62
|
(function (UserSubscriptionPlanModelSubscriptionStatusEnum) {
|
|
49
63
|
UserSubscriptionPlanModelSubscriptionStatusEnum["ACTIVE"] = "ACTIVE";
|
|
@@ -27,6 +27,18 @@ export interface UserSubscriptionPlanModelReq {
|
|
|
27
27
|
* @memberof UserSubscriptionPlanModelReq
|
|
28
28
|
*/
|
|
29
29
|
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserSubscriptionPlanModelReq
|
|
34
|
+
*/
|
|
35
|
+
productName?: UserSubscriptionPlanModelReqProductNameEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof UserSubscriptionPlanModelReq
|
|
40
|
+
*/
|
|
41
|
+
startDateUtc?: Date;
|
|
30
42
|
/**
|
|
31
43
|
*
|
|
32
44
|
* @type {string}
|
|
@@ -41,6 +53,15 @@ export declare function UserSubscriptionPlanModelReqToJSON(value?: UserSubscript
|
|
|
41
53
|
* @export
|
|
42
54
|
* @enum {string}
|
|
43
55
|
*/
|
|
56
|
+
export declare enum UserSubscriptionPlanModelReqProductNameEnum {
|
|
57
|
+
CONVOYPRO = "CONVOY_PRO",
|
|
58
|
+
OTRFASTLANE = "OTR_FASTLANE",
|
|
59
|
+
OTRFASTLANETEEN = "OTR_FASTLANE_TEEN"
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @export
|
|
63
|
+
* @enum {string}
|
|
64
|
+
*/
|
|
44
65
|
export declare enum UserSubscriptionPlanModelReqSubscriptionStatusEnum {
|
|
45
66
|
ACTIVE = "ACTIVE",
|
|
46
67
|
CANCELED = "CANCELED",
|
|
@@ -22,6 +22,8 @@ export function UserSubscriptionPlanModelReqFromJSONTyped(json, ignoreDiscrimina
|
|
|
22
22
|
return {
|
|
23
23
|
'expirationDateUtc': !exists(json, 'expirationDateUtc') ? undefined : (new Date(json['expirationDateUtc'])),
|
|
24
24
|
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
25
|
+
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
26
|
+
'startDateUtc': !exists(json, 'startDateUtc') ? undefined : (new Date(json['startDateUtc'])),
|
|
25
27
|
'subscriptionStatus': !exists(json, 'subscriptionStatus') ? undefined : json['subscriptionStatus'],
|
|
26
28
|
};
|
|
27
29
|
}
|
|
@@ -35,6 +37,8 @@ export function UserSubscriptionPlanModelReqToJSON(value) {
|
|
|
35
37
|
return {
|
|
36
38
|
'expirationDateUtc': value.expirationDateUtc === undefined ? undefined : (value.expirationDateUtc.toISOString()),
|
|
37
39
|
'id': value.id,
|
|
40
|
+
'productName': value.productName,
|
|
41
|
+
'startDateUtc': value.startDateUtc === undefined ? undefined : (value.startDateUtc.toISOString()),
|
|
38
42
|
'subscriptionStatus': value.subscriptionStatus,
|
|
39
43
|
};
|
|
40
44
|
}
|
|
@@ -42,6 +46,16 @@ export function UserSubscriptionPlanModelReqToJSON(value) {
|
|
|
42
46
|
* @export
|
|
43
47
|
* @enum {string}
|
|
44
48
|
*/
|
|
49
|
+
export var UserSubscriptionPlanModelReqProductNameEnum;
|
|
50
|
+
(function (UserSubscriptionPlanModelReqProductNameEnum) {
|
|
51
|
+
UserSubscriptionPlanModelReqProductNameEnum["CONVOYPRO"] = "CONVOY_PRO";
|
|
52
|
+
UserSubscriptionPlanModelReqProductNameEnum["OTRFASTLANE"] = "OTR_FASTLANE";
|
|
53
|
+
UserSubscriptionPlanModelReqProductNameEnum["OTRFASTLANETEEN"] = "OTR_FASTLANE_TEEN";
|
|
54
|
+
})(UserSubscriptionPlanModelReqProductNameEnum || (UserSubscriptionPlanModelReqProductNameEnum = {}));
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
* @enum {string}
|
|
58
|
+
*/
|
|
45
59
|
export var UserSubscriptionPlanModelReqSubscriptionStatusEnum;
|
|
46
60
|
(function (UserSubscriptionPlanModelReqSubscriptionStatusEnum) {
|
|
47
61
|
UserSubscriptionPlanModelReqSubscriptionStatusEnum["ACTIVE"] = "ACTIVE";
|
|
@@ -27,6 +27,18 @@ export interface UserSubscriptionPlanModelRes {
|
|
|
27
27
|
* @memberof UserSubscriptionPlanModelRes
|
|
28
28
|
*/
|
|
29
29
|
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserSubscriptionPlanModelRes
|
|
34
|
+
*/
|
|
35
|
+
productName?: UserSubscriptionPlanModelResProductNameEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof UserSubscriptionPlanModelRes
|
|
40
|
+
*/
|
|
41
|
+
startDateUtc?: Date;
|
|
30
42
|
/**
|
|
31
43
|
*
|
|
32
44
|
* @type {boolean}
|
|
@@ -47,6 +59,15 @@ export declare function UserSubscriptionPlanModelResToJSON(value?: UserSubscript
|
|
|
47
59
|
* @export
|
|
48
60
|
* @enum {string}
|
|
49
61
|
*/
|
|
62
|
+
export declare enum UserSubscriptionPlanModelResProductNameEnum {
|
|
63
|
+
CONVOYPRO = "CONVOY_PRO",
|
|
64
|
+
OTRFASTLANE = "OTR_FASTLANE",
|
|
65
|
+
OTRFASTLANETEEN = "OTR_FASTLANE_TEEN"
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
* @enum {string}
|
|
70
|
+
*/
|
|
50
71
|
export declare enum UserSubscriptionPlanModelResSubscriptionStatusEnum {
|
|
51
72
|
ACTIVE = "ACTIVE",
|
|
52
73
|
CANCELED = "CANCELED",
|
|
@@ -22,6 +22,8 @@ export function UserSubscriptionPlanModelResFromJSONTyped(json, ignoreDiscrimina
|
|
|
22
22
|
return {
|
|
23
23
|
'expirationDateUtc': !exists(json, 'expirationDateUtc') ? undefined : (new Date(json['expirationDateUtc'])),
|
|
24
24
|
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
25
|
+
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
26
|
+
'startDateUtc': !exists(json, 'startDateUtc') ? undefined : (new Date(json['startDateUtc'])),
|
|
25
27
|
'subscriptionCovered': !exists(json, 'subscriptionCovered') ? undefined : json['subscriptionCovered'],
|
|
26
28
|
'subscriptionStatus': !exists(json, 'subscriptionStatus') ? undefined : json['subscriptionStatus'],
|
|
27
29
|
};
|
|
@@ -36,6 +38,8 @@ export function UserSubscriptionPlanModelResToJSON(value) {
|
|
|
36
38
|
return {
|
|
37
39
|
'expirationDateUtc': value.expirationDateUtc === undefined ? undefined : (value.expirationDateUtc.toISOString()),
|
|
38
40
|
'id': value.id,
|
|
41
|
+
'productName': value.productName,
|
|
42
|
+
'startDateUtc': value.startDateUtc === undefined ? undefined : (value.startDateUtc.toISOString()),
|
|
39
43
|
'subscriptionCovered': value.subscriptionCovered,
|
|
40
44
|
'subscriptionStatus': value.subscriptionStatus,
|
|
41
45
|
};
|
|
@@ -44,6 +48,16 @@ export function UserSubscriptionPlanModelResToJSON(value) {
|
|
|
44
48
|
* @export
|
|
45
49
|
* @enum {string}
|
|
46
50
|
*/
|
|
51
|
+
export var UserSubscriptionPlanModelResProductNameEnum;
|
|
52
|
+
(function (UserSubscriptionPlanModelResProductNameEnum) {
|
|
53
|
+
UserSubscriptionPlanModelResProductNameEnum["CONVOYPRO"] = "CONVOY_PRO";
|
|
54
|
+
UserSubscriptionPlanModelResProductNameEnum["OTRFASTLANE"] = "OTR_FASTLANE";
|
|
55
|
+
UserSubscriptionPlanModelResProductNameEnum["OTRFASTLANETEEN"] = "OTR_FASTLANE_TEEN";
|
|
56
|
+
})(UserSubscriptionPlanModelResProductNameEnum || (UserSubscriptionPlanModelResProductNameEnum = {}));
|
|
57
|
+
/**
|
|
58
|
+
* @export
|
|
59
|
+
* @enum {string}
|
|
60
|
+
*/
|
|
47
61
|
export var UserSubscriptionPlanModelResSubscriptionStatusEnum;
|
|
48
62
|
(function (UserSubscriptionPlanModelResSubscriptionStatusEnum) {
|
|
49
63
|
UserSubscriptionPlanModelResSubscriptionStatusEnum["ACTIVE"] = "ACTIVE";
|
|
@@ -119,8 +119,10 @@ export declare enum ValidateDirectMailResponseOtrErrorEnum {
|
|
|
119
119
|
INVALIDAPIUSAGE = "INVALID_API_USAGE",
|
|
120
120
|
INVALIDCASEACTIONID = "INVALID_CASE_ACTION_ID",
|
|
121
121
|
INVALIDCASECOUNTERID = "INVALID_CASE_COUNTER_ID",
|
|
122
|
+
INVALIDCASECOUNTERSTATUS = "INVALID_CASE_COUNTER_STATUS",
|
|
122
123
|
INVALIDCASEID = "INVALID_CASE_ID",
|
|
123
124
|
INVALIDCASEPAYMENTID = "INVALID_CASE_PAYMENT_ID",
|
|
125
|
+
INVALIDCASESTATUSFORCASERESOLVE = "INVALID_CASE_STATUS_FOR_CASE_RESOLVE",
|
|
124
126
|
INVALIDCITATIONID = "INVALID_CITATION_ID",
|
|
125
127
|
INVALIDCODE = "INVALID_CODE",
|
|
126
128
|
INVALIDCOURTID = "INVALID_COURT_ID",
|
|
@@ -141,6 +143,7 @@ export declare enum ValidateDirectMailResponseOtrErrorEnum {
|
|
|
141
143
|
INVALIDLASTNAME = "INVALID_LAST_NAME",
|
|
142
144
|
INVALIDLAWFIRM = "INVALID_LAWFIRM",
|
|
143
145
|
INVALIDLAWYERID = "INVALID_LAWYER_ID",
|
|
146
|
+
INVALIDLEADINCONTACTLOOP = "INVALID_LEAD_IN_CONTACT_LOOP",
|
|
144
147
|
INVALIDLEGALSERVICE = "INVALID_LEGAL_SERVICE",
|
|
145
148
|
INVALIDLINEITEM = "INVALID_LINE_ITEM",
|
|
146
149
|
INVALIDMESSAGEID = "INVALID_MESSAGE_ID",
|
|
@@ -198,6 +201,7 @@ export declare enum ValidateDirectMailResponseOtrErrorEnum {
|
|
|
198
201
|
MERGEROLLBACKNOTALLOWED = "MERGE_ROLLBACK_NOT_ALLOWED",
|
|
199
202
|
MISSINGACTIONTYPE = "MISSING_ACTION_TYPE",
|
|
200
203
|
MISSINGADJUSTEDFINEAMOUNT = "MISSING_ADJUSTED_FINE_AMOUNT",
|
|
204
|
+
MISSINGBIRTHDAY = "MISSING_BIRTHDAY",
|
|
201
205
|
MISSINGCASE = "MISSING_CASE",
|
|
202
206
|
MISSINGCITATIONID = "MISSING_CITATION_ID",
|
|
203
207
|
MISSINGCOURTFEE = "MISSING_COURT_FEE",
|
|
@@ -286,6 +290,7 @@ export declare enum ValidateDirectMailResponseOtrErrorEnum {
|
|
|
286
290
|
STRIPETRANSFEREXISTS = "STRIPE_TRANSFER_EXISTS",
|
|
287
291
|
STRIPETRANSFERNOTFOUND = "STRIPE_TRANSFER_NOT_FOUND",
|
|
288
292
|
SUBSCRIPTIONNOTOWNEDBYUSER = "SUBSCRIPTION_NOT_OWNED_BY_USER",
|
|
293
|
+
SUBSCRIPTIONTEENAGERAGEOUT = "SUBSCRIPTION_TEENAGER_AGE_OUT",
|
|
289
294
|
TEMPLATENOTSUPPORTED = "TEMPLATE_NOT_SUPPORTED",
|
|
290
295
|
TRANSFERALREADYREVERSED = "TRANSFER_ALREADY_REVERSED",
|
|
291
296
|
TRANSFERIDDOESNTMATCHCHARGE = "TRANSFER_ID_DOESNT_MATCH_CHARGE",
|
|
@@ -308,5 +313,6 @@ export declare enum ValidateDirectMailResponseOtrErrorEnum {
|
|
|
308
313
|
USERISNOTTHEOWNER = "USER_IS_NOT_THE_OWNER",
|
|
309
314
|
USERNOTFOUND = "USER_NOT_FOUND",
|
|
310
315
|
USERNOTFOUNDINLAWFIRM = "USER_NOT_FOUND_IN_LAWFIRM",
|
|
316
|
+
VERIFICATIONCODENOTVALID = "VERIFICATION_CODE_NOT_VALID",
|
|
311
317
|
VERIFICATIONLINKNOTVALID = "VERIFICATION_LINK_NOT_VALID"
|
|
312
318
|
}
|
|
@@ -129,8 +129,10 @@ export var ValidateDirectMailResponseOtrErrorEnum;
|
|
|
129
129
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDAPIUSAGE"] = "INVALID_API_USAGE";
|
|
130
130
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASEACTIONID"] = "INVALID_CASE_ACTION_ID";
|
|
131
131
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASECOUNTERID"] = "INVALID_CASE_COUNTER_ID";
|
|
132
|
+
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASECOUNTERSTATUS"] = "INVALID_CASE_COUNTER_STATUS";
|
|
132
133
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASEID"] = "INVALID_CASE_ID";
|
|
133
134
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASEPAYMENTID"] = "INVALID_CASE_PAYMENT_ID";
|
|
135
|
+
ValidateDirectMailResponseOtrErrorEnum["INVALIDCASESTATUSFORCASERESOLVE"] = "INVALID_CASE_STATUS_FOR_CASE_RESOLVE";
|
|
134
136
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCITATIONID"] = "INVALID_CITATION_ID";
|
|
135
137
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCODE"] = "INVALID_CODE";
|
|
136
138
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDCOURTID"] = "INVALID_COURT_ID";
|
|
@@ -151,6 +153,7 @@ export var ValidateDirectMailResponseOtrErrorEnum;
|
|
|
151
153
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDLASTNAME"] = "INVALID_LAST_NAME";
|
|
152
154
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDLAWFIRM"] = "INVALID_LAWFIRM";
|
|
153
155
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDLAWYERID"] = "INVALID_LAWYER_ID";
|
|
156
|
+
ValidateDirectMailResponseOtrErrorEnum["INVALIDLEADINCONTACTLOOP"] = "INVALID_LEAD_IN_CONTACT_LOOP";
|
|
154
157
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDLEGALSERVICE"] = "INVALID_LEGAL_SERVICE";
|
|
155
158
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDLINEITEM"] = "INVALID_LINE_ITEM";
|
|
156
159
|
ValidateDirectMailResponseOtrErrorEnum["INVALIDMESSAGEID"] = "INVALID_MESSAGE_ID";
|
|
@@ -208,6 +211,7 @@ export var ValidateDirectMailResponseOtrErrorEnum;
|
|
|
208
211
|
ValidateDirectMailResponseOtrErrorEnum["MERGEROLLBACKNOTALLOWED"] = "MERGE_ROLLBACK_NOT_ALLOWED";
|
|
209
212
|
ValidateDirectMailResponseOtrErrorEnum["MISSINGACTIONTYPE"] = "MISSING_ACTION_TYPE";
|
|
210
213
|
ValidateDirectMailResponseOtrErrorEnum["MISSINGADJUSTEDFINEAMOUNT"] = "MISSING_ADJUSTED_FINE_AMOUNT";
|
|
214
|
+
ValidateDirectMailResponseOtrErrorEnum["MISSINGBIRTHDAY"] = "MISSING_BIRTHDAY";
|
|
211
215
|
ValidateDirectMailResponseOtrErrorEnum["MISSINGCASE"] = "MISSING_CASE";
|
|
212
216
|
ValidateDirectMailResponseOtrErrorEnum["MISSINGCITATIONID"] = "MISSING_CITATION_ID";
|
|
213
217
|
ValidateDirectMailResponseOtrErrorEnum["MISSINGCOURTFEE"] = "MISSING_COURT_FEE";
|
|
@@ -296,6 +300,7 @@ export var ValidateDirectMailResponseOtrErrorEnum;
|
|
|
296
300
|
ValidateDirectMailResponseOtrErrorEnum["STRIPETRANSFEREXISTS"] = "STRIPE_TRANSFER_EXISTS";
|
|
297
301
|
ValidateDirectMailResponseOtrErrorEnum["STRIPETRANSFERNOTFOUND"] = "STRIPE_TRANSFER_NOT_FOUND";
|
|
298
302
|
ValidateDirectMailResponseOtrErrorEnum["SUBSCRIPTIONNOTOWNEDBYUSER"] = "SUBSCRIPTION_NOT_OWNED_BY_USER";
|
|
303
|
+
ValidateDirectMailResponseOtrErrorEnum["SUBSCRIPTIONTEENAGERAGEOUT"] = "SUBSCRIPTION_TEENAGER_AGE_OUT";
|
|
299
304
|
ValidateDirectMailResponseOtrErrorEnum["TEMPLATENOTSUPPORTED"] = "TEMPLATE_NOT_SUPPORTED";
|
|
300
305
|
ValidateDirectMailResponseOtrErrorEnum["TRANSFERALREADYREVERSED"] = "TRANSFER_ALREADY_REVERSED";
|
|
301
306
|
ValidateDirectMailResponseOtrErrorEnum["TRANSFERIDDOESNTMATCHCHARGE"] = "TRANSFER_ID_DOESNT_MATCH_CHARGE";
|
|
@@ -318,5 +323,6 @@ export var ValidateDirectMailResponseOtrErrorEnum;
|
|
|
318
323
|
ValidateDirectMailResponseOtrErrorEnum["USERISNOTTHEOWNER"] = "USER_IS_NOT_THE_OWNER";
|
|
319
324
|
ValidateDirectMailResponseOtrErrorEnum["USERNOTFOUND"] = "USER_NOT_FOUND";
|
|
320
325
|
ValidateDirectMailResponseOtrErrorEnum["USERNOTFOUNDINLAWFIRM"] = "USER_NOT_FOUND_IN_LAWFIRM";
|
|
326
|
+
ValidateDirectMailResponseOtrErrorEnum["VERIFICATIONCODENOTVALID"] = "VERIFICATION_CODE_NOT_VALID";
|
|
321
327
|
ValidateDirectMailResponseOtrErrorEnum["VERIFICATIONLINKNOTVALID"] = "VERIFICATION_LINK_NOT_VALID";
|
|
322
328
|
})(ValidateDirectMailResponseOtrErrorEnum || (ValidateDirectMailResponseOtrErrorEnum = {}));
|
|
@@ -15,6 +15,24 @@
|
|
|
15
15
|
* @interface ValidatePhoneNumberResponse
|
|
16
16
|
*/
|
|
17
17
|
export interface ValidatePhoneNumberResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ValidatePhoneNumberResponse
|
|
22
|
+
*/
|
|
23
|
+
carrier?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ValidatePhoneNumberResponse
|
|
28
|
+
*/
|
|
29
|
+
city?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ValidatePhoneNumberResponse
|
|
34
|
+
*/
|
|
35
|
+
country?: string;
|
|
18
36
|
/**
|
|
19
37
|
*
|
|
20
38
|
* @type {string}
|
|
@@ -27,6 +45,12 @@ export interface ValidatePhoneNumberResponse {
|
|
|
27
45
|
* @memberof ValidatePhoneNumberResponse
|
|
28
46
|
*/
|
|
29
47
|
valid?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ValidatePhoneNumberResponse
|
|
52
|
+
*/
|
|
53
|
+
zipCode?: string;
|
|
30
54
|
}
|
|
31
55
|
export declare function ValidatePhoneNumberResponseFromJSON(json: any): ValidatePhoneNumberResponse;
|
|
32
56
|
export declare function ValidatePhoneNumberResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidatePhoneNumberResponse;
|
|
@@ -20,8 +20,12 @@ export function ValidatePhoneNumberResponseFromJSONTyped(json, ignoreDiscriminat
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'carrier': !exists(json, 'carrier') ? undefined : json['carrier'],
|
|
24
|
+
'city': !exists(json, 'city') ? undefined : json['city'],
|
|
25
|
+
'country': !exists(json, 'country') ? undefined : json['country'],
|
|
23
26
|
'phoneType': !exists(json, 'phoneType') ? undefined : json['phoneType'],
|
|
24
27
|
'valid': !exists(json, 'valid') ? undefined : json['valid'],
|
|
28
|
+
'zipCode': !exists(json, 'zipCode') ? undefined : json['zipCode'],
|
|
25
29
|
};
|
|
26
30
|
}
|
|
27
31
|
export function ValidatePhoneNumberResponseToJSON(value) {
|
|
@@ -32,8 +36,12 @@ export function ValidatePhoneNumberResponseToJSON(value) {
|
|
|
32
36
|
return null;
|
|
33
37
|
}
|
|
34
38
|
return {
|
|
39
|
+
'carrier': value.carrier,
|
|
40
|
+
'city': value.city,
|
|
41
|
+
'country': value.country,
|
|
35
42
|
'phoneType': value.phoneType,
|
|
36
43
|
'valid': value.valid,
|
|
44
|
+
'zipCode': value.zipCode,
|
|
37
45
|
};
|
|
38
46
|
}
|
|
39
47
|
/**
|
|
@@ -21,6 +21,7 @@ export function ViolationModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'classDescription': !exists(json, 'classDescription') ? undefined : json['classDescription'],
|
|
24
25
|
'insuranceIncreasePercent': !exists(json, 'insuranceIncreasePercent') ? undefined : json['insuranceIncreasePercent'],
|
|
25
26
|
'isCriminal': !exists(json, 'isCriminal') ? undefined : json['isCriminal'],
|
|
26
27
|
'isMovingViolation': !exists(json, 'isMovingViolation') ? undefined : json['isMovingViolation'],
|
|
@@ -42,6 +43,7 @@ export function ViolationModelToJSON(value) {
|
|
|
42
43
|
return null;
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
46
|
+
'classDescription': value.classDescription,
|
|
45
47
|
'insuranceIncreasePercent': value.insuranceIncreasePercent,
|
|
46
48
|
'isCriminal': value.isCriminal,
|
|
47
49
|
'isMovingViolation': value.isMovingViolation,
|
|
@@ -69,6 +69,7 @@ export declare enum WorkflowLineItemModelLineItemTypeEnum {
|
|
|
69
69
|
MVSFEE = "MVS_FEE",
|
|
70
70
|
OTHER = "OTHER",
|
|
71
71
|
OTRCREDIT = "OTR_CREDIT",
|
|
72
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
72
73
|
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
73
74
|
WARRANTFEE = "WARRANT_FEE"
|
|
74
75
|
}
|
|
@@ -63,6 +63,7 @@ export var WorkflowLineItemModelLineItemTypeEnum;
|
|
|
63
63
|
WorkflowLineItemModelLineItemTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
64
64
|
WorkflowLineItemModelLineItemTypeEnum["OTHER"] = "OTHER";
|
|
65
65
|
WorkflowLineItemModelLineItemTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
66
|
+
WorkflowLineItemModelLineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
66
67
|
WorkflowLineItemModelLineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
67
68
|
WorkflowLineItemModelLineItemTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
68
69
|
})(WorkflowLineItemModelLineItemTypeEnum || (WorkflowLineItemModelLineItemTypeEnum = {}));
|
|
@@ -16,6 +16,12 @@ import { WorkflowViolationPenaltyModel } from './';
|
|
|
16
16
|
* @interface WorkflowViolationModel
|
|
17
17
|
*/
|
|
18
18
|
export interface WorkflowViolationModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof WorkflowViolationModel
|
|
23
|
+
*/
|
|
24
|
+
classDescription?: string;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {boolean}
|
|
@@ -21,6 +21,7 @@ export function WorkflowViolationModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'classDescription': !exists(json, 'classDescription') ? undefined : json['classDescription'],
|
|
24
25
|
'isCriminal': !exists(json, 'isCriminal') ? undefined : json['isCriminal'],
|
|
25
26
|
'isWobblerToCriminal': !exists(json, 'isWobblerToCriminal') ? undefined : json['isWobblerToCriminal'],
|
|
26
27
|
'penalties': !exists(json, 'penalties') ? undefined : (json['penalties'].map(WorkflowViolationPenaltyModelFromJSON)),
|
|
@@ -38,6 +39,7 @@ export function WorkflowViolationModelToJSON(value) {
|
|
|
38
39
|
return null;
|
|
39
40
|
}
|
|
40
41
|
return {
|
|
42
|
+
'classDescription': value.classDescription,
|
|
41
43
|
'isCriminal': value.isCriminal,
|
|
42
44
|
'isWobblerToCriminal': value.isWobblerToCriminal,
|
|
43
45
|
'penalties': value.penalties === undefined ? undefined : (value.penalties.map(WorkflowViolationPenaltyModelToJSON)),
|