@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 +1 -1
- package/proto/ai-proxy.proto +4 -6
package/package.json
CHANGED
package/proto/ai-proxy.proto
CHANGED
|
@@ -120,9 +120,8 @@ message VideoParams {
|
|
|
120
120
|
|
|
121
121
|
message VideoGenerationResponse {
|
|
122
122
|
string jobId = 1;
|
|
123
|
-
optional string
|
|
124
|
-
optional string
|
|
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
|
|
139
|
-
optional string
|
|
140
|
-
optional string error = 4;
|
|
137
|
+
optional string videoUrl = 2;
|
|
138
|
+
optional string error = 3;
|
|
141
139
|
}
|
|
142
140
|
|
|
143
141
|
// Speech To Text
|