@otr-app/shared-backend-generated-client 2.4.90 → 2.4.92
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/listCasesController.service.ts +4 -4
- package/dist/angular/model/acceptCaseCounterRequest.ts +10 -0
- package/dist/angular/model/caseCounterOfferModel.ts +11 -12
- package/dist/angular/model/dashboardCaseModel.ts +8 -0
- package/dist/angular/model/engagementLetterModel.ts +18 -0
- package/dist/angular/model/generateCounterOfferCasePaymentsRequest.ts +10 -1
- package/dist/angular/model/generateCounterOfferCasePaymentsResponse.ts +3 -0
- package/dist/angular/model/listCostItemsForCustomerResponse.ts +3 -0
- package/dist/angular/model/models.ts +3 -0
- package/dist/angular/model/overduePaymentModel.ts +17 -0
- package/dist/angular/model/violationModel0.ts +17 -0
- package/dist/typescript/api/ListCasesControllerApi.d.ts +1 -1
- package/dist/typescript/model/AcceptCaseCounterRequest.d.ts +8 -0
- package/dist/typescript/model/AcceptCaseCounterRequest.js +9 -1
- package/dist/typescript/model/CaseCounterOfferModel.d.ts +9 -12
- package/dist/typescript/model/CaseCounterOfferModel.js +10 -1
- package/dist/typescript/model/DashboardCaseModel.d.ts +4 -0
- package/dist/typescript/model/EngagementLetterModel.d.ts +15 -0
- package/dist/typescript/model/EngagementLetterModel.js +12 -0
- package/dist/typescript/model/GenerateCounterOfferCasePaymentsRequest.d.ts +8 -1
- package/dist/typescript/model/GenerateCounterOfferCasePaymentsRequest.js +9 -1
- package/dist/typescript/model/GenerateCounterOfferCasePaymentsResponse.d.ts +3 -0
- package/dist/typescript/model/ListCostItemsForCustomerResponse.d.ts +3 -0
- package/dist/typescript/model/OverduePaymentModel.d.ts +14 -0
- package/dist/typescript/model/OverduePaymentModel.js +12 -0
- package/dist/typescript/model/ViolationModel0.d.ts +14 -0
- package/dist/typescript/model/ViolationModel0.js +12 -0
- package/dist/typescript/model/models.d.ts +3 -0
- package/dist/typescript/model/models.js +3 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.js +1 -0
- package/dist/typescript-fetch/models/AcceptCaseCounterRequest.d.ts +15 -0
- package/dist/typescript-fetch/models/AcceptCaseCounterRequest.js +13 -0
- package/dist/typescript-fetch/models/CaseCounterOfferModel.d.ts +11 -62
- package/dist/typescript-fetch/models/CaseCounterOfferModel.js +11 -21
- package/dist/typescript-fetch/models/DashboardCaseModel.d.ts +25 -1
- package/dist/typescript-fetch/models/DashboardCaseModel.js +9 -1
- package/dist/typescript-fetch/models/EngagementLetterModel.d.ts +33 -0
- package/dist/typescript-fetch/models/EngagementLetterModel.js +38 -0
- package/dist/typescript-fetch/models/GenerateCounterOfferCasePaymentsRequest.d.ts +10 -1
- package/dist/typescript-fetch/models/GenerateCounterOfferCasePaymentsRequest.js +12 -3
- package/dist/typescript-fetch/models/GenerateCounterOfferCasePaymentsResponse.d.ts +18 -0
- package/dist/typescript-fetch/models/GenerateCounterOfferCasePaymentsResponse.js +6 -0
- package/dist/typescript-fetch/models/ListCostItemsForCustomerResponse.d.ts +18 -0
- package/dist/typescript-fetch/models/ListCostItemsForCustomerResponse.js +6 -0
- package/dist/typescript-fetch/models/OverduePaymentModel.d.ts +27 -0
- package/dist/typescript-fetch/models/OverduePaymentModel.js +36 -0
- package/dist/typescript-fetch/models/ViolationModel0.d.ts +27 -0
- package/dist/typescript-fetch/models/ViolationModel0.js +36 -0
- package/dist/typescript-fetch/models/index.d.ts +3 -0
- package/dist/typescript-fetch/models/index.js +3 -0
- package/package.json +1 -1
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|