@feedmepos/mf-remy-panel 0.13.3 → 0.15.0-dev.1

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.
@@ -176,6 +176,10 @@ export interface ReportTaskOutput {
176
176
  parts: ReportTaskPart[];
177
177
  }
178
178
  export type ChatCommand = 'suggestPrice' | 'suggestDescription' | 'modifyImage' | 'askReport' | 'generateMarketingMaterial' | 'editMarketingBanner' | 'editCopy';
179
+ export interface ChatCommandAttachmentPayload {
180
+ key: string;
181
+ value: unknown;
182
+ }
179
183
  export interface ChatMessage {
180
184
  id: string;
181
185
  role: 'user' | 'assistant';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-remy-panel",
3
- "version": "0.13.3",
3
+ "version": "0.15.0-dev.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],