@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.
|
@@ -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
|
@@ -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
|
*/
|