@favid-inc/api
Advanced tools
Comparing version 3.5.20 to 3.6.0
@@ -20,2 +20,10 @@ import { Artist } from "../model"; | ||
} | ||
export interface UploadProfilePhoto extends Action { | ||
Request: { | ||
url: "/UploadProfilePhoto"; | ||
method: "POST"; | ||
data: FormData; | ||
}; | ||
Response: Artist; | ||
} | ||
export interface LoadProfile extends Action { | ||
@@ -22,0 +30,0 @@ Request: { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.20", | ||
"version": "3.6.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
15894
582