@otr-app/shared-backend-generated-client 2.4.25 → 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/angular/api/dashboardController.service.ts +9 -4
- package/dist/angular/model/listPhoneCallsModel.ts +1 -0
- package/dist/otrBackendService.js +5 -0
- package/dist/otrBackendService.min.js +5 -5
- package/dist/typescript/api/DashboardControllerApi.d.ts +2 -1
- package/dist/typescript/api/DashboardControllerApi.js +5 -1
- package/dist/typescript/model/ListPhoneCallsModel.d.ts +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/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,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 FirstContactReplyFromJSON(json) {
|
|
16
|
+
return FirstContactReplyFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function FirstContactReplyFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'createdAt': !exists(json, 'createdAt') ? undefined : json['createdAt'],
|
|
24
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
25
|
+
'url': !exists(json, 'url') ? undefined : json['url'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function FirstContactReplyToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'createdAt': value.createdAt,
|
|
37
|
+
'type': value.type,
|
|
38
|
+
'url': value.url,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -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 GetCasesWithMissingLawfirmPayoutsRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCasesWithMissingLawfirmPayoutsRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetCasesWithMissingLawfirmPayoutsRequest
|
|
22
|
+
*/
|
|
23
|
+
trailingMonths?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestFromJSON(json: any): GetCasesWithMissingLawfirmPayoutsRequest;
|
|
26
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCasesWithMissingLawfirmPayoutsRequest;
|
|
27
|
+
export declare function GetCasesWithMissingLawfirmPayoutsRequestToJSON(value?: GetCasesWithMissingLawfirmPayoutsRequest | 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 GetCasesWithMissingLawfirmPayoutsRequestFromJSON(json) {
|
|
16
|
+
return GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function GetCasesWithMissingLawfirmPayoutsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'trailingMonths': !exists(json, 'trailingMonths') ? undefined : json['trailingMonths'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function GetCasesWithMissingLawfirmPayoutsRequestToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'trailingMonths': value.trailingMonths,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -27,6 +27,12 @@ export interface GetCasesWithUncapturedChargesRequest {
|
|
|
27
27
|
* @memberof GetCasesWithUncapturedChargesRequest
|
|
28
28
|
*/
|
|
29
29
|
showPositiveBalances?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof GetCasesWithUncapturedChargesRequest
|
|
34
|
+
*/
|
|
35
|
+
trailingMonths?: number;
|
|
30
36
|
}
|
|
31
37
|
export declare function GetCasesWithUncapturedChargesRequestFromJSON(json: any): GetCasesWithUncapturedChargesRequest;
|
|
32
38
|
export declare function GetCasesWithUncapturedChargesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCasesWithUncapturedChargesRequest;
|
|
@@ -22,6 +22,7 @@ export function GetCasesWithUncapturedChargesRequestFromJSONTyped(json, ignoreDi
|
|
|
22
22
|
return {
|
|
23
23
|
'showNegativeBalances': !exists(json, 'showNegativeBalances') ? undefined : json['showNegativeBalances'],
|
|
24
24
|
'showPositiveBalances': !exists(json, 'showPositiveBalances') ? undefined : json['showPositiveBalances'],
|
|
25
|
+
'trailingMonths': !exists(json, 'trailingMonths') ? undefined : json['trailingMonths'],
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
28
|
export function GetCasesWithUncapturedChargesRequestToJSON(value) {
|
|
@@ -34,5 +35,6 @@ export function GetCasesWithUncapturedChargesRequestToJSON(value) {
|
|
|
34
35
|
return {
|
|
35
36
|
'showNegativeBalances': value.showNegativeBalances,
|
|
36
37
|
'showPositiveBalances': value.showPositiveBalances,
|
|
38
|
+
'trailingMonths': value.trailingMonths,
|
|
37
39
|
};
|
|
38
40
|
}
|
|
@@ -35,6 +35,12 @@ export interface GetLawfirmCaseStatsResponse {
|
|
|
35
35
|
* @memberof GetLawfirmCaseStatsResponse
|
|
36
36
|
*/
|
|
37
37
|
numResolvedCases?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof GetLawfirmCaseStatsResponse
|
|
42
|
+
*/
|
|
43
|
+
successRate?: number;
|
|
38
44
|
}
|
|
39
45
|
export declare function GetLawfirmCaseStatsResponseFromJSON(json: any): GetLawfirmCaseStatsResponse;
|
|
40
46
|
export declare function GetLawfirmCaseStatsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLawfirmCaseStatsResponse;
|
|
@@ -23,6 +23,7 @@ export function GetLawfirmCaseStatsResponseFromJSONTyped(json, ignoreDiscriminat
|
|
|
23
23
|
'caseCountByStatusMap': !exists(json, 'caseCountByStatusMap') ? undefined : json['caseCountByStatusMap'],
|
|
24
24
|
'numBookedCases': !exists(json, 'numBookedCases') ? undefined : json['numBookedCases'],
|
|
25
25
|
'numResolvedCases': !exists(json, 'numResolvedCases') ? undefined : json['numResolvedCases'],
|
|
26
|
+
'successRate': !exists(json, 'successRate') ? undefined : json['successRate'],
|
|
26
27
|
};
|
|
27
28
|
}
|
|
28
29
|
export function GetLawfirmCaseStatsResponseToJSON(value) {
|
|
@@ -36,5 +37,6 @@ export function GetLawfirmCaseStatsResponseToJSON(value) {
|
|
|
36
37
|
'caseCountByStatusMap': value.caseCountByStatusMap,
|
|
37
38
|
'numBookedCases': value.numBookedCases,
|
|
38
39
|
'numResolvedCases': value.numResolvedCases,
|
|
40
|
+
'successRate': value.successRate,
|
|
39
41
|
};
|
|
40
42
|
}
|
|
@@ -46,6 +46,12 @@ export interface GetLawfirmModel {
|
|
|
46
46
|
* @memberof GetLawfirmModel
|
|
47
47
|
*/
|
|
48
48
|
createdBy?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof GetLawfirmModel
|
|
53
|
+
*/
|
|
54
|
+
customerServiceScore?: number;
|
|
49
55
|
/**
|
|
50
56
|
*
|
|
51
57
|
* @type {Date}
|
|
@@ -191,21 +197,25 @@ export declare enum GetLawfirmModelLawfirmPaymentModelEnum {
|
|
|
191
197
|
*/
|
|
192
198
|
export declare enum GetLawfirmModelLawfirmStateEnum {
|
|
193
199
|
ACCOUNTCLOSED = "ACCOUNT_CLOSED",
|
|
200
|
+
ACTIVE = "ACTIVE",
|
|
201
|
+
BLACKLISTED = "BLACKLISTED",
|
|
202
|
+
DEMOCOMPLETED = "DEMO_COMPLETED",
|
|
194
203
|
DUPLICATE = "DUPLICATE",
|
|
195
|
-
ESTABLISHED = "ESTABLISHED",
|
|
196
204
|
FUTURELEAD = "FUTURE_LEAD",
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
205
|
+
LEAD = "LEAD",
|
|
206
|
+
NEWPARTNER = "NEW_PARTNER",
|
|
207
|
+
NOTAGOODFIT = "NOT_A_GOOD_FIT",
|
|
208
|
+
NOTINTERESTEDDONOTCONTACT = "NOT_INTERESTED_DO_NOT_CONTACT",
|
|
209
|
+
NOTINTERESTEDFEESPLITTING = "NOT_INTERESTED_FEE_SPLITTING",
|
|
210
|
+
NOTINTERESTEDMARKETINGFEE = "NOT_INTERESTED_MARKETING_FEE",
|
|
211
|
+
NOTINTERESTEDMONEYBACKGUARANTEE = "NOT_INTERESTED_MONEY_BACK_GUARANTEE",
|
|
212
|
+
NOTINTERESTEDPLATFORMRESISTANCE = "NOT_INTERESTED_PLATFORM_RESISTANCE",
|
|
213
|
+
PASTINTEREST = "PAST_INTEREST",
|
|
214
|
+
SUPERVISED = "SUPERVISED",
|
|
204
215
|
TEMPORARILYTURNEDOFF = "TEMPORARILY_TURNED_OFF",
|
|
205
216
|
TERMINATEDFRAUD = "TERMINATED_FRAUD",
|
|
206
217
|
TERMINATEDPOORSERVICE = "TERMINATED_POOR_SERVICE",
|
|
207
|
-
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
208
|
-
UNDERREVIEW = "UNDER_REVIEW"
|
|
218
|
+
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
209
219
|
}
|
|
210
220
|
/**
|
|
211
221
|
* @export
|
|
@@ -26,6 +26,7 @@ export function GetLawfirmModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
26
|
'caseAssignmentPriority': !exists(json, 'caseAssignmentPriority') ? undefined : json['caseAssignmentPriority'],
|
|
27
27
|
'coverPhotoUrl': !exists(json, 'coverPhotoUrl') ? undefined : json['coverPhotoUrl'],
|
|
28
28
|
'createdBy': !exists(json, 'createdBy') ? undefined : json['createdBy'],
|
|
29
|
+
'customerServiceScore': !exists(json, 'customerServiceScore') ? undefined : json['customerServiceScore'],
|
|
29
30
|
'establishedDateUtc': !exists(json, 'establishedDateUtc') ? undefined : (new Date(json['establishedDateUtc'])),
|
|
30
31
|
'establishedYear': !exists(json, 'establishedYear') ? undefined : json['establishedYear'],
|
|
31
32
|
'isLawfirmDisabled': !exists(json, 'isLawfirmDisabled') ? undefined : json['isLawfirmDisabled'],
|
|
@@ -62,6 +63,7 @@ export function GetLawfirmModelToJSON(value) {
|
|
|
62
63
|
'caseAssignmentPriority': value.caseAssignmentPriority,
|
|
63
64
|
'coverPhotoUrl': value.coverPhotoUrl,
|
|
64
65
|
'createdBy': value.createdBy,
|
|
66
|
+
'customerServiceScore': value.customerServiceScore,
|
|
65
67
|
'establishedDateUtc': value.establishedDateUtc === undefined ? undefined : (value.establishedDateUtc.toISOString()),
|
|
66
68
|
'establishedYear': value.establishedYear,
|
|
67
69
|
'isLawfirmDisabled': value.isLawfirmDisabled,
|
|
@@ -102,21 +104,25 @@ export var GetLawfirmModelLawfirmPaymentModelEnum;
|
|
|
102
104
|
export var GetLawfirmModelLawfirmStateEnum;
|
|
103
105
|
(function (GetLawfirmModelLawfirmStateEnum) {
|
|
104
106
|
GetLawfirmModelLawfirmStateEnum["ACCOUNTCLOSED"] = "ACCOUNT_CLOSED";
|
|
107
|
+
GetLawfirmModelLawfirmStateEnum["ACTIVE"] = "ACTIVE";
|
|
108
|
+
GetLawfirmModelLawfirmStateEnum["BLACKLISTED"] = "BLACKLISTED";
|
|
109
|
+
GetLawfirmModelLawfirmStateEnum["DEMOCOMPLETED"] = "DEMO_COMPLETED";
|
|
105
110
|
GetLawfirmModelLawfirmStateEnum["DUPLICATE"] = "DUPLICATE";
|
|
106
|
-
GetLawfirmModelLawfirmStateEnum["ESTABLISHED"] = "ESTABLISHED";
|
|
107
111
|
GetLawfirmModelLawfirmStateEnum["FUTURELEAD"] = "FUTURE_LEAD";
|
|
108
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
109
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
110
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
111
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
112
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
113
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
114
|
-
GetLawfirmModelLawfirmStateEnum["
|
|
112
|
+
GetLawfirmModelLawfirmStateEnum["LEAD"] = "LEAD";
|
|
113
|
+
GetLawfirmModelLawfirmStateEnum["NEWPARTNER"] = "NEW_PARTNER";
|
|
114
|
+
GetLawfirmModelLawfirmStateEnum["NOTAGOODFIT"] = "NOT_A_GOOD_FIT";
|
|
115
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDDONOTCONTACT"] = "NOT_INTERESTED_DO_NOT_CONTACT";
|
|
116
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTING"] = "NOT_INTERESTED_FEE_SPLITTING";
|
|
117
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDMARKETINGFEE"] = "NOT_INTERESTED_MARKETING_FEE";
|
|
118
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDMONEYBACKGUARANTEE"] = "NOT_INTERESTED_MONEY_BACK_GUARANTEE";
|
|
119
|
+
GetLawfirmModelLawfirmStateEnum["NOTINTERESTEDPLATFORMRESISTANCE"] = "NOT_INTERESTED_PLATFORM_RESISTANCE";
|
|
120
|
+
GetLawfirmModelLawfirmStateEnum["PASTINTEREST"] = "PAST_INTEREST";
|
|
121
|
+
GetLawfirmModelLawfirmStateEnum["SUPERVISED"] = "SUPERVISED";
|
|
115
122
|
GetLawfirmModelLawfirmStateEnum["TEMPORARILYTURNEDOFF"] = "TEMPORARILY_TURNED_OFF";
|
|
116
123
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDFRAUD"] = "TERMINATED_FRAUD";
|
|
117
124
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDPOORSERVICE"] = "TERMINATED_POOR_SERVICE";
|
|
118
125
|
GetLawfirmModelLawfirmStateEnum["TERMINATEDPOORSUCCESS"] = "TERMINATED_POOR_SUCCESS";
|
|
119
|
-
GetLawfirmModelLawfirmStateEnum["UNDERREVIEW"] = "UNDER_REVIEW";
|
|
120
126
|
})(GetLawfirmModelLawfirmStateEnum || (GetLawfirmModelLawfirmStateEnum = {}));
|
|
121
127
|
/**
|
|
122
128
|
* @export
|
|
@@ -45,6 +45,7 @@ export declare enum GetLineItemTypesResponseLineItemTypesEnum {
|
|
|
45
45
|
MVSFEE = "MVS_FEE",
|
|
46
46
|
OTHER = "OTHER",
|
|
47
47
|
OTRCREDIT = "OTR_CREDIT",
|
|
48
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
48
49
|
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
49
50
|
WARRANTFEE = "WARRANT_FEE"
|
|
50
51
|
}
|
|
@@ -55,6 +55,7 @@ export var GetLineItemTypesResponseLineItemTypesEnum;
|
|
|
55
55
|
GetLineItemTypesResponseLineItemTypesEnum["MVSFEE"] = "MVS_FEE";
|
|
56
56
|
GetLineItemTypesResponseLineItemTypesEnum["OTHER"] = "OTHER";
|
|
57
57
|
GetLineItemTypesResponseLineItemTypesEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
58
|
+
GetLineItemTypesResponseLineItemTypesEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
58
59
|
GetLineItemTypesResponseLineItemTypesEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
59
60
|
GetLineItemTypesResponseLineItemTypesEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
60
61
|
})(GetLineItemTypesResponseLineItemTypesEnum || (GetLineItemTypesResponseLineItemTypesEnum = {}));
|
|
@@ -9,13 +9,19 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { FreshDeskTicket } from './';
|
|
12
|
+
import { FreshDeskTicket, IntercomSearchTicketsResponse } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetSupportTicketsResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSupportTicketsResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {IntercomSearchTicketsResponse}
|
|
22
|
+
* @memberof GetSupportTicketsResponse
|
|
23
|
+
*/
|
|
24
|
+
intercomTickets?: IntercomSearchTicketsResponse;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {Array<FreshDeskTicket>}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { FreshDeskTicketFromJSON, FreshDeskTicketToJSON, } from './';
|
|
15
|
+
import { FreshDeskTicketFromJSON, FreshDeskTicketToJSON, IntercomSearchTicketsResponseFromJSON, IntercomSearchTicketsResponseToJSON, } from './';
|
|
16
16
|
export function GetSupportTicketsResponseFromJSON(json) {
|
|
17
17
|
return GetSupportTicketsResponseFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -21,6 +21,7 @@ export function GetSupportTicketsResponseFromJSONTyped(json, ignoreDiscriminator
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'intercomTickets': !exists(json, 'intercomTickets') ? undefined : IntercomSearchTicketsResponseFromJSON(json['intercomTickets']),
|
|
24
25
|
'supportTickets': !exists(json, 'supportTickets') ? undefined : (json['supportTickets'].map(FreshDeskTicketFromJSON)),
|
|
25
26
|
};
|
|
26
27
|
}
|
|
@@ -32,6 +33,7 @@ export function GetSupportTicketsResponseToJSON(value) {
|
|
|
32
33
|
return null;
|
|
33
34
|
}
|
|
34
35
|
return {
|
|
36
|
+
'intercomTickets': IntercomSearchTicketsResponseToJSON(value.intercomTickets),
|
|
35
37
|
'supportTickets': value.supportTickets === undefined ? undefined : (value.supportTickets.map(FreshDeskTicketToJSON)),
|
|
36
38
|
};
|
|
37
39
|
}
|
|
@@ -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 GetUserByEmailRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetUserByEmailRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetUserByEmailRequest
|
|
22
|
+
*/
|
|
23
|
+
emailAddress?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function GetUserByEmailRequestFromJSON(json: any): GetUserByEmailRequest;
|
|
26
|
+
export declare function GetUserByEmailRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUserByEmailRequest;
|
|
27
|
+
export declare function GetUserByEmailRequestToJSON(value?: GetUserByEmailRequest | 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 GetUserByEmailRequestFromJSON(json) {
|
|
16
|
+
return GetUserByEmailRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function GetUserByEmailRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'emailAddress': !exists(json, 'emailAddress') ? undefined : json['emailAddress'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function GetUserByEmailRequestToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'emailAddress': value.emailAddress,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -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 GetUserByEmailResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GetUserByEmailResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetUserByEmailResponse
|
|
22
|
+
*/
|
|
23
|
+
firstName?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof GetUserByEmailResponse
|
|
28
|
+
*/
|
|
29
|
+
numMatchingUsers?: number;
|
|
30
|
+
}
|
|
31
|
+
export declare function GetUserByEmailResponseFromJSON(json: any): GetUserByEmailResponse;
|
|
32
|
+
export declare function GetUserByEmailResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUserByEmailResponse;
|
|
33
|
+
export declare function GetUserByEmailResponseToJSON(value?: GetUserByEmailResponse | 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 GetUserByEmailResponseFromJSON(json) {
|
|
16
|
+
return GetUserByEmailResponseFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function GetUserByEmailResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
24
|
+
'numMatchingUsers': !exists(json, 'numMatchingUsers') ? undefined : json['numMatchingUsers'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function GetUserByEmailResponseToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'firstName': value.firstName,
|
|
36
|
+
'numMatchingUsers': value.numMatchingUsers,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -39,6 +39,14 @@ export interface GetUserRegistrationsRequest {
|
|
|
39
39
|
* @memberof GetUserRegistrationsRequest
|
|
40
40
|
*/
|
|
41
41
|
page?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {{ [key: string]: string; }}
|
|
45
|
+
* @memberof GetUserRegistrationsRequest
|
|
46
|
+
*/
|
|
47
|
+
sortMap?: {
|
|
48
|
+
[key: string]: string;
|
|
49
|
+
};
|
|
42
50
|
/**
|
|
43
51
|
*
|
|
44
52
|
* @type {Date}
|
|
@@ -24,6 +24,7 @@ export function GetUserRegistrationsRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
24
24
|
'includeDataRecords': !exists(json, 'includeDataRecords') ? undefined : json['includeDataRecords'],
|
|
25
25
|
'length': !exists(json, 'length') ? undefined : json['length'],
|
|
26
26
|
'page': !exists(json, 'page') ? undefined : json['page'],
|
|
27
|
+
'sortMap': !exists(json, 'sortMap') ? undefined : json['sortMap'],
|
|
27
28
|
'startDate': !exists(json, 'startDate') ? undefined : (new Date(json['startDate'])),
|
|
28
29
|
'timeZoneId': !exists(json, 'timeZoneId') ? undefined : json['timeZoneId'],
|
|
29
30
|
};
|
|
@@ -40,6 +41,7 @@ export function GetUserRegistrationsRequestToJSON(value) {
|
|
|
40
41
|
'includeDataRecords': value.includeDataRecords,
|
|
41
42
|
'length': value.length,
|
|
42
43
|
'page': value.page,
|
|
44
|
+
'sortMap': value.sortMap,
|
|
43
45
|
'startDate': value.startDate === undefined ? undefined : (value.startDate.toISOString()),
|
|
44
46
|
'timeZoneId': value.timeZoneId,
|
|
45
47
|
};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { RegisteredUserDomain, UserRegistrationStats } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -24,10 +24,10 @@ export interface GetUserRegistrationsResponse {
|
|
|
24
24
|
stats?: UserRegistrationStats;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {Array<
|
|
27
|
+
* @type {Array<RegisteredUserDomain>}
|
|
28
28
|
* @memberof GetUserRegistrationsResponse
|
|
29
29
|
*/
|
|
30
|
-
userRegistrations?: Array<
|
|
30
|
+
userRegistrations?: Array<RegisteredUserDomain>;
|
|
31
31
|
}
|
|
32
32
|
export declare function GetUserRegistrationsResponseFromJSON(json: any): GetUserRegistrationsResponse;
|
|
33
33
|
export declare function GetUserRegistrationsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUserRegistrationsResponse;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import {
|
|
15
|
+
import { RegisteredUserDomainFromJSON, RegisteredUserDomainToJSON, UserRegistrationStatsFromJSON, UserRegistrationStatsToJSON, } from './';
|
|
16
16
|
export function GetUserRegistrationsResponseFromJSON(json) {
|
|
17
17
|
return GetUserRegistrationsResponseFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -22,7 +22,7 @@ export function GetUserRegistrationsResponseFromJSONTyped(json, ignoreDiscrimina
|
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
24
|
'stats': !exists(json, 'stats') ? undefined : UserRegistrationStatsFromJSON(json['stats']),
|
|
25
|
-
'userRegistrations': !exists(json, 'userRegistrations') ? undefined : (json['userRegistrations'].map(
|
|
25
|
+
'userRegistrations': !exists(json, 'userRegistrations') ? undefined : (json['userRegistrations'].map(RegisteredUserDomainFromJSON)),
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
28
|
export function GetUserRegistrationsResponseToJSON(value) {
|
|
@@ -34,6 +34,6 @@ export function GetUserRegistrationsResponseToJSON(value) {
|
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
36
|
'stats': UserRegistrationStatsToJSON(value.stats),
|
|
37
|
-
'userRegistrations': value.userRegistrations === undefined ? undefined : (value.userRegistrations.map(
|
|
37
|
+
'userRegistrations': value.userRegistrations === undefined ? undefined : (value.userRegistrations.map(RegisteredUserDomainToJSON)),
|
|
38
38
|
};
|
|
39
39
|
}
|
|
@@ -92,11 +92,13 @@ export declare enum GhostUserClientTypeEnum {
|
|
|
92
92
|
EMAIL = "EMAIL",
|
|
93
93
|
FRESHDESK = "FRESH_DESK",
|
|
94
94
|
IOS = "IOS",
|
|
95
|
+
LOCALHOST = "LOCALHOST",
|
|
95
96
|
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
96
97
|
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
97
98
|
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
98
99
|
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
99
100
|
OTREXPLORER = "OTR_EXPLORER",
|
|
101
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
100
102
|
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
101
103
|
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
102
104
|
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
@@ -66,11 +66,13 @@ export var GhostUserClientTypeEnum;
|
|
|
66
66
|
GhostUserClientTypeEnum["EMAIL"] = "EMAIL";
|
|
67
67
|
GhostUserClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
68
68
|
GhostUserClientTypeEnum["IOS"] = "IOS";
|
|
69
|
+
GhostUserClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
69
70
|
GhostUserClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
70
71
|
GhostUserClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
71
72
|
GhostUserClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
72
73
|
GhostUserClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
73
74
|
GhostUserClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
75
|
+
GhostUserClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
74
76
|
GhostUserClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
75
77
|
GhostUserClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
76
78
|
GhostUserClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|