Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chargebee-typescript

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chargebee-typescript - npm Package Compare versions

Comparing version 2.28.0 to 2.29.0

2

lib/environment.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc