braid-ui 1.0.136 → 1.0.138

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
@@ -161,6 +161,7 @@ type BusinessTimelineEvent = {
161
161
  type: "status_change";
162
162
  from: string;
163
163
  to: string;
164
+ note?: string;
164
165
  } | {
165
166
  id: string;
166
167
  timestamp: string;
package/dist/index.d.ts CHANGED
@@ -161,6 +161,7 @@ type BusinessTimelineEvent = {
161
161
  type: "status_change";
162
162
  from: string;
163
163
  to: string;
164
+ note?: string;
164
165
  } | {
165
166
  id: string;
166
167
  timestamp: string;