automation-lib 4.9.7 → 4.9.8
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 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -99,10 +99,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
99
99
|
ACCOUNT_AI_CHANNEL: string;
|
|
100
100
|
ACCOUNT_AI_TAG: string;
|
|
101
101
|
ACCOUNT_AI_IMAGE: string;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
ACCOUNT_AI_IMAGE_INFO: string;
|
|
103
|
+
ACCOUNT_AI_IMAGE_GROUP: string;
|
|
104
|
+
ACCOUNT_AI_IMAGE_CHANNEL: string;
|
|
105
|
+
ACCOUNT_AI_IMAGE_TAG: string;
|
|
106
106
|
ACCOUNT_VPS: string;
|
|
107
107
|
ACCOUNT_VPS_GROUP: string;
|
|
108
108
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -99,10 +99,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
99
99
|
ACCOUNT_AI_CHANNEL: string;
|
|
100
100
|
ACCOUNT_AI_TAG: string;
|
|
101
101
|
ACCOUNT_AI_IMAGE: string;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
ACCOUNT_AI_IMAGE_INFO: string;
|
|
103
|
+
ACCOUNT_AI_IMAGE_GROUP: string;
|
|
104
|
+
ACCOUNT_AI_IMAGE_CHANNEL: string;
|
|
105
|
+
ACCOUNT_AI_IMAGE_TAG: string;
|
|
106
106
|
ACCOUNT_VPS: string;
|
|
107
107
|
ACCOUNT_VPS_GROUP: string;
|
|
108
108
|
};
|
package/dist/index.js
CHANGED
|
@@ -144,10 +144,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
144
144
|
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
145
145
|
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
146
146
|
ACCOUNT_AI_IMAGE: "account-ai-image",
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
147
|
+
ACCOUNT_AI_IMAGE_INFO: "account-ai--image-info",
|
|
148
|
+
ACCOUNT_AI_IMAGE_GROUP: "account-ai-image-group",
|
|
149
|
+
ACCOUNT_AI_IMAGE_CHANNEL: "account-ai-image-channel",
|
|
150
|
+
ACCOUNT_AI_IMAGE_TAG: "account-ai-image-tag",
|
|
151
151
|
ACCOUNT_VPS: "account-vps",
|
|
152
152
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
153
153
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -121,10 +121,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
121
121
|
ACCOUNT_AI_CHANNEL: "account-ai-channel",
|
|
122
122
|
ACCOUNT_AI_TAG: "account-ai-tag",
|
|
123
123
|
ACCOUNT_AI_IMAGE: "account-ai-image",
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
124
|
+
ACCOUNT_AI_IMAGE_INFO: "account-ai--image-info",
|
|
125
|
+
ACCOUNT_AI_IMAGE_GROUP: "account-ai-image-group",
|
|
126
|
+
ACCOUNT_AI_IMAGE_CHANNEL: "account-ai-image-channel",
|
|
127
|
+
ACCOUNT_AI_IMAGE_TAG: "account-ai-image-tag",
|
|
128
128
|
ACCOUNT_VPS: "account-vps",
|
|
129
129
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
130
130
|
},
|