chargebee-typescript
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -6,3 +6,3 @@ let environment = { | ||
timeout: 40000, | ||
clientVersion: 'v2.2.0', | ||
clientVersion: 'v2.3.0', | ||
port: 443, | ||
@@ -9,0 +9,0 @@ timemachineWaitInMillis: 3000, |
@@ -1242,2 +1242,38 @@ import { RequestWrapper } from "../request_wrapper"; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax5_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax5_amount?: number; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax6_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax6_amount?: number; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax7_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax7_amount?: number; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax8_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax8_amount?: number; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax9_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax9_amount?: number; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax10_name?: string; | ||
} | ||
interface line_items_import_invoice_params { | ||
tax10_amount?: number; | ||
} | ||
interface line_item_tiers_import_invoice_params { | ||
@@ -1244,0 +1280,0 @@ line_item_id: string; |
@@ -145,2 +145,3 @@ import { RequestWrapper } from "../request_wrapper"; | ||
coupon_id?: string; | ||
entity_id?: string; | ||
discount_amount: number; | ||
@@ -220,2 +221,3 @@ } | ||
customer_notes?: string; | ||
comment?: string; | ||
cancelled_at?: number; | ||
@@ -226,2 +228,3 @@ credit_note?: credit_note_cancel_params; | ||
customer_notes?: string; | ||
comment?: string; | ||
credit_note?: credit_note_create_refundable_credit_note_params; | ||
@@ -228,0 +231,0 @@ } |
{ | ||
"name": "chargebee-typescript", | ||
"version": "2.2.0", | ||
"version": "2.3.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
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
20817
747345
121