@favid-inc/api
Advanced tools
Comparing version 3.5.5 to 3.5.6
export * from './lib'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ export interface Action { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { Artist } from "../model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./artist"; | ||
export * from "./order"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { Order } from "../model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Action { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
import { Artist } from "../model"; | ||
import { Action } from "./action"; | ||
export interface FindArtistsGroupingByMainCategory extends Action { | ||
export interface ListArtistsGroupingByMainCategory extends Action { | ||
Request: { | ||
url: "/FindArtistsGroupingByMainCategory"; | ||
url: "/ListArtistsGroupingByMainCategory"; | ||
method: "POST"; | ||
}; | ||
Response: { | ||
[mainCategory: string]: Artist; | ||
[mainCategory: string]: Artist[]; | ||
}; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./artist"; | ||
export * from "./order"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DirectCharge, PaymentToken } from "../iugu"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./model"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -16,3 +16,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
items: Item[]; | ||
keep_dunning: string; | ||
keep_dunning: boolean; | ||
months: number; | ||
@@ -19,0 +19,0 @@ order_id: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./direct-charge"; | ||
export * from "./token"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./direct-charge"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export declare const ARTIST_CATEGORY = "ArtistCategory"; | ||
export declare type ArtistCategory = string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTIST_CATEGORY = "ArtistCategory"; |
@@ -0,0 +0,0 @@ import { ArtistCategory } from "./artist-category"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./artist"; |
@@ -0,0 +0,0 @@ "use strict"; |
export interface Model { | ||
id?: number; | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Model } from "../model"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Model } from "../model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
api |
14018