automation-lib 5.4.142 → 5.4.144

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.ts CHANGED
@@ -11727,15 +11727,15 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11727
11727
  accountDeviceTypeAppClone: string;
11728
11728
  accountDeviceNameAppClone: string;
11729
11729
  };
11730
- accountVPN: IBaseRefFieldELS & {
11730
+ accountVPN: Array<IBaseRefFieldELS & {
11731
11731
  email: string;
11732
11732
  username: string;
11733
11733
  code2FA: string;
11734
11734
  country: string;
11735
11735
  type: ETypeAccountVPN;
11736
11736
  status: EStatusAccountVPN;
11737
- };
11738
- accountProxy: IBaseRefFieldELS & {
11737
+ }>;
11738
+ accountProxy: Array<IBaseRefFieldELS & {
11739
11739
  ip: string;
11740
11740
  port: string;
11741
11741
  username: string;
@@ -11744,7 +11744,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11744
11744
  city: string;
11745
11745
  country: string;
11746
11746
  status: EStatusProxyChecked;
11747
- };
11747
+ }>;
11748
11748
  minuteWaiting: number;
11749
11749
  isTimeUS: boolean;
11750
11750
  dayOfWeek: EDayOfWeek;
@@ -11810,15 +11810,15 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11810
11810
  accountDeviceTypeAppClone: string;
11811
11811
  accountDeviceNameAppClone: string;
11812
11812
  };
11813
- accountVPN: IBaseRefFieldELS & {
11813
+ accountVPN: Array<IBaseRefFieldELS & {
11814
11814
  email: string;
11815
11815
  username: string;
11816
11816
  code2FA: string;
11817
11817
  country: string;
11818
11818
  type: ETypeAccountVPN;
11819
11819
  status: EStatusAccountVPN;
11820
- };
11821
- accountProxy: IBaseRefFieldELS & {
11820
+ }>;
11821
+ accountProxy: Array<IBaseRefFieldELS & {
11822
11822
  ip: string;
11823
11823
  port: string;
11824
11824
  username: string;
@@ -11827,7 +11827,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11827
11827
  city: string;
11828
11828
  country: string;
11829
11829
  status: EStatusProxyChecked;
11830
- };
11830
+ }>;
11831
11831
  minuteWaiting: number;
11832
11832
  isTimeUS: boolean;
11833
11833
  dayOfWeek: EDayOfWeek;
@@ -11890,15 +11890,15 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11890
11890
  accountDeviceTypeAppClone: string;
11891
11891
  accountDeviceNameAppClone: string;
11892
11892
  };
11893
- accountVPN: IBaseRefFieldELS & {
11893
+ accountVPN: Array<IBaseRefFieldELS & {
11894
11894
  email: string;
11895
11895
  username: string;
11896
11896
  code2FA: string;
11897
11897
  country: string;
11898
11898
  type: ETypeAccountVPN;
11899
11899
  status: EStatusAccountVPN;
11900
- };
11901
- accountProxy: IBaseRefFieldELS & {
11900
+ }>;
11901
+ accountProxy: Array<IBaseRefFieldELS & {
11902
11902
  ip: string;
11903
11903
  port: string;
11904
11904
  username: string;
@@ -11907,7 +11907,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
11907
11907
  city: string;
11908
11908
  country: string;
11909
11909
  status: EStatusProxyChecked;
11910
- };
11910
+ }>;
11911
11911
  minuteWaiting: number;
11912
11912
  isTimeUS: boolean;
11913
11913
  dayOfWeek: EDayOfWeek;
@@ -11954,15 +11954,15 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11954
11954
  accountDeviceTypeAppClone: string;
11955
11955
  accountDeviceNameAppClone: string;
11956
11956
  };
11957
- accountVPN: IBaseRefFieldELS & {
11957
+ accountVPN: Array<IBaseRefFieldELS & {
11958
11958
  email: string;
11959
11959
  username: string;
11960
11960
  code2FA: string;
11961
11961
  country: string;
11962
11962
  type: ETypeAccountVPN;
11963
11963
  status: EStatusAccountVPN;
11964
- };
11965
- accountProxy: IBaseRefFieldELS & {
11964
+ }>;
11965
+ accountProxy: Array<IBaseRefFieldELS & {
11966
11966
  ip: string;
11967
11967
  port: string;
11968
11968
  username: string;
@@ -11971,7 +11971,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
11971
11971
  city: string;
11972
11972
  country: string;
11973
11973
  status: EStatusProxyChecked;
11974
- };
11974
+ }>;
11975
11975
  minuteWaiting: number;
