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