@smals-belgium-shared/vidis-medication-scheme-list 3.0.2-snapshot.2 → 3.0.2-snapshot.4

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/CHANGELOG.md CHANGED
@@ -95,3 +95,10 @@
95
95
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
96
96
 
97
97
  * Update demo mode + documentation
98
+
99
+ ### vidis-medication-scheme-detail:
100
+ * Adding exchangeClientId parametter.
101
+
102
+ ### vidis-medication-scheme-list:
103
+ * Adding exchangeClientId parametter.
104
+
package/README.md CHANGED
@@ -49,6 +49,8 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
49
49
  | `ssin` | true | N/A | The patient's SSIN. When `professional` is `false`, this value is ignored and the SSIN is extracted from the authentication token. |
50
50
  | `offlineDataStorageEnabled` | true | `true`, `false` | A boolean flag indicating whether offline data storage has been enabled by the user. When true, the web component can store and retrieve data locally for offline access. |
51
51
  | `isOfflineAuthenticated` | true | `true`, `false` | A boolean flag indicating whether the web component is being accessed from an offline state. |
52
+ | `exchangeClientId` | true | N/A | The client id used for the token exchange |
53
+
52
54
 
53
55
  ## Outputs
54
56