@amityco/ts-sdk 7.6.1-8ef2910.0 → 7.6.1-a0961ea.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/dist/index.cjs.js CHANGED
@@ -6700,7 +6700,6 @@ function isAmityClipPost(post) {
6700
6700
  return !!(post.data &&
6701
6701
  typeof post.data !== 'string' &&
6702
6702
  'fileId' in post.data &&
6703
- 'thumbnailFileId' in post.data &&
6704
6703
  post.dataType === 'clip');
6705
6704
  }
6706
6705
 
package/dist/index.esm.js CHANGED
@@ -22791,7 +22791,6 @@ function isAmityClipPost(post) {
22791
22791
  return !!(post.data &&
22792
22792
  typeof post.data !== 'string' &&
22793
22793
  'fileId' in post.data &&
22794
- 'thumbnailFileId' in post.data &&
22795
22794
  post.dataType === 'clip');
22796
22795
  }
22797
22796