@go1/go1-embedding-react-sdk 0.0.75 → 0.0.76

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.
@@ -80,6 +80,7 @@ export interface FeatureAttributesMyLearning extends FeatureAttributeCommon {
80
80
  export interface FeatureAttributesGo1LearnSearch extends FeatureAttributeCommon {
81
81
  searchTerm?: string;
82
82
  searchProvider?: string;
83
+ searchTab?: 'items' | 'playlists';
83
84
  }
84
85
  export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPreview | FeatureAttributesWallet | FeatureAttributesLibrary | FeatureAttributesSearch | FeatureAttributesMyPlaylists | FeatureAttributesMyLearning | FeatureAttributesBulkUpload | FeatureAttributesContentStatus | FeatureAttributesGo1LearnSearch;
85
86
  export interface AdditionalUserInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
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": [