automation-lib 5.4.348 → 5.4.349

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
@@ -9317,6 +9317,9 @@ interface IBaseELS extends IBaseModel {
9317
9317
  interface IBaseStoreIdxELS extends IBaseModel {
9318
9318
  createdById: string;
9319
9319
  updatedById: string;
9320
+ departmentCreatorId: string;
9321
+ leaderCreatorId: string;
9322
+ teamCreatorId: string;
9320
9323
  }
9321
9324
  interface IBaseRefFieldELS {
9322
9325
  id: string;
package/dist/index.d.ts CHANGED
@@ -9317,6 +9317,9 @@ interface IBaseELS extends IBaseModel {
9317
9317
  interface IBaseStoreIdxELS extends IBaseModel {
9318
9318
  createdById: string;
9319
9319
  updatedById: string;
9320
+ departmentCreatorId: string;
9321
+ leaderCreatorId: string;
9322
+ teamCreatorId: string;
9320
9323
  }
9321
9324
  interface IBaseRefFieldELS {
9322
9325
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.348",
3
+ "version": "5.4.349",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",