11976
11976
  isTimeUS: boolean;
11977
11977
  dayOfWeek: EDayOfWeek;
@@ -12021,15 +12021,15 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12021
12021
  accountDeviceTypeAppClone: string;
12022
12022
  accountDeviceNameAppClone: string;
12023
12023
  };
12024
- accountVPN: IBaseRefFieldELS & {
12024
+ accountVPN: Array<IBaseRefFieldELS & {
12025
12025
  email: string;
12026
12026
  username: string;
12027
12027
  code2FA: string;
12028
12028
  country: string;
12029
12029
  type: ETypeAccountVPN;
12030
12030
  status: EStatusAccountVPN;
12031
- };
12032
- accountProxy: IBaseRefFieldELS & {
12031
+ }>;
12032
+ accountProxy: Array<IBaseRefFieldELS & {
12033
12033
  ip: string;
12034
12034
  port: string;
12035
12035
  username: string;
@@ -12038,7 +12038,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12038
12038
  city: string;
12039
12039
  country: string;
12040
12040
  status: EStatusProxyChecked;
12041
- };
12041
+ }>;
12042
12042
  minuteWaiting: number;
12043
12043
  isTimeUS: boolean;
12044
12044
  dayOfWeek: EDayOfWeek;
@@ -12086,15 +12086,15 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12086
12086
  accountDeviceTypeAppClone: string;
12087
12087
  accountDeviceNameAppClone: string;
12088
12088
  };
12089
- accountVPN: IBaseRefFieldELS & {
12089
+ accountVPN: Array<IBaseRefFieldELS & {
12090
12090
  email: string;
12091
12091
  username: string;
12092
12092
  code2FA: string;
12093
12093
  country: string;
12094
12094
  type: ETypeAccountVPN;
12095
12095
  status: EStatusAccountVPN;
12096
- };
12097
- accountProxy: IBaseRefFieldELS & {
12096
+ }>;
12097
+ accountProxy: Array<IBaseRefFieldELS & {
12098
12098
  ip: string;
12099
12099
  port: string;
12100
12100
  username: string;
@@ -12103,7 +12103,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12103
12103
  city: string;
12104
12104
  country: string;
12105
12105
  status: EStatusProxyChecked;
12106
- };
12106
+ }>;
12107
12107
  minuteWaiting: number;
12108
12108
  isTimeUS: boolean;
12109
12109
  dayOfWeek: EDayOfWeek;
@@ -12189,15 +12189,15 @@ interface ITaskInstagramPostELS extends IBaseELS {
12189
12189
  accountDeviceTypeAppClone: string;
12190
12190
  accountDeviceNameAppClone: string;
12191
12191
  };
12192
- accountVPN: IBaseRefFieldELS & {
12192
+ accountVPN: Array<IBaseRefFieldELS & {
12193
12193
  email: string;
12194
12194
  username: string;
12195
12195
  code2FA: string;
12196
12196
  country: string;
12197
12197
  type: ETypeAccountVPN;
12198
12198
  status: EStatusAccountVPN;
12199
- };
12200
- accountProxy: IBaseRefFieldELS & {
12199
+ }>;
12200
+ accountProxy: Array<IBaseRefFieldELS & {
12201
12201
  ip: string;
12202
12202
  port: string;
12203
12203
  username: string;
@@ -12206,7 +12206,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12206
12206
  city: string;
12207
12207
  country: string;
12208
12208
  status: EStatusProxyChecked;
12209
- };
12209
+ }>;
12210
12210
  minuteWaiting: number;
12211
12211
  isTimeUS: boolean;
12212
12212
  dayOfWeek: EDayOfWeek;
@@ -12299,15 +12299,15 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12299
12299
  accountDeviceTypeAppClone: string;
12300
12300
  accountDeviceNameAppClone: string;
12301
12301
  };
12302
- accountVPN: IBaseRefFieldELS & {
12302
+ accountVPN: Array<IBaseRefFieldELS & {
12303
12303
  email: string;
12304
12304
  username: string;
12305
12305
  code2FA: string;
12306
12306
  country: string;
12307
12307
  type: ETypeAccountVPN;
12308
12308
  status: EStatusAccountVPN;
12309
- };
12310
- accountProxy: IBaseRefFieldELS & {
12309
+ }>;
12310
+ accountProxy: Array<IBaseRefFieldELS & {
12311
12311
  ip: string;
12312
12312
  port: string;
12313
12313
  username: string;
@@ -12316,7 +12316,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12316
12316
  city: string;
12317
12317
  country: string;
12318
12318
  status: EStatusProxyChecked;
12319
- };
12319
+ }>;
12320
12320
  minuteWaiting: number;
