@otr-app/shared-backend-generated-client 2.4.26 → 2.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/angular/model/case.ts +3 -2
- package/dist/angular/model/citationWithMissingFields.ts +3 -2
- package/dist/angular/model/ghostUser.ts +3 -2
- package/dist/angular/model/ghostUserResponse.ts +3 -2
- package/dist/angular/model/listCaseBookingsRequest.ts +3 -2
- package/dist/angular/model/registeredUserDomain.ts +3 -2
- package/dist/angular/model/userDomain.ts +3 -2
- package/dist/angular/model/userDomainReq.ts +3 -2
- package/dist/angular/model/userDomainRes.ts +3 -2
- package/dist/typescript/model/Case.d.ts +2 -1
- package/dist/typescript/model/Case.js +1 -0
- package/dist/typescript/model/CitationWithMissingFields.d.ts +2 -1
- package/dist/typescript/model/CitationWithMissingFields.js +1 -0
- package/dist/typescript/model/GhostUser.d.ts +2 -1
- package/dist/typescript/model/GhostUser.js +1 -0
- package/dist/typescript/model/GhostUserResponse.d.ts +2 -1
- package/dist/typescript/model/GhostUserResponse.js +1 -0
- package/dist/typescript/model/ListCaseBookingsRequest.d.ts +2 -1
- package/dist/typescript/model/ListCaseBookingsRequest.js +1 -0
- package/dist/typescript/model/RegisteredUserDomain.d.ts +2 -1
- package/dist/typescript/model/RegisteredUserDomain.js +1 -0
- package/dist/typescript/model/UserDomain.d.ts +2 -1
- package/dist/typescript/model/UserDomain.js +1 -0
- package/dist/typescript/model/UserDomainReq.d.ts +2 -1
- package/dist/typescript/model/UserDomainReq.js +1 -0
- package/dist/typescript/model/UserDomainRes.d.ts +2 -1
- package/dist/typescript/model/UserDomainRes.js +1 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/CaseControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.d.ts +12 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.js +30 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +24 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +24 -0
- package/dist/typescript-fetch/apis/CitationControllerApi.d.ts +12 -1
- package/dist/typescript-fetch/apis/CitationControllerApi.js +31 -1
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.d.ts +2 -2
- package/dist/typescript-fetch/apis/ConsoleListControllerApi.js +2 -2
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.d.ts +28 -0
- package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.js +58 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.d.ts +5 -0
- package/dist/typescript-fetch/apis/DashboardControllerApi.js +15 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.d.ts +42 -0
- package/dist/typescript-fetch/apis/IntercomTicketControllerApi.js +97 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +63 -11
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +122 -10
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.js +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/RecurringBillingControllerApi.js +3 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +26 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.js +26 -0
- package/dist/typescript-fetch/apis/UserControllerApi.d.ts +23 -0
- package/dist/typescript-fetch/apis/UserControllerApi.js +59 -0
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.d.ts +5 -2
- package/dist/typescript-fetch/apis/UserPasswordControllerApi.js +9 -6
- package/dist/typescript-fetch/apis/UserProfileControllerApi.d.ts +3 -3
- package/dist/typescript-fetch/apis/UserProfileControllerApi.js +4 -3
- package/dist/typescript-fetch/apis/UserSearchControllerApi.d.ts +7 -7
- package/dist/typescript-fetch/apis/UserSearchControllerApi.js +9 -9
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.d.ts +54 -0
- package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.js +107 -0
- package/dist/typescript-fetch/apis/index.d.ts +3 -0
- package/dist/typescript-fetch/apis/index.js +3 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/AddExtraAccountRequest.js +2 -0
- package/dist/typescript-fetch/models/Admin.d.ts +39 -0
- package/dist/typescript-fetch/models/Admin.js +40 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.d.ts +6 -0
- package/dist/typescript-fetch/models/AnonymousTicketUploadModel.js +2 -0
- package/dist/typescript-fetch/models/Attachment.d.ts +33 -0
- package/dist/typescript-fetch/models/Attachment.js +38 -0
- package/dist/typescript-fetch/models/Author.d.ts +45 -0
- package/dist/typescript-fetch/models/Author.js +42 -0
- package/dist/typescript-fetch/models/BillingPriceModel.d.ts +12 -0
- package/dist/typescript-fetch/models/BillingPriceModel.js +4 -0
- package/dist/typescript-fetch/models/Case.d.ts +2 -1
- package/dist/typescript-fetch/models/Case.js +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainReq.js +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.d.ts +1 -0
- package/dist/typescript-fetch/models/CaseLineItemDomainRes.js +1 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.d.ts +63 -0
- package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.js +65 -0
- package/dist/typescript-fetch/models/CasePaymentModel.d.ts +7 -0
- package/dist/typescript-fetch/models/CasePaymentModel.js +3 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/CitationModel.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModel.js +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelReq.js +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationModelRes.js +2 -0
- package/dist/typescript-fetch/models/CitationWithMissingFields.d.ts +2 -1
- package/dist/typescript-fetch/models/CitationWithMissingFields.js +1 -0
- package/dist/typescript-fetch/models/Contact.d.ts +39 -0
- package/dist/typescript-fetch/models/Contact.js +40 -0
- package/dist/typescript-fetch/models/ContactList.d.ts +34 -0
- package/dist/typescript-fetch/models/ContactList.js +39 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.d.ts +7 -0
- package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.js +3 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/CreateCitationRequest.js +2 -0
- package/dist/typescript-fetch/models/CreateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/CreateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/DashboardCitationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/DashboardCitationModel.js +2 -0
- package/dist/typescript-fetch/models/FirstContactReply.d.ts +39 -0
- package/dist/typescript-fetch/models/FirstContactReply.js +40 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.js +36 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +20 -10
- package/dist/typescript-fetch/models/GetLawfirmModel.js +15 -9
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.d.ts +1 -0
- package/dist/typescript-fetch/models/GetLineItemTypesResponse.js +1 -0
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.d.ts +7 -1
- package/dist/typescript-fetch/models/GetSupportTicketsResponse.js +3 -1
- package/dist/typescript-fetch/models/GetUserByEmailRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/GetUserByEmailRequest.js +36 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.d.ts +33 -0
- package/dist/typescript-fetch/models/GetUserByEmailResponse.js +38 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsRequest.js +2 -0
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.d.ts +3 -3
- package/dist/typescript-fetch/models/GetUserRegistrationsResponse.js +3 -3
- package/dist/typescript-fetch/models/GhostUser.d.ts +4 -1
- package/dist/typescript-fetch/models/GhostUser.js +3 -0
- package/dist/typescript-fetch/models/GhostUserResponse.d.ts +2 -1
- package/dist/typescript-fetch/models/GhostUserResponse.js +1 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.d.ts +178 -0
- package/dist/typescript-fetch/models/IntercomConversationResponse.js +87 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.d.ts +136 -0
- package/dist/typescript-fetch/models/IntercomCreateTicketResponse.js +73 -0
- package/dist/typescript-fetch/models/IntercomNext.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomNext.js +38 -0
- package/dist/typescript-fetch/models/IntercomPages.d.ts +52 -0
- package/dist/typescript-fetch/models/IntercomPages.js +45 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.d.ts +40 -0
- package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.js +41 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.d.ts +34 -0
- package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.js +39 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.d.ts +33 -0
- package/dist/typescript-fetch/models/IntercomTicketAttributes.js +38 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.d.ts +2 -0
- package/dist/typescript-fetch/models/LastLoginDateModel.js +2 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +14 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +14 -0
- package/dist/typescript-fetch/models/LawfirmLeadDomain.d.ts +32 -10
- package/dist/typescript-fetch/models/LawfirmLeadDomain.js +28 -9
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.d.ts +14 -10
- package/dist/typescript-fetch/models/LawfirmStorefrontModel.js +13 -9
- package/dist/typescript-fetch/models/LineItem.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItem.js +1 -0
- package/dist/typescript-fetch/models/LineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemModel.js +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.d.ts +1 -0
- package/dist/typescript-fetch/models/LineItemRequest.js +1 -0
- package/dist/typescript-fetch/models/LinkedObjects.d.ts +33 -0
- package/dist/typescript-fetch/models/LinkedObjects.js +38 -0
- package/dist/typescript-fetch/models/ListCaseBookingsRequest.d.ts +2 -1
- package/dist/typescript-fetch/models/ListCaseBookingsRequest.js +1 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.d.ts +30 -0
- package/dist/typescript-fetch/models/ListPhoneCallsModel.js +10 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/MatchCaseLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/NewUserResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/NewUserResponse.js +2 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomain.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainReq.js +2 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.d.ts +6 -0
- package/dist/typescript-fetch/models/PhoneNumberDomainRes.js +2 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/RegisterGhostUserRequest.js +2 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.d.ts +8 -0
- package/dist/typescript-fetch/models/RegisterNewUserRequest.js +4 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.d.ts +187 -0
- package/dist/typescript-fetch/models/RegisteredUserDomain.js +140 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.d.ts +6 -0
- package/dist/typescript-fetch/models/SaveDriverLicenseRequest.js +2 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.d.ts +1 -0
- package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.js +1 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileModel.js +50 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.d.ts +28 -0
- package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.js +37 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.d.ts +39 -0
- package/dist/typescript-fetch/models/ServiceLevelAgreement.js +40 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SetReferralSourceRequest.js +2 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/SignImageUrlRequest.js +38 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/SignImageUrlResponse.js +36 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.d.ts +2 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.js +2 -0
- package/dist/typescript-fetch/models/SocialLoginUser.d.ts +6 -0
- package/dist/typescript-fetch/models/SocialLoginUser.js +2 -0
- package/dist/typescript-fetch/models/Source.d.ts +85 -0
- package/dist/typescript-fetch/models/Source.js +63 -0
- package/dist/typescript-fetch/models/Statistics.d.ts +135 -0
- package/dist/typescript-fetch/models/Statistics.js +72 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.d.ts +39 -0
- package/dist/typescript-fetch/models/SubscriptionGuardianModel.js +39 -0
- package/dist/typescript-fetch/models/Tag.d.ts +39 -0
- package/dist/typescript-fetch/models/Tag.js +40 -0
- package/dist/typescript-fetch/models/Tags.d.ts +34 -0
- package/dist/typescript-fetch/models/Tags.js +39 -0
- package/dist/typescript-fetch/models/Teammates.d.ts +34 -0
- package/dist/typescript-fetch/models/Teammates.js +39 -0
- package/dist/typescript-fetch/models/TicketPart.d.ts +51 -0
- package/dist/typescript-fetch/models/TicketPart.js +44 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketPartsWrapper.js +39 -0
- package/dist/typescript-fetch/models/TicketType.d.ts +76 -0
- package/dist/typescript-fetch/models/TicketType.js +53 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.d.ts +63 -0
- package/dist/typescript-fetch/models/TicketTypeAttribute.js +48 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.d.ts +34 -0
- package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.js +39 -0
- package/dist/typescript-fetch/models/Topic.d.ts +39 -0
- package/dist/typescript-fetch/models/Topic.js +40 -0
- package/dist/typescript-fetch/models/Topics.d.ts +40 -0
- package/dist/typescript-fetch/models/Topics.js +41 -0
- package/dist/typescript-fetch/models/UpdateLawfirmModel.d.ts +14 -10
- package/dist/typescript-fetch/models/UpdateLawfirmModel.js +13 -9
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.d.ts +27 -0
- package/dist/typescript-fetch/models/UpdateProfilePictureResponse.js +36 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.d.ts +33 -0
- package/dist/typescript-fetch/models/UploadLawfirmsRequest.js +38 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.d.ts +45 -0
- package/dist/typescript-fetch/models/UploadLawfirmsResponse.js +42 -0
- package/dist/typescript-fetch/models/UserAccountModel.d.ts +6 -0
- package/dist/typescript-fetch/models/UserAccountModel.js +2 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +26 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.js +26 -0
- package/dist/typescript-fetch/models/UserDomain.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomain.js +16 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomainReq.js +16 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +45 -2
- package/dist/typescript-fetch/models/UserDomainRes.js +16 -1
- package/dist/typescript-fetch/models/UserReferralLinkModel.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModel.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelReq.js +47 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.d.ts +41 -0
- package/dist/typescript-fetch/models/UserReferralLinkModelRes.js +47 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModel.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelReq.js +51 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.d.ts +45 -0
- package/dist/typescript-fetch/models/UserSocialProfileModelRes.js +51 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModel.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.js +14 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.d.ts +21 -0
- package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.js +14 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/ValidateDirectMailResponse.js +6 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.d.ts +24 -0
- package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.js +8 -0
- package/dist/typescript-fetch/models/ViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/ViolationModel.js +2 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.d.ts +1 -0
- package/dist/typescript-fetch/models/WorkflowLineItemModel.js +1 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/WorkflowViolationModel.js +2 -0
- package/dist/typescript-fetch/models/index.d.ts +46 -2
- package/dist/typescript-fetch/models/index.js +46 -2
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -115,7 +117,8 @@ export declare enum GhostUserGenderEnum {
|
|
|
115
117
|
MALE = "MALE",
|
|
116
118
|
NOTAVAILABLE = "NOT_AVAILABLE",
|
|
117
119
|
NOTLISTED = "NOT_LISTED",
|
|
118
|
-
UNVERIFIED = "UNVERIFIED"
|
|
120
|
+
UNVERIFIED = "UNVERIFIED",
|
|
121
|
+
X = "X"
|
|
119
122
|
}
|
|
120
123
|
/**
|
|
121
124
|
* @export
|
|
@@ -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";
|
|
@@ -91,6 +93,7 @@ export var GhostUserGenderEnum;
|
|
|
91
93
|
GhostUserGenderEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
92
94
|
GhostUserGenderEnum["NOTLISTED"] = "NOT_LISTED";
|
|
93
95
|
GhostUserGenderEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
96
|
+
GhostUserGenderEnum["X"] = "X";
|
|
94
97
|
})(GhostUserGenderEnum || (GhostUserGenderEnum = {}));
|
|
95
98
|
/**
|
|
96
99
|
* @export
|
|
@@ -59,6 +59,7 @@ export var GhostUserResponseGenderEnum;
|
|
|
59
59
|
GhostUserResponseGenderEnum["NOTAVAILABLE"] = "NOT_AVAILABLE";
|
|
60
60
|
GhostUserResponseGenderEnum["NOTLISTED"] = "NOT_LISTED";
|
|
61
61
|
GhostUserResponseGenderEnum["UNVERIFIED"] = "UNVERIFIED";
|
|
62
|
+
GhostUserResponseGenderEnum["X"] = "X";
|
|
62
63
|
})(GhostUserResponseGenderEnum || (GhostUserResponseGenderEnum = {}));
|
|
63
64
|
/**
|
|
64
65
|
* @export
|
|
@@ -0,0 +1,178 @@
|
|
|
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 { ContactList, FirstContactReply, LinkedObjects, ServiceLevelAgreement, Source, Statistics, Tags, Teammates, Topics } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IntercomConversationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface IntercomConversationResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof IntercomConversationResponse
|
|
23
|
+
*/
|
|
24
|
+
adminAssigneeId?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof IntercomConversationResponse
|
|
29
|
+
*/
|
|
30
|
+
aiAgent?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof IntercomConversationResponse
|
|
35
|
+
*/
|
|
36
|
+
aiAgentParticipated?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ContactList}
|
|
40
|
+
* @memberof IntercomConversationResponse
|
|
41
|
+
*/
|
|
42
|
+
contacts?: ContactList;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof IntercomConversationResponse
|
|
47
|
+
*/
|
|
48
|
+
conversationRating?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof IntercomConversationResponse
|
|
53
|
+
*/
|
|
54
|
+
createdAt?: number;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {object}
|
|
58
|
+
* @memberof IntercomConversationResponse
|
|
59
|
+
*/
|
|
60
|
+
customAttributes?: object;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {FirstContactReply}
|
|
64
|
+
* @memberof IntercomConversationResponse
|
|
65
|
+
*/
|
|
66
|
+
firstContactReply?: FirstContactReply;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof IntercomConversationResponse
|
|
71
|
+
*/
|
|
72
|
+
id?: string;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {LinkedObjects}
|
|
76
|
+
* @memberof IntercomConversationResponse
|
|
77
|
+
*/
|
|
78
|
+
linkedObjects?: LinkedObjects;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {boolean}
|
|
82
|
+
* @memberof IntercomConversationResponse
|
|
83
|
+
*/
|
|
84
|
+
open?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof IntercomConversationResponse
|
|
89
|
+
*/
|
|
90
|
+
priority?: string;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {boolean}
|
|
94
|
+
* @memberof IntercomConversationResponse
|
|
95
|
+
*/
|
|
96
|
+
read?: boolean;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {ServiceLevelAgreement}
|
|
100
|
+
* @memberof IntercomConversationResponse
|
|
101
|
+
*/
|
|
102
|
+
slaApplied?: ServiceLevelAgreement;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {number}
|
|
106
|
+
* @memberof IntercomConversationResponse
|
|
107
|
+
*/
|
|
108
|
+
snoozedUntil?: number;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {Source}
|
|
112
|
+
* @memberof IntercomConversationResponse
|
|
113
|
+
*/
|
|
114
|
+
source?: Source;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof IntercomConversationResponse
|
|
119
|
+
*/
|
|
120
|
+
state?: string;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {Statistics}
|
|
124
|
+
* @memberof IntercomConversationResponse
|
|
125
|
+
*/
|
|
126
|
+
statistics?: Statistics;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {Tags}
|
|
130
|
+
* @memberof IntercomConversationResponse
|
|
131
|
+
*/
|
|
132
|
+
tags?: Tags;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {string}
|
|
136
|
+
* @memberof IntercomConversationResponse
|
|
137
|
+
*/
|
|
138
|
+
teamAssigneeId?: string;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {Teammates}
|
|
142
|
+
* @memberof IntercomConversationResponse
|
|
143
|
+
*/
|
|
144
|
+
teammates?: Teammates;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {string}
|
|
148
|
+
* @memberof IntercomConversationResponse
|
|
149
|
+
*/
|
|
150
|
+
title?: string;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {Topics}
|
|
154
|
+
* @memberof IntercomConversationResponse
|
|
155
|
+
*/
|
|
156
|
+
topics?: Topics;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {string}
|
|
160
|
+
* @memberof IntercomConversationResponse
|
|
161
|
+
*/
|
|
162
|
+
type?: string;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {number}
|
|
166
|
+
* @memberof IntercomConversationResponse
|
|
167
|
+
*/
|
|
168
|
+
updatedAt?: number;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {number}
|
|
172
|
+
* @memberof IntercomConversationResponse
|
|
173
|
+
*/
|
|
174
|
+
waitingSince?: number;
|
|
175
|
+
}
|
|
176
|
+
export declare function IntercomConversationResponseFromJSON(json: any): IntercomConversationResponse;
|
|
177
|
+
export declare function IntercomConversationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntercomConversationResponse;
|
|
178
|
+
export declare function IntercomConversationResponseToJSON(value?: IntercomConversationResponse | null): any;
|
|
@@ -0,0 +1,87 @@
|
|
|
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 { ContactListFromJSON, ContactListToJSON, FirstContactReplyFromJSON, FirstContactReplyToJSON, LinkedObjectsFromJSON, LinkedObjectsToJSON, ServiceLevelAgreementFromJSON, ServiceLevelAgreementToJSON, SourceFromJSON, SourceToJSON, StatisticsFromJSON, StatisticsToJSON, TagsFromJSON, TagsToJSON, TeammatesFromJSON, TeammatesToJSON, TopicsFromJSON, TopicsToJSON, } from './';
|
|
16
|
+
export function IntercomConversationResponseFromJSON(json) {
|
|
17
|
+
return IntercomConversationResponseFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function IntercomConversationResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'adminAssigneeId': !exists(json, 'admin_assignee_id') ? undefined : json['admin_assignee_id'],
|
|
25
|
+
'aiAgent': !exists(json, 'ai_agent') ? undefined : json['ai_agent'],
|
|
26
|
+
'aiAgentParticipated': !exists(json, 'ai_agent_participated') ? undefined : json['ai_agent_participated'],
|
|
27
|
+
'contacts': !exists(json, 'contacts') ? undefined : ContactListFromJSON(json['contacts']),
|
|
28
|
+
'conversationRating': !exists(json, 'conversation_rating') ? undefined : json['conversation_rating'],
|
|
29
|
+
'createdAt': !exists(json, 'created_at') ? undefined : json['created_at'],
|
|
30
|
+
'customAttributes': !exists(json, 'custom_attributes') ? undefined : json['custom_attributes'],
|
|
31
|
+
'firstContactReply': !exists(json, 'first_contact_reply') ? undefined : FirstContactReplyFromJSON(json['first_contact_reply']),
|
|
32
|
+
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
33
|
+
'linkedObjects': !exists(json, 'linked_objects') ? undefined : LinkedObjectsFromJSON(json['linked_objects']),
|
|
34
|
+
'open': !exists(json, 'open') ? undefined : json['open'],
|
|
35
|
+
'priority': !exists(json, 'priority') ? undefined : json['priority'],
|
|
36
|
+
'read': !exists(json, 'read') ? undefined : json['read'],
|
|
37
|
+
'slaApplied': !exists(json, 'sla_applied') ? undefined : ServiceLevelAgreementFromJSON(json['sla_applied']),
|
|
38
|
+
'snoozedUntil': !exists(json, 'snoozed_until') ? undefined : json['snoozed_until'],
|
|
39
|
+
'source': !exists(json, 'source') ? undefined : SourceFromJSON(json['source']),
|
|
40
|
+
'state': !exists(json, 'state') ? undefined : json['state'],
|
|
41
|
+
'statistics': !exists(json, 'statistics') ? undefined : StatisticsFromJSON(json['statistics']),
|
|
42
|
+
'tags': !exists(json, 'tags') ? undefined : TagsFromJSON(json['tags']),
|
|
43
|
+
'teamAssigneeId': !exists(json, 'team_assignee_id') ? undefined : json['team_assignee_id'],
|
|
44
|
+
'teammates': !exists(json, 'teammates') ? undefined : TeammatesFromJSON(json['teammates']),
|
|
45
|
+
'title': !exists(json, 'title') ? undefined : json['title'],
|
|
46
|
+
'topics': !exists(json, 'topics') ? undefined : TopicsFromJSON(json['topics']),
|
|
47
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
48
|
+
'updatedAt': !exists(json, 'updated_at') ? undefined : json['updated_at'],
|
|
49
|
+
'waitingSince': !exists(json, 'waiting_since') ? undefined : json['waiting_since'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function IntercomConversationResponseToJSON(value) {
|
|
53
|
+
if (value === undefined) {
|
|
54
|
+
return undefined;
|
|
55
|
+
}
|
|
56
|
+
if (value === null) {
|
|
57
|
+
return null;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'admin_assignee_id': value.adminAssigneeId,
|
|
61
|
+
'ai_agent': value.aiAgent,
|
|
62
|
+
'ai_agent_participated': value.aiAgentParticipated,
|
|
63
|
+
'contacts': ContactListToJSON(value.contacts),
|
|
64
|
+
'conversation_rating': value.conversationRating,
|
|
65
|
+
'created_at': value.createdAt,
|
|
66
|
+
'custom_attributes': value.customAttributes,
|
|
67
|
+
'first_contact_reply': FirstContactReplyToJSON(value.firstContactReply),
|
|
68
|
+
'id': value.id,
|
|
69
|
+
'linked_objects': LinkedObjectsToJSON(value.linkedObjects),
|
|
70
|
+
'open': value.open,
|
|
71
|
+
'priority': value.priority,
|
|
72
|
+
'read': value.read,
|
|
73
|
+
'sla_applied': ServiceLevelAgreementToJSON(value.slaApplied),
|
|
74
|
+
'snoozed_until': value.snoozedUntil,
|
|
75
|
+
'source': SourceToJSON(value.source),
|
|
76
|
+
'state': value.state,
|
|
77
|
+
'statistics': StatisticsToJSON(value.statistics),
|
|
78
|
+
'tags': TagsToJSON(value.tags),
|
|
79
|
+
'team_assignee_id': value.teamAssigneeId,
|
|
80
|
+
'teammates': TeammatesToJSON(value.teammates),
|
|
81
|
+
'title': value.title,
|
|
82
|
+
'topics': TopicsToJSON(value.topics),
|
|
83
|
+
'type': value.type,
|
|
84
|
+
'updated_at': value.updatedAt,
|
|
85
|
+
'waiting_since': value.waitingSince,
|
|
86
|
+
};
|
|
87
|
+
}
|