@otr-app/shared-backend-generated-client 2.4.26 → 2.4.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.d.ts +12 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.js +30 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CitationControllerApi.d.ts +12 -1
- package/dist/typescript-fetch/apis/CitationControllerApi.js +31 -1
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.d.ts +2 -2
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.js +2 -2
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.d.ts +28 -0
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.js +58 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.d.ts +5 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.js +15 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.d.ts +42 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.js +97 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +63 -11
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +122 -10
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.js +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +26 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.js +26 -0
- package/dist/typescript-fetch/apis/UserControllerApi.d.ts +23 -0
- package/dist/typescript-fetch/apis/UserControllerApi.js +59 -0
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.d.ts +5 -2
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.js +9 -6
- package/dist/typescript-fetch/apis/UserProfileControllerApi.d.ts +3 -3
- package/dist/typescript-fetch/apis/UserProfileControllerApi.js +4 -3
- package/dist/typescript-fetch/apis/UserSearchControllerApi.d.ts +7 -7
- package/dist/typescript-fetch/apis/UserSearchControllerApi.js +9 -9
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.d.ts +54 -0
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.js +107 -0
- package/dist/typescript-fetch/apis/index.d.ts +3 -0
- package/dist/typescript-fetch/apis/index.js +3 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.js +2 -0
- package/dist/typescript-fetch/models/Admin.d.ts +39 -0
- package/dist/typescript-fetch/models/Admin.js +40 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.d.ts +6 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.js +2 -0
- package/dist/typescript-fetch/models/Attachment.d.ts +33 -0
- package/dist/typescript-fetch/models/Attachment.js +38 -0
- package/dist/typescript-fetch/models/Author.d.ts +45 -0
- package/dist/typescript-fetch/models/Author.js +42 -0
- package/dist/typescript-fetch/models/BillingPriceModel.d.ts +12 -0
- package/dist/typescript-fetch/models/BillingPriceModel.js +4 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.js +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.js +1 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.d.ts +63 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.js +65 -0
- package/dist/typescript-fetch/models/CasePaymentModel.d.ts +7 -0
- package/dist/typescript-fetch/models/CasePaymentModel.js +3 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/CitationModel.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModel.js +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.js +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.js +2 -0
- package/dist/typescript-fetch/models/Contact.d.ts +39 -0
- package/dist/typescript-fetch/models/Contact.js +40 -0
- package/dist/typescript-fetch/models/ContactList.d.ts +34 -0
- package/dist/typescript-fetch/models/ContactList.js +39 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.d.ts +7 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.js +3 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.js +2 -0
- package/dist/typescript-fetch/models/CreateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/CreateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/DashboardCitationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/DashboardCitationModel.js +2 -0
- package/dist/typescript-fetch/models/FirstContactReply.d.ts +39 -0
- package/dist/typescript-fetch/models/FirstContactReply.js +40 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.js +36 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +20 -10
- package/dist/typescript-fetch/models/GetLawfirmModel.js +15 -9
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.d.ts +1 -0
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.js +1 -0
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.d.ts +7 -1
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.js +3 -1
- package/dist/typescript-fetch/models/GetUserByEmailRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetUserByEmailRequest.js +36 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.d.ts +33 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.js +38 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.js +2 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.d.ts +3 -3
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.js +3 -3
- package/dist/typescript-fetch/models/GhostUser.d.ts +2 -0
- package/dist/typescript-fetch/models/GhostUser.js +2 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.d.ts +178 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.js +87 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.d.ts +136 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.js +73 -0
- package/dist/typescript-fetch/models/IntercomNext.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomNext.js +38 -0
- package/dist/typescript-fetch/models/IntercomPages.d.ts +52 -0
- package/dist/typescript-fetch/models/IntercomPages.js +45 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.d.ts +40 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.js +41 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.d.ts +34 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.js +39 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.js +38 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.d.ts +2 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.js +2 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/LawfirmLeadDomain.d.ts +32 -10
- package/dist/typescript-fetch/models/LawfirmLeadDomain.js +28 -9
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.d.ts +14 -10
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.js +13 -9
- package/dist/typescript-fetch/models/LineItem.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItem.js +1 -0
- package/dist/typescript-fetch/models/LineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemModel.js +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.js +1 -0
- package/dist/typescript-fetch/models/LinkedObjects.d.ts +33 -0
- package/dist/typescript-fetch/models/LinkedObjects.js +38 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.d.ts +30 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.js +10 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/NewUserResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/NewUserResponse.js +2 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.js +2 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.js +2 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.js +4 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.d.ts +186 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.js +139 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.js +2 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.js +50 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.d.ts +28 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.js +37 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.d.ts +39 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.js +40 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.js +2 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.js +38 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.js +36 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.js +2 -0
- package/dist/typescript-fetch/models/SocialLoginUser.d.ts +6 -0
- package/dist/typescript-fetch/models/SocialLoginUser.js +2 -0
- package/dist/typescript-fetch/models/Source.d.ts +85 -0
- package/dist/typescript-fetch/models/Source.js +63 -0
- package/dist/typescript-fetch/models/Statistics.d.ts +135 -0
- package/dist/typescript-fetch/models/Statistics.js +72 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.d.ts +39 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.js +39 -0
- package/dist/typescript-fetch/models/Tag.d.ts +39 -0
- package/dist/typescript-fetch/models/Tag.js +40 -0
- package/dist/typescript-fetch/models/Tags.d.ts +34 -0
- package/dist/typescript-fetch/models/Tags.js +39 -0
- package/dist/typescript-fetch/models/Teammates.d.ts +34 -0
- package/dist/typescript-fetch/models/Teammates.js +39 -0
- package/dist/typescript-fetch/models/TicketPart.d.ts +51 -0
- package/dist/typescript-fetch/models/TicketPart.js +44 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.js +39 -0
- package/dist/typescript-fetch/models/TicketType.d.ts +76 -0
- package/dist/typescript-fetch/models/TicketType.js +53 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.d.ts +63 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.js +48 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.js +39 -0
- package/dist/typescript-fetch/models/Topic.d.ts +39 -0
- package/dist/typescript-fetch/models/Topic.js +40 -0
- package/dist/typescript-fetch/models/Topics.d.ts +40 -0
- package/dist/typescript-fetch/models/Topics.js +41 -0
- package/dist/typescript-fetch/models/UpdateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/UpdateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.js +36 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.js +38 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.d.ts +45 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.js +42 -0
- package/dist/typescript-fetch/models/UserAccountModel.d.ts +6 -0
- package/dist/typescript-fetch/models/UserAccountModel.js +2 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +26 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.js +26 -0
- package/dist/typescript-fetch/models/UserDomain.d.ts +43 -1
- package/dist/typescript-fetch/models/UserDomain.js +15 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +43 -1
- package/dist/typescript-fetch/models/UserDomainReq.js +15 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +43 -1
- package/dist/typescript-fetch/models/UserDomainRes.js +15 -1
- package/dist/typescript-fetch/models/UserReferralLinkModel.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModel.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.js +47 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.js +51 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.js +14 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.js +6 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.d.ts +24 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.js +8 -0
- package/dist/typescript-fetch/models/ViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/ViolationModel.js +2 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.js +2 -0
- package/dist/typescript-fetch/models/index.d.ts +46 -2
- package/dist/typescript-fetch/models/index.js +46 -2
- package/package.json +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
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 || (RegisteredUserDomainGenderTypeEnum = {}));
|
|
108
|
+
/**
|
|
109
|
+
* @export
|
|
110
|
+
* @enum {string}
|
|
111
|
+
*/
|
|
112
|
+
export var RegisteredUserDomainLoginProviderEnum;
|
|
113
|
+
(function (RegisteredUserDomainLoginProviderEnum) {
|
|
114
|
+
RegisteredUserDomainLoginProviderEnum["APPLE"] = "APPLE";
|
|
115
|
+
RegisteredUserDomainLoginProviderEnum["EMAIL"] = "EMAIL";
|
|
116
|
+
RegisteredUserDomainLoginProviderEnum["FACEBOOK"] = "FACEBOOK";
|
|
117
|
+
RegisteredUserDomainLoginProviderEnum["GOOGLE"] = "GOOGLE";
|
|
118
|
+
RegisteredUserDomainLoginProviderEnum["PHONE"] = "PHONE";
|
|
119
|
+
RegisteredUserDomainLoginProviderEnum["TWITTER"] = "TWITTER";
|
|
120
|
+
RegisteredUserDomainLoginProviderEnum["UNKNOWN"] = "UNKNOWN";
|
|
121
|
+
})(RegisteredUserDomainLoginProviderEnum || (RegisteredUserDomainLoginProviderEnum = {}));
|
|
122
|
+
/**
|
|
123
|
+
* @export
|
|
124
|
+
* @enum {string}
|
|
125
|
+
*/
|
|
126
|
+
export var RegisteredUserDomainRaceEnum;
|
|
127
|
+
(function (RegisteredUserDomainRaceEnum) {
|
|
128
|
+
RegisteredUserDomainRaceEnum["ASIAN"] = "ASIAN";
|
|
129
|
+
RegisteredUserDomainRaceEnum["BLACK"] = "BLACK";
|
|
130
|
+
RegisteredUserDomainRaceEnum["HISPANIC"] = "HISPANIC";
|
|
131
|
+
RegisteredUserDomainRaceEnum["MIDDLEEASTERN"] = "MIDDLE_EASTERN";
|
|
132
|
+
RegisteredUserDomainRaceEnum["NATIVE"] = "NATIVE";
|
|
133
|
+
RegisteredUserDomainRaceEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
134
|
+
RegisteredUserDomainRaceEnum["PACIFICISLANDER"] = "PACIFIC_ISLANDER";
|
|
135
|
+
RegisteredUserDomainRaceEnum["TWOORMORE"] = "TWO_OR_MORE";
|
|
136
|
+
RegisteredUserDomainRaceEnum["UNKNOWN"] = "UNKNOWN";
|
|
137
|
+
RegisteredUserDomainRaceEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
138
|
+
RegisteredUserDomainRaceEnum["WHITE"] = "WHITE";
|
|
139
|
+
})(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 = {}));
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SaveUserSocialProfileModel } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SaveUserSocialProfileRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface SaveUserSocialProfileRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SaveUserSocialProfileModel>}
|
|
22
|
+
* @memberof SaveUserSocialProfileRequest
|
|
23
|
+
*/
|
|
24
|
+
profiles?: Array<SaveUserSocialProfileModel>;
|
|
25
|
+
}
|
|
26
|
+
export declare function SaveUserSocialProfileRequestFromJSON(json: any): SaveUserSocialProfileRequest;
|
|
27
|
+
export declare function SaveUserSocialProfileRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SaveUserSocialProfileRequest;
|
|
28
|
+
export declare function SaveUserSocialProfileRequestToJSON(value?: SaveUserSocialProfileRequest | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
import { SaveUserSocialProfileModelFromJSON, SaveUserSocialProfileModelToJSON, } from './';
|
|
16
|
+
export function SaveUserSocialProfileRequestFromJSON(json) {
|
|
17
|
+
return SaveUserSocialProfileRequestFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function SaveUserSocialProfileRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'profiles': !exists(json, 'profiles') ? undefined : (json['profiles'].map(SaveUserSocialProfileModelFromJSON)),
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function SaveUserSocialProfileRequestToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'profiles': value.profiles === undefined ? undefined : (value.profiles.map(SaveUserSocialProfileModelToJSON)),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ServiceLevelAgreement
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceLevelAgreement {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ServiceLevelAgreement
|
|
22
|
+
*/
|
|
23
|
+
slaName?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ServiceLevelAgreement
|
|
28
|
+
*/
|
|
29
|
+
slaStatus?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ServiceLevelAgreement
|
|
34
|
+
*/
|
|
35
|
+
type?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function ServiceLevelAgreementFromJSON(json: any): ServiceLevelAgreement;
|
|
38
|
+
export declare function ServiceLevelAgreementFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceLevelAgreement;
|
|
39
|
+
export declare function ServiceLevelAgreementToJSON(value?: ServiceLevelAgreement | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function ServiceLevelAgreementFromJSON(json) {
|
|
16
|
+
return ServiceLevelAgreementFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function ServiceLevelAgreementFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'slaName': !exists(json, 'sla_name') ? undefined : json['sla_name'],
|
|
24
|
+
'slaStatus': !exists(json, 'sla_status') ? undefined : json['sla_status'],
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function ServiceLevelAgreementToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'sla_name': value.slaName,
|
|
37
|
+
'sla_status': value.slaStatus,
|
|
38
|
+
'type': value.type,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -87,11 +87,13 @@ export declare enum SetReferralSourceRequestClientTypeEnum {
|
|
|
87
87
|
EMAIL = "EMAIL",
|
|
88
88
|
FRESHDESK = "FRESH_DESK",
|
|
89
89
|
IOS = "IOS",
|
|
90
|
+
LOCALHOST = "LOCALHOST",
|
|
90
91
|
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
91
92
|
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
92
93
|
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
93
94
|
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
94
95
|
OTREXPLORER = "OTR_EXPLORER",
|
|
96
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
95
97
|
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
96
98
|
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
97
99
|
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
@@ -63,11 +63,13 @@ export var SetReferralSourceRequestClientTypeEnum;
|
|
|
63
63
|
SetReferralSourceRequestClientTypeEnum["EMAIL"] = "EMAIL";
|
|
64
64
|
SetReferralSourceRequestClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
65
65
|
SetReferralSourceRequestClientTypeEnum["IOS"] = "IOS";
|
|
66
|
+
SetReferralSourceRequestClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
66
67
|
SetReferralSourceRequestClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
67
68
|
SetReferralSourceRequestClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
68
69
|
SetReferralSourceRequestClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
69
70
|
SetReferralSourceRequestClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
70
71
|
SetReferralSourceRequestClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
72
|
+
SetReferralSourceRequestClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
71
73
|
SetReferralSourceRequestClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
72
74
|
SetReferralSourceRequestClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
73
75
|
SetReferralSourceRequestClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
@@ -0,0 +1,33 @@
|
|
|
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 SignImageUrlRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface SignImageUrlRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SignImageUrlRequest
|
|
22
|
+
*/
|
|
23
|
+
minutes?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SignImageUrlRequest
|
|
28
|
+
*/
|
|
29
|
+
unsignedImageUrl?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function SignImageUrlRequestFromJSON(json: any): SignImageUrlRequest;
|
|
32
|
+
export declare function SignImageUrlRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignImageUrlRequest;
|
|
33
|
+
export declare function SignImageUrlRequestToJSON(value?: SignImageUrlRequest | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 SignImageUrlRequestFromJSON(json) {
|
|
16
|
+
return SignImageUrlRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function SignImageUrlRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'minutes': !exists(json, 'minutes') ? undefined : json['minutes'],
|
|
24
|
+
'unsignedImageUrl': !exists(json, 'unsignedImageUrl') ? undefined : json['unsignedImageUrl'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function SignImageUrlRequestToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'minutes': value.minutes,
|
|
36
|
+
'unsignedImageUrl': value.unsignedImageUrl,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SignImageUrlResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface SignImageUrlResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SignImageUrlResponse
|
|
22
|
+
*/
|
|
23
|
+
signedImageUrl?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function SignImageUrlResponseFromJSON(json: any): SignImageUrlResponse;
|
|
26
|
+
export declare function SignImageUrlResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignImageUrlResponse;
|
|
27
|
+
export declare function SignImageUrlResponseToJSON(value?: SignImageUrlResponse | null): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function SignImageUrlResponseFromJSON(json) {
|
|
16
|
+
return SignImageUrlResponseFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function SignImageUrlResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'signedImageUrl': !exists(json, 'signedImageUrl') ? undefined : json['signedImageUrl'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function SignImageUrlResponseToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'signedImageUrl': value.signedImageUrl,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -99,11 +99,13 @@ export declare enum SocialLoginRequestClientTypeEnum {
|
|
|
99
99
|
EMAIL = "EMAIL",
|
|
100
100
|
FRESHDESK = "FRESH_DESK",
|
|
101
101
|
IOS = "IOS",
|
|
102
|
+
LOCALHOST = "LOCALHOST",
|
|
102
103
|
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
103
104
|
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
104
105
|
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
105
106
|
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
106
107
|
OTREXPLORER = "OTR_EXPLORER",
|
|
108
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
107
109
|
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
108
110
|
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
109
111
|
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
@@ -67,11 +67,13 @@ export var SocialLoginRequestClientTypeEnum;
|
|
|
67
67
|
SocialLoginRequestClientTypeEnum["EMAIL"] = "EMAIL";
|
|
68
68
|
SocialLoginRequestClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
69
69
|
SocialLoginRequestClientTypeEnum["IOS"] = "IOS";
|
|
70
|
+
SocialLoginRequestClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
70
71
|
SocialLoginRequestClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
71
72
|
SocialLoginRequestClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
72
73
|
SocialLoginRequestClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
73
74
|
SocialLoginRequestClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
74
75
|
SocialLoginRequestClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
76
|
+
SocialLoginRequestClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
75
77
|
SocialLoginRequestClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
76
78
|
SocialLoginRequestClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
77
79
|
SocialLoginRequestClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
@@ -23,6 +23,7 @@ export function SocialLoginUserFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
25
25
|
'firstname': !exists(json, 'firstname') ? undefined : json['firstname'],
|
|
26
|
+
'intercomUserHash': !exists(json, 'intercomUserHash') ? undefined : json['intercomUserHash'],
|
|
26
27
|
'isEmailPrivate': !exists(json, 'isEmailPrivate') ? undefined : json['isEmailPrivate'],
|
|
27
28
|
'isTestUser': !exists(json, 'isTestUser') ? undefined : json['isTestUser'],
|
|
28
29
|
'lastname': !exists(json, 'lastname') ? undefined : json['lastname'],
|
|
@@ -44,6 +45,7 @@ export function SocialLoginUserToJSON(value) {
|
|
|
44
45
|
return {
|
|
45
46
|
'emailAddress': value.emailAddress,
|
|
46
47
|
'firstname': value.firstname,
|
|
48
|
+
'intercomUserHash': value.intercomUserHash,
|
|
47
49
|
'isEmailPrivate': value.isEmailPrivate,
|
|
48
50
|
'isTestUser': value.isTestUser,
|
|
49
51
|
'lastname': value.lastname,
|