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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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;
|