@bookmypuja-tech/bmp-pdf 0.3.30 → 0.3.31

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 +13 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -228,9 +228,19 @@ interface IInvoiceData {
228
228
  subTotal: string;
229
229
  paymentMethod: string;
230
230
  prasads?: {
231
- name: string;
232
- timings: string;
233
- }[];
231
+ morning: {
232
+ name: string;
233
+ timings: string;
234
+ }[];
235
+ afternoon: {
236
+ name: string;
237
+ timings: string;
238
+ }[];
239
+ evening: {
240
+ name: string;
241
+ timings: string;
242
+ }[];
243
+ };
234
244
  }
235
245
  interface IInvoiceProps {
236
246
  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.30",
4
+ "version": "0.3.31",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",