automation-lib 5.1.2 → 5.1.4

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.
Files changed (3) hide show
  1. package/dist/index.d.mts +175 -149
  2. package/dist/index.d.ts +175 -149
  3. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -1803,7 +1803,38 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
1803
1803
  slug: string;
1804
1804
  }
1805
1805
 
1806
- interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
1806
+ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
1807
+ typeSocial: ETypeSocial;
1808
+ sheetImport: string | ISheetImport;
1809
+ sheetUrl: string;
1810
+ sheetName: string;
1811
+ accountID: string;
1812
+ nameAppCloneSocial: string;
1813
+ accountDeviceTypeAppClone: string;
1814
+ accountDeviceNameAppClone: string;
1815
+ idea: string | IManagerWork;
1816
+ niche: string | IManagerWork;
1817
+ pc: IPC | string;
1818
+ deviceKey: string;
1819
+ device: IDevice | string;
1820
+ group: IAccountSocialGroup | string;
1821
+ statusLogin: EStatusAccountSocialLogin;
1822
+ timeLogin: Date;
1823
+ email: string;
1824
+ emailPassword: string;
1825
+ email2FA: string;
1826
+ emailRecover: string;
1827
+ newUsername: string;
1828
+ newFullname: string;
1829
+ newEmail: string;
1830
+ newCode2FA: string;
1831
+ newPassword: string;
1832
+ statusConnectDevice: EStatusConnectDevice;
1833
+ noteConnectDevice: string;
1834
+ note: string;
1835
+ }
1836
+
1837
+ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
1807
1838
  typeSocial: ETypeSocial;
1808
1839
  sheetImport: string | ISheetImport;
1809
1840
  sheetUrl: string;
@@ -1860,7 +1891,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
1860
1891
  note: string;
1861
1892
  }
1862
1893
 
1863
- interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
1894
+ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
1864
1895
  typeSocial: ETypeSocial;
1865
1896
  sheetImport: string | ISheetImport;
1866
1897
  sheetUrl: string;
@@ -1879,7 +1910,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
1879
1910
  statusImport: EStatusAccountSocialImport;
1880
1911
  statusSyncAccount: EStatusAccountSocialSync;
1881
1912
  timeSyncAccount: Date;
1882
- accountSocialSync: IInstagramAccountRun;
1913
+ accountSocialSync: IThreadsAccountRun;
1883
1914
  noteImport: string;
1884
1915
  statusLogin: EStatusAccountSocialLogin;
1885
1916
  timeLogin: Date;
@@ -1911,15 +1942,15 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
1911
1942
  newPassword: string;
1912
1943
  statusChangePassword: EStatusChangeInfo;
1913
1944
  timeChangePassword: Date;
1914
- totalLinkBio: string[];
1915
- statusChangeBio: EStatusChangeInfo;
1916
- timeChangeBio: Date;
1917
1945
  email: string;
1918
1946
  emailPassword: string;
1919
1947
  email2FA: string;
1920
1948
  emailRecover: string;
1921
1949
  statusLoginEmail: EStatusAccountSocialLoginEmail;
1922
1950
  timeLoginEmail: Date;
1951
+ totalLinkBio: string[];
1952
+ statusChangeBio: string;
1953
+ timeChangeBio: Date;
1923
1954
  typeAccountSetting: ETypeAccountInstagramSetting;
1924
1955
  statusAccountSetting: EStatusAccountSocialSetting;
1925
1956
  timeChangeAccountSetting: Date;
@@ -1928,27 +1959,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
1928
1959
  note: string;
1929
1960
  }
1930
1961
 
