@go1/go1-embedding-react-sdk 0.0.64 → 0.0.65

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.
@@ -49,6 +49,9 @@ export interface FeatureAttributesWallet extends FeatureAttributeCommon {
49
49
  deepLink?: string;
50
50
  oneClickBuyUrl?: string;
51
51
  }
52
+ export interface FeatureAttributesBulkUpload extends FeatureAttributeCommon {
53
+ bulkMode: 'create' | 'update';
54
+ }
52
55
  export interface FeatureAttributesLearnerSearch extends FeatureAttributeCommon {
53
56
  isGo1MobileApp?: boolean;
54
57
  }
@@ -69,11 +72,11 @@ export interface FeatureAttributesMyPlaylists extends FeatureAttributesPreviewCo
69
72
  }
70
73
  export interface FeatureAttributesMyLearning extends FeatureAttributeCommon {
71
74
  }
72
- export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPreview | FeatureAttributesWallet | FeatureAttributesLibrary | FeatureAttributesSearch | FeatureAttributesMyPlaylists | FeatureAttributesMyLearning;
75
+ export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPreview | FeatureAttributesWallet | FeatureAttributesLibrary | FeatureAttributesSearch | FeatureAttributesMyPlaylists | FeatureAttributesMyLearning | FeatureAttributesBulkUpload;
73
76
  export interface AdditionalUserInfo {
74
77
  jobTitle: string;
75
78
  }
76
- export declare const features: readonly ["ai-chat", "content-hub", "preview", "library", "search", "wallet", "content-retirement", "my-playlists", "activity-feed", "my-learning", "insights", "essentials-select/library", "essentials-select/my-learning", "essentials-select/learner-content", "essentials-select/search"];
79
+ export declare const features: readonly ["ai-chat", "content-hub", "preview", "library", "search", "wallet", "content-retirement", "my-playlists", "activity-feed", "my-learning", "insights", "essentials-select/library", "essentials-select/my-learning", "essentials-select/learner-content", "essentials-select/search", "bulk-upload"];
77
80
  export type FeatureType = (typeof features)[number];
78
81
  export interface InitOptions {
79
82
  feature: FeatureType;
@@ -17,4 +17,5 @@ exports.features = [
17
17
  'essentials-select/my-learning',
18
18
  'essentials-select/learner-content',
19
19
  'essentials-select/search',
20
+ 'bulk-upload',
20
21
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
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": [