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

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.
package/README.md CHANGED
@@ -90,7 +90,6 @@ export interface Go1Message {
90
90
  interface FeatureAttributeCommon {
91
91
  shouldSuppressPreview?: boolean;
92
92
  experience?: 'manager' | 'learner';
93
- shouldShowGo1FeedbackButton?: boolean;
94
93
  contentScope?: 'subscription' | 'library';
95
94
  }
96
95
 
package/dist/README.md CHANGED
@@ -90,7 +90,6 @@ export interface Go1Message {
90
90
  interface FeatureAttributeCommon {
91
91
  shouldSuppressPreview?: boolean;
92
92
  experience?: 'manager' | 'learner';
93
- shouldShowGo1FeedbackButton?: boolean;
94
93
  contentScope?: 'subscription' | 'library';
95
94
  }
96
95
 
@@ -23,7 +23,6 @@ type go1OnlyEnabledFeatures = Array<'ai-chat' | 'library' | 'my-playlists' | 'se
23
23
  export interface FeatureAttributeCommon {
24
24
  shouldSuppressPreview?: boolean;
25
25
  experience?: 'manager' | 'learner';
26
- shouldShowGo1FeedbackButton?: boolean;
27
26
  featureName?: string;
28
27
  contentScope?: 'subscription' | 'library';
29
28
  }
@@ -45,7 +44,7 @@ export interface FeatureAttributesPreview extends FeatureAttributesPreviewCommon
45
44
  id: number;
46
45
  }
47
46
  export interface FeatureAttributesWallet extends FeatureAttributeCommon {
48
- walletMode: 'setup' | 'main';
47
+ walletMode: 'setup' | 'main' | 'request_admin';
49
48
  deepLink?: string;
50
49
  oneClickBuyUrl?: string;
51
50
  }
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.52",
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": [