@coveo/platform-client 46.1.1 → 46.2.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.
- package/dist/cjs/resources/Organizations/OrganizationInterfaces.js.map +1 -1
- package/dist/esm/resources/Organizations/OrganizationInterfaces.js.map +1 -1
- package/dist/types/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts +3 -0
- package/dist/types/resources/Organizations/OrganizationInterfaces.d.ts +4 -0
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Organizations/OrganizationInterfaces.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"OrganizationInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Organizations/OrganizationInterfaces.ts"],"names":[],"mappings":";;;AA+LA;;GAEG;AACH,IAAY,0BAiDX;AAjDD,WAAY,0BAA0B;IAClC;;OAEG;IACH,mDAAqB,CAAA;IACrB;;OAEG;IACH,yCAAW,CAAA;IACX;;OAEG;IACH,yCAAW,CAAA;IACX;;OAEG;IACH,2DAA6B,CAAA;IAC7B;;OAEG;IACH,mDAAqB,CAAA;IACrB;;OAEG;IACH,iEAAmC,CAAA;IACnC;;OAEG;IACH,2CAAa,CAAA;IACb;;OAEG;IACH,iDAAmB,CAAA;IACnB;;OAEG;IACH,2FAA6D,CAAA;IAC7D;;OAEG;IACH,2FAA6D,CAAA;IAC7D;;OAEG;IACH,uFAAyD,CAAA;IACzD;;OAEG;IACH,iDAAmB,CAAA;AACvB,CAAC,EAjDW,0BAA0B,0CAA1B,0BAA0B,QAiDrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Organizations/OrganizationInterfaces.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OrganizationInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Organizations/OrganizationInterfaces.ts"],"names":[],"mappings":"AA+LA;;GAEG;AACH,MAAM,CAAN,IAAY,0BAiDX;AAjDD,WAAY,0BAA0B;IAClC;;OAEG;IACH,mDAAqB,CAAA;IACrB;;OAEG;IACH,yCAAW,CAAA;IACX;;OAEG;IACH,yCAAW,CAAA;IACX;;OAEG;IACH,2DAA6B,CAAA;IAC7B;;OAEG;IACH,mDAAqB,CAAA;IACrB;;OAEG;IACH,iEAAmC,CAAA;IACnC;;OAEG;IACH,2CAAa,CAAA;IACb;;OAEG;IACH,iDAAmB,CAAA;IACnB;;OAEG;IACH,2FAA6D,CAAA;IAC7D;;OAEG;IACH,2FAA6D,CAAA;IAC7D;;OAEG;IACH,uFAAyD,CAAA;IACzD;;OAEG;IACH,iDAAmB,CAAA;AACvB,CAAC,EAjDW,0BAA0B,KAA1B,0BAA0B,QAiDrC"}
|
package/dist/types/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts
CHANGED
|
@@ -183,6 +183,9 @@ export interface ModelInformationQS {
|
|
|
183
183
|
featureSelectLog: FeatureSelectLog;
|
|
184
184
|
[key: string]: any;
|
|
185
185
|
}
|
|
186
|
+
export interface ModelInformationPQS extends ModelInformationQS {
|
|
187
|
+
catalogIdOpt: string;
|
|
188
|
+
}
|
|
186
189
|
export interface MetaInfoSmartSnippets extends MetaInfo {
|
|
187
190
|
modelId: string;
|
|
188
191
|
engineName: string;
|
|
@@ -163,6 +163,10 @@ export interface OverrideModel {
|
|
|
163
163
|
* Determines if the override model is read only
|
|
164
164
|
*/
|
|
165
165
|
readOnly?: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* Determines the expiration date of this override model
|
|
168
|
+
*/
|
|
169
|
+
expirationDate?: string;
|
|
166
170
|
}
|
|
167
171
|
export declare enum OrganizationCreationOrigin {
|
|
168
172
|
ADMIN_UI = "ADMIN_UI",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "46.
|
|
3
|
+
"version": "46.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@commitlint/cli": "17.7.1",
|
|
36
36
|
"@commitlint/config-conventional": "17.7.0",
|
|
37
37
|
"@types/jest": "29.5.4",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
39
|
-
"@typescript-eslint/parser": "6.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "6.6.0",
|
|
39
|
+
"@typescript-eslint/parser": "6.6.0",
|
|
40
40
|
"abortcontroller-polyfill": "1.7.5",
|
|
41
41
|
"cz-conventional-changelog": "3.3.0",
|
|
42
|
-
"eslint": "8.
|
|
42
|
+
"eslint": "8.49.0",
|
|
43
43
|
"eslint-config-prettier": "9.0.0",
|
|
44
44
|
"eslint-config-typescript": "3.0.0",
|
|
45
45
|
"eslint-plugin-jest": "27.2.3",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"husky": "8.0.3",
|
|
48
48
|
"jest": "29.6.4",
|
|
49
49
|
"jest-fetch-mock": "3.0.3",
|
|
50
|
-
"jest-runner-eslint": "2.1.
|
|
50
|
+
"jest-runner-eslint": "2.1.1",
|
|
51
51
|
"lint-staged": "14.0.1",
|
|
52
52
|
"prettier": "3.0.3",
|
|
53
53
|
"semantic-release": "21.1.1",
|