@stackedapp/types 1.5.11 → 1.6.0

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.
@@ -767,7 +767,7 @@ interface StackedReward extends IReward {
767
767
  }
768
768
 
769
769
  /** represents a stacked consumer from the web/mobile app */
770
- type StackedBaseUser = Pick<IUser, 'appConnections' | 'providers'>;
770
+ type StackedBaseUser = Pick<IUser, '_id' | 'appConnections' | 'providers'>;
771
771
  /** extra data populated into a stacked web/mobile app user */
772
772
  interface StackedBaseUserExtra {
773
773
  cryptoWallets?: Array<IUserCryptoWallet & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.5.11",
3
+ "version": "1.6.0",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",