@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.
@@ -3191,6 +3191,8 @@ interface MembershipsSPIConfig {
3191
3191
  * @maxSize 300
3192
3192
  */
3193
3193
  catalogAppDefIds?: string[];
3194
+ /** Set to true once your app implements the updated redemption methods (`ListExistingMemberships`, `ListPurchasablePlans`, `EnhanceAndValidateSelection`) */
3195
+ toggleUpdatedMethodsEnabled?: boolean;
3194
3196
  }
3195
3197
  interface LineItemsEnricherConfig {
3196
3198
  /** the base URI where all the methods are deployed. */