ubk.erp.webpack 1.2.5 → 1.2.6

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/README.md +5 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -323,28 +323,12 @@ const LibraryPage = ({ token }) => {
323
323
  ## Example Output
324
324
 
325
325
  ```js
326
- [
327
- {
328
- studentId: 8,
329
- branchId: 2,
330
- academicYearId: 2026,
331
- fromDate: "2026-09-13",
332
- toDate: "2026-08-13",
333
- customField1: 21,
334
- description: "Mathematics-John Smith",
335
- amount: 100
336
- },
337
- {
338
- studentId: 8,
339
- branchId: 2,
340
- academicYearId: 2026,
341
- fromDate: "2026-09-13",
342
- toDate: "2026-08-13",
343
- customField1: 22,
344
- description: "Science-Jane Doe",
345
- amount: 50
326
+ {
327
+ amount: 0,
328
+ books: "[{id:"2",fine_amount:"20",return_date:"2026-08-01",issue_date:"2026-08-18",book_issues_id:"76",book_title:"BOOK 1",author:"R Mitra",publish:"S R Publication",day_late:"17",totalfine:"340"}]",
329
+ collection_type: "FINE_PAY_LATER",
330
+ member_id: "9"
346
331
  }
347
- ]
348
332
  ```
349
333
 
350
334
  ### Store
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubk.erp.webpack",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",