@wix/app-extensions 1.0.123 → 1.0.124

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.
@@ -5173,6 +5173,8 @@ interface MembershipsSPIConfig {
5173
5173
  catalogAppDefIds?: string[];
5174
5174
  /** Set to true once your app implements the updated redemption methods (`ListExistingMemberships`, `ListPurchasablePlans`, `EnhanceAndValidateSelection`) */
5175
5175
  toggleUpdatedMethodsEnabled?: boolean;
5176
+ /** Set to true once your app implements `ListMembershipsByIds` */
5177
+ toggleMembershipsLookupEnabled?: boolean;
5176
5178
  }
5177
5179
  /** @internal */
5178
5180
  interface LineItemsEnricherConfig {