Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@favid-inc/api

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@favid-inc/api - npm Package Compare versions

Comparing version 4.4.8 to 4.4.9

1

lib/app-artist/artist.d.ts
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"));

1

lib/model/artist.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc