@favid-inc/api
Advanced tools
Comparing version 3.3.18 to 3.4.0
import { Artist } from "../model"; | ||
import { Action } from "./action"; | ||
export interface ClaimProfile extends Action { | ||
Request: { | ||
url: "/ClaimProfile"; | ||
method: "POST"; | ||
data: { | ||
idToken: string; | ||
}; | ||
}; | ||
} | ||
export interface UpdateProfile extends Action { | ||
@@ -7,3 +16,2 @@ Request: { | ||
method: "POST"; | ||
query?: void; | ||
data: Artist; | ||
@@ -17,6 +25,4 @@ }; | ||
method: "GET"; | ||
query?: void; | ||
data?: void; | ||
}; | ||
Response: Artist; | ||
} |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.3.18", | ||
"version": "3.4.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
7959
257