chargebee 2.27.0 → 2.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
- ### v2.26.1 (2023-08-11)
1
+ ### v2.28.0 (2023-09-26)
2
2
  * * *
3
- * Support Descriptions for the attributes and actions has been added.
3
+
4
+ #### New attributes:
5
+ * venmo has been added to the PaymentSource resource.
6
+ * proration_type has been added to the QuotedCharge, QuotedSubscription and Subscription resource.
7
+
8
+ #### New Enum values:
9
+ * ebanx has been added to Gateway.
10
+ * venmo has been added to Customer#TypeEnum.
11
+ * venmo has been added to PaymentMethodEnum.
12
+ * venmo has been added to PaymentMethodTypeEnum.
13
+ * venmo has been added to TypeEnum.
14
+ * venmo has been added to PaymentIntent#PaymentMethodTypeEnum.
15
+
16
+ #### New Input parameters:
17
+ * einvoicing_method has been added to HostedPage#CheckoutOneTimeForItemsRequest.
18
+ * einvoicing_method has been added to HostedPage#CheckoutNewForItemsRequest.
19
+ * additional_information has been added to PaymentSource#CardAdditionalInformation.
4
20
 
5
21
  ### v2.27.0 (2023-09-05)
6
22
  * * *
@@ -21,6 +37,10 @@
21
37
  #### New Input parameters:
22
38
  * avalara_tax_code, hsn_code, taxjar_product_code has been added to Invoice#AddChargeRequest.
23
39
 
40
+ ### v2.26.1 (2023-08-11)
41
+ * * *
42
+ * Support Descriptions for the attributes and actions has been added.
43
+
24
44
 
25
45
  ### v2.26.0 (2023-07-31)
26
46
  * * *
package/lib/chargebee.js CHANGED
@@ -11,7 +11,7 @@ ChargeBee._env = {
11
11
  hostSuffix: '.chargebee.com',
12
12
  apiPath: '/api/v2',
13
13
  timeout: 80000,
14
- clientVersion: 'v2.27.0',
14
+ clientVersion: 'v2.28.0',
15
15
  port: 443,
16
16
  timemachineWaitInMillis: 3000,
17
17
  exportWaitInMillis: 3000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"chargebee",
3
- "version":"2.27.0",
3
+ "version":"2.28.0",
4
4
  "description":"A library for integrating with ChargeBee.",
5
5
  "keywords":[
6
6
  "payments",