fix: 修复TypeScript配置错误并更新项目文档
详细说明: - 修复了@n8n/config包的TypeScript配置错误 - 移除了不存在的jest-expect-message类型引用 - 清理了所有TypeScript构建缓存 - 更新了可行性分析文档,添加了技术实施方案 - 更新了Agent prompt文档 - 添加了会展策划工作流文档 - 包含了n8n-chinese-translation子项目 - 添加了exhibition-demo展示系统框架
This commit is contained in:
@@ -1,223 +0,0 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creation_source": {
|
||||
"type": "string"
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"encrypted_password": {
|
||||
"type": "string"
|
||||
},
|
||||
"h323_password": {
|
||||
"type": "string"
|
||||
},
|
||||
"host_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"host_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"join_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
"pre_schedule": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"pstn_password": {
|
||||
"type": "string"
|
||||
},
|
||||
"settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allow_host_control_participant_mute_state": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"allow_multiple_devices": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"alternative_host_update_polls": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"alternative_hosts": {
|
||||
"type": "string"
|
||||
},
|
||||
"alternative_hosts_email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approval_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"approved_or_denied_countries_or_regions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"type": "string"
|
||||
},
|
||||
"auto_recording": {
|
||||
"type": "string"
|
||||
},
|
||||
"breakout_room": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"close_registration": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cn_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"continuous_meeting_chat": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto_add_invited_external_users": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_add_meeting_participants": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channel_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_testing": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_in_attendee_report": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"encryption_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enforce_login": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforce_login_domains": {
|
||||
"type": "string"
|
||||
},
|
||||
"focus_mode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"host_save_video_order": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"host_video": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"internal_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jbh_time": {
|
||||
"type": "integer"
|
||||
},
|
||||
"join_before_host": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"meeting_authentication": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mute_upon_entry": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"participant_focused_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"participant_video": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"private_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"push_change_to_calendar": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"registrants_confirmation_email": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"registrants_email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"request_permission_to_unmute_participants": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"show_join_info": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"show_share_button": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sign_language_interpretation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"use_pmi": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"waiting_room": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"watermark": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"supportGoLive": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,254 +0,0 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"agenda": {
|
||||
"type": "string"
|
||||
},
|
||||
"assistant_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"host_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"host_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"join_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"pre_schedule": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allow_multiple_devices": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"alternative_host_update_polls": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"alternative_hosts": {
|
||||
"type": "string"
|
||||
},
|
||||
"alternative_hosts_email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approval_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"approved_or_denied_countries_or_regions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"type": "string"
|
||||
},
|
||||
"auto_recording": {
|
||||
"type": "string"
|
||||
},
|
||||
"auto_start_ai_companion_questions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_start_meeting_summary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"breakout_room": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"close_registration": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cn_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"continuous_meeting_chat": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto_add_invited_external_users": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channel_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_testing": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_in_attendee_report": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_dedicated_group_chat": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"encryption_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enforce_login": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforce_login_domains": {
|
||||
"type": "string"
|
||||
},
|
||||
"focus_mode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"global_dial_in_countries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"global_dial_in_numbers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"city": {
|
||||
"type": "string"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"country_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"host_save_video_order": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"host_video": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"internal_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jbh_time": {
|
||||
"type": "integer"
|
||||
},
|
||||
"join_before_host": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"meeting_authentication": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"meeting_invitees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mute_upon_entry": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"participant_focused_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"participant_video": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"private_meeting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"push_change_to_calendar": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"registrants_confirmation_email": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"registrants_email_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"request_permission_to_unmute_participants": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"show_join_info": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"show_share_button": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sign_language_interpretation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"use_pmi": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"waiting_room": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"watermark": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"host_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"join_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user