automation-lib 4.9.121 → 4.9.123
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 +35 -37
- package/dist/index.d.ts +35 -37
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -781,6 +781,7 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
|
|
|
781
781
|
sw_desc: string;
|
|
782
782
|
sw_emails: string[];
|
|
783
783
|
sw_note: string;
|
|
784
|
+
sw_typeSocial: ETypeSocial;
|
|
784
785
|
sw_parent: ISheetWork | string;
|
|
785
786
|
sw_priority: EPriority;
|
|
786
787
|
sw_status: EStatusSheetWork;
|
|
@@ -1025,12 +1026,12 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1025
1026
|
niches: IManagerWork[] | string[];
|
|
1026
1027
|
}
|
|
1027
1028
|
|
|
1028
|
-
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1029
|
+
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1029
1030
|
ag_name: string;
|
|
1030
1031
|
ag_slug: string;
|
|
1031
1032
|
}
|
|
1032
1033
|
|
|
1033
|
-
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1034
|
+
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1034
1035
|
pc_name: string;
|
|
1035
1036
|
pc_user: IUser | string;
|
|
1036
1037
|
}
|
|
@@ -1062,7 +1063,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1062
1063
|
device_note: string;
|
|
1063
1064
|
}
|
|
1064
1065
|
|
|
1065
|
-
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1066
|
+
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1066
1067
|
pt_url: string;
|
|
1067
1068
|
pt_name: string;
|
|
1068
1069
|
pt_desc: string;
|
|
@@ -1072,7 +1073,7 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1072
1073
|
pt_department: IDepartment | string;
|
|
1073
1074
|
}
|
|
1074
1075
|
|
|
1075
|
-
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1076
|
+
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1076
1077
|
proxy_type: ETypeProxy;
|
|
1077
1078
|
proxy_ip: string;
|
|
1078
1079
|
proxy_key: string;
|
|
@@ -1274,7 +1275,7 @@ interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
|
|
|
1274
1275
|
}>;
|
|
1275
1276
|
}
|
|
1276
1277
|
|
|
1277
|
-
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1278
|
+
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1278
1279
|
ps_proxy: IProxy | string;
|
|
1279
1280
|
ps_typeSocial: ETypeSocial;
|
|
1280
1281
|
ps_maximumAccountApply: number;
|
|
@@ -1376,11 +1377,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1376
1377
|
sheetID: string;
|
|
1377
1378
|
sheetUrl: string;
|
|
1378
1379
|
sheetName: string;
|
|
1379
|
-
sheetChildren: string | IManagerSheetChildren;
|
|
1380
1380
|
rowID: string;
|
|
1381
1381
|
row: number;
|
|
1382
|
-
model: EAIModelImage;
|
|
1383
|
-
versionModel: string;
|
|
1384
1382
|
typeRatioImage: ETypeRatioImage;
|
|
1385
1383
|
accountSocial: string | IAccount;
|
|
1386
1384
|
channelImage: string | IAccountAIImageChannel;
|
|
@@ -1557,7 +1555,7 @@ interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMo
|
|
|
1557
1555
|
de_device: IDevice | string;
|
|
1558
1556
|
}
|
|
1559
1557
|
|
|
1560
|
-
interface IDeviceCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1558
|
+
interface IDeviceCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1561
1559
|
dc_status: string;
|
|
1562
1560
|
dc_note: string;
|
|
1563
1561
|
dc_device: IDevice | string;
|
|
@@ -1569,7 +1567,7 @@ declare namespace index$3 {
|
|
|
1569
1567
|
export type { index$3_IDeviceCHPlay as IDeviceCHPlay, index$3_IDeviceEmail as IDeviceEmail };
|
|
1570
1568
|
}
|
|
1571
1569
|
|
|
1572
|
-
interface IFreepikSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1570
|
+
interface IFreepikSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1573
1571
|
username: string;
|
|
1574
1572
|
password: string;
|
|
1575
1573
|
maxDeviceApply: number;
|
|
@@ -1582,12 +1580,12 @@ declare namespace index$2 {
|
|
|
1582
1580
|
export type { index$2_IFreepikSetting as IFreepikSetting };
|
|
1583
1581
|
}
|
|
1584
1582
|
|
|
1585
|
-
interface IIdea extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1583
|
+
interface IIdea extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1586
1584
|
idea_name: string;
|
|
1587
1585
|
idea_slug: string;
|
|
1588
1586
|
}
|
|
1589
1587
|
|
|
1590
|
-
interface INiche extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1588
|
+
interface INiche extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1591
1589
|
niche_name: string;
|
|
1592
1590
|
niche_slug: string;
|
|
1593
1591
|
niche_idea: string | IIdea;
|
|
@@ -1599,7 +1597,7 @@ interface ITrackingScriptExecuted extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1599
1597
|
tse_actionsExecuted: string[];
|
|
1600
1598
|
}
|
|
1601
1599
|
|
|
1602
|
-
interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1600
|
+
interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1603
1601
|
ph_rowId: string;
|
|
1604
1602
|
ph_otherAccount: string;
|
|
1605
1603
|
ph_historyName: string;
|
|
@@ -1614,7 +1612,7 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1614
1612
|
ph_statusDetail: string;
|
|
1615
1613
|
}
|
|
1616
1614
|
|
|
1617
|
-
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1615
|
+
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1618
1616
|
pn_rowId: string;
|
|
1619
1617
|
pn_otherAccount: string;
|
|
1620
1618
|
pn_photosUrl: string[];
|
|
@@ -1636,7 +1634,7 @@ interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1636
1634
|
pn_statusDetail: string;
|
|
1637
1635
|
}
|
|
1638
1636
|
|
|
1639
|
-
interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1637
|
+
interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1640
1638
|
pr_rowId: string;
|
|
1641
1639
|
pr_otherAccount: string;
|
|
1642
1640
|
pr_photosUrl: string[];
|
|
@@ -1660,7 +1658,7 @@ interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInter
|
|
|
1660
1658
|
pr_statusDetail: string;
|
|
1661
1659
|
}
|
|
1662
1660
|
|
|
1663
|
-
interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1661
|
+
interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1664
1662
|
ps_rowId: string;
|
|
1665
1663
|
ps_otherAccount: string;
|
|
1666
1664
|
ps_photosUrl: string[];
|
|
@@ -1678,7 +1676,7 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1678
1676
|
ps_statusDetail: string;
|
|
1679
1677
|
}
|
|
1680
1678
|
|
|
1681
|
-
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1679
|
+
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1682
1680
|
ircmt_content: string;
|
|
1683
1681
|
ircmt_userLink: string;
|
|
1684
1682
|
ircmt_linkPost: string;
|
|
@@ -1694,7 +1692,7 @@ interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1694
1692
|
ircmt_statusDetail: string;
|
|
1695
1693
|
}
|
|
1696
1694
|
|
|
1697
|
-
interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1695
|
+
interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1698
1696
|
ir_idea: string | IIdea;
|
|
1699
1697
|
ir_niche: string | INiche;
|
|
1700
1698
|
ir_department: IDepartment | string;
|
|
@@ -1709,7 +1707,7 @@ interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1709
1707
|
ir_statusDetail: string;
|
|
1710
1708
|
}
|
|
1711
1709
|
|
|
1712
|
-
interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1710
|
+
interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1713
1711
|
is_idea: string | IIdea;
|
|
1714
1712
|
is_niche: string | INiche;
|
|
1715
1713
|
is_department: IDepartment | string;
|
|
@@ -1726,7 +1724,7 @@ interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1726
1724
|
is_statusDetail: string;
|
|
1727
1725
|
}
|
|
1728
1726
|
|
|
1729
|
-
interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1727
|
+
interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1730
1728
|
ie_typeView: string;
|
|
1731
1729
|
ie_numberLike: number;
|
|
1732
1730
|
ie_minutesExecute: number;
|
|
@@ -1746,7 +1744,7 @@ interface IInteractSentMessageDetail {
|
|
|
1746
1744
|
content_message: string;
|
|
1747
1745
|
content_receiver: string;
|
|
1748
1746
|
}
|
|
1749
|
-
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1747
|
+
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1750
1748
|
irm_content: string;
|
|
1751
1749
|
irm_receiver: string;
|
|
1752
1750
|
irm_idea: string | IIdea;
|
|
@@ -1760,7 +1758,7 @@ interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1760
1758
|
irm_statusDetail: string;
|
|
1761
1759
|
}
|
|
1762
1760
|
|
|
1763
|
-
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1761
|
+
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1764
1762
|
if_following: number;
|
|
1765
1763
|
if_idea: string | IIdea;
|
|
1766
1764
|
if_niche: string | INiche;
|
|
@@ -1773,7 +1771,7 @@ interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel
|
|
|
1773
1771
|
if_statusDetail: string;
|
|
1774
1772
|
}
|
|
1775
1773
|
|
|
1776
|
-
interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1774
|
+
interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1777
1775
|
if_follower: number;
|
|
1778
1776
|
if_idea: string | IIdea;
|
|
1779
1777
|
if_niche: string | INiche;
|
|
@@ -1786,7 +1784,7 @@ interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
1786
1784
|
if_statusDetail: string;
|
|
1787
1785
|
}
|
|
1788
1786
|
|
|
1789
|
-
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1787
|
+
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1790
1788
|
sie_account: string | IAccount;
|
|
1791
1789
|
sie_dayOfWeeks: Array<string>;
|
|
1792
1790
|
sie_listRunTimes: Array<Array<string>>;
|
|
@@ -1806,7 +1804,7 @@ interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBase
|
|
|
1806
1804
|
sie_isLikeExplore: boolean;
|
|
1807
1805
|
}
|
|
1808
1806
|
|
|
1809
|
-
interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1807
|
+
interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1810
1808
|
sif_account: string | IAccount;
|
|
1811
1809
|
sif_listRunTimes: Array<Array<string>>;
|
|
1812
1810
|
sif_dayOfWeeks: Array<string>;
|
|
@@ -1845,7 +1843,7 @@ interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseM
|
|
|
1845
1843
|
sif_isSkipBioNoneEnglish: boolean;
|
|
1846
1844
|
}
|
|
1847
1845
|
|
|
1848
|
-
interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1846
|
+
interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1849
1847
|
sir_account: string | IAccount;
|
|
1850
1848
|
sir_dayOfWeeks: Array<string>;
|
|
1851
1849
|
sir_listRunTimes: Array<Array<string>>;
|
|
@@ -1864,7 +1862,7 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1864
1862
|
sir_isLikeReel: boolean;
|
|
1865
1863
|
}
|
|
1866
1864
|
|
|
1867
|
-
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1865
|
+
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1868
1866
|
sirc_account: string | IAccount;
|
|
1869
1867
|
sirc_dayOfWeeks: Array<string>;
|
|
1870
1868
|
sirc_listRunTimes: Array<Array<string>>;
|
|
@@ -1887,7 +1885,7 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
|
|
|
1887
1885
|
sirc_isReplyCommentsPostOfMe: boolean;
|
|
1888
1886
|
}
|
|
1889
1887
|
|
|
1890
|
-
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1888
|
+
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1891
1889
|
sirm_account: string | IAccount;
|
|
1892
1890
|
sirm_listRunTimes: Array<Array<string>>;
|
|
1893
1891
|
sirm_dayOfWeeks: Array<string>;
|
|
@@ -1905,7 +1903,7 @@ interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.
|
|
|
1905
1903
|
sirm_isSkipReplyIfOnlyIcons: boolean;
|
|
1906
1904
|
}
|
|
1907
1905
|
|
|
1908
|
-
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1906
|
+
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1909
1907
|
sis_account: string | IAccount;
|
|
1910
1908
|
sis_dayOfWeeks: Array<string>;
|
|
1911
1909
|
sis_listRunTimes: Array<Array<string>>;
|
|
@@ -1934,7 +1932,7 @@ interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1934
1932
|
sis_isSendMessageOnSheet: boolean;
|
|
1935
1933
|
}
|
|
1936
1934
|
|
|
1937
|
-
interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1935
|
+
interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1938
1936
|
siuf_account: string | IAccount;
|
|
1939
1937
|
siuf_dayOfWeeks: Array<string>;
|
|
1940
1938
|
siuf_listRunTimes: Array<Array<string>>;
|
|
@@ -1956,7 +1954,7 @@ interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBas
|
|
|
1956
1954
|
siuf_isInteractBeforeUnFollow: boolean;
|
|
1957
1955
|
}
|
|
1958
1956
|
|
|
1959
|
-
interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1957
|
+
interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1960
1958
|
sp_account: string | IAccount;
|
|
1961
1959
|
sp_listRunTimes: Array<{
|
|
1962
1960
|
typePost: string;
|
|
@@ -1970,7 +1968,7 @@ interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoIn
|
|
|
1970
1968
|
sp_isTimeUs: boolean;
|
|
1971
1969
|
}
|
|
1972
1970
|
|
|
1973
|
-
interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1971
|
+
interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1974
1972
|
pn_url: string;
|
|
1975
1973
|
pn_photosUrl: string[];
|
|
1976
1974
|
pn_videosUrl: string[];
|
|
@@ -1993,7 +1991,7 @@ interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1993
1991
|
pn_statusDetail: string;
|
|
1994
1992
|
}
|
|
1995
1993
|
|
|
1996
|
-
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1994
|
+
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1997
1995
|
if_follower: number;
|
|
1998
1996
|
if_idea: string | IIdea;
|
|
1999
1997
|
if_niche: string | INiche;
|
|
@@ -2006,7 +2004,7 @@ interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, B
|
|
|
2006
2004
|
if_statusDetail: string;
|
|
2007
2005
|
}
|
|
2008
2006
|
|
|
2009
|
-
interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2007
|
+
interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2010
2008
|
if_following: number;
|
|
2011
2009
|
if_idea: string | IIdea;
|
|
2012
2010
|
if_niche: string | INiche;
|
|
@@ -2019,7 +2017,7 @@ interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
2019
2017
|
if_statusDetail: string;
|
|
2020
2018
|
}
|
|
2021
2019
|
|
|
2022
|
-
interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2020
|
+
interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2023
2021
|
ircmt_content: string;
|
|
2024
2022
|
ircmt_linkPost: string;
|
|
2025
2023
|
ircmt_userLink: string;
|
|
@@ -2034,7 +2032,7 @@ interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseMode
|
|
|
2034
2032
|
ircmt_statusDetail: string;
|
|
2035
2033
|
}
|
|
2036
2034
|
|
|
2037
|
-
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2035
|
+
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2038
2036
|
irm_content: string;
|
|
2039
2037
|
irm_receiver: string;
|
|
2040
2038
|
irm_idea: string | IIdea;
|
|
@@ -2048,7 +2046,7 @@ interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMode
|
|
|
2048
2046
|
irm_statusDetail: string;
|
|
2049
2047
|
}
|
|
2050
2048
|
|
|
2051
|
-
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2049
|
+
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2052
2050
|
sp_account: string | IAccount;
|
|
2053
2051
|
sp_listRunTimes: Array<{
|
|
2054
2052
|
typePost: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -781,6 +781,7 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
|
|
|
781
781
|
sw_desc: string;
|
|
782
782
|
sw_emails: string[];
|
|
783
783
|
sw_note: string;
|
|
784
|
+
sw_typeSocial: ETypeSocial;
|
|
784
785
|
sw_parent: ISheetWork | string;
|
|
785
786
|
sw_priority: EPriority;
|
|
786
787
|
sw_status: EStatusSheetWork;
|
|
@@ -1025,12 +1026,12 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1025
1026
|
niches: IManagerWork[] | string[];
|
|
1026
1027
|
}
|
|
1027
1028
|
|
|
1028
|
-
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1029
|
+
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1029
1030
|
ag_name: string;
|
|
1030
1031
|
ag_slug: string;
|
|
1031
1032
|
}
|
|
1032
1033
|
|
|
1033
|
-
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1034
|
+
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1034
1035
|
pc_name: string;
|
|
1035
1036
|
pc_user: IUser | string;
|
|
1036
1037
|
}
|
|
@@ -1062,7 +1063,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1062
1063
|
device_note: string;
|
|
1063
1064
|
}
|
|
1064
1065
|
|
|
1065
|
-
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1066
|
+
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1066
1067
|
pt_url: string;
|
|
1067
1068
|
pt_name: string;
|
|
1068
1069
|
pt_desc: string;
|
|
@@ -1072,7 +1073,7 @@ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1072
1073
|
pt_department: IDepartment | string;
|
|
1073
1074
|
}
|
|
1074
1075
|
|
|
1075
|
-
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1076
|
+
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1076
1077
|
proxy_type: ETypeProxy;
|
|
1077
1078
|
proxy_ip: string;
|
|
1078
1079
|
proxy_key: string;
|
|
@@ -1274,7 +1275,7 @@ interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
|
|
|
1274
1275
|
}>;
|
|
1275
1276
|
}
|
|
1276
1277
|
|
|
1277
|
-
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1278
|
+
interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1278
1279
|
ps_proxy: IProxy | string;
|
|
1279
1280
|
ps_typeSocial: ETypeSocial;
|
|
1280
1281
|
ps_maximumAccountApply: number;
|
|
@@ -1376,11 +1377,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1376
1377
|
sheetID: string;
|
|
1377
1378
|
sheetUrl: string;
|
|
1378
1379
|
sheetName: string;
|
|
1379
|
-
sheetChildren: string | IManagerSheetChildren;
|
|
1380
1380
|
rowID: string;
|
|
1381
1381
|
row: number;
|
|
1382
|
-
model: EAIModelImage;
|
|
1383
|
-
versionModel: string;
|
|
1384
1382
|
typeRatioImage: ETypeRatioImage;
|
|
1385
1383
|
accountSocial: string | IAccount;
|
|
1386
1384
|
channelImage: string | IAccountAIImageChannel;
|
|
@@ -1557,7 +1555,7 @@ interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMo
|
|
|
1557
1555
|
de_device: IDevice | string;
|
|
1558
1556
|
}
|
|
1559
1557
|
|
|
1560
|
-
interface IDeviceCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1558
|
+
interface IDeviceCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1561
1559
|
dc_status: string;
|
|
1562
1560
|
dc_note: string;
|
|
1563
1561
|
dc_device: IDevice | string;
|
|
@@ -1569,7 +1567,7 @@ declare namespace index$3 {
|
|
|
1569
1567
|
export type { index$3_IDeviceCHPlay as IDeviceCHPlay, index$3_IDeviceEmail as IDeviceEmail };
|
|
1570
1568
|
}
|
|
1571
1569
|
|
|
1572
|
-
interface IFreepikSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1570
|
+
interface IFreepikSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1573
1571
|
username: string;
|
|
1574
1572
|
password: string;
|
|
1575
1573
|
maxDeviceApply: number;
|
|
@@ -1582,12 +1580,12 @@ declare namespace index$2 {
|
|
|
1582
1580
|
export type { index$2_IFreepikSetting as IFreepikSetting };
|
|
1583
1581
|
}
|
|
1584
1582
|
|
|
1585
|
-
interface IIdea extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1583
|
+
interface IIdea extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1586
1584
|
idea_name: string;
|
|
1587
1585
|
idea_slug: string;
|
|
1588
1586
|
}
|
|
1589
1587
|
|
|
1590
|
-
interface INiche extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1588
|
+
interface INiche extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1591
1589
|
niche_name: string;
|
|
1592
1590
|
niche_slug: string;
|
|
1593
1591
|
niche_idea: string | IIdea;
|
|
@@ -1599,7 +1597,7 @@ interface ITrackingScriptExecuted extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1599
1597
|
tse_actionsExecuted: string[];
|
|
1600
1598
|
}
|
|
1601
1599
|
|
|
1602
|
-
interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1600
|
+
interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1603
1601
|
ph_rowId: string;
|
|
1604
1602
|
ph_otherAccount: string;
|
|
1605
1603
|
ph_historyName: string;
|
|
@@ -1614,7 +1612,7 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1614
1612
|
ph_statusDetail: string;
|
|
1615
1613
|
}
|
|
1616
1614
|
|
|
1617
|
-
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1615
|
+
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1618
1616
|
pn_rowId: string;
|
|
1619
1617
|
pn_otherAccount: string;
|
|
1620
1618
|
pn_photosUrl: string[];
|
|
@@ -1636,7 +1634,7 @@ interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1636
1634
|
pn_statusDetail: string;
|
|
1637
1635
|
}
|
|
1638
1636
|
|
|
1639
|
-
interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1637
|
+
interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1640
1638
|
pr_rowId: string;
|
|
1641
1639
|
pr_otherAccount: string;
|
|
1642
1640
|
pr_photosUrl: string[];
|
|
@@ -1660,7 +1658,7 @@ interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInter
|
|
|
1660
1658
|
pr_statusDetail: string;
|
|
1661
1659
|
}
|
|
1662
1660
|
|
|
1663
|
-
interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1661
|
+
interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1664
1662
|
ps_rowId: string;
|
|
1665
1663
|
ps_otherAccount: string;
|
|
1666
1664
|
ps_photosUrl: string[];
|
|
@@ -1678,7 +1676,7 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1678
1676
|
ps_statusDetail: string;
|
|
1679
1677
|
}
|
|
1680
1678
|
|
|
1681
|
-
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1679
|
+
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1682
1680
|
ircmt_content: string;
|
|
1683
1681
|
ircmt_userLink: string;
|
|
1684
1682
|
ircmt_linkPost: string;
|
|
@@ -1694,7 +1692,7 @@ interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1694
1692
|
ircmt_statusDetail: string;
|
|
1695
1693
|
}
|
|
1696
1694
|
|
|
1697
|
-
interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1695
|
+
interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1698
1696
|
ir_idea: string | IIdea;
|
|
1699
1697
|
ir_niche: string | INiche;
|
|
1700
1698
|
ir_department: IDepartment | string;
|
|
@@ -1709,7 +1707,7 @@ interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoI
|
|
|
1709
1707
|
ir_statusDetail: string;
|
|
1710
1708
|
}
|
|
1711
1709
|
|
|
1712
|
-
interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1710
|
+
interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1713
1711
|
is_idea: string | IIdea;
|
|
1714
1712
|
is_niche: string | INiche;
|
|
1715
1713
|
is_department: IDepartment | string;
|
|
@@ -1726,7 +1724,7 @@ interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
1726
1724
|
is_statusDetail: string;
|
|
1727
1725
|
}
|
|
1728
1726
|
|
|
1729
|
-
interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1727
|
+
interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1730
1728
|
ie_typeView: string;
|
|
1731
1729
|
ie_numberLike: number;
|
|
1732
1730
|
ie_minutesExecute: number;
|
|
@@ -1746,7 +1744,7 @@ interface IInteractSentMessageDetail {
|
|
|
1746
1744
|
content_message: string;
|
|
1747
1745
|
content_receiver: string;
|
|
1748
1746
|
}
|
|
1749
|
-
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1747
|
+
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1750
1748
|
irm_content: string;
|
|
1751
1749
|
irm_receiver: string;
|
|
1752
1750
|
irm_idea: string | IIdea;
|
|
@@ -1760,7 +1758,7 @@ interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1760
1758
|
irm_statusDetail: string;
|
|
1761
1759
|
}
|
|
1762
1760
|
|
|
1763
|
-
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1761
|
+
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1764
1762
|
if_following: number;
|
|
1765
1763
|
if_idea: string | IIdea;
|
|
1766
1764
|
if_niche: string | INiche;
|
|
@@ -1773,7 +1771,7 @@ interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel
|
|
|
1773
1771
|
if_statusDetail: string;
|
|
1774
1772
|
}
|
|
1775
1773
|
|
|
1776
|
-
interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1774
|
+
interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1777
1775
|
if_follower: number;
|
|
1778
1776
|
if_idea: string | IIdea;
|
|
1779
1777
|
if_niche: string | INiche;
|
|
@@ -1786,7 +1784,7 @@ interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
1786
1784
|
if_statusDetail: string;
|
|
1787
1785
|
}
|
|
1788
1786
|
|
|
1789
|
-
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1787
|
+
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1790
1788
|
sie_account: string | IAccount;
|
|
1791
1789
|
sie_dayOfWeeks: Array<string>;
|
|
1792
1790
|
sie_listRunTimes: Array<Array<string>>;
|
|
@@ -1806,7 +1804,7 @@ interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBase
|
|
|
1806
1804
|
sie_isLikeExplore: boolean;
|
|
1807
1805
|
}
|
|
1808
1806
|
|
|
1809
|
-
interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1807
|
+
interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1810
1808
|
sif_account: string | IAccount;
|
|
1811
1809
|
sif_listRunTimes: Array<Array<string>>;
|
|
1812
1810
|
sif_dayOfWeeks: Array<string>;
|
|
@@ -1845,7 +1843,7 @@ interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseM
|
|
|
1845
1843
|
sif_isSkipBioNoneEnglish: boolean;
|
|
1846
1844
|
}
|
|
1847
1845
|
|
|
1848
|
-
interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1846
|
+
interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1849
1847
|
sir_account: string | IAccount;
|
|
1850
1848
|
sir_dayOfWeeks: Array<string>;
|
|
1851
1849
|
sir_listRunTimes: Array<Array<string>>;
|
|
@@ -1864,7 +1862,7 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1864
1862
|
sir_isLikeReel: boolean;
|
|
1865
1863
|
}
|
|
1866
1864
|
|
|
1867
|
-
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1865
|
+
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1868
1866
|
sirc_account: string | IAccount;
|
|
1869
1867
|
sirc_dayOfWeeks: Array<string>;
|
|
1870
1868
|
sirc_listRunTimes: Array<Array<string>>;
|
|
@@ -1887,7 +1885,7 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
|
|
|
1887
1885
|
sirc_isReplyCommentsPostOfMe: boolean;
|
|
1888
1886
|
}
|
|
1889
1887
|
|
|
1890
|
-
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1888
|
+
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1891
1889
|
sirm_account: string | IAccount;
|
|
1892
1890
|
sirm_listRunTimes: Array<Array<string>>;
|
|
1893
1891
|
sirm_dayOfWeeks: Array<string>;
|
|
@@ -1905,7 +1903,7 @@ interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.
|
|
|
1905
1903
|
sirm_isSkipReplyIfOnlyIcons: boolean;
|
|
1906
1904
|
}
|
|
1907
1905
|
|
|
1908
|
-
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1906
|
+
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1909
1907
|
sis_account: string | IAccount;
|
|
1910
1908
|
sis_dayOfWeeks: Array<string>;
|
|
1911
1909
|
sis_listRunTimes: Array<Array<string>>;
|
|
@@ -1934,7 +1932,7 @@ interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseMo
|
|
|
1934
1932
|
sis_isSendMessageOnSheet: boolean;
|
|
1935
1933
|
}
|
|
1936
1934
|
|
|
1937
|
-
interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1935
|
+
interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1938
1936
|
siuf_account: string | IAccount;
|
|
1939
1937
|
siuf_dayOfWeeks: Array<string>;
|
|
1940
1938
|
siuf_listRunTimes: Array<Array<string>>;
|
|
@@ -1956,7 +1954,7 @@ interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBas
|
|
|
1956
1954
|
siuf_isInteractBeforeUnFollow: boolean;
|
|
1957
1955
|
}
|
|
1958
1956
|
|
|
1959
|
-
interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1957
|
+
interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1960
1958
|
sp_account: string | IAccount;
|
|
1961
1959
|
sp_listRunTimes: Array<{
|
|
1962
1960
|
typePost: string;
|
|
@@ -1970,7 +1968,7 @@ interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoIn
|
|
|
1970
1968
|
sp_isTimeUs: boolean;
|
|
1971
1969
|
}
|
|
1972
1970
|
|
|
1973
|
-
interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1971
|
+
interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1974
1972
|
pn_url: string;
|
|
1975
1973
|
pn_photosUrl: string[];
|
|
1976
1974
|
pn_videosUrl: string[];
|
|
@@ -1993,7 +1991,7 @@ interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1993
1991
|
pn_statusDetail: string;
|
|
1994
1992
|
}
|
|
1995
1993
|
|
|
1996
|
-
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
1994
|
+
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1997
1995
|
if_follower: number;
|
|
1998
1996
|
if_idea: string | IIdea;
|
|
1999
1997
|
if_niche: string | INiche;
|
|
@@ -2006,7 +2004,7 @@ interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, B
|
|
|
2006
2004
|
if_statusDetail: string;
|
|
2007
2005
|
}
|
|
2008
2006
|
|
|
2009
|
-
interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2007
|
+
interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2010
2008
|
if_following: number;
|
|
2011
2009
|
if_idea: string | IIdea;
|
|
2012
2010
|
if_niche: string | INiche;
|
|
@@ -2019,7 +2017,7 @@ interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
2019
2017
|
if_statusDetail: string;
|
|
2020
2018
|
}
|
|
2021
2019
|
|
|
2022
|
-
interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2020
|
+
interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2023
2021
|
ircmt_content: string;
|
|
2024
2022
|
ircmt_linkPost: string;
|
|
2025
2023
|
ircmt_userLink: string;
|
|
@@ -2034,7 +2032,7 @@ interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseMode
|
|
|
2034
2032
|
ircmt_statusDetail: string;
|
|
2035
2033
|
}
|
|
2036
2034
|
|
|
2037
|
-
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2035
|
+
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2038
2036
|
irm_content: string;
|
|
2039
2037
|
irm_receiver: string;
|
|
2040
2038
|
irm_idea: string | IIdea;
|
|
@@ -2048,7 +2046,7 @@ interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMode
|
|
|
2048
2046
|
irm_statusDetail: string;
|
|
2049
2047
|
}
|
|
2050
2048
|
|
|
2051
|
-
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
2049
|
+
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
2052
2050
|
sp_account: string | IAccount;
|
|
2053
2051
|
sp_listRunTimes: Array<{
|
|
2054
2052
|
typePost: string;
|