automation-lib 5.0.55 → 5.0.57

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 +453 -370
  2. package/dist/index.d.ts +453 -370
  3. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -2010,81 +2010,86 @@ interface ITrackingScriptExecuted extends BoInterfaceModelsCommon.IBaseModel, Bo
2010
2010
  }
2011
2011
 
2012
2012
  interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2013
- pn_url: string;
2014
- pn_photosUrl: string[];
2015
- pn_videosUrl: string[];
2016
- pn_titleContent: string;
2017
- pn_tagUsers: string[];
2018
- pn_content: string;
2019
- pn_caption: string;
2020
- pn_hashtag: string;
2021
- pn_altNicheImages: string[];
2022
- pn_altImages: string[];
2023
- pn_altVideos: string[];
2024
- pn_idea: string | IIdea;
2025
- pn_niche: string | INiche;
2026
- pn_department: IDepartment | string;
2027
- pn_user: IUser | string;
2028
- pn_device: IDevice | string;
2029
- pn_account: IAccount | string;
2030
- pn_pc: string | IPC;
2031
- pn_status: EStatusExecuteCommon;
2032
- pn_statusDetail: string;
2013
+ pc: string | IPC;
2014
+ idea: string | IManagerWork;
2015
+ niche: string | IManagerWork;
2016
+ department: IDepartment | string;
2017
+ team: ITeam | string;
2018
+ user: IUser | string;
2019
+ device: IDevice | string;
2020
+ account: IAccount | string;
2021
+ url: string;
2022
+ photosUrl: string[];
2023
+ videosUrl: string[];
2024
+ titleContent: string;
2025
+ tagUsers: string[];
2026
+ content: string;
2027
+ caption: string;
2028
+ hashtag: string;
2029
+ altNicheImages: string[];
2030
+ altImages: string[];
2031
+ altVideos: string[];
2032
+ status: EStatusExecuteCommon;
2033
+ statusDetail: string;
2033
2034
  }
2034
2035
 
2035
2036
  interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2036
- if_follower: number;
2037
- if_idea: string | IIdea;
2038
- if_niche: string | INiche;
2039
- if_department: IDepartment | string;
2040
- if_user: IUser | string;
2041
- if_device: IDevice | string;
2042
- if_account: IAccount | string;
2043
- if_pc: string | IPC;
2044
- if_status: EStatusExecuteCommon;
2045
- if_statusDetail: string;
2037
+ pc: string | IPC;
2038
+ idea: string | IManagerWork;
2039
+ niche: string | IManagerWork;
2040
+ department: IDepartment | string;
2041
+ team: ITeam | string;
2042
+ user: IUser | string;
2043
+ device: IDevice | string;
2044
+ account: IAccount | string;
2045
+ follower: number;
2046
+ status: EStatusExecuteCommon;
2047
+ statusDetail: string;
2046
2048
  }
2047
2049
 
2048
2050
  interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2049
- if_following: number;
2050
- if_idea: string | IIdea;
2051
- if_niche: string | INiche;
2052
- if_department: IDepartment | string;
2053
- if_user: IUser | string;
2054
- if_device: IDevice | string;
2055
- if_account: IAccount | string;
2056
- if_pc: string | IPC;
2057
- if_status: EStatusExecuteCommon;
2058
- if_statusDetail: string;
2051
+ pc: string | IPC;
2052
+ idea: string | IManagerWork;
2053
+ niche: string | IManagerWork;
2054
+ department: IDepartment | string;
2055
+ team: ITeam | string;
2056
+ user: IUser | string;
2057
+ device: IDevice | string;
2058
+ account: IAccount | string;
2059
+ following: number;
2060
+ status: EStatusExecuteCommon;
2061
+ statusDetail: string;
2059
2062
  }
2060
2063
 
2061
2064
  interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2062
- ircmt_content: string;
2063
- ircmt_linkPost: string;
2064
- ircmt_userLink: string;
2065
- ircmt_idea: string | IIdea;
2066
- ircmt_niche: string | INiche;
2067
- ircmt_department: IDepartment | string;
2068
- ircmt_user: IUser | string;
2069
- ircmt_device: IDevice | string;
2070
- ircmt_account: IAccount | string;
2071
- ircmt_pc: string | IPC;
2072
- ircmt_status: EStatusExecuteCommon;
2073
- ircmt_statusDetail: string;
2065
+ pc: string | IPC;
2066
+ idea: string | IManagerWork;
2067
+ niche: string | IManagerWork;
2068
+ department: IDepartment | string;
2069
+ team: ITeam | string;
2070
+ user: IUser | string;
2071
+ device: IDevice | string;
2072
+ account: IAccount | string;
2073
+ content: string;
2074
+ linkPost: string;
2075
+ userLink: string;
2076
+ status: EStatusExecuteCommon;
2077
+ statusDetail: string;
2074
2078
  }
2075
2079
 
2076
2080
  interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2077
