rebilly-js-sdk 56.47.0 → 56.48.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,6 @@
1
- ## [56.47.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.46.0...rebilly-js-sdk-v56.47.0) (2024-08-14)
1
+ ## [56.48.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.47.0...rebilly-js-sdk-v56.48.0) (2024-08-15)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#7044](https://github.com/Rebilly/rebilly/issues/7044)) ([313b581](https://github.com/Rebilly/rebilly/commit/313b581ece512431e7d712caa38f36a559b70337))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#7069](https://github.com/Rebilly/rebilly/issues/7069)) ([67c82e7](https://github.com/Rebilly/rebilly/commit/67c82e7de46148c7684a0256f997c69db90c1512))
@@ -22527,7 +22527,7 @@ export interface coreComponents {
22527
22527
  /** Change customer subscription items. */
22528
22528
  PostSubscriptionItemsChange: {
22529
22529
  /** Effective time when changes are applied. */
22530
- effectiveTime?: "now" | "next-service-period";
22530
+ effectiveTime?: "now" | "next-service-period" | "auto";
22531
22531
  /** Details of items in the subscription. */
22532
22532
  items?: {
22533
22533
  /** ID of the plan. */
@@ -56362,7 +56362,7 @@ export interface storefrontComponents {
56362
56362
  /** Change customer subscription items. */
56363
56363
  PostSubscriptionItemsChange: {
56364
56364
  /** Effective time when changes are applied. */
56365
- effectiveTime?: "now" | "next-service-period";
56365
+ effectiveTime?: "now" | "next-service-period" | "auto";
56366
56366
  /** Details of items in the subscription. */
56367
56367
  items?: {
56368
56368
  /** ID of the plan. */
@@ -79063,7 +79063,7 @@ export interface reportsComponents {
79063
79063
  /** Change customer subscription items. */
79064
79064
  PostSubscriptionItemsChange: {
79065
79065
  /** Effective time when changes are applied. */
79066
- effectiveTime?: "now" | "next-service-period";
79066
+ effectiveTime?: "now" | "next-service-period" | "auto";
79067
79067
  /** Details of items in the subscription. */
79068
79068
  items?: {
79069
79069
  /** ID of the plan. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebilly-js-sdk",
3
- "version": "56.47.0",
3
+ "version": "56.48.0",
4
4
  "description": "Official Rebilly API JS library for the browser and Node",
5
5
  "types": "./dist/rebilly-js-sdk.d.ts",
6
6
  "main": "./dist/rebilly-js-sdk.umd.js",