@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 +7 -0
- package/README.md +2 -0
- package/assets/{main-CnTXnlZT.js → main-XasL031c.js} +63 -63
- package/medication-scheme-list.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|