@amaster.ai/client 1.1.14-beta.2 → 1.1.14
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 +4 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -764,6 +764,8 @@ S3 storage API:
|
|
|
764
764
|
- `download(path)` - Download file as a blob
|
|
765
765
|
- `getMetadata(key)` - Read object metadata
|
|
766
766
|
|
|
767
|
+
`upload(file)` automatically switches to multipart upload for large files.
|
|
768
|
+
|
|
767
769
|
### `client.asr`
|
|
768
770
|
|
|
769
771
|
WebSocket real-time speech recognition:
|
|
@@ -810,6 +812,8 @@ S3 storage API:
|
|
|
810
812
|
- `upload(file)` - Upload file
|
|
811
813
|
- `download(path)` - Download file
|
|
812
814
|
|
|
815
|
+
`upload(file)` automatically switches to multipart upload for large files.
|
|
816
|
+
|
|
813
817
|
## 🔐 Token Management Flow
|
|
814
818
|
|
|
815
819
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/client",
|
|
3
|
-
"version": "1.1.14
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "Unified API client for Amaster platform - All services in one package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"registry": "https://registry.npmjs.org/"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@amaster.ai/
|
|
76
|
-
"@amaster.ai/
|
|
77
|
-
"@amaster.ai/
|
|
78
|
-
"@amaster.ai/
|
|
79
|
-
"@amaster.ai/
|
|
80
|
-
"@amaster.ai/
|
|
81
|
-
"@amaster.ai/
|
|
82
|
-
"@amaster.ai/
|
|
83
|
-
"@amaster.ai/
|
|
84
|
-
"@amaster.ai/workflow-client": "1.1.14
|
|
75
|
+
"@amaster.ai/auth-client": "1.1.14",
|
|
76
|
+
"@amaster.ai/bpm-client": "1.1.14",
|
|
77
|
+
"@amaster.ai/copilot-client": "1.1.14",
|
|
78
|
+
"@amaster.ai/asr-client": "1.1.14",
|
|
79
|
+
"@amaster.ai/entity-client": "1.1.14",
|
|
80
|
+
"@amaster.ai/function-client": "1.1.14",
|
|
81
|
+
"@amaster.ai/s3-client": "1.1.14",
|
|
82
|
+
"@amaster.ai/http-client": "1.1.14",
|
|
83
|
+
"@amaster.ai/tts-client": "1.1.14",
|
|
84
|
+
"@amaster.ai/workflow-client": "1.1.14"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"axios": "^1.11.0"
|