- irm_content: string;
2078
- irm_receiver: string;
2079
- irm_idea: string | IIdea;
2080
- irm_niche: string | INiche;
2081
- irm_department: IDepartment | string;
2082
- irm_user: IUser | string;
2083
- irm_device: IDevice | string;
2084
- irm_account: IAccount | string;
2085
- irm_pc: string | IPC;
2086
- irm_status: EStatusExecuteCommon;
2087
- irm_statusDetail: string;
2081
+ pc: string | IPC;
2082
+ idea: string | IManagerWork;
2083
+ niche: string | IManagerWork;
2084
+ department: IDepartment | string;
2085
+ team: ITeam | string;
2086
+ user: IUser | string;
2087
+ device: IDevice | string;
2088
+ account: IAccount | string;
2089
+ content: string;
2090
+ receiver: string;
2091
+ status: EStatusExecuteCommon;
2092
+ statusDetail: string;
2088
2093
  }
2089
2094
 
2090
2095
  interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
@@ -2102,330 +2107,405 @@ interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInte
2102
2107
  }
2103
2108
 
2104
2109
  interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2105
- ph_rowId: string;
2106
- ph_otherAccount: string;
2107
- ph_historyName: string;
2108
- ph_pc: string | IPC;
2109
- ph_idea: string | IIdea;
2110
- ph_niche: string | INiche;
2111
- ph_department: IDepartment | string;
2112
- ph_user: IUser | string;
2113
- ph_device: IDevice | string;
2114
- ph_account: IAccount | string;
2115
- ph_status: EStatusExecuteCommon;
2116
- ph_statusDetail: string;
2110
+ sheetUrl: string;
2111
+ sheetName: string;
2112
+ sheetPageName: string;
2113
+ rowId: string;
2114
+ historyName: string;
2115
+ pc: string | IPC;
2116
+ idea: string | IManagerWork;
2117
+ niche: string | IManagerWork;
2118
+ department: IDepartment | string;
2119
+ team: ITeam | string;
2120
+ user: IUser | string;
2121
+ device: IDevice | string;
2122
+ account: IAccount | string;
2123
+ status: EStatusExecuteCommon;
2124
+ statusDetail: string;
2117
2125
  }
2118
2126
 
2119
2127
  interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2120
- pn_rowId: string;
2121
- pn_otherAccount: string;
2122
- pn_photosUrl: string[];
2123
- pn_videosUrl: string[];
2124
- pn_collaborator: string;
2125
- pn_content: string;
2126
- pn_music: string;
2127
- pn_tagUser: string;
2128
- pn_location: string;
2129
- pn_url: string;
2130
- pn_pc: string | IPC;
2131
- pn_idea: string | IIdea;
2132
- pn_niche: string | INiche;
2133
- pn_department: IDepartment | string;
2134
- pn_user: IUser | string;
2135
- pn_device: IDevice | string;
2136
- pn_account: IAccount | string;
2137
- pn_status: EStatusExecuteCommon;
2138
- pn_statusDetail: string;
2128
+ sheetUrl: string;
2129
+ sheetName: string;
2130
+ sheetPageName: string;
2131
+ rowId: string;
2132
+ otherAccount: string;
2133
+ photosUrl: string[];
2134
+ videosUrl: string[];
2135
+ collaborator: string;
2136
+ content: string;
2137
+ music: string;
2138
+ tagUser: string;
2139
+ location: string;
2140
+ url: string;
2141
+ pc: string | IPC;
2142
+ idea: string | IManagerWork;
2143
+ niche: string | IManagerWork;
2144
+ department: IDepartment | string;
2145
+ user: IUser | string;
2146
+ team: ITeam | string;
2147
+ device: IDevice | string;
2148
+ account: IAccount | string;
2149
+ status: EStatusExecuteCommon;
2150
+ statusDetail: string;
2139
2151
  }
2140
2152
 
2141
2153
  interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2142
- pr_rowId: string;
2143
- pr_otherAccount: string;
2144
- pr_photosUrl: string[];
2145
- pr_videosUrl: string[];
2146
- pr_titlePoll: string;
2147
- pr_polls: string[];
2148
- pr_location: string;
2149
- pr_music: string;
2150
- pr_content: string;
2151
- pr_collaborator: string;
2152
- pr_tagUser: string;
2153
- pr_url: string;
2154
- pr_pc: string | IPC;
2155
- pr_idea: string | IIdea;
2156
- pr_niche: string | INiche;
2157
- pr_department: IDepartment | string;
2158
- pr_user: IUser | string;
2159
- pr_device: IDevice | string;
2160
- pr_account: IAccount | string;
2161
- pr_status: EStatusExecuteCommon;
2162
- pr_statusDetail: string;
2154
+ sheetUrl: string;
2155
+ sheetName: string;
2156
+ sheetPageName: string;
2157
+ rowId: string;
2158
+ otherAccount: string;
2159
+ photosUrl: string[];
2160
+ videosUrl: string[];
2161
+ titlePoll: string;
2162
+ polls: string[];
2163
+ location: string;
2164
+ music: string;
2165
+ content: string;
2166
+ collaborator: string;
2167
+ tagUser: string;
2168
+ url: string;
2169
+ pc: string | IPC;
2170
+ idea: string | IManagerWork;
2171
+ niche: string | IManagerWork;
2172
+ department: IDepartment | string;
2173
+ team: ITeam | string;
2174
+ user: IUser | string;
2175
+ device: IDevice | string;
2176
+ account: IAccount | string;
2177
+ status: EStatusExecuteCommon;
2178
+ statusDetail: string;
2163
2179
  }
