@be-link/cs-cli-nodejs 0.1.98 → 0.1.100

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.
@@ -49,6 +49,7 @@ export declare namespace ManageByItem {
49
49
  needWxGroup?: number;
50
50
  isCloseStayMore?: number;
51
51
  isMigration?: number;
52
+ isHighCommission?: number;
52
53
  };
53
54
  innerInfo?: {
54
55
  bizOperators?: string[];
package/package.json CHANGED
@@ -1,18 +1,8 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.98",
3
+ "version": "0.1.100",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
8
- "test": "npx jest",
9
- "gen-doc": "npx typedoc --options typedoc.json",
10
- "update:major": "standard-version --release-as major",
11
- "update:minor": "standard-version --release-as minor",
12
- "update:patch": "standard-version --release-as patch",
13
- "update:beta": "standard-version --prerelease beta",
14
- "publish": "ts-node ./ci/index"
15
- },
16
6
  "author": "dev@8848top.com",
17
7
  "license": "ISC",
18
8
  "publishConfig": {
@@ -42,7 +32,13 @@
42
32
  "uuid": "9.0.1",
43
33
  "vitality-meta": "1.0.197"
44
34
  },
45
- "engines": {
46
- "node": ">=18"
35
+ "scripts": {
36
+ "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
37
+ "test": "npx jest",
38
+ "gen-doc": "npx typedoc --options typedoc.json",
39
+ "update:major": "standard-version --release-as major",
40
+ "update:minor": "standard-version --release-as minor",
41
+ "update:patch": "standard-version --release-as patch",
42
+ "update:beta": "standard-version --prerelease beta"
47
43
  }
48
- }
44
+ }
package/types.d.ts CHANGED
@@ -117,6 +117,7 @@ export interface IItemAttributes {
117
117
  needWxGroup?: number;
118
118
  isCloseStayMore?: number;
119
119
  isMigration?: number;
120
+ isHighCommission?: number;
120
121
  };
121
122
  /** 是否仅分享 */
122
123
  isShareOnly: number;
@@ -134,6 +135,8 @@ export interface IItemAttributes {
134
135
  isCloseStayMore: number;
135
136
  /** 是否迁移 */
136
137
  isMigration: number;
138
+ /** 是否高分佣 */
139
+ isHighCommission?: number;
137
140
  }
138
141
  /** 娱乐信息描述 */
139
142
  export interface EntertainmentDescItem {