@purpleschool/ai-proxy 0.4.22 → 0.4.23

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.4.22",
3
+ "version": "0.4.23",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -138,6 +138,8 @@ message VideoParams {
138
138
  optional string quality = 4;
139
139
  optional string resolution = 5;
140
140
  optional bool sound = 6;
141
+ repeated string videoUrls = 7;
142
+ optional bool multiShots = 8;
141
143
  }
142
144
 
143
145
  message VideoGenerationResponse {