automation-lib 6.4.33 → 6.4.35
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 +4 -2
- package/dist/index.d.ts +4 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3589,6 +3589,9 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3589
3589
|
syncAccountAIContent: EAccountAIModelApiStatus;
|
|
3590
3590
|
syncAccountAIImageVideo: EAccountAIModelApiStatus;
|
|
3591
3591
|
syncAccountAIVoice: EAccountAIModelApiStatus;
|
|
3592
|
+
timeSyncAccountAIContent: Date;
|
|
3593
|
+
timeSyncAccountAIImageVideo: Date;
|
|
3594
|
+
timeSyncAccountAIVoice: Date;
|
|
3592
3595
|
email: string;
|
|
3593
3596
|
emailRecovery: string;
|
|
3594
3597
|
password: string;
|
|
@@ -8299,7 +8302,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
8299
8302
|
isSchedule: boolean;
|
|
8300
8303
|
editPostRunTime: string;
|
|
8301
8304
|
statusEditContent: string;
|
|
8302
|
-
|
|
8305
|
+
isAddAILabel: boolean;
|
|
8303
8306
|
dateTimeStart: Date;
|
|
8304
8307
|
dateTimeEnd: Date;
|
|
8305
8308
|
}
|
|
@@ -8649,7 +8652,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel {
|
|
|
8649
8652
|
isSchedule: boolean;
|
|
8650
8653
|
editPostRunTime: string;
|
|
8651
8654
|
statusEditContent: string;
|
|
8652
|
-
aiLabel: boolean;
|
|
8653
8655
|
}
|
|
8654
8656
|
|
|
8655
8657
|
interface ITaskInstagramPostLog extends IBaseModel, ITrackingModel {
|
package/dist/index.d.ts
CHANGED
|
@@ -3589,6 +3589,9 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3589
3589
|
syncAccountAIContent: EAccountAIModelApiStatus;
|
|
3590
3590
|
syncAccountAIImageVideo: EAccountAIModelApiStatus;
|
|
3591
3591
|
syncAccountAIVoice: EAccountAIModelApiStatus;
|
|
3592
|
+
timeSyncAccountAIContent: Date;
|
|
3593
|
+
timeSyncAccountAIImageVideo: Date;
|
|
3594
|
+
timeSyncAccountAIVoice: Date;
|
|
3592
3595
|
email: string;
|
|
3593
3596
|
emailRecovery: string;
|
|
3594
3597
|
password: string;
|
|
@@ -8299,7 +8302,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
8299
8302
|
isSchedule: boolean;
|
|
8300
8303
|
editPostRunTime: string;
|
|
8301
8304
|
statusEditContent: string;
|
|
8302
|
-
|
|
8305
|
+
isAddAILabel: boolean;
|
|
8303
8306
|
dateTimeStart: Date;
|
|
8304
8307
|
dateTimeEnd: Date;
|
|
8305
8308
|
}
|
|
@@ -8649,7 +8652,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel {
|
|
|
8649
8652
|
isSchedule: boolean;
|
|
8650
8653
|
editPostRunTime: string;
|
|
8651
8654
|
statusEditContent: string;
|
|
8652
|
-
aiLabel: boolean;
|
|
8653
8655
|
}
|
|
8654
8656
|
|
|
8655
8657
|
interface ITaskInstagramPostLog extends IBaseModel, ITrackingModel {
|