kcommons 6.2.28 → 6.2.30

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.
@@ -62,7 +62,7 @@ export declare enum BIDDING_TYPES {
62
62
  OPEN = "open_bidding",
63
63
  CLOSED = "closed_bidding"
64
64
  }
65
- export interface IAdditionalVendorInput extends Pick<IVendor, "email" | "contact" | "vendor_trade_name"> {
65
+ export interface IAdditionalVendorInput extends Pick<IVendor, "email" | "contact" | "vendor_trade_name" | "firstname" | "lastname" | "address"> {
66
66
  }
67
67
  export interface IRFQ {
68
68
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.2.28",
3
+ "version": "6.2.30",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",