@moonbase.sh/storefront 0.2.115 → 0.2.117

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.
@@ -181,6 +181,7 @@ export declare interface MoonbaseIntentArgs {
181
181
  product_id?: string;
182
182
  bundle_id?: string;
183
183
  variation_id?: string;
184
+ quantity?: number;
184
185
  };
185
186
  [MoonbaseIntent.Checkout]: {
186
187
  complete?: boolean;