@be-link/ecommerce-promotion-service-node-sdk 0.1.26 → 0.1.27
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/modules/task/types.d.ts +4 -0
- package/package.json +1 -1
package/modules/task/types.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export declare namespace Service {
|
|
|
119
119
|
failureCount: number;
|
|
120
120
|
/** 操作人 */
|
|
121
121
|
operatorId: string;
|
|
122
|
+
/** 操作人姓名 */
|
|
123
|
+
operatorName?: string;
|
|
122
124
|
/** 创建时间 */
|
|
123
125
|
createdAt: number;
|
|
124
126
|
/** 任务状态 */
|
|
@@ -164,6 +166,8 @@ export declare namespace Service {
|
|
|
164
166
|
fileUrl: string;
|
|
165
167
|
/** 操作人 */
|
|
166
168
|
operatorId: string;
|
|
169
|
+
/** 操作人姓名 */
|
|
170
|
+
operatorName?: string;
|
|
167
171
|
/** 创建时间 */
|
|
168
172
|
createdAt: number;
|
|
169
173
|
/** 更新时间 */
|