@favid-inc/api
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -1,1 +0,1 @@ | ||
export declare const ARTIST_CATEGORY = "artist-category"; | ||
export declare const ARTIST_CATEGORY = "artist_category"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTIST_CATEGORY = "artist-category"; | ||
exports.ARTIST_CATEGORY = "artist_category"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
var constants_1 = require("../constants"); | ||
exports.ARTIST_SEARCH_BY_MAIN_CATEGORY = models_1.ARTIST + "-" + constants_1.SEARCH_BY + "-main-category"; | ||
exports.ARTIST_SEARCH_BY_MAIN_CATEGORY = models_1.ARTIST + "_" + constants_1.SEARCH_BY + "_main_category"; | ||
// interface Shards { | ||
@@ -8,0 +8,0 @@ // total: number; |
@@ -5,3 +5,3 @@ "use strict"; | ||
var constants_1 = require("../constants"); | ||
exports.ARTIST_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; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SEARCH = "search"; | ||
exports.SEARCH_BY = exports.SEARCH + "-by"; | ||
exports.SEARCH_BY = exports.SEARCH + "_by"; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |