@favid-inc/api
Advanced tools
Comparing version 4.3.11 to 4.3.12
@@ -30,4 +30,4 @@ import { Artist } from "../model"; | ||
}, Artist>; | ||
export declare type ApplyForAffiliation = ApplyForAffiliationPost | ApplyForAffiliationGet; | ||
export declare type ApplyForAffiliationPost = Action<{ | ||
export declare type ApplyForAffiliation = ApplyForAffiliationForm | ApplyForAffiliationSubmition; | ||
export declare type ApplyForAffiliationForm = Action<{ | ||
url: "/ApplyForAffiliation"; | ||
@@ -40,3 +40,3 @@ method: "POST"; | ||
}, void>; | ||
export declare type ApplyForAffiliationGet = Action<{ | ||
export declare type ApplyForAffiliationSubmition = Action<{ | ||
url: "/ApplyForAffiliation"; | ||
@@ -52,1 +52,7 @@ method: "GET"; | ||
}, void>; | ||
export declare type ReadApplyForAffiliationLink = Action<{ | ||
url: "/ReadApplyForAffiliationLink"; | ||
method: "GET"; | ||
}, { | ||
url: string; | ||
}>; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.3.11", | ||
"version": "4.3.12", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
31453
1059