@lcdp/api-react-rest-client 3.0.12-develop.21365449002 → 3.1.0-LDS-5306-maj-documentation-assembly.21406812172

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.
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ProductStatus } from './ProductStatus';
13
13
  /**
14
- *
14
+ * Only admin accounts may edit Product fields. Non-admin users are restricted to setting the principalBarcode field only.
15
15
  * @export
16
16
  * @interface Product
17
17
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
14
14
  * @export
15
15
  * @interface Stock
16
16
  */
@@ -28,7 +28,7 @@ export interface Stock {
28
28
  */
29
29
  lapsingDate?: Date | null;
30
30
  /**
31
- * Name of this stock batch
31
+ * Name of this stock batch (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
32
32
  * @type {string}
33
33
  * @memberof Stock
34
34
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
14
14
  * @export
15
15
  * @interface Stock
16
16
  */
@@ -28,7 +28,7 @@ export interface Stock {
28
28
  */
29
29
  lapsingDate?: Date | null;
30
30
  /**
31
- * Name of this stock batch
31
+ * Name of this stock batch (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
32
32
  * @type {string}
33
33
  * @memberof Stock
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "3.0.12-develop.21365449002",
3
+ "version": "3.1.0-LDS-5306-maj-documentation-assembly.21406812172",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
14
14
  * @export
15
15
  * @interface Stock
16
16
  */
@@ -28,7 +28,7 @@ export interface Stock {
28
28
  */
29
29
  lapsingDate?: Date | null;
30
30
  /**
31
- * Name of this stock batch
31
+ * Name of this stock batch (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
32
32
  * @type {string}
33
33
  * @memberof Stock
34
34
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
14
14
  * @export
15
15
  * @interface Stock
16
16
  */
@@ -28,7 +28,7 @@ export interface Stock {
28
28
  */
29
29
  lapsingDate?: Date | null;
30
30
  /**
31
- * Name of this stock batch
31
+ * Name of this stock batch (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
32
32
  * @type {string}
33
33
  * @memberof Stock
34
34
  */