@resolveio/server-lib 20.7.116 → 20.7.118

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.
@@ -130,6 +130,7 @@ export interface MongoManagerCollectionOptions {
130
130
  collectionOptions: CreateCollectionOptions;
131
131
  skipCache?: boolean;
132
132
  bypassSession?: boolean;
133
+ searchFields?: string[];
133
134
  }
134
135
  export declare class MongoManagerCollection<T extends CollectionDocument> {
135
136
  collectionName: string;