automation-lib 5.1.349 → 5.1.352
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 +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -837,7 +837,6 @@ declare namespace index$g {
|
|
|
837
837
|
|
|
838
838
|
declare enum ESheetToolThreads {
|
|
839
839
|
Post = "Post",
|
|
840
|
-
ChangeInfo = "ChangeInfo",
|
|
841
840
|
Follow = "Follow",
|
|
842
841
|
ReplyComment = "ReplyComment",
|
|
843
842
|
ReplyMessage = "ReplyMessage"
|
|
@@ -845,8 +844,6 @@ declare enum ESheetToolThreads {
|
|
|
845
844
|
|
|
846
845
|
declare enum ESheetToolInstagram {
|
|
847
846
|
Post = "Post",
|
|
848
|
-
BlockUser = "Block user",
|
|
849
|
-
ChangeInfo = "Change info",
|
|
850
847
|
Follow = "Follow",
|
|
851
848
|
ReplyComment = "Reply comment",
|
|
852
849
|
ReplyMessage = "Reply message"
|
|
@@ -2966,8 +2963,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2966
2963
|
timeLogin: Date;
|
|
2967
2964
|
statusLogin: EStatusAccountSocialLogin;
|
|
2968
2965
|
folderNameImage: string;
|
|
2969
|
-
|
|
2970
|
-
|
|
2966
|
+
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
2967
|
+
timeFolderNameImage: Date;
|
|
2971
2968
|
promptAvatar: string;
|
|
2972
2969
|
avatar: string | IFile;
|
|
2973
2970
|
statusChangeAvatar: EStatusChangeInfo;
|
package/dist/index.d.ts
CHANGED
|
@@ -837,7 +837,6 @@ declare namespace index$g {
|
|
|
837
837
|
|
|
838
838
|
declare enum ESheetToolThreads {
|
|
839
839
|
Post = "Post",
|
|
840
|
-
ChangeInfo = "ChangeInfo",
|
|
841
840
|
Follow = "Follow",
|
|
842
841
|
ReplyComment = "ReplyComment",
|
|
843
842
|
ReplyMessage = "ReplyMessage"
|
|
@@ -845,8 +844,6 @@ declare enum ESheetToolThreads {
|
|
|
845
844
|
|
|
846
845
|
declare enum ESheetToolInstagram {
|
|
847
846
|
Post = "Post",
|
|
848
|
-
BlockUser = "Block user",
|
|
849
|
-
ChangeInfo = "Change info",
|
|
850
847
|
Follow = "Follow",
|
|
851
848
|
ReplyComment = "Reply comment",
|
|
852
849
|
ReplyMessage = "Reply message"
|
|
@@ -2966,8 +2963,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2966
2963
|
timeLogin: Date;
|
|
2967
2964
|
statusLogin: EStatusAccountSocialLogin;
|
|
2968
2965
|
folderNameImage: string;
|
|
2969
|
-
|
|
2970
|
-
|
|
2966
|
+
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
2967
|
+
timeFolderNameImage: Date;
|
|
2971
2968
|
promptAvatar: string;
|
|
2972
2969
|
avatar: string | IFile;
|
|
2973
2970
|
statusChangeAvatar: EStatusChangeInfo;
|
package/dist/index.js
CHANGED
|
@@ -1127,7 +1127,6 @@ __export(sheet_tool_exports, {
|
|
|
1127
1127
|
// src/enums/sheet-tool/ESheetToolThreads.enum.ts
|
|
1128
1128
|
var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
1129
1129
|
ESheetToolThreads2["Post"] = "Post";
|
|
1130
|
-
ESheetToolThreads2["ChangeInfo"] = "ChangeInfo";
|
|
1131
1130
|
ESheetToolThreads2["Follow"] = "Follow";
|
|
1132
1131
|
ESheetToolThreads2["ReplyComment"] = "ReplyComment";
|
|
1133
1132
|
ESheetToolThreads2["ReplyMessage"] = "ReplyMessage";
|
|
@@ -1137,8 +1136,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
1137
1136
|
// src/enums/sheet-tool/ESheetToolInstagram.enum.ts
|
|
1138
1137
|
var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
1139
1138
|
ESheetToolInstagram2["Post"] = "Post";
|
|
1140
|
-
ESheetToolInstagram2["BlockUser"] = "Block user";
|
|
1141
|
-
ESheetToolInstagram2["ChangeInfo"] = "Change info";
|
|
1142
1139
|
ESheetToolInstagram2["Follow"] = "Follow";
|
|
1143
1140
|
ESheetToolInstagram2["ReplyComment"] = "Reply comment";
|
|
1144
1141
|
ESheetToolInstagram2["ReplyMessage"] = "Reply message";
|
package/dist/index.mjs
CHANGED
|
@@ -995,7 +995,6 @@ __export(sheet_tool_exports, {
|
|
|
995
995
|
// src/enums/sheet-tool/ESheetToolThreads.enum.ts
|
|
996
996
|
var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
997
997
|
ESheetToolThreads2["Post"] = "Post";
|
|
998
|
-
ESheetToolThreads2["ChangeInfo"] = "ChangeInfo";
|
|
999
998
|
ESheetToolThreads2["Follow"] = "Follow";
|
|
1000
999
|
ESheetToolThreads2["ReplyComment"] = "ReplyComment";
|
|
1001
1000
|
ESheetToolThreads2["ReplyMessage"] = "ReplyMessage";
|
|
@@ -1005,8 +1004,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
1005
1004
|
// src/enums/sheet-tool/ESheetToolInstagram.enum.ts
|
|
1006
1005
|
var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
1007
1006
|
ESheetToolInstagram2["Post"] = "Post";
|
|
1008
|
-
ESheetToolInstagram2["BlockUser"] = "Block user";
|
|
1009
|
-
ESheetToolInstagram2["ChangeInfo"] = "Change info";
|
|
1010
1007
|
ESheetToolInstagram2["Follow"] = "Follow";
|
|
1011
1008
|
ESheetToolInstagram2["ReplyComment"] = "Reply comment";
|
|
1012
1009
|
ESheetToolInstagram2["ReplyMessage"] = "Reply message";
|