@jagota/interfaces 1.2.49 → 1.3.1
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
|
@@ -129,6 +129,9 @@ export interface IBiddingListResponse extends IBaseResponse {
|
|
|
129
129
|
export interface IBiddingByRidPayload {
|
|
130
130
|
recordId: string;
|
|
131
131
|
}
|
|
132
|
+
export interface IBiddingByRidResponse extends IBaseResponse {
|
|
133
|
+
data: IBiddingByRid;
|
|
134
|
+
}
|
|
132
135
|
export interface IBiddingByRid {
|
|
133
136
|
recordId: number;
|
|
134
137
|
status: string;
|