@jagota/interfaces 1.3.21 → 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
|
@@ -105,6 +105,10 @@ 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
|
+
*/
|
|
111
|
+
reqMinNarration?: string;
|
|
108
112
|
}
|
|
109
113
|
|
|
110
114
|
export interface ISetBiddingPriceDResponse extends IBaseResponse {
|