automation-lib 5.1.364 → 5.1.365

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
@@ -4831,6 +4831,9 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
4831
4831
  }
4832
4832
 
4833
4833
  interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
4834
+ idea: string | IManagerWork;
4835
+ niche: string | IManagerWork;
4836
+ type: ETypeManagerWorkClassify;
4834
4837
  deviceInfo: {
4835
4838
  key: string;
4836
4839
  name: string;
@@ -4854,7 +4857,6 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
4854
4857
  };
4855
4858
  timeUpdate: Date;
4856
4859
  };
4857
- type: ETypeManagerWorkClassify;
4858
4860
  folderImage: {
4859
4861
  folderName: string;
4860
4862
  status: string;
@@ -5031,6 +5033,8 @@ interface AutoFillThreadsAccountRawDto {
5031
5033
  }
5032
5034
 
5033
5035
  interface FindThreadsAccountRunDto extends IFindBaseDto, IThreadsAccountRun {
5036
+ idea: string | IManagerWork;
5037
+ niche: string | IManagerWork;
5034
5038
  type: ETypeManagerWorkClassify;
5035
5039
  pcInfo: {
5036
5040
  name: string;
@@ -6095,8 +6099,8 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAcco
6095
6099
  }
6096
6100
 
6097
6101
  interface FindInstagramAccountRawDto extends IFindBaseDto, IInstagramAccountRaw {
6098
- idea: string;
6099
- niche: string;
6102
+ idea: string | IManagerWork;
6103
+ niche: string | IManagerWork;
6100
6104
  type: ETypeManagerWorkClassify;
6101
6105
  pcInfo: {
6102
6106
  name: string;
@@ -6391,6 +6395,8 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
6391
6395
  }
6392
6396
 
6393
6397
  interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun {
6398
+ idea: string | IManagerWork;
6399
+ niche: string | IManagerWork;
6394
6400
  type: ETypeManagerWorkClassify;
6395
6401
  pcInfo: {
6396
6402
  name: string;
package/dist/index.d.ts CHANGED
@@ -4831,6 +4831,9 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
4831
4831
  }
4832
4832
 
4833
4833
  interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
4834
+ idea: string | IManagerWork;
4835
+ niche: string | IManagerWork;
4836
+ type: ETypeManagerWorkClassify;
4834
4837
  deviceInfo: {
4835
4838
  key: string;
4836
4839
  name: string;
@@ -4854,7 +4857,6 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
4854
4857
  };
4855
4858
  timeUpdate: Date;
4856
4859
  };
4857
- type: ETypeManagerWorkClassify;
4858
4860
  folderImage: {
4859
4861
  folderName: string;
4860
4862
  status: string;
@@ -5031,6 +5033,8 @@ interface AutoFillThreadsAccountRawDto {
5031
5033
  }
5032
5034
 
5033
5035
  interface FindThreadsAccountRunDto extends IFindBaseDto, IThreadsAccountRun {
5036
+ idea: string | IManagerWork;
5037
+ niche: string | IManagerWork;
5034
5038
  type: ETypeManagerWorkClassify;
5035
5039
  pcInfo: {
5036
5040
  name: string;
@@ -6095,8 +6099,8 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAcco
6095
6099
  }
6096
6100
 
6097
6101
  interface FindInstagramAccountRawDto extends IFindBaseDto, IInstagramAccountRaw {
6098
- idea: string;
6099
- niche: string;
6102
+ idea: string | IManagerWork;
6103
+ niche: string | IManagerWork;
6100
6104
  type: ETypeManagerWorkClassify;
6101
6105
  pcInfo: {
6102
6106
  name: string;
@@ -6391,6 +6395,8 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
6391
6395
  }
6392
6396
 
6393
6397
  interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun {
6398
+ idea: string | IManagerWork;
6399
+ niche: string | IManagerWork;
6394
6400
  type: ETypeManagerWorkClassify;
6395
6401
  pcInfo: {
6396
6402
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.364",
3
+ "version": "5.1.365",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",