@favid-inc/api
Advanced tools
Comparing version 2.12.0 to 2.13.0
export * from './lib'; |
@@ -0,0 +0,0 @@ 'use strict'; |
export * from "./models"; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare type ArtistCategoryModel = string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export declare const ARTIST_CATEGORY = "artist_category"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTIST_CATEGORY = "artist_category"; |
export * from "./ArtistCategoryModel"; | ||
export * from "./constants"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ArtistCategoryModel } from "../artist-category"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ArtistModel } from "./ArtistModel"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ArtistModel } from "./ArtistModel"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const ARTIST = "artist"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./ArtistModel"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Model } from "./Model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from "./artist"; |
@@ -0,0 +0,0 @@ "use strict"; |
export interface Model { | ||
id?: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -17,2 +17,8 @@ import { OrderModel } from "./OrderModel"; | ||
} | ||
export interface OrderFlowDeclineOrderArguments { | ||
refusedByArtistDescription?: string; | ||
} | ||
export interface OrderFlowDeclineOrderResponse { | ||
order: OrderModel; | ||
} | ||
export declare enum OrderStatus { | ||
@@ -19,0 +25,0 @@ OPENED = "OP", |
@@ -10,2 +10,3 @@ "use strict"; | ||
})(OrderFlow = exports.OrderFlow || (exports.OrderFlow = {})); | ||
; | ||
var OrderStatus; | ||
@@ -12,0 +13,0 @@ (function (OrderStatus) { |
export * from "./OrderModel"; | ||
export * from "./constants"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Model } from "../Model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export default interface User { | ||
email?: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@favid-inc/api", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
api |
254
7963