@favid-inc/api
Advanced tools
Comparing version 3.6.3 to 3.6.4
@@ -15,10 +15,10 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
keep_dunning: boolean; | ||
months?: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12; | ||
order_id?: string; | ||
payer: Payer; | ||
} & ({ | ||
bank_slip_extra_days: number; | ||
bank_slip_extra_days?: number; | ||
method: "bank_slip"; | ||
} | { | ||
token: string; | ||
months?: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12; | ||
} | { | ||
@@ -25,0 +25,0 @@ customer_payment_method_id: string; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
18048