@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.
- package/build/src/display.d.ts +5 -4
- package/build/src/display.js +3 -1
- package/build/src/display.js.map +1 -1
- package/build/src/manage.d.ts +5 -5
- package/build/src/manage.js.map +1 -1
- package/build/src/order.d.ts +2 -2
- package/build/types/display.d.ts +927 -0
- package/build/types/display.js +2 -0
- package/build/types/display.js.map +1 -0
- package/build/types/enum.d.ts +1 -0
- package/build/types/enum.js +2 -0
- package/build/types/enum.js.map +1 -0
- package/build/types/manage.d.ts +344 -0
- package/build/types/order.d.ts +1515 -0
- package/build/types/order.js +2 -0
- package/build/types/order.js.map +1 -0
- package/build/types/root.d.ts +3 -3
- package/build/types/root.js +3 -0
- package/build/types/root.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order.js","sourceRoot":"","sources":["../../types/order.ts"],"names":[],"mappings":""}
|
package/build/types/root.d.ts
CHANGED
|
@@ -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';
|
package/build/types/root.js
CHANGED
|
@@ -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
|
package/build/types/root.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"root.js","sourceRoot":"","sources":["../../types/root.ts"],"names":[],"mappings":"
|
|
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"}
|