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 3.3.8 to 3.3.9

6

lib/app-artist/index.d.ts

@@ -1,2 +0,2 @@

import { Artist } from "../model";
import { ArtistModel } from "../model";
interface Action {

@@ -18,6 +18,6 @@ Request: {

query?: void;
data: Artist;
data: ArtistModel;
};
Respose?: Artist;
Respose?: ArtistModel;
}
export {};

@@ -1,2 +0,2 @@

import { Artist } from "../model";
import { ArtistModel } from "../model";
import { Action } from "./action";

@@ -9,4 +9,4 @@ export interface FindArtistsGroupingByMainCategory extends Action {

Response: {
[mainCategory: string]: Artist;
[mainCategory: string]: ArtistModel;
};
}
import { ArtistCategory } from "./artist-category";
import { Model } from "./model";
export declare const ARTIST = "Artist";
export interface Artist extends Model {
export interface ArtistModel extends Model {
artisticName?: string;

@@ -6,0 +6,0 @@ biography?: string;

@@ -6,3 +6,3 @@ import { Model } from "../model";

artistName?: string;
artistPhoto?: string;
artistPhotoUri?: string;
customerUserUid?: string;

@@ -9,0 +9,0 @@ customerName?: string;

{
"name": "@favid-inc/api",
"version": "3.3.8",
"version": "3.3.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