@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
|
@@ -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 TicketTypeAttribute
|
|
16
|
+
*/
|
|
17
|
+
export interface TicketTypeAttribute {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TicketTypeAttribute
|
|
22
|
+
*/
|
|
23
|
+
dataType?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TicketTypeAttribute
|
|
28
|
+
*/
|
|
29
|
+
description?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof TicketTypeAttribute
|
|
34
|
+
*/
|
|
35
|
+
id?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof TicketTypeAttribute
|
|
40
|
+
*/
|
|
41
|
+
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof TicketTypeAttribute
|
|
46
|
+
*/
|
|
47
|
+
requiredToCreate?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof TicketTypeAttribute
|
|
52
|
+
*/
|
|
53
|
+
type?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof TicketTypeAttribute
|
|
58
|
+
*/
|
|
59
|
+
visibleOnCreate?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export declare function TicketTypeAttributeFromJSON(json: any): TicketTypeAttribute;
|
|
62
|
+
export declare function TicketTypeAttributeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TicketTypeAttribute;
|
|
63
|
+
export declare function TicketTypeAttributeToJSON(value?: TicketTypeAttribute | null): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 TicketTypeAttributeFromJSON(json) {
|
|
16
|
+
return TicketTypeAttributeFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function TicketTypeAttributeFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'dataType': !exists(json, 'data_type') ? undefined : json['data_type'],
|
|
24
|
+
'description': !exists(json, 'description') ? undefined : json['description'],
|
|
25
|
+
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
26
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
27
|
+
'requiredToCreate': !exists(json, 'required_to_create') ? undefined : json['required_to_create'],
|
|
28
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
29
|
+
'visibleOnCreate': !exists(json, 'visible_on_create') ? undefined : json['visible_on_create'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function TicketTypeAttributeToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'data_type': value.dataType,
|
|
41
|
+
'description': value.description,
|
|
42
|
+
'id': value.id,
|
|
43
|
+
'name': value.name,
|
|
44
|
+
'required_to_create': value.requiredToCreate,
|
|
45
|
+
'type': value.type,
|
|
46
|
+
'visible_on_create': value.visibleOnCreate,
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { TicketTypeAttribute } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TicketTypeAttributesWrapper
|
|
17
|
+
*/
|
|
18
|
+
export interface TicketTypeAttributesWrapper {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<TicketTypeAttribute>}
|
|
22
|
+
* @memberof TicketTypeAttributesWrapper
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<TicketTypeAttribute>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof TicketTypeAttributesWrapper
|
|
29
|
+
*/
|
|
30
|
+
type?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function TicketTypeAttributesWrapperFromJSON(json: any): TicketTypeAttributesWrapper;
|
|
33
|
+
export declare function TicketTypeAttributesWrapperFromJSONTyped(json: any, ignoreDiscriminator: boolean): TicketTypeAttributesWrapper;
|
|
34
|
+
export declare function TicketTypeAttributesWrapperToJSON(value?: TicketTypeAttributesWrapper | null): any;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { TicketTypeAttributeFromJSON, TicketTypeAttributeToJSON, } from './';
|
|
16
|
+
export function TicketTypeAttributesWrapperFromJSON(json) {
|
|
17
|
+
return TicketTypeAttributesWrapperFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function TicketTypeAttributesWrapperFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'data': !exists(json, 'data') ? undefined : (json['data'].map(TicketTypeAttributeFromJSON)),
|
|
25
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function TicketTypeAttributesWrapperToJSON(value) {
|
|
29
|
+
if (value === undefined) {
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': value.data === undefined ? undefined : (value.data.map(TicketTypeAttributeToJSON)),
|
|
37
|
+
'type': value.type,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -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 Topic
|
|
16
|
+
*/
|
|
17
|
+
export interface Topic {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Topic
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Topic
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Topic
|
|
34
|
+
*/
|
|
35
|
+
type?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function TopicFromJSON(json: any): Topic;
|
|
38
|
+
export declare function TopicFromJSONTyped(json: any, ignoreDiscriminator: boolean): Topic;
|
|
39
|
+
export declare function TopicToJSON(value?: Topic | 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 TopicFromJSON(json) {
|
|
16
|
+
return TopicFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function TopicFromJSONTyped(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 TopicToJSON(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
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { Topic } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Topics
|
|
17
|
+
*/
|
|
18
|
+
export interface Topics {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<Topic>}
|
|
22
|
+
* @memberof Topics
|
|
23
|
+
*/
|
|
24
|
+
topics?: Array<Topic>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof Topics
|
|
29
|
+
*/
|
|
30
|
+
totalCount?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Topics
|
|
35
|
+
*/
|
|
36
|
+
type?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare function TopicsFromJSON(json: any): Topics;
|
|
39
|
+
export declare function TopicsFromJSONTyped(json: any, ignoreDiscriminator: boolean): Topics;
|
|
40
|
+
export declare function TopicsToJSON(value?: Topics | null): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { TopicFromJSON, TopicToJSON, } from './';
|
|
16
|
+
export function TopicsFromJSON(json) {
|
|
17
|
+
return TopicsFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function TopicsFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'topics': !exists(json, 'topics') ? undefined : (json['topics'].map(TopicFromJSON)),
|
|
25
|
+
'totalCount': !exists(json, 'total_count') ? undefined : json['total_count'],
|
|
26
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export function TopicsToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'topics': value.topics === undefined ? undefined : (value.topics.map(TopicToJSON)),
|
|
38
|
+
'total_count': value.totalCount,
|
|
39
|
+
'type': value.type,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -148,19 +148,23 @@ export declare enum UpdateLawfirmModelLawfirmPaymentModelEnum {
|
|
|
148
148
|
*/
|
|
149
149
|
export declare enum UpdateLawfirmModelLawfirmStateEnum {
|
|
150
150
|
ACCOUNTCLOSED = "ACCOUNT_CLOSED",
|
|
151
|
+
ACTIVE = "ACTIVE",
|
|
152
|
+
BLACKLISTED = "BLACKLISTED",
|
|
153
|
+
DEMOCOMPLETED = "DEMO_COMPLETED",
|
|
151
154
|
DUPLICATE = "DUPLICATE",
|
|
152
|
-
ESTABLISHED = "ESTABLISHED",
|
|
153
155
|
FUTURELEAD = "FUTURE_LEAD",
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
156
|
+
LEAD = "LEAD",
|
|
157
|
+
NEWPARTNER = "NEW_PARTNER",
|
|
158
|
+
NOTAGOODFIT = "NOT_A_GOOD_FIT",
|
|
159
|
+
NOTINTERESTEDDONOTCONTACT = "NOT_INTERESTED_DO_NOT_CONTACT",
|
|
160
|
+
NOTINTERESTEDFEESPLITTING = "NOT_INTERESTED_FEE_SPLITTING",
|
|
161
|
+
NOTINTERESTEDMARKETINGFEE = "NOT_INTERESTED_MARKETING_FEE",
|
|
162
|
+
NOTINTERESTEDMONEYBACKGUARANTEE = "NOT_INTERESTED_MONEY_BACK_GUARANTEE",
|
|
163
|
+
NOTINTERESTEDPLATFORMRESISTANCE = "NOT_INTERESTED_PLATFORM_RESISTANCE",
|
|
164
|
+
PASTINTEREST = "PAST_INTEREST",
|
|
165
|
+
SUPERVISED = "SUPERVISED",
|
|
161
166
|
TEMPORARILYTURNEDOFF = "TEMPORARILY_TURNED_OFF",
|
|
162
167
|
TERMINATEDFRAUD = "TERMINATED_FRAUD",
|
|
163
168
|
TERMINATEDPOORSERVICE = "TERMINATED_POOR_SERVICE",
|
|
164
|
-
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
165
|
-
UNDERREVIEW = "UNDER_REVIEW"
|
|
169
|
+
TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
|
|
166
170
|
}
|
|
@@ -87,19 +87,23 @@ export var UpdateLawfirmModelLawfirmPaymentModelEnum;
|
|
|
87
87
|
export var UpdateLawfirmModelLawfirmStateEnum;
|
|
88
88
|
(function (UpdateLawfirmModelLawfirmStateEnum) {
|
|
89
89
|
UpdateLawfirmModelLawfirmStateEnum["ACCOUNTCLOSED"] = "ACCOUNT_CLOSED";
|
|
90
|
+
UpdateLawfirmModelLawfirmStateEnum["ACTIVE"] = "ACTIVE";
|
|
91
|
+
UpdateLawfirmModelLawfirmStateEnum["BLACKLISTED"] = "BLACKLISTED";
|
|
92
|
+
UpdateLawfirmModelLawfirmStateEnum["DEMOCOMPLETED"] = "DEMO_COMPLETED";
|
|
90
93
|
UpdateLawfirmModelLawfirmStateEnum["DUPLICATE"] = "DUPLICATE";
|
|
91
|
-
UpdateLawfirmModelLawfirmStateEnum["ESTABLISHED"] = "ESTABLISHED";
|
|
92
94
|
UpdateLawfirmModelLawfirmStateEnum["FUTURELEAD"] = "FUTURE_LEAD";
|
|
93
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
94
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
95
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
96
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
97
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
98
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
99
|
-
UpdateLawfirmModelLawfirmStateEnum["
|
|
95
|
+
UpdateLawfirmModelLawfirmStateEnum["LEAD"] = "LEAD";
|
|
96
|
+
UpdateLawfirmModelLawfirmStateEnum["NEWPARTNER"] = "NEW_PARTNER";
|
|
97
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTAGOODFIT"] = "NOT_A_GOOD_FIT";
|
|
98
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDDONOTCONTACT"] = "NOT_INTERESTED_DO_NOT_CONTACT";
|
|
99
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTING"] = "NOT_INTERESTED_FEE_SPLITTING";
|
|
100
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMARKETINGFEE"] = "NOT_INTERESTED_MARKETING_FEE";
|
|
101
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMONEYBACKGUARANTEE"] = "NOT_INTERESTED_MONEY_BACK_GUARANTEE";
|
|
102
|
+
UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDPLATFORMRESISTANCE"] = "NOT_INTERESTED_PLATFORM_RESISTANCE";
|
|
103
|
+
UpdateLawfirmModelLawfirmStateEnum["PASTINTEREST"] = "PAST_INTEREST";
|
|
104
|
+
UpdateLawfirmModelLawfirmStateEnum["SUPERVISED"] = "SUPERVISED";
|
|
100
105
|
UpdateLawfirmModelLawfirmStateEnum["TEMPORARILYTURNEDOFF"] = "TEMPORARILY_TURNED_OFF";
|
|
101
106
|
UpdateLawfirmModelLawfirmStateEnum["TERMINATEDFRAUD"] = "TERMINATED_FRAUD";
|
|
102
107
|
UpdateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSERVICE"] = "TERMINATED_POOR_SERVICE";
|
|
103
108
|
UpdateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSUCCESS"] = "TERMINATED_POOR_SUCCESS";
|
|
104
|
-
UpdateLawfirmModelLawfirmStateEnum["UNDERREVIEW"] = "UNDER_REVIEW";
|
|
105
109
|
})(UpdateLawfirmModelLawfirmStateEnum || (UpdateLawfirmModelLawfirmStateEnum = {}));
|
|
@@ -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 UpdateProfilePictureResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateProfilePictureResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateProfilePictureResponse
|
|
22
|
+
*/
|
|
23
|
+
signedPictureUrl?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function UpdateProfilePictureResponseFromJSON(json: any): UpdateProfilePictureResponse;
|
|
26
|
+
export declare function UpdateProfilePictureResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateProfilePictureResponse;
|
|
27
|
+
export declare function UpdateProfilePictureResponseToJSON(value?: UpdateProfilePictureResponse | 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 UpdateProfilePictureResponseFromJSON(json) {
|
|
16
|
+
return UpdateProfilePictureResponseFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UpdateProfilePictureResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'signedPictureUrl': !exists(json, 'signedPictureUrl') ? undefined : json['signedPictureUrl'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function UpdateProfilePictureResponseToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'signedPictureUrl': value.signedPictureUrl,
|
|
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 UploadLawfirmsRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UploadLawfirmsRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof UploadLawfirmsRequest
|
|
22
|
+
*/
|
|
23
|
+
createdByUserId: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UploadLawfirmsRequest
|
|
28
|
+
*/
|
|
29
|
+
csvContentInBase64?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function UploadLawfirmsRequestFromJSON(json: any): UploadLawfirmsRequest;
|
|
32
|
+
export declare function UploadLawfirmsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadLawfirmsRequest;
|
|
33
|
+
export declare function UploadLawfirmsRequestToJSON(value?: UploadLawfirmsRequest | 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 UploadLawfirmsRequestFromJSON(json) {
|
|
16
|
+
return UploadLawfirmsRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UploadLawfirmsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'createdByUserId': json['createdByUserId'],
|
|
24
|
+
'csvContentInBase64': !exists(json, 'csvContentInBase64') ? undefined : json['csvContentInBase64'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function UploadLawfirmsRequestToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'createdByUserId': value.createdByUserId,
|
|
36
|
+
'csvContentInBase64': value.csvContentInBase64,
|
|
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 UploadLawfirmsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface UploadLawfirmsResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof UploadLawfirmsResponse
|
|
22
|
+
*/
|
|
23
|
+
errorMessages?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof UploadLawfirmsResponse
|
|
28
|
+
*/
|
|
29
|
+
totalFailedRecords?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof UploadLawfirmsResponse
|
|
34
|
+
*/
|
|
35
|
+
totalRecords?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof UploadLawfirmsResponse
|
|
40
|
+
*/
|
|
41
|
+
totalSuccessfulRecords?: number;
|
|
42
|
+
}
|
|
43
|
+
export declare function UploadLawfirmsResponseFromJSON(json: any): UploadLawfirmsResponse;
|
|
44
|
+
export declare function UploadLawfirmsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadLawfirmsResponse;
|
|
45
|
+
export declare function UploadLawfirmsResponseToJSON(value?: UploadLawfirmsResponse | 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 UploadLawfirmsResponseFromJSON(json) {
|
|
16
|
+
return UploadLawfirmsResponseFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function UploadLawfirmsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'errorMessages': !exists(json, 'errorMessages') ? undefined : json['errorMessages'],
|
|
24
|
+
'totalFailedRecords': !exists(json, 'totalFailedRecords') ? undefined : json['totalFailedRecords'],
|
|
25
|
+
'totalRecords': !exists(json, 'totalRecords') ? undefined : json['totalRecords'],
|
|
26
|
+
'totalSuccessfulRecords': !exists(json, 'totalSuccessfulRecords') ? undefined : json['totalSuccessfulRecords'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export function UploadLawfirmsResponseToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'errorMessages': value.errorMessages,
|
|
38
|
+
'totalFailedRecords': value.totalFailedRecords,
|
|
39
|
+
'totalRecords': value.totalRecords,
|
|
40
|
+
'totalSuccessfulRecords': value.totalSuccessfulRecords,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -51,6 +51,12 @@ export interface UserAccountModel {
|
|
|
51
51
|
* @memberof UserAccountModel
|
|
52
52
|
*/
|
|
53
53
|
userHandle?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Date}
|
|
57
|
+
* @memberof UserAccountModel
|
|
58
|
+
*/
|
|
59
|
+
verificationDateUtc?: Date;
|
|
54
60
|
}
|
|
55
61
|
export declare function UserAccountModelFromJSON(json: any): UserAccountModel;
|
|
56
62
|
export declare function UserAccountModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserAccountModel;
|
|
@@ -26,6 +26,7 @@ export function UserAccountModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
26
|
'merged': !exists(json, 'merged') ? undefined : json['merged'],
|
|
27
27
|
'primary': !exists(json, 'primary') ? undefined : json['primary'],
|
|
28
28
|
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
29
|
+
'verificationDateUtc': !exists(json, 'verificationDateUtc') ? undefined : (new Date(json['verificationDateUtc'])),
|
|
29
30
|
};
|
|
30
31
|
}
|
|
31
32
|
export function UserAccountModelToJSON(value) {
|
|
@@ -42,6 +43,7 @@ export function UserAccountModelToJSON(value) {
|
|
|
42
43
|
'merged': value.merged,
|
|
43
44
|
'primary': value.primary,
|
|
44
45
|
'userHandle': value.userHandle,
|
|
46
|
+
'verificationDateUtc': value.verificationDateUtc === undefined ? undefined : (value.verificationDateUtc.toISOString()),
|
|
45
47
|
};
|
|
46
48
|
}
|
|
47
49
|
/**
|