@verdocs/js-sdk 4.2.15 → 4.2.16

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.mts CHANGED
@@ -1927,10 +1927,7 @@ declare const deleteProfile: (endpoint: VerdocsEndpoint, profileId: string) => P
1927
1927
  * });
1928
1928
  * ```
1929
1929
  */
1930
- declare const createProfile: (endpoint: VerdocsEndpoint, params: ICreateAccountRequest) => Promise<{
1931
- profile: IProfile;
1932
- organization: IOrganization;
1933
- }>;
1930
+ declare const createProfile: (endpoint: VerdocsEndpoint, params: ICreateAccountRequest) => Promise<IAuthenticateResponse>;
1934
1931
  /**
1935
1932
  * Update the caller's profile photo. This can only be called for the user's "current" profile.
1936
1933
  *
package/dist/index.d.ts CHANGED
@@ -1927,10 +1927,7 @@ declare const deleteProfile: (endpoint: VerdocsEndpoint, profileId: string) => P
1927
1927
  * });
1928
1928
  * ```
1929
1929
  */
1930
- declare const createProfile: (endpoint: VerdocsEndpoint, params: ICreateAccountRequest) => Promise<{
1931
- profile: IProfile;
1932
- organization: IOrganization;
1933
- }>;
1930
+ declare const createProfile: (endpoint: VerdocsEndpoint, params: ICreateAccountRequest) => Promise<IAuthenticateResponse>;
1934
1931
  /**
1935
1932
  * Update the caller's profile photo. This can only be called for the user's "current" profile.
1936
1933
  *