kcommons 18.12.6 → 18.12.7

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.
@@ -21,6 +21,7 @@ export interface ISupplierInvoiceFiltersForVendor extends Partial<Pick<ISupplier
21
21
  export interface ISupplierInvoiceFiltersWithPaginationForVendor extends ISupplierInvoiceFiltersForVendor, IPaginationFilters {
22
22
  }
23
23
  export interface ISupplierInvoiceFiltersForCompany extends Partial<Pick<ISupplierInvoice, "company_vendor_id">>, ISupplierInvoiceFiltersBase {
24
+ for_creating_gi?: boolean;
24
25
  }
25
26
  export interface ISupplierInvoiceFiltersWithPaginationForCompany extends ISupplierInvoiceFiltersForCompany, IPaginationFilters {
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.12.6",
3
+ "version": "18.12.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",