@lcdp/api-react-rest-client 3.5.3-LDS-5772-api-ajouter-pharmaidegeneratedc.27015201959 → 3.5.3-LDS-5772-api-ajouter-pharmaidegeneratedc.27015324650

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "3.5.3-LDS-5772-api-ajouter-pharmaidegeneratedc.27015201959",
3
+ "version": "3.5.3-LDS-5772-api-ajouter-pharmaidegeneratedc.27015324650",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -22,7 +22,7 @@ export interface UserJournal {
22
22
  */
23
23
  archivedSaleOfferPageViewAt?: Date;
24
24
  /**
25
- * Date du dernier pageView de la page PharmAide. Utilisé pour piloter l affichage de la pastille de notification.
25
+ * Date of the last pageView of the PharmAide page. Used to control the display of the notification badge.
26
26
  * @type {Date}
27
27
  * @memberof UserJournal
28
28
  */
@@ -22,7 +22,7 @@ export interface UserJournalUpdateParameters {
22
22
  */
23
23
  archivedSaleOfferPageViewAt?: Date;
24
24
  /**
25
- * Date du dernier pageView de la page PharmAide. Utilisé pour piloter l affichage de la pastille de notification.
25
+ * Date of the last pageView of the PharmAide page. Used to control the display of the notification badge.
26
26
  * @type {Date}
27
27
  * @memberof UserJournalUpdateParameters
28
28
  */