@bookmypuja-tech/bmp-pdf 0.2.21 → 0.2.22

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 CHANGED
@@ -169,14 +169,14 @@ declare const printDevoteeReceipt2Inch: (data: IPujaReceipt) => Promise<void>;
169
169
  declare const printTotalReceipt2Inch: (data: ITotalReceipt) => Promise<void>;
170
170
  declare const printePujaReport2Inch: (data: IPujaReport) => Promise<void>;
171
171
  declare const printQuickPrintReceipt2Inch: (data: IQuickReport) => Promise<void>;
172
- type IReportOptions = "kitchen" | "transaction" | "prasad-delivery" | "prasad" | "puja" | "puja-summary" | "combined-report";
172
+ type IReportOptions = "kitchen" | "transaction" | "prasad-delivery" | "prasad" | "puja-detailed" | "puja-summary" | "combined-report";
173
173
  type IReportSize = "A4";
174
174
  type ReportDataTypes = {
175
175
  kitchen: KitchenReportProps;
176
176
  transaction: ITransactionReport;
177
177
  "prasad-delivery": IPrasadDelivery;
178
178
  prasad: IPrasadReport;
179
- puja: IPujaList;
179
+ "puja-detailed": IPujaList;
180
180
  "puja-summary": ISummaryPujaList;
181
181
  "combined-report": CombinedReportData;
182
182
  };
package/dist/index.js CHANGED
@@ -2625,7 +2625,7 @@ var options = {
2625
2625
  prasad: {
2626
2626
  A4: A4PrasadReport_default
2627
2627
  },
2628
- puja: {
2628
+ "puja-detailed": {
2629
2629
  A4: A4PujaList_default
2630
2630
  },
2631
2631
  "puja-summary": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bookmypuja-tech/bmp-pdf",
3
3
  "description": "PDF Report Generation for Temple360 and T-360 by BookMyPuja",
4
- "version": "0.2.21",
4
+ "version": "0.2.22",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",