@purpleschool/ai-proxy 0.2.18 → 0.2.19

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.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -7,6 +7,7 @@ service AiProxyService {
7
7
  rpc TextGenerationUnary (TextGenerationUnaryRequest) returns (TextGenerationUnaryResponse);
8
8
 
9
9
  rpc ImageGeneration (ImageGenerationRequest) returns (ImageGenerationResponse);
10
+ rpc ImageGenerationAsync (ImageGenerationRequest) returns (ImageGenerationResponse);
10
11
  rpc ImageEditor (ImageEditorRequest) returns (ImageEditorResponse);
11
12
 
12
13
  rpc VideoGeneration (VideoGenerationRequest) returns (VideoGenerationResponse);