@favid-inc/api
Advanced tools
Comparing version
@@ -33,17 +33,1 @@ import { CreateSubAccount } from "../iugu"; | ||
} | ||
export interface ArtistRate extends Model { | ||
artistId?: number; | ||
customerEmail?: string; | ||
customerName?: string; | ||
customerUserUid?: string; | ||
date?: number; | ||
message?: string; | ||
value?: 0 | 1 | 2 | 3 | 4 | 5; | ||
} | ||
export interface ArtistFollower extends Model { | ||
artistId?: number; | ||
customerEmail?: string; | ||
customerName?: string; | ||
customerUserUid?: string; | ||
date?: number; | ||
} |
export * from "./administrador"; | ||
export * from "./artist-category"; | ||
export * from "./artist-follower"; | ||
export * from "./artist-rate"; | ||
export * from "./artist"; | ||
export * from "./model"; | ||
export * from "./order"; |
@@ -8,3 +8,5 @@ "use strict"; | ||
__export(require("./artist-category")); | ||
__export(require("./artist-follower")); | ||
__export(require("./artist-rate")); | ||
__export(require("./artist")); | ||
__export(require("./order")); |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.10.8", | ||
"version": "3.10.9", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
27985
-0.94%1051
-1.13%