@favid-inc/api
Advanced tools
Comparing version 3.5.7 to 3.5.8
@@ -1,2 +0,2 @@ | ||
import { Charge, PaymentToken } from "../iugu"; | ||
import { DirectCharge, PaymentToken } from "../iugu"; | ||
import { Order } from "../model"; | ||
@@ -26,6 +26,6 @@ import { Action } from "./action"; | ||
paymentToken: PaymentToken["Request"]["data"]; | ||
directCharge: Charge["Request"]["data"]; | ||
directCharge: DirectCharge["Request"]["data"]; | ||
}; | ||
}; | ||
Response: Charge["Response"]; | ||
Response: DirectCharge["Response"]; | ||
} |
import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
export interface Charge { | ||
export interface DirectCharge { | ||
Request: Request; | ||
@@ -4,0 +4,0 @@ Response: Response; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
14026