@be-link/tfs-cli-nodejs 0.0.241 → 0.0.243

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.241",
3
+ "version": "0.0.243",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
@@ -108,7 +108,10 @@ export declare namespace StrawberryFeedback {
108
108
  itemName: string;
109
109
  category: string;
110
110
  userId: string;
111
+ unionId: string;
111
112
  userName: string;
113
+ fulfillAt: number;
114
+ fulfillEndAt: number;
112
115
  redCount: number;
113
116
  greenCount: number;
114
117
  badCount: number;
@@ -117,6 +120,7 @@ export declare namespace StrawberryFeedback {
117
120
  hasButler: boolean;
118
121
  contentSummary: string;
119
122
  imageCount: number;
123
+ imageUrls: string[];
120
124
  submittedAt: number;
121
125
  }
122
126
  interface queryFeedbackList {