@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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { AddressDomainResFromJSON, AddressDomainResToJSON, PhoneNumberDomainResFromJSON, PhoneNumberDomainResToJSON, TimestampResFromJSON, TimestampResToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSubscriptionPlanModelResFromJSON, UserSubscriptionPlanModelResToJSON, } from './';
|
|
15
|
+
import { AddressDomainResFromJSON, AddressDomainResToJSON, PhoneNumberDomainResFromJSON, PhoneNumberDomainResToJSON, TimestampResFromJSON, TimestampResToJSON, UserAccountModelFromJSON, UserAccountModelToJSON, UserReferralLinkModelResFromJSON, UserReferralLinkModelResToJSON, UserRoleDomainFromJSON, UserRoleDomainToJSON, UserSocialProfileModelResFromJSON, UserSocialProfileModelResToJSON, UserSubscriptionPlanModelResFromJSON, UserSubscriptionPlanModelResToJSON, } from './';
|
|
16
16
|
export function UserDomainResFromJSON(json) {
|
|
17
17
|
return UserDomainResFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -34,6 +34,8 @@ export function UserDomainResFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
'genderType': !exists(json, 'genderType') ? undefined : json['genderType'],
|
|
35
35
|
'ghostAccountCreationDateUtc': !exists(json, 'ghostAccountCreationDateUtc') ? undefined : (new Date(json['ghostAccountCreationDateUtc'])),
|
|
36
36
|
'hasLeftReview': !exists(json, 'hasLeftReview') ? undefined : json['hasLeftReview'],
|
|
37
|
+
'hubspotContactId': !exists(json, 'hubspotContactId') ? undefined : json['hubspotContactId'],
|
|
38
|
+
'intercomUserHash': !exists(json, 'intercomUserHash') ? undefined : json['intercomUserHash'],
|
|
37
39
|
'isEmailConfirmed': !exists(json, 'isEmailConfirmed') ? undefined : json['isEmailConfirmed'],
|
|
38
40
|
'isEnabled': !exists(json, 'isEnabled') ? undefined : json['isEnabled'],
|
|
39
41
|
'isLawfirmAccessGranted': !exists(json, 'isLawfirmAccessGranted') ? undefined : json['isLawfirmAccessGranted'],
|
|
@@ -54,11 +56,16 @@ export function UserDomainResFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
56
|
'race': !exists(json, 'race') ? undefined : json['race'],
|
|
55
57
|
'referralCode': !exists(json, 'referralCode') ? undefined : json['referralCode'],
|
|
56
58
|
'referralCount': !exists(json, 'referralCount') ? undefined : json['referralCount'],
|
|
59
|
+
'referralLink': !exists(json, 'referralLink') ? undefined : json['referralLink'],
|
|
60
|
+
'referralLinks': !exists(json, 'referralLinks') ? undefined : (json['referralLinks'].map(UserReferralLinkModelResFromJSON)),
|
|
57
61
|
'roles': !exists(json, 'roles') ? undefined : (json['roles'].map(UserRoleDomainFromJSON)),
|
|
58
62
|
'signUpCode': !exists(json, 'signUpCode') ? undefined : json['signUpCode'],
|
|
59
63
|
'signUpCodeUseCount': !exists(json, 'signUpCodeUseCount') ? undefined : json['signUpCodeUseCount'],
|
|
64
|
+
'signedProfilePictureUrl': !exists(json, 'signedProfilePictureUrl') ? undefined : json['signedProfilePictureUrl'],
|
|
65
|
+
'socialProfiles': !exists(json, 'socialProfiles') ? undefined : (json['socialProfiles'].map(UserSocialProfileModelResFromJSON)),
|
|
60
66
|
'subscriptionPlans': !exists(json, 'subscriptionPlans') ? undefined : (json['subscriptionPlans'].map(UserSubscriptionPlanModelResFromJSON)),
|
|
61
67
|
'userAlias': !exists(json, 'userAlias') ? undefined : json['userAlias'],
|
|
68
|
+
'userDeletedDateUtc': !exists(json, 'userDeletedDateUtc') ? undefined : (new Date(json['userDeletedDateUtc'])),
|
|
62
69
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
63
70
|
'userRegistrationDateUtc': !exists(json, 'userRegistrationDateUtc') ? undefined : (new Date(json['userRegistrationDateUtc'])),
|
|
64
71
|
};
|
|
@@ -84,6 +91,8 @@ export function UserDomainResToJSON(value) {
|
|
|
84
91
|
'genderType': value.genderType,
|
|
85
92
|
'ghostAccountCreationDateUtc': value.ghostAccountCreationDateUtc === undefined ? undefined : (value.ghostAccountCreationDateUtc.toISOString()),
|
|
86
93
|
'hasLeftReview': value.hasLeftReview,
|
|
94
|
+
'hubspotContactId': value.hubspotContactId,
|
|
95
|
+
'intercomUserHash': value.intercomUserHash,
|
|
87
96
|
'isEmailConfirmed': value.isEmailConfirmed,
|
|
88
97
|
'isEnabled': value.isEnabled,
|
|
89
98
|
'isLawfirmAccessGranted': value.isLawfirmAccessGranted,
|
|
@@ -104,11 +113,16 @@ export function UserDomainResToJSON(value) {
|
|
|
104
113
|
'race': value.race,
|
|
105
114
|
'referralCode': value.referralCode,
|
|
106
115
|
'referralCount': value.referralCount,
|
|
116
|
+
'referralLink': value.referralLink,
|
|
117
|
+
'referralLinks': value.referralLinks === undefined ? undefined : (value.referralLinks.map(UserReferralLinkModelResToJSON)),
|
|
107
118
|
'roles': value.roles === undefined ? undefined : (value.roles.map(UserRoleDomainToJSON)),
|
|
108
119
|
'signUpCode': value.signUpCode,
|
|
109
120
|
'signUpCodeUseCount': value.signUpCodeUseCount,
|
|
121
|
+
'signedProfilePictureUrl': value.signedProfilePictureUrl,
|
|
122
|
+
'socialProfiles': value.socialProfiles === undefined ? undefined : (value.socialProfiles.map(UserSocialProfileModelResToJSON)),
|
|
110
123
|
'subscriptionPlans': value.subscriptionPlans === undefined ? undefined : (value.subscriptionPlans.map(UserSubscriptionPlanModelResToJSON)),
|
|
111
124
|
'userAlias': value.userAlias,
|
|
125
|
+
'userDeletedDateUtc': value.userDeletedDateUtc === undefined ? undefined : (value.userDeletedDateUtc.toISOString()),
|
|
112
126
|
'userId': value.userId,
|
|
113
127
|
'userRegistrationDateUtc': value.userRegistrationDateUtc === undefined ? undefined : (value.userRegistrationDateUtc.toISOString()),
|
|
114
128
|
};
|
|
@@ -124,6 +138,7 @@ export var UserDomainResGenderTypeEnum;
|
|
|
124
138
|
UserDomainResGenderTypeEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
125
139
|
UserDomainResGenderTypeEnum["NOTLISTED"] = "NOT_LISTED";
|
|
126
140
|
UserDomainResGenderTypeEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
141
|
+
UserDomainResGenderTypeEnum["X"] = "X";
|
|
127
142
|
})(UserDomainResGenderTypeEnum || (UserDomainResGenderTypeEnum = {}));
|
|
128
143
|
/**
|
|
129
144
|
* @export
|
|
@@ -0,0 +1,41 @@
|
|
|
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 UserReferralLinkModel
|
|
16
|
+
*/
|
|
17
|
+
export interface UserReferralLinkModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserReferralLinkModel
|
|
22
|
+
*/
|
|
23
|
+
referralLink?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserReferralLinkModel
|
|
28
|
+
*/
|
|
29
|
+
referralLinkType?: UserReferralLinkModelReferralLinkTypeEnum;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserReferralLinkModelFromJSON(json: any): UserReferralLinkModel;
|
|
32
|
+
export declare function UserReferralLinkModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserReferralLinkModel;
|
|
33
|
+
export declare function UserReferralLinkModelToJSON(value?: UserReferralLinkModel | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserReferralLinkModelReferralLinkTypeEnum {
|
|
39
|
+
FASTLANETEEN = "FASTLANE_TEEN",
|
|
40
|
+
PRIMARY = "PRIMARY"
|
|
41
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 UserReferralLinkModelFromJSON(json) {
|
|
16
|
+
return UserReferralLinkModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserReferralLinkModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'referralLink': !exists(json, 'referralLink') ? undefined : json['referralLink'],
|
|
24
|
+
'referralLinkType': !exists(json, 'referralLinkType') ? undefined : json['referralLinkType'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserReferralLinkModelToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'referralLink': value.referralLink,
|
|
36
|
+
'referralLinkType': value.referralLinkType,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserReferralLinkModelReferralLinkTypeEnum;
|
|
44
|
+
(function (UserReferralLinkModelReferralLinkTypeEnum) {
|
|
45
|
+
UserReferralLinkModelReferralLinkTypeEnum["FASTLANETEEN"] = "FASTLANE_TEEN";
|
|
46
|
+
UserReferralLinkModelReferralLinkTypeEnum["PRIMARY"] = "PRIMARY";
|
|
47
|
+
})(UserReferralLinkModelReferralLinkTypeEnum || (UserReferralLinkModelReferralLinkTypeEnum = {}));
|
|
@@ -0,0 +1,41 @@
|
|
|
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 UserReferralLinkModelReq
|
|
16
|
+
*/
|
|
17
|
+
export interface UserReferralLinkModelReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserReferralLinkModelReq
|
|
22
|
+
*/
|
|
23
|
+
referralLink?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserReferralLinkModelReq
|
|
28
|
+
*/
|
|
29
|
+
referralLinkType?: UserReferralLinkModelReqReferralLinkTypeEnum;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserReferralLinkModelReqFromJSON(json: any): UserReferralLinkModelReq;
|
|
32
|
+
export declare function UserReferralLinkModelReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserReferralLinkModelReq;
|
|
33
|
+
export declare function UserReferralLinkModelReqToJSON(value?: UserReferralLinkModelReq | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserReferralLinkModelReqReferralLinkTypeEnum {
|
|
39
|
+
FASTLANETEEN = "FASTLANE_TEEN",
|
|
40
|
+
PRIMARY = "PRIMARY"
|
|
41
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 UserReferralLinkModelReqFromJSON(json) {
|
|
16
|
+
return UserReferralLinkModelReqFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserReferralLinkModelReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'referralLink': !exists(json, 'referralLink') ? undefined : json['referralLink'],
|
|
24
|
+
'referralLinkType': !exists(json, 'referralLinkType') ? undefined : json['referralLinkType'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserReferralLinkModelReqToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'referralLink': value.referralLink,
|
|
36
|
+
'referralLinkType': value.referralLinkType,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserReferralLinkModelReqReferralLinkTypeEnum;
|
|
44
|
+
(function (UserReferralLinkModelReqReferralLinkTypeEnum) {
|
|
45
|
+
UserReferralLinkModelReqReferralLinkTypeEnum["FASTLANETEEN"] = "FASTLANE_TEEN";
|
|
46
|
+
UserReferralLinkModelReqReferralLinkTypeEnum["PRIMARY"] = "PRIMARY";
|
|
47
|
+
})(UserReferralLinkModelReqReferralLinkTypeEnum || (UserReferralLinkModelReqReferralLinkTypeEnum = {}));
|
|
@@ -0,0 +1,41 @@
|
|
|
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 UserReferralLinkModelRes
|
|
16
|
+
*/
|
|
17
|
+
export interface UserReferralLinkModelRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserReferralLinkModelRes
|
|
22
|
+
*/
|
|
23
|
+
referralLink?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserReferralLinkModelRes
|
|
28
|
+
*/
|
|
29
|
+
referralLinkType?: UserReferralLinkModelResReferralLinkTypeEnum;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserReferralLinkModelResFromJSON(json: any): UserReferralLinkModelRes;
|
|
32
|
+
export declare function UserReferralLinkModelResFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserReferralLinkModelRes;
|
|
33
|
+
export declare function UserReferralLinkModelResToJSON(value?: UserReferralLinkModelRes | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserReferralLinkModelResReferralLinkTypeEnum {
|
|
39
|
+
FASTLANETEEN = "FASTLANE_TEEN",
|
|
40
|
+
PRIMARY = "PRIMARY"
|
|
41
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 UserReferralLinkModelResFromJSON(json) {
|
|
16
|
+
return UserReferralLinkModelResFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserReferralLinkModelResFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'referralLink': !exists(json, 'referralLink') ? undefined : json['referralLink'],
|
|
24
|
+
'referralLinkType': !exists(json, 'referralLinkType') ? undefined : json['referralLinkType'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserReferralLinkModelResToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'referralLink': value.referralLink,
|
|
36
|
+
'referralLinkType': value.referralLinkType,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserReferralLinkModelResReferralLinkTypeEnum;
|
|
44
|
+
(function (UserReferralLinkModelResReferralLinkTypeEnum) {
|
|
45
|
+
UserReferralLinkModelResReferralLinkTypeEnum["FASTLANETEEN"] = "FASTLANE_TEEN";
|
|
46
|
+
UserReferralLinkModelResReferralLinkTypeEnum["PRIMARY"] = "PRIMARY";
|
|
47
|
+
})(UserReferralLinkModelResReferralLinkTypeEnum || (UserReferralLinkModelResReferralLinkTypeEnum = {}));
|
|
@@ -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 UserSocialProfileModel
|
|
16
|
+
*/
|
|
17
|
+
export interface UserSocialProfileModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserSocialProfileModel
|
|
22
|
+
*/
|
|
23
|
+
platform?: UserSocialProfileModelPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserSocialProfileModel
|
|
28
|
+
*/
|
|
29
|
+
userHandle?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserSocialProfileModelFromJSON(json: any): UserSocialProfileModel;
|
|
32
|
+
export declare function UserSocialProfileModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSocialProfileModel;
|
|
33
|
+
export declare function UserSocialProfileModelToJSON(value?: UserSocialProfileModel | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserSocialProfileModelPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function UserSocialProfileModelFromJSON(json) {
|
|
16
|
+
return UserSocialProfileModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserSocialProfileModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'platform': !exists(json, 'platform') ? undefined : json['platform'],
|
|
24
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserSocialProfileModelToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'platform': value.platform,
|
|
36
|
+
'userHandle': value.userHandle,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserSocialProfileModelPlatformEnum;
|
|
44
|
+
(function (UserSocialProfileModelPlatformEnum) {
|
|
45
|
+
UserSocialProfileModelPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
46
|
+
UserSocialProfileModelPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
47
|
+
UserSocialProfileModelPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
48
|
+
UserSocialProfileModelPlatformEnum["TWITCH"] = "TWITCH";
|
|
49
|
+
UserSocialProfileModelPlatformEnum["X"] = "X";
|
|
50
|
+
UserSocialProfileModelPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
51
|
+
})(UserSocialProfileModelPlatformEnum || (UserSocialProfileModelPlatformEnum = {}));
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserSocialProfileModelReq
|
|
16
|
+
*/
|
|
17
|
+
export interface UserSocialProfileModelReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserSocialProfileModelReq
|
|
22
|
+
*/
|
|
23
|
+
platform?: UserSocialProfileModelReqPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserSocialProfileModelReq
|
|
28
|
+
*/
|
|
29
|
+
userHandle?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserSocialProfileModelReqFromJSON(json: any): UserSocialProfileModelReq;
|
|
32
|
+
export declare function UserSocialProfileModelReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSocialProfileModelReq;
|
|
33
|
+
export declare function UserSocialProfileModelReqToJSON(value?: UserSocialProfileModelReq | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserSocialProfileModelReqPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function UserSocialProfileModelReqFromJSON(json) {
|
|
16
|
+
return UserSocialProfileModelReqFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserSocialProfileModelReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'platform': !exists(json, 'platform') ? undefined : json['platform'],
|
|
24
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserSocialProfileModelReqToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'platform': value.platform,
|
|
36
|
+
'userHandle': value.userHandle,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserSocialProfileModelReqPlatformEnum;
|
|
44
|
+
(function (UserSocialProfileModelReqPlatformEnum) {
|
|
45
|
+
UserSocialProfileModelReqPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
46
|
+
UserSocialProfileModelReqPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
47
|
+
UserSocialProfileModelReqPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
48
|
+
UserSocialProfileModelReqPlatformEnum["TWITCH"] = "TWITCH";
|
|
49
|
+
UserSocialProfileModelReqPlatformEnum["X"] = "X";
|
|
50
|
+
UserSocialProfileModelReqPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
51
|
+
})(UserSocialProfileModelReqPlatformEnum || (UserSocialProfileModelReqPlatformEnum = {}));
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserSocialProfileModelRes
|
|
16
|
+
*/
|
|
17
|
+
export interface UserSocialProfileModelRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserSocialProfileModelRes
|
|
22
|
+
*/
|
|
23
|
+
platform?: UserSocialProfileModelResPlatformEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserSocialProfileModelRes
|
|
28
|
+
*/
|
|
29
|
+
userHandle?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UserSocialProfileModelResFromJSON(json: any): UserSocialProfileModelRes;
|
|
32
|
+
export declare function UserSocialProfileModelResFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSocialProfileModelRes;
|
|
33
|
+
export declare function UserSocialProfileModelResToJSON(value?: UserSocialProfileModelRes | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum UserSocialProfileModelResPlatformEnum {
|
|
39
|
+
INSTAGRAM = "INSTAGRAM",
|
|
40
|
+
SNAPCHAT = "SNAPCHAT",
|
|
41
|
+
TIKTOK = "TIKTOK",
|
|
42
|
+
TWITCH = "TWITCH",
|
|
43
|
+
X = "X",
|
|
44
|
+
YOUTUBE = "YOUTUBE"
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function UserSocialProfileModelResFromJSON(json) {
|
|
16
|
+
return UserSocialProfileModelResFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UserSocialProfileModelResFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'platform': !exists(json, 'platform') ? undefined : json['platform'],
|
|
24
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UserSocialProfileModelResToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'platform': value.platform,
|
|
36
|
+
'userHandle': value.userHandle,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var UserSocialProfileModelResPlatformEnum;
|
|
44
|
+
(function (UserSocialProfileModelResPlatformEnum) {
|
|
45
|
+
UserSocialProfileModelResPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
46
|
+
UserSocialProfileModelResPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
47
|
+
UserSocialProfileModelResPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
48
|
+
UserSocialProfileModelResPlatformEnum["TWITCH"] = "TWITCH";
|
|
49
|
+
UserSocialProfileModelResPlatformEnum["X"] = "X";
|
|
50
|
+
UserSocialProfileModelResPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
51
|
+
})(UserSocialProfileModelResPlatformEnum || (UserSocialProfileModelResPlatformEnum = {}));
|
|
@@ -27,6 +27,18 @@ export interface UserSubscriptionPlanModel {
|
|
|
27
27
|
* @memberof UserSubscriptionPlanModel
|
|
28
28
|
*/
|
|
29
29
|
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserSubscriptionPlanModel
|
|
34
|
+
*/
|
|
35
|
+
productName?: UserSubscriptionPlanModelProductNameEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof UserSubscriptionPlanModel
|
|
40
|
+
*/
|
|
41
|
+
startDateUtc?: Date;
|
|
30
42
|
/**
|
|
31
43
|
*
|
|
32
44
|
* @type {boolean}
|
|
@@ -47,6 +59,15 @@ export declare function UserSubscriptionPlanModelToJSON(value?: UserSubscription
|
|
|
47
59
|
* @export
|
|
48
60
|
* @enum {string}
|
|
49
61
|
*/
|
|
62
|
+
export declare enum UserSubscriptionPlanModelProductNameEnum {
|
|
63
|
+
CONVOYPRO = "CONVOY_PRO",
|
|
64
|
+
OTRFASTLANE = "OTR_FASTLANE",
|
|
65
|
+
OTRFASTLANETEEN = "OTR_FASTLANE_TEEN"
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
* @enum {string}
|
|
70
|
+
*/
|
|
50
71
|
export declare enum UserSubscriptionPlanModelSubscriptionStatusEnum {
|
|
51
72
|
ACTIVE = "ACTIVE",
|
|
52
73
|
CANCELED = "CANCELED",
|