1931
- interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
1932
- accountId: string;
1933
- accountUsername: string;
1934
- accountEmail: string;
1935
- accountDeviceType: string;
1936
- accountDeviceName: string;
1937
- idea: string | IManagerWork;
1938
- niche: string | IManagerWork;
1939
- type: ETypeManagerWorkClassify;
1940
- pc: IPC | string;
1941
- deviceKey: string;
1942
- device: IDevice | string;
1943
- oldGroup: IAccountSocialGroup | string;
1944
- newGroup: IAccountSocialGroup | string;
1945
- accountRaw: string | IInstagramAccountRaw;
1946
- accountRun: string | IInstagramAccountRun;
1947
- timeAction: Date;
1948
- note: string;
1949
- }
1950
-
1951
- interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
1962
+ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
1952
1963
  accountId: string;
1953
1964
  accountUsername: string;
1954
1965
  accountEmail: string;
@@ -1963,18 +1974,18 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
1963
1974
  group: IAccountSocialGroup | string;
1964
1975
  statusSyncAccount?: EStatusAccountSocialSync;
1965
1976
  timeSyncAccount?: Date;
1966
- accountSocialSync?: IInstagramAccountRun;
1977
+ accountSocialSync?: IThreadsAccountRun;
1967
1978
  email?: string;
1968
1979
  emailPassword?: string;
1969
1980
  email2FA?: string;
1970
1981
  emailRecover?: string;
1971
- accountRaw: string | IInstagramAccountRaw;
1972
- accountRun: string | IInstagramAccountRun;
1982
+ accountRaw: string | IThreadsAccountRaw;
1983
+ accountRun: string | IThreadsAccountRun;
1973
1984
  timeAction: Date;
1974
1985
  note: string;
1975
1986
  }
1976
1987
 
1977
- interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
1988
+ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
1978
1989
  accountID: string;
1979
1990
  accountUsername: string;
1980
1991
  accountEmail: string;
@@ -2000,13 +2011,13 @@ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2000
2011
  originalFullname: string;
2001
2012
  originalPassword: string;
2002
2013
  originalCode2FA: string;
2003
- accountRaw: string | IInstagramAccountRaw;
2004
- accountRun: string | IInstagramAccountRun;
2014
+ accountRaw: string | IThreadsAccountRaw;
2015
+ accountRun: string | IThreadsAccountRun;
2005
2016
  timeAction: Date;
2006
2017
  note: string;
2007
2018
  }
2008
2019
 
2009
- interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2020
+ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2010
2021
  accountID: string;
2011
2022
  accountUsername: string;
2012
2023
  accountEmail: string;
@@ -2055,53 +2066,33 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2055
2066
  totalLinkBio?: string[];
2056
2067
  statusChangeBio?: string;
2057
2068
  timeChangeBio?: Date;
2058
- oldAccountSetting?: ETypeAccountInstagramSetting;
2059
- newAccountSetting?: ETypeAccountInstagramSetting;
2060
- statusAccountSetting?: EStatusAccountSocialSetting;
2061
- accountRaw: string | IInstagramAccountRaw;
2062
- accountRun: string | IInstagramAccountRun;
2069
+ accountRaw: string | IThreadsAccountRaw;
2070
+ accountRun: string | IThreadsAccountRun;
2063
2071
  timeAction: Date;
2064
2072
  note: string;
2065
2073
  }
2066
2074
 
2067
- interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
2068
- typeSocial: ETypeSocial;
2069
- sheetImport: string | ISheetImport;
2070
- sheetUrl: string;
2071
- sheetName: string;
2072
- accountID: string;
2073
- nameAppCloneSocial: string;
2074
- accountDeviceTypeAppClone: string;
2075
- accountDeviceNameAppClone: string;
2075
+ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2076
+ accountId: string;
2077
+ accountUsername: string;
2078
+ accountEmail: string;
2079
+ accountDeviceType: string;
2080
+ accountDeviceName: string;
2076
2081
  idea: string | IManagerWork;
2077
2082
  niche: string | IManagerWork;
2083
+ type: ETypeManagerWorkClassify;
2078
2084
  pc: IPC | string;
2079
2085
  deviceKey: string;
2080
2086
  device: IDevice | string;
2081
- group: IAccountSocialGroup | string;
2082
- timeImport: Date;
2083
- statusImport: EStatusAccountSocialImport;
2084
- statusSyncAccount: EStatusAccountSocialSync;
2085
- timeSyncAccount: Date;
2086
- accountSocialSync: IInstagramAccountRun;
2087
- noteImport: string;
2088
- statusLogin: EStatusAccountSocialLogin;
2089
- timeLogin: Date;
2090
- email: string;
2091
- emailPassword: string;
2092
- email2FA: string;
2093
- emailRecover: string;
2094
- newUsername: string;
2095
- newFullname: string;
2096
- newEmail: string;
2097
- newCode2FA: string;
2098
- newPassword: string;
2099
- statusConnectDevice: EStatusConnectDevice;
2100
- noteConnectDevice: string;
2087
+ oldGroup: IAccountSocialGroup | string;
2088
+ newGroup: IAccountSocialGroup | string;
2089
+ accountRaw: string | IThreadsAccountRaw;
2090
+ accountRun: string | IThreadsAccountRun;
2091
+ timeAction: Date;
2101
2092
  note: string;
2102
2093
  }
2103
2094
 
2104
- interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
2095
+ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
2105
2096
  typeSocial: ETypeSocial;
2106
2097
  sheetImport: string | ISheetImport;
2107
2098
  sheetUrl: string;
@@ -2158,7 +2149,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
2158
2149
  note: string;
2159
2150
  }
2160
2151
 
2161
- interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
2152
+ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
2162
2153
  typeSocial: ETypeSocial;
2163
2154
  sheetImport: string | ISheetImport;
2164
2155
  sheetUrl: string;
@@ -2177,7 +2168,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
2177
2168
  statusImport: EStatusAccountSocialImport;
2178
2169
  statusSyncAccount: EStatusAccountSocialSync;
2179
2170
  timeSyncAccount: Date;
2180
- accountSocialSync: IThreadsAccountRun;
2171
+ accountSocialSync: IInstagramAccountRun;
2181
2172
  noteImport: string;
2182
2173
  statusLogin: EStatusAccountSocialLogin;
2183
2174
  timeLogin: Date;
@@ -2209,15 +2200,15 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
2209
2200
  newPassword: string;
2210
2201
  statusChangePassword: EStatusChangeInfo;
2211
2202
  timeChangePassword: Date;
2203
+ totalLinkBio: string[];
2204
+ statusChangeBio: EStatusChangeInfo;
2205
+ timeChangeBio: Date;
2212
2206
  email: string;
2213
2207
  emailPassword: string;
2214
2208
  email2FA: string;
2215
2209
  emailRecover: string;
2216
2210
  statusLoginEmail: EStatusAccountSocialLoginEmail;
2217
2211
  timeLoginEmail: Date;
2218
- totalLinkBio: string[];
2219
- statusChangeBio: string;
2220
- timeChangeBio: Date;
2221
2212
  typeAccountSetting: ETypeAccountInstagramSetting;
2222
2213
  statusAccountSetting: EStatusAccountSocialSetting;
2223
2214
  timeChangeAccountSetting: Date;
@@ -2226,7 +2217,27 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
2226
2217
  note: string;
2227
2218
  }
2228
2219
 
2229
- interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2220
+ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2221
+ accountId: string;
2222
+ accountUsername: string;
2223
+ accountEmail: string;
2224
+ accountDeviceType: string;
2225
+ accountDeviceName: string;
2226
+ idea: string | IManagerWork;
2227
+ niche: string | IManagerWork;
2228
+ type: ETypeManagerWorkClassify;
2229
+ pc: IPC | string;
2230
+ deviceKey: string;
2231
+ device: IDevice | string;
2232
+ oldGroup: IAccountSocialGroup | string;
2233
+ newGroup: IAccountSocialGroup | string;
2234
+ accountRaw: string | IInstagramAccountRaw;
2235
+ accountRun: string | IInstagramAccountRun;
2236
+ timeAction: Date;
2237
+ note: string;
2238
+ }
2239
+
2240
+ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2230
2241
  accountId: string;
