@unsource/ui 2.3.0 → 2.3.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/module.json
CHANGED
|
@@ -8,8 +8,8 @@ export declare const getCategorySection: (data: Slider) => Promise<InputOption[]
|
|
|
8
8
|
export declare const getOption: (key: string, params?: {}) => Promise<InputOption | null>;
|
|
9
9
|
export declare const getOptions: (key: string) => Promise<InputOption[]>;
|
|
10
10
|
export declare const getTransactions: (walletIds: string[], justWallet?: boolean) => Promise<Transaction[] | undefined>;
|
|
11
|
-
export declare const saveUser: (user: User) => Promise<
|
|
12
|
-
export declare const saveProfile: (profile: Profile) => Promise<
|
|
11
|
+
export declare const saveUser: (user: User) => Promise<Profile | undefined>;
|
|
12
|
+
export declare const saveProfile: (profile: Profile) => Promise<Profile | undefined>;
|
|
13
13
|
export declare const saveWithdraw: (withdraw: WithdrawRequest) => Promise<any>;
|
|
14
14
|
export declare const cancelRequest: (request: WithdrawRequest) => Promise<any>;
|
|
15
15
|
export declare const verifyPayment: (txId?: string) => Promise<{
|