automation-lib 5.0.192 → 5.0.194
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +54 -36
- package/dist/index.d.ts +54 -36
- package/dist/index.js +8 -2
- package/dist/index.mjs +8 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -86,8 +86,14 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
86
86
|
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
87
87
|
ACCOUNTS_CANVA: string;
|
|
88
88
|
ACCOUNTS_DRIVE: string;
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
ACCOUNTS_SOCIALS_RUN: {
|
|
90
|
+
INSTAGRAM: string;
|
|
91
|
+
THREADS: string;
|
|
92
|
+
};
|
|
93
|
+
ACCOUNTS_SOCIALS_RAW: {
|
|
94
|
+
INSTAGRAM: string;
|
|
95
|
+
THREADS: string;
|
|
96
|
+
};
|
|
91
97
|
ACCOUNTS_GROUPS: string;
|
|
92
98
|
ACCOUNTS_STATUS: string;
|
|
93
99
|
ACCOUNTS_DETAILS: string;
|
|
@@ -3306,26 +3312,6 @@ interface ImportDto {
|
|
|
3306
3312
|
sheetName: string;
|
|
3307
3313
|
}
|
|
3308
3314
|
|
|
3309
|
-
interface FindHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3310
|
-
}
|
|
3311
|
-
interface FilterHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
interface FindHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3315
|
-
}
|
|
3316
|
-
interface FilterHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3317
|
-
}
|
|
3318
|
-
|
|
3319
|
-
interface FindHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3320
|
-
}
|
|
3321
|
-
interface FilterHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
interface FindHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3325
|
-
}
|
|
3326
|
-
interface FilterHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
3315
|
interface FindThreadsHistoryPostDto extends IBaseDto, IThreadsHistoryPost {
|
|
3330
3316
|
}
|
|
3331
3317
|
interface FilterThreadsHistoryPostDto extends IBaseDto, IThreadsHistoryPost {
|
|
@@ -3501,6 +3487,11 @@ interface FindIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
|
3501
3487
|
interface FilterIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
3502
3488
|
}
|
|
3503
3489
|
|
|
3490
|
+
interface FindHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3491
|
+
}
|
|
3492
|
+
interface FilterHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3504
3495
|
interface FindAccountAIVoiceDto extends IBaseDto, IAccountAIVoice {
|
|
3505
3496
|
sheetWorksGroup: ISheetWorksCategory[];
|
|
3506
3497
|
classifyManagerWork: ETypeManagerWorkClassify;
|
|
@@ -3517,6 +3508,11 @@ interface FindIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
|
3517
3508
|
interface FilterIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
3518
3509
|
}
|
|
3519
3510
|
|
|
3511
|
+
interface FindHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3512
|
+
}
|
|
3513
|
+
interface FilterHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3520
3516
|
interface FindAccountAIImageDto extends IBaseDto, IAccountAIImage {
|
|
3521
3517
|
sheetWorksGroup: ISheetWorksCategory[];
|
|
3522
3518
|
classifyManagerWork: ETypeManagerWorkClassify;
|
|
@@ -3549,6 +3545,16 @@ interface FindIAccountAIContentInfoDto extends IBaseDto, IAccountAIContentInfo {
|
|
|
3549
3545
|
interface FilterIAccountAIContentInfoDto extends IBaseDto, IAccountAIContentInfo {
|
|
3550
3546
|
}
|
|
3551
3547
|
|
|
3548
|
+
interface FindHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3549
|
+
}
|
|
3550
|
+
interface FilterHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
interface FindHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3554
|
+
}
|
|
3555
|
+
interface FilterHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3552
3558
|
interface FindAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
3553
3559
|
}
|
|
3554
3560
|
interface FilterAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
@@ -3732,6 +3738,24 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
3732
3738
|
};
|
|
3733
3739
|
}
|
|
3734
3740
|
|
|
3741
|
+
interface IThreadsHistoryGroupDto extends IBaseDto {
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
interface IThreadsHistoryAutoSyncDto extends IBaseDto {
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3747
|
+
interface IThreadsHistoryChangeCreateDto extends IBaseDto {
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
interface IInstagramHistoryGroupDto extends IBaseDto {
|
|
3751
|
+
}
|
|
3752
|
+
|
|
3753
|
+
interface IInstagramHistoryAutoSyncDto extends IBaseDto {
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
interface IInstagramHistoryChangeCreateDto extends IBaseDto {
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3735
3759
|
interface FindAccountDto extends IBaseDto, IAccount {
|
|
3736
3760
|
type: ETypeManagerWorkType;
|
|
3737
3761
|
pcInfo: {
|
|
@@ -4038,15 +4062,6 @@ interface AutoFillAccountRawDto {
|
|
|
4038
4062
|
timeExecuteCover: Date;
|
|
4039
4063
|
}
|
|
4040
4064
|
|
|
4041
|
-
interface FindAccountSocialRawGroupDto extends IBaseDto {
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
interface FindAccountSocialRawChangeCreateDto extends IBaseDto {
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
interface FindAccountSocialRawAutoSyncDto extends IBaseDto {
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
4065
|
interface FindAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
4051
4066
|
}
|
|
4052
4067
|
interface FilterAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
@@ -4262,9 +4277,6 @@ type index_FindAccountCanvaDto = FindAccountCanvaDto;
|
|
|
4262
4277
|
type index_FindAccountDriveDto = FindAccountDriveDto;
|
|
4263
4278
|
type index_FindAccountDto = FindAccountDto;
|
|
4264
4279
|
type index_FindAccountRawDto = FindAccountRawDto;
|
|
4265
|
-
type index_FindAccountSocialRawAutoSyncDto = FindAccountSocialRawAutoSyncDto;
|
|
4266
|
-
type index_FindAccountSocialRawChangeCreateDto = FindAccountSocialRawChangeCreateDto;
|
|
4267
|
-
type index_FindAccountSocialRawGroupDto = FindAccountSocialRawGroupDto;
|
|
4268
4280
|
type index_FindAccountVPNDto = FindAccountVPNDto;
|
|
4269
4281
|
type index_FindAccountVPSDto = FindAccountVPSDto;
|
|
4270
4282
|
type index_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
|
|
@@ -4339,10 +4351,16 @@ type index_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
|
|
|
4339
4351
|
type index_FindUserDto = FindUserDto;
|
|
4340
4352
|
type index_IBaseDto = IBaseDto;
|
|
4341
4353
|
type index_IBaseSheetImportDto = IBaseSheetImportDto;
|
|
4354
|
+
type index_IInstagramHistoryAutoSyncDto = IInstagramHistoryAutoSyncDto;
|
|
4355
|
+
type index_IInstagramHistoryChangeCreateDto = IInstagramHistoryChangeCreateDto;
|
|
4356
|
+
type index_IInstagramHistoryGroupDto = IInstagramHistoryGroupDto;
|
|
4357
|
+
type index_IThreadsHistoryAutoSyncDto = IThreadsHistoryAutoSyncDto;
|
|
4358
|
+
type index_IThreadsHistoryChangeCreateDto = IThreadsHistoryChangeCreateDto;
|
|
4359
|
+
type index_IThreadsHistoryGroupDto = IThreadsHistoryGroupDto;
|
|
4342
4360
|
type index_ImportDto = ImportDto;
|
|
4343
4361
|
type index_OverviewUserDto = OverviewUserDto;
|
|
4344
4362
|
declare namespace index {
|
|
4345
|
-
export type { index_AutoFillAccountRawDto as AutoFillAccountRawDto, index_AutoFillOverviewAccountRawDto as AutoFillOverviewAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountDto as FilterAccountDto, index_FilterAccountRawDto as FilterAccountRawDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterAccountsGroupDto as FilterAccountsGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterIAccountAIContentInfoDto as FilterIAccountAIContentInfoDto, index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, index_FilterIAccountEmailDto as FilterIAccountEmailDto, index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, index_FilterInstagramHistoryInteractExploreDto as FilterInstagramHistoryInteractExploreDto, index_FilterInstagramHistoryInteractFollowDto as FilterInstagramHistoryInteractFollowDto, index_FilterInstagramHistoryInteractReelDto as FilterInstagramHistoryInteractReelDto, index_FilterInstagramHistoryInteractReplyCommentDto as FilterInstagramHistoryInteractReplyCommentDto, index_FilterInstagramHistoryInteractReplyMessageDto as FilterInstagramHistoryInteractReplyMessageDto, index_FilterInstagramHistoryInteractStoryDto as FilterInstagramHistoryInteractStoryDto, index_FilterInstagramHistoryPostHighLightDto as FilterInstagramHistoryPostHighLightDto, index_FilterInstagramHistoryPostNewDto as FilterInstagramHistoryPostNewDto, index_FilterInstagramHistoryPostReelDto as FilterInstagramHistoryPostReelDto, index_FilterInstagramHistoryPostStoryDto as FilterInstagramHistoryPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsHistoryInteractFollowDto as FilterThreadsHistoryInteractFollowDto, index_FilterThreadsHistoryInteractReplyCommentDto as FilterThreadsHistoryInteractReplyCommentDto, index_FilterThreadsHistoryPostDto as FilterThreadsHistoryPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountDto as FindAccountDto, index_FindAccountRawDto as FindAccountRawDto, index_FindAccountSocialRawAutoSyncDto as FindAccountSocialRawAutoSyncDto, index_FindAccountSocialRawChangeCreateDto as FindAccountSocialRawChangeCreateDto, index_FindAccountSocialRawGroupDto as FindAccountSocialRawGroupDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountsGroupDto as FindAccountsGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindIAccountAIContentInfoDto as FindIAccountAIContentInfoDto, index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, index_FindIAccountEmailDto as FindIAccountEmailDto, index_FindIManagerImageAIDto as FindIManagerImageAIDto, index_FindInstagramHistoryInteractExploreDto as FindInstagramHistoryInteractExploreDto, index_FindInstagramHistoryInteractFollowDto as FindInstagramHistoryInteractFollowDto, index_FindInstagramHistoryInteractReelDto as FindInstagramHistoryInteractReelDto, index_FindInstagramHistoryInteractReplyCommentDto as FindInstagramHistoryInteractReplyCommentDto, index_FindInstagramHistoryInteractReplyMessageDto as FindInstagramHistoryInteractReplyMessageDto, index_FindInstagramHistoryInteractStoryDto as FindInstagramHistoryInteractStoryDto, index_FindInstagramHistoryPostHighLightDto as FindInstagramHistoryPostHighLightDto, index_FindInstagramHistoryPostNewDto as FindInstagramHistoryPostNewDto, index_FindInstagramHistoryPostReelDto as FindInstagramHistoryPostReelDto, index_FindInstagramHistoryPostStoryDto as FindInstagramHistoryPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, index_FindLarkDto as FindLarkDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewAccountDto as FindOverViewAccountDto, index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsHistoryInteractFollowDto as FindThreadsHistoryInteractFollowDto, index_FindThreadsHistoryInteractReplyCommentDto as FindThreadsHistoryInteractReplyCommentDto, index_FindThreadsHistoryPostDto as FindThreadsHistoryPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto };
|
|
4363
|
+
export type { index_AutoFillAccountRawDto as AutoFillAccountRawDto, index_AutoFillOverviewAccountRawDto as AutoFillOverviewAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountDto as FilterAccountDto, index_FilterAccountRawDto as FilterAccountRawDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterAccountsGroupDto as FilterAccountsGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterIAccountAIContentInfoDto as FilterIAccountAIContentInfoDto, index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, index_FilterIAccountEmailDto as FilterIAccountEmailDto, index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, index_FilterInstagramHistoryInteractExploreDto as FilterInstagramHistoryInteractExploreDto, index_FilterInstagramHistoryInteractFollowDto as FilterInstagramHistoryInteractFollowDto, index_FilterInstagramHistoryInteractReelDto as FilterInstagramHistoryInteractReelDto, index_FilterInstagramHistoryInteractReplyCommentDto as FilterInstagramHistoryInteractReplyCommentDto, index_FilterInstagramHistoryInteractReplyMessageDto as FilterInstagramHistoryInteractReplyMessageDto, index_FilterInstagramHistoryInteractStoryDto as FilterInstagramHistoryInteractStoryDto, index_FilterInstagramHistoryPostHighLightDto as FilterInstagramHistoryPostHighLightDto, index_FilterInstagramHistoryPostNewDto as FilterInstagramHistoryPostNewDto, index_FilterInstagramHistoryPostReelDto as FilterInstagramHistoryPostReelDto, index_FilterInstagramHistoryPostStoryDto as FilterInstagramHistoryPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsHistoryInteractFollowDto as FilterThreadsHistoryInteractFollowDto, index_FilterThreadsHistoryInteractReplyCommentDto as FilterThreadsHistoryInteractReplyCommentDto, index_FilterThreadsHistoryPostDto as FilterThreadsHistoryPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountDto as FindAccountDto, index_FindAccountRawDto as FindAccountRawDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountsGroupDto as FindAccountsGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindIAccountAIContentInfoDto as FindIAccountAIContentInfoDto, index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, index_FindIAccountEmailDto as FindIAccountEmailDto, index_FindIManagerImageAIDto as FindIManagerImageAIDto, index_FindInstagramHistoryInteractExploreDto as FindInstagramHistoryInteractExploreDto, index_FindInstagramHistoryInteractFollowDto as FindInstagramHistoryInteractFollowDto, index_FindInstagramHistoryInteractReelDto as FindInstagramHistoryInteractReelDto, index_FindInstagramHistoryInteractReplyCommentDto as FindInstagramHistoryInteractReplyCommentDto, index_FindInstagramHistoryInteractReplyMessageDto as FindInstagramHistoryInteractReplyMessageDto, index_FindInstagramHistoryInteractStoryDto as FindInstagramHistoryInteractStoryDto, index_FindInstagramHistoryPostHighLightDto as FindInstagramHistoryPostHighLightDto, index_FindInstagramHistoryPostNewDto as FindInstagramHistoryPostNewDto, index_FindInstagramHistoryPostReelDto as FindInstagramHistoryPostReelDto, index_FindInstagramHistoryPostStoryDto as FindInstagramHistoryPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, index_FindLarkDto as FindLarkDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewAccountDto as FindOverViewAccountDto, index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsHistoryInteractFollowDto as FindThreadsHistoryInteractFollowDto, index_FindThreadsHistoryInteractReplyCommentDto as FindThreadsHistoryInteractReplyCommentDto, index_FindThreadsHistoryPostDto as FindThreadsHistoryPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IInstagramHistoryAutoSyncDto as IInstagramHistoryAutoSyncDto, index_IInstagramHistoryChangeCreateDto as IInstagramHistoryChangeCreateDto, index_IInstagramHistoryGroupDto as IInstagramHistoryGroupDto, index_IThreadsHistoryAutoSyncDto as IThreadsHistoryAutoSyncDto, index_IThreadsHistoryChangeCreateDto as IThreadsHistoryChangeCreateDto, index_IThreadsHistoryGroupDto as IThreadsHistoryGroupDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto };
|
|
4346
4364
|
}
|
|
4347
4365
|
|
|
4348
|
-
export { index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillAccountRawDto, type AutoFillOverviewAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type ExportDto, type FilterAccountAIContentDto, type FilterAccountAIImageDto, type FilterAccountAIVoiceDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountDto, type FilterAccountRawDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterAccountsGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterIAccountAIContentInfoDto, type FilterIAccountAIImageInfoDto, type FilterIAccountAIVoiceInfoDto, type FilterIAccountEmailDto, type FilterIManagerImageAIDto, type FilterInstagramHistoryInteractExploreDto, type FilterInstagramHistoryInteractFollowDto, type FilterInstagramHistoryInteractReelDto, type FilterInstagramHistoryInteractReplyCommentDto, type FilterInstagramHistoryInteractReplyMessageDto, type FilterInstagramHistoryInteractStoryDto, type FilterInstagramHistoryPostHighLightDto, type FilterInstagramHistoryPostNewDto, type FilterInstagramHistoryPostReelDto, type FilterInstagramHistoryPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingStoryDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsHistoryInteractFollowDto, type FilterThreadsHistoryInteractReplyCommentDto, type FilterThreadsHistoryPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentDto, type FindAccountAIImageDto, type FindAccountAIVoiceDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountDto, type FindAccountRawDto, type
|
|
4366
|
+
export { index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillAccountRawDto, type AutoFillOverviewAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type ExportDto, type FilterAccountAIContentDto, type FilterAccountAIImageDto, type FilterAccountAIVoiceDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountDto, type FilterAccountRawDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterAccountsGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterIAccountAIContentInfoDto, type FilterIAccountAIImageInfoDto, type FilterIAccountAIVoiceInfoDto, type FilterIAccountEmailDto, type FilterIManagerImageAIDto, type FilterInstagramHistoryInteractExploreDto, type FilterInstagramHistoryInteractFollowDto, type FilterInstagramHistoryInteractReelDto, type FilterInstagramHistoryInteractReplyCommentDto, type FilterInstagramHistoryInteractReplyMessageDto, type FilterInstagramHistoryInteractStoryDto, type FilterInstagramHistoryPostHighLightDto, type FilterInstagramHistoryPostNewDto, type FilterInstagramHistoryPostReelDto, type FilterInstagramHistoryPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingStoryDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsHistoryInteractFollowDto, type FilterThreadsHistoryInteractReplyCommentDto, type FilterThreadsHistoryPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentDto, type FindAccountAIImageDto, type FindAccountAIVoiceDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountDto, type FindAccountRawDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountsGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindIAccountAIContentInfoDto, type FindIAccountAIImageInfoDto, type FindIAccountAIVoiceInfoDto, type FindIAccountEmailDto, type FindIManagerImageAIDto, type FindInstagramHistoryInteractExploreDto, type FindInstagramHistoryInteractFollowDto, type FindInstagramHistoryInteractReelDto, type FindInstagramHistoryInteractReplyCommentDto, type FindInstagramHistoryInteractReplyMessageDto, type FindInstagramHistoryInteractStoryDto, type FindInstagramHistoryPostHighLightDto, type FindInstagramHistoryPostNewDto, type FindInstagramHistoryPostReelDto, type FindInstagramHistoryPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingPostDto, type FindInstagramSettingReplyCommentDto, type FindInstagramSettingReplyMessageDto, type FindInstagramSettingStoryDto, type FindInstagramSettingUnFollowDto, type FindLarkDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindOverViewAccountDto, type FindOverViewAccountRowDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewProxyDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageVoiceCanvaDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsHistoryInteractFollowDto, type FindThreadsHistoryInteractReplyCommentDto, type FindThreadsHistoryPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, type IAccount, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountRaw, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountsGroup, type IAuthLogin, type IAuthResetPassword, type IBaseDto, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlay, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterStore, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncDto, type IInstagramHistoryChangeCreate, type IInstagramHistoryChangeCreateDto, type IInstagramHistoryGroup, type IInstagramHistoryGroupDto, type IInstagramHistoryInteractExplore, type IInstagramHistoryInteractFollow, type IInstagramHistoryInteractReel, type IInstagramHistoryInteractReplyComment, type IInstagramHistoryInteractReplyMessage, type IInstagramHistoryInteractStory, type IInstagramHistoryPostHighLight, type IInstagramHistoryPostNew, type IInstagramHistoryPostReel, type IInstagramHistoryPostSquare, type IInstagramHistoryPostStory, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type IInteractSentMessageDetail, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManagerWorkPin, type INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorkPin, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncDto, type IThreadsHistoryChangeCreate, type IThreadsHistoryChangeCreateDto, type IThreadsHistoryGroup, type IThreadsHistoryGroupDto, type IThreadsHistoryInteractFollow, type IThreadsHistoryInteractReplyComment, type IThreadsHistoryPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$3 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };
|
package/dist/index.d.ts
CHANGED
|
@@ -86,8 +86,14 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
86
86
|
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
87
87
|
ACCOUNTS_CANVA: string;
|
|
88
88
|
ACCOUNTS_DRIVE: string;
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
ACCOUNTS_SOCIALS_RUN: {
|
|
90
|
+
INSTAGRAM: string;
|
|
91
|
+
THREADS: string;
|
|
92
|
+
};
|
|
93
|
+
ACCOUNTS_SOCIALS_RAW: {
|
|
94
|
+
INSTAGRAM: string;
|
|
95
|
+
THREADS: string;
|
|
96
|
+
};
|
|
91
97
|
ACCOUNTS_GROUPS: string;
|
|
92
98
|
ACCOUNTS_STATUS: string;
|
|
93
99
|
ACCOUNTS_DETAILS: string;
|
|
@@ -3306,26 +3312,6 @@ interface ImportDto {
|
|
|
3306
3312
|
sheetName: string;
|
|
3307
3313
|
}
|
|
3308
3314
|
|
|
3309
|
-
interface FindHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3310
|
-
}
|
|
3311
|
-
interface FilterHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
interface FindHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3315
|
-
}
|
|
3316
|
-
interface FilterHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3317
|
-
}
|
|
3318
|
-
|
|
3319
|
-
interface FindHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3320
|
-
}
|
|
3321
|
-
interface FilterHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
interface FindHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3325
|
-
}
|
|
3326
|
-
interface FilterHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
3315
|
interface FindThreadsHistoryPostDto extends IBaseDto, IThreadsHistoryPost {
|
|
3330
3316
|
}
|
|
3331
3317
|
interface FilterThreadsHistoryPostDto extends IBaseDto, IThreadsHistoryPost {
|
|
@@ -3501,6 +3487,11 @@ interface FindIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
|
3501
3487
|
interface FilterIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
3502
3488
|
}
|
|
3503
3489
|
|
|
3490
|
+
interface FindHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3491
|
+
}
|
|
3492
|
+
interface FilterHistoryTaskAIImageDto extends IBaseDto, IHistoryTaskAIImage {
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3504
3495
|
interface FindAccountAIVoiceDto extends IBaseDto, IAccountAIVoice {
|
|
3505
3496
|
sheetWorksGroup: ISheetWorksCategory[];
|
|
3506
3497
|
classifyManagerWork: ETypeManagerWorkClassify;
|
|
@@ -3517,6 +3508,11 @@ interface FindIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
|
3517
3508
|
interface FilterIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
3518
3509
|
}
|
|
3519
3510
|
|
|
3511
|
+
interface FindHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3512
|
+
}
|
|
3513
|
+
interface FilterHistoryTaskAIVoiceDto extends IBaseDto, IHistoryTaskAIVoice {
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3520
3516
|
interface FindAccountAIImageDto extends IBaseDto, IAccountAIImage {
|
|
3521
3517
|
sheetWorksGroup: ISheetWorksCategory[];
|
|
3522
3518
|
classifyManagerWork: ETypeManagerWorkClassify;
|
|
@@ -3549,6 +3545,16 @@ interface FindIAccountAIContentInfoDto extends IBaseDto, IAccountAIContentInfo {
|
|
|
3549
3545
|
interface FilterIAccountAIContentInfoDto extends IBaseDto, IAccountAIContentInfo {
|
|
3550
3546
|
}
|
|
3551
3547
|
|
|
3548
|
+
interface FindHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3549
|
+
}
|
|
3550
|
+
interface FilterHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
interface FindHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3554
|
+
}
|
|
3555
|
+
interface FilterHistoryTaskCanvaDto extends IBaseDto, IHistoryTaskCanva {
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3552
3558
|
interface FindAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
3553
3559
|
}
|
|
3554
3560
|
interface FilterAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
@@ -3732,6 +3738,24 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
3732
3738
|
};
|
|
3733
3739
|
}
|
|
3734
3740
|
|
|
3741
|
+
interface IThreadsHistoryGroupDto extends IBaseDto {
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
interface IThreadsHistoryAutoSyncDto extends IBaseDto {
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3747
|
+
interface IThreadsHistoryChangeCreateDto extends IBaseDto {
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
interface IInstagramHistoryGroupDto extends IBaseDto {
|
|
3751
|
+
}
|
|
3752
|
+
|
|
3753
|
+
interface IInstagramHistoryAutoSyncDto extends IBaseDto {
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
interface IInstagramHistoryChangeCreateDto extends IBaseDto {
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3735
3759
|
interface FindAccountDto extends IBaseDto, IAccount {
|
|
3736
3760
|
type: ETypeManagerWorkType;
|
|
3737
3761
|
pcInfo: {
|
|
@@ -4038,15 +4062,6 @@ interface AutoFillAccountRawDto {
|
|
|
4038
4062
|
timeExecuteCover: Date;
|
|
4039
4063
|
}
|
|
4040
4064
|
|
|
4041
|
-
interface FindAccountSocialRawGroupDto extends IBaseDto {
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
interface FindAccountSocialRawChangeCreateDto extends IBaseDto {
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
interface FindAccountSocialRawAutoSyncDto extends IBaseDto {
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
4065
|
interface FindAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
4051
4066
|
}
|
|
4052
4067
|
interface FilterAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
@@ -4262,9 +4277,6 @@ type index_FindAccountCanvaDto = FindAccountCanvaDto;
|
|
|
4262
4277
|
type index_FindAccountDriveDto = FindAccountDriveDto;
|
|
4263
4278
|
type index_FindAccountDto = FindAccountDto;
|
|
4264
4279
|
type index_FindAccountRawDto = FindAccountRawDto;
|
|
4265
|
-
type index_FindAccountSocialRawAutoSyncDto = FindAccountSocialRawAutoSyncDto;
|
|
4266
|
-
type index_FindAccountSocialRawChangeCreateDto = FindAccountSocialRawChangeCreateDto;
|
|
4267
|
-
type index_FindAccountSocialRawGroupDto = FindAccountSocialRawGroupDto;
|
|
4268
4280
|
type index_FindAccountVPNDto = FindAccountVPNDto;
|
|
4269
4281
|
type index_FindAccountVPSDto = FindAccountVPSDto;
|
|
4270
4282
|
type index_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
|
|
@@ -4339,10 +4351,16 @@ type index_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
|
|
|
4339
4351
|
type index_FindUserDto = FindUserDto;
|
|
4340
4352
|
type index_IBaseDto = IBaseDto;
|
|
4341
4353
|
type index_IBaseSheetImportDto = IBaseSheetImportDto;
|
|
4354
|
+
type index_IInstagramHistoryAutoSyncDto = IInstagramHistoryAutoSyncDto;
|
|
4355
|
+
type index_IInstagramHistoryChangeCreateDto = IInstagramHistoryChangeCreateDto;
|
|
4356
|
+
type index_IInstagramHistoryGroupDto = IInstagramHistoryGroupDto;
|
|
4357
|
+
type index_IThreadsHistoryAutoSyncDto = IThreadsHistoryAutoSyncDto;
|
|
4358
|
+
type index_IThreadsHistoryChangeCreateDto = IThreadsHistoryChangeCreateDto;
|
|
4359
|
+
type index_IThreadsHistoryGroupDto = IThreadsHistoryGroupDto;
|
|
4342
4360
|
type index_ImportDto = ImportDto;
|
|
4343
4361
|
type index_OverviewUserDto = OverviewUserDto;
|
|
4344
4362
|
declare namespace index {
|
|
4345
|
-
export type { index_AutoFillAccountRawDto as AutoFillAccountRawDto, index_AutoFillOverviewAccountRawDto as AutoFillOverviewAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountDto as FilterAccountDto, index_FilterAccountRawDto as FilterAccountRawDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterAccountsGroupDto as FilterAccountsGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterIAccountAIContentInfoDto as FilterIAccountAIContentInfoDto, index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, index_FilterIAccountEmailDto as FilterIAccountEmailDto, index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, index_FilterInstagramHistoryInteractExploreDto as FilterInstagramHistoryInteractExploreDto, index_FilterInstagramHistoryInteractFollowDto as FilterInstagramHistoryInteractFollowDto, index_FilterInstagramHistoryInteractReelDto as FilterInstagramHistoryInteractReelDto, index_FilterInstagramHistoryInteractReplyCommentDto as FilterInstagramHistoryInteractReplyCommentDto, index_FilterInstagramHistoryInteractReplyMessageDto as FilterInstagramHistoryInteractReplyMessageDto, index_FilterInstagramHistoryInteractStoryDto as FilterInstagramHistoryInteractStoryDto, index_FilterInstagramHistoryPostHighLightDto as FilterInstagramHistoryPostHighLightDto, index_FilterInstagramHistoryPostNewDto as FilterInstagramHistoryPostNewDto, index_FilterInstagramHistoryPostReelDto as FilterInstagramHistoryPostReelDto, index_FilterInstagramHistoryPostStoryDto as FilterInstagramHistoryPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsHistoryInteractFollowDto as FilterThreadsHistoryInteractFollowDto, index_FilterThreadsHistoryInteractReplyCommentDto as FilterThreadsHistoryInteractReplyCommentDto, index_FilterThreadsHistoryPostDto as FilterThreadsHistoryPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountDto as FindAccountDto, index_FindAccountRawDto as FindAccountRawDto, index_FindAccountSocialRawAutoSyncDto as FindAccountSocialRawAutoSyncDto, index_FindAccountSocialRawChangeCreateDto as FindAccountSocialRawChangeCreateDto, index_FindAccountSocialRawGroupDto as FindAccountSocialRawGroupDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountsGroupDto as FindAccountsGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindIAccountAIContentInfoDto as FindIAccountAIContentInfoDto, index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, index_FindIAccountEmailDto as FindIAccountEmailDto, index_FindIManagerImageAIDto as FindIManagerImageAIDto, index_FindInstagramHistoryInteractExploreDto as FindInstagramHistoryInteractExploreDto, index_FindInstagramHistoryInteractFollowDto as FindInstagramHistoryInteractFollowDto, index_FindInstagramHistoryInteractReelDto as FindInstagramHistoryInteractReelDto, index_FindInstagramHistoryInteractReplyCommentDto as FindInstagramHistoryInteractReplyCommentDto, index_FindInstagramHistoryInteractReplyMessageDto as FindInstagramHistoryInteractReplyMessageDto, index_FindInstagramHistoryInteractStoryDto as FindInstagramHistoryInteractStoryDto, index_FindInstagramHistoryPostHighLightDto as FindInstagramHistoryPostHighLightDto, index_FindInstagramHistoryPostNewDto as FindInstagramHistoryPostNewDto, index_FindInstagramHistoryPostReelDto as FindInstagramHistoryPostReelDto, index_FindInstagramHistoryPostStoryDto as FindInstagramHistoryPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, index_FindLarkDto as FindLarkDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewAccountDto as FindOverViewAccountDto, index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsHistoryInteractFollowDto as FindThreadsHistoryInteractFollowDto, index_FindThreadsHistoryInteractReplyCommentDto as FindThreadsHistoryInteractReplyCommentDto, index_FindThreadsHistoryPostDto as FindThreadsHistoryPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto };
|
|
4363
|
+
export type { index_AutoFillAccountRawDto as AutoFillAccountRawDto, index_AutoFillOverviewAccountRawDto as AutoFillOverviewAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountDto as FilterAccountDto, index_FilterAccountRawDto as FilterAccountRawDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterAccountsGroupDto as FilterAccountsGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterIAccountAIContentInfoDto as FilterIAccountAIContentInfoDto, index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, index_FilterIAccountEmailDto as FilterIAccountEmailDto, index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, index_FilterInstagramHistoryInteractExploreDto as FilterInstagramHistoryInteractExploreDto, index_FilterInstagramHistoryInteractFollowDto as FilterInstagramHistoryInteractFollowDto, index_FilterInstagramHistoryInteractReelDto as FilterInstagramHistoryInteractReelDto, index_FilterInstagramHistoryInteractReplyCommentDto as FilterInstagramHistoryInteractReplyCommentDto, index_FilterInstagramHistoryInteractReplyMessageDto as FilterInstagramHistoryInteractReplyMessageDto, index_FilterInstagramHistoryInteractStoryDto as FilterInstagramHistoryInteractStoryDto, index_FilterInstagramHistoryPostHighLightDto as FilterInstagramHistoryPostHighLightDto, index_FilterInstagramHistoryPostNewDto as FilterInstagramHistoryPostNewDto, index_FilterInstagramHistoryPostReelDto as FilterInstagramHistoryPostReelDto, index_FilterInstagramHistoryPostStoryDto as FilterInstagramHistoryPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsHistoryInteractFollowDto as FilterThreadsHistoryInteractFollowDto, index_FilterThreadsHistoryInteractReplyCommentDto as FilterThreadsHistoryInteractReplyCommentDto, index_FilterThreadsHistoryPostDto as FilterThreadsHistoryPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountDto as FindAccountDto, index_FindAccountRawDto as FindAccountRawDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountsGroupDto as FindAccountsGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindIAccountAIContentInfoDto as FindIAccountAIContentInfoDto, index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, index_FindIAccountEmailDto as FindIAccountEmailDto, index_FindIManagerImageAIDto as FindIManagerImageAIDto, index_FindInstagramHistoryInteractExploreDto as FindInstagramHistoryInteractExploreDto, index_FindInstagramHistoryInteractFollowDto as FindInstagramHistoryInteractFollowDto, index_FindInstagramHistoryInteractReelDto as FindInstagramHistoryInteractReelDto, index_FindInstagramHistoryInteractReplyCommentDto as FindInstagramHistoryInteractReplyCommentDto, index_FindInstagramHistoryInteractReplyMessageDto as FindInstagramHistoryInteractReplyMessageDto, index_FindInstagramHistoryInteractStoryDto as FindInstagramHistoryInteractStoryDto, index_FindInstagramHistoryPostHighLightDto as FindInstagramHistoryPostHighLightDto, index_FindInstagramHistoryPostNewDto as FindInstagramHistoryPostNewDto, index_FindInstagramHistoryPostReelDto as FindInstagramHistoryPostReelDto, index_FindInstagramHistoryPostStoryDto as FindInstagramHistoryPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, index_FindLarkDto as FindLarkDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewAccountDto as FindOverViewAccountDto, index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsHistoryInteractFollowDto as FindThreadsHistoryInteractFollowDto, index_FindThreadsHistoryInteractReplyCommentDto as FindThreadsHistoryInteractReplyCommentDto, index_FindThreadsHistoryPostDto as FindThreadsHistoryPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IInstagramHistoryAutoSyncDto as IInstagramHistoryAutoSyncDto, index_IInstagramHistoryChangeCreateDto as IInstagramHistoryChangeCreateDto, index_IInstagramHistoryGroupDto as IInstagramHistoryGroupDto, index_IThreadsHistoryAutoSyncDto as IThreadsHistoryAutoSyncDto, index_IThreadsHistoryChangeCreateDto as IThreadsHistoryChangeCreateDto, index_IThreadsHistoryGroupDto as IThreadsHistoryGroupDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto };
|
|
4346
4364
|
}
|
|
4347
4365
|
|
|
4348
|
-
export { index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillAccountRawDto, type AutoFillOverviewAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type ExportDto, type FilterAccountAIContentDto, type FilterAccountAIImageDto, type FilterAccountAIVoiceDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountDto, type FilterAccountRawDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterAccountsGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterIAccountAIContentInfoDto, type FilterIAccountAIImageInfoDto, type FilterIAccountAIVoiceInfoDto, type FilterIAccountEmailDto, type FilterIManagerImageAIDto, type FilterInstagramHistoryInteractExploreDto, type FilterInstagramHistoryInteractFollowDto, type FilterInstagramHistoryInteractReelDto, type FilterInstagramHistoryInteractReplyCommentDto, type FilterInstagramHistoryInteractReplyMessageDto, type FilterInstagramHistoryInteractStoryDto, type FilterInstagramHistoryPostHighLightDto, type FilterInstagramHistoryPostNewDto, type FilterInstagramHistoryPostReelDto, type FilterInstagramHistoryPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingStoryDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsHistoryInteractFollowDto, type FilterThreadsHistoryInteractReplyCommentDto, type FilterThreadsHistoryPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentDto, type FindAccountAIImageDto, type FindAccountAIVoiceDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountDto, type FindAccountRawDto, type
|
|
4366
|
+
export { index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillAccountRawDto, type AutoFillOverviewAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type ExportDto, type FilterAccountAIContentDto, type FilterAccountAIImageDto, type FilterAccountAIVoiceDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountDto, type FilterAccountRawDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterAccountsGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterIAccountAIContentInfoDto, type FilterIAccountAIImageInfoDto, type FilterIAccountAIVoiceInfoDto, type FilterIAccountEmailDto, type FilterIManagerImageAIDto, type FilterInstagramHistoryInteractExploreDto, type FilterInstagramHistoryInteractFollowDto, type FilterInstagramHistoryInteractReelDto, type FilterInstagramHistoryInteractReplyCommentDto, type FilterInstagramHistoryInteractReplyMessageDto, type FilterInstagramHistoryInteractStoryDto, type FilterInstagramHistoryPostHighLightDto, type FilterInstagramHistoryPostNewDto, type FilterInstagramHistoryPostReelDto, type FilterInstagramHistoryPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingStoryDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsHistoryInteractFollowDto, type FilterThreadsHistoryInteractReplyCommentDto, type FilterThreadsHistoryPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentDto, type FindAccountAIImageDto, type FindAccountAIVoiceDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountDto, type FindAccountRawDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountsGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindIAccountAIContentInfoDto, type FindIAccountAIImageInfoDto, type FindIAccountAIVoiceInfoDto, type FindIAccountEmailDto, type FindIManagerImageAIDto, type FindInstagramHistoryInteractExploreDto, type FindInstagramHistoryInteractFollowDto, type FindInstagramHistoryInteractReelDto, type FindInstagramHistoryInteractReplyCommentDto, type FindInstagramHistoryInteractReplyMessageDto, type FindInstagramHistoryInteractStoryDto, type FindInstagramHistoryPostHighLightDto, type FindInstagramHistoryPostNewDto, type FindInstagramHistoryPostReelDto, type FindInstagramHistoryPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingPostDto, type FindInstagramSettingReplyCommentDto, type FindInstagramSettingReplyMessageDto, type FindInstagramSettingStoryDto, type FindInstagramSettingUnFollowDto, type FindLarkDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindOverViewAccountDto, type FindOverViewAccountRowDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewProxyDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageVoiceCanvaDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsHistoryInteractFollowDto, type FindThreadsHistoryInteractReplyCommentDto, type FindThreadsHistoryPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, type IAccount, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountRaw, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountsGroup, type IAuthLogin, type IAuthResetPassword, type IBaseDto, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlay, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterStore, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncDto, type IInstagramHistoryChangeCreate, type IInstagramHistoryChangeCreateDto, type IInstagramHistoryGroup, type IInstagramHistoryGroupDto, type IInstagramHistoryInteractExplore, type IInstagramHistoryInteractFollow, type IInstagramHistoryInteractReel, type IInstagramHistoryInteractReplyComment, type IInstagramHistoryInteractReplyMessage, type IInstagramHistoryInteractStory, type IInstagramHistoryPostHighLight, type IInstagramHistoryPostNew, type IInstagramHistoryPostReel, type IInstagramHistoryPostSquare, type IInstagramHistoryPostStory, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type IInteractSentMessageDetail, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManagerWorkPin, type INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorkPin, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncDto, type IThreadsHistoryChangeCreate, type IThreadsHistoryChangeCreateDto, type IThreadsHistoryGroup, type IThreadsHistoryGroupDto, type IThreadsHistoryInteractFollow, type IThreadsHistoryInteractReplyComment, type IThreadsHistoryPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$3 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };
|
package/dist/index.js
CHANGED
|
@@ -141,8 +141,14 @@ var CONST_API_CONTROLLERS = {
|
|
|
141
141
|
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
142
142
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
143
143
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
ACCOUNTS_SOCIALS_RUN: {
|
|
145
|
+
INSTAGRAM: "accounts-socials-run-instagram",
|
|
146
|
+
THREADS: "accounts-socials-run-threads"
|
|
147
|
+
},
|
|
148
|
+
ACCOUNTS_SOCIALS_RAW: {
|
|
149
|
+
INSTAGRAM: "accounts-socials-raw-instagram",
|
|
150
|
+
THREADS: "accounts-socials-raw-threads"
|
|
151
|
+
},
|
|
146
152
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
147
153
|
ACCOUNTS_STATUS: "accounts_status",
|
|
148
154
|
ACCOUNTS_DETAILS: "accounts-details",
|
package/dist/index.mjs
CHANGED
|
@@ -108,8 +108,14 @@ var CONST_API_CONTROLLERS = {
|
|
|
108
108
|
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
109
109
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
110
110
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
ACCOUNTS_SOCIALS_RUN: {
|
|
112
|
+
INSTAGRAM: "accounts-socials-run-instagram",
|
|
113
|
+
THREADS: "accounts-socials-run-threads"
|
|
114
|
+
},
|
|
115
|
+
ACCOUNTS_SOCIALS_RAW: {
|
|
116
|
+
INSTAGRAM: "accounts-socials-raw-instagram",
|
|
117
|
+
THREADS: "accounts-socials-raw-threads"
|
|
118
|
+
},
|
|
113
119
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
114
120
|
ACCOUNTS_STATUS: "accounts_status",
|
|
115
121
|
ACCOUNTS_DETAILS: "accounts-details",
|