@lcdp/api-react-rest-client 2.10.3-develop.13499829477 → 2.10.3

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.
Files changed (24) hide show
  1. package/factory/src/models/DistributionMode.d.ts +1 -1
  2. package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +4 -4
  3. package/factory/src/models/QuotationDistributionMode.d.ts +1 -1
  4. package/factory/src/models/RangeDistributionMode.d.ts +1 -1
  5. package/factory/src/models/UnitaryDistributionMode.d.ts +1 -1
  6. package/magic-cart/src/models/DistributionMode.d.ts +1 -1
  7. package/magic-cart/src/models/IdentifiedRangeDistributionMode.d.ts +1 -1
  8. package/magic-cart/src/models/QuotationDistributionMode.d.ts +1 -1
  9. package/magic-cart/src/models/UnitaryDistributionMode.d.ts +1 -1
  10. package/package.json +1 -1
  11. package/sale-offer/src/models/DistributionMode.d.ts +1 -1
  12. package/sale-offer/src/models/IdentifiedRangeDistributionMode.d.ts +1 -1
  13. package/sale-offer/src/models/QuotationDistributionMode.d.ts +1 -1
  14. package/sale-offer/src/models/RangeDistributionMode.d.ts +1 -1
  15. package/sale-offer/src/models/SaleOffer.d.ts +1 -1
  16. package/sale-offer/src/models/SaleOfferCreationParameters.d.ts +4 -4
  17. package/sale-offer/src/models/SaleOfferNewVersionParameters.d.ts +2 -2
  18. package/sale-offer/src/models/SaleOfferUpdateParameters.d.ts +0 -6
  19. package/sale-offer/src/models/SaleOfferUpdateParameters.js +0 -2
  20. package/sale-offer/src/models/UnitaryDistributionMode.d.ts +1 -1
  21. package/shopping-cart/src/models/DistributionMode.d.ts +1 -1
  22. package/shopping-cart/src/models/IdentifiedRangeDistributionMode.d.ts +1 -1
  23. package/shopping-cart/src/models/QuotationDistributionMode.d.ts +1 -1
  24. package/shopping-cart/src/models/UnitaryDistributionMode.d.ts +1 -1
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface DistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof DistributionMode
22
22
  */
@@ -37,17 +37,17 @@ export interface OfferPlanificationFactoryAllOfRecords {
37
37
  */
38
38
  stock?: Stock;
39
39
  /**
40
- * Rank of this ad. Only useful for laboratories ad yet
40
+ *
41
41
  * @type {number}
42
42
  * @memberof OfferPlanificationFactoryAllOfRecords
43
43
  */
44
- rank?: number | null;
44
+ rank?: number;
45
45
  /**
46
- * Description of the sale offer
46
+ *
47
47
  * @type {string}
48
48
  * @memberof OfferPlanificationFactoryAllOfRecords
49
49
  */
50
- description?: string | null;
50
+ description?: string;
51
51
  }
52
52
  /**
53
53
  * Check if a given object implements the OfferPlanificationFactoryAllOfRecords interface.
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface QuotationDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof QuotationDistributionMode
22
22
  */
@@ -17,7 +17,7 @@ import type { DistributionRange } from './DistributionRange';
17
17
  */
