@anzusystems/common-admin 1.47.0-alpha31 → 1.47.0-alpha33

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.
@@ -5266,6 +5266,7 @@ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware, As
5266
5266
  audioAttributes: AudioAttributes;
5267
5267
  originAssetFile: DocIdNullable;
5268
5268
  links?: AssetFileLinks;
5269
+ imagePreview: AssetFileImagePreviewNullable;
5269
5270
  _resourceName: 'audioFile';
5270
5271
  }
5271
5272