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 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: string | EStatusTaskJob;
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: string | EStatusTaskJob;
1171
+ tj_status: EStatusTaskJob;
1172
1172
  tj_priority: EPriority;
1173
1173
  tj_priorityPoint: number;
1174
1174
  tj_blogsAttachment: string[] | IBlog[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.54",
3
+ "version": "5.0.55",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",