@wayai/cli 0.2.72 → 0.2.73

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.
@@ -374,7 +374,7 @@ export declare class ApiClient {
374
374
  created_at: string;
375
375
  message_type?: string;
376
376
  channel_type?: string | null;
377
- is_internal?: boolean;
377
+ keep_in_history?: boolean;
378
378
  agent_id?: string | null;
379
379
  sender_id?: string | null;
380
380
  receiver_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wayai/cli",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "WayAI CLI — sync hub configuration between local files and the platform",
5
5
  "type": "module",
6
6
  "bin": {