@plentymarkets/shop-api 0.132.0 → 0.133.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/lib/api/getCustomerClasses/index.d.ts +2 -2
- package/lib/api/getCustomerClasses/index.d.ts.map +1 -1
- package/lib/types/api/customerClass.d.ts +0 -3
- package/lib/types/api/customerClass.d.ts.map +1 -1
- package/package.json +2 -2
- package/server/api/getCustomerClasses/index.d.ts +2 -2
- package/server/api/getCustomerClasses/index.d.ts.map +1 -1
- package/server/types/api/customerClass.d.ts +0 -3
- package/server/types/api/customerClass.d.ts.map +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data,
|
|
1
|
+
import { Data, CustomerClass } from '../../types/api';
|
|
2
2
|
import { PlentysystemsIntegrationContext } from '../../types/context';
|
|
3
3
|
/**
|
|
4
4
|
* Method getCustomerClasses- Method that customer classes for b2c and b2b
|
|
@@ -10,5 +10,5 @@ import { PlentysystemsIntegrationContext } from '../../types/context';
|
|
|
10
10
|
* const { data, error } = await useAsyncData(() => sdk.plentysystems.getCustomerClasses());
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
export declare const getCustomerClasses: (context: PlentysystemsIntegrationContext) => Promise<Data<
|
|
13
|
+
export declare const getCustomerClasses: (context: PlentysystemsIntegrationContext) => Promise<Data<CustomerClass[]>>;
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/getCustomerClasses/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/getCustomerClasses/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,GAC7B,SAAS,+BAA+B,KACvC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAM/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerClass.d.ts","sourceRoot":"","sources":["../../../src/types/api/customerClass.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB
|
|
1
|
+
{"version":3,"file":"customerClass.d.ts","sourceRoot":"","sources":["../../../src/types/api/customerClass.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plentymarkets/shop-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.133.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"lib/**/*",
|
|
48
48
|
"server/**/*"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "77b829e6f5b17e4b697a8154c5b4fd81456679b6"
|
|
51
51
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data,
|
|
1
|
+
import { Data, CustomerClass } from '../../types/api';
|
|
2
2
|
import { PlentysystemsIntegrationContext } from '../../types/context';
|
|
3
3
|
/**
|
|
4
4
|
* Method getCustomerClasses- Method that customer classes for b2c and b2b
|
|
@@ -10,5 +10,5 @@ import { PlentysystemsIntegrationContext } from '../../types/context';
|
|
|
10
10
|
* const { data, error } = await useAsyncData(() => sdk.plentysystems.getCustomerClasses());
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
export declare const getCustomerClasses: (context: PlentysystemsIntegrationContext) => Promise<Data<
|
|
13
|
+
export declare const getCustomerClasses: (context: PlentysystemsIntegrationContext) => Promise<Data<CustomerClass[]>>;
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/getCustomerClasses/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/getCustomerClasses/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,GAC7B,SAAS,+BAA+B,KACvC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAM/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerClass.d.ts","sourceRoot":"","sources":["../../../src/types/api/customerClass.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB
|
|
1
|
+
{"version":3,"file":"customerClass.d.ts","sourceRoot":"","sources":["../../../src/types/api/customerClass.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB"}
|