@anzusystems/common-admin 1.40.0-alpha33 → 1.40.0-alpha34

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.
@@ -4980,7 +4980,7 @@ export declare interface AssetFileLink {
4980
4980
  type: AssetFileLinkType;
4981
4981
  }
4982
4982
 
4983
- export declare type AssetFileLinks = Record<'image_list' | 'image_table' | 'image_detail' | 'audio', AssetFileLink> | Record<string, never>;
4983
+ export declare type AssetFileLinks = Record<'image_list' | 'image_table' | 'image_detail' | 'image_animated' | 'audio', AssetFileLink> | Record<string, never>;
4984
4984
 
4985
4985
  export declare enum AssetFileLinkType {
4986
4986
  Image = "image",