12321
12321
  isTimeUS: boolean;
12322
12322
  dayOfWeek: EDayOfWeek;
@@ -12373,15 +12373,15 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12373
12373
  accountDeviceTypeAppClone: string;
12374
12374
  accountDeviceNameAppClone: string;
12375
12375
  };
12376
- accountVPN: IBaseRefFieldELS & {
12376
+ accountVPN: Array<IBaseRefFieldELS & {
12377
12377
  email: string;
12378
12378
  username: string;
12379
12379
  code2FA: string;
12380
12380
  country: string;
12381
12381
  type: ETypeAccountVPN;
12382
12382
  status: EStatusAccountVPN;
12383
- };
12384
- accountProxy: IBaseRefFieldELS & {
12383
+ }>;
12384
+ accountProxy: Array<IBaseRefFieldELS & {
12385
12385
  ip: string;
12386
12386
  port: string;
12387
12387
  username: string;
@@ -12390,7 +12390,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12390
12390
  city: string;
12391
12391
  country: string;
12392
12392
  status: EStatusProxyChecked;
12393
- };
12393
+ }>;
12394
12394
  minuteWaiting: number;
12395
12395
  isTimeUS: boolean;
12396
12396
  dayOfWeek: EDayOfWeek;
@@ -13238,10 +13238,54 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
13238
13238
  }
13239
13239
 
13240
13240
  interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
13241
- account: string | IThreadsAccountRaw;
13242
13241
  sheetUrl: string;
13243
13242
  sheetName: string;
13244
13243
  typeSocial: ETypeSocial;
13244
+ account: string | IThreadsAccountRaw;
13245
+ minuteWaiting: number;
13246
+ isTimeUS: boolean;
13247
+ dayOfWeek: EDayOfWeek;
13248
+ timeFrom: string;
13249
+ timeTo: string;
13250
+ service: string;
13251
+ action: string;
13252
+ timeExecute: Date;
13253
+ status: EStatusTaskToolSocials;
13254
+ note: string;
13255
+ listUsernameFollow: string[];
13256
+ }
13257
+ interface ITaskThreadsFollowELS extends IBaseELS {
13258
+ idea: IBaseRefFieldELS;
13259
+ niche: IBaseRefFieldELS;
13260
+ type: ETypeManagerWorkClassify;
13261
+ pc: IBaseRefFieldELS;
13262
+ device: IBaseRefFieldELS & {
13263
+ key: string;
13264
+ };
13265
+ accountGroup: IBaseRefFieldELS;
13266
+ account: IBaseRefFieldELS & {
13267
+ nameAppCloneSocial: string;
13268
+ accountDeviceTypeAppClone: string;
13269
+ accountDeviceNameAppClone: string;
13270
+ };
13271
+ accountVPN: Array<IBaseRefFieldELS & {
13272
+ email: string;
13273
+ username: string;
13274
+ code2FA: string;
13275
+ country: string;
13276
+ type: ETypeAccountVPN;
13277
+ status: EStatusAccountVPN;
13278
+ }>;
13279
+ accountProxy: Array<IBaseRefFieldELS & {
13280
+ ip: string;
13281
+ port: string;
13282
+ username: string;
13283
+ typeProxy: ETypeProxy;
13284
+ provider: string;
13285
+ city: string;
13286
+ country: string;
13287
+ status: EStatusProxyChecked;
13288
+ }>;
13245
13289
  minuteWaiting: number;
13246
13290
  isTimeUS: boolean;
13247
13291
  dayOfWeek: EDayOfWeek;
@@ -13277,6 +13321,55 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
13277
13321
  statusStep1: EStatusTaskToolSocials;
13278
13322
  statusStep2: EStatusTaskToolSocials;
13279
13323
  }
