automation-lib 4.8.97 → 4.8.98
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.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -140,9 +140,9 @@ var CONST_API_CONTROLLERS = {
|
|
|
140
140
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
|
|
141
141
|
ACCOUNT_AI: "account-ai",
|
|
142
142
|
ACCOUNT_AI_INFO: "account-ai-info",
|
|
143
|
-
ACCOUNT_AI_GROUP: "account-group",
|
|
144
|
-
ACCOUNT_AI_CHANNEL: "account-channel",
|
|
145
|
-
ACCOUNT_AI_TAG: "account-tag",
|
|
143
|
+
ACCOUNT_AI_GROUP: "account-ai-group",
|
|
144
|
+
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
145
|
+
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
146
146
|
ACCOUNT_VPS: "account-vps",
|
|
147
147
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
148
148
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -117,9 +117,9 @@ var CONST_API_CONTROLLERS = {
|
|
|
117
117
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
|
|
118
118
|
ACCOUNT_AI: "account-ai",
|
|
119
119
|
ACCOUNT_AI_INFO: "account-ai-info",
|
|
120
|
-
ACCOUNT_AI_GROUP: "account-group",
|
|
121
|
-
ACCOUNT_AI_CHANNEL: "account-channel",
|
|
122
|
-
ACCOUNT_AI_TAG: "account-tag",
|
|
120
|
+
ACCOUNT_AI_GROUP: "account-ai-group",
|
|
121
|
+
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
122
|
+
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
123
123
|
ACCOUNT_VPS: "account-vps",
|
|
124
124
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
125
125
|
},
|