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.
- package/dist/index.d.mts +453 -370
- package/dist/index.d.ts +453 -370
- 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
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
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
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
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
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
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
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
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
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
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
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
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
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
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
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
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
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
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
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
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
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
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
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
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
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
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
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
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
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
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
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
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
|
-
|
|
2355
|
-
|
|
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
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
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
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
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
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
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
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
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
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
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
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
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
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
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
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
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;
|