@shopby/shop-sdk 1.0.9 → 1.1.0

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.
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order.js","sourceRoot":"","sources":["../../types/order.ts"],"names":[],"mappings":""}
@@ -21,9 +21,6 @@ export interface RequestOption<QueryStringType, BodyType, PathType = null> {
21
21
  export interface RequestConfig {
22
22
  method?: Method;
23
23
  url?: string;
24
- queryString?: any;
25
- requestBody?: any;
26
- pathVariable?: any;
27
24
  }
28
25
  export interface ResponseData<T> extends Response {
29
26
  data: T;
@@ -306,7 +303,10 @@ export * from './admin';
306
303
  export * from './auth';
307
304
  export * from './claim';
308
305
  export * from './design';
306
+ export * from './display';
309
307
  export * from './manage';
310
308
  export * from './member';
309
+ export * from './order';
311
310
  export * from './product';
311
+ export * from './enum';
312
312
  export * from '../src/index';
@@ -2,8 +2,11 @@ export * from './admin';
2
2
  export * from './auth';
3
3
  export * from './claim';
4
4
  export * from './design';
5
+ export * from './display';
5
6
  export * from './manage';
6
7
  export * from './member';
8
+ export * from './order';
7
9
  export * from './product';
10
+ export * from './enum';
8
11
  export * from '../src/index';
9
12
  //# sourceMappingURL=root.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"root.js","sourceRoot":"","sources":["../../types/root.ts"],"names":[],"mappings":"AA4dA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"root.js","sourceRoot":"","sources":["../../types/root.ts"],"names":[],"mappings":"AAydA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",