@go1/go1-embedding-react-sdk 0.0.13 → 0.0.14

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.
@@ -28,7 +28,10 @@ export interface FeatureAttributesPreview {
28
28
  id: number;
29
29
  experience?: 'manager' | 'learner';
30
30
  }
31
- export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPreview;
31
+ export interface FeatureAttributesWallet {
32
+ walletMode: 'setup' | 'main';
33
+ }
34
+ export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPreview | FeatureAttributesWallet;
32
35
  export interface AdditionalUserInfo {
33
36
  jobTitle: string;
34
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
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": [