@wix/auto_sdk_subscription_subscriptions 1.0.38 → 1.0.40

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.
@@ -731,6 +731,11 @@ interface TaxBreakdown {
731
731
  jurisdiction?: string | null;
732
732
  /** Type of jurisdiction that taxes were calculated for. */
733
733
  jurisdictionType?: string;
734
+ /**
735
+ * Provider-specific metadata (e.g., Avalara trans/svc codes for financial reporting)
736
+ * @maxSize 20
737
+ */
738
+ metadata?: Record<string, string>;
734
739
  }
735
740
  interface FreeTrialData {
736
741
  /**
@@ -2599,7 +2604,7 @@ interface ScheduleAdditionalInfo extends ScheduleAdditionalInfoParamOneOf {
2599
2604
  * combination with `{"pauseAt": "NUMBER_OF_CYCLES_FROM_TODAY"}`.
2600
2605
  * __Note__: Currently not supported in _Bulk Update Subscription Items by Filter_.
2601
2606
  * @min 1
2602
- * @max 10
2607
+ * @max 120
2603
2608
  */
2604
2609
  numberOfCycles?: number;
2605
2610
  }
@@ -2621,7 +2626,7 @@ interface ScheduleAdditionalInfoParamOneOf {
2621
2626
  * combination with `{"pauseAt": "NUMBER_OF_CYCLES_FROM_TODAY"}`.
2622
2627
  * __Note__: Currently not supported in _Bulk Update Subscription Items by Filter_.
2623
2628
  * @min 1
2624
- * @max 10
2629
+ * @max 120
2625
2630
  */
2626
2631
  numberOfCycles?: number;
2627
2632
  }