@wix/auto_sdk_data-extension-schema_schemas 1.0.232 → 1.0.233

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.
@@ -3210,6 +3210,8 @@ interface MembershipsSPIConfig {
3210
3210
  * @maxSize 300
3211
3211
  */
3212
3212
  catalogAppDefIds?: string[];
3213
+ /** Set to true once your app implements the updated redemption methods (`ListExistingMemberships`, `ListPurchasablePlans`, `EnhanceAndValidateSelection`) */
3214
+ toggleUpdatedMethodsEnabled?: boolean;
3213
3215
  }
3214
3216
  interface LineItemsEnricherConfig {
3215
3217
  /** the base URI where all the methods are deployed. */