@wyocrm/sdk 5.5.12 → 5.5.13

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/build/index.d.ts CHANGED
@@ -70,7 +70,7 @@ declare module '@wyocrm/sdk/services' {
70
70
  exchangeWeixinCode(request: IWeixinCodeRequest, headers?: ICustomHeaders, axiosConfig?: AxiosRequestConfig): Promise<ITokenResponse>;
71
71
  getUserInfo(axiosConfig?: AxiosRequestConfig): Promise<IUserInfo>;
72
72
  sendOtp(merchantGuid: string, request: IOtpRequest, headers?: ICustomHeaders, axiosConfig?: AxiosRequestConfig): Promise<AxiosResponse<Response>>;
73
- getAccountDetail(merchantGuid: string, axiosConfig?: AxiosRequestConfig): Promise<IObjectResponse<IUserDetail>>;
73
+ getAccountDetail(merchantGuid: string, axiosConfig?: AxiosRequestConfig): Promise<AxiosResponse<IObjectResponse<IUserDetail>>>;
74
74
  }
75
75
  export class ClientService implements IClientService {
76
76
  exchangePasswordGrant(request: IPasswordGrantRequest, headers?: ICustomHeaders, axiosConfig?: AxiosRequestConfig): Promise<ITokenResponse>;
@@ -79,7 +79,7 @@ declare module '@wyocrm/sdk/services' {
79
79
  exchangeWeixinCode(request: IWeixinCodeRequest, headers?: ICustomHeaders, axiosConfig?: AxiosRequestConfig): Promise<ITokenResponse>;
80
80
  getUserInfo(axiosConfig?: AxiosRequestConfig): Promise<IUserInfo>;
81
81
  sendOtp(merchantGuid: string, request: IOtpRequest, headers?: ICustomHeaders, axiosConfig?: AxiosRequestConfig): Promise<AxiosResponse<Response>>;
82
- getAccountDetail(merchantGuid: string, axiosConfig?: AxiosRequestConfig): Promise<IObjectResponse<IUserDetail>>;
82
+ getAccountDetail(merchantGuid: string, axiosConfig?: AxiosRequestConfig): Promise<AxiosResponse<IObjectResponse<IUserDetail>>>;
83
83
  }
84
84
 
85
85
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @wyocrm/sdk v5.5.12
3
+ * @wyocrm/sdk v5.5.13
4
4
  * undefined
5
5
  *
6
6
  * Copyright (c) Steven Lee and project contributors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyocrm/sdk",
3
- "version": "5.5.12",
3
+ "version": "5.5.13",
4
4
  "description": "wyo sdk",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",