@be-link/ecs-cli-nodejs 0.0.33 → 0.0.34
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/package.json +1 -1
- package/types.d.ts +2 -2
- package/types.js +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare namespace Enum {
|
|
|
40
40
|
UNCONFIGURED = 0,
|
|
41
41
|
/** 独立店 */
|
|
42
42
|
INDEPENDENT_STORE = 1,
|
|
43
|
-
/**
|
|
43
|
+
/** 联营店 */
|
|
44
44
|
STORE_IN_STORE = 2,
|
|
45
45
|
/** 引流店 */
|
|
46
46
|
DRIVAGE = 3
|
|
@@ -102,7 +102,7 @@ export declare namespace Enum {
|
|
|
102
102
|
const MERCHANT_COOPERATION_TYPE_MAP: {
|
|
103
103
|
readonly 0: "未配置";
|
|
104
104
|
readonly 1: "独立店";
|
|
105
|
-
readonly 2: "
|
|
105
|
+
readonly 2: "联营店";
|
|
106
106
|
readonly 3: "引流店";
|
|
107
107
|
};
|
|
108
108
|
const COMPANY_TYPES_MAP: {
|
package/types.js
CHANGED
|
@@ -49,7 +49,7 @@ var Enum;
|
|
|
49
49
|
Enum.MERCHANT_COOPERATION_TYPE_MAP = {
|
|
50
50
|
[0 /* MerchantCooperationType.UNCONFIGURED */]: '未配置',
|
|
51
51
|
[1 /* MerchantCooperationType.INDEPENDENT_STORE */]: '独立店',
|
|
52
|
-
[2 /* MerchantCooperationType.STORE_IN_STORE */]: '
|
|
52
|
+
[2 /* MerchantCooperationType.STORE_IN_STORE */]: '联营店',
|
|
53
53
|
[3 /* MerchantCooperationType.DRIVAGE */]: '引流店',
|
|
54
54
|
};
|
|
55
55
|
Enum.COMPANY_TYPES_MAP = {
|