@otr-app/shared-backend-generated-client 2.3.135 → 2.3.136

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.
@@ -29,6 +29,7 @@ export interface GetCaseUserModel {
29
29
  licenseState?: string;
30
30
  permissionAttributes?: CaseUserPermissionAttributes;
31
31
  relationshipToClient?: GetCaseUserModel.RelationshipToClientEnum;
32
+ signedProfilePictureUrl?: string;
32
33
  userId?: number;
33
34
  }
34
35
  export namespace GetCaseUserModel {
@@ -27,6 +27,7 @@ export interface GetCaseUserModel {
27
27
  "licenseState"?: string;
28
28
  "permissionAttributes"?: models.CaseUserPermissionAttributes;
29
29
  "relationshipToClient"?: GetCaseUserModel.RelationshipToClientEnum;
30
+ "signedProfilePictureUrl"?: string;
30
31
  "userId"?: number;
31
32
  }
32
33
  export declare namespace GetCaseUserModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.135",
3
+ "version": "2.3.136",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"