@coveo/platform-client 69.4.0 → 69.5.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 +1 @@
1
- {"version":3,"file":"SourcesInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Sources/SourcesInterfaces.ts"],"names":[],"mappings":";;;AAkBA,0EAAgD"}
1
+ {"version":3,"file":"SourcesInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Sources/SourcesInterfaces.ts"],"names":[],"mappings":";;;AAmBA,0EAAgD"}
@@ -1 +1 @@
1
- {"version":3,"file":"SourcesInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Sources/SourcesInterfaces.ts"],"names":[],"mappings":"AAkBA,cAAc,iCAAiC,CAAC"}
1
+ {"version":3,"file":"SourcesInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Sources/SourcesInterfaces.ts"],"names":[],"mappings":"AAmBA,cAAc,iCAAiC,CAAC"}
@@ -194,3 +194,17 @@ export interface CrawlingModuleDeployment {
194
194
  */
195
195
  versions: ComponentVersion;
196
196
  }
197
+ export interface CrawlingModuleInfo {
198
+ /**
199
+ * The id of the Crawling Module.
200
+ */
201
+ id: string;
202
+ /**
203
+ * Whether the Crawling Module is disabled or not.
204
+ */
205
+ isDisabled: boolean;
206
+ /**
207
+ * Whether the Crawling Module has log requests enabled.
208
+ */
209
+ logRequestsEnabled: boolean;
210
+ }
@@ -1,4 +1,5 @@
1
1
  import { Paginated } from '../BaseInterfaces.js';
2
+ import { CrawlingModuleInfo } from '../CrawlingModule/CrawlingModuleInterfaces.js';
2
3
  import { ExpansionScore, PermissionIdentityType, ScheduleType, SecurityCacheFilteringMode, SecurityCacheStateOptions, SecurityProviderReferenceType, SecurityProviderStatusType, SecurityProviderType, SinglePermissionResult, SinglePermissionState } from '../Enums.js';
3
4
  import { DataFile, ParameterModel, UserIdentityModel } from '../Sources/index.js';
4
5
  export interface ScheduleModel {
@@ -37,6 +38,7 @@ export interface SecurityProviderModel {
37
38
  userIdentities?: UserIdentityModel;
38
39
  }
39
40
  export interface SecurityProviderModelWithStatus extends Required<SecurityProviderModel> {
41
+ crawlingModuleInfo?: CrawlingModuleInfo;
40
42
  currentStatus: CurrentStatusModel;
41
43
  lastRefreshOperation: LastRefreshOperation;
42
44
  statistics: SecurityProviderStatisticsModel;
@@ -1,4 +1,5 @@
1
1
  import { GranularResource, Paginated } from '../BaseInterfaces.js';
2
+ import { CrawlingModuleInfo } from '../CrawlingModule/CrawlingModuleInterfaces.js';
2
3
  import { DocumentConfigurationType, FilterHostType, FilterLastOperationResultType, FilterLastOperationType, FilterStatusType, SortingOrder, SortingType, SourceOperationalStatus, SourceSecurityOption, SourceType, SourceVisibility } from '../Enums.js';
3
4
  import { SecurityProvider, SecurityProviderModel } from '../SecurityCache/SecurityCacheInterfaces.js';
4
5
  import { MappingModel } from './SourcesMappings/index.js';
@@ -71,6 +72,7 @@ export interface SourceModel extends GranularResource {
71
72
  alwaysTrustCertificates?: boolean;
72
73
  configurationError?: SourcesSubInterface.ConfigurationError;
73
74
  crawlingModuleId?: string;
75
+ crawlingModuleInfo?: CrawlingModuleInfo;
74
76
  createdDate?: number;
75
77
  customParameters?: Record<string, string>;
76
78
  documentConfig?: SourcesSubInterface.DocumentConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "69.4.0",
3
+ "version": "69.5.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {