qt-ui-kit 1.0.39 → 1.0.40

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.mts CHANGED
@@ -185,6 +185,7 @@ interface MessageData {
185
185
  reactions: string[];
186
186
  attachments: Attachment[];
187
187
  body: string;
188
+ outbound: boolean;
188
189
  }
189
190
  interface TicketData {
190
191
  title: string;
package/dist/index.d.ts CHANGED
@@ -185,6 +185,7 @@ interface MessageData {
185
185
  reactions: string[];
186
186
  attachments: Attachment[];
187
187
  body: string;
188
+ outbound: boolean;
188
189
  }
189
190
  interface TicketData {
190
191
  title: string;