@go1/go1-embedding-react-sdk 0.0.50 → 0.0.51

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.
@@ -45,7 +45,7 @@ export interface FeatureAttributesPreview extends FeatureAttributesPreviewCommon
45
45
  id: number;
46
46
  }
47
47
  export interface FeatureAttributesWallet extends FeatureAttributeCommon {
48
- walletMode: 'setup' | 'main';
48
+ walletMode: 'setup' | 'main' | 'request_admin';
49
49
  deepLink?: string;
50
50
  oneClickBuyUrl?: string;
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "A React library to embed Go1 content into your website.",
5
5
  "main": "dist/go1-embedding-react-sdk/src/index.js",
6
6
  "files": [