@periskope/types 0.6.431 → 0.6.433

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/src/types.ts CHANGED
@@ -411,7 +411,7 @@ export type ChatType = Merge<
411
411
  member_closed_at?: {
412
412
  [key: string]: number;
413
413
  };
414
- ai_metadata: ChatAIMetadataType;
414
+ ai_metadata?: ChatAIMetadataType;
415
415
  tickets?: TicketType[];
416
416
  tasks?: TaskType[];
417
417
  }