@purpleschool/ai-proxy 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/ai-proxy",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -140,7 +140,6 @@ message SpeechToTextRequest {
140
140
  string model = 1;
141
141
  string fileKey = 2;
142
142
  string fileUrl = 3;
143
- int32 durationInSeconds = 4;
144
143
  }
145
144
 
146
145
  message SpeechToTextResponse {