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