@purpleschool/ai-proxy 0.1.16 → 0.1.17

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.16",
3
+ "version": "0.1.17",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -117,6 +117,7 @@ message VideoParams {
117
117
  int32 duration = 2;
118
118
  optional string aspectRatio = 3;
119
119
  optional string quality = 4;
120
+ optional string resolution = 5;
120
121
  }
121
122
 
122
123
  message VideoGenerationResponse {