@be-link/tfs-cli-nodejs 0.0.240 → 0.0.242
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
|
@@ -108,6 +108,7 @@ export declare namespace StrawberryFeedback {
|
|
|
108
108
|
itemName: string;
|
|
109
109
|
category: string;
|
|
110
110
|
userId: string;
|
|
111
|
+
unionId: string;
|
|
111
112
|
userName: string;
|
|
112
113
|
redCount: number;
|
|
113
114
|
greenCount: number;
|
|
@@ -151,6 +152,9 @@ export declare namespace StrawberryFeedback {
|
|
|
151
152
|
butlerScore: number | null;
|
|
152
153
|
content: string | null;
|
|
153
154
|
imageUrls: string[];
|
|
155
|
+
hasImageDetails: boolean;
|
|
156
|
+
hasAnswerDetails: boolean;
|
|
157
|
+
dataIntegrityStatus: 'COMPLETE' | 'LEGACY_INCOMPLETE';
|
|
154
158
|
answers: {
|
|
155
159
|
questionCode: string;
|
|
156
160
|
questionIndex: number;
|