automation-lib 4.9.2 → 4.9.4
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/index.mjs +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -98,6 +98,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
98
98
|
ACCOUNT_AI_GROUP: string;
|
|
99
99
|
ACCOUNT_AI_CHANNEL: string;
|
|
100
100
|
ACCOUNT_AI_TAG: string;
|
|
101
|
+
ACCOUNT_AI_IMAGE: string;
|
|
102
|
+
ACCOUNT_AI_INFO_IMAGE: string;
|
|
103
|
+
ACCOUNT_AI_GROUP_IMAGE: string;
|
|
104
|
+
ACCOUNT_AI_CHANNEL_IMAGE: string;
|
|
105
|
+
ACCOUNT_AI_TAG_IMAGE: string;
|
|
101
106
|
ACCOUNT_VPS: string;
|
|
102
107
|
ACCOUNT_VPS_GROUP: string;
|
|
103
108
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -98,6 +98,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
98
98
|
ACCOUNT_AI_GROUP: string;
|
|
99
99
|
ACCOUNT_AI_CHANNEL: string;
|
|
100
100
|
ACCOUNT_AI_TAG: string;
|
|
101
|
+
ACCOUNT_AI_IMAGE: string;
|
|
102
|
+
ACCOUNT_AI_INFO_IMAGE: string;
|
|
103
|
+
ACCOUNT_AI_GROUP_IMAGE: string;
|
|
104
|
+
ACCOUNT_AI_CHANNEL_IMAGE: string;
|
|
105
|
+
ACCOUNT_AI_TAG_IMAGE: string;
|
|
101
106
|
ACCOUNT_VPS: string;
|
|
102
107
|
ACCOUNT_VPS_GROUP: string;
|
|
103
108
|
};
|
package/dist/index.js
CHANGED
|
@@ -143,6 +143,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
143
143
|
ACCOUNT_AI_GROUP: "account-ai-group",
|
|
144
144
|
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
145
145
|
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
146
|
+
ACCOUNT_AI_IMAGE: "account-ai-image",
|
|
147
|
+
ACCOUNT_AI_INFO_IMAGE: "account-ai-info-image",
|
|
148
|
+
ACCOUNT_AI_GROUP_IMAGE: "account-ai-group-image",
|
|
149
|
+
ACCOUNT_AI_CHANNEL_IMAGE: "account-ai-channel-image",
|
|
150
|
+
ACCOUNT_AI_TAG_IMAGE: "account-ai-tag-image",
|
|
146
151
|
ACCOUNT_VPS: "account-vps",
|
|
147
152
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
148
153
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -120,6 +120,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
120
120
|
ACCOUNT_AI_GROUP: "account-ai-group",
|
|
121
121
|
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
122
122
|
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
123
|
+
ACCOUNT_AI_IMAGE: "account-ai-image",
|
|
124
|
+
ACCOUNT_AI_INFO_IMAGE: "account-ai-info-image",
|
|
125
|
+
ACCOUNT_AI_GROUP_IMAGE: "account-ai-group-image",
|
|
126
|
+
ACCOUNT_AI_CHANNEL_IMAGE: "account-ai-channel-image",
|
|
127
|
+
ACCOUNT_AI_TAG_IMAGE: "account-ai-tag-image",
|
|
123
128
|
ACCOUNT_VPS: "account-vps",
|
|
124
129
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
125
130
|
},
|