@feedmepos/mf-e-invoice 0.0.33 → 0.0.34

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.
@@ -27,7 +27,7 @@ declare function submitConsolidateInvoices({ merchantId, batch }: {
27
27
  batch: number;
28
28
  }, custom?: CustomApiConfig): Promise<any>;
29
29
  declare function testSubmit(profile: AnyEInvoiceMerchantProfile, custom?: CustomApiConfig): Promise<any>;
30
- declare function sendSubmissionEmail(uid: string, custom?: CustomApiConfig): Promise<any>;
30
+ declare function sendSubmissionEmail(uid: string, email: string, custom?: CustomApiConfig): Promise<any>;
31
31
  declare function getSettings(businessId: string, custom?: CustomApiConfig): Promise<FdoMyEInvoiceSetting>;
32
32
  declare function updateSettings(settings: FdoMyEInvoiceSetting, custom?: CustomApiConfig): Promise<FdoMyEInvoiceSetting>;
33
33
  declare function getSubmissions(merchantId: string, filter: {
package/dist/app.js CHANGED
@@ -19,7 +19,7 @@ const h = /* @__PURE__ */ n({
19
19
  {
20
20
  path: "/submissions",
21
21
  name: o.submissions,
22
- component: () => import("./EInvoice-LU5jiHoJ.js").then((e) => e.E)
22
+ component: () => import("./EInvoice-DLJ8aKls.js").then((e) => e.E)
23
23
  }
24
24
  ];
25
25
  export {