@coveo/platform-client 49.2.0 → 49.3.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.
@@ -1,8 +1,8 @@
1
1
  import { GranularResource, Paginated } from '../BaseInterfaces.js';
2
2
  import { FilterHostType, FilterLastOperationResultType, FilterLastOperationType, FilterStatusType, SortingOrder, SortingType, SourceOperationalStatus, SourceSecurityOption, SourceType, SourceVisibility } from '../Enums.js';
3
3
  import { SecurityProvider, SecurityProviderModel } from '../SecurityCache/SecurityCacheInterfaces.js';
4
- import * as SourcesSubInterface from './SourcesSubInterfaces/index.js';
5
4
  import { MappingModel } from './SourcesMappings/index.js';
5
+ import * as SourcesSubInterface from './SourcesSubInterfaces/index.js';
6
6
  export * from './SourcesSubInterfaces/index.js';
7
7
  interface ListParams extends Paginated {
8
8
  filter?: string;
@@ -18,6 +18,7 @@ export interface ListSourcesParams extends ListParams {
18
18
  filterLastOperationResultType?: FilterLastOperationResultType;
19
19
  filterLastOperationType?: FilterLastOperationType;
20
20
  filterStatusType?: FilterStatusType;
21
+ stringFilterType?: 'WILDCARD' | 'EXACTMATCH';
21
22
  }
22
23
  export interface ExtendedConfig {
23
24
  addressPatterns?: SourcesSubInterface.AddressPattern[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "49.2.0",
3
+ "version": "49.3.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {