@thryveai/theme-interfaces 2.7.36 → 2.7.37

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.
@@ -332,6 +332,7 @@ export interface IFeaturesV2 {
332
332
  enabled: boolean;
333
333
  url: string;
334
334
  };
335
+ recipeLegacyShareLink: boolean;
335
336
  registrationFields: IRegistrationField[];
336
337
  secondTierAuthorization?: ISecondTierAuthorization;
337
338
  showCheckoutPromoCode: boolean;
@@ -126,6 +126,7 @@ var DefaultConfigSFUI = {
126
126
  enabled: false,
127
127
  url: "",
128
128
  },
129
+ recipeLegacyShareLink: true,
129
130
  registrationFields: [],
130
131
  secondTierAuthorization: undefined,
131
132
  showCheckoutPromoCode: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.36",
3
+ "version": "2.7.37",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",