kcommons 14.24.0 → 14.25.0
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.
|
@@ -58,7 +58,7 @@ export declare enum PRICING_PLANS {
|
|
|
58
58
|
ADVANCE = "ADVANCE"
|
|
59
59
|
}
|
|
60
60
|
export interface IVendorOnboardingCompaniesFilter extends IPaginationFilters {
|
|
61
|
-
|
|
61
|
+
name?: string;
|
|
62
62
|
}
|
|
63
63
|
export declare enum COMPANY_INCLUDE {
|
|
64
64
|
associated_purchase_locations = "associated_purchase_locations",
|
|
@@ -106,6 +106,7 @@ export interface IOPEN_QUOTE_TOKEN_PAYLOAD {
|
|
|
106
106
|
}
|
|
107
107
|
export interface IQuoteFilters {
|
|
108
108
|
company_id?: string;
|
|
109
|
+
name?: string;
|
|
109
110
|
include?: QUOTE_INCLUDES[];
|
|
110
111
|
}
|
|
111
112
|
export interface IQuoteFiltersWithPagination extends IPaginationFilters, IQuoteFilters {
|