@jagota/interfaces 1.3.22 → 1.3.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "src/index.ts",
@@ -105,6 +105,9 @@ export interface ISetBiddingPriceDPayload {
105
105
  custProductCode: string;
106
106
  productCode: string;
107
107
  price?: number;
108
+ /**
109
+ * Optional narration with a maximum length of 300 characters.
110
+ */
108
111
  reqMinNarration?: string;
109
112
  }
110
113