@bookmypuja-tech/bmp-pdf 0.2.6 → 0.2.7
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -166,7 +166,7 @@ declare const printDevoteeReceipt2Inch: (data: IPujaReceipt) => Promise<void>;
|
|
|
166
166
|
declare const printTotalReceipt2Inch: (data: ITotalReceipt) => Promise<void>;
|
|
167
167
|
declare const printePujaReport2Inch: (data: IPujaReport) => Promise<void>;
|
|
168
168
|
declare const printQuickPrintReceipt2Inch: (data: IQuickReport) => Promise<void>;
|
|
169
|
-
type IReportOptions = "kitchen" | "transaction" | "prasad-delivery" | "prasad" | "puja" | "puja-summary" | "combined-
|
|
169
|
+
type IReportOptions = "kitchen" | "transaction" | "prasad-delivery" | "prasad" | "puja" | "puja-summary" | "combined-report";
|
|
170
170
|
type IReportSize = "A4";
|
|
171
171
|
type ReportDataTypes = {
|
|
172
172
|
kitchen: KitchenReportProps;
|
|
@@ -175,7 +175,7 @@ type ReportDataTypes = {
|
|
|
175
175
|
prasad: IPrasadReport;
|
|
176
176
|
puja: IPujaList;
|
|
177
177
|
"puja-summary": ISummaryPujaList;
|
|
178
|
-
"combined-
|
|
178
|
+
"combined-report": CombinedReportData;
|
|
179
179
|
};
|
|
180
180
|
declare class reportPrinter<T extends IReportOptions> {
|
|
181
181
|
option: T;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED