automation-lib 5.1.218 → 5.1.220

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
@@ -1183,6 +1183,7 @@ interface IBaseModel {
1183
1183
  createdAt: Date;
1184
1184
  updatedAt: Date;
1185
1185
  version: number;
1186
+ orderID: number;
1186
1187
  }
1187
1188
  interface ITrackingModel<T> {
1188
1189
  createdBy: T | string;
package/dist/index.d.ts CHANGED
@@ -1183,6 +1183,7 @@ interface IBaseModel {
1183
1183
  createdAt: Date;
1184
1184
  updatedAt: Date;
1185
1185
  version: number;
1186
+ orderID: number;
1186
1187
  }
1187
1188
  interface ITrackingModel<T> {
1188
1189
  createdBy: T | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.218",
3
+ "version": "5.1.220",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",