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