automation-lib 6.6.22 → 6.6.23
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/commit.bat +5 -5
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/commit.bat
CHANGED
|
@@ -7,10 +7,10 @@ git add .
|
|
|
7
7
|
echo Committing changes...
|
|
8
8
|
set /p commit_message="Enter commit message: "
|
|
9
9
|
git commit -m "%commit_message%"
|
|
10
|
-
|
|
10
|
+
sleep 2
|
|
11
11
|
|
|
12
12
|
:: Push changes to the 'main' branch of the 'cp' remote
|
|
13
|
-
git pull
|
|
13
|
+
git pull origin toan
|
|
14
14
|
|
|
15
15
|
:: Read the current version from package.json
|
|
16
16
|
for /f "tokens=2 delims=:, " %%i in ('findstr "version" package.json') do set currentVersion=%%i
|
|
@@ -41,10 +41,10 @@ echo New version: %newVersion%
|
|
|
41
41
|
call npm run pub
|
|
42
42
|
|
|
43
43
|
git add .
|
|
44
|
-
|
|
44
|
+
sleep 1
|
|
45
45
|
git commit -m "%commit_message%"
|
|
46
|
-
|
|
46
|
+
sleep 2
|
|
47
47
|
|
|
48
|
-
git push
|
|
48
|
+
git push origin toan
|
|
49
49
|
|
|
50
50
|
|
package/dist/index.d.mts
CHANGED
|
@@ -641,9 +641,8 @@ declare enum EObjectName {
|
|
|
641
641
|
TaskPhoneThreadsFollow = "TaskPhoneThreadsFollow",
|
|
642
642
|
TaskPhoneThreadsReplyComment = "TaskPhoneThreadsReplyComment",
|
|
643
643
|
TaskPhoneThreadsReplyMessage = "TaskPhoneThreadsReplyMessage",
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
TasksManualContentRuntime = "TasksManualContentRuntime",
|
|
644
|
+
TasksManualContentSocialInstagram = "TasksManualContentSocialInstagram",
|
|
645
|
+
TasksManualContentSocialThreads = "TasksManualContentSocialThreads",
|
|
647
646
|
TaskWorkflow = "TaskWorkflow",
|
|
648
647
|
TaskWorkflowGroup = "TaskWorkflowGroup",
|
|
649
648
|
TaskWorkflowLog = "TaskWorkflowLog",
|
package/dist/index.d.ts
CHANGED
|
@@ -641,9 +641,8 @@ declare enum EObjectName {
|
|
|
641
641
|
TaskPhoneThreadsFollow = "TaskPhoneThreadsFollow",
|
|
642
642
|
TaskPhoneThreadsReplyComment = "TaskPhoneThreadsReplyComment",
|
|
643
643
|
TaskPhoneThreadsReplyMessage = "TaskPhoneThreadsReplyMessage",
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
TasksManualContentRuntime = "TasksManualContentRuntime",
|
|
644
|
+
TasksManualContentSocialInstagram = "TasksManualContentSocialInstagram",
|
|
645
|
+
TasksManualContentSocialThreads = "TasksManualContentSocialThreads",
|
|
647
646
|
TaskWorkflow = "TaskWorkflow",
|
|
648
647
|
TaskWorkflowGroup = "TaskWorkflowGroup",
|
|
649
648
|
TaskWorkflowLog = "TaskWorkflowLog",
|
package/dist/index.js
CHANGED
|
@@ -1059,9 +1059,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
1059
1059
|
_EObjectName["TaskPhoneThreadsFollow"] = "TaskPhoneThreadsFollow";
|
|
1060
1060
|
_EObjectName["TaskPhoneThreadsReplyComment"] = "TaskPhoneThreadsReplyComment";
|
|
1061
1061
|
_EObjectName["TaskPhoneThreadsReplyMessage"] = "TaskPhoneThreadsReplyMessage";
|
|
1062
|
-
_EObjectName["
|
|
1063
|
-
_EObjectName["
|
|
1064
|
-
_EObjectName["TasksManualContentRuntime"] = "TasksManualContentRuntime";
|
|
1062
|
+
_EObjectName["TasksManualContentSocialInstagram"] = "TasksManualContentSocialInstagram";
|
|
1063
|
+
_EObjectName["TasksManualContentSocialThreads"] = "TasksManualContentSocialThreads";
|
|
1065
1064
|
_EObjectName["TaskWorkflow"] = "TaskWorkflow";
|
|
1066
1065
|
_EObjectName["TaskWorkflowGroup"] = "TaskWorkflowGroup";
|
|
1067
1066
|
_EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
|
package/dist/index.mjs
CHANGED
|
@@ -815,9 +815,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
815
815
|
_EObjectName["TaskPhoneThreadsFollow"] = "TaskPhoneThreadsFollow";
|
|
816
816
|
_EObjectName["TaskPhoneThreadsReplyComment"] = "TaskPhoneThreadsReplyComment";
|
|
817
817
|
_EObjectName["TaskPhoneThreadsReplyMessage"] = "TaskPhoneThreadsReplyMessage";
|
|
818
|
-
_EObjectName["
|
|
819
|
-
_EObjectName["
|
|
820
|
-
_EObjectName["TasksManualContentRuntime"] = "TasksManualContentRuntime";
|
|
818
|
+
_EObjectName["TasksManualContentSocialInstagram"] = "TasksManualContentSocialInstagram";
|
|
819
|
+
_EObjectName["TasksManualContentSocialThreads"] = "TasksManualContentSocialThreads";
|
|
821
820
|
_EObjectName["TaskWorkflow"] = "TaskWorkflow";
|
|
822
821
|
_EObjectName["TaskWorkflowGroup"] = "TaskWorkflowGroup";
|
|
823
822
|
_EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
|