@bookmypuja-tech/bmp-pdf 0.3.8 → 0.3.10

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -219,6 +219,10 @@ interface IInvoiceData {
219
219
  totalAmount: string;
220
220
  subTotal: string;
221
221
  paymentMethod: string;
222
+ prasads?: {
223
+ name: string;
224
+ timings: string;
225
+ };
222
226
  }
223
227
  interface IInvoiceProps {
224
228
  data: IInvoiceData;
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.3.8",
4
+ "version": "0.3.10",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",