automation-lib 4.9.17 → 4.9.18
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
|
@@ -104,6 +104,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
104
104
|
ACCOUNT_AI_IMAGE_GROUP: string;
|
|
105
105
|
ACCOUNT_AI_IMAGE_CHANNEL: string;
|
|
106
106
|
ACCOUNT_AI_IMAGE_TAG: string;
|
|
107
|
+
ACCOUNT_AI_VOICE: string;
|
|
108
|
+
ACCOUNT_AI_VOICE_INFO: string;
|
|
109
|
+
ACCOUNT_AI_VOICE_GROUP: string;
|
|
110
|
+
ACCOUNT_AI_VOICE_CHANNEL: string;
|
|
111
|
+
ACCOUNT_AI_VOICE_TAG: string;
|
|
107
112
|
ACCOUNT_VPS: string;
|
|
108
113
|
ACCOUNT_VPS_GROUP: string;
|
|
109
114
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -104,6 +104,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
104
104
|
ACCOUNT_AI_IMAGE_GROUP: string;
|
|
105
105
|
ACCOUNT_AI_IMAGE_CHANNEL: string;
|
|
106
106
|
ACCOUNT_AI_IMAGE_TAG: string;
|
|
107
|
+
ACCOUNT_AI_VOICE: string;
|
|
108
|
+
ACCOUNT_AI_VOICE_INFO: string;
|
|
109
|
+
ACCOUNT_AI_VOICE_GROUP: string;
|
|
110
|
+
ACCOUNT_AI_VOICE_CHANNEL: string;
|
|
111
|
+
ACCOUNT_AI_VOICE_TAG: string;
|
|
107
112
|
ACCOUNT_VPS: string;
|
|
108
113
|
ACCOUNT_VPS_GROUP: string;
|
|
109
114
|
};
|
package/dist/index.js
CHANGED
|
@@ -149,6 +149,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
149
149
|
ACCOUNT_AI_IMAGE_GROUP: "account-ai-image-group",
|
|
150
150
|
ACCOUNT_AI_IMAGE_CHANNEL: "account-ai-image-channel",
|
|
151
151
|
ACCOUNT_AI_IMAGE_TAG: "account-ai-image-tag",
|
|
152
|
+
ACCOUNT_AI_VOICE: "account-ai-voice",
|
|
153
|
+
ACCOUNT_AI_VOICE_INFO: "account-ai--voice-info",
|
|
154
|
+
ACCOUNT_AI_VOICE_GROUP: "account-ai-voice-group",
|
|
155
|
+
ACCOUNT_AI_VOICE_CHANNEL: "account-ai-voice-channel",
|
|
156
|
+
ACCOUNT_AI_VOICE_TAG: "account-ai-voice-tag",
|
|
152
157
|
ACCOUNT_VPS: "account-vps",
|
|
153
158
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
154
159
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -126,6 +126,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
126
126
|
ACCOUNT_AI_IMAGE_GROUP: "account-ai-image-group",
|
|
127
127
|
ACCOUNT_AI_IMAGE_CHANNEL: "account-ai-image-channel",
|
|
128
128
|
ACCOUNT_AI_IMAGE_TAG: "account-ai-image-tag",
|
|
129
|
+
ACCOUNT_AI_VOICE: "account-ai-voice",
|
|
130
|
+
ACCOUNT_AI_VOICE_INFO: "account-ai--voice-info",
|
|
131
|
+
ACCOUNT_AI_VOICE_GROUP: "account-ai-voice-group",
|
|
132
|
+
ACCOUNT_AI_VOICE_CHANNEL: "account-ai-voice-channel",
|
|
133
|
+
ACCOUNT_AI_VOICE_TAG: "account-ai-voice-tag",
|
|
129
134
|
ACCOUNT_VPS: "account-vps",
|
|
130
135
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
131
136
|
},
|