chore: format all frontend files (#430)

This commit is contained in:
tecvan
2025-07-31 23:15:48 +08:00
committed by GitHub
parent 8b078ff013
commit 6995cec404
8787 changed files with 11975 additions and 10924 deletions

View File

@@ -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',

View File

@@ -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',
}

View File

@@ -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 */

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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';

View File

@@ -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',
}

View File

@@ -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',

View File

@@ -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',

View File

@@ -13,5 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/// <reference types='@coze-arch/bot-typings' />

View File

@@ -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,

View File

@@ -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 {

View File

@@ -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',
}

View File

@@ -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',

View File

@@ -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',
}

View File

@@ -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',

View File

@@ -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',

View File

@@ -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';

View File

@@ -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',

View File

@@ -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',
}

View File

@@ -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',

View File

@@ -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',
}