hitpa-common-navigation 0.2.0 → 0.3.0

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 +1 -30
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,35 +31,6 @@ Short aliases are also available for existing integrations:
31
31
  <HitpaSideBar loadSequenceMenu={getSidebar} localModule="provider" />;
32
32
  ```
33
33
 
34
- ## Local Module Presets
35
-
36
- | localModule | menuId | stripped prefix |
37
- | ----------------------------- | -------------------------------------- | --------------- |
38
- | `product` | `2025050101443905990156001` | `/product` |
39
- | `product_managment` | `2025050101443905990156001` | `/product` |
40
- | `provider` | `2025040411443905990151234` | `/provider` |
41
- | `provider_management` | `2025040411443905990151234` | `/provider` |
42
- | `user_management` | `2012051516463503191060945` | none |
43
- | `master_management` | `2012051516463503191060946` | none |
44
- | `dashboard_mgmt` | `2025080501443905990156087` | none |
45
- | `messaging` | `20250D518FD18F0D4AC7A4D89E2931318947` | none |
46
- | `communications` | `20250422114439087032993` | none |
47
- | `report_claim` | `2025031914435299111765322` | none |
48
- | `preauth_cashlesh_management` | `2012051516463503191060947` | none |
49
- | `reimbursement_management` | `2012092614435299111765382` | none |
50
- | `letter_management` | `2025040214435299111765382` | none |
51
- | `claim_config_managment` | `2025042901443905990156998` | none |
52
- | `sla_management` | `2013101709032267083105128` | none |
53
- | `grievance_management` | `2016080212413668076251010` | none |
54
- | `claim_audit_recovery` | `2012092614435299111765322` | none |
55
- | `dms` | `2025040294435299111765385` | `/dms` |
56
- | `digitization` | `2025040294435299111765386` | `/digitization` |
57
- | `fwa_desk_audit` | `20250422114439087032987` | `/desk-audit` |
58
- | `webservices` | `2025080501443905990156085` | none |
59
- | `reopenclaim_management` | `2025040214435299111765383` | none |
60
- | `reporting` | `2025080501443905990156088` | none |
61
- | `none` | none | none |
62
-
63
34
  For a new module that is not in the preset list yet, pass a config object.
64
35
 
65
36
  ```tsx
@@ -68,7 +39,7 @@ For a new module that is not in the preset list yet, pass a config object.
68
39
  localModule={{
69
40
  sectionKey: "new_module_key",
70
41
  menuId: "new-parent-menu-id",
71
- pathPrefix: "/new-module"
42
+ pathPrefix: "/new-module",
72
43
  }}
73
44
  />
74
45
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hitpa-common-navigation",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",