automation-lib 5.1.323 → 5.1.324
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 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -674,10 +674,10 @@ declare enum EObjectName {
|
|
|
674
674
|
ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
|
|
675
675
|
FreepikSetting = "FreepikSetting",
|
|
676
676
|
SupportQueries = "SupportQueries",
|
|
677
|
+
TaskPhoneInstagramPost = "TaskPhoneInstagramPost",
|
|
678
|
+
TaskPhoneInstagramFollow = "TaskPhoneInstagramFollow",
|
|
677
679
|
TaskPhoneInstagramBlockUser = "TaskPhoneInstagramBlockUser",
|
|
678
680
|
TaskPhoneInstagramChangeInfo = "TaskPhoneInstagramChangeInfo",
|
|
679
|
-
TaskPhoneInstagramFollow = "TaskPhoneInstagramFollow",
|
|
680
|
-
TaskPhoneInstagramReportPost = "TaskPhoneInstagramReportPost",
|
|
681
681
|
TaskPhoneInstagramReplyComment = "TaskPhoneInstagramReplyComment",
|
|
682
682
|
TaskPhoneInstagramReplyMessage = "TaskPhoneInstagramReplyMessage",
|
|
683
683
|
TaskPhoneInstagramInteractReel = "TaskPhoneInstagramInteractReel",
|
package/dist/index.d.ts
CHANGED
|
@@ -674,10 +674,10 @@ declare enum EObjectName {
|
|
|
674
674
|
ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
|
|
675
675
|
FreepikSetting = "FreepikSetting",
|
|
676
676
|
SupportQueries = "SupportQueries",
|
|
677
|
+
TaskPhoneInstagramPost = "TaskPhoneInstagramPost",
|
|
678
|
+
TaskPhoneInstagramFollow = "TaskPhoneInstagramFollow",
|
|
677
679
|
TaskPhoneInstagramBlockUser = "TaskPhoneInstagramBlockUser",
|
|
678
680
|
TaskPhoneInstagramChangeInfo = "TaskPhoneInstagramChangeInfo",
|
|
679
|
-
TaskPhoneInstagramFollow = "TaskPhoneInstagramFollow",
|
|
680
|
-
TaskPhoneInstagramReportPost = "TaskPhoneInstagramReportPost",
|
|
681
681
|
TaskPhoneInstagramReplyComment = "TaskPhoneInstagramReplyComment",
|
|
682
682
|
TaskPhoneInstagramReplyMessage = "TaskPhoneInstagramReplyMessage",
|
|
683
683
|
TaskPhoneInstagramInteractReel = "TaskPhoneInstagramInteractReel",
|
package/dist/index.js
CHANGED
|
@@ -961,10 +961,10 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
961
961
|
_EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
|
|
962
962
|
_EObjectName["FreepikSetting"] = "FreepikSetting";
|
|
963
963
|
_EObjectName["SupportQueries"] = "SupportQueries";
|
|
964
|
+
_EObjectName["TaskPhoneInstagramPost"] = "TaskPhoneInstagramPost";
|
|
965
|
+
_EObjectName["TaskPhoneInstagramFollow"] = "TaskPhoneInstagramFollow";
|
|
964
966
|
_EObjectName["TaskPhoneInstagramBlockUser"] = "TaskPhoneInstagramBlockUser";
|
|
965
967
|
_EObjectName["TaskPhoneInstagramChangeInfo"] = "TaskPhoneInstagramChangeInfo";
|
|
966
|
-
_EObjectName["TaskPhoneInstagramFollow"] = "TaskPhoneInstagramFollow";
|
|
967
|
-
_EObjectName["TaskPhoneInstagramReportPost"] = "TaskPhoneInstagramReportPost";
|
|
968
968
|
_EObjectName["TaskPhoneInstagramReplyComment"] = "TaskPhoneInstagramReplyComment";
|
|
969
969
|
_EObjectName["TaskPhoneInstagramReplyMessage"] = "TaskPhoneInstagramReplyMessage";
|
|
970
970
|
_EObjectName["TaskPhoneInstagramInteractReel"] = "TaskPhoneInstagramInteractReel";
|
package/dist/index.mjs
CHANGED
|
@@ -831,10 +831,10 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
831
831
|
_EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
|
|
832
832
|
_EObjectName["FreepikSetting"] = "FreepikSetting";
|
|
833
833
|
_EObjectName["SupportQueries"] = "SupportQueries";
|
|
834
|
+
_EObjectName["TaskPhoneInstagramPost"] = "TaskPhoneInstagramPost";
|
|
835
|
+
_EObjectName["TaskPhoneInstagramFollow"] = "TaskPhoneInstagramFollow";
|
|
834
836
|
_EObjectName["TaskPhoneInstagramBlockUser"] = "TaskPhoneInstagramBlockUser";
|
|
835
837
|
_EObjectName["TaskPhoneInstagramChangeInfo"] = "TaskPhoneInstagramChangeInfo";
|
|
836
|
-
_EObjectName["TaskPhoneInstagramFollow"] = "TaskPhoneInstagramFollow";
|
|
837
|
-
_EObjectName["TaskPhoneInstagramReportPost"] = "TaskPhoneInstagramReportPost";
|
|
838
838
|
_EObjectName["TaskPhoneInstagramReplyComment"] = "TaskPhoneInstagramReplyComment";
|
|
839
839
|
_EObjectName["TaskPhoneInstagramReplyMessage"] = "TaskPhoneInstagramReplyMessage";
|
|
840
840
|
_EObjectName["TaskPhoneInstagramInteractReel"] = "TaskPhoneInstagramInteractReel";
|