2164
2180
 
2165
2181
  interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2166
- ps_rowId: string;
2167
- ps_otherAccount: string;
2168
- ps_photosUrl: string[];
2169
- ps_videosUrl: string[];
2170
- ps_music: string;
2171
- ps_location: string;
2172
- ps_pc: string | IPC;
2173
- ps_idea: string | IIdea;
2174
- ps_niche: string | INiche;
2175
- ps_department: IDepartment | string;
2176
- ps_user: IUser | string;
2177
- ps_device: IDevice | string;
2178
- ps_account: IAccount | string;
2179
- ps_status: EStatusExecuteCommon;
2180
- ps_statusDetail: string;
2182
+ sheetUrl: string;
2183
+ sheetName: string;
2184
+ sheetPageName: string;
2185
+ rowId: string;
2186
+ otherAccount: string;
2187
+ photosUrl: string[];
2188
+ videosUrl: string[];
2189
+ music: string;
2190
+ location: string;
2191
+ pc: string | IPC;
2192
+ idea: string | IManagerWork;
2193
+ niche: string | IManagerWork;
2194
+ department: IDepartment | string;
2195
+ team: ITeam | string;
2196
+ user: IUser | string;
2197
+ device: IDevice | string;
2198
+ account: IAccount | string;
2199
+ status: EStatusExecuteCommon;
2200
+ statusDetail: string;
2181
2201
  }
2182
2202
 
2183
2203
  interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2184
- sie_account: string | IAccount;
2185
- sie_dayOfWeeks: Array<string>;
2186
- sie_listRunTimes: Array<Array<string>>;
2187
- sie_maxViewPerDay: number;
2188
- sie_timeExecuteForOperationTo: number;
2189
- sie_timeExecuteForOperationFrom: number;
2190
- sie_limitViewPerDayFrom: number;
2191
- sie_limitViewPerDayTo: number;
2192
- sie_increaseDailyViewFrom: number;
2193
- sie_increaseDailyViewTo: number;
2194
- sie_limitNumberLikePerOperationFrom: number;
2195
- sie_limitNumberLikePerOperationTo: number;
2196
- sie_timeDelayLikeFrom: number;
2197
- sie_timeDelayLikeTo: number;
2198
- sie_isTimeUs: boolean;
2199
- sie_isDetailsView: boolean;
2200
- sie_isLikeExplore: boolean;
2204
+ pc: string | IPC;
2205
+ idea: string | IManagerWork;
2206
+ niche: string | IManagerWork;
2207
+ department: IDepartment | string;
2208
+ team: ITeam | string;
2209
+ user: IUser | string;
2210
+ device: IDevice | string;
2211
+ account: IAccount | string;
2212
+ dayOfWeeks: Array<string>;
2213
+ listRunTimes: Array<Array<string>>;
2214
+ maxViewPerDay: number;
2215
+ timeExecuteForOperationTo: number;
2216
+ timeExecuteForOperationFrom: number;
2217
+ limitViewPerDayFrom: number;
2218
+ limitViewPerDayTo: number;
2219
+ increaseDailyViewFrom: number;
2220
+ increaseDailyViewTo: number;
2221
+ limitNumberLikePerOperationFrom: number;
2222
+ limitNumberLikePerOperationTo: number;
2223
+ timeDelayLikeFrom: number;
2224
+ timeDelayLikeTo: number;
2225
+ isTimeUs: boolean;
2226
+ isDetailsView: boolean;
2227
+ isLikeExplore: boolean;
2201
2228
  }
2202
2229
 
2203
2230
  interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2204
