@be-link/tfs-cli-nodejs 0.0.166 → 0.0.167
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 +2 -2
- package/types.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@be-link/tfs-cli-nodejs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.167",
|
|
4
4
|
"description": "交易履约服务Nodejs客户端",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"axios": "0.27.2",
|
|
40
40
|
"uuid": "^9.0.1",
|
|
41
41
|
"vitality-meta": "1.0.200",
|
|
42
|
-
"@be-link/
|
|
42
|
+
"@be-link/cs-cli-nodejs": "0.1.97"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">18"
|
package/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as CommodityEnums from 'vitality-meta/enums/commodity';
|
|
2
2
|
import * as TradeEnums from 'vitality-meta/enums/trade';
|
|
3
|
-
import
|
|
3
|
+
import * as CsDto from '@be-link/cs-cli-nodejs/types';
|
|
4
4
|
export declare namespace Fulfill {
|
|
5
5
|
/**
|
|
6
6
|
* 常量类型
|
|
@@ -643,7 +643,7 @@ export declare namespace Fulfill {
|
|
|
643
643
|
/**
|
|
644
644
|
* 商品出行材料项快照信息
|
|
645
645
|
*/
|
|
646
|
-
materialItemSnapShot:
|
|
646
|
+
materialItemSnapShot: CsDto.ITourMaterialItem;
|
|
647
647
|
/**
|
|
648
648
|
* 出行材料项Id
|
|
649
649
|
*/
|