@otr-app/shared-backend-generated-client 2.3.89 → 2.3.91

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.
@@ -26,6 +26,7 @@ export interface DashboardCaseModel {
26
26
  lawfirmProfilePictureUrl?: string;
27
27
  lawyerRating?: number;
28
28
  legalFeeInCents?: number;
29
+ matchExpirationDateUtc?: string;
29
30
  messageBody?: string;
30
31
  status?: DashboardStatusModel;
31
32
  userId?: number;
@@ -30,14 +30,15 @@ export interface GetCaseUserModel {
30
30
  userId?: number;
31
31
  }
32
32
  export namespace GetCaseUserModel {
33
- export type RelationshipToClientEnum = 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'SELF';
33
+ export type RelationshipToClientEnum = 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'SELF' | 'UNKNOWN';
34
34
  export const RelationshipToClientEnum = {
35
35
  Employer: 'EMPLOYER' as RelationshipToClientEnum,
36
36
  FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientEnum,
37
37
  Friend: 'FRIEND' as RelationshipToClientEnum,
38
38
  Lawyer: 'LAWYER' as RelationshipToClientEnum,
39
39
  Other: 'OTHER' as RelationshipToClientEnum,
40
- Self: 'SELF' as RelationshipToClientEnum
40
+ Self: 'SELF' as RelationshipToClientEnum,
41
+ Unknown: 'UNKNOWN' as RelationshipToClientEnum
41
42
  };
42
43
  }
43
44
 
@@ -26,14 +26,15 @@ export interface SaveCaseUserRequest {
26
26
  userId?: number;
27
27
  }
28
28
  export namespace SaveCaseUserRequest {
29
- export type RelationshipToClientEnum = 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'SELF';
29
+ export type RelationshipToClientEnum = 'EMPLOYER' | 'FAMILY_MEMBER' | 'FRIEND' | 'LAWYER' | 'OTHER' | 'SELF' | 'UNKNOWN';
30
30
  export const RelationshipToClientEnum = {
31
31
  Employer: 'EMPLOYER' as RelationshipToClientEnum,
32
32
  FamilyMember: 'FAMILY_MEMBER' as RelationshipToClientEnum,
33
33
  Friend: 'FRIEND' as RelationshipToClientEnum,
34
34
  Lawyer: 'LAWYER' as RelationshipToClientEnum,
35
35
  Other: 'OTHER' as RelationshipToClientEnum,
36
- Self: 'SELF' as RelationshipToClientEnum
36
+ Self: 'SELF' as RelationshipToClientEnum,
37
+ Unknown: 'UNKNOWN' as RelationshipToClientEnum
37
38
  };
38
39
  }
39
40
 
@@ -21,6 +21,7 @@ export interface DashboardCaseModel {
21
21
  "lawfirmProfilePictureUrl"?: string;
22
22
  "lawyerRating"?: number;
23
23
  "legalFeeInCents"?: number;
24
+ "matchExpirationDateUtc"?: string;
24
25
  "messageBody"?: string;
25
26
  "status"?: models.DashboardStatusModel;
26
27
  "userId"?: number;
@@ -34,6 +34,7 @@ export declare namespace GetCaseUserModel {
34
34
  FRIEND,
35
35
  LAWYER,
36
36
  OTHER,
37
- SELF
37
+ SELF,
38
+ UNKNOWN
38
39
  }
39
40
  }
@@ -22,5 +22,6 @@ var GetCaseUserModel;
22
22
  RelationshipToClientEnum[RelationshipToClientEnum["LAWYER"] = 'LAWYER'] = "LAWYER";
23
23
  RelationshipToClientEnum[RelationshipToClientEnum["OTHER"] = 'OTHER'] = "OTHER";
24
24
  RelationshipToClientEnum[RelationshipToClientEnum["SELF"] = 'SELF'] = "SELF";
25
+ RelationshipToClientEnum[RelationshipToClientEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
25
26
  })(RelationshipToClientEnum = GetCaseUserModel.RelationshipToClientEnum || (GetCaseUserModel.RelationshipToClientEnum = {}));
26
27
  })(GetCaseUserModel = exports.GetCaseUserModel || (exports.GetCaseUserModel = {}));
@@ -29,6 +29,7 @@ export declare namespace SaveCaseUserRequest {
29
29
  FRIEND,
30
30
  LAWYER,
31
31
  OTHER,
32
- SELF
32
+ SELF,
33
+ UNKNOWN
33
34
  }
34
35
  }
@@ -22,5 +22,6 @@ var SaveCaseUserRequest;
22
22
  RelationshipToClientEnum[RelationshipToClientEnum["LAWYER"] = 'LAWYER'] = "LAWYER";
23
23
  RelationshipToClientEnum[RelationshipToClientEnum["OTHER"] = 'OTHER'] = "OTHER";
24
24
  RelationshipToClientEnum[RelationshipToClientEnum["SELF"] = 'SELF'] = "SELF";
25
+ RelationshipToClientEnum[RelationshipToClientEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
25
26
  })(RelationshipToClientEnum = SaveCaseUserRequest.RelationshipToClientEnum || (SaveCaseUserRequest.RelationshipToClientEnum = {}));
26
27
  })(SaveCaseUserRequest = exports.SaveCaseUserRequest || (exports.SaveCaseUserRequest = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.89",
3
+ "version": "2.3.91",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"