automation-lib 5.1.169 → 5.1.171
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 +7 -0
- package/dist/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3645,6 +3645,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
|
3645
3645
|
url: string;
|
3646
3646
|
name: string;
|
3647
3647
|
desc: string;
|
3648
|
+
status: EStatusActive;
|
3648
3649
|
}
|
3649
3650
|
|
3650
3651
|
type index$5_IAccountAIContent = IAccountAIContent;
|
@@ -4002,6 +4003,12 @@ interface IFilterBaseDto {
|
|
4002
4003
|
user: string;
|
4003
4004
|
createdBy: string;
|
4004
4005
|
updatedBy: string;
|
4006
|
+
listTeams: string[];
|
4007
|
+
listLeaders: string[];
|
4008
|
+
listDepartments: string[];
|
4009
|
+
listUsers: string[];
|
4010
|
+
listCreatedBy: string[];
|
4011
|
+
listUpdatedBy: string[];
|
4005
4012
|
createdAt: [Date, Date];
|
4006
4013
|
updatedAt: [Date, Date];
|
4007
4014
|
}
|
package/dist/index.d.ts
CHANGED
@@ -3645,6 +3645,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
|
3645
3645
|
url: string;
|
3646
3646
|
name: string;
|
3647
3647
|
desc: string;
|
3648
|
+
status: EStatusActive;
|
3648
3649
|
}
|
3649
3650
|
|
3650
3651
|
type index$5_IAccountAIContent = IAccountAIContent;
|
@@ -4002,6 +4003,12 @@ interface IFilterBaseDto {
|
|
4002
4003
|
user: string;
|
4003
4004
|
createdBy: string;
|
4004
4005
|
updatedBy: string;
|
4006
|
+
listTeams: string[];
|
4007
|
+
listLeaders: string[];
|
4008
|
+
listDepartments: string[];
|
4009
|
+
listUsers: string[];
|
4010
|
+
listCreatedBy: string[];
|
4011
|
+
listUpdatedBy: string[];
|
4005
4012
|
createdAt: [Date, Date];
|
4006
4013
|
updatedAt: [Date, Date];
|
4007
4014
|
}
|