2231
2242
  accountUsername: string;
2232
2243
  accountEmail: string;
@@ -2241,18 +2252,18 @@ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2241
2252
  group: IAccountSocialGroup | string;
2242
2253
  statusSyncAccount?: EStatusAccountSocialSync;
2243
2254
  timeSyncAccount?: Date;
2244
- accountSocialSync?: IThreadsAccountRun;
2255
+ accountSocialSync?: IInstagramAccountRun;
2245
2256
  email?: string;
2246
2257
  emailPassword?: string;
2247
2258
  email2FA?: string;
2248
2259
  emailRecover?: string;
2249
- accountRaw: string | IThreadsAccountRaw;
2250
- accountRun: string | IThreadsAccountRun;
2260
+ accountRaw: string | IInstagramAccountRaw;
2261
+ accountRun: string | IInstagramAccountRun;
2251
2262
  timeAction: Date;
2252
2263
  note: string;
2253
2264
  }
2254
2265
 
2255
- interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2266
+ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2256
2267
  accountID: string;
2257
2268
  accountUsername: string;
2258
2269
  accountEmail: string;
@@ -2278,13 +2289,13 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2278
2289
  originalFullname: string;
2279
2290
  originalPassword: string;
2280
2291
  originalCode2FA: string;
2281
- accountRaw: string | IThreadsAccountRaw;
2282
- accountRun: string | IThreadsAccountRun;
2292
+ accountRaw: string | IInstagramAccountRaw;
2293
+ accountRun: string | IInstagramAccountRun;
2283
2294
  timeAction: Date;
2284
2295
  note: string;
2285
2296
  }
2286
2297
 
2287
- interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2298
+ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2288
2299
  accountID: string;
2289
2300
  accountUsername: string;
2290
2301
  accountEmail: string;
@@ -2333,28 +2344,11 @@ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2333
2344
  totalLinkBio?: string[];
2334
2345
  statusChangeBio?: string;
2335
2346
  timeChangeBio?: Date;
2336
- accountRaw: string | IThreadsAccountRaw;
2337
- accountRun: string | IThreadsAccountRun;
2338
- timeAction: Date;
2339
- note: string;
2340
- }
2341
-
2342
- interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2343
- accountId: string;
2344
- accountUsername: string;
2345
- accountEmail: string;
2346
- accountDeviceType: string;
2347
- accountDeviceName: string;
2348
- idea: string | IManagerWork;
2349
- niche: string | IManagerWork;
2350
- type: ETypeManagerWorkClassify;
2351
- pc: IPC | string;
2352
- deviceKey: string;
2353
- device: IDevice | string;
2354
- oldGroup: IAccountSocialGroup | string;
2355
- newGroup: IAccountSocialGroup | string;
2356
- accountRaw: string | IThreadsAccountRaw;
2357
- accountRun: string | IThreadsAccountRun;
2347
+ oldAccountSetting?: ETypeAccountInstagramSetting;
2348
+ newAccountSetting?: ETypeAccountInstagramSetting;
2349
+ statusAccountSetting?: EStatusAccountSocialSetting;
2350
+ accountRaw: string | IInstagramAccountRaw;
2351
+ accountRun: string | IInstagramAccountRun;
2358
2352
  timeAction: Date;
2359
2353
  note: string;
2360
2354
  }
