@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
|
@@ -24,6 +24,7 @@ export function PersistTicketEvaluationRequestFromJSONTyped(json, ignoreDiscrimi
|
|
|
24
24
|
'citationId': !exists(json, 'citationId') ? undefined : json['citationId'],
|
|
25
25
|
'citationState': !exists(json, 'citationState') ? undefined : json['citationState'],
|
|
26
26
|
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
27
|
+
'isOptIntoAutomatedNotifications': !exists(json, 'isOptIntoAutomatedNotifications') ? undefined : json['isOptIntoAutomatedNotifications'],
|
|
27
28
|
'phoneNumber': !exists(json, 'phoneNumber') ? undefined : json['phoneNumber'],
|
|
28
29
|
'source': !exists(json, 'source') ? undefined : json['source'],
|
|
29
30
|
'submissionDateUtc': !exists(json, 'submissionDateUtc') ? undefined : TimestampReqFromJSON(json['submissionDateUtc']),
|
|
@@ -41,6 +42,7 @@ export function PersistTicketEvaluationRequestToJSON(value) {
|
|
|
41
42
|
'citationId': value.citationId,
|
|
42
43
|
'citationState': value.citationState,
|
|
43
44
|
'emailAddress': value.emailAddress,
|
|
45
|
+
'isOptIntoAutomatedNotifications': value.isOptIntoAutomatedNotifications,
|
|
44
46
|
'phoneNumber': value.phoneNumber,
|
|
45
47
|
'source': value.source,
|
|
46
48
|
'submissionDateUtc': TimestampReqToJSON(value.submissionDateUtc),
|
|
@@ -21,6 +21,7 @@ export function PhoneNumberDomainFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'countryCode': !exists(json, 'countryCode') ? undefined : json['countryCode'],
|
|
24
25
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampFromJSON(json['creationDateUtc']),
|
|
25
26
|
'entityType': !exists(json, 'entityType') ? undefined : json['entityType'],
|
|
26
27
|
'extension': !exists(json, 'extension') ? undefined : json['extension'],
|
|
@@ -40,6 +41,7 @@ export function PhoneNumberDomainToJSON(value) {
|
|
|
40
41
|
return null;
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
44
|
+
'countryCode': value.countryCode,
|
|
43
45
|
'creationDateUtc': TimestampToJSON(value.creationDateUtc),
|
|
44
46
|
'entityType': value.entityType,
|
|
45
47
|
'extension': value.extension,
|
|
@@ -16,6 +16,12 @@ import { TimestampReq } from './';
|
|
|
16
16
|
* @interface PhoneNumberDomainReq
|
|
17
17
|
*/
|
|
18
18
|
export interface PhoneNumberDomainReq {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PhoneNumberDomainReq
|
|
23
|
+
*/
|
|
24
|
+
countryCode?: string;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {TimestampReq}
|
|
@@ -21,6 +21,7 @@ export function PhoneNumberDomainReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'countryCode': !exists(json, 'countryCode') ? undefined : json['countryCode'],
|
|
24
25
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampReqFromJSON(json['creationDateUtc']),
|
|
25
26
|
'entityType': !exists(json, 'entityType') ? undefined : json['entityType'],
|
|
26
27
|
'extension': !exists(json, 'extension') ? undefined : json['extension'],
|
|
@@ -40,6 +41,7 @@ export function PhoneNumberDomainReqToJSON(value) {
|
|
|
40
41
|
return null;
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
44
|
+
'countryCode': value.countryCode,
|
|
43
45
|
'creationDateUtc': TimestampReqToJSON(value.creationDateUtc),
|
|
44
46
|
'entityType': value.entityType,
|
|
45
47
|
'extension': value.extension,
|
|
@@ -16,6 +16,12 @@ import { TimestampRes } from './';
|
|
|
16
16
|
* @interface PhoneNumberDomainRes
|
|
17
17
|
*/
|
|
18
18
|
export interface PhoneNumberDomainRes {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PhoneNumberDomainRes
|
|
23
|
+
*/
|
|
24
|
+
countryCode?: string;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {TimestampRes}
|
|
@@ -21,6 +21,7 @@ export function PhoneNumberDomainResFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'countryCode': !exists(json, 'countryCode') ? undefined : json['countryCode'],
|
|
24
25
|
'creationDateUtc': !exists(json, 'creationDateUtc') ? undefined : TimestampResFromJSON(json['creationDateUtc']),
|
|
25
26
|
'entityType': !exists(json, 'entityType') ? undefined : json['entityType'],
|
|
26
27
|
'extension': !exists(json, 'extension') ? undefined : json['extension'],
|
|
@@ -40,6 +41,7 @@ export function PhoneNumberDomainResToJSON(value) {
|
|
|
40
41
|
return null;
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
44
|
+
'countryCode': value.countryCode,
|
|
43
45
|
'creationDateUtc': TimestampResToJSON(value.creationDateUtc),
|
|
44
46
|
'entityType': value.entityType,
|
|
45
47
|
'extension': value.extension,
|
|
@@ -16,6 +16,12 @@ import { GhostUser } from './';
|
|
|
16
16
|
* @interface RegisterGhostUserRequest
|
|
17
17
|
*/
|
|
18
18
|
export interface RegisterGhostUserRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof RegisterGhostUserRequest
|
|
23
|
+
*/
|
|
24
|
+
allowIntercomUserCreation?: boolean;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {GhostUser}
|
|
@@ -21,6 +21,7 @@ export function RegisterGhostUserRequestFromJSONTyped(json, ignoreDiscriminator)
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'allowIntercomUserCreation': !exists(json, 'allowIntercomUserCreation') ? undefined : json['allowIntercomUserCreation'],
|
|
24
25
|
'ghostUser': !exists(json, 'ghostUser') ? undefined : GhostUserFromJSON(json['ghostUser']),
|
|
25
26
|
'roleType': !exists(json, 'roleType') ? undefined : json['roleType'],
|
|
26
27
|
};
|
|
@@ -33,6 +34,7 @@ export function RegisterGhostUserRequestToJSON(value) {
|
|
|
33
34
|
return null;
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
37
|
+
'allowIntercomUserCreation': value.allowIntercomUserCreation,
|
|
36
38
|
'ghostUser': GhostUserToJSON(value.ghostUser),
|
|
37
39
|
'roleType': value.roleType,
|
|
38
40
|
};
|
|
@@ -16,6 +16,12 @@ import { NewUser } from './';
|
|
|
16
16
|
* @interface RegisterNewUserRequest
|
|
17
17
|
*/
|
|
18
18
|
export interface RegisterNewUserRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof RegisterNewUserRequest
|
|
23
|
+
*/
|
|
24
|
+
authCode?: string;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {number}
|
|
@@ -106,11 +112,13 @@ export declare enum RegisterNewUserRequestClientTypeEnum {
|
|
|
106
112
|
EMAIL = "EMAIL",
|
|
107
113
|
FRESHDESK = "FRESH_DESK",
|
|
108
114
|
IOS = "IOS",
|
|
115
|
+
LOCALHOST = "LOCALHOST",
|
|
109
116
|
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
110
117
|
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
111
118
|
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
112
119
|
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
113
120
|
OTREXPLORER = "OTR_EXPLORER",
|
|
121
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
114
122
|
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
115
123
|
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
116
124
|
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
@@ -21,6 +21,7 @@ export function RegisterNewUserRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'authCode': !exists(json, 'authCode') ? undefined : json['authCode'],
|
|
24
25
|
'citationId': !exists(json, 'citationId') ? undefined : json['citationId'],
|
|
25
26
|
'clientType': !exists(json, 'clientType') ? undefined : json['clientType'],
|
|
26
27
|
'fingerPrintId': !exists(json, 'fingerPrintId') ? undefined : json['fingerPrintId'],
|
|
@@ -43,6 +44,7 @@ export function RegisterNewUserRequestToJSON(value) {
|
|
|
43
44
|
return null;
|
|
44
45
|
}
|
|
45
46
|
return {
|
|
47
|
+
'authCode': value.authCode,
|
|
46
48
|
'citationId': value.citationId,
|
|
47
49
|
'clientType': value.clientType,
|
|
48
50
|
'fingerPrintId': value.fingerPrintId,
|
|
@@ -70,11 +72,13 @@ export var RegisterNewUserRequestClientTypeEnum;
|
|
|
70
72
|
RegisterNewUserRequestClientTypeEnum["EMAIL"] = "EMAIL";
|
|
71
73
|
RegisterNewUserRequestClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
72
74
|
RegisterNewUserRequestClientTypeEnum["IOS"] = "IOS";
|
|
75
|
+
RegisterNewUserRequestClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
73
76
|
RegisterNewUserRequestClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
74
77
|
RegisterNewUserRequestClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
75
78
|
RegisterNewUserRequestClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
76
79
|
RegisterNewUserRequestClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
77
80
|
RegisterNewUserRequestClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
81
|
+
RegisterNewUserRequestClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
78
82
|
RegisterNewUserRequestClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
79
83
|
RegisterNewUserRequestClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
80
84
|
RegisterNewUserRequestClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
@@ -0,0 +1,187 @@
|
|
|
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 RegisteredUserDomain
|
|
16
|
+
*/
|
|
17
|
+
export interface RegisteredUserDomain {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RegisteredUserDomain
|
|
22
|
+
*/
|
|
23
|
+
campaign?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RegisteredUserDomain
|
|
28
|
+
*/
|
|
29
|
+
channel?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RegisteredUserDomain
|
|
34
|
+
*/
|
|
35
|
+
clientType?: RegisteredUserDomainClientTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof RegisteredUserDomain
|
|
40
|
+
*/
|
|
41
|
+
dob?: Date;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RegisteredUserDomain
|
|
46
|
+
*/
|
|
47
|
+
firstname?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof RegisteredUserDomain
|
|
52
|
+
*/
|
|
53
|
+
fullName?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof RegisteredUserDomain
|
|
58
|
+
*/
|
|
59
|
+
genderType?: RegisteredUserDomainGenderTypeEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof RegisteredUserDomain
|
|
64
|
+
*/
|
|
65
|
+
lastname?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof RegisteredUserDomain
|
|
70
|
+
*/
|
|
71
|
+
loginProvider?: RegisteredUserDomainLoginProviderEnum;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof RegisteredUserDomain
|
|
76
|
+
*/
|
|
77
|
+
numBookingCancelations?: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof RegisteredUserDomain
|
|
82
|
+
*/
|
|
83
|
+
paidCaseCount?: number;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof RegisteredUserDomain
|
|
88
|
+
*/
|
|
89
|
+
profilePicture?: string;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof RegisteredUserDomain
|
|
94
|
+
*/
|
|
95
|
+
race?: RegisteredUserDomainRaceEnum;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof RegisteredUserDomain
|
|
100
|
+
*/
|
|
101
|
+
signUpCode?: string;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {number}
|
|
105
|
+
* @memberof RegisteredUserDomain
|
|
106
|
+
*/
|
|
107
|
+
userId?: number;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Date}
|
|
111
|
+
* @memberof RegisteredUserDomain
|
|
112
|
+
*/
|
|
113
|
+
userRegistrationDateUtc?: Date;
|
|
114
|
+
}
|
|
115
|
+
export declare function RegisteredUserDomainFromJSON(json: any): RegisteredUserDomain;
|
|
116
|
+
export declare function RegisteredUserDomainFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegisteredUserDomain;
|
|
117
|
+
export declare function RegisteredUserDomainToJSON(value?: RegisteredUserDomain | null): any;
|
|
118
|
+
/**
|
|
119
|
+
* @export
|
|
120
|
+
* @enum {string}
|
|
121
|
+
*/
|
|
122
|
+
export declare enum RegisteredUserDomainClientTypeEnum {
|
|
123
|
+
ANDROID = "ANDROID",
|
|
124
|
+
DESKTOPWEBAPP = "DESKTOP_WEBAPP",
|
|
125
|
+
DMVGO = "DMV_GO",
|
|
126
|
+
DMVORG = "DMV_ORG",
|
|
127
|
+
EMAIL = "EMAIL",
|
|
128
|
+
FRESHDESK = "FRESH_DESK",
|
|
129
|
+
IOS = "IOS",
|
|
130
|
+
LOCALHOST = "LOCALHOST",
|
|
131
|
+
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
132
|
+
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
133
|
+
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
134
|
+
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
135
|
+
OTREXPLORER = "OTR_EXPLORER",
|
|
136
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
137
|
+
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
138
|
+
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
139
|
+
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
140
|
+
OTRWEBSITE = "OTR_WEBSITE",
|
|
141
|
+
OTRWEBSITEDEVO = "OTR_WEBSITE_DEVO",
|
|
142
|
+
OTRWEBSITELOCALHOST = "OTR_WEBSITE_LOCALHOST",
|
|
143
|
+
OTRWIDGET = "OTR_WIDGET",
|
|
144
|
+
UNKNOWN = "UNKNOWN"
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @export
|
|
148
|
+
* @enum {string}
|
|
149
|
+
*/
|
|
150
|
+
export declare enum RegisteredUserDomainGenderTypeEnum {
|
|
151
|
+
FEMALE = "FEMALE",
|
|
152
|
+
MALE = "MALE",
|
|
153
|
+
NOTAVAILABLE = "NOT_AVAILABLE",
|
|
154
|
+
NOTLISTED = "NOT_LISTED",
|
|
155
|
+
UNVERIFIED = "UNVERIFIED",
|
|
156
|
+
X = "X"
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @export
|
|
160
|
+
* @enum {string}
|
|
161
|
+
*/
|
|
162
|
+
export declare enum RegisteredUserDomainLoginProviderEnum {
|
|
163
|
+
APPLE = "APPLE",
|
|
164
|
+
EMAIL = "EMAIL",
|
|
165
|
+
FACEBOOK = "FACEBOOK",
|
|
166
|
+
GOOGLE = "GOOGLE",
|
|
167
|
+
PHONE = "PHONE",
|
|
168
|
+
TWITTER = "TWITTER",
|
|
169
|
+
UNKNOWN = "UNKNOWN"
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* @export
|
|
173
|
+
* @enum {string}
|
|
174
|
+
*/
|
|
175
|
+
export declare enum RegisteredUserDomainRaceEnum {
|
|
176
|
+
ASIAN = "ASIAN",
|
|
177
|
+
BLACK = "BLACK",
|
|
178
|
+
HISPANIC = "HISPANIC",
|
|
179
|
+
MIDDLEEASTERN = "MIDDLE_EASTERN",
|
|
180
|
+
NATIVE = "NATIVE",
|
|
181
|
+
NOTAVAILABLE = "NOT_AVAILABLE",
|
|
182
|
+
PACIFICISLANDER = "PACIFIC_ISLANDER",
|
|
183
|
+
TWOORMORE = "TWO_OR_MORE",
|
|
184
|
+
UNKNOWN = "UNKNOWN",
|
|
185
|
+
UNVERIFIED = "UNVERIFIED",
|
|
186
|
+
WHITE = "WHITE"
|
|
187
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
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 RegisteredUserDomainFromJSON(json) {
|
|
16
|
+
return RegisteredUserDomainFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function RegisteredUserDomainFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'campaign': !exists(json, 'campaign') ? undefined : json['campaign'],
|
|
24
|
+
'channel': !exists(json, 'channel') ? undefined : json['channel'],
|
|
25
|
+
'clientType': !exists(json, 'clientType') ? undefined : json['clientType'],
|
|
26
|
+
'dob': !exists(json, 'dob') ? undefined : (new Date(json['dob'])),
|
|
27
|
+
'firstname': !exists(json, 'firstname') ? undefined : json['firstname'],
|
|
28
|
+
'fullName': !exists(json, 'fullName') ? undefined : json['fullName'],
|
|
29
|
+
'genderType': !exists(json, 'genderType') ? undefined : json['genderType'],
|
|
30
|
+
'lastname': !exists(json, 'lastname') ? undefined : json['lastname'],
|
|
31
|
+
'loginProvider': !exists(json, 'loginProvider') ? undefined : json['loginProvider'],
|
|
32
|
+
'numBookingCancelations': !exists(json, 'numBookingCancelations') ? undefined : json['numBookingCancelations'],
|
|
33
|
+
'paidCaseCount': !exists(json, 'paidCaseCount') ? undefined : json['paidCaseCount'],
|
|
34
|
+
'profilePicture': !exists(json, 'profilePicture') ? undefined : json['profilePicture'],
|
|
35
|
+
'race': !exists(json, 'race') ? undefined : json['race'],
|
|
36
|
+
'signUpCode': !exists(json, 'signUpCode') ? undefined : json['signUpCode'],
|
|
37
|
+
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
38
|
+
'userRegistrationDateUtc': !exists(json, 'userRegistrationDateUtc') ? undefined : (new Date(json['userRegistrationDateUtc'])),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export function RegisteredUserDomainToJSON(value) {
|
|
42
|
+
if (value === undefined) {
|
|
43
|
+
return undefined;
|
|
44
|
+
}
|
|
45
|
+
if (value === null) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'campaign': value.campaign,
|
|
50
|
+
'channel': value.channel,
|
|
51
|
+
'clientType': value.clientType,
|
|
52
|
+
'dob': value.dob === undefined ? undefined : (value.dob.toISOString()),
|
|
53
|
+
'firstname': value.firstname,
|
|
54
|
+
'fullName': value.fullName,
|
|
55
|
+
'genderType': value.genderType,
|
|
56
|
+
'lastname': value.lastname,
|
|
57
|
+
'loginProvider': value.loginProvider,
|
|
58
|
+
'numBookingCancelations': value.numBookingCancelations,
|
|
59
|
+
'paidCaseCount': value.paidCaseCount,
|
|
60
|
+
'profilePicture': value.profilePicture,
|
|
61
|
+
'race': value.race,
|
|
62
|
+
'signUpCode': value.signUpCode,
|
|
63
|
+
'userId': value.userId,
|
|
64
|
+
'userRegistrationDateUtc': value.userRegistrationDateUtc === undefined ? undefined : (value.userRegistrationDateUtc.toISOString()),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
* @enum {string}
|
|
70
|
+
*/
|
|
71
|
+
export var RegisteredUserDomainClientTypeEnum;
|
|
72
|
+
(function (RegisteredUserDomainClientTypeEnum) {
|
|
73
|
+
RegisteredUserDomainClientTypeEnum["ANDROID"] = "ANDROID";
|
|
74
|
+
RegisteredUserDomainClientTypeEnum["DESKTOPWEBAPP"] = "DESKTOP_WEBAPP";
|
|
75
|
+
RegisteredUserDomainClientTypeEnum["DMVGO"] = "DMV_GO";
|
|
76
|
+
RegisteredUserDomainClientTypeEnum["DMVORG"] = "DMV_ORG";
|
|
77
|
+
RegisteredUserDomainClientTypeEnum["EMAIL"] = "EMAIL";
|
|
78
|
+
RegisteredUserDomainClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
79
|
+
RegisteredUserDomainClientTypeEnum["IOS"] = "IOS";
|
|
80
|
+
RegisteredUserDomainClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
81
|
+
RegisteredUserDomainClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
82
|
+
RegisteredUserDomainClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
83
|
+
RegisteredUserDomainClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
84
|
+
RegisteredUserDomainClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
85
|
+
RegisteredUserDomainClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
86
|
+
RegisteredUserDomainClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
87
|
+
RegisteredUserDomainClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
88
|
+
RegisteredUserDomainClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
89
|
+
RegisteredUserDomainClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
90
|
+
RegisteredUserDomainClientTypeEnum["OTRWEBSITE"] = "OTR_WEBSITE";
|
|
91
|
+
RegisteredUserDomainClientTypeEnum["OTRWEBSITEDEVO"] = "OTR_WEBSITE_DEVO";
|
|
92
|
+
RegisteredUserDomainClientTypeEnum["OTRWEBSITELOCALHOST"] = "OTR_WEBSITE_LOCALHOST";
|
|
93
|
+
RegisteredUserDomainClientTypeEnum["OTRWIDGET"] = "OTR_WIDGET";
|
|
94
|
+
RegisteredUserDomainClientTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
95
|
+
})(RegisteredUserDomainClientTypeEnum || (RegisteredUserDomainClientTypeEnum = {}));
|
|
96
|
+
/**
|
|
97
|
+
* @export
|
|
98
|
+
* @enum {string}
|
|
99
|
+
*/
|
|
100
|
+
export var RegisteredUserDomainGenderTypeEnum;
|
|
101
|
+
(function (RegisteredUserDomainGenderTypeEnum) {
|
|
102
|
+
RegisteredUserDomainGenderTypeEnum["FEMALE"] = "FEMALE";
|
|
103
|
+
RegisteredUserDomainGenderTypeEnum["MALE"] = "MALE";
|
|
104
|
+
RegisteredUserDomainGenderTypeEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
105
|
+
RegisteredUserDomainGenderTypeEnum["NOTLISTED"] = "NOT_LISTED";
|
|
106
|
+
RegisteredUserDomainGenderTypeEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
107
|
+
RegisteredUserDomainGenderTypeEnum["X"] = "X";
|
|
108
|
+
})(RegisteredUserDomainGenderTypeEnum || (RegisteredUserDomainGenderTypeEnum = {}));
|
|
109
|
+
/**
|
|
110
|
+
* @export
|
|
111
|
+
* @enum {string}
|
|
112
|
+
*/
|
|
113
|
+
export var RegisteredUserDomainLoginProviderEnum;
|
|
114
|
+
(function (RegisteredUserDomainLoginProviderEnum) {
|
|
115
|
+
RegisteredUserDomainLoginProviderEnum["APPLE"] = "APPLE";
|
|
116
|
+
RegisteredUserDomainLoginProviderEnum["EMAIL"] = "EMAIL";
|
|
117
|
+
RegisteredUserDomainLoginProviderEnum["FACEBOOK"] = "FACEBOOK";
|
|
118
|
+
RegisteredUserDomainLoginProviderEnum["GOOGLE"] = "GOOGLE";
|
|
119
|
+
RegisteredUserDomainLoginProviderEnum["PHONE"] = "PHONE";
|
|
120
|
+
RegisteredUserDomainLoginProviderEnum["TWITTER"] = "TWITTER";
|
|
121
|
+
RegisteredUserDomainLoginProviderEnum["UNKNOWN"] = "UNKNOWN";
|
|
122
|
+
})(RegisteredUserDomainLoginProviderEnum || (RegisteredUserDomainLoginProviderEnum = {}));
|
|
123
|
+
/**
|
|
124
|
+
* @export
|
|
125
|
+
* @enum {string}
|
|
126
|
+
*/
|
|
127
|
+
export var RegisteredUserDomainRaceEnum;
|
|
128
|
+
(function (RegisteredUserDomainRaceEnum) {
|
|
129
|
+
RegisteredUserDomainRaceEnum["ASIAN"] = "ASIAN";
|
|
130
|
+
RegisteredUserDomainRaceEnum["BLACK"] = "BLACK";
|
|
131
|
+
RegisteredUserDomainRaceEnum["HISPANIC"] = "HISPANIC";
|
|
132
|
+
RegisteredUserDomainRaceEnum["MIDDLEEASTERN"] = "MIDDLE_EASTERN";
|
|
133
|
+
RegisteredUserDomainRaceEnum["NATIVE"] = "NATIVE";
|
|
134
|
+
RegisteredUserDomainRaceEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
135
|
+
RegisteredUserDomainRaceEnum["PACIFICISLANDER"] = "PACIFIC_ISLANDER";
|
|
136
|
+
RegisteredUserDomainRaceEnum["TWOORMORE"] = "TWO_OR_MORE";
|
|
137
|
+
RegisteredUserDomainRaceEnum["UNKNOWN"] = "UNKNOWN";
|
|
138
|
+
RegisteredUserDomainRaceEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
139
|
+
RegisteredUserDomainRaceEnum["WHITE"] = "WHITE";
|
|
140
|
+
})(RegisteredUserDomainRaceEnum || (RegisteredUserDomainRaceEnum = {}));
|
|
@@ -75,6 +75,12 @@ export interface SaveDriverLicenseRequest {
|
|
|
75
75
|
* @memberof SaveDriverLicenseRequest
|
|
76
76
|
*/
|
|
77
77
|
firstName?: string;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof SaveDriverLicenseRequest
|
|
82
|
+
*/
|
|
83
|
+
isBackOfLicense?: boolean;
|
|
78
84
|
/**
|
|
79
85
|
*
|
|
80
86
|
* @type {boolean}
|
|
@@ -30,6 +30,7 @@ export function SaveDriverLicenseRequestFromJSONTyped(json, ignoreDiscriminator)
|
|
|
30
30
|
'driverLicenseNumber': !exists(json, 'driverLicenseNumber') ? undefined : json['driverLicenseNumber'],
|
|
31
31
|
'expirationDate': !exists(json, 'expirationDate') ? undefined : (new Date(json['expirationDate'])),
|
|
32
32
|
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
33
|
+
'isBackOfLicense': !exists(json, 'isBackOfLicense') ? undefined : json['isBackOfLicense'],
|
|
33
34
|
'isDeleted': !exists(json, 'isDeleted') ? undefined : json['isDeleted'],
|
|
34
35
|
'issueDate': !exists(json, 'issueDate') ? undefined : (new Date(json['issueDate'])),
|
|
35
36
|
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
@@ -59,6 +60,7 @@ export function SaveDriverLicenseRequestToJSON(value) {
|
|
|
59
60
|
'driverLicenseNumber': value.driverLicenseNumber,
|
|
60
61
|
'expirationDate': value.expirationDate === undefined ? undefined : (value.expirationDate.toISOString()),
|
|
61
62
|
'firstName': value.firstName,
|
|
63
|
+
'isBackOfLicense': value.isBackOfLicense,
|
|
62
64
|
'isDeleted': value.isDeleted,
|
|
63
65
|
'issueDate': value.issueDate === undefined ? undefined : (value.issueDate.toISOString()),
|
|
64
66
|
'lastName': value.lastName,
|
|
@@ -67,6 +67,7 @@ export declare function SaveLawfirmSurchargeModelToJSON(value?: SaveLawfirmSurch
|
|
|
67
67
|
*/
|
|
68
68
|
export declare enum SaveLawfirmSurchargeModelFeatureTypeEnum {
|
|
69
69
|
BLACKBOX = "BLACK_BOX",
|
|
70
|
+
FASTLANETEEN = "FASTLANE_TEEN",
|
|
70
71
|
STATEPAGE = "STATE_PAGE",
|
|
71
72
|
STOREFRONT = "STOREFRONT"
|
|
72
73
|
}
|
|
@@ -53,6 +53,7 @@ export function SaveLawfirmSurchargeModelToJSON(value) {
|
|
|
53
53
|
export var SaveLawfirmSurchargeModelFeatureTypeEnum;
|
|
54
54
|
(function (SaveLawfirmSurchargeModelFeatureTypeEnum) {
|
|
55
55
|
SaveLawfirmSurchargeModelFeatureTypeEnum["BLACKBOX"] = "BLACK_BOX";
|
|
56
|
+
SaveLawfirmSurchargeModelFeatureTypeEnum["FASTLANETEEN"] = "FASTLANE_TEEN";
|
|
56
57
|
SaveLawfirmSurchargeModelFeatureTypeEnum["STATEPAGE"] = "STATE_PAGE";
|
|
57
58
|
SaveLawfirmSurchargeModelFeatureTypeEnum["STOREFRONT"] = "STOREFRONT";
|
|
58
59
|
})(SaveLawfirmSurchargeModelFeatureTypeEnum || (SaveLawfirmSurchargeModelFeatureTypeEnum = {}));
|
|
@@ -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 SaveUserSocialProfileModel
|
|
16
|
+
*/
|
|
17
|
+
export interface SaveUserSocialProfileModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SaveUserSocialProfileModel
|
|
22
|
+
*/
|
|
23
|
+
platform: SaveUserSocialProfileModelPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SaveUserSocialProfileModel
|
|
28
|
+
*/
|
|
29
|
+
userHandle: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function SaveUserSocialProfileModelFromJSON(json: any): SaveUserSocialProfileModel;
|
|
32
|
+
export declare function SaveUserSocialProfileModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): SaveUserSocialProfileModel;
|
|
33
|
+
export declare function SaveUserSocialProfileModelToJSON(value?: SaveUserSocialProfileModel | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum SaveUserSocialProfileModelPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
export function SaveUserSocialProfileModelFromJSON(json) {
|
|
15
|
+
return SaveUserSocialProfileModelFromJSONTyped(json, false);
|
|
16
|
+
}
|
|
17
|
+
export function SaveUserSocialProfileModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'platform': json['platform'],
|
|
23
|
+
'userHandle': json['userHandle'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function SaveUserSocialProfileModelToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'platform': value.platform,
|
|
35
|
+
'userHandle': value.userHandle,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
* @enum {string}
|
|
41
|
+
*/
|
|
42
|
+
export var SaveUserSocialProfileModelPlatformEnum;
|
|
43
|
+
(function (SaveUserSocialProfileModelPlatformEnum) {
|
|
44
|
+
SaveUserSocialProfileModelPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
45
|
+
SaveUserSocialProfileModelPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
46
|
+
SaveUserSocialProfileModelPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
47
|
+
SaveUserSocialProfileModelPlatformEnum["TWITCH"] = "TWITCH";
|
|
48
|
+
SaveUserSocialProfileModelPlatformEnum["X"] = "X";
|
|
49
|
+
SaveUserSocialProfileModelPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
50
|
+
})(SaveUserSocialProfileModelPlatformEnum || (SaveUserSocialProfileModelPlatformEnum = {}));
|