@otr-app/shared-backend-generated-client 2.2.88 → 2.2.90

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.
@@ -12,8 +12,10 @@
12
12
  import * as models from './models';
13
13
  export interface GetLawfirmSummaryCasesResponse {
14
14
  "activeCasesCount"?: number;
15
+ "bookedCasesCount"?: number;
15
16
  "cases"?: Array<models.CaseSummaryDomain>;
16
17
  "numMatchingCases"?: number;
17
18
  "paymentPlanCasesCount"?: number;
18
19
  "pendingCasesCount"?: number;
20
+ "percentCasesWithPaymentPlan"?: number;
19
21
  }
@@ -99,6 +99,7 @@ export declare namespace ValidateDirectMailResponse {
99
99
  INVALIDCASEID,
100
100
  INVALIDCASEPAYMENTID,
101
101
  INVALIDCITATIONID,
102
+ INVALIDCODE,
102
103
  INVALIDCOURTID,
103
104
  INVALIDDATE,
104
105
  INVALIDDISPUTEID,
@@ -101,6 +101,7 @@ var ValidateDirectMailResponse;
101
101
  OtrErrorEnum[OtrErrorEnum["INVALIDCASEID"] = 'INVALID_CASE_ID'] = "INVALIDCASEID";
102
102
  OtrErrorEnum[OtrErrorEnum["INVALIDCASEPAYMENTID"] = 'INVALID_CASE_PAYMENT_ID'] = "INVALIDCASEPAYMENTID";
103
103
  OtrErrorEnum[OtrErrorEnum["INVALIDCITATIONID"] = 'INVALID_CITATION_ID'] = "INVALIDCITATIONID";
104
+ OtrErrorEnum[OtrErrorEnum["INVALIDCODE"] = 'INVALID_CODE'] = "INVALIDCODE";
104
105
  OtrErrorEnum[OtrErrorEnum["INVALIDCOURTID"] = 'INVALID_COURT_ID'] = "INVALIDCOURTID";
105
106
  OtrErrorEnum[OtrErrorEnum["INVALIDDATE"] = 'INVALID_DATE'] = "INVALIDDATE";
106
107
  OtrErrorEnum[OtrErrorEnum["INVALIDDISPUTEID"] = 'INVALID_DISPUTE_ID'] = "INVALIDDISPUTEID";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.2.88",
3
+ "version": "2.2.90",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"