gd-sprest-def 1.6.8 → 1.7.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.
package/base.d.ts CHANGED
@@ -184,6 +184,9 @@ export interface IODataQuery {
184
184
  /** The order by fields. */
185
185
  OrderBy?: Array<string>;
186
186
 
187
+ /** The search query for graph. */
188
+ Search?: string;
189
+
187
190
  /** The fields to select. */
188
191
  Select?: Array<string>;
189
192