kcommons 14.9.4 → 14.9.5

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.
@@ -148,6 +148,7 @@ export interface IASN {
148
148
  hand_delivery_delivery_person_mobile_no: string | null;
149
149
  hand_delivery_identification_document_type: string | null;
150
150
  hand_delivery_identification_document_no: string | null;
151
+ invoice_no: string | null;
151
152
  created_by_vendor?: INestedVendor | null;
152
153
  for_company: INestedCompany | null;
153
154
  parent_po: INestedPo | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "14.9.4",
3
+ "version": "14.9.5",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",