@livetiles/reach-plugin-types 0.5.0-preview.329 → 0.5.0-preview.331

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 (2) hide show
  1. package/lib/index.d.ts +2 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1696,6 +1696,7 @@ declare module "libs/reach/util/common/src/user/User" {
1696
1696
  termsAndConditionsApprovedHash: string;
1697
1697
  isPublicUser?: boolean;
1698
1698
  hasUnreadChats?: boolean;
1699
+ publicSubscriptionIds?: string[];
1699
1700
  }
1700
1701
  export interface GroupUser extends UserSummary {
1701
1702
  role: {
@@ -3103,6 +3104,7 @@ declare module "libs/reach/util/common/src/user/useCurrentUserCache" {
3103
3104
  termsAndConditionsApprovedHash: string;
3104
3105
  isPublicUser?: boolean;
3105
3106
  hasUnreadChats?: boolean;
3107
+ publicSubscriptionIds?: string[];
3106
3108
  id?: string;
3107
3109
  type?: import("@livetiles/reach/util/common").AccountType;
3108
3110
  tenantId?: string;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.329",
7
+ "version": "0.5.0-preview.331",
8
8
  "dependencies": {}
9
9
  }