automation-lib 5.4.147 → 5.4.149
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 +363 -266
- package/dist/index.d.ts +363 -266
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2882,22 +2882,29 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2882
2882
|
idea: string;
|
|
2883
2883
|
niche: string;
|
|
2884
2884
|
type: ETypeManagerWorkClassify;
|
|
2885
|
-
username: string;
|
|
2886
|
-
email: string;
|
|
2887
|
-
status: string;
|
|
2888
2885
|
pcName: string;
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2886
|
+
deviceInfo: {
|
|
2887
|
+
id: string;
|
|
2888
|
+
deviceKey: string;
|
|
2889
|
+
deviceName: string;
|
|
2890
|
+
deviceOS: ETypeDeviceOS;
|
|
2891
|
+
deviceModel: string;
|
|
2892
|
+
};
|
|
2893
|
+
accountInfo: {
|
|
2894
|
+
id: string;
|
|
2895
|
+
accountID: string;
|
|
2896
|
+
username: string;
|
|
2897
|
+
fullname: string;
|
|
2898
|
+
email: string;
|
|
2899
|
+
numberFollower: number;
|
|
2900
|
+
numberFollowing: number;
|
|
2901
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2902
|
+
statusRun: EStatusAccountSocialRun;
|
|
2903
|
+
typeAppClone: string;
|
|
2904
|
+
nameAppClone: string;
|
|
2905
|
+
nameAppCloneSocial: string;
|
|
2906
|
+
folderNameImage: string;
|
|
2907
|
+
};
|
|
2901
2908
|
createdAt: Date;
|
|
2902
2909
|
updatedAt: Date;
|
|
2903
2910
|
createdBy: string;
|
|
@@ -11697,17 +11704,19 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
11697
11704
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
11698
11705
|
sheetUrl: string;
|
|
11699
11706
|
sheetName: string;
|
|
11700
|
-
|
|
11707
|
+
sheetType: string;
|
|
11701
11708
|
account: string | IInstagramAccountRaw;
|
|
11702
11709
|
minuteWaiting: number;
|
|
11703
11710
|
isTimeUS: boolean;
|
|
11704
11711
|
dayOfWeek: EDayOfWeek;
|
|
11705
11712
|
timeFrom: string;
|
|
11706
11713
|
timeTo: string;
|
|
11714
|
+
minuteExecute: string;
|
|
11707
11715
|
service: string;
|
|
11708
11716
|
action: string;
|
|
11709
11717
|
timeExecute: Date;
|
|
11710
11718
|
status: EStatusTaskToolSocials;
|
|
11719
|
+
timeZone: string;
|
|
11711
11720
|
note: string;
|
|
11712
11721
|
listBlockUserName: string[];
|
|
11713
11722
|
listRestrictUserName: string[];
|
|
@@ -11745,15 +11754,22 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11745
11754
|
country: string;
|
|
11746
11755
|
status: EStatusProxyChecked;
|
|
11747
11756
|
}>;
|
|
11757
|
+
sheet: IBaseRefFieldELS & {
|
|
11758
|
+
url: string;
|
|
11759
|
+
type: string;
|
|
11760
|
+
status: ESheetToolStatusRun;
|
|
11761
|
+
};
|
|
11748
11762
|
minuteWaiting: number;
|
|
11749
11763
|
isTimeUS: boolean;
|
|
11750
11764
|
dayOfWeek: EDayOfWeek;
|
|
11751
11765
|
timeFrom: string;
|
|
11752
11766
|
timeTo: string;
|
|
11767
|
+
minuteExecute: string;
|
|
11753
11768
|
service: string;
|
|
11754
11769
|
action: string;
|
|
11755
11770
|
timeExecute: Date;
|
|
11756
11771
|
status: EStatusTaskToolSocials;
|
|
11772
|
+
timeZone: string;
|
|
11757
11773
|
note: string;
|
|
11758
11774
|
listBlockUserName: string[];
|
|
11759
11775
|
listRestrictUserName: string[];
|
|
@@ -11763,17 +11779,19 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11763
11779
|
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
11764
11780
|
sheetUrl: string;
|
|
11765
11781
|
sheetName: string;
|
|
11766
|
-
|
|
11782
|
+
sheetType: string;
|
|
11767
11783
|
account: string | IInstagramAccountRaw;
|
|
11768
11784
|
minuteWaiting: number;
|
|
11769
11785
|
isTimeUS: boolean;
|
|
11770
11786
|
dayOfWeek: EDayOfWeek;
|
|
11771
11787
|
timeFrom: string;
|
|
11772
11788
|
timeTo: string;
|
|
11789
|
+
minuteExecute: string;
|
|
11773
11790
|
service: string;
|
|
11774
11791
|
action: string;
|
|
11775
11792
|
timeExecute: Date;
|
|
11776
11793
|
status: EStatusTaskToolSocials;
|
|
11794
|
+
timeZone: string;
|
|
11777
11795
|
note: string;
|
|
11778
11796
|
oldUserName: string;
|
|
11779
11797
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
@@ -11828,15 +11846,22 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11828
11846
|
country: string;
|
|
11829
11847
|
status: EStatusProxyChecked;
|
|
11830
11848
|
}>;
|
|
11849
|
+
sheet: IBaseRefFieldELS & {
|
|
11850
|
+
url: string;
|
|
11851
|
+
type: string;
|
|
11852
|
+
status: ESheetToolStatusRun;
|
|
11853
|
+
};
|
|
11831
11854
|
minuteWaiting: number;
|
|
11832
11855
|
isTimeUS: boolean;
|
|
11833
11856
|
dayOfWeek: EDayOfWeek;
|
|
11834
11857
|
timeFrom: string;
|
|
11835
11858
|
timeTo: string;
|
|
11859
|
+
minuteExecute: string;
|
|
11836
11860
|
service: string;
|
|
11837
11861
|
action: string;
|
|
11838
11862
|
timeExecute: Date;
|
|
11839
11863
|
status: EStatusTaskToolSocials;
|
|
11864
|
+
timeZone: string;
|
|
11840
11865
|
note: string;
|
|
11841
11866
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11842
11867
|
changeUserNameNew: string;
|
|
@@ -11859,20 +11884,128 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11859
11884
|
urlImageCover: string;
|
|
11860
11885
|
}
|
|
11861
11886
|
|
|
11862
|
-
interface
|
|
11863
|
-
|
|
11864
|
-
|
|
11887
|
+
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
|
11888
|
+
vl_name: string;
|
|
11889
|
+
vl_key: ETypeVoiceLanguage;
|
|
11890
|
+
}
|
|
11891
|
+
|
|
11892
|
+
interface IVoiceStores extends IBaseModel, ITrackingModel<IUser> {
|
|
11893
|
+
vs_name: string;
|
|
11894
|
+
vs_avatar: string;
|
|
11895
|
+
vs_audio: string;
|
|
11896
|
+
vs_language: IVoiceLanguage | string;
|
|
11897
|
+
}
|
|
11898
|
+
|
|
11899
|
+
interface IVoiceGenerated extends IBaseModel, ITrackingModel<IUser> {
|
|
11900
|
+
vg_content: Array<{
|
|
11901
|
+
prompt: string;
|
|
11902
|
+
voiceStore: IVoiceStores | string;
|
|
11903
|
+
}>;
|
|
11904
|
+
vg_setting: {
|
|
11905
|
+
speed: number;
|
|
11906
|
+
stability: number;
|
|
11907
|
+
similarity: number;
|
|
11908
|
+
speakerBoost: boolean;
|
|
11909
|
+
};
|
|
11910
|
+
vg_audio: string;
|
|
11911
|
+
}
|
|
11912
|
+
|
|
11913
|
+
interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
|
11914
|
+
vsd_symbol: string;
|
|
11915
|
+
vsd_timeDelay: number;
|
|
11916
|
+
}
|
|
11917
|
+
|
|
11918
|
+
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
|
11865
11919
|
typeSocial: ETypeSocial;
|
|
11920
|
+
type: ESheetToolInstagram;
|
|
11921
|
+
url: string;
|
|
11922
|
+
name: string;
|
|
11923
|
+
device: string | IDevice;
|
|
11924
|
+
description: string;
|
|
11925
|
+
statusImport: ESheetToolStatusImport;
|
|
11926
|
+
statusRun: ESheetToolStatusRun;
|
|
11927
|
+
noteFixImport: string;
|
|
11928
|
+
timeLastUsed: Date;
|
|
11929
|
+
lastUserUsed: string | IUser;
|
|
11930
|
+
}
|
|
11931
|
+
|
|
11932
|
+
type index$5_IAccountAIContent = IAccountAIContent;
|
|
11933
|
+
type index$5_IAccountAIContentChannel = IAccountAIContentChannel;
|
|
11934
|
+
type index$5_IAccountAIContentGroup = IAccountAIContentGroup;
|
|
11935
|
+
type index$5_IAccountAIContentInfo = IAccountAIContentInfo;
|
|
11936
|
+
type index$5_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
|
|
11937
|
+
type index$5_IAccountAIContentTag = IAccountAIContentTag;
|
|
11938
|
+
type index$5_IAccountAIImage = IAccountAIImage;
|
|
11939
|
+
type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
|
|
11940
|
+
type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
|
|
11941
|
+
type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
|
|
11942
|
+
type index$5_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
|
|
11943
|
+
type index$5_IAccountAIImageTag = IAccountAIImageTag;
|
|
11944
|
+
type index$5_IAccountAIVoice = IAccountAIVoice;
|
|
11945
|
+
type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
11946
|
+
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
11947
|
+
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
11948
|
+
type index$5_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
|
|
11949
|
+
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
11950
|
+
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
11951
|
+
type index$5_IAccountCanva = IAccountCanva;
|
|
11952
|
+
type index$5_IAccountDrive = IAccountDrive;
|
|
11953
|
+
type index$5_IAccountEmail = IAccountEmail;
|
|
11954
|
+
type index$5_IAccountEmailProxy = IAccountEmailProxy;
|
|
11955
|
+
type index$5_IAccountEmailTag = IAccountEmailTag;
|
|
11956
|
+
type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
11957
|
+
type index$5_IAccountVPN = IAccountVPN;
|
|
11958
|
+
type index$5_IAccountVPS = IAccountVPS;
|
|
11959
|
+
type index$5_IAccountVPSGroup = IAccountVPSGroup;
|
|
11960
|
+
type index$5_IAccountVPSSocial = IAccountVPSSocial;
|
|
11961
|
+
type index$5_IDevice = IDevice;
|
|
11962
|
+
type index$5_IDeviceLog = IDeviceLog;
|
|
11963
|
+
type index$5_IDeviceLogELS = IDeviceLogELS;
|
|
11964
|
+
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
11965
|
+
type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
|
|
11966
|
+
type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
|
11967
|
+
type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
|
11968
|
+
type index$5_IGPMProfile = IGPMProfile;
|
|
11969
|
+
type index$5_IManagerImageAI = IManagerImageAI;
|
|
11970
|
+
type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
11971
|
+
type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
11972
|
+
type index$5_IManagerSheet = IManagerSheet;
|
|
11973
|
+
type index$5_IManagerSheetChildren = IManagerSheetChildren;
|
|
11974
|
+
type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
11975
|
+
type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
11976
|
+
type index$5_IManagerSheetGroup = IManagerSheetGroup;
|
|
11977
|
+
type index$5_IPC = IPC;
|
|
11978
|
+
type index$5_IProxy = IProxy;
|
|
11979
|
+
type index$5_ISheetsTool = ISheetsTool;
|
|
11980
|
+
type index$5_ITaskAIContent = ITaskAIContent;
|
|
11981
|
+
type index$5_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
|
11982
|
+
type index$5_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
|
11983
|
+
type index$5_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
|
11984
|
+
type index$5_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
11985
|
+
type index$5_ITaskAIItemAction = ITaskAIItemAction;
|
|
11986
|
+
type index$5_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
11987
|
+
type index$5_IVoiceGenerated = IVoiceGenerated;
|
|
11988
|
+
type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
11989
|
+
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
11990
|
+
type index$5_IVoiceStores = IVoiceStores;
|
|
11991
|
+
declare namespace index$5 {
|
|
11992
|
+
export type { index$5_IAccountAIContent as IAccountAIContent, index$5_IAccountAIContentChannel as IAccountAIContentChannel, index$5_IAccountAIContentGroup as IAccountAIContentGroup, index$5_IAccountAIContentInfo as IAccountAIContentInfo, index$5_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, index$5_IAccountAIContentTag as IAccountAIContentTag, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, index$5_IAccountCanva as IAccountCanva, index$5_IAccountDrive as IAccountDrive, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPN as IAccountVPN, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountVPSSocial as IAccountVPSSocial, index$5_IDevice as IDevice, index$5_IDeviceLog as IDeviceLog, index$5_IDeviceLogELS as IDeviceLogELS, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, index$5_IGPMProfile as IGPMProfile, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IProxy as IProxy, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAIContent as ITaskAIContent, index$5_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$5_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$5_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$5_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
11993
|
+
}
|
|
11994
|
+
|
|
11995
|
+
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11996
|
+
sheet: string | ISheetsTool;
|
|
11866
11997
|
account: string | IInstagramAccountRaw;
|
|
11867
11998
|
minuteWaiting: number;
|
|
11868
11999
|
isTimeUS: boolean;
|
|
11869
12000
|
dayOfWeek: EDayOfWeek;
|
|
11870
12001
|
timeFrom: string;
|
|
11871
12002
|
timeTo: string;
|
|
12003
|
+
minuteExecute: string;
|
|
11872
12004
|
service: string;
|
|
11873
12005
|
action: string;
|
|
11874
12006
|
timeExecute: Date;
|
|
11875
12007
|
status: EStatusTaskToolSocials;
|
|
12008
|
+
timeZone: string;
|
|
11876
12009
|
note: string;
|
|
11877
12010
|
listUsernameFollow: string[];
|
|
11878
12011
|
}
|
|
@@ -11908,31 +12041,39 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11908
12041
|
country: string;
|
|
11909
12042
|
status: EStatusProxyChecked;
|
|
11910
12043
|
}>;
|
|
12044
|
+
sheet: IBaseRefFieldELS & {
|
|
12045
|
+
url: string;
|
|
12046
|
+
type: string;
|
|
12047
|
+
status: ESheetToolStatusRun;
|
|
12048
|
+
};
|
|
11911
12049
|
minuteWaiting: number;
|
|
11912
12050
|
isTimeUS: boolean;
|
|
11913
12051
|
dayOfWeek: EDayOfWeek;
|
|
11914
12052
|
timeFrom: string;
|
|
11915
12053
|
timeTo: string;
|
|
12054
|
+
minuteExecute: string;
|
|
11916
12055
|
service: string;
|
|
11917
12056
|
action: string;
|
|
11918
12057
|
timeExecute: Date;
|
|
11919
12058
|
status: EStatusTaskToolSocials;
|
|
12059
|
+
timeZone: string;
|
|
11920
12060
|
note: string;
|
|
11921
12061
|
listUsernameFollow: string[];
|
|
11922
12062
|
}
|
|
11923
12063
|
|
|
11924
12064
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
11925
|
-
typeSocial: ETypeSocial;
|
|
11926
12065
|
account: string | IInstagramAccountRaw;
|
|
11927
12066
|
minuteWaiting: number;
|
|
11928
12067
|
isTimeUS: boolean;
|
|
11929
12068
|
dayOfWeek: EDayOfWeek;
|
|
11930
12069
|
timeFrom: string;
|
|
11931
12070
|
timeTo: string;
|
|
12071
|
+
minuteExecute: string;
|
|
11932
12072
|
service: string;
|
|
11933
12073
|
action: string;
|
|
11934
12074
|
timeExecute: Date;
|
|
11935
12075
|
status: EStatusTaskToolSocials;
|
|
12076
|
+
timeZone: string;
|
|
11936
12077
|
note: string;
|
|
11937
12078
|
numberView: number;
|
|
11938
12079
|
isBasicView: boolean;
|
|
@@ -11977,10 +12118,12 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11977
12118
|
dayOfWeek: EDayOfWeek;
|
|
11978
12119
|
timeFrom: string;
|
|
11979
12120
|
timeTo: string;
|
|
12121
|
+
minuteExecute: string;
|
|
11980
12122
|
service: string;
|
|
11981
12123
|
action: string;
|
|
11982
12124
|
timeExecute: Date;
|
|
11983
12125
|
status: EStatusTaskToolSocials;
|
|
12126
|
+
timeZone: string;
|
|
11984
12127
|
note: string;
|
|
11985
12128
|
numberView: number;
|
|
11986
12129
|
isBasicView: boolean;
|
|
@@ -11990,17 +12133,18 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11990
12133
|
}
|
|
11991
12134
|
|
|
11992
12135
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
11993
|
-
typeSocial: ETypeSocial;
|
|
11994
12136
|
account: string | IInstagramAccountRaw;
|
|
11995
12137
|
minuteWaiting: number;
|
|
11996
12138
|
isTimeUS: boolean;
|
|
11997
12139
|
dayOfWeek: EDayOfWeek;
|
|
11998
12140
|
timeFrom: string;
|
|
11999
12141
|
timeTo: string;
|
|
12142
|
+
minuteExecute: string;
|
|
12000
12143
|
service: string;
|
|
12001
12144
|
action: string;
|
|
12002
12145
|
timeExecute: Date;
|
|
12003
12146
|
status: EStatusTaskToolSocials;
|
|
12147
|
+
timeZone: string;
|
|
12004
12148
|
note: string;
|
|
12005
12149
|
numberView: number;
|
|
12006
12150
|
isLike: boolean;
|
|
@@ -12044,10 +12188,12 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12044
12188
|
dayOfWeek: EDayOfWeek;
|
|
12045
12189
|
timeFrom: string;
|
|
12046
12190
|
timeTo: string;
|
|
12191
|
+
minuteExecute: string;
|
|
12047
12192
|
service: string;
|
|
12048
12193
|
action: string;
|
|
12049
12194
|
timeExecute: Date;
|
|
12050
12195
|
status: EStatusTaskToolSocials;
|
|
12196
|
+
timeZone: string;
|
|
12051
12197
|
note: string;
|
|
12052
12198
|
numberView: number;
|
|
12053
12199
|
isLike: boolean;
|
|
@@ -12056,17 +12202,18 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12056
12202
|
}
|
|
12057
12203
|
|
|
12058
12204
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
12059
|
-
typeSocial: ETypeSocial;
|
|
12060
12205
|
account: string | IInstagramAccountRaw;
|
|
12061
12206
|
minuteWaiting: number;
|
|
12062
12207
|
isTimeUS: boolean;
|
|
12063
12208
|
dayOfWeek: EDayOfWeek;
|
|
12064
12209
|
timeFrom: string;
|
|
12065
12210
|
timeTo: string;
|
|
12211
|
+
minuteExecute: string;
|
|
12066
12212
|
service: string;
|
|
12067
12213
|
action: string;
|
|
12068
12214
|
timeExecute: Date;
|
|
12069
12215
|
status: EStatusTaskToolSocials;
|
|
12216
|
+
timeZone: string;
|
|
12070
12217
|
note: string;
|
|
12071
12218
|
numberView: number;
|
|
12072
12219
|
isLike: boolean;
|
|
@@ -12109,10 +12256,12 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12109
12256
|
dayOfWeek: EDayOfWeek;
|
|
12110
12257
|
timeFrom: string;
|
|
12111
12258
|
timeTo: string;
|
|
12259
|
+
minuteExecute: string;
|
|
12112
12260
|
service: string;
|
|
12113
12261
|
action: string;
|
|
12114
12262
|
timeExecute: Date;
|
|
12115
12263
|
status: EStatusTaskToolSocials;
|
|
12264
|
+
timeZone: string;
|
|
12116
12265
|
note: string;
|
|
12117
12266
|
numberView: number;
|
|
12118
12267
|
isLike: boolean;
|
|
@@ -12120,18 +12269,19 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12120
12269
|
}
|
|
12121
12270
|
|
|
12122
12271
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
12272
|
+
sheet: string | ISheetsTool;
|
|
12123
12273
|
account: string | IInstagramAccountRaw;
|
|
12124
|
-
sheetUrl: string;
|
|
12125
|
-
sheetName: string;
|
|
12126
12274
|
minuteWaiting: number;
|
|
12127
12275
|
isTimeUS: boolean;
|
|
12128
12276
|
dayOfWeek: EDayOfWeek;
|
|
12129
12277
|
timeFrom: string;
|
|
12130
12278
|
timeTo: string;
|
|
12279
|
+
minuteExecute: string;
|
|
12131
12280
|
service: string;
|
|
12132
12281
|
action: string;
|
|
12133
12282
|
timeExecute: Date;
|
|
12134
12283
|
status: EStatusTaskToolSocials;
|
|
12284
|
+
timeZone: string;
|
|
12135
12285
|
note: string;
|
|
12136
12286
|
canvaUrlVideo: string;
|
|
12137
12287
|
canvaImageThumb: string;
|
|
@@ -12173,6 +12323,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12173
12323
|
statusLogin: EStatusAccountSocialLogin;
|
|
12174
12324
|
statusSocial: EStatusAccountSocial;
|
|
12175
12325
|
statusPost: string;
|
|
12326
|
+
shareUserPostMe: string[];
|
|
12176
12327
|
linkPost: string;
|
|
12177
12328
|
}
|
|
12178
12329
|
interface ITaskInstagramPostELS extends IBaseELS {
|
|
@@ -12207,15 +12358,22 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12207
12358
|
country: string;
|
|
12208
12359
|
status: EStatusProxyChecked;
|
|
12209
12360
|
}>;
|
|
12361
|
+
sheet: IBaseRefFieldELS & {
|
|
12362
|
+
url: string;
|
|
12363
|
+
type: string;
|
|
12364
|
+
status: ESheetToolStatusRun;
|
|
12365
|
+
};
|
|
12210
12366
|
minuteWaiting: number;
|
|
12211
12367
|
isTimeUS: boolean;
|
|
12212
12368
|
dayOfWeek: EDayOfWeek;
|
|
12213
12369
|
timeFrom: string;
|
|
12214
12370
|
timeTo: string;
|
|
12371
|
+
minuteExecute: string;
|
|
12215
12372
|
service: string;
|
|
12216
12373
|
action: string;
|
|
12217
12374
|
timeExecute: Date;
|
|
12218
12375
|
status: EStatusTaskToolSocials;
|
|
12376
|
+
timeZone: string;
|
|
12219
12377
|
note: string;
|
|
12220
12378
|
folderImageName: string;
|
|
12221
12379
|
sheetUrl: string;
|
|
@@ -12260,23 +12418,24 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12260
12418
|
statusLogin: EStatusAccountSocialLogin;
|
|
12261
12419
|
statusSocial: EStatusAccountSocial;
|
|
12262
12420
|
statusPost: string;
|
|
12421
|
+
shareUserPostMe: string[];
|
|
12263
12422
|
linkPost: string;
|
|
12264
12423
|
}
|
|
12265
12424
|
|
|
12266
12425
|
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
12267
|
-
|
|
12268
|
-
sheetName: string;
|
|
12269
|
-
typeSocial: ETypeSocial;
|
|
12426
|
+
sheet: string | ISheetsTool;
|
|
12270
12427
|
account: string | IInstagramAccountRaw;
|
|
12271
12428
|
minuteWaiting: number;
|
|
12272
12429
|
isTimeUS: boolean;
|
|
12273
12430
|
dayOfWeek: EDayOfWeek;
|
|
12274
12431
|
timeFrom: string;
|
|
12275
12432
|
timeTo: string;
|
|
12433
|
+
minuteExecute: string;
|
|
12276
12434
|
service: string;
|
|
12277
12435
|
action: string;
|
|
12278
12436
|
timeExecute: Date;
|
|
12279
12437
|
status: EStatusTaskToolSocials;
|
|
12438
|
+
timeZone: string;
|
|
12280
12439
|
note: string;
|
|
12281
12440
|
postUrlReply: string;
|
|
12282
12441
|
messageForReply: string;
|
|
@@ -12317,15 +12476,22 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12317
12476
|
country: string;
|
|
12318
12477
|
status: EStatusProxyChecked;
|
|
12319
12478
|
}>;
|
|
12479
|
+
sheet: IBaseRefFieldELS & {
|
|
12480
|
+
url: string;
|
|
12481
|
+
type: string;
|
|
12482
|
+
status: ESheetToolStatusRun;
|
|
12483
|
+
};
|
|
12320
12484
|
minuteWaiting: number;
|
|
12321
12485
|
isTimeUS: boolean;
|
|
12322
12486
|
dayOfWeek: EDayOfWeek;
|
|
12323
12487
|
timeFrom: string;
|
|
12324
12488
|
timeTo: string;
|
|
12489
|
+
minuteExecute: string;
|
|
12325
12490
|
service: string;
|
|
12326
12491
|
action: string;
|
|
12327
12492
|
timeExecute: Date;
|
|
12328
12493
|
status: EStatusTaskToolSocials;
|
|
12494
|
+
timeZone: string;
|
|
12329
12495
|
note: string;
|
|
12330
12496
|
sheetUrl: string;
|
|
12331
12497
|
sheetName: string;
|
|
@@ -12338,19 +12504,19 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12338
12504
|
}
|
|
12339
12505
|
|
|
12340
12506
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
12341
|
-
|
|
12342
|
-
sheetName: string;
|
|
12507
|
+
sheet: string | ISheetsTool;
|
|
12343
12508
|
account: string | IInstagramAccountRaw;
|
|
12344
|
-
typeSocial: ETypeSocial;
|
|
12345
12509
|
minuteWaiting: number;
|
|
12346
12510
|
isTimeUS: boolean;
|
|
12347
12511
|
dayOfWeek: EDayOfWeek;
|
|
12348
12512
|
timeFrom: string;
|
|
12349
12513
|
timeTo: string;
|
|
12514
|
+
minuteExecute: string;
|
|
12350
12515
|
service: string;
|
|
12351
12516
|
action: string;
|
|
12352
12517
|
timeExecute: Date;
|
|
12353
12518
|
status: EStatusTaskToolSocials;
|
|
12519
|
+
timeZone: string;
|
|
12354
12520
|
note: string;
|
|
12355
12521
|
postUrlReply: string;
|
|
12356
12522
|
messageForReply: string;
|
|
@@ -12391,15 +12557,22 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12391
12557
|
country: string;
|
|
12392
12558
|
status: EStatusProxyChecked;
|
|
12393
12559
|
}>;
|
|
12560
|
+
sheet: IBaseRefFieldELS & {
|
|
12561
|
+
url: string;
|
|
12562
|
+
type: string;
|
|
12563
|
+
status: ESheetToolStatusRun;
|
|
12564
|
+
};
|
|
12394
12565
|
minuteWaiting: number;
|
|
12395
12566
|
isTimeUS: boolean;
|
|
12396
12567
|
dayOfWeek: EDayOfWeek;
|
|
12397
12568
|
timeFrom: string;
|
|
12398
12569
|
timeTo: string;
|
|
12570
|
+
minuteExecute: string;
|
|
12399
12571
|
service: string;
|
|
12400
12572
|
action: string;
|
|
12401
12573
|
timeExecute: Date;
|
|
12402
12574
|
status: EStatusTaskToolSocials;
|
|
12575
|
+
timeZone: string;
|
|
12403
12576
|
note: string;
|
|
12404
12577
|
sheetUrl: string;
|
|
12405
12578
|
sheetName: string;
|
|
@@ -13213,8 +13386,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
13213
13386
|
}
|
|
13214
13387
|
|
|
13215
13388
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13216
|
-
|
|
13217
|
-
sheetName: string;
|
|
13389
|
+
sheet: string | ISheetsTool;
|
|
13218
13390
|
typeSocial: ETypeSocial;
|
|
13219
13391
|
account: string | IThreadsAccountRaw;
|
|
13220
13392
|
minuteWaiting: number;
|
|
@@ -13222,10 +13394,12 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13222
13394
|
dayOfWeek: EDayOfWeek;
|
|
13223
13395
|
timeFrom: string;
|
|
13224
13396
|
timeTo: string;
|
|
13397
|
+
minuteExecute: string;
|
|
13225
13398
|
service: string;
|
|
13226
13399
|
action: string;
|
|
13227
13400
|
timeExecute: Date;
|
|
13228
13401
|
status: EStatusTaskToolSocials;
|
|
13402
|
+
timeZone: string;
|
|
13229
13403
|
note: string;
|
|
13230
13404
|
canvaUrlVideo: string;
|
|
13231
13405
|
canvaImageThumb: string;
|
|
@@ -13276,15 +13450,22 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13276
13450
|
country: string;
|
|
13277
13451
|
status: EStatusProxyChecked;
|
|
13278
13452
|
}>;
|
|
13453
|
+
sheet: IBaseRefFieldELS & {
|
|
13454
|
+
url: string;
|
|
13455
|
+
type: string;
|
|
13456
|
+
status: ESheetToolStatusRun;
|
|
13457
|
+
};
|
|
13279
13458
|
minuteWaiting: number;
|
|
13280
13459
|
isTimeUS: boolean;
|
|
13281
13460
|
dayOfWeek: EDayOfWeek;
|
|
13282
13461
|
timeFrom: string;
|
|
13283
13462
|
timeTo: string;
|
|
13463
|
+
minuteExecute: string;
|
|
13284
13464
|
service: string;
|
|
13285
13465
|
action: string;
|
|
13286
13466
|
timeExecute: Date;
|
|
13287
13467
|
status: EStatusTaskToolSocials;
|
|
13468
|
+
timeZone: string;
|
|
13288
13469
|
note: string;
|
|
13289
13470
|
folderImageName: string;
|
|
13290
13471
|
sheetUrl: string;
|
|
@@ -13308,8 +13489,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13308
13489
|
}
|
|
13309
13490
|
|
|
13310
13491
|
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13311
|
-
|
|
13312
|
-
sheetName: string;
|
|
13492
|
+
sheet: string | ISheetsTool;
|
|
13313
13493
|
typeSocial: ETypeSocial;
|
|
13314
13494
|
account: string | IThreadsAccountRaw;
|
|
13315
13495
|
minuteWaiting: number;
|
|
@@ -13317,10 +13497,12 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13317
13497
|
dayOfWeek: EDayOfWeek;
|
|
13318
13498
|
timeFrom: string;
|
|
13319
13499
|
timeTo: string;
|
|
13500
|
+
minuteExecute: string;
|
|
13320
13501
|
service: string;
|
|
13321
13502
|
action: string;
|
|
13322
13503
|
timeExecute: Date;
|
|
13323
13504
|
status: EStatusTaskToolSocials;
|
|
13505
|
+
timeZone: string;
|
|
13324
13506
|
note: string;
|
|
13325
13507
|
listUsernameFollow: string[];
|
|
13326
13508
|
}
|
|
@@ -13356,22 +13538,28 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
13356
13538
|
country: string;
|
|
13357
13539
|
status: EStatusProxyChecked;
|
|
13358
13540
|
}>;
|
|
13541
|
+
sheet: IBaseRefFieldELS & {
|
|
13542
|
+
url: string;
|
|
13543
|
+
type: string;
|
|
13544
|
+
status: ESheetToolStatusRun;
|
|
13545
|
+
};
|
|
13359
13546
|
minuteWaiting: number;
|
|
13360
13547
|
isTimeUS: boolean;
|
|
13361
13548
|
dayOfWeek: EDayOfWeek;
|
|
13362
13549
|
timeFrom: string;
|
|
13363
13550
|
timeTo: string;
|
|
13551
|
+
minuteExecute: string;
|
|
13364
13552
|
service: string;
|
|
13365
13553
|
action: string;
|
|
13366
13554
|
timeExecute: Date;
|
|
13367
13555
|
status: EStatusTaskToolSocials;
|
|
13556
|
+
timeZone: string;
|
|
13368
13557
|
note: string;
|
|
13369
13558
|
listUsernameFollow: string[];
|
|
13370
13559
|
}
|
|
13371
13560
|
|
|
13372
13561
|
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13373
|
-
|
|
13374
|
-
sheetName: string;
|
|
13562
|
+
sheet: string | ISheetsTool;
|
|
13375
13563
|
typeSocial: ETypeSocial;
|
|
13376
13564
|
account: string | IThreadsAccountRaw;
|
|
13377
13565
|
minuteWaiting: number;
|
|
@@ -13379,10 +13567,12 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13379
13567
|
dayOfWeek: EDayOfWeek;
|
|
13380
13568
|
timeFrom: string;
|
|
13381
13569
|
timeTo: string;
|
|
13570
|
+
minuteExecute: string;
|
|
13382
13571
|
service: string;
|
|
13383
13572
|
action: string;
|
|
13384
13573
|
timeExecute: Date;
|
|
13385
13574
|
status: EStatusTaskToolSocials;
|
|
13575
|
+
timeZone: string;
|
|
13386
13576
|
note: string;
|
|
13387
13577
|
postUrlReply: string;
|
|
13388
13578
|
messageForReply: string;
|
|
@@ -13423,15 +13613,22 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13423
13613
|
country: string;
|
|
13424
13614
|
status: EStatusProxyChecked;
|
|
13425
13615
|
}>;
|
|
13616
|
+
sheet: IBaseRefFieldELS & {
|
|
13617
|
+
url: string;
|
|
13618
|
+
type: string;
|
|
13619
|
+
status: ESheetToolStatusRun;
|
|
13620
|
+
};
|
|
13426
13621
|
minuteWaiting: number;
|
|
13427
13622
|
isTimeUS: boolean;
|
|
13428
13623
|
dayOfWeek: EDayOfWeek;
|
|
13429
13624
|
timeFrom: string;
|
|
13430
13625
|
timeTo: string;
|
|
13626
|
+
minuteExecute: string;
|
|
13431
13627
|
service: string;
|
|
13432
13628
|
action: string;
|
|
13433
13629
|
timeExecute: Date;
|
|
13434
13630
|
status: EStatusTaskToolSocials;
|
|
13631
|
+
timeZone: string;
|
|
13435
13632
|
note: string;
|
|
13436
13633
|
postUrlReply: string;
|
|
13437
13634
|
messageForReply: string;
|
|
@@ -13442,8 +13639,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13442
13639
|
}
|
|
13443
13640
|
|
|
13444
13641
|
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
13445
|
-
|
|
13446
|
-
sheetName: string;
|
|
13642
|
+
sheet: string | ISheetsTool;
|
|
13447
13643
|
typeSocial: ETypeSocial;
|
|
13448
13644
|
account: string | IThreadsAccountRaw;
|
|
13449
13645
|
minuteWaiting: number;
|
|
@@ -13451,10 +13647,12 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13451
13647
|
dayOfWeek: EDayOfWeek;
|
|
13452
13648
|
timeFrom: string;
|
|
13453
13649
|
timeTo: string;
|
|
13650
|
+
minuteExecute: string;
|
|
13454
13651
|
service: string;
|
|
13455
13652
|
action: string;
|
|
13456
13653
|
timeExecute: Date;
|
|
13457
13654
|
status: EStatusTaskToolSocials;
|
|
13655
|
+
timeZone: string;
|
|
13458
13656
|
note: string;
|
|
13459
13657
|
postUrlReply: string;
|
|
13460
13658
|
messageForReply: string;
|
|
@@ -13495,15 +13693,22 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
13495
13693
|
country: string;
|
|
13496
13694
|
status: EStatusProxyChecked;
|
|
13497
13695
|
}>;
|
|
13696
|
+
sheet: IBaseRefFieldELS & {
|
|
13697
|
+
url: string;
|
|
13698
|
+
type: string;
|
|
13699
|
+
status: ESheetToolStatusRun;
|
|
13700
|
+
};
|
|
13498
13701
|
minuteWaiting: number;
|
|
13499
13702
|
isTimeUS: boolean;
|
|
13500
13703
|
dayOfWeek: EDayOfWeek;
|
|
13501
13704
|
timeFrom: string;
|
|
13502
13705
|
timeTo: string;
|
|
13706
|
+
minuteExecute: string;
|
|
13503
13707
|
service: string;
|
|
13504
13708
|
action: string;
|
|
13505
13709
|
timeExecute: Date;
|
|
13506
13710
|
status: EStatusTaskToolSocials;
|
|
13711
|
+
timeZone: string;
|
|
13507
13712
|
note: string;
|
|
13508
13713
|
postUrlReply: string;
|
|
13509
13714
|
messageForReply: string;
|
|
@@ -13546,123 +13751,123 @@ interface ISheetImportSocial extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13546
13751
|
note: string;
|
|
13547
13752
|
}
|
|
13548
13753
|
|
|
13549
|
-
type index$
|
|
13550
|
-
declare const index$
|
|
13551
|
-
type index$
|
|
13552
|
-
declare const index$
|
|
13553
|
-
type index$
|
|
13554
|
-
type index$
|
|
13555
|
-
type index$
|
|
13556
|
-
type index$
|
|
13557
|
-
type index$
|
|
13558
|
-
type index$
|
|
13559
|
-
type index$
|
|
13560
|
-
type index$
|
|
13561
|
-
type index$
|
|
13562
|
-
type index$
|
|
13563
|
-
type index$
|
|
13564
|
-
type index$
|
|
13565
|
-
type index$
|
|
13566
|
-
type index$
|
|
13567
|
-
type index$
|
|
13568
|
-
type index$
|
|
13569
|
-
type index$
|
|
13570
|
-
type index$
|
|
13571
|
-
type index$
|
|
13572
|
-
type index$
|
|
13573
|
-
type index$
|
|
13574
|
-
type index$
|
|
13575
|
-
type index$
|
|
13576
|
-
type index$
|
|
13577
|
-
type index$
|
|
13578
|
-
type index$
|
|
13579
|
-
type index$
|
|
13580
|
-
type index$
|
|
13581
|
-
type index$
|
|
13582
|
-
type index$
|
|
13583
|
-
type index$
|
|
13584
|
-
type index$
|
|
13585
|
-
type index$
|
|
13586
|
-
type index$
|
|
13587
|
-
type index$
|
|
13588
|
-
type index$
|
|
13589
|
-
type index$
|
|
13590
|
-
type index$
|
|
13591
|
-
type index$
|
|
13592
|
-
type index$
|
|
13593
|
-
type index$
|
|
13594
|
-
type index$
|
|
13595
|
-
type index$
|
|
13596
|
-
type index$
|
|
13597
|
-
type index$
|
|
13598
|
-
type index$
|
|
13599
|
-
type index$
|
|
13600
|
-
type index$
|
|
13601
|
-
type index$
|
|
13602
|
-
type index$
|
|
13603
|
-
type index$
|
|
13604
|
-
type index$
|
|
13605
|
-
type index$
|
|
13606
|
-
type index$
|
|
13607
|
-
type index$
|
|
13608
|
-
type index$
|
|
13609
|
-
type index$
|
|
13610
|
-
type index$
|
|
13611
|
-
type index$
|
|
13612
|
-
type index$
|
|
13613
|
-
type index$
|
|
13614
|
-
type index$
|
|
13615
|
-
type index$
|
|
13616
|
-
type index$
|
|
13617
|
-
type index$
|
|
13618
|
-
type index$
|
|
13619
|
-
type index$
|
|
13620
|
-
type index$
|
|
13621
|
-
type index$
|
|
13622
|
-
type index$
|
|
13623
|
-
type index$
|
|
13624
|
-
type index$
|
|
13625
|
-
type index$
|
|
13626
|
-
type index$
|
|
13627
|
-
type index$
|
|
13628
|
-
type index$
|
|
13629
|
-
type index$
|
|
13630
|
-
type index$
|
|
13631
|
-
type index$
|
|
13632
|
-
type index$
|
|
13633
|
-
type index$
|
|
13634
|
-
type index$
|
|
13635
|
-
type index$
|
|
13636
|
-
type index$
|
|
13637
|
-
type index$
|
|
13638
|
-
type index$
|
|
13639
|
-
type index$
|
|
13640
|
-
type index$
|
|
13641
|
-
type index$
|
|
13642
|
-
type index$
|
|
13643
|
-
type index$
|
|
13644
|
-
type index$
|
|
13645
|
-
type index$
|
|
13646
|
-
type index$
|
|
13647
|
-
type index$
|
|
13648
|
-
type index$
|
|
13649
|
-
type index$
|
|
13650
|
-
type index$
|
|
13651
|
-
type index$
|
|
13652
|
-
type index$
|
|
13653
|
-
type index$
|
|
13654
|
-
type index$
|
|
13655
|
-
type index$
|
|
13656
|
-
type index$
|
|
13657
|
-
type index$
|
|
13658
|
-
type index$
|
|
13659
|
-
type index$
|
|
13660
|
-
type index$
|
|
13661
|
-
type index$
|
|
13662
|
-
type index$
|
|
13663
|
-
type index$
|
|
13664
|
-
declare namespace index$
|
|
13665
|
-
export { index$
|
|
13754
|
+
type index$4_EStatusImport = EStatusImport;
|
|
13755
|
+
declare const index$4_EStatusImport: typeof EStatusImport;
|
|
13756
|
+
type index$4_ETypeImport = ETypeImport;
|
|
13757
|
+
declare const index$4_ETypeImport: typeof ETypeImport;
|
|
13758
|
+
type index$4_IAccountSocialBase = IAccountSocialBase;
|
|
13759
|
+
type index$4_IAccountSocialGroup = IAccountSocialGroup;
|
|
13760
|
+
type index$4_IInstagramAccountRaw = IInstagramAccountRaw;
|
|
13761
|
+
type index$4_IInstagramAccountRun = IInstagramAccountRun;
|
|
13762
|
+
type index$4_IInstagramDashboardFollower = IInstagramDashboardFollower;
|
|
13763
|
+
type index$4_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
|
|
13764
|
+
type index$4_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
|
13765
|
+
type index$4_IInstagramHistoryAutoPostELS = IInstagramHistoryAutoPostELS;
|
|
13766
|
+
type index$4_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
|
13767
|
+
type index$4_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
|
|
13768
|
+
type index$4_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
|
13769
|
+
type index$4_IInstagramHistoryBlockUserELS = IInstagramHistoryBlockUserELS;
|
|
13770
|
+
type index$4_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
|
|
13771
|
+
type index$4_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
|
|
13772
|
+
type index$4_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
|
|
13773
|
+
type index$4_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
|
|
13774
|
+
type index$4_IInstagramHistoryFollow = IInstagramHistoryFollow;
|
|
13775
|
+
type index$4_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
|
|
13776
|
+
type index$4_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
13777
|
+
type index$4_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
|
|
13778
|
+
type index$4_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
13779
|
+
type index$4_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
|
|
13780
|
+
type index$4_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
|
13781
|
+
type index$4_IInstagramReportInteractExploreELS = IInstagramReportInteractExploreELS;
|
|
13782
|
+
type index$4_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
|
13783
|
+
type index$4_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
|
|
13784
|
+
type index$4_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
13785
|
+
type index$4_IInstagramReportInteractReelELS = IInstagramReportInteractReelELS;
|
|
13786
|
+
type index$4_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
13787
|
+
type index$4_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
|
|
13788
|
+
type index$4_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
13789
|
+
type index$4_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
|
|
13790
|
+
type index$4_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
13791
|
+
type index$4_IInstagramReportInteractStoryELS = IInstagramReportInteractStoryELS;
|
|
13792
|
+
type index$4_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
|
|
13793
|
+
type index$4_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
|
|
13794
|
+
type index$4_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
13795
|
+
type index$4_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
|
|
13796
|
+
type index$4_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
13797
|
+
type index$4_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
|
|
13798
|
+
type index$4_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
13799
|
+
type index$4_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
|
|
13800
|
+
type index$4_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
|
13801
|
+
type index$4_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
|
|
13802
|
+
type index$4_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
13803
|
+
type index$4_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
|
|
13804
|
+
type index$4_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
13805
|
+
type index$4_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
13806
|
+
type index$4_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
13807
|
+
type index$4_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
13808
|
+
type index$4_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
13809
|
+
type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
13810
|
+
type index$4_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
13811
|
+
type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
13812
|
+
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
13813
|
+
type index$4_ISheetImportSocial = ISheetImportSocial;
|
|
13814
|
+
type index$4_ISocialTaskManager = ISocialTaskManager;
|
|
13815
|
+
type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
13816
|
+
type index$4_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
|
|
13817
|
+
type index$4_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
13818
|
+
type index$4_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
|
|
13819
|
+
type index$4_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
13820
|
+
type index$4_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
|
|
13821
|
+
type index$4_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
13822
|
+
type index$4_ITaskInstagramInteractExploreELS = ITaskInstagramInteractExploreELS;
|
|
13823
|
+
type index$4_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
13824
|
+
type index$4_ITaskInstagramInteractReelELS = ITaskInstagramInteractReelELS;
|
|
13825
|
+
type index$4_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
13826
|
+
type index$4_ITaskInstagramInteractStoryELS = ITaskInstagramInteractStoryELS;
|
|
13827
|
+
type index$4_ITaskInstagramPost = ITaskInstagramPost;
|
|
13828
|
+
type index$4_ITaskInstagramPostELS = ITaskInstagramPostELS;
|
|
13829
|
+
type index$4_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
13830
|
+
type index$4_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
|
|
13831
|
+
type index$4_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
13832
|
+
type index$4_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
|
|
13833
|
+
type index$4_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
13834
|
+
type index$4_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
|
|
13835
|
+
type index$4_ITaskThreadsPost = ITaskThreadsPost;
|
|
13836
|
+
type index$4_ITaskThreadsPostELS = ITaskThreadsPostELS;
|
|
13837
|
+
type index$4_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
13838
|
+
type index$4_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
|
|
13839
|
+
type index$4_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
13840
|
+
type index$4_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
|
|
13841
|
+
type index$4_IThreadsAccountRaw = IThreadsAccountRaw;
|
|
13842
|
+
type index$4_IThreadsAccountRun = IThreadsAccountRun;
|
|
13843
|
+
type index$4_IThreadsDashboardFollower = IThreadsDashboardFollower;
|
|
13844
|
+
type index$4_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
|
13845
|
+
type index$4_IThreadsHistoryAutoPostELS = IThreadsHistoryAutoPostELS;
|
|
13846
|
+
type index$4_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
|
13847
|
+
type index$4_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
|
|
13848
|
+
type index$4_IThreadsHistoryChange = IThreadsHistoryChange;
|
|
13849
|
+
type index$4_IThreadsHistoryChangeInfoELS = IThreadsHistoryChangeInfoELS;
|
|
13850
|
+
type index$4_IThreadsHistoryCreateNew = IThreadsHistoryCreateNew;
|
|
13851
|
+
type index$4_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
|
|
13852
|
+
type index$4_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
|
13853
|
+
type index$4_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
|
|
13854
|
+
type index$4_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
|
13855
|
+
type index$4_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
|
|
13856
|
+
type index$4_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
|
13857
|
+
type index$4_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
|
|
13858
|
+
type index$4_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
|
13859
|
+
type index$4_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
|
|
13860
|
+
type index$4_IThreadsReportInteractUnFollow = IThreadsReportInteractUnFollow;
|
|
13861
|
+
type index$4_IThreadsReportInteractUnFollowELS = IThreadsReportInteractUnFollowELS;
|
|
13862
|
+
type index$4_IThreadsReportPost = IThreadsReportPost;
|
|
13863
|
+
type index$4_IThreadsReportPostELS = IThreadsReportPostELS;
|
|
13864
|
+
type index$4_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
13865
|
+
type index$4_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
13866
|
+
type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
13867
|
+
type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
13868
|
+
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
13869
|
+
declare namespace index$4 {
|
|
13870
|
+
export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsAccountRun as IThreadsAccountRun, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$4_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
|
|
13666
13871
|
}
|
|
13667
13872
|
|
|
13668
13873
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13762,114 +13967,6 @@ interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13762
13967
|
note: string;
|
|
13763
13968
|
}
|
|
13764
13969
|
|
|
13765
|
-
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
|
13766
|
-
vl_name: string;
|
|
13767
|
-
vl_key: ETypeVoiceLanguage;
|
|
13768
|
-
}
|
|
13769
|
-
|
|
13770
|
-
interface IVoiceStores extends IBaseModel, ITrackingModel<IUser> {
|
|
13771
|
-
vs_name: string;
|
|
13772
|
-
vs_avatar: string;
|
|
13773
|
-
vs_audio: string;
|
|
13774
|
-
vs_language: IVoiceLanguage | string;
|
|
13775
|
-
}
|
|
13776
|
-
|
|
13777
|
-
interface IVoiceGenerated extends IBaseModel, ITrackingModel<IUser> {
|
|
13778
|
-
vg_content: Array<{
|
|
13779
|
-
prompt: string;
|
|
13780
|
-
voiceStore: IVoiceStores | string;
|
|
13781
|
-
}>;
|
|
13782
|
-
vg_setting: {
|
|
13783
|
-
speed: number;
|
|
13784
|
-
stability: number;
|
|
13785
|
-
similarity: number;
|
|
13786
|
-
speakerBoost: boolean;
|
|
13787
|
-
};
|
|
13788
|
-
vg_audio: string;
|
|
13789
|
-
}
|
|
13790
|
-
|
|
13791
|
-
interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
|
13792
|
-
vsd_symbol: string;
|
|
13793
|
-
vsd_timeDelay: number;
|
|
13794
|
-
}
|
|
13795
|
-
|
|
13796
|
-
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
|
13797
|
-
typeSocial: ETypeSocial;
|
|
13798
|
-
type: ESheetToolInstagram;
|
|
13799
|
-
url: string;
|
|
13800
|
-
name: string;
|
|
13801
|
-
device: string | IDevice;
|
|
13802
|
-
description: string;
|
|
13803
|
-
statusImport: ESheetToolStatusImport;
|
|
13804
|
-
statusRun: ESheetToolStatusRun;
|
|
13805
|
-
noteFixImport: string;
|
|
13806
|
-
timeLastUsed: Date;
|
|
13807
|
-
lastUserUsed: string | IUser;
|
|
13808
|
-
}
|
|
13809
|
-
|
|
13810
|
-
type index$4_IAccountAIContent = IAccountAIContent;
|
|
13811
|
-
type index$4_IAccountAIContentChannel = IAccountAIContentChannel;
|
|
13812
|
-
type index$4_IAccountAIContentGroup = IAccountAIContentGroup;
|
|
13813
|
-
type index$4_IAccountAIContentInfo = IAccountAIContentInfo;
|
|
13814
|
-
type index$4_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
|
|
13815
|
-
type index$4_IAccountAIContentTag = IAccountAIContentTag;
|
|
13816
|
-
type index$4_IAccountAIImage = IAccountAIImage;
|
|
13817
|
-
type index$4_IAccountAIImageChannel = IAccountAIImageChannel;
|
|
13818
|
-
type index$4_IAccountAIImageGroup = IAccountAIImageGroup;
|
|
13819
|
-
type index$4_IAccountAIImageInfo = IAccountAIImageInfo;
|
|
13820
|
-
type index$4_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
|
|
13821
|
-
type index$4_IAccountAIImageTag = IAccountAIImageTag;
|
|
13822
|
-
type index$4_IAccountAIVoice = IAccountAIVoice;
|
|
13823
|
-
type index$4_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
13824
|
-
type index$4_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
13825
|
-
type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
13826
|
-
type index$4_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
|
|
13827
|
-
type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
13828
|
-
type index$4_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
13829
|
-
type index$4_IAccountCanva = IAccountCanva;
|
|
13830
|
-
type index$4_IAccountDrive = IAccountDrive;
|
|
13831
|
-
type index$4_IAccountEmail = IAccountEmail;
|
|
13832
|
-
type index$4_IAccountEmailProxy = IAccountEmailProxy;
|
|
13833
|
-
type index$4_IAccountEmailTag = IAccountEmailTag;
|
|
13834
|
-
type index$4_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
13835
|
-
type index$4_IAccountVPN = IAccountVPN;
|
|
13836
|
-
type index$4_IAccountVPS = IAccountVPS;
|
|
13837
|
-
type index$4_IAccountVPSGroup = IAccountVPSGroup;
|
|
13838
|
-
type index$4_IAccountVPSSocial = IAccountVPSSocial;
|
|
13839
|
-
type index$4_IDevice = IDevice;
|
|
13840
|
-
type index$4_IDeviceLog = IDeviceLog;
|
|
13841
|
-
type index$4_IDeviceLogELS = IDeviceLogELS;
|
|
13842
|
-
type index$4_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
13843
|
-
type index$4_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
|
|
13844
|
-
type index$4_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
|
13845
|
-
type index$4_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
|
13846
|
-
type index$4_IGPMProfile = IGPMProfile;
|
|
13847
|
-
type index$4_IManagerImageAI = IManagerImageAI;
|
|
13848
|
-
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
13849
|
-
type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
13850
|
-
type index$4_IManagerSheet = IManagerSheet;
|
|
13851
|
-
type index$4_IManagerSheetChildren = IManagerSheetChildren;
|
|
13852
|
-
type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
13853
|
-
type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
13854
|
-
type index$4_IManagerSheetGroup = IManagerSheetGroup;
|
|
13855
|
-
type index$4_IPC = IPC;
|
|
13856
|
-
type index$4_IProxy = IProxy;
|
|
13857
|
-
type index$4_ISheetsTool = ISheetsTool;
|
|
13858
|
-
type index$4_ITaskAIContent = ITaskAIContent;
|
|
13859
|
-
type index$4_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
|
13860
|
-
type index$4_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
|
13861
|
-
type index$4_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
|
13862
|
-
type index$4_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
13863
|
-
type index$4_ITaskAIItemAction = ITaskAIItemAction;
|
|
13864
|
-
type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
13865
|
-
type index$4_IVoiceGenerated = IVoiceGenerated;
|
|
13866
|
-
type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
13867
|
-
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
13868
|
-
type index$4_IVoiceStores = IVoiceStores;
|
|
13869
|
-
declare namespace index$4 {
|
|
13870
|
-
export type { index$4_IAccountAIContent as IAccountAIContent, index$4_IAccountAIContentChannel as IAccountAIContentChannel, index$4_IAccountAIContentGroup as IAccountAIContentGroup, index$4_IAccountAIContentInfo as IAccountAIContentInfo, index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, index$4_IAccountAIContentTag as IAccountAIContentTag, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, index$4_IAccountCanva as IAccountCanva, index$4_IAccountDrive as IAccountDrive, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPN as IAccountVPN, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountVPSSocial as IAccountVPSSocial, index$4_IDevice as IDevice, index$4_IDeviceLog as IDeviceLog, index$4_IDeviceLogELS as IDeviceLogELS, index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, index$4_IGPMProfile as IGPMProfile, index$4_IManagerImageAI as IManagerImageAI, index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IProxy as IProxy, index$4_ISheetsTool as ISheetsTool, index$4_ITaskAIContent as ITaskAIContent, index$4_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$4_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$4_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$4_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$4_ITaskAIItemAction as ITaskAIItemAction, index$4_ITaskAIItemGroup as ITaskAIItemGroup, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
13871
|
-
}
|
|
13872
|
-
|
|
13873
13970
|
interface IHistoryTaskAIImage extends IBaseModel, ITrackingModel<IUser> {
|
|
13874
13971
|
sheetID: string;
|
|
13875
13972
|
sheetUrl: string;
|
|
@@ -14185,7 +14282,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
14185
14282
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
14186
14283
|
type index$1_IVoiceStores = IVoiceStores;
|
|
14187
14284
|
declare namespace index$1 {
|
|
14188
|
-
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
|
|
14285
|
+
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
14189
14286
|
}
|
|
14190
14287
|
|
|
14191
14288
|
interface IDataUser {
|
|
@@ -14238,4 +14335,4 @@ declare namespace index {
|
|
|
14238
14335
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
14239
14336
|
}
|
|
14240
14337
|
|
|
14241
|
-
export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
|
|
14338
|
+
export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
|