@gala-chain/launchpad-sdk 3.3.4 → 3.3.5
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/LaunchpadSDK.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/LaunchpadSDK.d.ts
CHANGED
|
@@ -601,7 +601,7 @@ export declare class LaunchpadSDK {
|
|
|
601
601
|
* Update user profile information
|
|
602
602
|
*
|
|
603
603
|
* @param data Profile update data
|
|
604
|
-
* @returns Promise<
|
|
604
|
+
* @returns Promise<void> No return data - throws on failure
|
|
605
605
|
*/
|
|
606
606
|
updateProfile(data: UpdateProfileData): Promise<void>;
|
|
607
607
|
/**
|