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

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,6 +11,9 @@
11
11
  */
12
12
  import type { OfferPlanificationFactoryAllOfRecords } from './OfferPlanificationFactoryAllOfRecords';
13
13
  /**
14
+ * For any informations about restrictions and conditions, please visit description of endpoints :
15
+ * - [POST /sale-offers](?urls.primaryName=sale-offer#/manageSaleOffer/createSaleOffer)
16
+ * - [POST /products](?urls.primaryName=product#/ManageProduct/createProduct)
14
17
  *
15
18
  * @export
16
19
  * @interface OfferPlanificationFactory
@@ -11,7 +11,10 @@
11
11
  */
12
12
  import type { ProductStatus } from './ProductStatus';
13
13
  /**
14
- * Only admin accounts may edit Product fields. Non-admin users are restricted to setting the principalBarcode field only.
14
+ * Restrictions :
15
+ * Edition of the product fields is only permitted by 'ADMINISTRATOR' accounts.
16
+ * Non-admin users are restricted to set 'principalBarcode' field only.
17
+ *
15
18
  * @export
16
19
  * @interface Product
17
20
  */
@@ -11,6 +11,8 @@
11
11
  */
12
12
  import type { ProductUpsertFactoryAllOfRecords } from './ProductUpsertFactoryAllOfRecords';
13
13
  /**
14
+ * For any informations about restrictions and conditions, please visit description of endpoints :
15
+ * - [POST /products](?urls.primaryName=product#/ManageProduct/createProduct)
14
16
  *
15
17
  * @export
16
18
  * @interface ProductUpsertFactory
@@ -11,6 +11,9 @@
11
11
  */
12
12
  import type { SaleOfferUpsertFactoryAllOfRecords } from './SaleOfferUpsertFactoryAllOfRecords';
13
13
  /**
14
+ * For any informations about restrictions and conditions, please visit description of endpoints :
15
+ * - [POST /sale-offers](?urls.primaryName=sale-offer#/manageSaleOffer/createSaleOffer)
16
+ * - [POST /products](?urls.primaryName=product#/ManageProduct/createProduct)
14
17
  *
15
18
  * @export
16
19
  * @interface SaleOfferUpsertFactory
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
13
+ *
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 (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
31
+ * Name of this stock batch
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
- * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
13
+ *
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 (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
31
+ * Name of this stock batch
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.1.0-LDS-5306-maj-documentation-assembly.21406812172",
3
+ "version": "3.1.0-develop.21471280289",
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
- * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
13
+ *
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 (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
31
+ * Name of this stock batch
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
- * The stock object must be fully provided (no field may be null) when the caller type is “PHARMACY”.
13
+ *
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 (Mandatory for pharmacies, Batch should be auhtorized by ANSM/DGCCRF)
31
+ * Name of this stock batch
32
32
  * @type {string}
33
33
  * @memberof Stock
34
34
  */