chargebee-typescript
Advanced tools
Comparing version 2.28.0 to 2.29.0
@@ -6,3 +6,3 @@ let environment = { | ||
timeout: 80000, | ||
clientVersion: 'v2.28.0', | ||
clientVersion: 'v2.29.0', | ||
port: 443, | ||
@@ -9,0 +9,0 @@ timemachineWaitInMillis: 3000, |
@@ -224,2 +224,3 @@ import { ListResult } from '../list_result'; | ||
redirect_url?: string; | ||
layout?: string; | ||
quote?: quote_accept_quote_params; | ||
@@ -226,0 +227,0 @@ } |
@@ -155,2 +155,5 @@ import { ListResult } from '../list_result'; | ||
tax_rate: number; | ||
date_to?: number; | ||
date_from?: number; | ||
prorated_taxable_amount?: number; | ||
is_partial_tax_applied?: boolean; | ||
@@ -327,2 +330,3 @@ is_non_compliance_tax?: boolean; | ||
retain_payment_source?: boolean; | ||
payment_initiator?: string; | ||
shipping_address?: shipping_address_create_for_charge_items_and_charges_params; | ||
@@ -1573,2 +1577,5 @@ statement_descriptor?: statement_descriptor_create_for_charge_items_and_charges_params; | ||
interface transaction_record_payment_params { | ||
custom_payment_method_id?: string; | ||
} | ||
interface transaction_record_payment_params { | ||
id_at_gateway?: string; | ||
@@ -1619,2 +1626,5 @@ } | ||
interface transaction_record_refund_params { | ||
custom_payment_method_id?: string; | ||
} | ||
interface transaction_record_refund_params { | ||
date: number; | ||
@@ -1621,0 +1631,0 @@ } |
{ | ||
"name": "chargebee-typescript", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"description": "A library in typescript for integrating with Chargebee.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24529
957731