@openfin/workspace 20.3.3 → 20.3.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.
@@ -1188,6 +1188,7 @@ export type SearchProviderResult = {
1188
1188
  pageNumber?: number;
1189
1189
  pageSize?: number;
1190
1190
  showViewMore?: boolean;
1191
+ queryId?: string;
1191
1192
  };
1192
1193
  /**
1193
1194
  * @internal