@@ -2958,9 +2952,10 @@ interface INiche extends IBaseModel, ITrackingModel<IUser> {
2958
2952
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2959
2953
  idea: string | IManagerWork;
2960
2954
  niche: string | IManagerWork;
2961
- pc: string | IPC;
2955
+ type: ETypeManagerWorkClassify;
2962
2956
  device: IDevice | string;
2963
2957
  account: IAccountSocialBase | string;
2958
+ pc: string | IPC;
2964
2959
  url: string;
2965
2960
  photosUrl: string[];
2966
2961
  videosUrl: string[];
@@ -2981,9 +2976,10 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2981
2976
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
2982
2977
  idea: string | IManagerWork;
2983
2978
  niche: string | IManagerWork;
2984
- pc: string | IPC;
2979
+ type: ETypeManagerWorkClassify;
2985
2980
  device: IDevice | string;
2986
2981
  account: IAccountSocialBase | string;
2982
+ pc: string | IPC;
2987
2983
  follower: number;
2988
2984
  following: number;
2989
2985
  status: EStatusExecuteCommon;
@@ -2995,6 +2991,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
2995
2991
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
2996
2992
  idea: string | IManagerWork;
2997
2993
  niche: string | IManagerWork;
2994
+ type: ETypeManagerWorkClassify;
2998
2995
  device: IDevice | string;
2999
2996
  account: IAccountSocialBase | string;
3000
2997
  pc: string | IPC;
@@ -3007,9 +3004,10 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
3007
3004
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
3008
3005
  idea: string | IManagerWork;
3009
3006
  niche: string | IManagerWork;
3010
- pc: string | IPC;
3007
+ type: ETypeManagerWorkClassify;
3011
3008
  device: IDevice | string;
3012
3009
  account: IAccountSocialBase | string;
3010
+ pc: string | IPC;
3013
3011
  content: string;
3014
3012
  linkPost: string;
3015
3013
  userLink: string;
@@ -3022,9 +3020,10 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
3022
3020
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
3023
3021
  idea: string | IManagerWork;
3024
3022
  niche: string | IManagerWork;
3025
- pc: string | IPC;
3023
+ type: ETypeManagerWorkClassify;
3026
3024
  device: IDevice | string;
3027
3025
  account: IAccountSocialBase | string;
3026
+ pc: string | IPC;
3028
3027
  listRunTimes: Array<{
3029
3028
  typePost: TPost;
3030
3029
  listTimes: Array<string>;
@@ -3038,11 +3037,12 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
3038
3037
  }
3039
3038
 
3040
3039
  interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
3041
- pc: string | IPC;
3042
3040
  idea: string | IManagerWork;
3043
3041
  niche: string | IManagerWork;
3042
+ type: ETypeManagerWorkClassify;
3044
3043
  device: IDevice | string;
3045
3044
  account: IAccountSocialBase | string;
3045
+ pc: string | IPC;
3046
3046
  listRunTimes: Array<Array<string>>;
3047
3047
  dayOfWeeks: Array<string>;
3048
3048
  timeExecuteForOperationFrom: number;
@@ -3081,11 +3081,12 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
3081
3081
  }
3082
3082
 
3083
3083
  interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
3084
- pc: string | IPC;
3085
3084
  idea: string | IManagerWork;
3086
3085
  niche: string | IManagerWork;
3086
+ type: ETypeManagerWorkClassify;
3087
3087
  device: IDevice | string;
3088
3088
  account: IAccountSocialBase | string;
3089
+ pc: string | IPC;
3089
3090
  dayOfWeeks: Array<string>;
3090
3091
  listRunTimes: Array<Array<string>>;
3091
3092
  timeExecuteForOperationFrom: number;
@@ -3107,11 +3108,12 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
3107
3108
  }
3108
3109
 
3109
3110
  interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
3110
- pc: string | IPC;
3111
3111
  idea: string | IManagerWork;
3112
3112
  niche: string | IManagerWork;
3113
+ type: ETypeManagerWorkClassify;
3113
3114
  device: IDevice | string;
3114
3115
  account: IAccountSocialBase | string;
3116
+ pc: string | IPC;
3115
3117
  dayOfWeeks: Array<string>;
3116
3118
  listRunTimes: Array<Array<string>>;
3117
3119
  timeExecuteForOperationFrom: number;
@@ -3134,11 +3136,12 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
3134
3136
  }
3135
3137
 
