iamt 1.1.27__py3-none-any.whl
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.
- iamt/__init__.py +67 -0
- iamt/__main__.py +5 -0
- iamt/client_config/client_config.py +354 -0
- iamt/completers/customCompleter.py +143 -0
- iamt/composes/5425CICD/gitea/.rdm.md +4 -0
- iamt/composes/5425CICD/gitea/docker-compose.yml +52 -0
- iamt/composes/5425CICD/gitlab/.rdm.md +20 -0
- iamt/composes/5425CICD/gitlab/config/ssl/.gitkeep +0 -0
- iamt/composes/5425CICD/gitlab/docker-compose.yml +32 -0
- iamt/composes/5425CICD/gitlabDocs/.rdm.md +3 -0
- iamt/composes/5425CICD/gitlabRunner/.rdm.md +5 -0
- iamt/composes/5425CICD/sonarQube/.rdm.md +14 -0
- iamt/composes/5425CICD/sonarQube/docker-compose.yml +46 -0
- iamt/composes/5425CICD/sonarQube/docker-compose3.yml +41 -0
- iamt/composes/5425CICD/sonarQube/docker-compose4.yml +33 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_conf/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_data/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_extensions/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_logs/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_temp/.gitkeep +0 -0
- iamt/composes/5435PROMPT/.rdm.md +11 -0
- iamt/composes/5435PROMPT/langfuse/.env +276 -0
- iamt/composes/5435PROMPT/langfuse/.rdm.md +3 -0
- iamt/composes/5435PROMPT/langfuse/docker-compose.yml +166 -0
- iamt/composes/5435PROMPT/prompt-optimizer/.rdm.md +3 -0
- iamt/composes/5465BASE/alpine/.rdm.md +6 -0
- iamt/composes/5465BASE/mysql/.rdm.md +40 -0
- iamt/composes/5465BASE/mysql/conf/my.cnf +52 -0
- iamt/composes/5465BASE/mysql/docker-compose.yml +31 -0
- iamt/composes/5465BASE/mysql/init/01-init.sql +14 -0
- iamt/composes/5465BASE/nginx/.rdm.md +16 -0
- iamt/composes/5465BASE/nginx/docker-compose.yml +29 -0
- iamt/composes/5465BASE/nginx/html/index.html +11 -0
- iamt/composes/5465BASE/nginx/nginx/conf.d/default.conf +22 -0
- iamt/composes/5465BASE/nginx/nginx/nginx.conf +35 -0
- iamt/composes/5465BASE/node/.rdm.md +0 -0
- iamt/composes/5465BASE/node/docker-compose.yml +0 -0
- iamt/composes/5465BASE/php/.rdm.md +0 -0
- iamt/composes/5465BASE/php/docker-compose.yml +0 -0
- iamt/composes/5465BASE/redis/.env +11 -0
- iamt/composes/5465BASE/redis/.rdm.md +7 -0
- iamt/composes/5465BASE/redis/config/redis.conf +57 -0
- iamt/composes/5465BASE/redis/docker-compose.yml +35 -0
- iamt/composes/5475TTS/GPTsovits/.rdm.md +4 -0
- iamt/composes/5475TTS/GPTsovits/docker-compose.yml +34 -0
- iamt/composes/5475TTS/indexTTS/.rdm.md +3 -0
- iamt/composes/5485MCP/.rdm.md +5 -0
- iamt/composes/5485MCP/mcpGateway/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpGateway/docker-compose.yml +0 -0
- iamt/composes/5485MCP/mcpProxy/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpProxy/config.json +53 -0
- iamt/composes/5485MCP/mcpProxy/docker-compose.yml +34 -0
- iamt/composes/5485MCP/superGateway/.env +2 -0
- iamt/composes/5485MCP/superGateway/.rdm.md +17 -0
- iamt/composes/5485MCP/superGateway/docker-compose.yml +21 -0
- iamt/composes/5495LLM/ollama_nvidia/.rdm.md +21 -0
- iamt/composes/5495LLM/ollama_nvidia/docker-compose.yml +24 -0
- iamt/composes/5555RAG/QAnything/.rdm.md +5 -0
- iamt/composes/5555RAG/bisheng/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/docker-compose.yml +81 -0
- iamt/composes/5555RAG/kotaemon/.rdm.md +3 -0
- iamt/composes/5555RAG/kotaemon/docker-compose.yml +3 -0
- iamt/composes/5555RAG/llama_index/.rdm.md +3 -0
- iamt/composes/5555RAG/ragflow/.rdm.md +4 -0
- iamt/composes/5555RAG/ragflow/docker-compose.yml +0 -0
- iamt/composes/5556LLMAPI/litellm/.env +29 -0
- iamt/composes/5556LLMAPI/litellm/.rdm.md +17 -0
- iamt/composes/5556LLMAPI/litellm/config.yaml +211 -0
- iamt/composes/5556LLMAPI/litellm/docker-compose.yml +68 -0
- iamt/composes/5556LLMAPI/litellm/prometheus.yml +9 -0
- iamt/composes/5556LLMAPI/newapi/.env +7 -0
- iamt/composes/5556LLMAPI/newapi/docker-compose.yml +54 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.env +3 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.rdm.md +15 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5556LLMAPI/oneapi/.env +5 -0
- iamt/composes/5556LLMAPI/oneapi/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_postgresql/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/.rdm.md +10 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5557AICLIENT/chatgpt-web-midjourney-proxy/.rdm.md +4 -0
- iamt/composes/5557AICLIENT/librechat/.env +511 -0
- iamt/composes/5557AICLIENT/librechat/.env.example +509 -0
- iamt/composes/5557AICLIENT/librechat/README.md +10 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.override.yml +21 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.yml +70 -0
- iamt/composes/5557AICLIENT/librechat/librechat.yaml +19 -0
- iamt/composes/5557AICLIENT/librechat/litellm-config.yml +21 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.env +535 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.rdm.md +19 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.override.yml +14 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.yml +72 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/librechat.yaml +42 -0
- iamt/composes/5557AICLIENT/nextChat/.rdm.md +13 -0
- iamt/composes/5557AICLIENT/nextChat/docker-compose.yml +2 -0
- iamt/composes/5557AICLIENT/openwebui/.env +15 -0
- iamt/composes/5557AICLIENT/openwebui/.rdm.md +6 -0
- iamt/composes/5557AICLIENT/openwebui/docker-compose.yml +33 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.env +193 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.rdm.md +15 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/README.md +71 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/atlas.hcl +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703095335_initial.sql +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703115304_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250704040445_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250708075302_update.sql +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250710100212_update.sql +38 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250711034533_update.sql +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250717125913_update.sql +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/atlas.sum +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/opencoze_latest_schema.hcl +4057 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark.yaml +133 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-lite.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-256k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-32k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-pro.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-lite.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-flash.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-thinking.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-r1.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-v3.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_basic.yaml +201 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_claude.yaml +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml +107 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml +139 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml +84 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml +171 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/common/oauth_schema.json +42 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/bocha_search.yaml +179 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/chestnut_sign.yaml +50 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/gaode_map.yaml +754 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/image_compression.yaml +58 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_authentication_authorization.yaml +56 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_base.yaml +1172 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_calendar.yaml +479 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_docx.yaml +552 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_message.yaml +499 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_sheet.yaml +795 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_task.yaml +409 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_wiki.yaml +95 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/library_search.yaml +73 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/maker_smart_design.yaml +82 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/plugin_meta.yaml +913 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sky_eye_check.yaml +431 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sohu_hot_news.yaml +69 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/wolfram_alpha.yaml +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/worth_buying.yaml +77 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/nl2sql_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/docker-compose.yml +549 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/go.mod +3 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/proxy.go +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/analysis-smartcn.zip +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/elasticsearch.yml +14 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/coze_resource.index-template.json +74 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/project_draft.index-template.json +79 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/setup_es.sh +142 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/etcd/etcd.conf.yml +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/.mc/config.json +1 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/claude_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-api.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-chat-sdk.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-coze.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/deepseek_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_agent_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_app_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_database_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_dataset_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_prompt_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_workflow_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/doubao_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/gemini_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/image_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/ollama.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/openai_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/plugin_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/qwen_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_10coz_folder.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_11coz_trans_switch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_12coz_location.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_13coz_link.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_14coz_clock.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_1coz_ai.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_2icon_ai_writing.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_3coz_imageflow.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_4icon_aisearch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_5icon_summary.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_6icon_digest.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_7icon_video.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_8icon_audio.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_9coz_variables.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/table_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/team_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7416518827749425204.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7418535986059067392.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/text_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/user_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_ai_ppt.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_bocha_search.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chat_ppt.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chestnut_sign.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_constellation.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_gaode_map.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_image_compression.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_authentication_authorization.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_base.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_calendar.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_docx.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_message.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_sheet.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_task.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_wiki.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_library_search.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_liepin.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_maker_smart_design.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sky_eye_check.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sohu_hot_news.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_wolfram_alpha.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_worth_buying.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/schema.sql +836 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/sql_init.sql +666 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/rocketmq/broker.conf +28 -0
- iamt/composes/5558AIWORKFLOW/dify/.env +1090 -0
- iamt/composes/5558AIWORKFLOW/dify/.rdm.md +11 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/README.md +76 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/docker-entrypoint.sh +30 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/update-cert.template.txt +19 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/Dockerfile +4 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/init-cbserver.sh +44 -0
- iamt/composes/5558AIWORKFLOW/dify/docker-compose.yml +1174 -0
- iamt/composes/5558AIWORKFLOW/dify/elasticsearch/docker-entrypoint.sh +25 -0
- iamt/composes/5558AIWORKFLOW/dify/image.png +0 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/conf.d/default.conf.template +48 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/https.conf.template +9 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/nginx.conf.template +34 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/proxy.conf.template +11 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/ssl/.gitkeep +0 -0
- iamt/composes/5558AIWORKFLOW/dify/pgvector/docker-entrypoint.sh +24 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/squid.conf.template +56 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init.sh +13 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init_user.script +10 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/pd.toml +4 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash-learner.toml +13 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash.toml +19 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/docker-compose.yaml +62 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/myscale/config/users.d/custom_users_config.xml +17 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/oceanbase/init.d/vec_memory.sql +1 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/opensearch/opensearch_dashboards.yml +222 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml +14 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml.example +35 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/dependencies/python-requirements.txt +0 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/.rdm.md +14 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/docker-compose-pgvector.yml +177 -0
- iamt/composes/5558AIWORKFLOW/langflow/.rdm.md +9 -0
- iamt/composes/5558AIWORKFLOW/langflow/docker-compose.yml +30 -0
- iamt/composes/5558AIWORKFLOW/n8n/.env +6 -0
- iamt/composes/5558AIWORKFLOW/n8n/.rdm.md +24 -0
- iamt/composes/5558AIWORKFLOW/n8n/docker-compose.yml +52 -0
- iamt/composes/5558AIWORKFLOW/n8n/init-data.sh +13 -0
- iamt/composes/5558AIWORKFLOW/n8n/n8n_storage/.gitkeep +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy/.rdm.md +10 -0
- iamt/composes/5559MJAPI/midjourney-proxy/docker-compose.yml +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/.rdm.md +5 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/3xui/.rdm.md +12 -0
- iamt/composes/5655PROXY/3xui/docker-compose.yml +15 -0
- iamt/composes/5655PROXY/hui/.rdm.md +6 -0
- iamt/composes/5655PROXY/hui/docker-compose.yml +18 -0
- iamt/composes/5655PROXY/mihomo/.rdm.config.md +17 -0
- iamt/composes/5655PROXY/mihomo/.rdm.md +40 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/config.yaml +584 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/geoip.metadb +0 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub1.yaml +7 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub2.yaml +56 -0
- iamt/composes/5655PROXY/mihomo/docker-compose.yml +33 -0
- iamt/composes/5655PROXY/nginx/.rdm +2 -0
- iamt/composes/5655PROXY/nginx/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/sub-web/.rdm.md +9 -0
- iamt/composes/5655PROXY/sub2clash/.rdm.md +3 -0
- iamt/composes/5655PROXY/sub2clash/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/subconverter/.rdm.md +4 -0
- iamt/composes/5655PROXY/v2ray/.rdm.md +3 -0
- iamt/composes/5655PROXY/v2raya/.rdm.md +33 -0
- iamt/composes/5655PROXY/v2raya/docker-compose.yml +19 -0
- iamt/composes/5655PROXY/xui/.rdm.md +3 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/.rdm.md +18 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/Dockerfile-for-Mainland-China +42 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/docker-compose.yml +39 -0
- iamt/composes/5755COMFYUI/comfyui_boot/.rdm.md +29 -0
- iamt/composes/5755COMFYUI/comfyui_boot/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.env +1 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.rdm.md +20 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/docker-compose.yml +45 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/storage/.gitkeep +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/.rdm.md +22 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/docker-compose.yml +31 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/.rdm.md +26 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.env +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.rdm.md +23 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/docker-compose.yml +24 -0
- iamt/composes/5755COMFYUI/swarmui/.rdm.md +5 -0
- iamt/composes/5755COMFYUI/swarmui/docker-compose.yml +38 -0
- iamt/composes/5855MEDIA/any-listen/.rdm.md +7 -0
- iamt/composes/5855MEDIA/any-listen/data/config.cjs +20 -0
- iamt/composes/5855MEDIA/any-listen/docker-compose.yml +10 -0
- iamt/composes/5855MEDIA/blackcandy/.rdm.md +1 -0
- iamt/composes/5855MEDIA/koel/.rdm.md +17 -0
- iamt/composes/5855MEDIA/koel/docker-compose.yml +41 -0
- iamt/composes/5855MEDIA/navidrome/.rdm.md +15 -0
- iamt/composes/5855MEDIA/navidrome/docker-compose.yml +15 -0
- iamt/composes/5955BACKUP/gobackup/.rdm.md +9 -0
- iamt/composes/5955BACKUP/gobackup/docker-compose.yml +19 -0
- iamt/composes/5955BACKUP/gobackup/gobackup/gobackup.yml +5 -0
- iamt/composes/5955BACKUP/rclone/.rdm.md +6 -0
- iamt/composes/5955BACKUP/rclone/docker-compose.yml +0 -0
- iamt/composes/5965SYNC/verysync/.rdm.md +16 -0
- iamt/composes/5965SYNC/verysync/docker-compose.yml +22 -0
- iamt/composes/6055DATABASE/adminer/.rdm.md +13 -0
- iamt/composes/6055DATABASE/cloudbeaver/.rdm.md +10 -0
- iamt/composes/6055DATABASE/mongodb/.env +7 -0
- iamt/composes/6055DATABASE/mongodb/.rdm.md +8 -0
- iamt/composes/6055DATABASE/mongodb/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mongodbExpress/.env +10 -0
- iamt/composes/6055DATABASE/mongodbExpress/.rdm.md +14 -0
- iamt/composes/6055DATABASE/mongodbExpress/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mysql/.env +0 -0
- iamt/composes/6055DATABASE/mysql/.rdm.md +0 -0
- iamt/composes/6055DATABASE/mysql/docker-compose.yml +26 -0
- iamt/composes/6055DATABASE/mysql/my.cnf +107 -0
- iamt/composes/6155AUTH/authentik/.env +10 -0
- iamt/composes/6155AUTH/authentik/.rdm.md +7 -0
- iamt/composes/6155AUTH/authentik/docker-compose.yml +90 -0
- iamt/composes/6155AUTH/casdoor/conf/app.conf +30 -0
- iamt/composes/6155AUTH/casdoor/docker-compose.yml +20 -0
- iamt/composes/6255Monitor/dcgm_exporter/.rdm.md +5 -0
- iamt/composes/6255Monitor/dcgm_exporter/docker-compose.yml +34 -0
- iamt/composes/6255Monitor/grafana/.env +5 -0
- iamt/composes/6255Monitor/grafana/.rdm.md +0 -0
- iamt/composes/6255Monitor/grafana/docker-compose.yml +22 -0
- iamt/composes/6255Monitor/node_exporter/.env +1 -0
- iamt/composes/6255Monitor/node_exporter/docker-compose.yml +19 -0
- iamt/composes/6255Monitor/prometheus/.env +6 -0
- iamt/composes/6255Monitor/prometheus/.rdm.md +8 -0
- iamt/composes/6255Monitor/prometheus/conf/prometheus.yml +39 -0
- iamt/composes/6255Monitor/prometheus/docker-compose.yml +28 -0
- iamt/composes/6255Monitor/prometheus/prometheus/.gitkeep +0 -0
- iamt/composes/6355SSL/certbot/.rdm.md +4 -0
- iamt/composes/6355SSL/certd/.rdm.md +4 -0
- iamt/composes/6355SSL/certimate/.rdm.md +23 -0
- iamt/composes/6355SSL/certimate/docker-compose.yml +17 -0
- iamt/composes/6455Storage/fileBrowser/.env +5 -0
- iamt/composes/6455Storage/fileBrowser/.rdm.md +17 -0
- iamt/composes/6455Storage/fileBrowser/docker-compose.yml +14 -0
- iamt/composes/6455Storage/fileBrowser/filebrowser.db +0 -0
- iamt/composes/6455Storage/fileBrowser/settings.json +8 -0
- iamt/composes/6455Storage/kskypro/.env +3 -0
- iamt/composes/6455Storage/kskypro/.rdm.md +30 -0
- iamt/composes/6455Storage/kskypro/buildimg/000-default.conf.template +45 -0
- iamt/composes/6455Storage/kskypro/buildimg/Dockerfile +97 -0
- iamt/composes/6455Storage/kskypro/buildimg/LICENSE +661 -0
- iamt/composes/6455Storage/kskypro/buildimg/entrypoint.sh +29 -0
- iamt/composes/6455Storage/kskypro/buildimg/ports.conf.template +2 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/certs/ssl-cert-snakeoil.pem +21 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/private/ssl-cert-snakeoil.key +28 -0
- iamt/composes/6455Storage/kskypro/docker-compose.yml +43 -0
- iamt/composes/6455Storage/kskypro/env.conf +43 -0
- iamt/composes/6455Storage/kskypro/mysql/conf/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/data/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/log/.gitkeep +0 -0
- iamt/composes/6455Storage/lskypro/.rdm.md +15 -0
- iamt/composes/6455Storage/lskypro/Dockerfile +12 -0
- iamt/composes/6455Storage/lskypro/docker-compose.yml +51 -0
- iamt/composes/6455Storage/minio/.rdm.md +1 -0
- iamt/composes/6455Storage/minio/docker-compose.yml +31 -0
- iamt/composes/6455Storage/nextcloud/.rdm.md +0 -0
- iamt/composes/6455Storage/nextcloud/docker-compose.yml +25 -0
- iamt/composes/6455Storage/seafile/.env +46 -0
- iamt/composes/6455Storage/seafile/.rdm.md +31 -0
- iamt/composes/6455Storage/seafile/caddy.yml +26 -0
- iamt/composes/6455Storage/seafile/seadoc.yml +39 -0
- iamt/composes/6455Storage/seafile/seafile-server.yml +79 -0
- iamt/composes/6555DNS/ddnsgo/.env +8 -0
- iamt/composes/6555DNS/ddnsgo/.rdm.md +7 -0
- iamt/composes/6555DNS/ddnsgo/docker-compose.yml +17 -0
- iamt/composes/6555DNS/lucky/.rdm.md +4 -0
- iamt/composes/6555DNS/lucky/docker-compose.yml +14 -0
- iamt/composes/6655CONTAINER/harbor/.rdm.md +1 -0
- iamt/composes/6755SHOP/dujiaoka/.rdm.md +10 -0
- iamt/composes/6755SHOP/dujiaoka/docker-compose.yml +37 -0
- iamt/composes/6755SHOP/dujiaoka/env.conf +46 -0
- iamt/composes/6755SHOP/dujiaoka/storage/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka/uploads/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka2/.rdm.md +3 -0
- iamt/composes/8888Others/apitable/docker-compose.yml +233 -0
- iamt/composes/8888Others/changeDetect/README +18 -0
- iamt/composes/8888Others/changeDetect/docker-compose.yml +44 -0
- iamt/composes/8888Others/codeServer/.rdm.md +7 -0
- iamt/composes/8888Others/codeServer/docker-compose.yml +39 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/.rdm.md +19 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/config.yaml +32 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/docker-compose.yml +17 -0
- iamt/composes/8888Others/kasmweb_chrome/.rdm.md +19 -0
- iamt/composes/8888Others/kasmweb_chrome/docker-compose.yml +17 -0
- iamt/composes/8888Others/meilisearch/.env +10 -0
- iamt/composes/8888Others/meilisearch/config/config.toml +132 -0
- iamt/composes/8888Others/meilisearch/docker-compose.yml +34 -0
- iamt/composes/8888Others/memcached/.env +8 -0
- iamt/composes/8888Others/memcached/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/minio +9 -0
- iamt/composes/8888Others/neko/README.md +11 -0
- iamt/composes/8888Others/neko/docker-compose.yml +16 -0
- iamt/composes/8888Others/ocrmypdf/README.md +14 -0
- iamt/composes/8888Others/outline/docker-compose.yml +76 -0
- iamt/composes/8888Others/outline/docker.env +164 -0
- iamt/composes/8888Others/outline/redis.conf +0 -0
- iamt/composes/8888Others/pandas_ai/.rdm.md +5 -0
- iamt/composes/8888Others/pandas_ai/docker-compose.yml +49 -0
- iamt/composes/8888Others/rancher/.rdm.md +4 -0
- iamt/composes/8888Others/rustdesk/.env +10 -0
- iamt/composes/8888Others/rustdesk/docker-compose.yml +29 -0
- iamt/composes/8888Others/ttrss/docker-compose.yml +74 -0
- iamt/composes/8888Others/vultrCLI/.rdm.md +9 -0
- iamt/composes/8888Others/wewerss/docker-compose.yml +44 -0
- iamt/dcd/dcd.py +337 -0
- iamt/decorators/singleton.py +224 -0
- iamt/modules/_utils/_utils.py +1 -0
- iamt/modules/_utils/arch.py +22 -0
- iamt/modules/_utils/cleanup_network_config.py +68 -0
- iamt/modules/_utils/github.py +123 -0
- iamt/modules/_utils/setup_apt_sources.py +94 -0
- iamt/modules/_utils/steps.py +26 -0
- iamt/modules/claudecode/claudecode.py +0 -0
- iamt/modules/dcdtask/dcdtask.py +164 -0
- iamt/modules/docker/docker.py +370 -0
- iamt/modules/docker/roles/role.py +54 -0
- iamt/modules/docker/templates/daemon/daemon_multi_mirrors.json +21 -0
- iamt/modules/docker/templates/gpgkey/debian_gpgkey +62 -0
- iamt/modules/docker/templates/gpgkey/ubuntu_gpgkey +62 -0
- iamt/modules/github/ghcli.py +197 -0
- iamt/modules/nvm/nvm.py +183 -0
- iamt/modules/nvm/roles/role.py +24 -0
- iamt/modules/runlinetask/runlinetask.py +22 -0
- iamt/modules/ubuntud/antigravity.py +191 -0
- iamt/modules/ubuntud/chrome.py +111 -0
- iamt/modules/ubuntud/fcitx5.py +0 -0
- iamt/modules/ubuntud/ibus.py +53 -0
- iamt/modules/ubuntud/kiro.py +41 -0
- iamt/modules/ubuntud/rime_ice.py +173 -0
- iamt/modules/ubuntud/roles/role.py +28 -0
- iamt/modules/ubuntud/templates/ibus/ibus_rime.custom.yaml +3 -0
- iamt/modules/ubuntud/v2ray-core.py +238 -0
- iamt/modules/ubuntud/v2rayN.py +127 -0
- iamt/modules/ubuntud/vscode.py +162 -0
- iamt/modules/uv/roles/role.py +56 -0
- iamt/modules/uv/templates/uv.toml +5 -0
- iamt/modules/uv/uv.py +315 -0
- iamt/modules/vagrant/templates/Vagrantfile +25 -0
- iamt/modules/vagrant/vagrant.py +91 -0
- iamt/modules/vboxinit/base_box_init.py +142 -0
- iamt/modules/vboxinit/roles/role.py +15 -0
- iamt/role/role.py +134 -0
- iamt/run_file/run_file.py +121 -0
- iamt/run_line/commands.py +70 -0
- iamt/run_line/run_line.py +78 -0
- iamt/task/task.py +108 -0
- iamt/utils/__init__.py +6 -0
- iamt/utils/config_saver.py +90 -0
- iamt/utils/task_tracker.py +136 -0
- iamt-1.1.27.dist-info/METADATA +19 -0
- iamt-1.1.27.dist-info/RECORD +482 -0
- iamt-1.1.27.dist-info/WHEEL +4 -0
- iamt-1.1.27.dist-info/entry_points.txt +5 -0
|
@@ -0,0 +1,1172 @@
|
|
|
1
|
+
info:
|
|
2
|
+
description: |-
|
|
3
|
+
飞书多维表格,支持以下功能:
|
|
4
|
+
|
|
5
|
+
1. 创建多维表格;
|
|
6
|
+
2. 创建多维表格数据表;
|
|
7
|
+
3. 列出多维表格下的全部数据表;
|
|
8
|
+
4. 获取多维表格的元数据;
|
|
9
|
+
5. 在多维表格数据表中新增多条记录;
|
|
10
|
+
6. 根据 record_id 检索多维表格数据表中的记录;
|
|
11
|
+
7. 批量更新多维表格数据表中的现有记录;
|
|
12
|
+
8. 查询多维表格数据表中的记录;
|
|
13
|
+
9. 搜索多维表格类型的文档;
|
|
14
|
+
title: 飞书多维表格
|
|
15
|
+
version: v1
|
|
16
|
+
openapi: 3.0.1
|
|
17
|
+
paths:
|
|
18
|
+
/base/add_field:
|
|
19
|
+
post:
|
|
20
|
+
operationId: add_field
|
|
21
|
+
parameters:
|
|
22
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
23
|
+
in: query
|
|
24
|
+
name: app_token
|
|
25
|
+
required: true
|
|
26
|
+
schema:
|
|
27
|
+
type: string
|
|
28
|
+
- description: 多维表格数据表的唯一标识符
|
|
29
|
+
in: query
|
|
30
|
+
name: table_id
|
|
31
|
+
schema:
|
|
32
|
+
type: string
|
|
33
|
+
- description: 多维表格数据表的名称
|
|
34
|
+
in: query
|
|
35
|
+
name: table_name
|
|
36
|
+
schema:
|
|
37
|
+
type: string
|
|
38
|
+
requestBody:
|
|
39
|
+
content:
|
|
40
|
+
application/json:
|
|
41
|
+
schema:
|
|
42
|
+
properties:
|
|
43
|
+
description:
|
|
44
|
+
description: 字段的描述
|
|
45
|
+
properties:
|
|
46
|
+
disable_sync:
|
|
47
|
+
description: 是否禁止同步该描述,只在新增、修改字段时生效
|
|
48
|
+
type: boolean
|
|
49
|
+
text:
|
|
50
|
+
description: 描述内容
|
|
51
|
+
type: string
|
|
52
|
+
type: object
|
|
53
|
+
field_name:
|
|
54
|
+
description: 多维表格字段名称。名称中的首尾空格将会被去除。
|
|
55
|
+
type: string
|
|
56
|
+
type:
|
|
57
|
+
description: 字段类型,字段编辑指南文档https://open.larkoffice.com/document/server-docs/docs/bitable-v1/app-table-field/guide
|
|
58
|
+
type: integer
|
|
59
|
+
ui_type:
|
|
60
|
+
description: 字段在界面上的展示类型
|
|
61
|
+
type: string
|
|
62
|
+
required:
|
|
63
|
+
- type
|
|
64
|
+
- field_name
|
|
65
|
+
type: object
|
|
66
|
+
responses:
|
|
67
|
+
"200":
|
|
68
|
+
content:
|
|
69
|
+
application/json:
|
|
70
|
+
schema:
|
|
71
|
+
properties:
|
|
72
|
+
code:
|
|
73
|
+
description: 错误码,非 0 表示失败。
|
|
74
|
+
type: number
|
|
75
|
+
data:
|
|
76
|
+
description: 响应结果
|
|
77
|
+
properties:
|
|
78
|
+
field:
|
|
79
|
+
description: 字段信息
|
|
80
|
+
properties:
|
|
81
|
+
description:
|
|
82
|
+
description: 新增字段的描述信息
|
|
83
|
+
properties:
|
|
84
|
+
text:
|
|
85
|
+
description: 新增字段的文本内容
|
|
86
|
+
type: string
|
|
87
|
+
type: object
|
|
88
|
+
field_id:
|
|
89
|
+
description: 新增字段的ID
|
|
90
|
+
type: string
|
|
91
|
+
field_name:
|
|
92
|
+
description: 新增字段的名称
|
|
93
|
+
type: string
|
|
94
|
+
is_primary:
|
|
95
|
+
description: 是否是索引列
|
|
96
|
+
type: boolean
|
|
97
|
+
type:
|
|
98
|
+
description: 新增字段的类型
|
|
99
|
+
type: number
|
|
100
|
+
ui_type:
|
|
101
|
+
description: 新增字段的UI类型
|
|
102
|
+
type: string
|
|
103
|
+
type: object
|
|
104
|
+
type: object
|
|
105
|
+
log_id:
|
|
106
|
+
description: 链路追踪 id
|
|
107
|
+
type: string
|
|
108
|
+
msg:
|
|
109
|
+
description: 错误描述
|
|
110
|
+
type: string
|
|
111
|
+
type: object
|
|
112
|
+
description: new desc
|
|
113
|
+
default:
|
|
114
|
+
description: ""
|
|
115
|
+
summary: 新增字段
|
|
116
|
+
/base/add_records:
|
|
117
|
+
post:
|
|
118
|
+
operationId: add_records
|
|
119
|
+
parameters:
|
|
120
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
121
|
+
in: query
|
|
122
|
+
name: app_token
|
|
123
|
+
required: true
|
|
124
|
+
schema:
|
|
125
|
+
type: string
|
|
126
|
+
- description: 多维表格数据表的唯一标识符
|
|
127
|
+
in: query
|
|
128
|
+
name: table_id
|
|
129
|
+
schema:
|
|
130
|
+
type: string
|
|
131
|
+
- description: 多维表格数据表的名称
|
|
132
|
+
in: query
|
|
133
|
+
name: table_name
|
|
134
|
+
schema:
|
|
135
|
+
type: string
|
|
136
|
+
- description: 用户 ID 类型,可选值有 open_id、union_id、user_id,默认值为 open_id。
|
|
137
|
+
in: query
|
|
138
|
+
name: user_id_type
|
|
139
|
+
schema:
|
|
140
|
+
default: open_id
|
|
141
|
+
type: string
|
|
142
|
+
requestBody:
|
|
143
|
+
content:
|
|
144
|
+
application/json:
|
|
145
|
+
schema:
|
|
146
|
+
properties:
|
|
147
|
+
records:
|
|
148
|
+
description: 本次请求将要新增的记录列表,格式为:[{"fields":{"文本":"文本内容","单选":"选项 1","日期":1674206443000}}]
|
|
149
|
+
items:
|
|
150
|
+
description: 数据表的字段,例如:[{"fields":{"文本":"文本内容","单选":"选项 1","日期":1674206443000}}]
|
|
151
|
+
properties:
|
|
152
|
+
fields:
|
|
153
|
+
description: 数据表的字段,即数据表的列,格式为 json 字符串。例如:{"文本":"文本内容","单选":"选项 1","日期":1674206443000}
|
|
154
|
+
type: string
|
|
155
|
+
required:
|
|
156
|
+
- fields
|
|
157
|
+
type: object
|
|
158
|
+
type: array
|
|
159
|
+
required:
|
|
160
|
+
- records
|
|
161
|
+
type: object
|
|
162
|
+
description: new desc
|
|
163
|
+
responses:
|
|
164
|
+
"200":
|
|
165
|
+
content:
|
|
166
|
+
application/json:
|
|
167
|
+
schema:
|
|
168
|
+
properties:
|
|
169
|
+
code:
|
|
170
|
+
description: 错误码,非 0 表示失败。
|
|
171
|
+
type: number
|
|
172
|
+
data:
|
|
173
|
+
description: 返回结果
|
|
174
|
+
properties:
|
|
175
|
+
records:
|
|
176
|
+
description: 本次请求新增的记录列表
|
|
177
|
+
items:
|
|
178
|
+
description: 记录的详细信息
|
|
179
|
+
properties:
|
|
180
|
+
fields:
|
|
181
|
+
description: 数据表的字段,即数据表的列,格式为 json 字符串。
|
|
182
|
+
type: string
|
|
183
|
+
record_id:
|
|
184
|
+
description: 一条记录的唯一标识 id
|
|
185
|
+
type: string
|
|
186
|
+
type: object
|
|
187
|
+
type: array
|
|
188
|
+
type: object
|
|
189
|
+
log_id:
|
|
190
|
+
description: 链路追踪 id
|
|
191
|
+
type: string
|
|
192
|
+
msg:
|
|
193
|
+
description: 错误描述
|
|
194
|
+
type: string
|
|
195
|
+
type: object
|
|
196
|
+
description: new desc
|
|
197
|
+
default:
|
|
198
|
+
description: ""
|
|
199
|
+
summary: 在多维表格数据表中新增多条记录,单次调用最多新增 500 条记录。
|
|
200
|
+
/base/create_base:
|
|
201
|
+
post:
|
|
202
|
+
operationId: create_base
|
|
203
|
+
requestBody:
|
|
204
|
+
content:
|
|
205
|
+
application/json:
|
|
206
|
+
schema:
|
|
207
|
+
properties:
|
|
208
|
+
folder_token:
|
|
209
|
+
description: 多维表格 App 归属文件夹。默认为空,表示多维表格将被创建在云空间根目录。支持输入文件夹 token 或者 文件夹 URL。
|
|
210
|
+
type: string
|
|
211
|
+
name:
|
|
212
|
+
description: 多维表格 App 名字,示例值:"一篇新的多维表格"
|
|
213
|
+
type: string
|
|
214
|
+
required:
|
|
215
|
+
- name
|
|
216
|
+
type: object
|
|
217
|
+
description: new desc
|
|
218
|
+
responses:
|
|
219
|
+
"200":
|
|
220
|
+
content:
|
|
221
|
+
application/json:
|
|
222
|
+
schema:
|
|
223
|
+
properties:
|
|
224
|
+
code:
|
|
225
|
+
description: 错误码,非 0 表示失败。
|
|
226
|
+
type: number
|
|
227
|
+
data:
|
|
228
|
+
description: 返回结果
|
|
229
|
+
properties:
|
|
230
|
+
app:
|
|
231
|
+
description: 多维表格详细信息
|
|
232
|
+
properties:
|
|
233
|
+
app_token:
|
|
234
|
+
description: 多维表格的 app_token
|
|
235
|
+
type: string
|
|
236
|
+
default_table_id:
|
|
237
|
+
description: 默认的表格 id
|
|
238
|
+
type: string
|
|
239
|
+
folder_token:
|
|
240
|
+
description: 多维表格 App 归属文件夹
|
|
241
|
+
type: string
|
|
242
|
+
name:
|
|
243
|
+
description: 多维表格的名字
|
|
244
|
+
type: string
|
|
245
|
+
time_zone:
|
|
246
|
+
description: 文档时区
|
|
247
|
+
type: string
|
|
248
|
+
url:
|
|
249
|
+
description: 多维表格 App URL
|
|
250
|
+
type: string
|
|
251
|
+
type: object
|
|
252
|
+
type: object
|
|
253
|
+
log_id:
|
|
254
|
+
description: 链路追踪 id
|
|
255
|
+
type: string
|
|
256
|
+
msg:
|
|
257
|
+
description: 错误描述
|
|
258
|
+
type: string
|
|
259
|
+
type: object
|
|
260
|
+
description: new desc
|
|
261
|
+
default:
|
|
262
|
+
description: ""
|
|
263
|
+
summary: 创建多维表格
|
|
264
|
+
/base/create_table:
|
|
265
|
+
post:
|
|
266
|
+
operationId: create_table
|
|
267
|
+
parameters:
|
|
268
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
269
|
+
in: query
|
|
270
|
+
name: app_token
|
|
271
|
+
required: true
|
|
272
|
+
schema:
|
|
273
|
+
type: string
|
|
274
|
+
requestBody:
|
|
275
|
+
content:
|
|
276
|
+
application/json:
|
|
277
|
+
schema:
|
|
278
|
+
properties:
|
|
279
|
+
default_view_name:
|
|
280
|
+
description: 默认表格视图的名称,不填则默认为表格。
|
|
281
|
+
type: string
|
|
282
|
+
fields:
|
|
283
|
+
description: 数据表的初始字段列表,1. 如果 default_view_name 字段和 fields 字段都不填写,将会创建一个仅包含索引列的空数据表。2. 如果指定了 fields 字段,将会创建一个包含初始字段的数据表且默认第一个字段为索引列。
|
|
284
|
+
items:
|
|
285
|
+
description: 数据表的初始字段,例如:{"field_name":"多行文本","type":1}
|
|
286
|
+
properties:
|
|
287
|
+
field_name:
|
|
288
|
+
description: 字段名
|
|
289
|
+
type: string
|
|
290
|
+
type:
|
|
291
|
+
description: 字段类型,可选值包括1:多行文本、2:数字、3:单选、4:多选、5:日期、7:复选框、11:人员、13:tel号码、15:超链接、17:附件、18:单向关联、20:公式、21:双向关联、22:地理位置、23:群组、1001:创建时间、1002:最后更新时间、1003:创建人、1004:修改人、1005:自动编号
|
|
292
|
+
type: integer
|
|
293
|
+
type: object
|
|
294
|
+
type: array
|
|
295
|
+
name:
|
|
296
|
+
description: 数据表名称
|
|
297
|
+
type: string
|
|
298
|
+
required:
|
|
299
|
+
- name
|
|
300
|
+
type: object
|
|
301
|
+
description: new desc
|
|
302
|
+
responses:
|
|
303
|
+
"200":
|
|
304
|
+
content:
|
|
305
|
+
application/json:
|
|
306
|
+
schema:
|
|
307
|
+
properties:
|
|
308
|
+
code:
|
|
309
|
+
description: 错误码,非 0 表示失败。
|
|
310
|
+
type: number
|
|
311
|
+
data:
|
|
312
|
+
description: 返回结果
|
|
313
|
+
properties:
|
|
314
|
+
default_view_id:
|
|
315
|
+
description: 默认表格视图的 id,该字段仅在请求参数中填写了default_view_name 或 fields 才会返回。
|
|
316
|
+
type: string
|
|
317
|
+
field_id_list:
|
|
318
|
+
description: 数据表初始字段的 id 列表,该字段仅在请求参数中填写了 fields 才会返回。例如: ["fldUsUrIbN"]
|
|
319
|
+
items:
|
|
320
|
+
description: 数据表初始字段的 id
|
|
321
|
+
type: string
|
|
322
|
+
type: array
|
|
323
|
+
table_id:
|
|
324
|
+
description: 多维表格数据表的唯一标识符
|
|
325
|
+
type: string
|
|
326
|
+
type: object
|
|
327
|
+
log_id:
|
|
328
|
+
description: 链路追踪 id
|
|
329
|
+
type: string
|
|
330
|
+
msg:
|
|
331
|
+
description: 错误描述
|
|
332
|
+
type: string
|
|
333
|
+
type: object
|
|
334
|
+
description: new desc
|
|
335
|
+
default:
|
|
336
|
+
description: ""
|
|
337
|
+
summary: 创建多维表格数据表
|
|
338
|
+
/base/delete_field:
|
|
339
|
+
delete:
|
|
340
|
+
operationId: delete_field
|
|
341
|
+
parameters:
|
|
342
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
343
|
+
in: query
|
|
344
|
+
name: app_token
|
|
345
|
+
required: true
|
|
346
|
+
schema:
|
|
347
|
+
type: string
|
|
348
|
+
- description: 多维表格数据表的唯一标识符
|
|
349
|
+
in: query
|
|
350
|
+
name: table_id
|
|
351
|
+
schema:
|
|
352
|
+
type: string
|
|
353
|
+
- description: 多维表格数据表名称
|
|
354
|
+
in: query
|
|
355
|
+
name: table_name
|
|
356
|
+
schema:
|
|
357
|
+
type: string
|
|
358
|
+
requestBody:
|
|
359
|
+
content:
|
|
360
|
+
application/json:
|
|
361
|
+
schema:
|
|
362
|
+
properties:
|
|
363
|
+
field_id:
|
|
364
|
+
description: 待删除的字段ID,field_id和field_name必填一个
|
|
365
|
+
type: string
|
|
366
|
+
field_name:
|
|
367
|
+
description: 待删除的字段名称,field_id和field_name必填一个
|
|
368
|
+
type: string
|
|
369
|
+
type: object
|
|
370
|
+
responses:
|
|
371
|
+
"200":
|
|
372
|
+
content:
|
|
373
|
+
application/json:
|
|
374
|
+
schema:
|
|
375
|
+
properties:
|
|
376
|
+
code:
|
|
377
|
+
description: 错误码,非 0 表示失败。
|
|
378
|
+
type: number
|
|
379
|
+
data:
|
|
380
|
+
description: 响应结果
|
|
381
|
+
properties:
|
|
382
|
+
deleted:
|
|
383
|
+
description: 是否删除
|
|
384
|
+
type: boolean
|
|
385
|
+
field_id:
|
|
386
|
+
description: 删除的字段ID
|
|
387
|
+
type: string
|
|
388
|
+
type: object
|
|
389
|
+
log_id:
|
|
390
|
+
description: 链路追踪 id
|
|
391
|
+
type: string
|
|
392
|
+
msg:
|
|
393
|
+
description: 错误描述
|
|
394
|
+
type: string
|
|
395
|
+
type: object
|
|
396
|
+
description: new desc
|
|
397
|
+
default:
|
|
398
|
+
description: ""
|
|
399
|
+
summary: 删除字段
|
|
400
|
+
/base/delete_records:
|
|
401
|
+
post:
|
|
402
|
+
operationId: delete_records
|
|
403
|
+
parameters:
|
|
404
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
405
|
+
in: query
|
|
406
|
+
name: app_token
|
|
407
|
+
required: true
|
|
408
|
+
schema:
|
|
409
|
+
type: string
|
|
410
|
+
- description: 多维表格数据表的唯一标识符
|
|
411
|
+
in: query
|
|
412
|
+
name: table_id
|
|
413
|
+
schema:
|
|
414
|
+
type: string
|
|
415
|
+
- description: 多维表格数据表的名称
|
|
416
|
+
in: query
|
|
417
|
+
name: table_name
|
|
418
|
+
schema:
|
|
419
|
+
type: string
|
|
420
|
+
requestBody:
|
|
421
|
+
content:
|
|
422
|
+
application/json:
|
|
423
|
+
schema:
|
|
424
|
+
properties:
|
|
425
|
+
records:
|
|
426
|
+
description: 待删除的记录ID列表。示例值:["recwNXzPQv"]
|
|
427
|
+
items:
|
|
428
|
+
description: 记录ID
|
|
429
|
+
type: string
|
|
430
|
+
type: array
|
|
431
|
+
required:
|
|
432
|
+
- records
|
|
433
|
+
type: object
|
|
434
|
+
responses:
|
|
435
|
+
"200":
|
|
436
|
+
content:
|
|
437
|
+
application/json:
|
|
438
|
+
schema:
|
|
439
|
+
properties:
|
|
440
|
+
code:
|
|
441
|
+
description: 错误码,非 0 表示失败。
|
|
442
|
+
type: number
|
|
443
|
+
data:
|
|
444
|
+
description: 响应结果
|
|
445
|
+
properties:
|
|
446
|
+
records:
|
|
447
|
+
description: 删除的记录列表
|
|
448
|
+
items:
|
|
449
|
+
description: 记录信息
|
|
450
|
+
properties:
|
|
451
|
+
deleted:
|
|
452
|
+
description: 是否成功删除: true:成功删除 false:未删除
|
|
453
|
+
type: boolean
|
|
454
|
+
record_id:
|
|
455
|
+
description: 记录的 ID
|
|
456
|
+
type: string
|
|
457
|
+
type: object
|
|
458
|
+
type: array
|
|
459
|
+
type: object
|
|
460
|
+
log_id:
|
|
461
|
+
description: 链路追踪 id
|
|
462
|
+
type: string
|
|
463
|
+
msg:
|
|
464
|
+
description: 错误描述
|
|
465
|
+
type: string
|
|
466
|
+
type: object
|
|
467
|
+
description: new desc
|
|
468
|
+
default:
|
|
469
|
+
description: ""
|
|
470
|
+
summary: 批量删除多维表格数据表中的记录
|
|
471
|
+
/base/delete_tables:
|
|
472
|
+
post:
|
|
473
|
+
operationId: delete_tables
|
|
474
|
+
parameters:
|
|
475
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
476
|
+
in: query
|
|
477
|
+
name: app_token
|
|
478
|
+
required: true
|
|
479
|
+
schema:
|
|
480
|
+
type: string
|
|
481
|
+
requestBody:
|
|
482
|
+
content:
|
|
483
|
+
application/json:
|
|
484
|
+
schema:
|
|
485
|
+
properties:
|
|
486
|
+
table_ids:
|
|
487
|
+
description: 待删除的数据表ID列表。当前一次操作最多支持 50 个数据表
|
|
488
|
+
items:
|
|
489
|
+
description: 数据表ID
|
|
490
|
+
type: string
|
|
491
|
+
type: array
|
|
492
|
+
table_names:
|
|
493
|
+
description: 待删除的数据表名称列表。当前一次操作最多支持 50 个数据表
|
|
494
|
+
items:
|
|
495
|
+
description: 数据表名称
|
|
496
|
+
type: string
|
|
497
|
+
type: array
|
|
498
|
+
type: object
|
|
499
|
+
responses:
|
|
500
|
+
"200":
|
|
501
|
+
content:
|
|
502
|
+
application/json:
|
|
503
|
+
schema:
|
|
504
|
+
properties:
|
|
505
|
+
code:
|
|
506
|
+
description: 错误码,非 0 表示失败。
|
|
507
|
+
type: number
|
|
508
|
+
log_id:
|
|
509
|
+
description: 链路追踪 id
|
|
510
|
+
type: string
|
|
511
|
+
msg:
|
|
512
|
+
description: 错误描述
|
|
513
|
+
type: string
|
|
514
|
+
type: object
|
|
515
|
+
description: new desc
|
|
516
|
+
default:
|
|
517
|
+
description: ""
|
|
518
|
+
summary: 删除多维表格数据表
|
|
519
|
+
/base/get_base_info:
|
|
520
|
+
get:
|
|
521
|
+
operationId: get_base_info
|
|
522
|
+
parameters:
|
|
523
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
524
|
+
in: query
|
|
525
|
+
name: app_token
|
|
526
|
+
required: true
|
|
527
|
+
schema:
|
|
528
|
+
type: string
|
|
529
|
+
requestBody:
|
|
530
|
+
content:
|
|
531
|
+
application/json:
|
|
532
|
+
schema:
|
|
533
|
+
type: object
|
|
534
|
+
description: new desc
|
|
535
|
+
responses:
|
|
536
|
+
"200":
|
|
537
|
+
content:
|
|
538
|
+
application/json:
|
|
539
|
+
schema:
|
|
540
|
+
properties:
|
|
541
|
+
code:
|
|
542
|
+
description: 错误码,非 0 表示失败。
|
|
543
|
+
type: number
|
|
544
|
+
data:
|
|
545
|
+
description: 返回结果
|
|
546
|
+
properties:
|
|
547
|
+
app:
|
|
548
|
+
description: 多维表格元数据
|
|
549
|
+
properties:
|
|
550
|
+
app_token:
|
|
551
|
+
description: 多维表格的 app_token
|
|
552
|
+
type: string
|
|
553
|
+
is_advanced:
|
|
554
|
+
description: 多维表格是否开启了高级权限。(true:表示开启了高级权限,false:表示关闭了高级权限)
|
|
555
|
+
type: boolean
|
|
556
|
+
name:
|
|
557
|
+
description: 多维表格的名字
|
|
558
|
+
type: string
|
|
559
|
+
revision:
|
|
560
|
+
description: 多维表格的版本号(对多维表格进行修改时更新,如新增、删除数据表,修改数据表名等,初始为 1,每次更新 +1)
|
|
561
|
+
type: number
|
|
562
|
+
time_zone:
|
|
563
|
+
description: 文档时区
|
|
564
|
+
type: string
|
|
565
|
+
type: object
|
|
566
|
+
type: object
|
|
567
|
+
log_id:
|
|
568
|
+
description: 链路追踪 id
|
|
569
|
+
type: string
|
|
570
|
+
msg:
|
|
571
|
+
description: 错误描述
|
|
572
|
+
type: string
|
|
573
|
+
type: object
|
|
574
|
+
description: new desc
|
|
575
|
+
default:
|
|
576
|
+
description: ""
|
|
577
|
+
summary: 获取多维表格元数据
|
|
578
|
+
/base/list_fields:
|
|
579
|
+
get:
|
|
580
|
+
operationId: list_fields
|
|
581
|
+
parameters:
|
|
582
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
583
|
+
in: query
|
|
584
|
+
name: app_token
|
|
585
|
+
required: true
|
|
586
|
+
schema:
|
|
587
|
+
type: string
|
|
588
|
+
- description: 多维表格数据表的唯一标识符
|
|
589
|
+
in: query
|
|
590
|
+
name: table_id
|
|
591
|
+
schema:
|
|
592
|
+
type: string
|
|
593
|
+
- description: 多维表格数据表的名称
|
|
594
|
+
in: query
|
|
595
|
+
name: table_name
|
|
596
|
+
schema:
|
|
597
|
+
type: string
|
|
598
|
+
requestBody:
|
|
599
|
+
content:
|
|
600
|
+
application/json:
|
|
601
|
+
schema:
|
|
602
|
+
type: object
|
|
603
|
+
responses:
|
|
604
|
+
"200":
|
|
605
|
+
content:
|
|
606
|
+
application/json:
|
|
607
|
+
schema:
|
|
608
|
+
properties:
|
|
609
|
+
code:
|
|
610
|
+
description: 错误码,非 0 表示失败。
|
|
611
|
+
type: number
|
|
612
|
+
data:
|
|
613
|
+
description: 响应结果
|
|
614
|
+
properties:
|
|
615
|
+
items:
|
|
616
|
+
description: 字段列表
|
|
617
|
+
items:
|
|
618
|
+
description: 字段信息
|
|
619
|
+
properties:
|
|
620
|
+
description:
|
|
621
|
+
description: 字段的描述
|
|
622
|
+
type: string
|
|
623
|
+
field_id:
|
|
624
|
+
description: 多维表格字段ID
|
|
625
|
+
type: string
|
|
626
|
+
field_name:
|
|
627
|
+
description: 多维表格字段名称
|
|
628
|
+
type: string
|
|
629
|
+
is_primary:
|
|
630
|
+
description: 是否是索引列
|
|
631
|
+
type: boolean
|
|
632
|
+
property:
|
|
633
|
+
description: 字段属性
|
|
634
|
+
properties:
|
|
635
|
+
auto_fill:
|
|
636
|
+
description: 日期字段中新纪录自动填写创建时间
|
|
637
|
+
type: boolean
|
|
638
|
+
back_field_name:
|
|
639
|
+
description: 双向关联字段中关联的数据表中对应的双向关联字段的名字
|
|
640
|
+
type: string
|
|
641
|
+
date_formatter:
|
|
642
|
+
description: 日期、创建时间、最后更新时间字段的显示格式
|
|
643
|
+
type: string
|
|
644
|
+
formatter:
|
|
645
|
+
description: 数字、公式字段的显示格式
|
|
646
|
+
type: string
|
|
647
|
+
multiple:
|
|
648
|
+
description: 人员字段中允许添加多个成员,单向关联、双向关联中允许添加多个记录
|
|
649
|
+
type: boolean
|
|
650
|
+
options:
|
|
651
|
+
description: 单选、多选字段的选项信息
|
|
652
|
+
items:
|
|
653
|
+
properties:
|
|
654
|
+
color:
|
|
655
|
+
description: 选项颜色
|
|
656
|
+
type: string
|
|
657
|
+
id:
|
|
658
|
+
description: 选项 ID
|
|
659
|
+
type: string
|
|
660
|
+
name:
|
|
661
|
+
description: 选项名
|
|
662
|
+
type: string
|
|
663
|
+
type: object
|
|
664
|
+
type: array
|
|
665
|
+
table_id:
|
|
666
|
+
description: 单向关联、双向关联字段中关联的数据表的 ID
|
|
667
|
+
type: string
|
|
668
|
+
table_name:
|
|
669
|
+
description: 单向关联、双向关联字段中关联的数据表的名字
|
|
670
|
+
type: string
|
|
671
|
+
type: object
|
|
672
|
+
type:
|
|
673
|
+
description: 多维表格字段类型
|
|
674
|
+
type: number
|
|
675
|
+
ui_type:
|
|
676
|
+
description: 字段在界面上的展示类型
|
|
677
|
+
type: string
|
|
678
|
+
type: object
|
|
679
|
+
type: array
|
|
680
|
+
total:
|
|
681
|
+
description: 总数
|
|
682
|
+
type: number
|
|
683
|
+
type: object
|
|
684
|
+
log_id:
|
|
685
|
+
description: 链路追踪 id
|
|
686
|
+
type: string
|
|
687
|
+
msg:
|
|
688
|
+
description: 错误描述
|
|
689
|
+
type: string
|
|
690
|
+
type: object
|
|
691
|
+
description: new desc
|
|
692
|
+
default:
|
|
693
|
+
description: ""
|
|
694
|
+
summary: 列出单个数据表的全部字段
|
|
695
|
+
/base/list_tables:
|
|
696
|
+
get:
|
|
697
|
+
operationId: list_tables
|
|
698
|
+
parameters:
|
|
699
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
700
|
+
in: query
|
|
701
|
+
name: app_token
|
|
702
|
+
required: true
|
|
703
|
+
schema:
|
|
704
|
+
type: string
|
|
705
|
+
- description: 分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果。
|
|
706
|
+
in: query
|
|
707
|
+
name: page_token
|
|
708
|
+
schema:
|
|
709
|
+
type: string
|
|
710
|
+
- description: 分页大小,默认值为 20,最大值为 100。
|
|
711
|
+
in: query
|
|
712
|
+
name: page_size
|
|
713
|
+
schema:
|
|
714
|
+
default: 20
|
|
715
|
+
type: integer
|
|
716
|
+
requestBody:
|
|
717
|
+
content:
|
|
718
|
+
application/json:
|
|
719
|
+
schema:
|
|
720
|
+
type: object
|
|
721
|
+
description: new desc
|
|
722
|
+
responses:
|
|
723
|
+
"200":
|
|
724
|
+
content:
|
|
725
|
+
application/json:
|
|
726
|
+
schema:
|
|
727
|
+
properties:
|
|
728
|
+
code:
|
|
729
|
+
description: 错误码,非 0 表示失败。
|
|
730
|
+
type: number
|
|
731
|
+
data:
|
|
732
|
+
description: 返回结果
|
|
733
|
+
properties:
|
|
734
|
+
has_more:
|
|
735
|
+
description: 是否还有更多项
|
|
736
|
+
type: boolean
|
|
737
|
+
items:
|
|
738
|
+
description: 数据表列表
|
|
739
|
+
items:
|
|
740
|
+
description: 数据表详细信息
|
|
741
|
+
properties:
|
|
742
|
+
name:
|
|
743
|
+
description: 数据表名字
|
|
744
|
+
type: string
|
|
745
|
+
revision:
|
|
746
|
+
description: 数据表的版本号
|
|
747
|
+
type: number
|
|
748
|
+
table_id:
|
|
749
|
+
description: 数据表 id
|
|
750
|
+
type: string
|
|
751
|
+
type: object
|
|
752
|
+
type: array
|
|
753
|
+
page_token:
|
|
754
|
+
description: 分页标记,当 has_more 为 true 时,会同时返回新的 page_token,否则不返回 page_token。
|
|
755
|
+
type: string
|
|
756
|
+
total:
|
|
757
|
+
description: 总数
|
|
758
|
+
type: number
|
|
759
|
+
type: object
|
|
760
|
+
log_id:
|
|
761
|
+
description: 链路追踪 id
|
|
762
|
+
type: string
|
|
763
|
+
msg:
|
|
764
|
+
description: 错误描述
|
|
765
|
+
type: string
|
|
766
|
+
type: object
|
|
767
|
+
description: new desc
|
|
768
|
+
default:
|
|
769
|
+
description: ""
|
|
770
|
+
summary: 列出多维表格下的全部数据表
|
|
771
|
+
/base/search_base:
|
|
772
|
+
post:
|
|
773
|
+
operationId: search_base
|
|
774
|
+
requestBody:
|
|
775
|
+
content:
|
|
776
|
+
application/json:
|
|
777
|
+
schema:
|
|
778
|
+
properties:
|
|
779
|
+
count:
|
|
780
|
+
description: 指定搜索返回的文件数量,取值范围为 [0,50]。
|
|
781
|
+
type: integer
|
|
782
|
+
offset:
|
|
783
|
+
description: 指定搜索的偏移量,该参数最小为 0,即不偏移。该参数的值与返回的文件数量之和不得小于或等于 200(即 offset + count < 200)。
|
|
784
|
+
type: integer
|
|
785
|
+
search_key:
|
|
786
|
+
description: 指定搜索的关键字
|
|
787
|
+
type: string
|
|
788
|
+
required:
|
|
789
|
+
- search_key
|
|
790
|
+
type: object
|
|
791
|
+
description: new desc
|
|
792
|
+
responses:
|
|
793
|
+
"200":
|
|
794
|
+
content:
|
|
795
|
+
application/json:
|
|
796
|
+
schema:
|
|
797
|
+
properties:
|
|
798
|
+
code:
|
|
799
|
+
description: 错误码,非 0 表示失败。
|
|
800
|
+
type: number
|
|
801
|
+
data:
|
|
802
|
+
description: 返回结果
|
|
803
|
+
properties:
|
|
804
|
+
docs_entities:
|
|
805
|
+
description: 包含搜索关键词的文件列表
|
|
806
|
+
items:
|
|
807
|
+
properties:
|
|
808
|
+
docs_token:
|
|
809
|
+
description: 文件的 token
|
|
810
|
+
type: string
|
|
811
|
+
docs_type:
|
|
812
|
+
description: 文件的类型
|
|
813
|
+
type: string
|
|
814
|
+
owner_id:
|
|
815
|
+
description: 文件的所有者
|
|
816
|
+
type: string
|
|
817
|
+
title:
|
|
818
|
+
description: 文件的标题
|
|
819
|
+
type: string
|
|
820
|
+
url:
|
|
821
|
+
description: 文档的链接
|
|
822
|
+
type: string
|
|
823
|
+
type: object
|
|
824
|
+
type: array
|
|
825
|
+
has_more:
|
|
826
|
+
description: 结果列表后是否还有数据
|
|
827
|
+
type: boolean
|
|
828
|
+
total:
|
|
829
|
+
description: 包含搜索关键词的文件总数量
|
|
830
|
+
type: number
|
|
831
|
+
type: object
|
|
832
|
+
log_id:
|
|
833
|
+
description: 链路追踪 id
|
|
834
|
+
type: string
|
|
835
|
+
msg:
|
|
836
|
+
description: 错误描述
|
|
837
|
+
type: string
|
|
838
|
+
type: object
|
|
839
|
+
description: new desc
|
|
840
|
+
default:
|
|
841
|
+
description: ""
|
|
842
|
+
summary: 搜索多维表格类型的文档
|
|
843
|
+
/base/search_record:
|
|
844
|
+
post:
|
|
845
|
+
operationId: search_record
|
|
846
|
+
parameters:
|
|
847
|
+
- description: 用户 ID 类型,可选值有 open_id、union_id、user_id,默认值为 open_id
|
|
848
|
+
in: query
|
|
849
|
+
name: user_id_type
|
|
850
|
+
schema:
|
|
851
|
+
default: open_id
|
|
852
|
+
type: string
|
|
853
|
+
- description: 分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果。
|
|
854
|
+
in: query
|
|
855
|
+
name: page_token
|
|
856
|
+
schema:
|
|
857
|
+
type: string
|
|
858
|
+
- description: 分页大小,默认值为 20,最大值为 500
|
|
859
|
+
in: query
|
|
860
|
+
name: page_size
|
|
861
|
+
schema:
|
|
862
|
+
default: 20
|
|
863
|
+
type: integer
|
|
864
|
+
- description: 多维表格的唯一标识符,支持输入文档 url
|
|
865
|
+
in: query
|
|
866
|
+
name: app_token
|
|
867
|
+
required: true
|
|
868
|
+
schema:
|
|
869
|
+
type: string
|
|
870
|
+
- description: 多维表格数据表的唯一标识符
|
|
871
|
+
in: query
|
|
872
|
+
name: table_id
|
|
873
|
+
schema:
|
|
874
|
+
type: string
|
|
875
|
+
- description: 多维表格数据表的名称
|
|
876
|
+
in: query
|
|
877
|
+
name: table_name
|
|
878
|
+
schema:
|
|
879
|
+
type: string
|
|
880
|
+
requestBody:
|
|
881
|
+
content:
|
|
882
|
+
application/json:
|
|
883
|
+
schema:
|
|
884
|
+
properties:
|
|
885
|
+
automatic_fields:
|
|
886
|
+
description: 控制是否返回自动计算的字段, true 表示返回
|
|
887
|
+
type: boolean
|
|
888
|
+
field_names:
|
|
889
|
+
description: 字段名称,用于指定本次查询返回记录中包含的字段。示例值:["字段1","字段2"]
|
|
890
|
+
items:
|
|
891
|
+
description: 字段名称,例如:字段1
|
|
892
|
+
type: string
|
|
893
|
+
type: array
|
|
894
|
+
filter:
|
|
895
|
+
description: 筛选条件
|
|
896
|
+
properties:
|
|
897
|
+
conditions:
|
|
898
|
+
description: 筛选条件集合
|
|
899
|
+
items:
|
|
900
|
+
description: 筛选条件集合
|
|
901
|
+
properties:
|
|
902
|
+
field_name:
|
|
903
|
+
description: 筛选条件的左值,值为字段的名称。示例值:"字段1
|
|
904
|
+
type: string
|
|
905
|
+
operator:
|
|
906
|
+
description: 条件运算符,可选值有 is:等于; isNot:不等于; contains:包含; doesNotContain:不包含; isEmpty:为空; isNotEmpty:不为空; isGreater:大于; isGreaterEqual:大于等于; isLess:小于; isLessEqual:小于等于
|
|
907
|
+
type: string
|
|
908
|
+
value:
|
|
909
|
+
description: 条件的值,可以是单个值或多个值的数组。不同字段类型和不同的 operator 可填的值不同。详情参考下文字段目标值(value)填写说明。目标值填写指南:https://open.larkoffice.com/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-record/record-filter-guide
|
|
910
|
+
items:
|
|
911
|
+
description: 条件的值
|
|
912
|
+
type: string
|
|
913
|
+
type: array
|
|
914
|
+
type: object
|
|
915
|
+
type: array
|
|
916
|
+
conjunction:
|
|
917
|
+
description: 筛选条件逻辑连接词,可选值有 [and, or],and:满足全部条件,or:满足任一条件
|
|
918
|
+
type: string
|
|
919
|
+
type: object
|
|
920
|
+
sort:
|
|
921
|
+
description: 排序条件列表,例如:[{"field_name":"多行文本","desc":true}]
|
|
922
|
+
items:
|
|
923
|
+
description: 排序条件列表,例如:[{"field_name":"多行文本","desc":true}]
|
|
924
|
+
properties:
|
|
925
|
+
desc:
|
|
926
|
+
description: 是否倒序排序,true or false
|
|
927
|
+
type: boolean
|
|
928
|
+
field_name:
|
|
929
|
+
description: 字段名称,例如:"多行文本"
|
|
930
|
+
type: string
|
|
931
|
+
type: object
|
|
932
|
+
type: array
|
|
933
|
+
view_id:
|
|
934
|
+
description: 视图的唯一标识符,获取指定视图下的记录
|
|
935
|
+
type: string
|
|
936
|
+
type: object
|
|
937
|
+
description: new desc
|
|
938
|
+
responses:
|
|
939
|
+
"200":
|
|
940
|
+
content:
|
|
941
|
+
application/json:
|
|
942
|
+
schema:
|
|
943
|
+
properties:
|
|
944
|
+
code:
|
|
945
|
+
type: number
|
|
946
|
+
data:
|
|
947
|
+
properties:
|
|
948
|
+
has_more:
|
|
949
|
+
type: boolean
|
|
950
|
+
items:
|
|
951
|
+
items:
|
|
952
|
+
properties:
|
|
953
|
+
fields:
|
|
954
|
+
type: string
|
|
955
|
+
record_id:
|
|
956
|
+
type: string
|
|
957
|
+
type: object
|
|
958
|
+
type: array
|
|
959
|
+
page_token:
|
|
960
|
+
type: string
|
|
961
|
+
total:
|
|
962
|
+
type: number
|
|
963
|
+
type: object
|
|
964
|
+
error:
|
|
965
|
+
type: string
|
|
966
|
+
log_id:
|
|
967
|
+
type: string
|
|
968
|
+
msg:
|
|
969
|
+
type: string
|
|
970
|
+
type: object
|
|
971
|
+
description: new desc
|
|
972
|
+
default:
|
|
973
|
+
description: ""
|
|
974
|
+
summary: 该接口用于查询多维表格数据表中的现有记录,单次最多查询 500 行记录,支持分页获取。
|
|
975
|
+
/base/update_field:
|
|
976
|
+
post:
|
|
977
|
+
operationId: update_field
|
|
978
|
+
parameters:
|
|
979
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
980
|
+
in: query
|
|
981
|
+
name: app_token
|
|
982
|
+
required: true
|
|
983
|
+
schema:
|
|
984
|
+
type: string
|
|
985
|
+
- description: 多维表格数据表的唯一标识符
|
|
986
|
+
in: query
|
|
987
|
+
name: table_id
|
|
988
|
+
schema:
|
|
989
|
+
type: string
|
|
990
|
+
- description: 多维表格数据表的名称
|
|
991
|
+
in: query
|
|
992
|
+
name: table_name
|
|
993
|
+
schema:
|
|
994
|
+
type: string
|
|
995
|
+
requestBody:
|
|
996
|
+
content:
|
|
997
|
+
application/json:
|
|
998
|
+
schema:
|
|
999
|
+
properties:
|
|
1000
|
+
field_id:
|
|
1001
|
+
description: 待更新的字段ID,field_id和field_name必填一个
|
|
1002
|
+
type: string
|
|
1003
|
+
field_name:
|
|
1004
|
+
description: 待更新的字段名称,field_id和field_name必填一个
|
|
1005
|
+
type: string
|
|
1006
|
+
update_field:
|
|
1007
|
+
description: 需修改后的字段信息
|
|
1008
|
+
properties:
|
|
1009
|
+
description:
|
|
1010
|
+
description: 字段描述
|
|
1011
|
+
properties:
|
|
1012
|
+
text:
|
|
1013
|
+
description: 字段描述内容
|
|
1014
|
+
type: string
|
|
1015
|
+
type: object
|
|
1016
|
+
field_name:
|
|
1017
|
+
description: 多维表格字段名称
|
|
1018
|
+
type: string
|
|
1019
|
+
type:
|
|
1020
|
+
description: 字段的类型
|
|
1021
|
+
type: integer
|
|
1022
|
+
ui_type:
|
|
1023
|
+
description: 字段在界面上的展示类型
|
|
1024
|
+
type: string
|
|
1025
|
+
required:
|
|
1026
|
+
- type
|
|
1027
|
+
- field_name
|
|
1028
|
+
type: object
|
|
1029
|
+
required:
|
|
1030
|
+
- update_field
|
|
1031
|
+
type: object
|
|
1032
|
+
responses:
|
|
1033
|
+
"200":
|
|
1034
|
+
content:
|
|
1035
|
+
application/json:
|
|
1036
|
+
schema:
|
|
1037
|
+
properties:
|
|
1038
|
+
code:
|
|
1039
|
+
description: 错误码
|
|
1040
|
+
type: number
|
|
1041
|
+
data:
|
|
1042
|
+
description: 响应结果
|
|
1043
|
+
properties:
|
|
1044
|
+
field:
|
|
1045
|
+
description: 字段详情
|
|
1046
|
+
properties:
|
|
1047
|
+
description:
|
|
1048
|
+
description: 字段描述
|
|
1049
|
+
properties:
|
|
1050
|
+
text:
|
|
1051
|
+
description: 描述内容
|
|
1052
|
+
type: string
|
|
1053
|
+
type: object
|
|
1054
|
+
field_id:
|
|
1055
|
+
description: 字段ID
|
|
1056
|
+
type: string
|
|
1057
|
+
field_name:
|
|
1058
|
+
description: 字段名称
|
|
1059
|
+
type: string
|
|
1060
|
+
is_primary:
|
|
1061
|
+
description: 是否索引列
|
|
1062
|
+
type: boolean
|
|
1063
|
+
type:
|
|
1064
|
+
description: 字段类型
|
|
1065
|
+
type: number
|
|
1066
|
+
ui_type:
|
|
1067
|
+
description: 字段在界面上的展示类型
|
|
1068
|
+
type: string
|
|
1069
|
+
type: object
|
|
1070
|
+
type: object
|
|
1071
|
+
log_id:
|
|
1072
|
+
description: 链路追踪 id
|
|
1073
|
+
type: string
|
|
1074
|
+
msg:
|
|
1075
|
+
description: 错误描述
|
|
1076
|
+
type: string
|
|
1077
|
+
type: object
|
|
1078
|
+
description: new desc
|
|
1079
|
+
default:
|
|
1080
|
+
description: ""
|
|
1081
|
+
summary: 更新字段
|
|
1082
|
+
/base/update_records:
|
|
1083
|
+
post:
|
|
1084
|
+
operationId: update_records
|
|
1085
|
+
parameters:
|
|
1086
|
+
- description: 多维表格的唯一标识符,支持输入文档 url。
|
|
1087
|
+
in: query
|
|
1088
|
+
name: app_token
|
|
1089
|
+
required: true
|
|
1090
|
+
schema:
|
|
1091
|
+
type: string
|
|
1092
|
+
- description: 多维表格数据表的唯一标识符
|
|
1093
|
+
in: query
|
|
1094
|
+
name: table_id
|
|
1095
|
+
schema:
|
|
1096
|
+
type: string
|
|
1097
|
+
- description: 多维表格数据表的名称
|
|
1098
|
+
in: query
|
|
1099
|
+
name: table_name
|
|
1100
|
+
schema:
|
|
1101
|
+
type: string
|
|
1102
|
+
- description: 用户 ID 类型,可选值有 open_id、union_id、user_id,默认值:open_id。
|
|
1103
|
+
in: query
|
|
1104
|
+
name: user_id_type
|
|
1105
|
+
schema:
|
|
1106
|
+
default: open_id
|
|
1107
|
+
type: string
|
|
1108
|
+
requestBody:
|
|
1109
|
+
content:
|
|
1110
|
+
application/json:
|
|
1111
|
+
schema:
|
|
1112
|
+
properties:
|
|
1113
|
+
records:
|
|
1114
|
+
description: 待更新的记录列表,格式为:[{"fields":{"文本":"文本内容","单选":"选项 1","日期":1674206443000},"record_id":"recuiZkZ0mS8aq"}]
|
|
1115
|
+
items:
|
|
1116
|
+
description: \'待更新的记录信息\'
|
|
1117
|
+
properties:
|
|
1118
|
+
fields:
|
|
1119
|
+
description: 数据表的字段,即数据表的列,格式为 json 字符串。例如:{"文本":"文本内容","单选":"选项 1","日期":1674206443000}
|
|
1120
|
+
type: string
|
|
1121
|
+
record_id:
|
|
1122
|
+
description: 一条记录的唯一标识 id
|
|
1123
|
+
type: string
|
|
1124
|
+
required:
|
|
1125
|
+
- fields
|
|
1126
|
+
- record_id
|
|
1127
|
+
type: object
|
|
1128
|
+
type: array
|
|
1129
|
+
required:
|
|
1130
|
+
- records
|
|
1131
|
+
type: object
|
|
1132
|
+
description: new desc
|
|
1133
|
+
responses:
|
|
1134
|
+
"200":
|
|
1135
|
+
content:
|
|
1136
|
+
application/json:
|
|
1137
|
+
schema:
|
|
1138
|
+
properties:
|
|
1139
|
+
code:
|
|
1140
|
+
description: 错误码,非 0 表示失败。
|
|
1141
|
+
type: number
|
|
1142
|
+
data:
|
|
1143
|
+
description: 返回结果
|
|
1144
|
+
properties:
|
|
1145
|
+
records:
|
|
1146
|
+
description: 记录列表
|
|
1147
|
+
items:
|
|
1148
|
+
description: 记录详细信息
|
|
1149
|
+
properties:
|
|
1150
|
+
fields:
|
|
1151
|
+
description: 数据表的字段,即数据表的列,格式为 json 字符串。
|
|
1152
|
+
type: string
|
|
1153
|
+
record_id:
|
|
1154
|
+
description: 一条记录的唯一标识 id
|
|
1155
|
+
type: string
|
|
1156
|
+
type: object
|
|
1157
|
+
type: array
|
|
1158
|
+
type: object
|
|
1159
|
+
log_id:
|
|
1160
|
+
description: 链路追踪 id
|
|
1161
|
+
type: string
|
|
1162
|
+
msg:
|
|
1163
|
+
description: 错误描述
|
|
1164
|
+
type: string
|
|
1165
|
+
type: object
|
|
1166
|
+
description: new desc
|
|
1167
|
+
default:
|
|
1168
|
+
description: ""
|
|
1169
|
+
summary: |
|
|
1170
|
+
批量更新多维表格数据表中的记录,单次调用最多更新 500 条记录。
|
|
1171
|
+
servers:
|
|
1172
|
+
- url: https://lark-plugin-api.solutionsuite.cn/lark-plugin
|