chargebee 2.34.0 → 2.34.1

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,3 +1,13 @@
1
+ ### v2.34.1 (2024-04-03)
2
+ * * *
3
+
4
+ #### New Input parameters:
5
+ * to_customer_id has been added to subscription#MoveRequest.
6
+ * copy_payment_source has been added to subscription#MoveRequest.
7
+
8
+ #### New endpoints:
9
+ * Subscription#MoveRequest has been added to the Subscription resource.
10
+
1
11
  ### v2.34.0 (2024-03-20)
2
12
  * * *
3
13
 
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.34.0',
14
+ clientVersion: 'v2.34.1',
15
15
  port: 443,
16
16
  timemachineWaitInMillis: 3000,
17
17
  exportWaitInMillis: 3000
@@ -251,6 +251,13 @@ var _endpoints = {
251
251
  "/subscriptions",
252
252
  "/remove_scheduled_resumption",
253
253
  true
254
+ ],
255
+ [
256
+ "move",
257
+ "POST",
258
+ "/subscriptions",
259
+ "/move",
260
+ true
254
261
  ]
255
262
  ],
256
263
  "contract_term": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"chargebee",
3
- "version":"2.34.0",
3
+ "version":"2.34.1",
4
4
  "description":"A library for integrating with ChargeBee.",
5
5
  "keywords":[
6
6
  "payments",