13324
+ interface ITaskThreadsReplyCommentELS extends IBaseELS {
13325
+ idea: IBaseRefFieldELS;
13326
+ niche: IBaseRefFieldELS;
13327
+ type: ETypeManagerWorkClassify;
13328
+ pc: IBaseRefFieldELS;
13329
+ device: IBaseRefFieldELS & {
13330
+ key: string;
13331
+ };
13332
+ accountGroup: IBaseRefFieldELS;
13333
+ account: IBaseRefFieldELS & {
13334
+ nameAppCloneSocial: string;
13335
+ accountDeviceTypeAppClone: string;
13336
+ accountDeviceNameAppClone: string;
13337
+ };
13338
+ accountVPN: Array<IBaseRefFieldELS & {
13339
+ email: string;
13340
+ username: string;
13341
+ code2FA: string;
13342
+ country: string;
13343
+ type: ETypeAccountVPN;
13344
+ status: EStatusAccountVPN;
13345
+ }>;
13346
+ accountProxy: Array<IBaseRefFieldELS & {
13347
+ ip: string;
13348
+ port: string;
13349
+ username: string;
13350
+ typeProxy: ETypeProxy;
13351
+ provider: string;
13352
+ city: string;
13353
+ country: string;
13354
+ status: EStatusProxyChecked;
13355
+ }>;
13356
+ minuteWaiting: number;
13357
+ isTimeUS: boolean;
13358
+ dayOfWeek: EDayOfWeek;
13359
+ timeFrom: string;
13360
+ timeTo: string;
13361
+ service: string;
13362
+ action: string;
13363
+ timeExecute: Date;
13364
+ status: EStatusTaskToolSocials;
13365
+ note: string;
13366
+ postUrlReply: string;
13367
+ messageForReply: string;
13368
+ replyCommentContentStep1: string;
13369
+ replyCommentContentStep2: string;
13370
+ statusStep1: EStatusTaskToolSocials;
13371
+ statusStep2: EStatusTaskToolSocials;
13372
+ }
13280
13373
 
13281
13374
  interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13282
13375
  sheetUrl: string;
@@ -13300,6 +13393,55 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13300
13393
  statusStep1: EStatusTaskToolSocials;
13301
13394
  statusStep2: EStatusTaskToolSocials;
13302
13395
  }
13396
+ interface ITaskThreadsReplyMessageELS extends IBaseELS {
13397
+ idea: IBaseRefFieldELS;
13398
+ niche: IBaseRefFieldELS;
13399
+ type: ETypeManagerWorkClassify;
13400
+ pc: IBaseRefFieldELS;
13401
+ device: IBaseRefFieldELS & {
13402
+ key: string;
13403
+ };
13404
+ accountGroup: IBaseRefFieldELS;
13405
+ account: IBaseRefFieldELS & {
13406
+ nameAppCloneSocial: string;
13407
+ accountDeviceTypeAppClone: string;
13408
+ accountDeviceNameAppClone: string;
13409
+ };
13410
+ accountVPN: Array<IBaseRefFieldELS & {
13411
+ email: string;
13412
+ username: string;
13413
+ code2FA: string;
13414
+ country: string;
13415
+ type: ETypeAccountVPN;
13416
+ status: EStatusAccountVPN;
13417
+ }>;
13418
+ accountProxy: Array<IBaseRefFieldELS & {
13419
+ ip: string;
13420
+ port: string;
13421
+ username: string;
13422
+ typeProxy: ETypeProxy;
13423
+ provider: string;
13424
+ city: string;
13425
+ country: string;
13426
+ status: EStatusProxyChecked;
13427
+ }>;
13428
+ minuteWaiting: number;
13429
+ isTimeUS: boolean;
13430
+ dayOfWeek: EDayOfWeek;
13431
+ timeFrom: string;
13432
+ timeTo: string;
13433
+ service: string;
13434
+ action: string;
13435
+ timeExecute: Date;
13436
+ status: EStatusTaskToolSocials;
13437
+ note: string;
13438
+ postUrlReply: string;
13439
+ messageForReply: string;
13440
+ replyMessageContentStep1: string;
13441
+ replyMessageContentStep2: string;
13442
+ statusStep1: EStatusTaskToolSocials;
13443
+ statusStep2: EStatusTaskToolSocials;
13444
+ }
13303
13445
 
13304
13446
  interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
13305
13447
  deviceKey: string;
@@ -13414,9 +13556,12 @@ type index$5_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
13414
13556
  type index$5_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
13415
13557
  type index$5_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
13416
13558
  type index$5_ITaskThreadsFollow = ITaskThreadsFollow;
13559
+ type index$5_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
13417
13560
  type index$5_ITaskThreadsPost = ITaskThreadsPost;
13418
13561
  type index$5_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
13562
+ type index$5_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
13419
13563
  type index$5_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
13564
+ type index$5_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
13420
13565
  type index$5_IThreadsAccountRaw = IThreadsAccountRaw;
