keyring-chatbot-agent-sdk-test 0.0.34 → 0.1.0

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/lib.d.ts CHANGED
@@ -98,7 +98,7 @@ export declare interface Message {
98
98
  actionData?: {
99
99
  action: string;
100
100
  parameters: Record<string, string>;
101
- status?: 'pending' | 'submitted' | 'success' | 'fail';
101
+ status?: 'pending' | 'submitted' | 'success' | 'fail' | 'idle';
102
102
  tokenInfo?: MessageTokenInfo;
103
103
  nftInfo?: MessageNftInfo;
104
104
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyring-chatbot-agent-sdk-test",
3
- "version": "0.0.34",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "description": "A React chat widget SDK with floating button and modal",
6
6
  "keywords": [