@heyanon/sdk 2.1.13 → 2.1.14

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.
@@ -39,7 +39,7 @@ export interface FunctionOptions {
39
39
  readonly evm: EvmFunctionOptions;
40
40
  readonly solana: SolanaFunctionOptions;
41
41
  readonly ton: TonFunctionOptions;
42
- readonly notify: (message: string) => Promise<void>;
42
+ readonly notify: (message: string, type?: 'alert' | 'regular') => Promise<void>;
43
43
  readonly getRecipient: (type: WalletType) => Promise<string>;
44
44
  readonly getUserTokens: () => Promise<UserToken[]>;
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyanon/sdk",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",