@amaster.ai/client 1.1.14-beta.2 → 1.1.15

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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-beta.2",
3
+ "version": "1.1.15",
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/asr-client": "1.1.14-beta.2",
76
- "@amaster.ai/auth-client": "1.1.14-beta.2",
77
- "@amaster.ai/bpm-client": "1.1.14-beta.2",
78
- "@amaster.ai/entity-client": "1.1.14-beta.2",
79
- "@amaster.ai/function-client": "1.1.14-beta.2",
80
- "@amaster.ai/copilot-client": "1.1.14-beta.2",
81
- "@amaster.ai/http-client": "1.1.14-beta.2",
82
- "@amaster.ai/tts-client": "1.1.14-beta.2",
83
- "@amaster.ai/s3-client": "1.1.14-beta.2",
84
- "@amaster.ai/workflow-client": "1.1.14-beta.2"
75
+ "@amaster.ai/asr-client": "1.1.15",
76
+ "@amaster.ai/bpm-client": "1.1.15",
77
+ "@amaster.ai/auth-client": "1.1.15",
78
+ "@amaster.ai/copilot-client": "1.1.15",
79
+ "@amaster.ai/function-client": "1.1.15",
80
+ "@amaster.ai/entity-client": "1.1.15",
81
+ "@amaster.ai/http-client": "1.1.15",
82
+ "@amaster.ai/tts-client": "1.1.15",
83
+ "@amaster.ai/workflow-client": "1.1.15",
84
+ "@amaster.ai/s3-client": "1.1.15"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "axios": "^1.11.0"