@spiffcommerce/core 21.9.0-alpha.9 → 21.9.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.d.ts +1 -1
- package/dist/index.js +321 -330
- package/dist/index.umd.cjs +23 -16
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1150,7 +1150,6 @@ declare class AssetService implements AssetManager {
|
|
|
1150
1150
|
* @param assetType The type of asset we're expecting to upload
|
|
1151
1151
|
*/
|
|
1152
1152
|
private dispatchCreateAssetRequest;
|
|
1153
|
-
private removeBackground;
|
|
1154
1153
|
private guessMIME;
|
|
1155
1154
|
}
|
|
1156
1155
|
interface PersistedAsset {
|
|
@@ -3202,6 +3201,7 @@ declare class FrameStepHandle extends StepHandle<FrameStepData> {
|
|
|
3202
3201
|
hasBackgroundRemovedImageSelection(): boolean;
|
|
3203
3202
|
getUseOriginalImageSelection(): boolean;
|
|
3204
3203
|
setUseOriginalImageSelection(value: boolean): Promise<void>;
|
|
3204
|
+
private getFrameStepStorage;
|
|
3205
3205
|
}
|
|
3206
3206
|
|
|
3207
3207
|
declare class MaterialStepHandle extends StepHandle<MaterialStepData> {
|