stream-chat 8.45.2 → 8.45.3

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
@@ -2145,9 +2145,9 @@ export type Attachment<
2145
2145
  footer_icon?: string;
2146
2146
  giphy?: GiphyData;
2147
2147
  image_url?: string;
2148
- mime_type?: string;
2149
2148
  latitude?: number;
2150
2149
  longitude?: number;
2150
+ mime_type?: string;
2151
2151
  og_scrape_url?: string;
2152
2152
  original_height?: number;
2153
2153
  original_width?: number;