@ash-cloud/ash-ui 0.2.2 → 0.2.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
@@ -1050,6 +1050,7 @@ interface StreamEvent {
1050
1050
  error?: string;
1051
1051
  code?: string;
1052
1052
  status?: string;
1053
+ message?: string;
1053
1054
  result?: string;
1054
1055
  totalCost?: number;
1055
1056
  totalTokens?: number;
package/dist/index.d.ts CHANGED
@@ -1050,6 +1050,7 @@ interface StreamEvent {
1050
1050
  error?: string;
1051
1051
  code?: string;
1052
1052
  status?: string;
1053
+ message?: string;
1053
1054
  result?: string;
1054
1055
  totalCost?: number;
1055
1056
  totalTokens?: number;