@be-link/cs-cli-nodejs 0.0.132 → 0.0.134

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.
@@ -47,6 +47,7 @@ export declare namespace ManageByItem {
47
47
  isSelfLead?: number;
48
48
  needWxGroup?: number;
49
49
  isCloseStayMore?: number;
50
+ isMigration?: number;
50
51
  };
51
52
  innerInfo?: {
52
53
  bizOperators?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.132",
3
+ "version": "0.0.134",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "axios": "0.27.2",
42
42
  "uuid": "9.0.1",
43
- "vitality-meta": "1.0.175"
43
+ "vitality-meta": "1.0.177"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18"
package/types.d.ts CHANGED
@@ -109,6 +109,7 @@ export interface IItemAttributes {
109
109
  isSelfLead?: number;
110
110
  needWxGroup?: number;
111
111
  isCloseStayMore?: number;
112
+ isMigration?: number;
112
113
  };
113
114
  /** 是否仅分享 */
114
115
  isShareOnly: number;