13421
13566
  type index$5_IThreadsAccountRun = IThreadsAccountRun;
13422
13567
  type index$5_IThreadsDashboardFollower = IThreadsDashboardFollower;
@@ -13446,7 +13591,7 @@ type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
13446
13591
  type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
13447
13592
  type index$5_IThreadsSettingPost = IThreadsSettingPost;
13448
13593
  declare namespace index$5 {
13449
- export { index$5_EStatusImport as EStatusImport, index$5_ETypeImport as ETypeImport, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$5_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$5_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$5_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$5_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$5_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$5_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$5_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$5_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$5_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$5_IInstagramReportPostNew as IInstagramReportPostNew, type index$5_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$5_IInstagramReportPostReel as IInstagramReportPostReel, type index$5_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$5_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$5_IInstagramReportPostStory as IInstagramReportPostStory, type index$5_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$5_IInstagramSettingPost as IInstagramSettingPost, type index$5_ISheetImportSocial as ISheetImportSocial, type index$5_ISocialTaskManager as ISocialTaskManager, type index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$5_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$5_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$5_ITaskInstagramFollow as ITaskInstagramFollow, type index$5_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$5_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$5_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$5_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$5_ITaskInstagramPost as ITaskInstagramPost, type index$5_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$5_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$5_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$5_ITaskThreadsFollow as ITaskThreadsFollow, type index$5_ITaskThreadsPost as ITaskThreadsPost, type index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$5_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$5_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$5_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$5_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$5_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$5_IThreadsReportPost as IThreadsReportPost, type index$5_IThreadsReportPostELS as IThreadsReportPostELS, type index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$5_IThreadsSettingPost as IThreadsSettingPost };
13594
+ export { index$5_EStatusImport as EStatusImport, index$5_ETypeImport as ETypeImport, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$5_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$5_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$5_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$5_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$5_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$5_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$5_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$5_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$5_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$5_IInstagramReportPostNew as IInstagramReportPostNew, type index$5_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$5_IInstagramReportPostReel as IInstagramReportPostReel, type index$5_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$5_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$5_IInstagramReportPostStory as IInstagramReportPostStory, type index$5_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$5_IInstagramSettingPost as IInstagramSettingPost, type index$5_ISheetImportSocial as ISheetImportSocial, type index$5_ISocialTaskManager as ISocialTaskManager, type index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$5_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$5_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$5_ITaskInstagramFollow as ITaskInstagramFollow, type index$5_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$5_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$5_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$5_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$5_ITaskInstagramPost as ITaskInstagramPost, type index$5_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$5_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$5_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$5_ITaskThreadsFollow as ITaskThreadsFollow, type index$5_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$5_ITaskThreadsPost as ITaskThreadsPost, type index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$5_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$5_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$5_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$5_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$5_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$5_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$5_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$5_IThreadsReportPost as IThreadsReportPost, type index$5_IThreadsReportPostELS as IThreadsReportPostELS, type index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$5_IThreadsSettingPost as IThreadsSettingPost };
13450
13595
  }
13451
13596
 
13452
13597
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -13920,9 +14065,12 @@ type index$1_ITaskJobTeamPermission = ITaskJobTeamPermission;
13920
14065
  type index$1_ITaskJobUserPermission = ITaskJobUserPermission;
13921
14066
  type index$1_ITaskJobsGroup = ITaskJobsGroup;
13922
14067
  type index$1_ITaskThreadsFollow = ITaskThreadsFollow;
14068
+ type index$1_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
13923
14069
  type index$1_ITaskThreadsPost = ITaskThreadsPost;
13924
14070
  type index$1_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
14071
+ type index$1_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
13925
14072
  type index$1_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
14073
+ type index$1_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
13926
14074
  type index$1_ITeam = ITeam;
13927
14075
  type index$1_ITeamMember = ITeamMember;
13928
14076
  type index$1_ITeamRole = ITeamRole;
@@ -13965,7 +14113,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
13965
14113
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
13966
14114
  type index$1_IVoiceStores = IVoiceStores;
13967
14115
  declare namespace index$1 {
13968
- 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_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, 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 };
14116
+ 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_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 };
13969
14117
  }
13970
14118
 
13971
14119
  interface IDataUser {
@@ -14018,4 +14166,4 @@ declare namespace index {
14018
14166
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
14019
14167
  }
14020
14168
 
14021
- 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 ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, 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 };
14169
+ 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 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 };