- sif_account: string | IAccount;
2205
- sif_listRunTimes: Array<Array<string>>;
2206
- sif_dayOfWeeks: Array<string>;
2207
- sif_timeExecuteForOperationFrom: number;
2208
- sif_timeExecuteForOperationTo: number;
2209
- sif_limitNumberFollowsPerDayFrom: number;
2210
- sif_limitNumberFollowsPerDayTo: number;
2211
- sif_increaseFollowPerDayFrom: number;
2212
- sif_increaseFollowPerDayTo: number;
2213
- sif_maxFollowPerDay: number;
2214
- sif_limitNumberFollowsPerHourFrom: number;
2215
- sif_limitNumberFollowsPerHourTo: number;
2216
- sif_increaseFollowPerHourFrom: number;
2217
- sif_increaseFollowPerHourTo: number;
2218
- sif_maxFollowPerHour: number;
2219
- sif_limitNumberInteractCurrentUserFrom: number;
2220
- sif_limitNumberInteractCurrentUserTo: number;
2221
- sif_timeDelayInteractCurrentUserFrom: number;
2222
- sif_timeDelayInteractCurrentUserTo: number;
2223
- sif_limitNumberInteractUserFollowingFrom: number;
2224
- sif_limitNumberInteractUserFollowingTo: number;
2225
- sif_timeDelayInteractUserFollowingFrom: number;
2226
- sif_timeDelayInteractUserFollowingTo: number;
2227
- sif_limitNumberInteractUserFollowerFrom: number;
2228
- sif_limitNumberInteractUserFollowerTo: number;
2229
- sif_timeDelayInteractUserFollowerFrom: number;
2230
- sif_timeDelayInteractUserFollowerTo: number;
2231
- sif_isTimeUs: boolean;
2232
- sif_isInteractUserFollower: boolean;
2233
- sif_isInteractUserFollowing: boolean;
2234
- sif_isInteractCurrentUser: boolean;
2235
- sif_isSkipUserNameNoneEnglish: boolean;
2236
- sif_isSkipUserNameContainIcons: boolean;
2237
- sif_isSkipFollowWhenUnFollowed: boolean;
2238
- sif_isSkipFollowContainLinks: boolean;
2239
- sif_isSkipBioNoneEnglish: boolean;
2231
+ pc: string | IPC;
2232
+ idea: string | IManagerWork;
2233
+ niche: string | IManagerWork;
2234
+ department: IDepartment | string;
2235
+ team: ITeam | string;
2236
+ user: IUser | string;
2237
+ device: IDevice | string;
2238
+ account: IAccount | string;
2239
+ listRunTimes: Array<Array<string>>;
2240
+ dayOfWeeks: Array<string>;
2241
+ timeExecuteForOperationFrom: number;
2242
+ timeExecuteForOperationTo: number;
2243
+ limitNumberFollowsPerDayFrom: number;
2244
+ limitNumberFollowsPerDayTo: number;
2245
+ increaseFollowPerDayFrom: number;
2246
+ increaseFollowPerDayTo: number;
2247
+ maxFollowPerDay: number;
2248
+ limitNumberFollowsPerHourFrom: number;
2249
+ limitNumberFollowsPerHourTo: number;
2250
+ increaseFollowPerHourFrom: number;
2251
+ increaseFollowPerHourTo: number;
2252
+ maxFollowPerHour: number;
2253
+ limitNumberInteractCurrentUserFrom: number;
2254
+ limitNumberInteractCurrentUserTo: number;
2255
+ timeDelayInteractCurrentUserFrom: number;
2256
+ timeDelayInteractCurrentUserTo: number;
2257
+ limitNumberInteractUserFollowingFrom: number;
2258
+ limitNumberInteractUserFollowingTo: number;
2259
+ timeDelayInteractUserFollowingFrom: number;
2260
+ timeDelayInteractUserFollowingTo: number;
2261
+ limitNumberInteractUserFollowerFrom: number;
2262
+ limitNumberInteractUserFollowerTo: number;
2263
+ timeDelayInteractUserFollowerFrom: number;
2264
+ timeDelayInteractUserFollowerTo: number;
2265
+ isTimeUs: boolean;
2266
+ isInteractUserFollower: boolean;
2267
+ isInteractUserFollowing: boolean;
2268
+ isInteractCurrentUser: boolean;
2269
+ isSkipUserNameNoneEnglish: boolean;
2270
+ isSkipUserNameContainIcons: boolean;
2271
+ isSkipFollowWhenUnFollowed: boolean;
2272
+ isSkipFollowContainLinks: boolean;
2273
+ isSkipBioNoneEnglish: boolean;
2240
2274
  }
2241
2275
 
2242
2276
  interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2243
- sir_account: string | IAccount;
2244
- sir_dayOfWeeks: Array<string>;
2245
- sir_listRunTimes: Array<Array<string>>;
2246
- sir_limitViewPerDayFrom: number;
2247
- sir_limitViewPerDayTo: number;
2248
- sir_increaseDailyViewFrom: number;
2249
- sir_increaseDailyViewTo: number;
2250
- sir_maxViewPerDay: number;
2251
- sir_timeExecuteForOperationFrom: number;
2252
- sir_timeExecuteForOperationTo: number;
2253
- sir_limitNumberLikePerOperationFrom: number;
2254
- sir_limitNumberLikePerOperationTo: number;
2255
- sir_timeDelayLikeFrom: number;
2256
- sir_timeDelayLikeTo: number;
2257
- sir_isTimeUs: boolean;
2258
- sir_isLikeReel: boolean;
2277
+ pc: string | IPC;
2278
+ idea: string | IManagerWork;
2279
+ niche: string | IManagerWork;
2280
+ department: IDepartment | string;
2281
+ team: ITeam | string;
2282
+ user: IUser | string;
2283
+ device: IDevice | string;
2284
+ account: IAccount | string;
2285
+ dayOfWeeks: Array<string>;
2286
+ listRunTimes: Array<Array<string>>;
2287
+ limitViewPerDayFrom: number;
2288
+ limitViewPerDayTo: number;
2289
+ increaseDailyViewFrom: number;
2290
+ increaseDailyViewTo: number;
2291
+ maxViewPerDay: number;
2292
+ timeExecuteForOperationFrom: number;
2293
+ timeExecuteForOperationTo: number;
2294
+ limitNumberLikePerOperationFrom: number;
2295
+ limitNumberLikePerOperationTo: number;
2296
+ timeDelayLikeFrom: number;
2297
+ timeDelayLikeTo: number;
2298
+ isTimeUs: boolean;
2299
+ isLikeReel: boolean;
2259
2300
  }
