@bookmypuja-tech/bmp-pdf 0.3.5 → 0.3.6
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.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -244,7 +244,7 @@ type ReportDataTypes = {
|
|
|
244
244
|
"combined-report": CombinedReportData;
|
|
245
245
|
"multi-temple-payment": IMultiTemplePaymentReport;
|
|
246
246
|
"settlements-report": ISettlementsReport;
|
|
247
|
-
"invoice":
|
|
247
|
+
"invoice": IInvoiceProps;
|
|
248
248
|
};
|
|
249
249
|
declare class reportPrinter<T extends IReportOptions> {
|
|
250
250
|
option: T;
|
package/package.json
CHANGED