@wps365/openclaw-wpsxiezuo 1.8.0-beta.0 → 1.8.0
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/openclaw.plugin.json +11 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "wps-xiezuo",
|
|
3
3
|
"name": "WPS Xiezuo",
|
|
4
|
-
"version": "1.8.0
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"description": "WPS Xiezuo OpenClaw Plugin - connect to WPS Open Platform enterprise robot",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"author": "WPS Xiezuo Team",
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"wps_cloud_doc_list_drives",
|
|
50
50
|
"wps_cloud_doc_search_files",
|
|
51
51
|
"wps_cloud_doc_upload_file",
|
|
52
|
+
"wps_dbsheet_batch_create_sheets",
|
|
53
|
+
"wps_dbsheet_create_records",
|
|
54
|
+
"wps_dbsheet_delete_records",
|
|
55
|
+
"wps_dbsheet_get_record",
|
|
56
|
+
"wps_dbsheet_get_records",
|
|
57
|
+
"wps_dbsheet_get_schema",
|
|
58
|
+
"wps_dbsheet_list_records",
|
|
59
|
+
"wps_dbsheet_list_records_by_page",
|
|
60
|
+
"wps_dbsheet_update_records",
|
|
61
|
+
"wps_dbsheet_update_sheet",
|
|
52
62
|
"wps_media_download",
|
|
53
63
|
"wps_media_fetch_base64",
|
|
54
64
|
"wps_media_upload",
|