automation-lib 5.4.55 → 5.4.56
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 +20 -5
- package/dist/index.d.ts +20 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10841,7 +10841,10 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10841
10841
|
key: string;
|
|
10842
10842
|
};
|
|
10843
10843
|
accountGroup: IBaseRefFieldELS;
|
|
10844
|
-
account: IBaseRefFieldELS
|
|
10844
|
+
account: IBaseRefFieldELS & {
|
|
10845
|
+
accountDeviceTypeAppClone: string;
|
|
10846
|
+
accountDeviceNameAppClone: string;
|
|
10847
|
+
};
|
|
10845
10848
|
sheetName: string;
|
|
10846
10849
|
sheetUrl: string;
|
|
10847
10850
|
url: string;
|
|
@@ -10888,7 +10891,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10888
10891
|
key: string;
|
|
10889
10892
|
};
|
|
10890
10893
|
accountGroup: IBaseRefFieldELS;
|
|
10891
|
-
account: IBaseRefFieldELS
|
|
10894
|
+
account: IBaseRefFieldELS & {
|
|
10895
|
+
accountDeviceTypeAppClone: string;
|
|
10896
|
+
accountDeviceNameAppClone: string;
|
|
10897
|
+
};
|
|
10892
10898
|
sheetName: string;
|
|
10893
10899
|
sheetUrl: string;
|
|
10894
10900
|
follower: number;
|
|
@@ -10927,7 +10933,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10927
10933
|
key: string;
|
|
10928
10934
|
};
|
|
10929
10935
|
accountGroup: IBaseRefFieldELS;
|
|
10930
|
-
account: IBaseRefFieldELS
|
|
10936
|
+
account: IBaseRefFieldELS & {
|
|
10937
|
+
accountDeviceTypeAppClone: string;
|
|
10938
|
+
accountDeviceNameAppClone: string;
|
|
10939
|
+
};
|
|
10931
10940
|
sheetName: string;
|
|
10932
10941
|
sheetUrl: string;
|
|
10933
10942
|
follower: number;
|
|
@@ -10965,7 +10974,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10965
10974
|
key: string;
|
|
10966
10975
|
};
|
|
10967
10976
|
accountGroup: IBaseRefFieldELS;
|
|
10968
|
-
account: IBaseRefFieldELS
|
|
10977
|
+
account: IBaseRefFieldELS & {
|
|
10978
|
+
accountDeviceTypeAppClone: string;
|
|
10979
|
+
accountDeviceNameAppClone: string;
|
|
10980
|
+
};
|
|
10969
10981
|
sheetName: string;
|
|
10970
10982
|
sheetUrl: string;
|
|
10971
10983
|
receiverName: string;
|
|
@@ -11003,7 +11015,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11003
11015
|
key: string;
|
|
11004
11016
|
};
|
|
11005
11017
|
accountGroup: IBaseRefFieldELS;
|
|
11006
|
-
account: IBaseRefFieldELS
|
|
11018
|
+
account: IBaseRefFieldELS & {
|
|
11019
|
+
accountDeviceTypeAppClone: string;
|
|
11020
|
+
accountDeviceNameAppClone: string;
|
|
11021
|
+
};
|
|
11007
11022
|
sheetName: string;
|
|
11008
11023
|
sheetUrl: string;
|
|
11009
11024
|
content: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -10841,7 +10841,10 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10841
10841
|
key: string;
|
|
10842
10842
|
};
|
|
10843
10843
|
accountGroup: IBaseRefFieldELS;
|
|
10844
|
-
account: IBaseRefFieldELS
|
|
10844
|
+
account: IBaseRefFieldELS & {
|
|
10845
|
+
accountDeviceTypeAppClone: string;
|
|
10846
|
+
accountDeviceNameAppClone: string;
|
|
10847
|
+
};
|
|
10845
10848
|
sheetName: string;
|
|
10846
10849
|
sheetUrl: string;
|
|
10847
10850
|
url: string;
|
|
@@ -10888,7 +10891,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10888
10891
|
key: string;
|
|
10889
10892
|
};
|
|
10890
10893
|
accountGroup: IBaseRefFieldELS;
|
|
10891
|
-
account: IBaseRefFieldELS
|
|
10894
|
+
account: IBaseRefFieldELS & {
|
|
10895
|
+
accountDeviceTypeAppClone: string;
|
|
10896
|
+
accountDeviceNameAppClone: string;
|
|
10897
|
+
};
|
|
10892
10898
|
sheetName: string;
|
|
10893
10899
|
sheetUrl: string;
|
|
10894
10900
|
follower: number;
|
|
@@ -10927,7 +10933,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10927
10933
|
key: string;
|
|
10928
10934
|
};
|
|
10929
10935
|
accountGroup: IBaseRefFieldELS;
|
|
10930
|
-
account: IBaseRefFieldELS
|
|
10936
|
+
account: IBaseRefFieldELS & {
|
|
10937
|
+
accountDeviceTypeAppClone: string;
|
|
10938
|
+
accountDeviceNameAppClone: string;
|
|
10939
|
+
};
|
|
10931
10940
|
sheetName: string;
|
|
10932
10941
|
sheetUrl: string;
|
|
10933
10942
|
follower: number;
|
|
@@ -10965,7 +10974,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10965
10974
|
key: string;
|
|
10966
10975
|
};
|
|
10967
10976
|
accountGroup: IBaseRefFieldELS;
|
|
10968
|
-
account: IBaseRefFieldELS
|
|
10977
|
+
account: IBaseRefFieldELS & {
|
|
10978
|
+
accountDeviceTypeAppClone: string;
|
|
10979
|
+
accountDeviceNameAppClone: string;
|
|
10980
|
+
};
|
|
10969
10981
|
sheetName: string;
|
|
10970
10982
|
sheetUrl: string;
|
|
10971
10983
|
receiverName: string;
|
|
@@ -11003,7 +11015,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11003
11015
|
key: string;
|
|
11004
11016
|
};
|
|
11005
11017
|
accountGroup: IBaseRefFieldELS;
|
|
11006
|
-
account: IBaseRefFieldELS
|
|
11018
|
+
account: IBaseRefFieldELS & {
|
|
11019
|
+
accountDeviceTypeAppClone: string;
|
|
11020
|
+
accountDeviceNameAppClone: string;
|
|
11021
|
+
};
|
|
11007
11022
|
sheetName: string;
|
|
11008
11023
|
sheetUrl: string;
|
|
11009
11024
|
content: string;
|