@spiffcommerce/core 21.11.0-alpha.1 → 21.11.0-alpha.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/dist/index.d.ts CHANGED
@@ -393,6 +393,8 @@ declare class AssetService implements AssetManager {
393
393
  removeBackgroundFromAsset(asset: Asset): Promise<Asset>;
394
394
  removePersistedAsset(assetKey: string): void;
395
395
  getPersistedAssets(): PersistedAsset[];
396
+ registerPersistedAssetListener(callback: () => void): void;
397
+ unRegisterPersistedAssetListener(callback: () => void): void;
396
398
  /**
397
399
  * Convert a File object for an image into a FileInfo.
398
400
  */