@exonix/tchat-cli 1.1.5 → 1.1.6
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/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -72,6 +72,7 @@ tchat-cli schedule room-list --start 1704182400000 --end 1704186000000
|
|
|
72
72
|
tchat-cli meeting create -d '{"type":0,"subject":"评审","startTime":1704182400000,"endTime":1704186000000,"meetingType":0}'
|
|
73
73
|
tchat-cli meeting list
|
|
74
74
|
tchat-cli meeting history
|
|
75
|
+
tchat-cli meeting record-settings -d '{"meetingRecordId":"rec_xxx","meetingId":"mtg_xxx","sharingConfig":{"enableSharing":true,"shareScope":1}}'
|
|
75
76
|
|
|
76
77
|
# Atlas - 挑T帖搜索(仅职员)
|
|
77
78
|
tchat-cli atlas search --condition "技术创新" --start 1715587200000 --end 1716192000000
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exonix/tchat-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "TChat CLI - AI friendly command line tool for TChat platform",
|
|
5
5
|
"keywords": ["tchat", "cli", "teamwork", "ai"],
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"postinstall": "node scripts/install.js"
|
|
13
13
|
},
|
|
14
14
|
"optionalDependencies": {
|
|
15
|
-
"@exonix/tchat-cli-darwin-arm64": "1.1.
|
|
16
|
-
"@exonix/tchat-cli-darwin-x64": "1.1.
|
|
17
|
-
"@exonix/tchat-cli-linux-x64": "1.1.
|
|
18
|
-
"@exonix/tchat-cli-linux-arm64": "1.1.
|
|
19
|
-
"@exonix/tchat-cli-win32-x64": "1.1.
|
|
15
|
+
"@exonix/tchat-cli-darwin-arm64": "1.1.6",
|
|
16
|
+
"@exonix/tchat-cli-darwin-x64": "1.1.6",
|
|
17
|
+
"@exonix/tchat-cli-linux-x64": "1.1.6",
|
|
18
|
+
"@exonix/tchat-cli-linux-arm64": "1.1.6",
|
|
19
|
+
"@exonix/tchat-cli-win32-x64": "1.1.6"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|