automation-lib 5.1.566 → 5.1.571
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 +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -521,6 +521,8 @@ declare enum EPriority {
|
|
|
521
521
|
declare enum EObjectName {
|
|
522
522
|
Test = "Test",
|
|
523
523
|
FilterStore = "FilterStore",
|
|
524
|
+
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
525
|
+
DashboardFollowerThreads = "DashboardFollowerThreads",
|
|
524
526
|
HistoryAIContent = "HistoryAIContent",
|
|
525
527
|
HistoryAIImage = "HistoryAIImage",
|
|
526
528
|
HistoryAIVoice = "HistoryAIVoice",
|
|
@@ -638,7 +640,6 @@ declare enum EObjectName {
|
|
|
638
640
|
InstagramAccountHistoryFollow = "InstagramAccountHistoryFollow",
|
|
639
641
|
InstagramTasksAiImageCanva = "TaskBrowserImageVoiceCanva",
|
|
640
642
|
InstagramTasksAiImageVoiceCanva = "TaskBrowserImageVoiceCanva",
|
|
641
|
-
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
642
643
|
InteractBlockUserInstagram = "InteractBlockUserInstagram",
|
|
643
644
|
InteractExploresInstagram = "InteractExploresInstagram",
|
|
644
645
|
InteractReelsInstagram = "InteractReelsInstagram",
|
|
@@ -1508,6 +1509,8 @@ declare enum ETypeSheetWorkPin {
|
|
|
1508
1509
|
declare enum ETypeSocial {
|
|
1509
1510
|
X = "X",
|
|
1510
1511
|
Facebook = "Facebook",
|
|
1512
|
+
FacebookGroup = "Facebook(Group)",
|
|
1513
|
+
FacebookFanPage = "Facebook(FanPage)",
|
|
1511
1514
|
Instagram = "Instagram",
|
|
1512
1515
|
Threads = "Threads",
|
|
1513
1516
|
Twitter = "Twitter",
|
package/dist/index.d.ts
CHANGED
|
@@ -521,6 +521,8 @@ declare enum EPriority {
|
|
|
521
521
|
declare enum EObjectName {
|
|
522
522
|
Test = "Test",
|
|
523
523
|
FilterStore = "FilterStore",
|
|
524
|
+
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
525
|
+
DashboardFollowerThreads = "DashboardFollowerThreads",
|
|
524
526
|
HistoryAIContent = "HistoryAIContent",
|
|
525
527
|
HistoryAIImage = "HistoryAIImage",
|
|
526
528
|
HistoryAIVoice = "HistoryAIVoice",
|
|
@@ -638,7 +640,6 @@ declare enum EObjectName {
|
|
|
638
640
|
InstagramAccountHistoryFollow = "InstagramAccountHistoryFollow",
|
|
639
641
|
InstagramTasksAiImageCanva = "TaskBrowserImageVoiceCanva",
|
|
640
642
|
InstagramTasksAiImageVoiceCanva = "TaskBrowserImageVoiceCanva",
|
|
641
|
-
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
642
643
|
InteractBlockUserInstagram = "InteractBlockUserInstagram",
|
|
643
644
|
InteractExploresInstagram = "InteractExploresInstagram",
|
|
644
645
|
InteractReelsInstagram = "InteractReelsInstagram",
|
|
@@ -1508,6 +1509,8 @@ declare enum ETypeSheetWorkPin {
|
|
|
1508
1509
|
declare enum ETypeSocial {
|
|
1509
1510
|
X = "X",
|
|
1510
1511
|
Facebook = "Facebook",
|
|
1512
|
+
FacebookGroup = "Facebook(Group)",
|
|
1513
|
+
FacebookFanPage = "Facebook(FanPage)",
|
|
1511
1514
|
Instagram = "Instagram",
|
|
1512
1515
|
Threads = "Threads",
|
|
1513
1516
|
Twitter = "Twitter",
|
package/dist/index.js
CHANGED
|
@@ -846,6 +846,8 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
846
846
|
var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
847
847
|
_EObjectName["Test"] = "Test";
|
|
848
848
|
_EObjectName["FilterStore"] = "FilterStore";
|
|
849
|
+
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
850
|
+
_EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
|
|
849
851
|
_EObjectName["HistoryAIContent"] = "HistoryAIContent";
|
|
850
852
|
_EObjectName["HistoryAIImage"] = "HistoryAIImage";
|
|
851
853
|
_EObjectName["HistoryAIVoice"] = "HistoryAIVoice";
|
|
@@ -963,7 +965,6 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
963
965
|
_EObjectName["InstagramAccountHistoryFollow"] = "InstagramAccountHistoryFollow";
|
|
964
966
|
_EObjectName["InstagramTasksAiImageCanva"] = "TaskBrowserImageVoiceCanva";
|
|
965
967
|
_EObjectName["InstagramTasksAiImageVoiceCanva"] = "TaskBrowserImageVoiceCanva";
|
|
966
|
-
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
967
968
|
_EObjectName["InteractBlockUserInstagram"] = "InteractBlockUserInstagram";
|
|
968
969
|
_EObjectName["InteractExploresInstagram"] = "InteractExploresInstagram";
|
|
969
970
|
_EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
|
|
@@ -1926,6 +1927,8 @@ var ETypeSheetWorkPin = /* @__PURE__ */ ((ETypeSheetWorkPin2) => {
|
|
|
1926
1927
|
var ETypeSocial = /* @__PURE__ */ ((ETypeSocial2) => {
|
|
1927
1928
|
ETypeSocial2["X"] = "X";
|
|
1928
1929
|
ETypeSocial2["Facebook"] = "Facebook";
|
|
1930
|
+
ETypeSocial2["FacebookGroup"] = "Facebook(Group)";
|
|
1931
|
+
ETypeSocial2["FacebookFanPage"] = "Facebook(FanPage)";
|
|
1929
1932
|
ETypeSocial2["Instagram"] = "Instagram";
|
|
1930
1933
|
ETypeSocial2["Threads"] = "Threads";
|
|
1931
1934
|
ETypeSocial2["Twitter"] = "Twitter";
|
package/dist/index.mjs
CHANGED
|
@@ -698,6 +698,8 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
698
698
|
var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
699
699
|
_EObjectName["Test"] = "Test";
|
|
700
700
|
_EObjectName["FilterStore"] = "FilterStore";
|
|
701
|
+
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
702
|
+
_EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
|
|
701
703
|
_EObjectName["HistoryAIContent"] = "HistoryAIContent";
|
|
702
704
|
_EObjectName["HistoryAIImage"] = "HistoryAIImage";
|
|
703
705
|
_EObjectName["HistoryAIVoice"] = "HistoryAIVoice";
|
|
@@ -815,7 +817,6 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
815
817
|
_EObjectName["InstagramAccountHistoryFollow"] = "InstagramAccountHistoryFollow";
|
|
816
818
|
_EObjectName["InstagramTasksAiImageCanva"] = "TaskBrowserImageVoiceCanva";
|
|
817
819
|
_EObjectName["InstagramTasksAiImageVoiceCanva"] = "TaskBrowserImageVoiceCanva";
|
|
818
|
-
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
819
820
|
_EObjectName["InteractBlockUserInstagram"] = "InteractBlockUserInstagram";
|
|
820
821
|
_EObjectName["InteractExploresInstagram"] = "InteractExploresInstagram";
|
|
821
822
|
_EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
|
|
@@ -1778,6 +1779,8 @@ var ETypeSheetWorkPin = /* @__PURE__ */ ((ETypeSheetWorkPin2) => {
|
|
|
1778
1779
|
var ETypeSocial = /* @__PURE__ */ ((ETypeSocial2) => {
|
|
1779
1780
|
ETypeSocial2["X"] = "X";
|
|
1780
1781
|
ETypeSocial2["Facebook"] = "Facebook";
|
|
1782
|
+
ETypeSocial2["FacebookGroup"] = "Facebook(Group)";
|
|
1783
|
+
ETypeSocial2["FacebookFanPage"] = "Facebook(FanPage)";
|
|
1781
1784
|
ETypeSocial2["Instagram"] = "Instagram";
|
|
1782
1785
|
ETypeSocial2["Threads"] = "Threads";
|
|
1783
1786
|
ETypeSocial2["Twitter"] = "Twitter";
|