@coveo/platform-client 44.5.0 → 44.5.1
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,4 +1,4 @@
|
|
|
1
|
-
import { GranularResource } from '../BaseInterfaces.js';
|
|
1
|
+
import { GranularResource, New } from '../BaseInterfaces.js';
|
|
2
2
|
import { IntervalUnit } from '../Enums.js';
|
|
3
3
|
import { MLModel } from './index.js';
|
|
4
4
|
interface QueryReplacePatterns {
|
|
@@ -82,8 +82,8 @@ export interface RegistrationModel extends GranularResource {
|
|
|
82
82
|
*/
|
|
83
83
|
versionMatcher?: string;
|
|
84
84
|
}
|
|
85
|
-
export interface MLModelCreated extends MLModel {
|
|
86
|
-
modelId
|
|
85
|
+
export interface MLModelCreated extends New<MLModel> {
|
|
86
|
+
modelId: string;
|
|
87
87
|
/**
|
|
88
88
|
* The epoch date when the schedule will end.
|
|
89
89
|
* If there is no end date, the schedule will last forever.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "44.5.
|
|
3
|
+
"version": "44.5.1",
|
|
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.6.
|
|
36
|
-
"@commitlint/config-conventional": "17.6.
|
|
35
|
+
"@commitlint/cli": "17.6.5",
|
|
36
|
+
"@commitlint/config-conventional": "17.6.5",
|
|
37
37
|
"@types/jest": "29.5.1",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "5.59.
|
|
39
|
-
"@typescript-eslint/parser": "5.59.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "5.59.8",
|
|
39
|
+
"@typescript-eslint/parser": "5.59.8",
|
|
40
40
|
"abortcontroller-polyfill": "1.7.5",
|
|
41
41
|
"cz-conventional-changelog": "3.3.0",
|
|
42
|
-
"eslint": "8.
|
|
42
|
+
"eslint": "8.41.0",
|
|
43
43
|
"eslint-config-prettier": "8.8.0",
|
|
44
44
|
"eslint-config-typescript": "3.0.0",
|
|
45
45
|
"eslint-plugin-jest": "27.2.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"semantic-release": "21.0.2",
|
|
54
54
|
"ts-jest": "29.1.0",
|
|
55
55
|
"tsjs": "4.2.1",
|
|
56
|
-
"tslib": "2.5.
|
|
56
|
+
"tslib": "2.5.2",
|
|
57
57
|
"typescript": "5.0.4"
|
|
58
58
|
},
|
|
59
59
|
"prettier": "tsjs/prettier-config",
|