@purpleschool/ai-proxy 0.4.20 → 0.4.22

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.20",
3
+ "version": "0.4.22",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -110,6 +110,12 @@ message ImageEditorRequest {
110
110
  string prompt = 2;
111
111
  repeated string imageUrls = 3;
112
112
  string callbackUrl = 4;
113
+ ImageEditorParams params = 5;
114
+ }
115
+
116
+ message ImageEditorParams {
117
+ optional string aspectRatio = 1;
118
+ optional string quality = 2;
113
119
  }
114
120
 
115
121
  message ImageEditorResponse {
@@ -131,6 +137,7 @@ message VideoParams {
131
137
  optional string aspectRatio = 3;
132
138
  optional string quality = 4;
133
139
  optional string resolution = 5;
140
+ optional bool sound = 6;
134
141
  }
135
142
 
136
143
  message VideoGenerationResponse {