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

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.240",
3
+ "version": "0.0.241",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
@@ -151,6 +151,9 @@ export declare namespace StrawberryFeedback {
151
151
  butlerScore: number | null;
152
152
  content: string | null;
153
153
  imageUrls: string[];
154
+ hasImageDetails: boolean;
155
+ hasAnswerDetails: boolean;
156
+ dataIntegrityStatus: 'COMPLETE' | 'LEGACY_INCOMPLETE';
154
157
  answers: {
155
158
  questionCode: string;
156
159
  questionIndex: number;