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 +7 -2
- package/dist/index.d.ts +7 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
15026
|
+
startStop: EStartStop$1;
|
|
15022
15027
|
department: string;
|
|
15023
15028
|
team: string;
|
|
15024
15029
|
user: string;
|