18
18
  export interface RangeDistributionMode {
19
19
  /**
20
- * Type of distribution for this sale offer
20
+ * Type of distribution for this ad
21
21
  * @type {string}
22
22
  * @memberof RangeDistributionMode
23
23
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface UnitaryDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof UnitaryDistributionMode
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface DistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof DistributionMode
22
22
  */
@@ -17,7 +17,7 @@ import type { IdentifiedDistributionRange } from './IdentifiedDistributionRange'
17
17
  */
18
18
  export interface IdentifiedRangeDistributionMode {
19
19
  /**
20
- * Type of distribution for this sale offer
20
+ * Type of distribution for this ad
21
21
  * @type {string}
22
22
  * @memberof IdentifiedRangeDistributionMode
23
23
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface QuotationDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof QuotationDistributionMode
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface UnitaryDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof UnitaryDistributionMode
22
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.10.3-develop.13499829477",
3
+ "version": "2.10.3",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface DistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof DistributionMode
22
22
  */
@@ -17,7 +17,7 @@ import type { IdentifiedDistributionRange } from './IdentifiedDistributionRange'
17
17
  */
18
18
  export interface IdentifiedRangeDistributionMode {
19
19
  /**
20
- * Type of distribution for this sale offer
20
+ * Type of distribution for this ad
21
21
  * @type {string}
22
22
  * @memberof IdentifiedRangeDistributionMode
23
23
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface QuotationDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof QuotationDistributionMode
22
22
  */
@@ -17,7 +17,7 @@ import type { DistributionRange } from './DistributionRange';
17
17
  */
18
18
  export interface RangeDistributionMode {
19
19
  /**
20
- * Type of distribution for this sale offer
20
+ * Type of distribution for this ad
21
21
  * @type {string}
22
22
  * @memberof RangeDistributionMode
23
23
  */
@@ -111,7 +111,7 @@ export interface SaleOffer {
111
111
  */
112
112
  images: Images;
113
113
  /**
114
- * Rank of this sale offer. Only useful for laboratories sale offer yet
114
+ * Rank of this ad. Only useful for laboratories ad yet
115
115
  * @type {number}
116
116
  * @memberof SaleOffer
117
117
  */
@@ -13,7 +13,7 @@ import type { AnyDistributionMode } from './AnyDistributionMode';
13
13
  import type { Stock } from './Stock';
14
14
  import type { SaleOfferCreationImagesParameters } from './SaleOfferCreationImagesParameters';
15
15
  /**
16
- * All these fields are optional when copying from an existing sale offer.
16
+ * All these fields are optional when copying from an existing ad.
17
17
  * List of fields required in case of sale offer creation from scratch :
18
18
  * - ownerId
19
19
  * - productId
@@ -30,7 +30,7 @@ export interface SaleOfferCreationParameters {
30
30
  */
31
31
  ownerId?: number;
32
32
  /**
33
- * Id of the product to create sale offer on.
33
+ * Id of the product to create ad on.
34
34
  * @type {number}
35
35
  * @memberof SaleOfferCreationParameters
36
36
  */
@@ -48,7 +48,7 @@ export interface SaleOfferCreationParameters {
48
48
  */
49
49
  distributionMode?: AnyDistributionMode;
50
50
  /**
51
- * Free text to describe this sale offer
51
+ * Free text to describe this ad
52
52
  * @type {string}
53
53
  * @memberof SaleOfferCreationParameters
54
54
  */
@@ -60,7 +60,7 @@ export interface SaleOfferCreationParameters {
60
60
  */
61
61
  images?: SaleOfferCreationImagesParameters;
62
62
  /**
63
- * Rank of this sale offer. Only useful for laboratories sale offer yet
63
+ * Rank of this ad. Only useful for laboratories ad yet
64
64
  * @type {number}
65
65
  * @memberof SaleOfferCreationParameters
66
66
  */
@@ -37,13 +37,13 @@ export interface SaleOfferNewVersionParameters {
37
37
  */
38
38
  images?: SaleOfferCreationImagesParameters;
39
39
  /**
40
- * Free text to describe this sale offer
40
+ * Free text to describe this ad
41
41
  * @type {string}
42
42
  * @memberof SaleOfferNewVersionParameters
43
43
  */
44
44
  description?: string | null;
45
45
  /**
46
- * Rank of this sale offer. Only useful for laboratories sale offer yet
46
+ * Rank of this ad. Only useful for laboratories ad yet
47
47
  * @type {number}
48
48
  * @memberof SaleOfferNewVersionParameters
49
49
  */
@@ -35,12 +35,6 @@ export interface SaleOfferUpdateParameters {
35
35
  * @memberof SaleOfferUpdateParameters
36
36
  */
37
37
  stock?: SaleOfferUpdateParametersStock;
38
- /**
39
- * Rank of this sale offer. Only useful for laboratories sale offer yet
40
- * @type {number}
41
- * @memberof SaleOfferUpdateParameters
42
- */
43
- rank?: number | null;
44
38
  }
45
39
  /**
46
40
  * Check if a given object implements the SaleOfferUpdateParameters interface.
@@ -34,7 +34,6 @@ function SaleOfferUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
34
34
  return {
35
35
  'status': (json['status'] === null || json['status'] === undefined) ? json['status'] : (0, SaleOfferStatus_1.SaleOfferStatusFromJSON)(json['status']),
36
36
  'stock': (json['stock'] === null || json['stock'] === undefined) ? json['stock'] : (0, SaleOfferUpdateParametersStock_1.SaleOfferUpdateParametersStockFromJSON)(json['stock']),
37
- 'rank': json['rank'],
38
37
  };
39
38
  }
40
39
  exports.SaleOfferUpdateParametersFromJSONTyped = SaleOfferUpdateParametersFromJSONTyped;
@@ -45,7 +44,6 @@ function SaleOfferUpdateParametersToJSON(value) {
45
44
  return {
46
45
  'status': (0, SaleOfferStatus_1.SaleOfferStatusToJSON)(value['status']),
47
46
  'stock': (0, SaleOfferUpdateParametersStock_1.SaleOfferUpdateParametersStockToJSON)(value['stock']),
48
- 'rank': value['rank'],
49
47
  };
50
48
  }
51
49
  exports.SaleOfferUpdateParametersToJSON = SaleOfferUpdateParametersToJSON;
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface UnitaryDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof UnitaryDistributionMode
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface DistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof DistributionMode
22
22
  */
@@ -17,7 +17,7 @@ import type { IdentifiedDistributionRange } from './IdentifiedDistributionRange'
17
17
  */
18
18
  export interface IdentifiedRangeDistributionMode {
19
19
  /**
20
- * Type of distribution for this sale offer
20
+ * Type of distribution for this ad
21
21
  * @type {string}
22
22
  * @memberof IdentifiedRangeDistributionMode
23
23
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface QuotationDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof QuotationDistributionMode
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface UnitaryDistributionMode {
18
18
  /**
19
- * Type of distribution for this sale offer
19
+ * Type of distribution for this ad
20
20
  * @type {string}
21
21
  * @memberof UnitaryDistributionMode
22
22
  */