2260
2301
 
2261
2302
  interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2262
- sirc_account: string | IAccount;
2263
- sirc_dayOfWeeks: Array<string>;
2264
- sirc_listRunTimes: Array<Array<string>>;
2265
- sirc_timeExecuteForOperationFrom: number;
2266
- sirc_timeExecuteForOperationTo: number;
2267
- sirc_limitNumberPostForCommentsFrom: number;
2268
- sirc_limitNumberPostForCommentsTo: number;
2269
- sirc_timeDelayCommentFrom: number;
2270
- sirc_timeDelayCommentTo: number;
2271
- sirc_timeDelayLikeFrom: number;
2272
- sirc_timeDelayLikeTo: number;
2273
- sirc_limitNumberReplyCommentPerDayFrom: number;
2274
- sirc_limitNumberReplyCommentPerDayTo: number;
2275
- sirc_timeDelayReplyCommentFrom: number;
2276
- sirc_timeDelayReplyCommentTo: number;
2277
- sirc_isSkipUserNameNoneEnglish: boolean;
2278
- sirc_isSkipReplyCommentsOnlyIcon: boolean;
2279
- sirc_isTimeUs: boolean;
2280
- sirc_isLikeCommentsPostOfMe: boolean;
2281
- sirc_isReplyCommentsPostOfMe: boolean;
2303
+ pc: string | IPC;
2304
+ idea: string | IManagerWork;
2305
+ niche: string | IManagerWork;
2306
+ department: IDepartment | string;
2307
+ team: ITeam | string;
2308
+ user: IUser | string;
2309
+ device: IDevice | string;
2310
+ account: IAccount | string;
2311
+ dayOfWeeks: Array<string>;
2312
+ listRunTimes: Array<Array<string>>;
2313
+ timeExecuteForOperationFrom: number;
2314
+ timeExecuteForOperationTo: number;
2315
+ limitNumberPostForCommentsFrom: number;
2316
+ limitNumberPostForCommentsTo: number;
2317
+ timeDelayCommentFrom: number;
2318
+ timeDelayCommentTo: number;
2319
+ timeDelayLikeFrom: number;
2320
+ timeDelayLikeTo: number;
2321
+ limitNumberReplyCommentPerDayFrom: number;
2322
+ limitNumberReplyCommentPerDayTo: number;
2323
+ timeDelayReplyCommentFrom: number;
2324
+ timeDelayReplyCommentTo: number;
2325
+ isSkipUserNameNoneEnglish: boolean;
2326
+ isSkipReplyCommentsOnlyIcon: boolean;
2327
+ isTimeUs: boolean;
2328
+ isLikeCommentsPostOfMe: boolean;
2329
+ isReplyCommentsPostOfMe: boolean;
2282
2330
  }
2283
2331
 
2284
2332
  interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2285
- sirm_account: string | IAccount;
2286
- sirm_listRunTimes: Array<Array<string>>;
2287
- sirm_dayOfWeeks: Array<string>;
2288
- sirm_timeExecuteForOperationFrom: number;
2289
- sirm_timeExecuteForOperationTo: number;
2290
- sirm_timeDelayReplyMessageFrom: number;
2291
- sirm_timeDelayReplyMessageTo: number;
2292
- sirm_isTimeUs: boolean;
2293
- sirm_isDeleteMessageUsername: boolean;
2294
- sirm_isReplyAllMessageFromStories: boolean;
2295
- sirm_isSkipUserNameNoneEnglish: boolean;
2296
- sirm_isSkipReplyMessageIsImages: boolean;
2297
- sirm_isSkipReplyIfHaveReplied: boolean;
2298
- sirm_isSkipReplyIsLink: boolean;
2299
- sirm_isSkipReplyIfOnlyIcons: boolean;
2333
+ pc: string | IPC;
2334
+ idea: string | IManagerWork;
2335
+ niche: string | IManagerWork;
2336
+ department: IDepartment | string;
2337
+ team: ITeam | string;
2338
+ user: IUser | string;
2339
+ device: IDevice | string;
2340
+ account: IAccount | string;
2341
+ listRunTimes: Array<Array<string>>;
2342
+ dayOfWeeks: Array<string>;
2343
+ timeExecuteForOperationFrom: number;
2344
+ timeExecuteForOperationTo: number;
2345
+ timeDelayReplyMessageFrom: number;
2346
+ timeDelayReplyMessageTo: number;
2347
+ isTimeUs: boolean;
2348
+ isDeleteMessageUsername: boolean;
2349
+ isReplyAllMessageFromStories: boolean;
2350
+ isSkipUserNameNoneEnglish: boolean;
2351
+ isSkipReplyMessageIsImages: boolean;
2352
+ isSkipReplyIfHaveReplied: boolean;
2353
+ isSkipReplyIsLink: boolean;
2354
+ isSkipReplyIfOnlyIcons: boolean;
2300
2355
  }
