@feedmepos/mf-e-invoice 0.0.47 → 0.0.49

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.
@@ -162,7 +162,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
162
162
  updateSettings: (newSettings: FdoMyEInvoiceSetting) => Promise<void>;
163
163
  getMenu: () => Promise<void>;
164
164
  getMarketingMenu: () => Promise<void>;
165
- }, "marketing" | "menu" | "restaurants" | "settings" | "marketingMenu">, Pick<{
165
+ }, "marketing" | "restaurants" | "settings" | "menu" | "marketingMenu">, Pick<{
166
166
  restaurants: import("vue").Ref<Record<string, RestaurantEInvoice>, Record<string, RestaurantEInvoice>>;
167
167
  marketing: import("vue").Ref<{
168
168
  id: string;