@jagota/interfaces 1.3.20 → 1.3.21

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.3.20",
3
+ "version": "1.3.21",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "src/index.ts",
@@ -163,7 +163,9 @@ export interface IBiddingByRid {
163
163
  docNo: string;
164
164
  custCode: string;
165
165
  custName: string;
166
- address: string;
166
+ custAddress: string;
167
+ companyName: string;
168
+ companyAddress: string;
167
169
  }
168
170
 
169
171
  export interface IBiddingDetail {