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.5.5 to 3.5.6

0

index.d.ts
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 });

6

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

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