@moonbase.sh/storefront 0.4.64 → 0.4.65

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.
@@ -2,6 +2,7 @@ import { ActivationRequestFulfillmentType } from '@moonbase.sh/vue';
2
2
  import { CartItem } from '@moonbase.sh/vue';
3
3
  import { Download } from '@moonbase.sh/vue';
4
4
  import { InjectionKey } from 'vue';
5
+ import { MarketingConsentType } from '@moonbase.sh/vue';
5
6
  import { Money } from '@moonbase.sh/vue';
6
7
  import { OpenOrder } from '@moonbase.sh/vue';
7
8
  import { Order } from '@moonbase.sh/vue';
@@ -237,6 +238,7 @@ declare interface MoonbaseOptions {
237
238
  };
238
239
  signUp: {
239
240
  enabled: boolean;
241
+ marketingConsent: MarketingConsentType;
240
242
  };
241
243
  passwords: 'default' | 'lax';
242
244
  };