@periskope/types 0.6.175 → 0.6.176

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/types.d.ts CHANGED
@@ -166,6 +166,7 @@ export type MediaType = {
166
166
  size?: number;
167
167
  thumbnail?: string;
168
168
  filedata?: string;
169
+ compress?: boolean;
169
170
  };
170
171
  export type MessageType = Merge<OverrideProperties<Tables<'tbl_chat_messages'>, {
171
172
  message_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.175",
3
+ "version": "0.6.176",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/types.ts CHANGED
@@ -190,6 +190,7 @@ export type MediaType = {
190
190
  size?: number;
191
191
  thumbnail?: string;
192
192
  filedata?: string;
193
+ compress?: boolean;
193
194
  };
194
195
 
195
196
  export type MessageType = Merge<