@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.
- package/factory/src/models/OfferPlanificationFactory.d.ts +3 -0
- package/factory/src/models/Product.d.ts +4 -1
- package/factory/src/models/ProductUpsertFactory.d.ts +2 -0
- package/factory/src/models/SaleOfferUpsertFactory.d.ts +3 -0
- package/factory/src/models/Stock.d.ts +2 -2
- package/magic-cart/src/models/Stock.d.ts +2 -2
- package/package.json +1 -1
- package/sale-offer/src/models/Stock.d.ts +2 -2
- package/shopping-cart/src/models/Stock.d.ts +2 -2
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
31
|
+
* Name of this stock batch
|
|
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
|
+
*
|
|
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
|
|
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
|
+
*
|
|
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
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof Stock
|
|
34
34
|
*/
|