@trixwell/ngx-parl 4.1.0 → 4.2.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/README.md CHANGED
@@ -120,6 +120,7 @@ export interface ChatMessageDTO {
120
120
  file_path?: string[] | [] | null;
121
121
  file_list?: File[] | [] | null;
122
122
  checked?: boolean | null;
123
+ pending?: boolean;
123
124
  }
124
125
 
125
126
  export type ChatMessageType = 'incoming' | 'outgoing';