3136
3138
  interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
3137
- pc: string | IPC;
3138
3139
  idea: string | IManagerWork;
3139
3140
  niche: string | IManagerWork;
3141
+ type: ETypeManagerWorkClassify;
3140
3142
  device: IDevice | string;
3141
3143
  account: IAccountSocialBase | string;
3144
+ pc: string | IPC;
3142
3145
  listRunTimes: Array<Array<string>>;
3143
3146
  dayOfWeeks: Array<string>;
3144
3147
  timeExecuteForOperationFrom: number;
@@ -3410,21 +3413,28 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
3410
3413
  }
3411
3414
 
3412
3415
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3416
+ idea: string | IManagerWork;
3417
+ niche: string | IManagerWork;
3418
+ type: ETypeManagerWorkClassify;
3419
+ device: IDevice | string;
3420
+ account: IAccountSocialBase | string;
3421
+ pc: string | IPC;
3413
3422
  sheetUrl: string;
3414
3423
  sheetName: string;
3415
3424
  sheetPageName: string;
3416
3425
  rowId: string;
3417
3426
  historyName: string;
3418
- pc: string | IPC;
3419
- idea: string | IManagerWork;
3420
- niche: string | IManagerWork;
3421
- device: IDevice | string;
3422
- account: IAccountSocialBase | string;
3423
3427
  status: EStatusExecuteCommon;
3424
3428
  statusDetail: string;
3425
3429
  }
3426
3430
 
3427
3431
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3432
+ idea: string | IManagerWork;
3433
+ niche: string | IManagerWork;
3434
+ type: ETypeManagerWorkClassify;
3435
+ device: IDevice | string;
3436
+ account: IAccountSocialBase | string;
3437
+ pc: string | IPC;
3428
3438
  sheetUrl: string;
3429
3439
  sheetName: string;
3430
3440
  sheetPageName: string;
@@ -3438,16 +3448,17 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
3438
3448
  tagUser: string;
3439
3449
  location: string;
3440
3450
  url: string;
3441
- pc: string | IPC;
3442
- idea: string | IManagerWork;
3443
- niche: string | IManagerWork;
3444
- device: IDevice | string;
3445
- account: IAccountSocialBase | string;
3446
3451
  status: EStatusExecuteCommon;
3447
3452
  statusDetail: string;
3448
3453
  }
3449
3454
 
3450
3455
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3456
+ idea: string | IManagerWork;
3457
+ niche: string | IManagerWork;
3458
+ type: ETypeManagerWorkClassify;
3459
+ device: IDevice | string;
3460
+ account: IAccountSocialBase | string;
3461
+ pc: string | IPC;
3451
3462
  sheetUrl: string;
3452
3463
  sheetName: string;
3453
3464
  sheetPageName: string;
@@ -3461,16 +3472,17 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
3461
3472
  tagUser: string;
3462
3473
  location: string;
3463
3474
  url: string;
3464
- pc: string | IPC;
3465
- idea: string | IManagerWork;
3466
- niche: string | IManagerWork;
3467
- device: IDevice | string;
3468
- account: IAccountSocialBase | string;
3469
3475
  status: EStatusExecuteCommon;
3470
3476
  statusDetail: string;
3471
3477
  }
3472
3478
 
3473
3479
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3480
+ idea: string | IManagerWork;
3481
+ niche: string | IManagerWork;
3482
+ type: ETypeManagerWorkClassify;
3483
+ device: IDevice | string;
3484
+ account: IAccountSocialBase | string;
3485
+ pc: string | IPC;
3474
3486
  sheetUrl: string;
3475
3487
  sheetName: string;
3476
3488
  sheetPageName: string;
@@ -3486,16 +3498,17 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
3486
3498
  collaborator: string;
3487
3499
  tagUser: string;
3488
3500
  url: string;
3489
- pc: string | IPC;
3490
- idea: string | IManagerWork;
3491
- niche: string | IManagerWork;
3492
- device: IDevice | string;
3493
- account: IAccountSocialBase | string;
3494
3501
  status: EStatusExecuteCommon;
