@favid-inc/api
Advanced tools
Comparing version 1.2.0 to 1.3.0
import { ArtistModel } from '../models'; | ||
export declare const ARTISTS_BY_MAIN_CATEGORY_SEARCH = "artists-by-main-category-search"; | ||
export interface ArtistsByMainCategorySearch { | ||
@@ -3,0 +4,0 @@ aggregations: Aggregations; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTISTS_BY_MAIN_CATEGORY_SEARCH = 'artists-by-main-category-search'; |
import { ArtistModel } from '../models'; | ||
export declare const ARTISTS_BY_TERM = "artists-by-term"; | ||
export declare const ARTISTS_BY_TERM_SEARCH = "artists-by-term-search"; | ||
export interface ArtistsByTermSearch { | ||
@@ -4,0 +4,0 @@ hits: Hits; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTISTS_BY_TERM = 'artists-by-term'; | ||
exports.ARTISTS_BY_TERM_SEARCH = 'artists-by-term-search'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./ArtistsByMainCategorySearch")); | ||
__export(require("./ArtistsByTermSearch")); |
{ | ||
"name": "@favid-inc/api", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
4303
118