@favid-inc/api
Advanced tools
Comparing version 3.5.13 to 3.5.14
@@ -11,10 +11,8 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
restrict_payment_method: boolean; | ||
customer_id: string; | ||
customer_id?: string; | ||
discount_cents: number; | ||
email: string; | ||
invoice_id: string; | ||
items: Item[]; | ||
keep_dunning: boolean; | ||
months: number; | ||
order_id: string; | ||
months?: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12; | ||
order_id?: string; | ||
payer: Payer; | ||
@@ -28,2 +26,6 @@ } & ({ | ||
customer_payment_method_id: string; | ||
}) & ({ | ||
email?: string; | ||
} | { | ||
invoice_id?: string; | ||
}); | ||
@@ -30,0 +32,0 @@ }; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.13", | ||
"version": "3.5.14", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
15255
561