automation-lib 6.6.467 → 6.6.468
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -15368,7 +15368,7 @@ interface IManagerSheet extends IBaseModel, ITrackingModel {
|
|
|
15368
15368
|
typeSocial: ETypeSocial;
|
|
15369
15369
|
group: string | IManagerSheetGroup;
|
|
15370
15370
|
standardColumn: string;
|
|
15371
|
-
|
|
15371
|
+
keyWords: string;
|
|
15372
15372
|
url: string;
|
|
15373
15373
|
name: string;
|
|
15374
15374
|
isActive: boolean;
|
|
@@ -15419,7 +15419,7 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
15419
15419
|
}
|
|
15420
15420
|
|
|
15421
15421
|
interface FindManagerSheetDto extends IFindBaseDto, IManagerSheet {
|
|
15422
|
-
|
|
15422
|
+
keyWords: string;
|
|
15423
15423
|
listSheetChildren: Array<{
|
|
15424
15424
|
idea: IManagerWork;
|
|
15425
15425
|
niche: IManagerWork[];
|
package/dist/index.d.ts
CHANGED
|
@@ -15368,7 +15368,7 @@ interface IManagerSheet extends IBaseModel, ITrackingModel {
|
|
|
15368
15368
|
typeSocial: ETypeSocial;
|
|
15369
15369
|
group: string | IManagerSheetGroup;
|
|
15370
15370
|
standardColumn: string;
|
|
15371
|
-
|
|
15371
|
+
keyWords: string;
|
|
15372
15372
|
url: string;
|
|
15373
15373
|
name: string;
|
|
15374
15374
|
isActive: boolean;
|
|
@@ -15419,7 +15419,7 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
15419
15419
|
}
|
|
15420
15420
|
|
|
15421
15421
|
interface FindManagerSheetDto extends IFindBaseDto, IManagerSheet {
|
|
15422
|
-
|
|
15422
|
+
keyWords: string;
|
|
15423
15423
|
listSheetChildren: Array<{
|
|
15424
15424
|
idea: IManagerWork;
|
|
15425
15425
|
niche: IManagerWork[];
|