@otr-app/shared-backend-generated-client 2.3.215 → 2.3.216
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 +9 -0
- package/dist/angular/api/dashboardController.service.ts +216 -0
- package/dist/angular/model/aggregates.ts +23 -0
- package/dist/angular/model/cancellationAggregates.ts +23 -0
- package/dist/angular/model/case.ts +10 -10
- package/dist/angular/model/getUserRegistrationsRequest.ts +3 -0
- package/dist/angular/model/lawfirm.ts +80 -0
- package/dist/angular/model/listCaseBookingsRequest.ts +20 -0
- package/dist/angular/model/listCaseBookingsResponse.ts +20 -0
- package/dist/angular/model/listCaseCancellationsRequest.ts +20 -0
- package/dist/angular/model/listCaseCancellationsResponse.ts +20 -0
- package/dist/angular/model/listCitationsRequest.ts +1 -0
- package/dist/angular/model/listLawfirmsEngagedRequest.ts +20 -0
- package/dist/angular/model/listLawfirmsEngagedResponse.ts +20 -0
- package/dist/angular/model/models.ts +9 -0
- package/dist/otrBackendService.js +111 -0
- package/dist/otrBackendService.min.js +6 -6
- package/dist/typescript/api/DashboardControllerApi.d.ts +18 -0
- package/dist/typescript/api/DashboardControllerApi.js +75 -0
- package/dist/typescript/model/Aggregates.d.ts +20 -0
- package/dist/typescript/model/Aggregates.js +13 -0
- package/dist/typescript/model/CancellationAggregates.d.ts +20 -0
- package/dist/typescript/model/CancellationAggregates.js +13 -0
- package/dist/typescript/model/Case.d.ts +10 -9
- package/dist/typescript/model/Case.js +0 -7
- package/dist/typescript/model/GetUserRegistrationsRequest.d.ts +3 -0
- package/dist/typescript/model/Lawfirm.d.ts +75 -0
- package/dist/typescript/model/Lawfirm.js +71 -0
- package/dist/typescript/model/ListCaseBookingsRequest.d.ts +17 -0
- package/dist/typescript/model/ListCaseBookingsRequest.js +13 -0
- package/dist/typescript/model/ListCaseBookingsResponse.d.ts +16 -0
- package/dist/typescript/model/ListCaseBookingsResponse.js +13 -0
- package/dist/typescript/model/ListCaseCancellationsRequest.d.ts +17 -0
- package/dist/typescript/model/ListCaseCancellationsRequest.js +13 -0
- package/dist/typescript/model/ListCaseCancellationsResponse.d.ts +16 -0
- package/dist/typescript/model/ListCaseCancellationsResponse.js +13 -0
- package/dist/typescript/model/ListCitationsRequest.d.ts +1 -0
- package/dist/typescript/model/ListLawfirmsEngagedRequest.d.ts +17 -0
- package/dist/typescript/model/ListLawfirmsEngagedRequest.js +13 -0
- package/dist/typescript/model/ListLawfirmsEngagedResponse.d.ts +16 -0
- package/dist/typescript/model/ListLawfirmsEngagedResponse.js +13 -0
- package/dist/typescript/model/models.d.ts +9 -0
- package/dist/typescript/model/models.js +9 -0
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@ __exportStar(require("./AgentBookingsSummary"), exports);
|
|
|
47
47
|
__exportStar(require("./AggregateBySource"), exports);
|
|
48
48
|
__exportStar(require("./AggregateRatingMetrics"), exports);
|
|
49
49
|
__exportStar(require("./AggregateReferralCredit"), exports);
|
|
50
|
+
__exportStar(require("./Aggregates"), exports);
|
|
50
51
|
__exportStar(require("./Alert"), exports);
|
|
51
52
|
__exportStar(require("./AlertNotificationResponse"), exports);
|
|
52
53
|
__exportStar(require("./AnonymousTicketUploadModel"), exports);
|
|
@@ -83,6 +84,7 @@ __exportStar(require("./CancelCaseRequest"), exports);
|
|
|
83
84
|
__exportStar(require("./CancelationDetails"), exports);
|
|
84
85
|
__exportStar(require("./CancelationDetailsReq"), exports);
|
|
85
86
|
__exportStar(require("./CancelationDetailsRes"), exports);
|
|
87
|
+
__exportStar(require("./CancellationAggregates"), exports);
|
|
86
88
|
__exportStar(require("./CaptureChargeFromCasePaymentRequest"), exports);
|
|
87
89
|
__exportStar(require("./Case"), exports);
|
|
88
90
|
__exportStar(require("./CaseActionDomain"), exports);
|
|
@@ -404,6 +406,7 @@ __exportStar(require("./InviteLawyerToLawfirmRequest"), exports);
|
|
|
404
406
|
__exportStar(require("./IsRefundEligibleResponse"), exports);
|
|
405
407
|
__exportStar(require("./IsUserLoggedInResponse"), exports);
|
|
406
408
|
__exportStar(require("./LastLoginDateModel"), exports);
|
|
409
|
+
__exportStar(require("./Lawfirm"), exports);
|
|
407
410
|
__exportStar(require("./LawfirmAuditEventModel"), exports);
|
|
408
411
|
__exportStar(require("./LawfirmBankPayoutModel"), exports);
|
|
409
412
|
__exportStar(require("./LawfirmBookingSummary"), exports);
|
|
@@ -445,6 +448,10 @@ __exportStar(require("./ListBillingProductsResponse"), exports);
|
|
|
445
448
|
__exportStar(require("./ListBillingSubscribersResponse"), exports);
|
|
446
449
|
__exportStar(require("./ListBillingSubscriptionModel"), exports);
|
|
447
450
|
__exportStar(require("./ListBillingSubscriptionsResponse"), exports);
|
|
451
|
+
__exportStar(require("./ListCaseBookingsRequest"), exports);
|
|
452
|
+
__exportStar(require("./ListCaseBookingsResponse"), exports);
|
|
453
|
+
__exportStar(require("./ListCaseCancellationsRequest"), exports);
|
|
454
|
+
__exportStar(require("./ListCaseCancellationsResponse"), exports);
|
|
448
455
|
__exportStar(require("./ListCitationAuditEventsResponse"), exports);
|
|
449
456
|
__exportStar(require("./ListCitationsRequest"), exports);
|
|
450
457
|
__exportStar(require("./ListCitationsResponse"), exports);
|
|
@@ -459,6 +466,8 @@ __exportStar(require("./ListLawfirmStorefrontsResponse"), exports);
|
|
|
459
466
|
__exportStar(require("./ListLawfirmSurchargeModel"), exports);
|
|
460
467
|
__exportStar(require("./ListLawfirmSurchargeTypeModel"), exports);
|
|
461
468
|
__exportStar(require("./ListLawfirmSurchargesResponse"), exports);
|
|
469
|
+
__exportStar(require("./ListLawfirmsEngagedRequest"), exports);
|
|
470
|
+
__exportStar(require("./ListLawfirmsEngagedResponse"), exports);
|
|
462
471
|
__exportStar(require("./ListNotesResponse"), exports);
|
|
463
472
|
__exportStar(require("./ListPhoneCallsCountModel"), exports);
|
|
464
473
|
__exportStar(require("./ListPhoneCallsModel"), exports);
|