@smart-cloud/ai-kit-core 1.1.2 → 1.1.3

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/dist/index.d.cts CHANGED
@@ -8,6 +8,8 @@ interface AiKitConfig {
8
8
  backendApiName?: string;
9
9
  backendBaseUrl?: string;
10
10
  subscriptionType?: SubscriptionType;
11
+ enableChatbot?: boolean;
12
+ chatbot?: AiChatbotProps;
11
13
  }
12
14
  /**
13
15
  * Ensures we only keep runtime keys that are part of AiKitConfig.
package/dist/index.d.ts CHANGED
@@ -8,6 +8,8 @@ interface AiKitConfig {
8
8
  backendApiName?: string;
9
9
  backendBaseUrl?: string;
10
10
  subscriptionType?: SubscriptionType;
11
+ enableChatbot?: boolean;
12
+ chatbot?: AiChatbotProps;
11
13
  }
12
14
  /**
13
15
  * Ensures we only keep runtime keys that are part of AiKitConfig.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",