@animaapp/anima-sdk 0.23.0 → 0.23.1
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 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -420,6 +420,7 @@ export declare type GetCodeFromWebsiteHandler = ((message: SSEGetCodeFromWebsite
|
|
|
420
420
|
|
|
421
421
|
export declare type GetCodeFromWebsiteParams = {
|
|
422
422
|
url?: string;
|
|
423
|
+
/** @deprecated Use `mhtmlUrl` instead. */
|
|
423
424
|
mhtml?: string;
|
|
424
425
|
mhtmlUrl?: string;
|
|
425
426
|
assetsStorage?: AssetsStorage;
|