@favid-inc/api
Advanced tools
Comparing version 4.2.13 to 4.3.0
import { Artist } from "../model"; | ||
import { Action } from "./action"; | ||
export declare type ARTIST_UPLOAD_DIRECTORY = "Artist/:userUid/temporary"; | ||
export declare const ARTIST_UPLOAD_DIRECTORY: string; | ||
export declare type ClaimProfile = Action<{ | ||
@@ -5,0 +5,0 @@ url: "/ClaimProfile"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var model_1 = require("../model"); | ||
exports.ARTIST_UPLOAD_DIRECTORY = model_1.ARTIST + "/:userUid/temporary"; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./artist")); |
@@ -36,2 +36,12 @@ import { Address, CreateTransaction, Customer, TransactionPaymentMethod } from "../pagar-me"; | ||
} | ||
export interface GetCheckoutLink extends Action { | ||
Request: { | ||
url: "/GetCheckoutLink"; | ||
method: "GET"; | ||
params: { | ||
orderId: string; | ||
}; | ||
}; | ||
Response: string; | ||
} | ||
export interface LikeOrder extends Action { | ||
@@ -38,0 +48,0 @@ Request: { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.2.13", | ||
"version": "4.3.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
30710
1038