@favid-inc/api
Advanced tools
Comparing version 4.4.1 to 4.4.2
import { Balance, Recipient } from "../pagar-me"; | ||
import { Action } from "./action"; | ||
export interface RequestWallet { | ||
export interface CreateWallet { | ||
Request: { | ||
url: "/RequestWallet"; | ||
url: "/CreateWallet"; | ||
method: "POST"; | ||
@@ -7,0 +7,0 @@ data?: Recipient; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
88984