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 CHANGED
@@ -15368,7 +15368,7 @@ interface IManagerSheet extends IBaseModel, ITrackingModel {
15368
15368
  typeSocial: ETypeSocial;
15369
15369
  group: string | IManagerSheetGroup;
15370
15370
  standardColumn: string;
15371
- keywords: string;
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
- keywords: string;
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
- keywords: string;
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
- keywords: string;
15422
+ keyWords: string;
15423
15423
  listSheetChildren: Array<{
15424
15424
  idea: IManagerWork;
15425
15425
  niche: IManagerWork[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.467",
3
+ "version": "6.6.468",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",