@favid-inc/api
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -1,2 +0,2 @@ | ||
import { Recipient } from "../pagar-me"; | ||
import { Recipient, RecipientStatus } from "../pagar-me"; | ||
import { ArtistCategory } from "./artist-category"; | ||
@@ -11,2 +11,3 @@ import { Model } from "./model"; | ||
biography?: string; | ||
birthdate?: number; | ||
categories?: ArtistCategory[]; | ||
@@ -18,6 +19,6 @@ email?: string; | ||
pagarMeRecipientId?: Recipient["id"]; | ||
pagarMeRecipientStatus?: Recipient["status"]; | ||
phoneNumber?: string; | ||
photoUri?: string; | ||
price?: number; | ||
recipientStatus?: ArtistRecipientStatus; | ||
registerStatus?: ArtistRegisterStatus; | ||
@@ -40,1 +41,2 @@ status?: ArtistStatus; | ||
} | ||
export declare type ArtistRecipientStatus = RecipientStatus; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
89846
1277