@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.2.49",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "src/index.ts",
@@ -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;