automation-lib 4.9.49 → 4.9.50
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 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -95,6 +95,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
95
95
|
MANAGER_SHEET_CHILDREN_GROUP: string;
|
|
96
96
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: string;
|
|
97
97
|
ACCOUNT_EMAIL: string;
|
|
98
|
+
ACCOUNT_EMAIL_PROXY: string;
|
|
99
|
+
ACCOUNT_EMAIL_TASK_WORK: string;
|
|
98
100
|
ACCOUNT_AI: string;
|
|
99
101
|
ACCOUNT_AI_INFO: string;
|
|
100
102
|
ACCOUNT_AI_GROUP: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -95,6 +95,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
95
95
|
MANAGER_SHEET_CHILDREN_GROUP: string;
|
|
96
96
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: string;
|
|
97
97
|
ACCOUNT_EMAIL: string;
|
|
98
|
+
ACCOUNT_EMAIL_PROXY: string;
|
|
99
|
+
ACCOUNT_EMAIL_TASK_WORK: string;
|
|
98
100
|
ACCOUNT_AI: string;
|
|
99
101
|
ACCOUNT_AI_INFO: string;
|
|
100
102
|
ACCOUNT_AI_GROUP: string;
|
package/dist/index.js
CHANGED
|
@@ -140,6 +140,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
140
140
|
MANAGER_SHEET_CHILDREN_GROUP: "manager-sheet-children-group",
|
|
141
141
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
|
|
142
142
|
ACCOUNT_EMAIL: "account-email",
|
|
143
|
+
ACCOUNT_EMAIL_PROXY: "account-email-proxy",
|
|
144
|
+
ACCOUNT_EMAIL_TASK_WORK: "account-email-task-work",
|
|
143
145
|
ACCOUNT_AI: "account-ai",
|
|
144
146
|
ACCOUNT_AI_INFO: "account-ai-info",
|
|
145
147
|
ACCOUNT_AI_GROUP: "account-ai-group",
|
package/dist/index.mjs
CHANGED
|
@@ -117,6 +117,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
117
117
|
MANAGER_SHEET_CHILDREN_GROUP: "manager-sheet-children-group",
|
|
118
118
|
MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
|
|
119
119
|
ACCOUNT_EMAIL: "account-email",
|
|
120
|
+
ACCOUNT_EMAIL_PROXY: "account-email-proxy",
|
|
121
|
+
ACCOUNT_EMAIL_TASK_WORK: "account-email-task-work",
|
|
120
122
|
ACCOUNT_AI: "account-ai",
|
|
121
123
|
ACCOUNT_AI_INFO: "account-ai-info",
|
|
122
124
|
ACCOUNT_AI_GROUP: "account-ai-group",
|