3495
3502
  statusDetail: string;
3496
3503
  }
3497
3504
 
3498
3505
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3506
+ idea: string | IManagerWork;
3507
+ niche: string | IManagerWork;
3508
+ type: ETypeManagerWorkClassify;
3509
+ device: IDevice | string;
3510
+ account: IAccountSocialBase | string;
3511
+ pc: string | IPC;
3499
3512
  sheetUrl: string;
3500
3513
  sheetName: string;
3501
3514
  sheetPageName: string;
@@ -3505,25 +3518,21 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
3505
3518
  videosUrl: string[];
3506
3519
  music: string;
3507
3520
  location: string;
3508
- pc: string | IPC;
3509
- idea: string | IManagerWork;
3510
- niche: string | IManagerWork;
3511
- device: IDevice | string;
3512
- account: IAccountSocialBase | string;
3513
3521
  status: EStatusExecuteCommon;
3514
3522
  statusDetail: string;
3515
3523
  }
3516
3524
 
3517
3525
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3518
- content: string;
3519
- userLink: string;
3520
- linkPost: string;
3521
- commentReplied: string;
3522
3526
  idea: string | IManagerWork;
3523
3527
  niche: string | IManagerWork;
3528
+ type: ETypeManagerWorkClassify;
3524
3529
  device: IDevice | string;
3525
3530
  account: IAccountSocialBase | string;
3526
3531
  pc: string | IPC;
3532
+ content: string;
3533
+ userLink: string;
3534
+ linkPost: string;
3535
+ commentReplied: string;
3527
3536
  status: EStatusExecuteCommon;
3528
3537
  statusDetail: string;
3529
3538
  }
@@ -3531,12 +3540,13 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
3531
3540
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3532
3541
  idea: string | IManagerWork;
3533
3542
  niche: string | IManagerWork;
3543
+ type: ETypeManagerWorkClassify;
3534
3544
  device: IDevice | string;
3535
3545
  account: IAccountSocialBase | string;
3546
+ pc: string | IPC;
3536
3547
  numberLike: number;
3537
3548
  minutesExecute: number;
3538
3549
  isLike: boolean;
3539
- pc: string | IPC;
3540
3550
  status: EStatusExecuteCommon;
3541
3551
  statusDetail: string;
3542
3552
  }
@@ -3544,28 +3554,30 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
3544
3554
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3545
3555
  idea: string | IManagerWork;
3546
3556
  niche: string | IManagerWork;
3557
+ type: ETypeManagerWorkClassify;
3547
3558
  device: IDevice | string;
3548
3559
  account: IAccountSocialBase | string;
3560
+ pc: string | IPC;
3549
3561
  numberLike: number;
3550
3562
  minutesExecute: number;
3551
3563
  numberUsersSentMess: number;
3552
3564
  isLike: boolean;
3553
3565
  isSentMessage: boolean;
3554
- pc: string | IPC;
3555
3566
  status: EStatusExecuteCommon;
3556
3567
  statusDetail: string;
3557
3568
  }
3558
3569
 
3559
3570
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3560
- typeView: string;
3561
- numberLike: number;
3562
- minutesExecute: number;
3563
- isLike: boolean;
3564
3571
  idea: string | IManagerWork;
3565
3572
  niche: string | IManagerWork;
3573
+ type: ETypeManagerWorkClassify;
3566
3574
  device: IDevice | string;
3567
3575
  account: IAccountSocialBase | string;
3568
3576
  pc: string | IPC;
3577
+ typeView: string;
3578
+ numberLike: number;
3579
+ minutesExecute: number;
3580
+ isLike: boolean;
3569
3581
  status: EStatusExecuteCommon;
3570
3582
  statusDetail: string;
3571
3583
  }
@@ -3573,6 +3585,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
3573
3585
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3574
3586
  idea: string | IManagerWork;
