@coveo/platform-client 42.1.0 → 42.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.
|
@@ -50,6 +50,14 @@ export interface CreateCatalogConfigurationModel {
|
|
|
50
50
|
* The configuration mapping of index fields to standard commerce fields
|
|
51
51
|
*/
|
|
52
52
|
fieldsMapping?: CatalogFieldsMapping;
|
|
53
|
+
/**
|
|
54
|
+
* The host of the storefront to which the listing pages should be associated.
|
|
55
|
+
*/
|
|
56
|
+
host?: string;
|
|
57
|
+
/**
|
|
58
|
+
* A concatenation of language, country and currency identifiers.
|
|
59
|
+
*/
|
|
60
|
+
locale?: string;
|
|
53
61
|
}
|
|
54
62
|
export interface CatalogConfigurationModel {
|
|
55
63
|
/**
|
|
@@ -80,6 +88,14 @@ export interface CatalogConfigurationModel {
|
|
|
80
88
|
* Catalogs associated to the configuration
|
|
81
89
|
*/
|
|
82
90
|
associatedCatalogs?: IAssociatedCatalogModel[];
|
|
91
|
+
/**
|
|
92
|
+
* The host of the storefront to which the listing pages should be associated.
|
|
93
|
+
*/
|
|
94
|
+
host?: string;
|
|
95
|
+
/**
|
|
96
|
+
* A concatenation of language, country and currency identifiers.
|
|
97
|
+
*/
|
|
98
|
+
locale?: string;
|
|
83
99
|
}
|
|
84
100
|
export interface IAssociatedCatalogModel {
|
|
85
101
|
/**
|
|
@@ -143,4 +143,20 @@ export interface IPXInterfaceConfiguration extends HostedInterfaceConfiguration
|
|
|
143
143
|
* The style configuration.
|
|
144
144
|
*/
|
|
145
145
|
style: IPXStyle;
|
|
146
|
+
/**
|
|
147
|
+
* The date of creation of the interface
|
|
148
|
+
*/
|
|
149
|
+
created: string;
|
|
150
|
+
/**
|
|
151
|
+
* The original author of the interface
|
|
152
|
+
*/
|
|
153
|
+
createdBy: string;
|
|
154
|
+
/**
|
|
155
|
+
* The date of the interface's latest update
|
|
156
|
+
*/
|
|
157
|
+
updated: string;
|
|
158
|
+
/**
|
|
159
|
+
* The author of the interface's latest update
|
|
160
|
+
*/
|
|
161
|
+
updatedBy: string;
|
|
146
162
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commitlint/cli": "17.4.4",
|
|
36
36
|
"@commitlint/config-conventional": "17.4.4",
|
|
37
|
-
"@types/jest": "29.4.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
39
|
-
"@typescript-eslint/parser": "5.
|
|
37
|
+
"@types/jest": "29.4.4",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "5.55.0",
|
|
39
|
+
"@typescript-eslint/parser": "5.55.0",
|
|
40
40
|
"abortcontroller-polyfill": "1.7.5",
|
|
41
41
|
"cz-conventional-changelog": "3.3.0",
|
|
42
|
-
"eslint": "8.
|
|
43
|
-
"eslint-config-prettier": "8.
|
|
42
|
+
"eslint": "8.36.0",
|
|
43
|
+
"eslint-config-prettier": "8.7.0",
|
|
44
44
|
"eslint-config-typescript": "3.0.0",
|
|
45
45
|
"eslint-plugin-jest": "27.2.1",
|
|
46
46
|
"eslint-plugin-prettier": "4.2.1",
|
|
47
47
|
"husky": "8.0.3",
|
|
48
|
-
"jest": "29.
|
|
48
|
+
"jest": "29.5.0",
|
|
49
49
|
"jest-fetch-mock": "3.0.3",
|
|
50
|
-
"jest-runner-eslint": "
|
|
51
|
-
"lint-staged": "13.
|
|
50
|
+
"jest-runner-eslint": "2.0.0",
|
|
51
|
+
"lint-staged": "13.2.0",
|
|
52
52
|
"prettier": "2.8.4",
|
|
53
|
-
"semantic-release": "20.1.
|
|
53
|
+
"semantic-release": "20.1.1",
|
|
54
54
|
"ts-jest": "29.0.5",
|
|
55
55
|
"tsjs": "4.2.1",
|
|
56
56
|
"tslib": "2.5.0",
|