@go1/go1-embedding-react-sdk 0.0.36 → 0.0.37

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
@@ -108,6 +108,7 @@ export interface FeatureAttributesPreview extends FeatureAttributeCommon {
108
108
  id: number;
109
109
  startWith1Player?: boolean;
110
110
  showFooter?: boolean;
111
+ contentRatingType?: 'no rating' | 'five star rating' | 'like rating';
111
112
  }
112
113
 
113
114
  /**
package/dist/README.md CHANGED
@@ -108,6 +108,7 @@ export interface FeatureAttributesPreview extends FeatureAttributeCommon {
108
108
  id: number;
109
109
  startWith1Player?: boolean;
110
110
  showFooter?: boolean;
111
+ contentRatingType?: 'no rating' | 'five star rating' | 'like rating';
111
112
  }
112
113
 
113
114
  /**
@@ -24,6 +24,7 @@ export interface FeatureAttributeCommon {
24
24
  interface FeatureAttributesPreviewCommon extends FeatureAttributeCommon {
25
25
  startWith1Player?: boolean;
26
26
  showFooter?: boolean;
27
+ contentRatingType?: 'no rating' | 'five star rating' | 'like rating';
27
28
  }
28
29
  export interface FeatureAttributesAIChat extends FeatureAttributesPreviewCommon {
29
30
  intent?: 'skill_gap' | 'improve_skills' | 'next_role' | 'aspirations';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
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": [