@be-link/cs-cli-nodejs 0.1.133 → 0.1.135

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.
@@ -260,6 +260,7 @@ export declare namespace QueryByItem {
260
260
  list: (GDto.QueryDataRes<K> & {
261
261
  hasStock?: boolean;
262
262
  isMigration: number;
263
+ isTongchengDedicatedItem: number;
263
264
  saleCount: number;
264
265
  salePrice: number;
265
266
  })[];
@@ -103,6 +103,7 @@ export declare namespace TongchengProductSync {
103
103
  interface CopyDedicatedItem {
104
104
  sourceItemId: string;
105
105
  operatorName: string;
106
+ copyRequestId: string;
106
107
  }
107
108
  interface StartFullSync {
108
109
  itemId: string;
@@ -117,6 +118,7 @@ export declare namespace TongchengProductSync {
117
118
  }
118
119
  interface StartFullSync {
119
120
  traceMessageId: string;
121
+ alreadyInProgress: boolean;
120
122
  }
121
123
  }
122
124
  interface Controller {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.133",
3
+ "version": "0.1.135",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",