chargebee 2.35.0 → 2.35.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 +6 -0
- package/lib/chargebee.js +1 -1
- package/lib/resources/api_endpoints.js +1 -17
- package/package.json +1 -1
- package/types/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
package/lib/chargebee.js
CHANGED
|
@@ -2829,22 +2829,6 @@ var _endpoints = {
|
|
|
2829
2829
|
false
|
|
2830
2830
|
]
|
|
2831
2831
|
],
|
|
2832
|
-
"installment_detail": []
|
|
2833
|
-
"session": [
|
|
2834
|
-
[
|
|
2835
|
-
"create",
|
|
2836
|
-
"POST",
|
|
2837
|
-
"/sessions",
|
|
2838
|
-
null,
|
|
2839
|
-
false
|
|
2840
|
-
],
|
|
2841
|
-
[
|
|
2842
|
-
"retrieve",
|
|
2843
|
-
"GET",
|
|
2844
|
-
"/sessions",
|
|
2845
|
-
null,
|
|
2846
|
-
true
|
|
2847
|
-
]
|
|
2848
|
-
]
|
|
2832
|
+
"installment_detail": []
|
|
2849
2833
|
};
|
|
2850
2834
|
module.exports = _endpoints;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
///<reference path='./resources/QuotedSubscription.d.ts' />
|
|
56
56
|
///<reference path='./resources/Ramp.d.ts' />
|
|
57
57
|
///<reference path='./resources/ResourceMigration.d.ts' />
|
|
58
|
-
///<reference path='./resources/Session.d.ts' />
|
|
59
58
|
///<reference path='./resources/SiteMigrationDetail.d.ts' />
|
|
60
59
|
///<reference path='./resources/Subscription.d.ts' />
|
|
61
60
|
///<reference path='./resources/SubscriptionEntitlement.d.ts' />
|
|
@@ -110,7 +109,6 @@ declare module 'chargebee' {
|
|
|
110
109
|
static quote: Quote.QuoteResource;
|
|
111
110
|
static ramp: Ramp.RampResource;
|
|
112
111
|
static resource_migration: ResourceMigration.ResourceMigrationResource;
|
|
113
|
-
static session: Session.SessionResource;
|
|
114
112
|
static site_migration_detail: SiteMigrationDetail.SiteMigrationDetailResource;
|
|
115
113
|
static subscription: Subscription.SubscriptionResource;
|
|
116
114
|
static subscription_entitlement: SubscriptionEntitlement.SubscriptionEntitlementResource;
|