@favid-inc/api
Advanced tools
Comparing version 2.0.0 to 2.0.1
import { ArtistModel } from '../../models'; | ||
export declare const ARTISTS_SEARCH_BY_TERM: string; | ||
export declare const ARTIST_SEARCH_BY_TERM: string; | ||
export declare type ArtistSearchByTermArgument = string; | ||
@@ -4,0 +4,0 @@ export interface ArtistSearchByTermResult { |
@@ -5,3 +5,3 @@ "use strict"; | ||
var constants_1 = require("../constants"); | ||
exports.ARTISTS_SEARCH_BY_TERM = models_1.ARTIST + "-" + constants_1.SEARCH_BY + "-term"; | ||
exports.ARTIST_SEARCH_BY_TERM = models_1.ARTIST + "-" + constants_1.SEARCH_BY + "-term"; | ||
// interface Shards { | ||
@@ -8,0 +8,0 @@ // total: number; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
5679