automation-lib 6.6.573 → 6.6.575

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
@@ -1,4 +1,4 @@
1
- import { IManualContentSocialThreads as IManualContentSocialThreads$1 } from 'automation-lib';
1
+ import { EStartStop as EStartStop$1, IManualContentSocialThreads as IManualContentSocialThreads$1 } from 'automation-lib';
2
2
 
3
3
  declare const CONST_API_OTP: {
4
4
  SEND: string;
@@ -12198,6 +12198,11 @@ interface FindCheckerAccountInstagramDashboardFollowerDto {
12198
12198
  idea: string;
12199
12199
  niche: string;
12200
12200
  type: ETypeManagerWorkClassify;
12201
+ status: string;
12202
+ department: string;
12203
+ leader: string;
12204
+ team: string;
12205
+ user: string;
12201
12206
  contentPerformance: {
12202
12207
  totalProductSquare: number;
12203
12208
  totalProductNews: number;
@@ -15018,7 +15023,7 @@ interface FindDeviceDto extends IFindBaseDto {
15018
15023
  pcInfo: {
15019
15024
  id: string;
15020
15025
  name: string;
15021
- status: EStatusPC;
15026
+ startStop: EStartStop$1;
15022
15027
  department: string;
15023
15028
  team: string;
15024
15029
  user: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IManualContentSocialThreads as IManualContentSocialThreads$1 } from 'automation-lib';
1
+ import { EStartStop as EStartStop$1, IManualContentSocialThreads as IManualContentSocialThreads$1 } from 'automation-lib';
2
2
 
3
3
  declare const CONST_API_OTP: {
4
4
  SEND: string;
@@ -12198,6 +12198,11 @@ interface FindCheckerAccountInstagramDashboardFollowerDto {
12198
12198
  idea: string;
12199
12199
  niche: string;
12200
12200
  type: ETypeManagerWorkClassify;
12201
+ status: string;
12202
+ department: string;
12203
+ leader: string;
12204
+ team: string;
12205
+ user: string;
12201
12206
  contentPerformance: {
12202
12207
  totalProductSquare: number;
12203
12208
  totalProductNews: number;
@@ -15018,7 +15023,7 @@ interface FindDeviceDto extends IFindBaseDto {
15018
15023
  pcInfo: {
15019
15024
  id: string;
15020
15025
  name: string;
15021
- status: EStatusPC;
15026
+ startStop: EStartStop$1;
15022
15027
  department: string;
15023
15028
  team: string;
15024
15029
  user: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.573",
3
+ "version": "6.6.575",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",