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.6 to 4.4.7

24

lib/pagar-me/recipient/create.d.ts
import { Action } from "../action";
import { BankAccount } from "../bank-account";
import { Recipient, RecipientTransferInterval } from "./recipient";
import { Recipient, RecipientTransferInterval, RegisterInformation } from "./recipient";
export declare type CreateRecipient = Action<Request, Recipient>;

@@ -25,24 +25,2 @@ interface Request {

}) & (RecipientTransferInterval);
declare type RegisterInformation = {
document_number: string;
email: string;
site_url?: string;
phone_numbers: Array<{
ddd: string;
number: string;
type: string;
}>;
} & ({
type: "individual";
name: string;
} | {
type: "corporation";
company_name: string;
managing_partners: Array<{
type: string;
document_number: string;
email: string;
name: string;
}>;
});
export {};

2

lib/pagar-me/recipient/index.d.ts
export { CreateRecipient } from "./create";
export { ReadRecipient } from "./read";
export { ReadRecipientBalance } from "./recipient-balance";
export { Recipient, RecipientStatus } from "./recipient";
export { Recipient, RecipientStatus, RegisterInformation } from "./recipient";

@@ -18,4 +18,27 @@ import { BankAccount } from "../bank-account";

status_reason?: string;
register_information: RegisterInformation;
metadata?: any;
} & (RecipientTransferInterval);
export declare type RegisterInformation = {
document_number: string;
email: string;
site_url?: string;
phone_numbers: Array<{
ddd: string;
number: string;
type: string;
}>;
} & ({
type: "individual";
name: string;
} | {
type: "corporation";
company_name: string;
managing_partners: Array<{
type: string;
document_number: string;
email: string;
name: string;
}>;
});
export declare enum RecipientStatus {

@@ -22,0 +45,0 @@ REGISTRATION = "registration",

{
"name": "@favid-inc/api",
"version": "4.4.6",
"version": "4.4.7",
"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