chore: format all frontend files (#430)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum BotDetailEvents {
|
||||
BotDetailInitHooks = 'bot_detail_init_hooks',
|
||||
BotDetailInitBot = 'bot_detail_init_bot',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum ChatRoomEvents {
|
||||
PayloadSocietyStateEmpty = 'chat_room_ws_payload_society_state_empty',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
export enum CommonError {
|
||||
/** Webpack chunk load failed */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum CookieBannerEvents {
|
||||
ParseStorageValueError = 'parse_storage_value_error',
|
||||
GetLoginInfoError = 'get_login_info_error',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum CustomPlatformEvents {
|
||||
CreateCustomPlat = 'create-custom-plat',
|
||||
UpdateCustomPlat = 'update-custom-plat',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum DatabaseEvents {
|
||||
DatabaseUploadExcelFile = 'database_upload_excel_file',
|
||||
DatabaseAddTable = 'database_add_table',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum EditorAutosaveEvents {
|
||||
AutosaveSuccess = 'autosave_success',
|
||||
AutosaveError = 'autosave_error',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { WorkflowEvents } from './workflow-event';
|
||||
import { VariableEvents } from './variable-event';
|
||||
import { TemplateEvents } from './template-event';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum ExploreEvents {
|
||||
ExploreInitBotDetail = 'explore_init_bot_detail',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
export enum FeatureEvents {
|
||||
/**
|
||||
@@ -59,7 +59,7 @@ export enum FeatureEvents {
|
||||
unhandledrejection = 'unhandledrejection',
|
||||
oauthLogin = 'oauth_login',
|
||||
/**
|
||||
* Message Link Event
|
||||
* Message Link Event
|
||||
*/
|
||||
botDebugMessageSubmit = 'bot_debug_message_submit', // Bot to perform debugging (send messages)
|
||||
receiveMessage = 'receive_message',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum FileboxEvents {
|
||||
SaveFileboxMode = 'save_filebox_mode',
|
||||
GetFileboxPluginsInfo = 'get_filebox_plugin_info',
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/// <reference types='@coze-arch/bot-typings' />
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export { type EventNames, REPORT_EVENTS } from './events';
|
||||
export {
|
||||
type DurationPoint,
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
|
||||
export enum InteractionEvents {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum InviteEvents {
|
||||
InviteGetSpaceInfo = 'invite_get_space_info',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum KnowledgeEvents {
|
||||
// knowledge
|
||||
KnowledgeListDataset = 'knowledge_list_dataset',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum MultiAgentEvents {
|
||||
BotLastPublishInfoError = 'bot_last_publish_info_error',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum PluginEvents {
|
||||
PluginGetApis = 'plugin_get_apis',
|
||||
PluginInitError = 'plugin_init_error',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum PublishEvents {
|
||||
PublishCheckError = 'publish_check_error',
|
||||
HistoryPublishResultError = 'history_publish_result_error',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { set } from 'lodash-es';
|
||||
import { logger as globalLogger, type Logger } from '@coze-arch/logger';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum SocialSceneEvents {
|
||||
ConfirmSceneModalError = 'confirm_scene_modal',
|
||||
DeleteSceneMetaError = 'delete_scene_meta_error',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum TemplateEvents {
|
||||
EmptyOrderCheckoutUrl = 'empty_order_checkout_url',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum VariableEvents {
|
||||
VariableGetValue = 'variable_get_value',
|
||||
VariableSetValue = 'variable_set_value',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export enum WorkflowEvents {
|
||||
WorkFlowOldError = 'work_flow_old_error',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user