@algolia/client-personalization 5.2.4-beta.3 → 5.2.4-beta.4
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/package.json +5 -5
- package/dist/model/clientMethodProps.cjs +0 -19
- package/dist/model/clientMethodProps.cjs.map +0 -1
- package/dist/model/clientMethodProps.js +0 -1
- package/dist/model/clientMethodProps.js.map +0 -1
- package/dist/model/deleteUserProfileResponse.cjs +0 -19
- package/dist/model/deleteUserProfileResponse.cjs.map +0 -1
- package/dist/model/deleteUserProfileResponse.js +0 -1
- package/dist/model/deleteUserProfileResponse.js.map +0 -1
- package/dist/model/errorBase.cjs +0 -19
- package/dist/model/errorBase.cjs.map +0 -1
- package/dist/model/errorBase.js +0 -1
- package/dist/model/errorBase.js.map +0 -1
- package/dist/model/eventScoring.cjs +0 -19
- package/dist/model/eventScoring.cjs.map +0 -1
- package/dist/model/eventScoring.js +0 -1
- package/dist/model/eventScoring.js.map +0 -1
- package/dist/model/eventType.cjs +0 -19
- package/dist/model/eventType.cjs.map +0 -1
- package/dist/model/eventType.js +0 -1
- package/dist/model/eventType.js.map +0 -1
- package/dist/model/facetScoring.cjs +0 -19
- package/dist/model/facetScoring.cjs.map +0 -1
- package/dist/model/facetScoring.js +0 -1
- package/dist/model/facetScoring.js.map +0 -1
- package/dist/model/getUserTokenResponse.cjs +0 -19
- package/dist/model/getUserTokenResponse.cjs.map +0 -1
- package/dist/model/getUserTokenResponse.js +0 -1
- package/dist/model/getUserTokenResponse.js.map +0 -1
- package/dist/model/index.cjs +0 -19
- package/dist/model/index.cjs.map +0 -1
- package/dist/model/index.js +0 -1
- package/dist/model/index.js.map +0 -1
- package/dist/model/personalizationStrategyParams.cjs +0 -19
- package/dist/model/personalizationStrategyParams.cjs.map +0 -1
- package/dist/model/personalizationStrategyParams.js +0 -1
- package/dist/model/personalizationStrategyParams.js.map +0 -1
- package/dist/model/setPersonalizationStrategyResponse.cjs +0 -19
- package/dist/model/setPersonalizationStrategyResponse.cjs.map +0 -1
- package/dist/model/setPersonalizationStrategyResponse.js +0 -1
- package/dist/model/setPersonalizationStrategyResponse.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.2.4-beta.
|
|
2
|
+
"version": "5.2.4-beta.4",
|
|
3
3
|
"repository": {
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"default": "./dist/builds/browser.umd.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"./src": "./src/*.ts"
|
|
36
|
+
"./src/*": "./src/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"jsdelivr": "./dist/builds/browser.umd.js",
|
|
39
39
|
"unpkg": "./dist/builds/browser.umd.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"index.d.ts"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@algolia/client-common": "5.2.4-beta.
|
|
48
|
-
"@algolia/requester-browser-xhr": "5.2.4-beta.
|
|
49
|
-
"@algolia/requester-node-http": "5.2.4-beta.
|
|
47
|
+
"@algolia/client-common": "5.2.4-beta.4",
|
|
48
|
+
"@algolia/requester-browser-xhr": "5.2.4-beta.4",
|
|
49
|
+
"@algolia/requester-node-http": "5.2.4-beta.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@arethetypeswrong/cli": "0.15.4",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/clientMethodProps.ts
|
|
17
|
-
var clientMethodProps_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(clientMethodProps_exports);
|
|
19
|
-
//# sourceMappingURL=clientMethodProps.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/clientMethodProps.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Properties for the `customDelete` method.\n */\nexport type CustomDeleteProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n};\n\n/**\n * Properties for the `customGet` method.\n */\nexport type CustomGetProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n};\n\n/**\n * Properties for the `customPost` method.\n */\nexport type CustomPostProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n /**\n * Parameters to send with the custom request.\n */\n body?: Record<string, unknown>;\n};\n\n/**\n * Properties for the `customPut` method.\n */\nexport type CustomPutProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n /**\n * Parameters to send with the custom request.\n */\n body?: Record<string, unknown>;\n};\n\n/**\n * Properties for the `deleteUserProfile` method.\n */\nexport type DeleteUserProfileProps = {\n /**\n * Unique identifier representing a user for which to fetch the personalization profile.\n */\n userToken: string;\n};\n\n/**\n * Properties for the `getUserTokenProfile` method.\n */\nexport type GetUserTokenProfileProps = {\n /**\n * Unique identifier representing a user for which to fetch the personalization profile.\n */\n userToken: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=clientMethodProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/deleteUserProfileResponse.ts
|
|
17
|
-
var deleteUserProfileResponse_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(deleteUserProfileResponse_exports);
|
|
19
|
-
//# sourceMappingURL=deleteUserProfileResponse.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/deleteUserProfileResponse.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type DeleteUserProfileResponse = {\n /**\n * Unique pseudonymous or anonymous user identifier. This helps with analytics and click and conversion events. For more information, see [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Date and time when the user profile can be safely considered to be deleted. Any events received after the `deletedUntil` date start a new user profile.\n */\n deletedUntil: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=deleteUserProfileResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/model/errorBase.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/errorBase.ts
|
|
17
|
-
var errorBase_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(errorBase_exports);
|
|
19
|
-
//# sourceMappingURL=errorBase.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/errorBase.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Error.\n */\nexport type ErrorBase = Record<string, any> & {\n message?: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/model/errorBase.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=errorBase.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/eventScoring.ts
|
|
17
|
-
var eventScoring_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(eventScoring_exports);
|
|
19
|
-
//# sourceMappingURL=eventScoring.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/eventScoring.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { EventType } from './eventType';\n\nexport type EventScoring = {\n /**\n * Event score.\n */\n score: number;\n\n /**\n * Event name.\n */\n eventName: string;\n\n eventType: EventType;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=eventScoring.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/model/eventType.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/eventType.ts
|
|
17
|
-
var eventType_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(eventType_exports);
|
|
19
|
-
//# sourceMappingURL=eventType.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/eventType.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Event type.\n */\nexport type EventType = 'click' | 'conversion' | 'view';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/model/eventType.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=eventType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/facetScoring.ts
|
|
17
|
-
var facetScoring_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(facetScoring_exports);
|
|
19
|
-
//# sourceMappingURL=facetScoring.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/facetScoring.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type FacetScoring = {\n /**\n * Event score.\n */\n score: number;\n\n /**\n * Facet attribute name.\n */\n facetName: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=facetScoring.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/getUserTokenResponse.ts
|
|
17
|
-
var getUserTokenResponse_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(getUserTokenResponse_exports);
|
|
19
|
-
//# sourceMappingURL=getUserTokenResponse.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/getUserTokenResponse.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type GetUserTokenResponse = {\n /**\n * Unique pseudonymous or anonymous user identifier. This helps with analytics and click and conversion events. For more information, see [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Date and time of the last event from this user, in RFC 3339 format.\n */\n lastEventAt: string;\n\n /**\n * Scores for different facet values. Scores represent the user affinity for a user profile towards specific facet values, given the personalization strategy and past events.\n */\n scores: Record<string, unknown>;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=getUserTokenResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/model/index.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/index.ts
|
|
17
|
-
var model_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(model_exports);
|
|
19
|
-
//# sourceMappingURL=index.cjs.map
|
package/dist/model/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/index.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport * from './deleteUserProfileResponse';\nexport * from './errorBase';\nexport * from './eventScoring';\nexport * from './eventType';\nexport * from './facetScoring';\nexport * from './getUserTokenResponse';\nexport * from './personalizationStrategyParams';\nexport * from './setPersonalizationStrategyResponse';\nexport * from './clientMethodProps';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/model/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.js.map
|
package/dist/model/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/personalizationStrategyParams.ts
|
|
17
|
-
var personalizationStrategyParams_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(personalizationStrategyParams_exports);
|
|
19
|
-
//# sourceMappingURL=personalizationStrategyParams.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/personalizationStrategyParams.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { EventScoring } from './eventScoring';\nimport type { FacetScoring } from './facetScoring';\n\nexport type PersonalizationStrategyParams = {\n /**\n * Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.\n */\n eventScoring: EventScoring[];\n\n /**\n * Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.\n */\n facetScoring: FacetScoring[];\n\n /**\n * Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.\n */\n personalizationImpact: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=personalizationStrategyParams.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// model/setPersonalizationStrategyResponse.ts
|
|
17
|
-
var setPersonalizationStrategyResponse_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(setPersonalizationStrategyResponse_exports);
|
|
19
|
-
//# sourceMappingURL=setPersonalizationStrategyResponse.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../model/setPersonalizationStrategyResponse.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type SetPersonalizationStrategyResponse = {\n /**\n * A message confirming the strategy update.\n */\n message: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=setPersonalizationStrategyResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|