@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
|
@@ -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)),
|
|
@@ -30,6 +30,7 @@ export * from './AddressDomain';
|
|
|
30
30
|
export * from './AddressDomainReq';
|
|
31
31
|
export * from './AddressDomainRes';
|
|
32
32
|
export * from './AddressEntity';
|
|
33
|
+
export * from './Admin';
|
|
33
34
|
export * from './AgentBookingStats';
|
|
34
35
|
export * from './AgentBookingsSummary';
|
|
35
36
|
export * from './AggregateBySource';
|
|
@@ -44,7 +45,9 @@ export * from './AppEventCreateRequest';
|
|
|
44
45
|
export * from './AppearanceAttorneyDomain';
|
|
45
46
|
export * from './AppleLoginRequest';
|
|
46
47
|
export * from './AssignCitationOwnerRequest';
|
|
48
|
+
export * from './Attachment';
|
|
47
49
|
export * from './AuditLog';
|
|
50
|
+
export * from './Author';
|
|
48
51
|
export * from './AuthorModel';
|
|
49
52
|
export * from './AuthorizeChargeForCasePaymentRequest';
|
|
50
53
|
export * from './AuthorizeChargeForCasePaymentResponse';
|
|
@@ -98,6 +101,7 @@ export * from './CaseModelReq';
|
|
|
98
101
|
export * from './CaseModelRes';
|
|
99
102
|
export * from './CaseNotesDomain';
|
|
100
103
|
export * from './CaseOutcomeModel';
|
|
104
|
+
export * from './CasePaymentBreakdownItemModel';
|
|
101
105
|
export * from './CasePaymentDomain';
|
|
102
106
|
export * from './CasePaymentModel';
|
|
103
107
|
export * from './CaseStatusDetailsResponse';
|
|
@@ -134,6 +138,8 @@ export * from './CoachingCardsModel';
|
|
|
134
138
|
export * from './CoachingLinks';
|
|
135
139
|
export * from './CommonHeader';
|
|
136
140
|
export * from './ConfidenceField';
|
|
141
|
+
export * from './Contact';
|
|
142
|
+
export * from './ContactList';
|
|
137
143
|
export * from './ContactTimelineResponse';
|
|
138
144
|
export * from './ConvertPdfToImageModel';
|
|
139
145
|
export * from './ConvertPdfToImageRequest';
|
|
@@ -229,6 +235,7 @@ export * from './FindMatchingUsersRequest';
|
|
|
229
235
|
export * from './FindMatchingUsersResponse';
|
|
230
236
|
export * from './FindsCourtsResponse';
|
|
231
237
|
export * from './FineInformation';
|
|
238
|
+
export * from './FirstContactReply';
|
|
232
239
|
export * from './ForwardMessageRequest';
|
|
233
240
|
export * from './FreshDeskConversation';
|
|
234
241
|
export * from './FreshDeskRequester';
|
|
@@ -268,6 +275,7 @@ export * from './GetCaseResponse';
|
|
|
268
275
|
export * from './GetCaseUserModel';
|
|
269
276
|
export * from './GetCaseUsersResponse';
|
|
270
277
|
export * from './GetCasesWithCoverageObtainedResponse';
|
|
278
|
+
export * from './GetCasesWithMissingLawfirmPayoutsRequest';
|
|
271
279
|
export * from './GetCasesWithMissingLawfirmPayoutsResponse';
|
|
272
280
|
export * from './GetCasesWithOverduePaymentsResponse';
|
|
273
281
|
export * from './GetCasesWithUncapturedChargesRequest';
|
|
@@ -281,8 +289,6 @@ export * from './GetClientCasesResponse';
|
|
|
281
289
|
export * from './GetClientConfirmedUnpaidCasesResponse';
|
|
282
290
|
export * from './GetCoachingCardCategoriesResponse';
|
|
283
291
|
export * from './GetCompetitionResponseModel';
|
|
284
|
-
export * from './GetCountOfMatchingUsersRequest';
|
|
285
|
-
export * from './GetCountOfMatchingUsersResponse';
|
|
286
292
|
export * from './GetCounterOfferResponse';
|
|
287
293
|
export * from './GetCountiesResponse';
|
|
288
294
|
export * from './GetCountryListResponse';
|
|
@@ -365,6 +371,8 @@ export * from './GetTicketReviewResponse';
|
|
|
365
371
|
export * from './GetTrafficViolationModel';
|
|
366
372
|
export * from './GetTrafficViolationTypesResponse';
|
|
367
373
|
export * from './GetUserAddressesResponse';
|
|
374
|
+
export * from './GetUserByEmailRequest';
|
|
375
|
+
export * from './GetUserByEmailResponse';
|
|
368
376
|
export * from './GetUserCasesResponse';
|
|
369
377
|
export * from './GetUserDetailsResponse';
|
|
370
378
|
export * from './GetUserRefLinksResponse';
|
|
@@ -393,6 +401,13 @@ export * from './InitiateCaseCounterRequest';
|
|
|
393
401
|
export * from './InitiateCaseCounterResponse';
|
|
394
402
|
export * from './InsertCaseLineItemResponse';
|
|
395
403
|
export * from './InsertInvoiceLineItemRequest';
|
|
404
|
+
export * from './IntercomConversationResponse';
|
|
405
|
+
export * from './IntercomCreateTicketResponse';
|
|
406
|
+
export * from './IntercomNext';
|
|
407
|
+
export * from './IntercomPages';
|
|
408
|
+
export * from './IntercomSearchConversationsResponse';
|
|
409
|
+
export * from './IntercomSearchTicketsResponse';
|
|
410
|
+
export * from './IntercomTicketAttributes';
|
|
396
411
|
export * from './InviteHouseholdMateRequest';
|
|
397
412
|
export * from './InviteLawyerToLawfirmRequest';
|
|
398
413
|
export * from './IsRefundEligibleResponse';
|
|
@@ -435,6 +450,7 @@ export * from './LetterOfEngagement';
|
|
|
435
450
|
export * from './LineItem';
|
|
436
451
|
export * from './LineItemModel';
|
|
437
452
|
export * from './LineItemRequest';
|
|
453
|
+
export * from './LinkedObjects';
|
|
438
454
|
export * from './ListAgentBookingsResponse';
|
|
439
455
|
export * from './ListBillingProductsResponse';
|
|
440
456
|
export * from './ListBillingSubscribersResponse';
|
|
@@ -554,6 +570,7 @@ export * from './RegisterGhostUserRequest';
|
|
|
554
570
|
export * from './RegisterGhostUserResponse';
|
|
555
571
|
export * from './RegisterNewUserRequest';
|
|
556
572
|
export * from './RegisterNewUserResponse';
|
|
573
|
+
export * from './RegisteredUserDomain';
|
|
557
574
|
export * from './RemoveCoverageRequest';
|
|
558
575
|
export * from './RemoveLawfirmSurchargeRequest';
|
|
559
576
|
export * from './ReplyToReviewRequest';
|
|
@@ -589,6 +606,8 @@ export * from './SaveLawyerLicenseModel';
|
|
|
589
606
|
export * from './SaveLawyerLicensesRequest';
|
|
590
607
|
export * from './SaveLawyerRequest';
|
|
591
608
|
export * from './SaveNotesRequest';
|
|
609
|
+
export * from './SaveUserSocialProfileModel';
|
|
610
|
+
export * from './SaveUserSocialProfileRequest';
|
|
592
611
|
export * from './SaveUserWatchlistsRequest';
|
|
593
612
|
export * from './ScheduleNewPaymentRequest';
|
|
594
613
|
export * from './ScheduledTaskGetResponse';
|
|
@@ -604,6 +623,7 @@ export * from './SendEmailToUsersRequest';
|
|
|
604
623
|
export * from './SendOneTimePasswordRequest';
|
|
605
624
|
export * from './SendPayoutToLawfirmRequest';
|
|
606
625
|
export * from './SendPayoutToLawfirmResponse';
|
|
626
|
+
export * from './ServiceLevelAgreement';
|
|
607
627
|
export * from './SetArchiveCaseModel';
|
|
608
628
|
export * from './SetArchiveOnCasesRequest';
|
|
609
629
|
export * from './SetCourtDateForCaseRequest';
|
|
@@ -617,6 +637,8 @@ export * from './SetStarOnMessageModel';
|
|
|
617
637
|
export * from './SetStarOnMessagesRequest';
|
|
618
638
|
export * from './SettingRequest';
|
|
619
639
|
export * from './SettingResponse';
|
|
640
|
+
export * from './SignImageUrlRequest';
|
|
641
|
+
export * from './SignImageUrlResponse';
|
|
620
642
|
export * from './SignRecordingUrlRequest';
|
|
621
643
|
export * from './SignRecordingUrlResponse';
|
|
622
644
|
export * from './SimpleCredentialsResponse';
|
|
@@ -625,7 +647,9 @@ export * from './SocialLoginRequest';
|
|
|
625
647
|
export * from './SocialLoginResponse';
|
|
626
648
|
export * from './SocialLoginUser';
|
|
627
649
|
export * from './SocialPhoneNumber';
|
|
650
|
+
export * from './Source';
|
|
628
651
|
export * from './SqlResponse';
|
|
652
|
+
export * from './Statistics';
|
|
629
653
|
export * from './StripeAccountLinkDomain';
|
|
630
654
|
export * from './StripeApplicationFeeDomain';
|
|
631
655
|
export * from './StripeApplicationFeeRefundDomain';
|
|
@@ -655,6 +679,7 @@ export * from './SubscriberDomain';
|
|
|
655
679
|
export * from './SubscriptionDiscountEligibility';
|
|
656
680
|
export * from './SubscriptionDiscountEligibilityReq';
|
|
657
681
|
export * from './SubscriptionDiscountEligibilityRes';
|
|
682
|
+
export * from './SubscriptionGuardianModel';
|
|
658
683
|
export * from './SyncStripeChargesRequest';
|
|
659
684
|
export * from './SyncStripeChargesResponse';
|
|
660
685
|
export * from './SyncStripeDisputeResponse';
|
|
@@ -663,17 +688,27 @@ export * from './SyncStripePaymentsResponse';
|
|
|
663
688
|
export * from './SyncStripeRefundsRequest';
|
|
664
689
|
export * from './SyncStripeTransfersRequest';
|
|
665
690
|
export * from './SyncStripeTransfersResponse';
|
|
691
|
+
export * from './Tag';
|
|
692
|
+
export * from './Tags';
|
|
693
|
+
export * from './Teammates';
|
|
666
694
|
export * from './TemporalUnit';
|
|
667
695
|
export * from './TicketLeadDomain';
|
|
696
|
+
export * from './TicketPart';
|
|
697
|
+
export * from './TicketPartsWrapper';
|
|
668
698
|
export * from './TicketReviewRequest';
|
|
669
699
|
export * from './TicketReviewRequestReq';
|
|
670
700
|
export * from './TicketReviewRequestRes';
|
|
701
|
+
export * from './TicketType';
|
|
702
|
+
export * from './TicketTypeAttribute';
|
|
703
|
+
export * from './TicketTypeAttributesWrapper';
|
|
671
704
|
export * from './TimeZone';
|
|
672
705
|
export * from './TimeZoneReq';
|
|
673
706
|
export * from './TimeZoneRes';
|
|
674
707
|
export * from './Timestamp';
|
|
675
708
|
export * from './TimestampReq';
|
|
676
709
|
export * from './TimestampRes';
|
|
710
|
+
export * from './Topic';
|
|
711
|
+
export * from './Topics';
|
|
677
712
|
export * from './TrafficViolationInputRequest';
|
|
678
713
|
export * from './TransferCaseRequest';
|
|
679
714
|
export * from './USStateDomain';
|
|
@@ -704,6 +739,7 @@ export * from './UpdateNoteResponse';
|
|
|
704
739
|
export * from './UpdatePaymentDueDateRequest';
|
|
705
740
|
export * from './UpdatePhoneNumber';
|
|
706
741
|
export * from './UpdateProfilePictureRequest';
|
|
742
|
+
export * from './UpdateProfilePictureResponse';
|
|
707
743
|
export * from './UpdateRefundEligibilityForCaseRequest';
|
|
708
744
|
export * from './UpdateReplyForCustomerReview';
|
|
709
745
|
export * from './UpdateUserDetailsResponse';
|
|
@@ -714,6 +750,8 @@ export * from './UpdateUserRolesRequest';
|
|
|
714
750
|
export * from './UpdateUserSettingsRequest';
|
|
715
751
|
export * from './UpdateUserSettingsResponse';
|
|
716
752
|
export * from './UpdateViolationRequest';
|
|
753
|
+
export * from './UploadLawfirmsRequest';
|
|
754
|
+
export * from './UploadLawfirmsResponse';
|
|
717
755
|
export * from './UpsertAddressRequest';
|
|
718
756
|
export * from './User';
|
|
719
757
|
export * from './UserAccountModel';
|
|
@@ -726,9 +764,15 @@ export * from './UserDomainReq';
|
|
|
726
764
|
export * from './UserDomainRes';
|
|
727
765
|
export * from './UserItem';
|
|
728
766
|
export * from './UserRefLinkDomain';
|
|
767
|
+
export * from './UserReferralLinkModel';
|
|
768
|
+
export * from './UserReferralLinkModelReq';
|
|
769
|
+
export * from './UserReferralLinkModelRes';
|
|
729
770
|
export * from './UserReferralSourceTypeModel';
|
|
730
771
|
export * from './UserRegistrationStats';
|
|
731
772
|
export * from './UserRoleDomain';
|
|
773
|
+
export * from './UserSocialProfileModel';
|
|
774
|
+
export * from './UserSocialProfileModelReq';
|
|
775
|
+
export * from './UserSocialProfileModelRes';
|
|
732
776
|
export * from './UserSubscriptionPlanModel';
|
|
733
777
|
export * from './UserSubscriptionPlanModelReq';
|
|
734
778
|
export * from './UserSubscriptionPlanModelRes';
|