@lambda-development/erp-core 0.8.8 → 0.8.9

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.
@@ -118,6 +118,9 @@ export declare const api: {
118
118
  offset: number;
119
119
  }>;
120
120
  searchMasters: (type: string, q: string) => Promise<any[]>;
121
+ masterFilterValues: (type: string, field: string) => Promise<{
122
+ values: any[];
123
+ }>;
121
124
  searchDocuments: (doctype: string, q: string) => Promise<any[]>;
122
125
  searchLink: (type: string, q: string) => Promise<any[]>;
123
126
  getMaster: (type: string, name: string) => Promise<any>;