automation-lib 5.0.54 → 5.0.55
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1168,7 +1168,7 @@ interface ITaskJob extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1168
1168
|
tj_labels: ITaskJobLabel[];
|
|
1169
1169
|
tj_checklist: ITaskJobCheckList[];
|
|
1170
1170
|
tj_discuss: ITaskJobDiscuss[];
|
|
1171
|
-
tj_status:
|
|
1171
|
+
tj_status: EStatusTaskJob;
|
|
1172
1172
|
tj_priority: EPriority;
|
|
1173
1173
|
tj_priorityPoint: number;
|
|
1174
1174
|
tj_blogsAttachment: string[] | IBlog[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1168,7 +1168,7 @@ interface ITaskJob extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1168
1168
|
tj_labels: ITaskJobLabel[];
|
|
1169
1169
|
tj_checklist: ITaskJobCheckList[];
|
|
1170
1170
|
tj_discuss: ITaskJobDiscuss[];
|
|
1171
|
-
tj_status:
|
|
1171
|
+
tj_status: EStatusTaskJob;
|
|
1172
1172
|
tj_priority: EPriority;
|
|
1173
1173
|
tj_priorityPoint: number;
|
|
1174
1174
|
tj_blogsAttachment: string[] | IBlog[];
|