@purpleschool/ai-proxy 0.1.12 → 0.1.13

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.12",
3
+ "version": "0.1.13",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -120,9 +120,8 @@ message VideoParams {
120
120
 
121
121
  message VideoGenerationResponse {
122
122
  string jobId = 1;
123
- optional string externalId = 2;
124
- optional string videoUrl = 3;
125
- optional string error = 4;
123
+ optional string videoUrl = 2;
124
+ optional string error = 3;
126
125
  }
127
126
 
128
127
  // Video Editor
@@ -135,9 +134,8 @@ message VideoEditorRequest {
135
134
 
136
135
  message VideoEditorResponse {
137
136
  string jobId = 1;
138
- optional string externalId = 2;
139
- optional string videoUrl = 3;
140
- optional string error = 4;
137
+ optional string videoUrl = 2;
138
+ optional string error = 3;
141
139
  }
142
140
 
143
141
  // Speech To Text