@otr-app/shared-backend-generated-client 2.5.129 → 2.5.130
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/.openapi-generator/FILES +3 -0
- package/dist/angular/api/api.ts +3 -1
- package/dist/angular/api/lawfirmDashboardController.service.ts +173 -0
- package/dist/angular/api.module.ts +1 -0
- package/dist/angular/model/earningsByPeriodDto.ts +18 -0
- package/dist/angular/model/getLawfirmGrossEarningsResponse.ts +18 -0
- package/dist/angular/model/models.ts +2 -0
- package/dist/otrBackendService.js +54 -0
- package/dist/otrBackendService.min.js +4 -4
- package/dist/typescript/api/LawfirmDashboardControllerApi.d.ts +29 -0
- package/dist/typescript/api/LawfirmDashboardControllerApi.js +65 -0
- package/dist/typescript/api/api.d.ts +3 -1
- package/dist/typescript/api/api.js +3 -1
- package/dist/typescript/api.module.js +1 -0
- package/dist/typescript/model/EarningsByPeriodDto.d.ts +15 -0
- package/dist/typescript/model/EarningsByPeriodDto.js +12 -0
- package/dist/typescript/model/GetLawfirmGrossEarningsResponse.d.ts +15 -0
- package/dist/typescript/model/GetLawfirmGrossEarningsResponse.js +12 -0
- package/dist/typescript/model/models.d.ts +2 -0
- package/dist/typescript/model/models.js +2 -0
- package/dist/typescript-fetch/apis/LawfirmDashboardControllerApi.d.ts +42 -0
- package/dist/typescript-fetch/apis/LawfirmDashboardControllerApi.js +80 -0
- package/dist/typescript-fetch/apis/index.d.ts +1 -0
- package/dist/typescript-fetch/apis/index.js +1 -0
- package/dist/typescript-fetch/models/EarningsByPeriodDto.d.ts +33 -0
- package/dist/typescript-fetch/models/EarningsByPeriodDto.js +38 -0
- package/dist/typescript-fetch/models/GetLawfirmGrossEarningsResponse.d.ts +28 -0
- package/dist/typescript-fetch/models/GetLawfirmGrossEarningsResponse.js +37 -0
- package/dist/typescript-fetch/models/index.d.ts +2 -0
- package/dist/typescript-fetch/models/index.js +2 -0
- package/dist/typescript-open-api/otr-backend.d.ts +85 -0
- package/dist/typescript-open-api/otr-backend.js +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
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 * as models from '../model/models';
|
|
13
|
+
export declare class LawfirmDashboardControllerApi {
|
|
14
|
+
protected $http: ng.IHttpService;
|
|
15
|
+
protected $httpParamSerializer?: (d: any) => any;
|
|
16
|
+
protected basePath: string;
|
|
17
|
+
defaultHeaders: any;
|
|
18
|
+
static $inject: string[];
|
|
19
|
+
constructor($http: ng.IHttpService, $httpParamSerializer?: (d: any) => any, basePath?: string);
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @summary getLawfirmGrossEarnings
|
|
23
|
+
* @param lawfirmId lawfirmId
|
|
24
|
+
* @param period period
|
|
25
|
+
* @param endDate endDate
|
|
26
|
+
* @param startDate startDate
|
|
27
|
+
*/
|
|
28
|
+
getLawfirmGrossEarningsUsingGET(lawfirmId: number, period: 'DAILY' | 'HOURLY' | 'MONTHLY' | 'WEEKLY', endDate?: string, startDate?: string, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetLawfirmGrossEarningsResponse>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
13
|
+
export class LawfirmDashboardControllerApi {
|
|
14
|
+
constructor($http, $httpParamSerializer, basePath) {
|
|
15
|
+
this.$http = $http;
|
|
16
|
+
this.$httpParamSerializer = $httpParamSerializer;
|
|
17
|
+
this.basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
|
|
18
|
+
this.defaultHeaders = {};
|
|
19
|
+
if (basePath !== undefined) {
|
|
20
|
+
this.basePath = basePath;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @summary getLawfirmGrossEarnings
|
|
26
|
+
* @param lawfirmId lawfirmId
|
|
27
|
+
* @param period period
|
|
28
|
+
* @param endDate endDate
|
|
29
|
+
* @param startDate startDate
|
|
30
|
+
*/
|
|
31
|
+
getLawfirmGrossEarningsUsingGET(lawfirmId, period, endDate, startDate, extraHttpRequestParams) {
|
|
32
|
+
const localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/dashboard/gross-earnings'
|
|
33
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
34
|
+
let queryParameters = {};
|
|
35
|
+
let headerParams = Object.assign({}, this.defaultHeaders);
|
|
36
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
37
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
38
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getLawfirmGrossEarningsUsingGET.');
|
|
39
|
+
}
|
|
40
|
+
// verify required parameter 'period' is not null or undefined
|
|
41
|
+
if (period === null || period === undefined) {
|
|
42
|
+
throw new Error('Required parameter period was null or undefined when calling getLawfirmGrossEarningsUsingGET.');
|
|
43
|
+
}
|
|
44
|
+
if (endDate !== undefined) {
|
|
45
|
+
queryParameters['endDate'] = endDate;
|
|
46
|
+
}
|
|
47
|
+
if (period !== undefined) {
|
|
48
|
+
queryParameters['period'] = period;
|
|
49
|
+
}
|
|
50
|
+
if (startDate !== undefined) {
|
|
51
|
+
queryParameters['startDate'] = startDate;
|
|
52
|
+
}
|
|
53
|
+
let httpRequestParams = {
|
|
54
|
+
method: 'GET',
|
|
55
|
+
url: localVarPath,
|
|
56
|
+
params: queryParameters,
|
|
57
|
+
headers: headerParams
|
|
58
|
+
};
|
|
59
|
+
if (extraHttpRequestParams) {
|
|
60
|
+
httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
|
|
61
|
+
}
|
|
62
|
+
return this.$http(httpRequestParams);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
LawfirmDashboardControllerApi.$inject = ['$http', '$httpParamSerializer', 'basePath'];
|
|
@@ -118,6 +118,8 @@ export * from './LawfirmCasesControllerApi';
|
|
|
118
118
|
import { LawfirmCasesControllerApi } from './LawfirmCasesControllerApi';
|
|
119
119
|
export * from './LawfirmControllerApi';
|
|
120
120
|
import { LawfirmControllerApi } from './LawfirmControllerApi';
|
|
121
|
+
export * from './LawfirmDashboardControllerApi';
|
|
122
|
+
import { LawfirmDashboardControllerApi } from './LawfirmDashboardControllerApi';
|
|
121
123
|
export * from './LawfirmDocumentControllerApi';
|
|
122
124
|
import { LawfirmDocumentControllerApi } from './LawfirmDocumentControllerApi';
|
|
123
125
|
export * from './LawfirmFeeCoverageControllerApi';
|
|
@@ -228,4 +230,4 @@ export * from './WebsocketMessageControllerApi';
|
|
|
228
230
|
import { WebsocketMessageControllerApi } from './WebsocketMessageControllerApi';
|
|
229
231
|
export * from './WorkflowStateControllerApi';
|
|
230
232
|
import { WorkflowStateControllerApi } from './WorkflowStateControllerApi';
|
|
231
|
-
export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuditLogControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BranchLinkControllerApi | typeof CaptchaControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCounterOfferControllerApi | typeof CaseCreationControllerApi | typeof CaseDeclineControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CaseUserControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof CoachingCardsControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactLoopWebhookControllerApi | typeof ContactTimelineControllerApi | typeof ConversationControllerApi | typeof CountyControllerApi | typeof CourtControllerApi | typeof CrmControllerApi | typeof CustomerLeadControllerApi | typeof CustomerReviewControllerApi | typeof CustomerServiceAgentBookingsControllerApi | typeof CustomerServiceAgentControllerApi | typeof DashboardControllerApi | typeof DirectMailControllerApi | typeof DripControllerApi | typeof DripWebhooksControllerApi | typeof DriverLicenseControllerApi | typeof EmployeeControllerApi | typeof EventBridgeEmailNotificationControllerApi | typeof ExternalContentVoteControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof HubspotWebhookControllerApi | typeof InsuranceCalculatorControllerApi | typeof IntercomTicketControllerApi | typeof IntercomWebhookControllerApi | typeof LawfirmCaseDecisionControllerApi | typeof LawfirmCasesControllerApi | typeof LawfirmControllerApi | typeof LawfirmDocumentControllerApi | typeof LawfirmFeeCoverageControllerApi | typeof LawfirmPaymentModelControllerApi | typeof LawfirmRatesControllerApi | typeof LawfirmSettingsControllerApi | typeof LawfirmStorefrontControllerApi | typeof LawfirmSurchargeControllerApi | typeof LawfirmTransactionsControllerApi | typeof LawyerControllerApi | typeof LegalServicesControllerApi | typeof LineItemControllerApi | typeof ListCasesControllerApi | typeof MediaCreationControllerApi | typeof MessagesControllerApi | typeof NotesControllerApi | typeof OcrPipelineControllerApi | typeof OcrPredictionControllerApi | typeof OnDemandRequestControllerApi | typeof OneTimePasswordControllerApi | typeof PhoneLeadsControllerApi | typeof PushNotificationControllerApi | typeof RecurringBillingControllerApi | typeof RefLinkControllerApi | typeof ReferralCodeControllerApi | typeof ReferralControllerApi | typeof ReferralSourceControllerApi | typeof RefundEligibilityControllerApi | typeof RegistrationControllerApi | typeof ReportingControllerApi | typeof ScheduledTaskControllerApi | typeof SingleSignOnControllerApi | typeof SnsListenerControllerApi | typeof SocialLoginControllerApi | typeof StripeCardControllerApi | typeof StripeControllerApi | typeof StripeSyncControllerApi | typeof StripeWebhookControllerApi | typeof TicketReviewControllerApi | typeof UrlRedirectControllerApi | typeof UserAccountControllerApi | typeof UserAuditControllerApi | typeof UserControllerApi | typeof UserPasswordControllerApi | typeof UserProfileControllerApi | typeof UserSearchControllerApi | typeof UserSettingsControllerApi | typeof UserSocialProfileControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationControllerApi | typeof ViolationPenaltyControllerApi | typeof WatchlistsControllerApi | typeof WebsocketMessageControllerApi | typeof WorkflowStateControllerApi)[];
|
|
233
|
+
export declare const APIS: (typeof ActionRequiredControllerApi | typeof ActivityFeedControllerApi | typeof AddressControllerApi | typeof AlertNotificationControllerApi | typeof AppEventsControllerApi | typeof AuditLawfirmEventsControllerApi | typeof AuditLogControllerApi | typeof AuthenticationControllerApi | typeof AwsCredentialsControllerApi | typeof BranchLinkControllerApi | typeof CaptchaControllerApi | typeof CaseActionsControllerApi | typeof CaseControllerApi | typeof CaseCounterOfferControllerApi | typeof CaseCreationControllerApi | typeof CaseDeclineControllerApi | typeof CaseNotesControllerApi | typeof CasePaymentControllerApi | typeof CaseReferralCodeControllerApi | typeof CaseRefundControllerApi | typeof CaseResolutionControllerApi | typeof CaseStatusControllerApi | typeof CaseTransferControllerApi | typeof CaseUserControllerApi | typeof CitationAuditControllerApi | typeof CitationControllerApi | typeof CoachingCardsControllerApi | typeof ConfigurationControllerApi | typeof ConsoleListControllerApi | typeof ContactLoopWebhookControllerApi | typeof ContactTimelineControllerApi | typeof ConversationControllerApi | typeof CountyControllerApi | typeof CourtControllerApi | typeof CrmControllerApi | typeof CustomerLeadControllerApi | typeof CustomerReviewControllerApi | typeof CustomerServiceAgentBookingsControllerApi | typeof CustomerServiceAgentControllerApi | typeof DashboardControllerApi | typeof DirectMailControllerApi | typeof DripControllerApi | typeof DripWebhooksControllerApi | typeof DriverLicenseControllerApi | typeof EmployeeControllerApi | typeof EventBridgeEmailNotificationControllerApi | typeof ExternalContentVoteControllerApi | typeof ExternalTicketLookupControllerApi | typeof FeedbackControllerApi | typeof FreshcallerControllerApi | typeof FreshdeskTicketControllerApi | typeof GetCaseControllerApi | typeof HouseholdMateControllerApi | typeof HubspotWebhookControllerApi | typeof InsuranceCalculatorControllerApi | typeof IntercomTicketControllerApi | typeof IntercomWebhookControllerApi | typeof LawfirmCaseDecisionControllerApi | typeof LawfirmCasesControllerApi | typeof LawfirmControllerApi | typeof LawfirmDashboardControllerApi | typeof LawfirmDocumentControllerApi | typeof LawfirmFeeCoverageControllerApi | typeof LawfirmPaymentModelControllerApi | typeof LawfirmRatesControllerApi | typeof LawfirmSettingsControllerApi | typeof LawfirmStorefrontControllerApi | typeof LawfirmSurchargeControllerApi | typeof LawfirmTransactionsControllerApi | typeof LawyerControllerApi | typeof LegalServicesControllerApi | typeof LineItemControllerApi | typeof ListCasesControllerApi | typeof MediaCreationControllerApi | typeof MessagesControllerApi | typeof NotesControllerApi | typeof OcrPipelineControllerApi | typeof OcrPredictionControllerApi | typeof OnDemandRequestControllerApi | typeof OneTimePasswordControllerApi | typeof PhoneLeadsControllerApi | typeof PushNotificationControllerApi | typeof RecurringBillingControllerApi | typeof RefLinkControllerApi | typeof ReferralCodeControllerApi | typeof ReferralControllerApi | typeof ReferralSourceControllerApi | typeof RefundEligibilityControllerApi | typeof RegistrationControllerApi | typeof ReportingControllerApi | typeof ScheduledTaskControllerApi | typeof SingleSignOnControllerApi | typeof SnsListenerControllerApi | typeof SocialLoginControllerApi | typeof StripeCardControllerApi | typeof StripeControllerApi | typeof StripeSyncControllerApi | typeof StripeWebhookControllerApi | typeof TicketReviewControllerApi | typeof UrlRedirectControllerApi | typeof UserAccountControllerApi | typeof UserAuditControllerApi | typeof UserControllerApi | typeof UserPasswordControllerApi | typeof UserProfileControllerApi | typeof UserSearchControllerApi | typeof UserSettingsControllerApi | typeof UserSocialProfileControllerApi | typeof UtilityControllerApi | typeof ValidationControllerApi | typeof VerificationControllerApi | typeof ViolationControllerApi | typeof ViolationPenaltyControllerApi | typeof WatchlistsControllerApi | typeof WebsocketMessageControllerApi | typeof WorkflowStateControllerApi)[];
|
|
@@ -118,6 +118,8 @@ export * from './LawfirmCasesControllerApi';
|
|
|
118
118
|
import { LawfirmCasesControllerApi } from './LawfirmCasesControllerApi';
|
|
119
119
|
export * from './LawfirmControllerApi';
|
|
120
120
|
import { LawfirmControllerApi } from './LawfirmControllerApi';
|
|
121
|
+
export * from './LawfirmDashboardControllerApi';
|
|
122
|
+
import { LawfirmDashboardControllerApi } from './LawfirmDashboardControllerApi';
|
|
121
123
|
export * from './LawfirmDocumentControllerApi';
|
|
122
124
|
import { LawfirmDocumentControllerApi } from './LawfirmDocumentControllerApi';
|
|
123
125
|
export * from './LawfirmFeeCoverageControllerApi';
|
|
@@ -228,4 +230,4 @@ export * from './WebsocketMessageControllerApi';
|
|
|
228
230
|
import { WebsocketMessageControllerApi } from './WebsocketMessageControllerApi';
|
|
229
231
|
export * from './WorkflowStateControllerApi';
|
|
230
232
|
import { WorkflowStateControllerApi } from './WorkflowStateControllerApi';
|
|
231
|
-
export const APIS = [ActionRequiredControllerApi, ActivityFeedControllerApi, AddressControllerApi, AlertNotificationControllerApi, AppEventsControllerApi, AuditLawfirmEventsControllerApi, AuditLogControllerApi, AuthenticationControllerApi, AwsCredentialsControllerApi, BranchLinkControllerApi, CaptchaControllerApi, CaseActionsControllerApi, CaseControllerApi, CaseCounterOfferControllerApi, CaseCreationControllerApi, CaseDeclineControllerApi, CaseNotesControllerApi, CasePaymentControllerApi, CaseReferralCodeControllerApi, CaseRefundControllerApi, CaseResolutionControllerApi, CaseStatusControllerApi, CaseTransferControllerApi, CaseUserControllerApi, CitationAuditControllerApi, CitationControllerApi, CoachingCardsControllerApi, ConfigurationControllerApi, ConsoleListControllerApi, ContactLoopWebhookControllerApi, ContactTimelineControllerApi, ConversationControllerApi, CountyControllerApi, CourtControllerApi, CrmControllerApi, CustomerLeadControllerApi, CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi, DashboardControllerApi, DirectMailControllerApi, DripControllerApi, DripWebhooksControllerApi, DriverLicenseControllerApi, EmployeeControllerApi, EventBridgeEmailNotificationControllerApi, ExternalContentVoteControllerApi, ExternalTicketLookupControllerApi, FeedbackControllerApi, FreshcallerControllerApi, FreshdeskTicketControllerApi, GetCaseControllerApi, HouseholdMateControllerApi, HubspotWebhookControllerApi, InsuranceCalculatorControllerApi, IntercomTicketControllerApi, IntercomWebhookControllerApi, LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi, LawfirmControllerApi, LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi, LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi, LawyerControllerApi, LegalServicesControllerApi, LineItemControllerApi, ListCasesControllerApi, MediaCreationControllerApi, MessagesControllerApi, NotesControllerApi, OcrPipelineControllerApi, OcrPredictionControllerApi, OnDemandRequestControllerApi, OneTimePasswordControllerApi, PhoneLeadsControllerApi, PushNotificationControllerApi, RecurringBillingControllerApi, RefLinkControllerApi, ReferralCodeControllerApi, ReferralControllerApi, ReferralSourceControllerApi, RefundEligibilityControllerApi, RegistrationControllerApi, ReportingControllerApi, ScheduledTaskControllerApi, SingleSignOnControllerApi, SnsListenerControllerApi, SocialLoginControllerApi, StripeCardControllerApi, StripeControllerApi, StripeSyncControllerApi, StripeWebhookControllerApi, TicketReviewControllerApi, UrlRedirectControllerApi, UserAccountControllerApi, UserAuditControllerApi, UserControllerApi, UserPasswordControllerApi, UserProfileControllerApi, UserSearchControllerApi, UserSettingsControllerApi, UserSocialProfileControllerApi, UtilityControllerApi, ValidationControllerApi, VerificationControllerApi, ViolationControllerApi, ViolationPenaltyControllerApi, WatchlistsControllerApi, WebsocketMessageControllerApi, WorkflowStateControllerApi];
|
|
233
|
+
export const APIS = [ActionRequiredControllerApi, ActivityFeedControllerApi, AddressControllerApi, AlertNotificationControllerApi, AppEventsControllerApi, AuditLawfirmEventsControllerApi, AuditLogControllerApi, AuthenticationControllerApi, AwsCredentialsControllerApi, BranchLinkControllerApi, CaptchaControllerApi, CaseActionsControllerApi, CaseControllerApi, CaseCounterOfferControllerApi, CaseCreationControllerApi, CaseDeclineControllerApi, CaseNotesControllerApi, CasePaymentControllerApi, CaseReferralCodeControllerApi, CaseRefundControllerApi, CaseResolutionControllerApi, CaseStatusControllerApi, CaseTransferControllerApi, CaseUserControllerApi, CitationAuditControllerApi, CitationControllerApi, CoachingCardsControllerApi, ConfigurationControllerApi, ConsoleListControllerApi, ContactLoopWebhookControllerApi, ContactTimelineControllerApi, ConversationControllerApi, CountyControllerApi, CourtControllerApi, CrmControllerApi, CustomerLeadControllerApi, CustomerReviewControllerApi, CustomerServiceAgentBookingsControllerApi, CustomerServiceAgentControllerApi, DashboardControllerApi, DirectMailControllerApi, DripControllerApi, DripWebhooksControllerApi, DriverLicenseControllerApi, EmployeeControllerApi, EventBridgeEmailNotificationControllerApi, ExternalContentVoteControllerApi, ExternalTicketLookupControllerApi, FeedbackControllerApi, FreshcallerControllerApi, FreshdeskTicketControllerApi, GetCaseControllerApi, HouseholdMateControllerApi, HubspotWebhookControllerApi, InsuranceCalculatorControllerApi, IntercomTicketControllerApi, IntercomWebhookControllerApi, LawfirmCaseDecisionControllerApi, LawfirmCasesControllerApi, LawfirmControllerApi, LawfirmDashboardControllerApi, LawfirmDocumentControllerApi, LawfirmFeeCoverageControllerApi, LawfirmPaymentModelControllerApi, LawfirmRatesControllerApi, LawfirmSettingsControllerApi, LawfirmStorefrontControllerApi, LawfirmSurchargeControllerApi, LawfirmTransactionsControllerApi, LawyerControllerApi, LegalServicesControllerApi, LineItemControllerApi, ListCasesControllerApi, MediaCreationControllerApi, MessagesControllerApi, NotesControllerApi, OcrPipelineControllerApi, OcrPredictionControllerApi, OnDemandRequestControllerApi, OneTimePasswordControllerApi, PhoneLeadsControllerApi, PushNotificationControllerApi, RecurringBillingControllerApi, RefLinkControllerApi, ReferralCodeControllerApi, ReferralControllerApi, ReferralSourceControllerApi, RefundEligibilityControllerApi, RegistrationControllerApi, ReportingControllerApi, ScheduledTaskControllerApi, SingleSignOnControllerApi, SnsListenerControllerApi, SocialLoginControllerApi, StripeCardControllerApi, StripeControllerApi, StripeSyncControllerApi, StripeWebhookControllerApi, TicketReviewControllerApi, UrlRedirectControllerApi, UserAccountControllerApi, UserAuditControllerApi, UserControllerApi, UserPasswordControllerApi, UserProfileControllerApi, UserSearchControllerApi, UserSettingsControllerApi, UserSocialProfileControllerApi, UtilityControllerApi, ValidationControllerApi, VerificationControllerApi, ViolationControllerApi, ViolationPenaltyControllerApi, WatchlistsControllerApi, WebsocketMessageControllerApi, WorkflowStateControllerApi];
|
|
@@ -61,6 +61,7 @@ const apiModule = angular.module('api', [])
|
|
|
61
61
|
.service('LawfirmCaseDecisionControllerApi', api.LawfirmCaseDecisionControllerApi)
|
|
62
62
|
.service('LawfirmCasesControllerApi', api.LawfirmCasesControllerApi)
|
|
63
63
|
.service('LawfirmControllerApi', api.LawfirmControllerApi)
|
|
64
|
+
.service('LawfirmDashboardControllerApi', api.LawfirmDashboardControllerApi)
|
|
64
65
|
.service('LawfirmDocumentControllerApi', api.LawfirmDocumentControllerApi)
|
|
65
66
|
.service('LawfirmFeeCoverageControllerApi', api.LawfirmFeeCoverageControllerApi)
|
|
66
67
|
.service('LawfirmPaymentModelControllerApi', api.LawfirmPaymentModelControllerApi)
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export interface EarningsByPeriodDto {
|
|
13
|
+
"periodDate"?: string;
|
|
14
|
+
"totalAmountInCents"?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
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 * as models from './models';
|
|
13
|
+
export interface GetLawfirmGrossEarningsResponse {
|
|
14
|
+
"earnings"?: Array<models.EarningsByPeriodDto>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
export {};
|
|
@@ -228,6 +228,7 @@ export * from './DripWebhookData';
|
|
|
228
228
|
export * from './DripWebhookEvent';
|
|
229
229
|
export * from './DriverLicenseModel';
|
|
230
230
|
export * from './Duration';
|
|
231
|
+
export * from './EarningsByPeriodDto';
|
|
231
232
|
export * from './EditConversationMessageRequest';
|
|
232
233
|
export * from './EditCustomerReviewRequest';
|
|
233
234
|
export * from './EnableViolationModel';
|
|
@@ -340,6 +341,7 @@ export * from './GetLawfirmFeeCoverageResponse';
|
|
|
340
341
|
export * from './GetLawfirmFeeModel';
|
|
341
342
|
export * from './GetLawfirmFeesResponse';
|
|
342
343
|
export * from './GetLawfirmFinancialTransactionsResponse';
|
|
344
|
+
export * from './GetLawfirmGrossEarningsResponse';
|
|
343
345
|
export * from './GetLawfirmInboxMessagesResponse';
|
|
344
346
|
export * from './GetLawfirmJobTitleResponse';
|
|
345
347
|
export * from './GetLawfirmLawyersResponse';
|
|
@@ -228,6 +228,7 @@ export * from './DripWebhookData';
|
|
|
228
228
|
export * from './DripWebhookEvent';
|
|
229
229
|
export * from './DriverLicenseModel';
|
|
230
230
|
export * from './Duration';
|
|
231
|
+
export * from './EarningsByPeriodDto';
|
|
231
232
|
export * from './EditConversationMessageRequest';
|
|
232
233
|
export * from './EditCustomerReviewRequest';
|
|
233
234
|
export * from './EnableViolationModel';
|
|
@@ -340,6 +341,7 @@ export * from './GetLawfirmFeeCoverageResponse';
|
|
|
340
341
|
export * from './GetLawfirmFeeModel';
|
|
341
342
|
export * from './GetLawfirmFeesResponse';
|
|
342
343
|
export * from './GetLawfirmFinancialTransactionsResponse';
|
|
344
|
+
export * from './GetLawfirmGrossEarningsResponse';
|
|
343
345
|
export * from './GetLawfirmInboxMessagesResponse';
|
|
344
346
|
export * from './GetLawfirmJobTitleResponse';
|
|
345
347
|
export * from './GetLawfirmLawyersResponse';
|
|
@@ -0,0 +1,42 @@
|
|
|
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 * as runtime from '../runtime';
|
|
13
|
+
import { GetLawfirmGrossEarningsResponse } from '../models';
|
|
14
|
+
export interface GetLawfirmGrossEarningsUsingGETRequest {
|
|
15
|
+
lawfirmId: number;
|
|
16
|
+
period: GetLawfirmGrossEarningsUsingGETPeriodEnum;
|
|
17
|
+
endDate?: Date;
|
|
18
|
+
startDate?: Date;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export declare class LawfirmDashboardControllerApi extends runtime.BaseAPI {
|
|
24
|
+
/**
|
|
25
|
+
* getLawfirmGrossEarnings
|
|
26
|
+
*/
|
|
27
|
+
getLawfirmGrossEarningsUsingGETRaw(requestParameters: GetLawfirmGrossEarningsUsingGETRequest): Promise<runtime.ApiResponse<GetLawfirmGrossEarningsResponse>>;
|
|
28
|
+
/**
|
|
29
|
+
* getLawfirmGrossEarnings
|
|
30
|
+
*/
|
|
31
|
+
getLawfirmGrossEarningsUsingGET(requestParameters: GetLawfirmGrossEarningsUsingGETRequest): Promise<GetLawfirmGrossEarningsResponse>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @export
|
|
35
|
+
* @enum {string}
|
|
36
|
+
*/
|
|
37
|
+
export declare enum GetLawfirmGrossEarningsUsingGETPeriodEnum {
|
|
38
|
+
DAILY = "DAILY",
|
|
39
|
+
HOURLY = "HOURLY",
|
|
40
|
+
MONTHLY = "MONTHLY",
|
|
41
|
+
WEEKLY = "WEEKLY"
|
|
42
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { GetLawfirmGrossEarningsResponseFromJSON, } from '../models';
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export class LawfirmDashboardControllerApi extends runtime.BaseAPI {
|
|
29
|
+
/**
|
|
30
|
+
* getLawfirmGrossEarnings
|
|
31
|
+
*/
|
|
32
|
+
getLawfirmGrossEarningsUsingGETRaw(requestParameters) {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
if (requestParameters.lawfirmId === null || requestParameters.lawfirmId === undefined) {
|
|
35
|
+
throw new runtime.RequiredError('lawfirmId', 'Required parameter requestParameters.lawfirmId was null or undefined when calling getLawfirmGrossEarningsUsingGET.');
|
|
36
|
+
}
|
|
37
|
+
if (requestParameters.period === null || requestParameters.period === undefined) {
|
|
38
|
+
throw new runtime.RequiredError('period', 'Required parameter requestParameters.period was null or undefined when calling getLawfirmGrossEarningsUsingGET.');
|
|
39
|
+
}
|
|
40
|
+
const queryParameters = {};
|
|
41
|
+
if (requestParameters.endDate !== undefined) {
|
|
42
|
+
queryParameters['endDate'] = requestParameters.endDate.toISOString();
|
|
43
|
+
}
|
|
44
|
+
if (requestParameters.period !== undefined) {
|
|
45
|
+
queryParameters['period'] = requestParameters.period;
|
|
46
|
+
}
|
|
47
|
+
if (requestParameters.startDate !== undefined) {
|
|
48
|
+
queryParameters['startDate'] = requestParameters.startDate.toISOString();
|
|
49
|
+
}
|
|
50
|
+
const headerParameters = {};
|
|
51
|
+
const response = yield this.request({
|
|
52
|
+
path: `/api/v1/lawfirms/{lawfirmId}/dashboard/gross-earnings`.replace(`{${"lawfirmId"}}`, encodeURIComponent(String(requestParameters.lawfirmId))),
|
|
53
|
+
method: 'GET',
|
|
54
|
+
headers: headerParameters,
|
|
55
|
+
query: queryParameters,
|
|
56
|
+
});
|
|
57
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GetLawfirmGrossEarningsResponseFromJSON(jsonValue));
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* getLawfirmGrossEarnings
|
|
62
|
+
*/
|
|
63
|
+
getLawfirmGrossEarningsUsingGET(requestParameters) {
|
|
64
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
+
const response = yield this.getLawfirmGrossEarningsUsingGETRaw(requestParameters);
|
|
66
|
+
return yield response.value();
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @export
|
|
72
|
+
* @enum {string}
|
|
73
|
+
*/
|
|
74
|
+
export var GetLawfirmGrossEarningsUsingGETPeriodEnum;
|
|
75
|
+
(function (GetLawfirmGrossEarningsUsingGETPeriodEnum) {
|
|
76
|
+
GetLawfirmGrossEarningsUsingGETPeriodEnum["DAILY"] = "DAILY";
|
|
77
|
+
GetLawfirmGrossEarningsUsingGETPeriodEnum["HOURLY"] = "HOURLY";
|
|
78
|
+
GetLawfirmGrossEarningsUsingGETPeriodEnum["MONTHLY"] = "MONTHLY";
|
|
79
|
+
GetLawfirmGrossEarningsUsingGETPeriodEnum["WEEKLY"] = "WEEKLY";
|
|
80
|
+
})(GetLawfirmGrossEarningsUsingGETPeriodEnum || (GetLawfirmGrossEarningsUsingGETPeriodEnum = {}));
|
|
@@ -58,6 +58,7 @@ export * from './IntercomWebhookControllerApi';
|
|
|
58
58
|
export * from './LawfirmCaseDecisionControllerApi';
|
|
59
59
|
export * from './LawfirmCasesControllerApi';
|
|
60
60
|
export * from './LawfirmControllerApi';
|
|
61
|
+
export * from './LawfirmDashboardControllerApi';
|
|
61
62
|
export * from './LawfirmDocumentControllerApi';
|
|
62
63
|
export * from './LawfirmFeeCoverageControllerApi';
|
|
63
64
|
export * from './LawfirmPaymentModelControllerApi';
|
|
@@ -58,6 +58,7 @@ export * from './IntercomWebhookControllerApi';
|
|
|
58
58
|
export * from './LawfirmCaseDecisionControllerApi';
|
|
59
59
|
export * from './LawfirmCasesControllerApi';
|
|
60
60
|
export * from './LawfirmControllerApi';
|
|
61
|
+
export * from './LawfirmDashboardControllerApi';
|
|
61
62
|
export * from './LawfirmDocumentControllerApi';
|
|
62
63
|
export * from './LawfirmFeeCoverageControllerApi';
|
|
63
64
|
export * from './LawfirmPaymentModelControllerApi';
|
|
@@ -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 EarningsByPeriodDto
|
|
16
|
+
*/
|
|
17
|
+
export interface EarningsByPeriodDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Date}
|
|
21
|
+
* @memberof EarningsByPeriodDto
|
|
22
|
+
*/
|
|
23
|
+
periodDate?: Date;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EarningsByPeriodDto
|
|
28
|
+
*/
|
|
29
|
+
totalAmountInCents?: number;
|
|
30
|
+
}
|
|
31
|
+
export declare function EarningsByPeriodDtoFromJSON(json: any): EarningsByPeriodDto;
|
|
32
|
+
export declare function EarningsByPeriodDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): EarningsByPeriodDto;
|
|
33
|
+
export declare function EarningsByPeriodDtoToJSON(value?: EarningsByPeriodDto | 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 EarningsByPeriodDtoFromJSON(json) {
|
|
16
|
+
return EarningsByPeriodDtoFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function EarningsByPeriodDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'periodDate': !exists(json, 'periodDate') ? undefined : (new Date(json['periodDate'])),
|
|
24
|
+
'totalAmountInCents': !exists(json, 'totalAmountInCents') ? undefined : json['totalAmountInCents'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function EarningsByPeriodDtoToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'periodDate': value.periodDate === undefined ? undefined : (value.periodDate.toISOString()),
|
|
36
|
+
'totalAmountInCents': value.totalAmountInCents,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { EarningsByPeriodDto } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetLawfirmGrossEarningsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GetLawfirmGrossEarningsResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<EarningsByPeriodDto>}
|
|
22
|
+
* @memberof GetLawfirmGrossEarningsResponse
|
|
23
|
+
*/
|
|
24
|
+
earnings?: Array<EarningsByPeriodDto>;
|
|
25
|
+
}
|
|
26
|
+
export declare function GetLawfirmGrossEarningsResponseFromJSON(json: any): GetLawfirmGrossEarningsResponse;
|
|
27
|
+
export declare function GetLawfirmGrossEarningsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLawfirmGrossEarningsResponse;
|
|
28
|
+
export declare function GetLawfirmGrossEarningsResponseToJSON(value?: GetLawfirmGrossEarningsResponse | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
import { EarningsByPeriodDtoFromJSON, EarningsByPeriodDtoToJSON, } from './';
|
|
16
|
+
export function GetLawfirmGrossEarningsResponseFromJSON(json) {
|
|
17
|
+
return GetLawfirmGrossEarningsResponseFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function GetLawfirmGrossEarningsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'earnings': !exists(json, 'earnings') ? undefined : (json['earnings'].map(EarningsByPeriodDtoFromJSON)),
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function GetLawfirmGrossEarningsResponseToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'earnings': value.earnings === undefined ? undefined : (value.earnings.map(EarningsByPeriodDtoToJSON)),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -228,6 +228,7 @@ export * from './DripWebhookData';
|
|
|
228
228
|
export * from './DripWebhookEvent';
|
|
229
229
|
export * from './DriverLicenseModel';
|
|
230
230
|
export * from './Duration';
|
|
231
|
+
export * from './EarningsByPeriodDto';
|
|
231
232
|
export * from './EditConversationMessageRequest';
|
|
232
233
|
export * from './EditCustomerReviewRequest';
|
|
233
234
|
export * from './EnableViolationModel';
|
|
@@ -340,6 +341,7 @@ export * from './GetLawfirmFeeCoverageResponse';
|
|
|
340
341
|
export * from './GetLawfirmFeeModel';
|
|
341
342
|
export * from './GetLawfirmFeesResponse';
|
|
342
343
|
export * from './GetLawfirmFinancialTransactionsResponse';
|
|
344
|
+
export * from './GetLawfirmGrossEarningsResponse';
|
|
343
345
|
export * from './GetLawfirmInboxMessagesResponse';
|
|
344
346
|
export * from './GetLawfirmJobTitleResponse';
|
|
345
347
|
export * from './GetLawfirmLawyersResponse';
|
|
@@ -228,6 +228,7 @@ export * from './DripWebhookData';
|
|
|
228
228
|
export * from './DripWebhookEvent';
|
|
229
229
|
export * from './DriverLicenseModel';
|
|
230
230
|
export * from './Duration';
|
|
231
|
+
export * from './EarningsByPeriodDto';
|
|
231
232
|
export * from './EditConversationMessageRequest';
|
|
232
233
|
export * from './EditCustomerReviewRequest';
|
|
233
234
|
export * from './EnableViolationModel';
|
|
@@ -340,6 +341,7 @@ export * from './GetLawfirmFeeCoverageResponse';
|
|
|
340
341
|
export * from './GetLawfirmFeeModel';
|
|
341
342
|
export * from './GetLawfirmFeesResponse';
|
|
342
343
|
export * from './GetLawfirmFinancialTransactionsResponse';
|
|
344
|
+
export * from './GetLawfirmGrossEarningsResponse';
|
|
343
345
|
export * from './GetLawfirmInboxMessagesResponse';
|
|
344
346
|
export * from './GetLawfirmJobTitleResponse';
|
|
345
347
|
export * from './GetLawfirmLawyersResponse';
|