2301
2356
 
2302
2357
  interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2303
- sis_account: string | IAccount;
2304
- sis_dayOfWeeks: Array<string>;
2305
- sis_listRunTimes: Array<Array<string>>;
2306
- sis_timeExecuteForOperationFrom: number;
2307
- sis_timeExecuteForOperationTo: number;
2308
- sis_limitViewPerDayFrom: number;
2309
- sis_limitViewPerDayTo: number;
2310
- sis_increaseViewPerDayFrom: number;
2311
- sis_increaseViewPerDayTo: number;
2312
- sis_maxViewsPerDay: number;
2313
- sis_limitViewPerHourFrom: number;
2314
- sis_limitViewPerHourTo: number;
2315
- sis_increaseViewPerHourFrom: number;
2316
- sis_increaseViewPerHourTo: number;
2317
- sis_maxViewsPerHour: number;
2318
- sis_limitNumberPersonSendMessageFrom: number;
2319
- sis_limitNumberPersonSendMessageTo: number;
2320
- sis_timeDelaySendMessageFrom: number;
2321
- sis_timeDelaySendMessageTo: number;
2322
- sis_limitNumberLikeStoriesFrom: number;
2323
- sis_limitNumberLikeStoriesTo: number;
2324
- sis_timeDelayLikeStoryFrom: number;
2325
- sis_timeDelayLikeStoryTo: number;
2326
- sis_isTimeUs: boolean;
2327
- sis_isLikeStories: boolean;
2328
- sis_isSendMessageOnSheet: boolean;
2358
+ pc: string | IPC;
2359
+ idea: string | IManagerWork;
2360
+ niche: string | IManagerWork;
2361
+ department: IDepartment | string;
2362
+ team: ITeam | string;
2363
+ user: IUser | string;
2364
+ device: IDevice | string;
2365
+ account: IAccount | string;
2366
+ dayOfWeeks: Array<string>;
2367
+ listRunTimes: Array<Array<string>>;
2368
+ timeExecuteForOperationFrom: number;
2369
+ timeExecuteForOperationTo: number;
2370
+ limitViewPerDayFrom: number;
2371
+ limitViewPerDayTo: number;
2372
+ increaseViewPerDayFrom: number;
2373
+ increaseViewPerDayTo: number;
2374
+ maxViewsPerDay: number;
2375
+ limitViewPerHourFrom: number;
2376
+ limitViewPerHourTo: number;
2377
+ increaseViewPerHourFrom: number;
2378
+ increaseViewPerHourTo: number;
2379
+ maxViewsPerHour: number;
2380
+ limitNumberPersonSendMessageFrom: number;
2381
+ limitNumberPersonSendMessageTo: number;
2382
+ timeDelaySendMessageFrom: number;
2383
+ timeDelaySendMessageTo: number;
2384
+ limitNumberLikeStoriesFrom: number;
2385
+ limitNumberLikeStoriesTo: number;
2386
+ timeDelayLikeStoryFrom: number;
2387
+ timeDelayLikeStoryTo: number;
2388
+ isTimeUs: boolean;
2389
+ isLikeStories: boolean;
2390
+ isSendMessageOnSheet: boolean;
2329
2391
  }
2330
2392
 
2331
2393
  interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2332
- siuf_account: string | IAccount;
2333
- siuf_dayOfWeeks: Array<string>;
2334
- siuf_listRunTimes: Array<Array<string>>;
2335
- siuf_timeExecuteForOperationFrom: number;
2336
- siuf_timeExecuteForOperationTo: number;
2337
- siuf_limitUnFollowPerDayFrom: number;
2338
- siuf_limitUnFollowPerDayTo: number;
2339
- siuf_increaseUnFollowPerDayFrom: number;
2340
- siuf_increaseUnFollowPerDayTo: number;
2341
- siuf_maxUnFollowPerDay: number;
2342
- siuf_limitUnFollowPerHourFrom: number;
2343
- siuf_limitUnFollowPerHourTo: number;
2344
- siuf_increaseUnFollowPerHourFrom: number;
2345
- siuf_increaseUnFollowPerHourTo: number;
2346
- siuf_maxUnFollowPerHour: number;
2347
- siuf_timeDelayInteractPerOperatorFrom: number;
2348
- siuf_timeDelayInteractPerOperatorTo: number;
2349
- siuf_isTimeUs: boolean;
2350
- siuf_isInteractBeforeUnFollow: boolean;
2394
+ pc: string | IPC;
2395
+ idea: string | IManagerWork;
2396
+ niche: string | IManagerWork;
2397
+ department: IDepartment | string;
2398
+ team: ITeam | string;
2399
+ user: IUser | string;
2400
+ device: IDevice | string;
2401
+ account: IAccount | string;
2402
+ dayOfWeeks: Array<string>;
2403
+ listRunTimes: Array<Array<string>>;
2404
+ timeExecuteForOperationFrom: number;
2405
+ timeExecuteForOperationTo: number;
2406
+ limitUnFollowPerDayFrom: number;
2407
+ limitUnFollowPerDayTo: number;
2408
+ increaseUnFollowPerDayFrom: number;
2409
+ increaseUnFollowPerDayTo: number;
2410
+ maxUnFollowPerDay: number;
2411
+ limitUnFollowPerHourFrom: number;
2412
+ limitUnFollowPerHourTo: number;
2413
+ increaseUnFollowPerHourFrom: number;
2414
+ increaseUnFollowPerHourTo: number;
2415
+ maxUnFollowPerHour: number;
2416
+ timeDelayInteractPerOperatorFrom: number;
2417
+ timeDelayInteractPerOperatorTo: number;
2418
+ isTimeUs: boolean;
2419
+ isInteractBeforeUnFollow: boolean;
2351
2420
  }
