@jagota/interfaces 1.3.20 → 1.3.22
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,7 @@ export interface ISetBiddingPriceDPayload {
|
|
|
105
105
|
custProductCode: string;
|
|
106
106
|
productCode: string;
|
|
107
107
|
price?: number;
|
|
108
|
+
reqMinNarration?: string;
|
|
108
109
|
}
|
|
109
110
|
|
|
110
111
|
export interface ISetBiddingPriceDResponse extends IBaseResponse {
|
|
@@ -163,7 +164,9 @@ export interface IBiddingByRid {
|
|
|
163
164
|
docNo: string;
|
|
164
165
|
custCode: string;
|
|
165
166
|
custName: string;
|
|
166
|
-
|
|
167
|
+
custAddress: string;
|
|
168
|
+
companyName: string;
|
|
169
|
+
companyAddress: string;
|
|
167
170
|
}
|
|
168
171
|
|
|
169
172
|
export interface IBiddingDetail {
|