@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,107 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
import * as runtime from '../runtime';
|
|
24
|
+
import { SaveUserSocialProfileRequestToJSON, } from '../models';
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export class UserSocialProfileControllerApi extends runtime.BaseAPI {
|
|
29
|
+
/**
|
|
30
|
+
* removeUserSocialProfile
|
|
31
|
+
*/
|
|
32
|
+
removeUserSocialProfileUsingDELETERaw(requestParameters) {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
if (requestParameters.platform === null || requestParameters.platform === undefined) {
|
|
35
|
+
throw new runtime.RequiredError('platform', 'Required parameter requestParameters.platform was null or undefined when calling removeUserSocialProfileUsingDELETE.');
|
|
36
|
+
}
|
|
37
|
+
if (requestParameters.userId === null || requestParameters.userId === undefined) {
|
|
38
|
+
throw new runtime.RequiredError('userId', 'Required parameter requestParameters.userId was null or undefined when calling removeUserSocialProfileUsingDELETE.');
|
|
39
|
+
}
|
|
40
|
+
const queryParameters = {};
|
|
41
|
+
if (requestParameters.platform !== undefined) {
|
|
42
|
+
queryParameters['platform'] = requestParameters.platform;
|
|
43
|
+
}
|
|
44
|
+
const headerParameters = {};
|
|
45
|
+
const response = yield this.request({
|
|
46
|
+
path: `/api/v1/users/{userId}/social-profiles`.replace(`{${"userId"}}`, encodeURIComponent(String(requestParameters.userId))),
|
|
47
|
+
method: 'DELETE',
|
|
48
|
+
headers: headerParameters,
|
|
49
|
+
query: queryParameters,
|
|
50
|
+
});
|
|
51
|
+
return new runtime.VoidApiResponse(response);
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* removeUserSocialProfile
|
|
56
|
+
*/
|
|
57
|
+
removeUserSocialProfileUsingDELETE(requestParameters) {
|
|
58
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
59
|
+
yield this.removeUserSocialProfileUsingDELETERaw(requestParameters);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* saveUserSocialProfiles
|
|
64
|
+
*/
|
|
65
|
+
saveUserSocialProfilesUsingPOSTRaw(requestParameters) {
|
|
66
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
67
|
+
if (requestParameters.userId === null || requestParameters.userId === undefined) {
|
|
68
|
+
throw new runtime.RequiredError('userId', 'Required parameter requestParameters.userId was null or undefined when calling saveUserSocialProfilesUsingPOST.');
|
|
69
|
+
}
|
|
70
|
+
if (requestParameters.request === null || requestParameters.request === undefined) {
|
|
71
|
+
throw new runtime.RequiredError('request', 'Required parameter requestParameters.request was null or undefined when calling saveUserSocialProfilesUsingPOST.');
|
|
72
|
+
}
|
|
73
|
+
const queryParameters = {};
|
|
74
|
+
const headerParameters = {};
|
|
75
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
76
|
+
const response = yield this.request({
|
|
77
|
+
path: `/api/v1/users/{userId}/social-profiles`.replace(`{${"userId"}}`, encodeURIComponent(String(requestParameters.userId))),
|
|
78
|
+
method: 'POST',
|
|
79
|
+
headers: headerParameters,
|
|
80
|
+
query: queryParameters,
|
|
81
|
+
body: SaveUserSocialProfileRequestToJSON(requestParameters.request),
|
|
82
|
+
});
|
|
83
|
+
return new runtime.VoidApiResponse(response);
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* saveUserSocialProfiles
|
|
88
|
+
*/
|
|
89
|
+
saveUserSocialProfilesUsingPOST(requestParameters) {
|
|
90
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
91
|
+
yield this.saveUserSocialProfilesUsingPOSTRaw(requestParameters);
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @export
|
|
97
|
+
* @enum {string}
|
|
98
|
+
*/
|
|
99
|
+
export var RemoveUserSocialProfileUsingDELETEPlatformEnum;
|
|
100
|
+
(function (RemoveUserSocialProfileUsingDELETEPlatformEnum) {
|
|
101
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["INSTAGRAM"] = "INSTAGRAM";
|
|
102
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["SNAPCHAT"] = "SNAPCHAT";
|
|
103
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["TIKTOK"] = "TIKTOK";
|
|
104
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["TWITCH"] = "TWITCH";
|
|
105
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["X"] = "X";
|
|
106
|
+
RemoveUserSocialProfileUsingDELETEPlatformEnum["YOUTUBE"] = "YOUTUBE";
|
|
107
|
+
})(RemoveUserSocialProfileUsingDELETEPlatformEnum || (RemoveUserSocialProfileUsingDELETEPlatformEnum = {}));
|
|
@@ -29,6 +29,7 @@ export * from './CitationControllerApi';
|
|
|
29
29
|
export * from './CoachingCardsControllerApi';
|
|
30
30
|
export * from './ConfigurationControllerApi';
|
|
31
31
|
export * from './ConsoleListControllerApi';
|
|
32
|
+
export * from './ContactLoopWebhookControllerApi';
|
|
32
33
|
export * from './ContactTimelineControllerApi';
|
|
33
34
|
export * from './ConversationControllerApi';
|
|
34
35
|
export * from './CountyControllerApi';
|
|
@@ -54,6 +55,7 @@ export * from './GetCaseControllerApi';
|
|
|
54
55
|
export * from './HouseholdMateControllerApi';
|
|
55
56
|
export * from './HubspotWebhookControllerApi';
|
|
56
57
|
export * from './InsuranceCalculatorControllerApi';
|
|
58
|
+
export * from './IntercomTicketControllerApi';
|
|
57
59
|
export * from './LawfirmCaseDecisionControllerApi';
|
|
58
60
|
export * from './LawfirmCasesControllerApi';
|
|
59
61
|
export * from './LawfirmControllerApi';
|
|
@@ -102,6 +104,7 @@ export * from './UserPasswordControllerApi';
|
|
|
102
104
|
export * from './UserProfileControllerApi';
|
|
103
105
|
export * from './UserSearchControllerApi';
|
|
104
106
|
export * from './UserSettingsControllerApi';
|
|
107
|
+
export * from './UserSocialProfileControllerApi';
|
|
105
108
|
export * from './UtilityControllerApi';
|
|
106
109
|
export * from './ValidationControllerApi';
|
|
107
110
|
export * from './VerificationControllerApi';
|
|
@@ -29,6 +29,7 @@ export * from './CitationControllerApi';
|
|
|
29
29
|
export * from './CoachingCardsControllerApi';
|
|
30
30
|
export * from './ConfigurationControllerApi';
|
|
31
31
|
export * from './ConsoleListControllerApi';
|
|
32
|
+
export * from './ContactLoopWebhookControllerApi';
|
|
32
33
|
export * from './ContactTimelineControllerApi';
|
|
33
34
|
export * from './ConversationControllerApi';
|
|
34
35
|
export * from './CountyControllerApi';
|
|
@@ -54,6 +55,7 @@ export * from './GetCaseControllerApi';
|
|
|
54
55
|
export * from './HouseholdMateControllerApi';
|
|
55
56
|
export * from './HubspotWebhookControllerApi';
|
|
56
57
|
export * from './InsuranceCalculatorControllerApi';
|
|
58
|
+
export * from './IntercomTicketControllerApi';
|
|
57
59
|
export * from './LawfirmCaseDecisionControllerApi';
|
|
58
60
|
export * from './LawfirmCasesControllerApi';
|
|
59
61
|
export * from './LawfirmControllerApi';
|
|
@@ -102,6 +104,7 @@ export * from './UserPasswordControllerApi';
|
|
|
102
104
|
export * from './UserProfileControllerApi';
|
|
103
105
|
export * from './UserSearchControllerApi';
|
|
104
106
|
export * from './UserSettingsControllerApi';
|
|
107
|
+
export * from './UserSocialProfileControllerApi';
|
|
105
108
|
export * from './UtilityControllerApi';
|
|
106
109
|
export * from './ValidationControllerApi';
|
|
107
110
|
export * from './VerificationControllerApi';
|
|
@@ -20,6 +20,7 @@ export function AddExtraAccountRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'isEmailConfirmed': !exists(json, 'isEmailConfirmed') ? undefined : json['isEmailConfirmed'],
|
|
23
24
|
'isPrimaryAccount': !exists(json, 'isPrimaryAccount') ? undefined : json['isPrimaryAccount'],
|
|
24
25
|
'newEmailAddress': !exists(json, 'newEmailAddress') ? undefined : json['newEmailAddress'],
|
|
25
26
|
'password': !exists(json, 'password') ? undefined : json['password'],
|
|
@@ -33,6 +34,7 @@ export function AddExtraAccountRequestToJSON(value) {
|
|
|
33
34
|
return null;
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
37
|
+
'isEmailConfirmed': value.isEmailConfirmed,
|
|
36
38
|
'isPrimaryAccount': value.isPrimaryAccount,
|
|
37
39
|
'newEmailAddress': value.newEmailAddress,
|
|
38
40
|
'password': value.password,
|
|
@@ -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 Admin
|
|
16
|
+
*/
|
|
17
|
+
export interface Admin {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Admin
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Admin
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Admin
|
|
34
|
+
*/
|
|
35
|
+
type?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function AdminFromJSON(json: any): Admin;
|
|
38
|
+
export declare function AdminFromJSONTyped(json: any, ignoreDiscriminator: boolean): Admin;
|
|
39
|
+
export declare function AdminToJSON(value?: Admin | 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 AdminFromJSON(json) {
|
|
16
|
+
return AdminFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function AdminFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
24
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function AdminToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'id': value.id,
|
|
37
|
+
'name': value.name,
|
|
38
|
+
'type': value.type,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -39,6 +39,12 @@ export interface AnonymousTicketUploadModel {
|
|
|
39
39
|
* @memberof AnonymousTicketUploadModel
|
|
40
40
|
*/
|
|
41
41
|
isDismissedFromContactList?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AnonymousTicketUploadModel
|
|
46
|
+
*/
|
|
47
|
+
signedTicketImageUrl?: string;
|
|
42
48
|
/**
|
|
43
49
|
*
|
|
44
50
|
* @type {string}
|
|
@@ -24,6 +24,7 @@ export function AnonymousTicketUploadModelFromJSONTyped(json, ignoreDiscriminato
|
|
|
24
24
|
'clientEmailAddress': !exists(json, 'clientEmailAddress') ? undefined : json['clientEmailAddress'],
|
|
25
25
|
'creationDateUTC': !exists(json, 'creationDateUTC') ? undefined : (new Date(json['creationDateUTC'])),
|
|
26
26
|
'isDismissedFromContactList': !exists(json, 'isDismissedFromContactList') ? undefined : json['isDismissedFromContactList'],
|
|
27
|
+
'signedTicketImageUrl': !exists(json, 'signedTicketImageUrl') ? undefined : json['signedTicketImageUrl'],
|
|
27
28
|
'ticketImageUrl': !exists(json, 'ticketImageUrl') ? undefined : json['ticketImageUrl'],
|
|
28
29
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
29
30
|
};
|
|
@@ -40,6 +41,7 @@ export function AnonymousTicketUploadModelToJSON(value) {
|
|
|
40
41
|
'clientEmailAddress': value.clientEmailAddress,
|
|
41
42
|
'creationDateUTC': value.creationDateUTC === undefined ? undefined : (value.creationDateUTC.toISOString()),
|
|
42
43
|
'isDismissedFromContactList': value.isDismissedFromContactList,
|
|
44
|
+
'signedTicketImageUrl': value.signedTicketImageUrl,
|
|
43
45
|
'ticketImageUrl': value.ticketImageUrl,
|
|
44
46
|
'userId': value.userId,
|
|
45
47
|
};
|
|
@@ -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 Attachment
|
|
16
|
+
*/
|
|
17
|
+
export interface Attachment {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Attachment
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Attachment
|
|
28
|
+
*/
|
|
29
|
+
url?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function AttachmentFromJSON(json: any): Attachment;
|
|
32
|
+
export declare function AttachmentFromJSONTyped(json: any, ignoreDiscriminator: boolean): Attachment;
|
|
33
|
+
export declare function AttachmentToJSON(value?: Attachment | 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 AttachmentFromJSON(json) {
|
|
16
|
+
return AttachmentFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function AttachmentFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
24
|
+
'url': !exists(json, 'url') ? undefined : json['url'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function AttachmentToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': value.type,
|
|
36
|
+
'url': value.url,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -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 Author
|
|
16
|
+
*/
|
|
17
|
+
export interface Author {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Author
|
|
22
|
+
*/
|
|
23
|
+
email?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Author
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Author
|
|
34
|
+
*/
|
|
35
|
+
name?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Author
|
|
40
|
+
*/
|
|
41
|
+
type?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare function AuthorFromJSON(json: any): Author;
|
|
44
|
+
export declare function AuthorFromJSONTyped(json: any, ignoreDiscriminator: boolean): Author;
|
|
45
|
+
export declare function AuthorToJSON(value?: Author | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AuthorFromJSON(json) {
|
|
16
|
+
return AuthorFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function AuthorFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'email': !exists(json, 'email') ? undefined : json['email'],
|
|
24
|
+
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
25
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
26
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export function AuthorToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'email': value.email,
|
|
38
|
+
'id': value.id,
|
|
39
|
+
'name': value.name,
|
|
40
|
+
'type': value.type,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -63,6 +63,18 @@ export interface BillingPriceModel {
|
|
|
63
63
|
* @memberof BillingPriceModel
|
|
64
64
|
*/
|
|
65
65
|
priceDescription?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Date}
|
|
69
|
+
* @memberof BillingPriceModel
|
|
70
|
+
*/
|
|
71
|
+
sampleEndDateUtc?: Date;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {Date}
|
|
75
|
+
* @memberof BillingPriceModel
|
|
76
|
+
*/
|
|
77
|
+
sampleStartDateUtc?: Date;
|
|
66
78
|
/**
|
|
67
79
|
*
|
|
68
80
|
* @type {number}
|
|
@@ -28,6 +28,8 @@ export function BillingPriceModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
28
28
|
'intervalCount': !exists(json, 'intervalCount') ? undefined : json['intervalCount'],
|
|
29
29
|
'monthlyUnitAmountInCents': !exists(json, 'monthlyUnitAmountInCents') ? undefined : json['monthlyUnitAmountInCents'],
|
|
30
30
|
'priceDescription': !exists(json, 'priceDescription') ? undefined : json['priceDescription'],
|
|
31
|
+
'sampleEndDateUtc': !exists(json, 'sampleEndDateUtc') ? undefined : (new Date(json['sampleEndDateUtc'])),
|
|
32
|
+
'sampleStartDateUtc': !exists(json, 'sampleStartDateUtc') ? undefined : (new Date(json['sampleStartDateUtc'])),
|
|
31
33
|
'unitAmountInCents': !exists(json, 'unitAmountInCents') ? undefined : json['unitAmountInCents'],
|
|
32
34
|
'yearlyDiscountInCents': !exists(json, 'yearlyDiscountInCents') ? undefined : json['yearlyDiscountInCents'],
|
|
33
35
|
'yearlyDiscountInPercentage': !exists(json, 'yearlyDiscountInPercentage') ? undefined : json['yearlyDiscountInPercentage'],
|
|
@@ -49,6 +51,8 @@ export function BillingPriceModelToJSON(value) {
|
|
|
49
51
|
'intervalCount': value.intervalCount,
|
|
50
52
|
'monthlyUnitAmountInCents': value.monthlyUnitAmountInCents,
|
|
51
53
|
'priceDescription': value.priceDescription,
|
|
54
|
+
'sampleEndDateUtc': value.sampleEndDateUtc === undefined ? undefined : (value.sampleEndDateUtc.toISOString()),
|
|
55
|
+
'sampleStartDateUtc': value.sampleStartDateUtc === undefined ? undefined : (value.sampleStartDateUtc.toISOString()),
|
|
52
56
|
'unitAmountInCents': value.unitAmountInCents,
|
|
53
57
|
'yearlyDiscountInCents': value.yearlyDiscountInCents,
|
|
54
58
|
'yearlyDiscountInPercentage': value.yearlyDiscountInPercentage,
|
|
@@ -169,6 +169,7 @@ export declare enum CaseLineItemDomainReqLineItemTypeEnum {
|
|
|
169
169
|
MVSFEE = "MVS_FEE",
|
|
170
170
|
OTHER = "OTHER",
|
|
171
171
|
OTRCREDIT = "OTR_CREDIT",
|
|
172
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
172
173
|
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
173
174
|
WARRANTFEE = "WARRANT_FEE"
|
|
174
175
|
}
|
|
@@ -104,6 +104,7 @@ export var CaseLineItemDomainReqLineItemTypeEnum;
|
|
|
104
104
|
CaseLineItemDomainReqLineItemTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
105
105
|
CaseLineItemDomainReqLineItemTypeEnum["OTHER"] = "OTHER";
|
|
106
106
|
CaseLineItemDomainReqLineItemTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
107
|
+
CaseLineItemDomainReqLineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
107
108
|
CaseLineItemDomainReqLineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
108
109
|
CaseLineItemDomainReqLineItemTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
109
110
|
})(CaseLineItemDomainReqLineItemTypeEnum || (CaseLineItemDomainReqLineItemTypeEnum = {}));
|
|
@@ -169,6 +169,7 @@ export declare enum CaseLineItemDomainResLineItemTypeEnum {
|
|
|
169
169
|
MVSFEE = "MVS_FEE",
|
|
170
170
|
OTHER = "OTHER",
|
|
171
171
|
OTRCREDIT = "OTR_CREDIT",
|
|
172
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
172
173
|
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
173
174
|
WARRANTFEE = "WARRANT_FEE"
|
|
174
175
|
}
|
|
@@ -104,6 +104,7 @@ export var CaseLineItemDomainResLineItemTypeEnum;
|
|
|
104
104
|
CaseLineItemDomainResLineItemTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
105
105
|
CaseLineItemDomainResLineItemTypeEnum["OTHER"] = "OTHER";
|
|
106
106
|
CaseLineItemDomainResLineItemTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
107
|
+
CaseLineItemDomainResLineItemTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
107
108
|
CaseLineItemDomainResLineItemTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
108
109
|
CaseLineItemDomainResLineItemTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
109
110
|
})(CaseLineItemDomainResLineItemTypeEnum || (CaseLineItemDomainResLineItemTypeEnum = {}));
|
|
@@ -0,0 +1,63 @@
|
|
|
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 CasePaymentBreakdownItemModel
|
|
16
|
+
*/
|
|
17
|
+
export interface CasePaymentBreakdownItemModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CasePaymentBreakdownItemModel
|
|
22
|
+
*/
|
|
23
|
+
amount?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CasePaymentBreakdownItemModel
|
|
28
|
+
*/
|
|
29
|
+
friendlyTitle?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CasePaymentBreakdownItemModel
|
|
34
|
+
*/
|
|
35
|
+
type?: CasePaymentBreakdownItemModelTypeEnum;
|
|
36
|
+
}
|
|
37
|
+
export declare function CasePaymentBreakdownItemModelFromJSON(json: any): CasePaymentBreakdownItemModel;
|
|
38
|
+
export declare function CasePaymentBreakdownItemModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): CasePaymentBreakdownItemModel;
|
|
39
|
+
export declare function CasePaymentBreakdownItemModelToJSON(value?: CasePaymentBreakdownItemModel | null): any;
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum CasePaymentBreakdownItemModelTypeEnum {
|
|
45
|
+
ACCIDENTFEE = "ACCIDENT_FEE",
|
|
46
|
+
BASELEGALFEE = "BASE_LEGAL_FEE",
|
|
47
|
+
BONDFEE = "BOND_FEE",
|
|
48
|
+
BOOKINGFEE = "BOOKING_FEE",
|
|
49
|
+
CDLFEE = "CDL_FEE",
|
|
50
|
+
COURTFEE = "COURT_FEE",
|
|
51
|
+
DISPUTEFEE = "DISPUTE_FEE",
|
|
52
|
+
FINEPAYMENT = "FINE_PAYMENT",
|
|
53
|
+
FTAFEE = "FTA_FEE",
|
|
54
|
+
INITIALSUBSCRIPTIONFEE = "INITIAL_SUBSCRIPTION_FEE",
|
|
55
|
+
LATEFEE = "LATE_FEE",
|
|
56
|
+
MBGREFUND = "MBG_REFUND",
|
|
57
|
+
MVSFEE = "MVS_FEE",
|
|
58
|
+
OTHER = "OTHER",
|
|
59
|
+
OTRCREDIT = "OTR_CREDIT",
|
|
60
|
+
OTRSUBSCRIPTIONCREDIT = "OTR_SUBSCRIPTION_CREDIT",
|
|
61
|
+
PAYMENTPLANSERVICEFEE = "PAYMENT_PLAN_SERVICE_FEE",
|
|
62
|
+
WARRANTFEE = "WARRANT_FEE"
|
|
63
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 CasePaymentBreakdownItemModelFromJSON(json) {
|
|
16
|
+
return CasePaymentBreakdownItemModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function CasePaymentBreakdownItemModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'amount': !exists(json, 'amount') ? undefined : json['amount'],
|
|
24
|
+
'friendlyTitle': !exists(json, 'friendlyTitle') ? undefined : json['friendlyTitle'],
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function CasePaymentBreakdownItemModelToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'amount': value.amount,
|
|
37
|
+
'friendlyTitle': value.friendlyTitle,
|
|
38
|
+
'type': value.type,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @export
|
|
43
|
+
* @enum {string}
|
|
44
|
+
*/
|
|
45
|
+
export var CasePaymentBreakdownItemModelTypeEnum;
|
|
46
|
+
(function (CasePaymentBreakdownItemModelTypeEnum) {
|
|
47
|
+
CasePaymentBreakdownItemModelTypeEnum["ACCIDENTFEE"] = "ACCIDENT_FEE";
|
|
48
|
+
CasePaymentBreakdownItemModelTypeEnum["BASELEGALFEE"] = "BASE_LEGAL_FEE";
|
|
49
|
+
CasePaymentBreakdownItemModelTypeEnum["BONDFEE"] = "BOND_FEE";
|
|
50
|
+
CasePaymentBreakdownItemModelTypeEnum["BOOKINGFEE"] = "BOOKING_FEE";
|
|
51
|
+
CasePaymentBreakdownItemModelTypeEnum["CDLFEE"] = "CDL_FEE";
|
|
52
|
+
CasePaymentBreakdownItemModelTypeEnum["COURTFEE"] = "COURT_FEE";
|
|
53
|
+
CasePaymentBreakdownItemModelTypeEnum["DISPUTEFEE"] = "DISPUTE_FEE";
|
|
54
|
+
CasePaymentBreakdownItemModelTypeEnum["FINEPAYMENT"] = "FINE_PAYMENT";
|
|
55
|
+
CasePaymentBreakdownItemModelTypeEnum["FTAFEE"] = "FTA_FEE";
|
|
56
|
+
CasePaymentBreakdownItemModelTypeEnum["INITIALSUBSCRIPTIONFEE"] = "INITIAL_SUBSCRIPTION_FEE";
|
|
57
|
+
CasePaymentBreakdownItemModelTypeEnum["LATEFEE"] = "LATE_FEE";
|
|
58
|
+
CasePaymentBreakdownItemModelTypeEnum["MBGREFUND"] = "MBG_REFUND";
|
|
59
|
+
CasePaymentBreakdownItemModelTypeEnum["MVSFEE"] = "MVS_FEE";
|
|
60
|
+
CasePaymentBreakdownItemModelTypeEnum["OTHER"] = "OTHER";
|
|
61
|
+
CasePaymentBreakdownItemModelTypeEnum["OTRCREDIT"] = "OTR_CREDIT";
|
|
62
|
+
CasePaymentBreakdownItemModelTypeEnum["OTRSUBSCRIPTIONCREDIT"] = "OTR_SUBSCRIPTION_CREDIT";
|
|
63
|
+
CasePaymentBreakdownItemModelTypeEnum["PAYMENTPLANSERVICEFEE"] = "PAYMENT_PLAN_SERVICE_FEE";
|
|
64
|
+
CasePaymentBreakdownItemModelTypeEnum["WARRANTFEE"] = "WARRANT_FEE";
|
|
65
|
+
})(CasePaymentBreakdownItemModelTypeEnum || (CasePaymentBreakdownItemModelTypeEnum = {}));
|