@jagota/interfaces 1.3.12 → 1.3.13
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
|
@@ -199,6 +199,7 @@ export interface IBiddingWinLossResponse extends IBaseResponse {
|
|
|
199
199
|
export interface ISetLossReason {
|
|
200
200
|
biddingDetailRid: number;
|
|
201
201
|
biddingReasonRid: number;
|
|
202
|
+
action: "A" | "D";
|
|
202
203
|
}
|
|
203
204
|
export interface IBiddingReasonByDetailRidResponse extends IBaseResponse {
|
|
204
205
|
data: IBiddingReason[];
|