chargebee 3.7.0 → 3.8.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,3 +1,68 @@
1
+ ### v3.8.0 (2025-06-19)
2
+ * * *
3
+
4
+ ### New Resources
5
+ * QuotedRamp has been added.
6
+
7
+ ### New Attributes
8
+ * chargebee_response_schema_type has been added to Configuration.
9
+ * linked_item has been added to OmnichannelSubscriptionItem.
10
+ * resumes_at has been added to OmnichannelSubscriptionItem.
11
+
12
+ ### Changed Attributes
13
+ * percentage changed to is_percentage_pricing in CreditNote.
14
+ * percentage changed to is_percentage_pricing in QuoteLineGroup.
15
+ * percentage changed to is_percentage_pricing in CreditNoteEstimate.
16
+ * percentage changed to is_percentage_pricing in Invoice.
17
+ * percentage changed to is_percentage_pricing in InvoiceEstimate.
18
+ * percentage changed to is_percentage_pricing in Quote.
19
+
20
+
21
+ ### New Input Parameters
22
+ * is_percentage_pricing has been added to Item#UpdateRequest.
23
+ * line_item[subscription_id] has been added to CreditNote#RetrieveRequest.
24
+ * line_item[customer_id] has been added to CreditNote#RetrieveRequest.
25
+ * line_item[subscription_id] has been added to Invoice#RetrieveRequest.
26
+ * line_item[customer_id] has been added to Invoice#RetrieveRequest.
27
+ * billing_override[max_excess_payment_usage] has been added to Estimate#CreateSubItemForCustomerEstimateRequest.
28
+ * billing_override[max_refundable_credits_usage] has been added to Estimate#CreateSubItemForCustomerEstimateRequest.
29
+ * billing_override[max_excess_payment_usage] has been added to Estimate#UpdateSubscriptionForItemsRequest.
30
+ * billing_override[max_refundable_credits_usage] has been added to Estimate#UpdateSubscriptionForItemsRequest.
31
+ * billing_start_option has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
32
+ * net_term_days has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
33
+ * billing_address has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
34
+ * subscription_items has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
35
+ * discounts has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
36
+ * billing_start_option has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
37
+ * net_term_days has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
38
+ * billing_address has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
39
+ * subscription_items has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
40
+ * discounts has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
41
+ * net_term_days has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
42
+ * subscription_items has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
43
+ * discount has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
44
+ * coupons has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
45
+ * net_term_days has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
46
+ * subscription_items has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
47
+ * discounts has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
48
+ * coupons has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
49
+ * billing_address has been added to Quote#CreateForChargeItemsAndChargesRequest.
50
+ * billing_address has been added to Quote#EditForChargeItemsAndChargesRequest.
51
+ * sort_by[order] has been added to Subscription#SubscriptionContractTermsForSubscriptionRequest.
52
+ * item_tiers has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
53
+ * item_tiers has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
54
+ * item_tiers has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
55
+ * item_tiers has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
56
+
57
+ ### New Endpoints:
58
+ * PauseDunningRequest has been added to Invoice.
59
+ * ResumeDunningRequest has been added to Invoice.
60
+
61
+ ### Enum Attributes:
62
+ * BillingPeriodUnitEnum has been added.
63
+ * BillingStartOptionEnum has been added.
64
+ * OMNICHANNEL_SUBSCRIPTION_ITEM_RESUMED has been added to EventTypeEnum.
65
+
1
66
  ### v3.7.0 (2025-05-15)
2
67
  * * *
3
68
 
@@ -11,7 +11,7 @@ exports.Environment = {
11
11
  hostSuffix: '.chargebee.com',
12
12
  apiPath: '/api/v2',
13
13
  timeout: DEFAULT_TIME_OUT,
14
- clientVersion: 'v3.6.1',
14
+ clientVersion: 'v3.8.0',
15
15
  port: DEFAULT_PORT,
16
16
  timemachineWaitInMillis: DEFAULT_TIME_MACHINE_WAIT,
17
17
  exportWaitInMillis: DEFAULT_EXPORT_WAIT,