@shopby/shop-sdk 1.2.30 → 1.2.31

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.
@@ -6,6 +6,6 @@ declare const admin: (createOption: Function) => {
6
6
  */
7
7
  getMalls(): Promise<ResponseData<Malls>>;
8
8
  getMallsPartners(): Promise<ResponseData<MallsPartnersResponse[]>>;
9
- getMallsSsl(): Promise<ResponseData<MallsSslResponse>>;
9
+ getMallsSsl(): Promise<ResponseData<MallsSslResponse[]>>;
10
10
  };
11
11
  export default admin;
@@ -159,7 +159,7 @@ export interface CreatedOutput {
159
159
  admin: {
160
160
  getMalls(): Promise<ResponseData<Malls>>;
161
161
  getMallsPartners(): Promise<ResponseData<MallsPartnersResponse[]>>;
162
- getMallsSsl(): Promise<ResponseData<MallsSslResponse>>;
162
+ getMallsSsl(): Promise<ResponseData<MallsSslResponse[]>>;
163
163
  };
164
164
  claim: {
165
165
  postProfileOrderOrderNoClaimsCancel(request: any): Promise<ResponseData<void>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",