2352
2421
 
2353
2422
  interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2354
- sp_account: string | IAccount;
2355
- sp_listRunTimes: Array<{
2423
+ pc: string | IPC;
2424
+ idea: string | IManagerWork;
2425
+ niche: string | IManagerWork;
2426
+ department: IDepartment | string;
2427
+ team: ITeam | string;
2428
+ user: IUser | string;
2429
+ device: IDevice | string;
2430
+ account: IAccount | string;
2431
+ listRunTimes: Array<{
2356
2432
  typePost: string;
2357
2433
  listTimes: Array<string>;
2358
2434
  }>;
2359
- sp_dayOfWeeks: Array<string>;
2360
- sp_numberCommentsForPostMeFrom: number;
2361
- sp_numberCommentsForPostMeTo: number;
2362
- sp_delayTimeCommentFrom: number;
2363
- sp_delayTimeCommentTo: number;
2364
- sp_isTimeUs: boolean;
2435
+ dayOfWeeks: Array<string>;
2436
+ numberCommentsForPostMeFrom: number;
2437
+ numberCommentsForPostMeTo: number;
2438
+ delayTimeCommentFrom: number;
2439
+ delayTimeCommentTo: number;
2440
+ isTimeUs: boolean;
2365
2441
  }
2366
2442
 
2367
2443
  interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2368
- ircmt_content: string;
2369
- ircmt_userLink: string;
2370
- ircmt_linkPost: string;
2371
- ircmt_commentReplied: string;
2372
- ircmt_idea: string | IIdea;
2373
- ircmt_niche: string | INiche;
2374
- ircmt_department: IDepartment | string;
2375
- ircmt_user: IUser | string;
2376
- ircmt_device: IDevice | string;
2377
- ircmt_account: IAccount | string;
2378
- ircmt_pc: string | IPC;
2379
- ircmt_status: EStatusExecuteCommon;
2380
- ircmt_statusDetail: string;
2444
+ content: string;
2445
+ userLink: string;
2446
+ linkPost: string;
2447
+ commentReplied: string;
2448
+ idea: string | IManagerWork;
2449
+ niche: string | IManagerWork;
2450
+ department: IDepartment | string;
2451
+ team: ITeam | string;
2452
+ user: IUser | string;
2453
+ device: IDevice | string;
2454
+ account: IAccount | string;
2455
+ pc: string | IPC;
2456
+ status: EStatusExecuteCommon;
2457
+ statusDetail: string;
2381
2458
  }
2382
2459
 
2383
2460
  interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2384
- ir_idea: string | IIdea;
2385
- ir_niche: string | INiche;
2386
- ir_department: IDepartment | string;
2387
- ir_user: IUser | string;
2388
- ir_device: IDevice | string;
2389
- ir_account: IAccount | string;
2390
- ir_numberLike: number;
2391
- ir_minutesExecute: number;
2392
- ir_isLike: boolean;
2393
- ir_pc: string | IPC;
2394
- ir_status: EStatusExecuteCommon;
2395
- ir_statusDetail: string;
2461
+ idea: string | IManagerWork;
2462
+ niche: string | IManagerWork;
2463
+ department: IDepartment | string;
2464
+ team: ITeam | string;
2465
+ user: IUser | string;
2466
+ device: IDevice | string;
2467
+ account: IAccount | string;
2468
+ numberLike: number;
2469
+ minutesExecute: number;
2470
+ isLike: boolean;
2471
+ pc: string | IPC;
2472
+ status: EStatusExecuteCommon;
2473
+ statusDetail: string;
2396
2474
  }
2397
2475
 
2398
2476
  interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2399
