@stackedapp/types 1.9.15 → 1.9.16

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.
@@ -837,7 +837,7 @@ type StackedUserComplete = StackedUserWithApps & {
837
837
  authMethods: {
838
838
  wallets: Array<{
839
839
  address: string;
840
- type: number;
840
+ type: string;
841
841
  }>;
842
842
  emails: Array<{
843
843
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.9.15",
3
+ "version": "1.9.16",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",