@favid-inc/api
Advanced tools
Comparing version 4.4.8 to 4.4.9
import { Artist } from "../model"; | ||
import { Action } from "./action"; | ||
export declare const ARTIST_UPLOAD_DIRECTORY: string; | ||
export declare type ClaimProfile = Action<{ | ||
@@ -5,0 +4,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")); |
@@ -5,2 +5,3 @@ import { Recipient } from "../pagar-me"; | ||
export declare const ARTIST = "Artist"; | ||
export declare const ARTIST_UPLOAD_DIRECTORY: string; | ||
export interface Artist extends Model { | ||
@@ -7,0 +8,0 @@ affiliationCode?: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ARTIST = "Artist"; | ||
exports.ARTIST_UPLOAD_DIRECTORY = exports.ARTIST + "/:userUid/temporary"; | ||
var ArtistStatus; | ||
@@ -5,0 +6,0 @@ (function (ArtistStatus) { |
@@ -5,2 +5,3 @@ import { Model } from "../model"; | ||
export declare const ORDER = "Order"; | ||
export declare const ORDER_UPLOAD_DIRECTORY: string; | ||
export interface Order extends Model { | ||
@@ -7,0 +8,0 @@ artistArtisticName?: string; |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.ORDER = "Order"; | ||
exports.ORDER_UPLOAD_DIRECTORY = exports.ORDER + "/:artistUserUId/:orderId/:basename"; | ||
var OrderStatus; | ||
@@ -8,0 +9,0 @@ (function (OrderStatus) { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.4.8", | ||
"version": "4.4.9", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
89200
1257