@coveo/platform-client 40.1.0 → 40.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.
@@ -31,6 +31,7 @@ export interface MLModel<T extends MLModelTypeInfo = never> extends MLModelInfo<
31
31
  viewEventFilter?: string;
32
32
  modelSizeStatistic?: number;
33
33
  modelActivenessState?: ModelActivenessState;
34
+ daysUntilArchival?: number;
34
35
  }
35
36
  export interface ModelErrorDescription {
36
37
  customer_errors?: CustomerError[];
@@ -12,7 +12,7 @@ export interface MetadataValue {
12
12
  */
13
13
  metadataValue: any;
14
14
  /**
15
- * The number of time the value has been seen on documents
15
+ * The number of times the value has been seen on documents
16
16
  */
17
17
  count: number;
18
18
  }
@@ -22,9 +22,9 @@ export interface Metadata {
22
22
  */
23
23
  key: string;
24
24
  /**
25
- * The frequency in % at which this metadata has been seen on documents.
25
+ * The number of times the metadata has been seen in the sampled items.
26
26
  */
27
- frequency: number;
27
+ count: number;
28
28
  /**
29
29
  * Subset of sample values for the metadata.
30
30
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "40.1.0",
3
+ "version": "40.3.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -32,14 +32,14 @@
32
32
  "prepare": "husky install"
33
33
  },
34
34
  "devDependencies": {
35
- "@commitlint/cli": "17.4.1",
36
- "@commitlint/config-conventional": "17.4.0",
37
- "@types/jest": "29.2.5",
38
- "@typescript-eslint/eslint-plugin": "5.48.0",
39
- "@typescript-eslint/parser": "5.48.0",
35
+ "@commitlint/cli": "17.4.2",
36
+ "@commitlint/config-conventional": "17.4.2",
37
+ "@types/jest": "29.2.6",
38
+ "@typescript-eslint/eslint-plugin": "5.48.2",
39
+ "@typescript-eslint/parser": "5.48.2",
40
40
  "abortcontroller-polyfill": "1.7.5",
41
41
  "cz-conventional-changelog": "3.3.0",
42
- "eslint": "8.31.0",
42
+ "eslint": "8.32.0",
43
43
  "eslint-config-prettier": "8.6.0",
44
44
  "eslint-config-typescript": "3.0.0",
45
45
  "eslint-plugin-jest": "27.2.1",
@@ -49,9 +49,9 @@
49
49
  "jest-fetch-mock": "3.0.3",
50
50
  "jest-runner-eslint": "1.1.0",
51
51
  "lint-staged": "13.1.0",
52
- "prettier": "2.8.2",
53
- "semantic-release": "20.0.2",
54
- "ts-jest": "29.0.3",
52
+ "prettier": "2.8.3",
53
+ "semantic-release": "20.0.3",
54
+ "ts-jest": "29.0.5",
55
55
  "tsjs": "4.2.1",
56
56
  "tslib": "2.4.1",
57
57
  "typescript": "4.9.4"