- is_idea: string | IIdea;
2400
- is_niche: string | INiche;
2401
- is_department: IDepartment | string;
2402
- is_user: IUser | string;
2403
- is_device: IDevice | string;
2404
- is_account: IAccount | string;
2405
- is_numberLike: number;
2406
- is_minutesExecute: number;
2407
- is_numberUsersSentMess: number;
2408
- is_isLike: boolean;
2409
- is_isSentMessage: boolean;
2410
- is_pc: string | IPC;
2411
- is_status: EStatusExecuteCommon;
2412
- is_statusDetail: string;
2477
+ idea: string | IManagerWork;
2478
+ niche: string | IManagerWork;
2479
+ department: IDepartment | string;
2480
+ team: ITeam | string;
2481
+ user: IUser | string;
2482
+ device: IDevice | string;
2483
+ account: IAccount | string;
2484
+ numberLike: number;
2485
+ minutesExecute: number;
2486
+ numberUsersSentMess: number;
2487
+ isLike: boolean;
2488
+ isSentMessage: boolean;
2489
+ pc: string | IPC;
2490
+ status: EStatusExecuteCommon;
2491
+ statusDetail: string;
2413
2492
  }
2414
2493
 
2415
2494
  interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2416
- ie_typeView: string;
2417
- ie_numberLike: number;
2418
- ie_minutesExecute: number;
2419
- ie_isLike: boolean;
2420
- ie_idea: string | IIdea;
2421
- ie_niche: string | INiche;
2422
- ie_department: IDepartment | string;
2423
- ie_user: IUser | string;
2424
- ie_device: IDevice | string;
2425
- ie_account: IAccount | string;
2426
- ie_pc: string | IPC;
2427
- ie_status: EStatusExecuteCommon;
2428
- ie_statusDetail: string;
2495
+ typeView: string;
2496
+ numberLike: number;
2497
+ minutesExecute: number;
2498
+ isLike: boolean;
2499
+ idea: string | IManagerWork;
2500
+ niche: string | IManagerWork;
2501
+ department: IDepartment | string;
2502
+ team: ITeam | string;
2503
+ user: IUser | string;
2504
+ device: IDevice | string;
2505
+ account: IAccount | string;
2506
+ pc: string | IPC;
2507
+ status: EStatusExecuteCommon;
2508
+ statusDetail: string;
2429
2509
  }
2430
2510
 
2431
2511
  interface IInteractSentMessageDetail {
@@ -2433,43 +2513,46 @@ interface IInteractSentMessageDetail {
2433
2513
  content_receiver: string;
2434
2514
  }
2435
2515
  interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2436
- irm_content: string;
2437
- irm_receiver: string;
2438
- irm_idea: string | IIdea;
2439
- irm_niche: string | INiche;
2440
- irm_department: IDepartment | string;
2441
- irm_user: IUser | string;
2442
- irm_device: IDevice | string;
2443
- irm_account: IAccount | string;
2444
- irm_pc: string | IPC;
2445
- irm_status: EStatusExecuteCommon;
2446
- irm_statusDetail: string;
2516
+ content: string;
2517
+ receiver: string;
2518
+ idea: string | IManagerWork;
2519
+ niche: string | IManagerWork;
2520
+ department: IDepartment | string;
2521
+ team: ITeam | string;
2522
+ user: IUser | string;
2523
+ device: IDevice | string;
2524
+ account: IAccount | string;
2525
+ pc: string | IPC;
2526
+ status: EStatusExecuteCommon;
2527
+ statusDetail: string;
2447
2528
  }
2448
2529
 
2449
2530
  interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2450
- if_following: number;
2451
- if_idea: string | IIdea;
2452
- if_niche: string | INiche;
2453
- if_department: IDepartment | string;
2454
- if_user: IUser | string;
2455
- if_device: IDevice | string;
2456
- if_account: IAccount | string;
2457
- if_pc: string | IPC;
2458
- if_status: EStatusExecuteCommon;
2459
- if_statusDetail: string;
2531
+ following: number;
2532
+ idea: string | IManagerWork;
2533
+ niche: string | IManagerWork;
2534
+ department: IDepartment | string;
2535
+ team: ITeam | string;
2536
+ user: IUser | string;
2537
+ device: IDevice | string;
2538
+ account: IAccount | string;
2539
+ pc: string | IPC;
2540
+ status: EStatusExecuteCommon;
2541
+ statusDetail: string;
2460
2542
  }
2461
2543
 
2462
2544
  interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2463
- if_follower: number;
2464
- if_idea: string | IIdea;
2465
- if_niche: string | INiche;
2466
- if_department: IDepartment | string;
2467
- if_user: IUser | string;
2468
- if_device: IDevice | string;
2469
- if_account: IAccount | string;
2470
- if_pc: string | IPC;
2471
- if_status: EStatusExecuteCommon;
2472
- if_statusDetail: string;
2545
+ follower: number;
2546
+ idea: string | IManagerWork;
2547
+ niche: string | IManagerWork;
2548
+ department: IDepartment | string;
2549
+ team: ITeam | string;
2550
+ user: IUser | string;
2551
+ device: IDevice | string;
2552
+ account: IAccount | string;
2553
+ pc: string | IPC;
2554
+ status: EStatusExecuteCommon;
2555
+ statusDetail: string;
2473
2556
  }
2474
2557
 
2475
2558
  type index$2_IIdea = IIdea;