@favid-inc/api
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -1,2 +0,2 @@ | ||
import { Customer, Transaction, TransactionPaymentMethod } from "../pagar-me"; | ||
import { CreateTransaction, Customer, TransactionPaymentMethod } from "../pagar-me"; | ||
import { Order } from "../model"; | ||
@@ -33,3 +33,3 @@ import { Action } from "./action"; | ||
}; | ||
Response: Transaction; | ||
Response: CreateTransaction["Response"]; | ||
} | ||
@@ -36,0 +36,0 @@ export interface LikeOrder extends Action { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
26472