@moonbase.sh/storefront 0.2.138 → 0.2.142

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.
@@ -177,7 +177,7 @@ export declare interface MoonbaseIntentArgs {
177
177
  key?: string;
178
178
  };
179
179
  [MoonbaseIntent.ActivateProduct]: {
180
- token: string;
180
+ token?: string;
181
181
  };
182
182
  [MoonbaseIntent.ViewCart]: never;
183
183
  [MoonbaseIntent.AddToCart]: {
@@ -226,6 +226,10 @@ declare interface MoonbaseOptions {
226
226
  checkout: {
227
227
  redirect: boolean;
228
228
  };
229
+ activation: {
230
+ deviceTokenFileExtension: string;
231
+ licenseTokenFileName: string;
232
+ };
229
233
  theme: {
230
234
  dark: boolean;
231
235
  colors: {