@wix/auto_sdk_stores_read-only-variants-v-3 1.0.27 → 1.0.28

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.
@@ -1,4 +1,4 @@
1
- import { aQ as QueryVariantsRequest$1, aV as QueryVariantsResponse$1, aY as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-CJFQ3HEl.mjs';
1
+ import { aQ as QueryVariantsRequest$1, aV as QueryVariantsResponse$1, aY as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DXrWs8PM.mjs';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /**
@@ -4638,6 +4638,13 @@ interface SubscriptionDetails {
4638
4638
  * Default: `false`
4639
4639
  */
4640
4640
  allowOneTimePurchases?: boolean | null;
4641
+ /**
4642
+ * Whether to add a 'Cancel subscription' button to the My Subscriptions tab of the [Members Area page](https://support.wix.com/en/article/site-members-about-the-members-area).
4643
+ *
4644
+ * Default: `false`
4645
+ * @internal
4646
+ */
4647
+ enableCustomerCancellation?: boolean | null;
4641
4648
  }
4642
4649
  interface Subscription extends SubscriptionCyclesOneOf {
4643
4650
  /** Whether subscription is renewed automatically at the end of each period. Cannot be `false`, instead set `billingCycles`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_stores_read-only-variants-v-3",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.stores.catalog.v3.read_only_variant"
51
51
  }
52
52
  },
53
- "falconPackageHash": "9219b6f4633c23595eb00bd2bd29019288d71caca9b73d1f108f660e"
53
+ "falconPackageHash": "5be965b02d27285f0386f5f291ae53798d461de17e4079b07cef26d0"
54
54
  }