@otr-app/shared-backend-generated-client 2.4.97 → 2.4.99

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.
Files changed (32) hide show
  1. package/dist/angular/.openapi-generator/FILES +2 -0
  2. package/dist/angular/api/lawfirmController.service.ts +4 -12
  3. package/dist/angular/model/dashboardCaseModel.ts +2 -0
  4. package/dist/angular/model/dashboardDisputeModel.ts +19 -0
  5. package/dist/angular/model/getLawfirmModel.ts +2 -0
  6. package/dist/angular/model/models.ts +2 -0
  7. package/dist/angular/model/supportedStateModel.ts +75 -0
  8. package/dist/otrBackendService.js +0 -5
  9. package/dist/otrBackendService.min.js +2 -2
  10. package/dist/typescript/api/LawfirmControllerApi.d.ts +1 -2
  11. package/dist/typescript/api/LawfirmControllerApi.js +1 -5
  12. package/dist/typescript/model/DashboardCaseModel.d.ts +1 -0
  13. package/dist/typescript/model/DashboardDisputeModel.d.ts +16 -0
  14. package/dist/typescript/model/DashboardDisputeModel.js +12 -0
  15. package/dist/typescript/model/GetLawfirmModel.d.ts +1 -0
  16. package/dist/typescript/model/SupportedStateModel.d.ts +70 -0
  17. package/dist/typescript/model/SupportedStateModel.js +68 -0
  18. package/dist/typescript/model/models.d.ts +2 -0
  19. package/dist/typescript/model/models.js +2 -0
  20. package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +0 -1
  21. package/dist/typescript-fetch/apis/LawfirmControllerApi.js +0 -3
  22. package/dist/typescript-fetch/models/DashboardCaseModel.d.ts +7 -1
  23. package/dist/typescript-fetch/models/DashboardCaseModel.js +3 -1
  24. package/dist/typescript-fetch/models/DashboardDisputeModel.d.ts +39 -0
  25. package/dist/typescript-fetch/models/DashboardDisputeModel.js +40 -0
  26. package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +7 -1
  27. package/dist/typescript-fetch/models/GetLawfirmModel.js +3 -1
  28. package/dist/typescript-fetch/models/SupportedStateModel.d.ts +90 -0
  29. package/dist/typescript-fetch/models/SupportedStateModel.js +96 -0
  30. package/dist/typescript-fetch/models/index.d.ts +2 -0
  31. package/dist/typescript-fetch/models/index.js +2 -0
  32. package/package.json +1 -1
@@ -197,6 +197,7 @@ export * from './DashboardCaseModel';
197
197
  export * from './DashboardCaseUserModel';
198
198
  export * from './DashboardCitationModel';
199
199
  export * from './DashboardCourtModel';
200
+ export * from './DashboardDisputeModel';
200
201
  export * from './DashboardStatusModel';
201
202
  export * from './DeclineCaseCounterRequest';
202
203
  export * from './DeclineCategory';
@@ -708,6 +709,7 @@ export * from './SubscriptionDiscountEligibility';
708
709
  export * from './SubscriptionDiscountEligibilityReq';
709
710
  export * from './SubscriptionDiscountEligibilityRes';
710
711
  export * from './SubscriptionGuardianModel';
712
+ export * from './SupportedStateModel';
711
713
  export * from './SyncStripeChargesRequest';
712
714
  export * from './SyncStripeChargesResponse';
713
715
  export * from './SyncStripeDisputeResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.4.97",
3
+ "version": "2.4.99",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"