@shopby/shop-sdk 1.0.6 → 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/README.md +1 -1
- 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/index.d.ts +2 -2
- package/build/src/index.js +5 -7
- package/build/src/index.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 +4 -3
- package/build/types/root.js +4 -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;
|
|
@@ -304,8 +301,12 @@ export interface CreatedOutput {
|
|
|
304
301
|
}
|
|
305
302
|
export * from './admin';
|
|
306
303
|
export * from './auth';
|
|
304
|
+
export * from './claim';
|
|
307
305
|
export * from './design';
|
|
306
|
+
export * from './display';
|
|
308
307
|
export * from './manage';
|
|
309
308
|
export * from './member';
|
|
309
|
+
export * from './order';
|
|
310
310
|
export * from './product';
|
|
311
|
+
export * from './enum';
|
|
311
312
|
export * from '../src/index';
|
package/build/types/root.js
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export * from './admin';
|
|
2
2
|
export * from './auth';
|
|
3
|
+
export * from './claim';
|
|
3
4
|
export * from './design';
|
|
5
|
+
export * from './display';
|
|
4
6
|
export * from './manage';
|
|
5
7
|
export * from './member';
|
|
8
|
+
export * from './order';
|
|
6
9
|
export * from './product';
|
|
10
|
+
export * from './enum';
|
|
7
11
|
export * from '../src/index';
|
|
8
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"}
|