@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
|
@@ -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 {
|