@favid-inc/api
Advanced tools
Comparing version 2.3.2 to 2.4.0
export * from "./models"; | ||
export * from "./searchs"; |
@@ -7,2 +7,1 @@ "use strict"; | ||
__export(require("./models")); | ||
__export(require("./searchs")); |
export declare const ARTIST = "artist"; | ||
export declare const ARTIST_SEARCH_BY_MAIN_CATEGORY = "artist_search_by_main_category"; | ||
export declare const ARTIST_SEARCH_BY_TERM = "artist_search_by_main_category"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTIST = "artist"; | ||
exports.ARTIST_SEARCH_BY_MAIN_CATEGORY = "artist_search_by_main_category"; | ||
exports.ARTIST_SEARCH_BY_TERM = "artist_search_by_main_category"; |
export declare const ORDER = "order"; | ||
export declare const ORDER_FLOW_CREATE = "order_flow_create"; | ||
export declare const ORDER_FLOW_DECLINE = "order_flow_decline"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ORDER = "order"; | ||
exports.ORDER_FLOW_CREATE = "order_flow_create"; | ||
exports.ORDER_FLOW_DECLINE = "order_flow_decline"; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
6735
36
205