@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 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-repot";
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-repot": CombinedReportData;
178
+ "combined-report": CombinedReportData;
179
179
  };
180
180
  declare class reportPrinter<T extends IReportOptions> {
181
181
  option: T;
package/dist/index.js CHANGED
@@ -2317,7 +2317,7 @@ var options = {
2317
2317
  "puja-summary": {
2318
2318
  A4: A4Summary_default
2319
2319
  },
2320
- "combined-repot": {
2320
+ "combined-report": {
2321
2321
  A4: A4CombinedReport_default
2322
2322
  }
2323
2323
  };
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.6",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",