3575
3587
  niche: string | IManagerWork;
3588
+ type: ETypeManagerWorkClassify;
3576
3589
  device: IDevice | string;
3577
3590
  account: IAccountSocialBase | string;
3578
3591
  pc: string | IPC;
@@ -3585,6 +3598,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
3585
3598
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3586
3599
  idea: string | IManagerWork;
3587
3600
  niche: string | IManagerWork;
3601
+ type: ETypeManagerWorkClassify;
3588
3602
  device: IDevice | string;
3589
3603
  account: IAccountSocialBase | string;
3590
3604
  pc: string | IPC;
@@ -4225,6 +4239,9 @@ interface FindOverviewAccountDriveDto {
4225
4239
  };
4226
4240
  }
4227
4241
 
4242
+ interface AddToDeviceProxyDto {
4243
+ listDeviceIds: string[];
4244
+ }
4228
4245
  interface FilterProxyDto extends IFilterBaseDto, Omit<IProxy, TOmitFilterDto> {
4229
4246
  }
4230
4247
  interface FindOverviewProxyDto {
@@ -4268,6 +4285,9 @@ interface FindAccountVPSGroupDto extends IBaseDto, IAccountVPSGroup {
4268
4285
  interface FilterAccountVPSGroupDto extends IFilterBaseDto, Omit<IAccountVPSGroup, TOmitFilterDto> {
4269
4286
  }
4270
4287
 
4288
+ interface AddToDeviceAccountVPNDto {
4289
+ listDeviceIds: string[];
4290
+ }
4271
4291
  interface FilterAccountVPNDto extends IFilterBaseDto, Omit<IAccountVPN, TOmitFilterDto> {
4272
4292
  }
4273
4293
  interface FindAccountVPNDto extends IBaseDto, IAccountVPN {
@@ -4316,6 +4336,9 @@ interface FindOverviewAccountVPNDto {
4316
4336
  };
4317
4337
  }
4318
4338
 
4339
+ interface AddToDeviceAccountCHPlayICloudDto {
4340
+ listDeviceIds: string[];
4341
+ }
4319
4342
  interface FilterAccountCHPlayICloudDto extends IFilterBaseDto, Omit<IAccountCHPlayICloud, TOmitFilterDto> {
4320
4343
  os: ETypeDeviceOS;
4321
4344
  pc: string;
@@ -5145,6 +5168,9 @@ interface FindDepartmentDto extends IBaseDto, IDepartment {
5145
5168
  interface FilterDepartmentDto extends IFilterBaseDto, Omit<IDepartment, TOmitFilterDto> {
5146
5169
  }
5147
5170
 
5171
+ type index_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
5172
+ type index_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
5173
+ type index_AddToDeviceProxyDto = AddToDeviceProxyDto;
5148
5174
  type index_AutoFillInstagramAccountRawDto = AutoFillInstagramAccountRawDto;
5149
5175
  type index_AutoFillOverviewInstagramAccountRawDto = AutoFillOverviewInstagramAccountRawDto;
5150
5176
  type index_AutoFillOverviewThreadsAccountRawDto = AutoFillOverviewThreadsAccountRawDto;
@@ -5344,7 +5370,7 @@ type index_ImportDto = ImportDto;
5344
5370
  type index_OverviewUserDto = OverviewUserDto;
5345
5371
  type index_TOmitFilterDto = TOmitFilterDto;
5346
5372
  declare namespace index {
5347
- export type { index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, 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_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, 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_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, 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_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, 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_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto };
5373
+ export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, 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_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, 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_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, 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_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, 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_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseDto as IBaseDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto };
5348
5374
  }
5349
5375
 
5350
- export { index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, 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 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 FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, 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 FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, 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 FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, 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 IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, 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 IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 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 IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, 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, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };
5376
+ export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, 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 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 FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, 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 FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, 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 FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, 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 IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, 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 IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 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 IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, 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, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };