@wix/auto_sdk_subscription_subscriptions 1.0.39 → 1.0.41

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.
@@ -2604,7 +2604,7 @@ interface ScheduleAdditionalInfo extends ScheduleAdditionalInfoParamOneOf {
2604
2604
  * combination with `{"pauseAt": "NUMBER_OF_CYCLES_FROM_TODAY"}`.
2605
2605
  * __Note__: Currently not supported in _Bulk Update Subscription Items by Filter_.
2606
2606
  * @min 1
2607
- * @max 10
2607
+ * @max 120
2608
2608
  */
2609
2609
  numberOfCycles?: number;
2610
2610
  }
@@ -2626,7 +2626,7 @@ interface ScheduleAdditionalInfoParamOneOf {
2626
2626
  * combination with `{"pauseAt": "NUMBER_OF_CYCLES_FROM_TODAY"}`.
2627
2627
  * __Note__: Currently not supported in _Bulk Update Subscription Items by Filter_.
2628
2628
  * @min 1
2629
- * @max 10
2629
+ * @max 120
2630
2630
  */
2631
2631
  numberOfCycles?: number;
2632
2632
  }