@purpleschool/ai-proxy 0.5.31 → 0.5.33

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.5.31",
3
+ "version": "0.5.33",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -143,6 +143,8 @@ message VideoParams {
143
143
  optional bool sound = 6;
144
144
  repeated string videoUrls = 7;
145
145
  optional bool multiShots = 8;
146
+ optional string firstFrameUrl = 9;
147
+ optional string lastFrameUrl = 10;
146
148
  }
147
149
 
148
150
  message VideoGenerationResponse {