@goldenhippo/builder-cart-schemas 0.21.0 → 0.22.1

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.
@@ -4,8 +4,8 @@ import { BuilderResponseBaseData, BuilderContentReference, ModelShape } from '@g
4
4
  import { BuilderContent } from '@builder.io/sdk';
5
5
  import { b as BuilderSiteBannerModelContent } from '../offer-selector-content.model-Dl8vC8iB.cjs';
6
6
  import { a as BuilderHeaderModelContent, B as BuilderFooterModelContent } from '../footer.model-DBIx8rYn.cjs';
7
- import { a as BuilderBlogPageContent } from '../product-group.model-Cy9rWZBI.cjs';
8
- export { B as BuilderBlogCategoryContent, e as BuilderProductGroupContent, P as ProductGroupType, f as createBlogCategoryModel, h as createProductGroupModel } from '../product-group.model-Cy9rWZBI.cjs';
7
+ import { a as BuilderBlogPageContent } from '../product-group.model-BljGQNE8.cjs';
8
+ export { B as BuilderBlogCategoryContent, e as BuilderProductGroupContent, P as ProductGroupType, f as createBlogCategoryModel, h as createProductGroupModel } from '../product-group.model-BljGQNE8.cjs';
9
9
  export { B as BuilderProfileReferenceRuleContent, P as ProfileFieldReference, a as ProfileReferenceApplicationType, c as createProfileReferenceRuleModel } from '../profile-reference-rule.model-C0yxT47W.cjs';
10
10
 
11
11
  declare enum HeaderType {
@@ -4,8 +4,8 @@ import { BuilderResponseBaseData, BuilderContentReference, ModelShape } from '@g
4
4
  import { BuilderContent } from '@builder.io/sdk';
5
5
  import { b as BuilderSiteBannerModelContent } from '../offer-selector-content.model-Dl8vC8iB.js';
6
6
  import { a as BuilderHeaderModelContent, B as BuilderFooterModelContent } from '../footer.model-DBIx8rYn.js';
7
- import { a as BuilderBlogPageContent } from '../product-group.model-BwJ3dN4r.js';
8
- export { B as BuilderBlogCategoryContent, e as BuilderProductGroupContent, P as ProductGroupType, f as createBlogCategoryModel, h as createProductGroupModel } from '../product-group.model-BwJ3dN4r.js';
7
+ import { a as BuilderBlogPageContent } from '../product-group.model-CiMXat4n.js';
8
+ export { B as BuilderBlogCategoryContent, e as BuilderProductGroupContent, P as ProductGroupType, f as createBlogCategoryModel, h as createProductGroupModel } from '../product-group.model-CiMXat4n.js';
9
9
  export { B as BuilderProfileReferenceRuleContent, P as ProfileFieldReference, a as ProfileReferenceApplicationType, c as createProfileReferenceRuleModel } from '../profile-reference-rule.model-C0yxT47W.js';
10
10
 
11
11
  declare enum HeaderType {
package/dist/index.cjs CHANGED
@@ -4042,12 +4042,23 @@ var createPageModel = (props) => {
4042
4042
  defaultCollapsed: false
4043
4043
  },
4044
4044
  {
4045
- name: "enableAnonymousSubscriptions",
4046
- friendlyName: "Always Show Subscriptions",
4045
+ name: "hideSubscriptionVariants",
4046
+ friendlyName: "Hide Subscription Variants",
4047
4047
  type: "boolean",
4048
4048
  defaultValue: false,
4049
4049
  required: false,
4050
- helperText: "Enable this to present subscriptions (when available) to non-MyAccount visitors. By default, a user must be logged in to access this option.",
4050
+ helperText: "Hide subscriptions entirely. When enabled, no subscription toggle is shown and only one-time pricing is available to all visitors.",
4051
+ defaultCollapsed: false,
4052
+ hidden: false,
4053
+ advanced: true
4054
+ },
4055
+ {
4056
+ name: "disableGuestSubscriptions",
4057
+ friendlyName: "Disable Guest Subscriptions",
4058
+ type: "boolean",
4059
+ defaultValue: false,
4060
+ required: false,
4061
+ helperText: "Prevent logged-out (guest) visitors from seeing or buying subscriptions; they are limited to one-time purchases. Logged-in visitors are unaffected.",
4051
4062
  defaultCollapsed: false,
4052
4063
  hidden: false,
4053
4064
  advanced: true