Skip to content

Commit

Permalink
chore(deps): dependencies 2025-01-06 [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4299

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Algolia Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
4 people committed Jan 6, 2025
1 parent 93eb697 commit aac768e
Show file tree
Hide file tree
Showing 24 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"bundlewatch": "0.4.0",
"execa": "9.5.2",
"lerna": "8.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"devDependencies": {
"@algolia/requester-testing": "5.18.0",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"rollup": "4.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-abtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import type { EventType } from './eventType';

export type EventScoring = {
export type EventsScoring = {
/**
* Event score.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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.

export type FacetScoring = {
export type FacetsScoring = {
/**
* Event score.
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/client-personalization/model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
export * from './clientMethodProps';
export * from './deleteUserProfileResponse';
export * from './errorBase';
export * from './eventScoring';
export * from './eventsScoring';
export * from './eventType';
export * from './facetScoring';
export * from './facetsScoring';
export * from './getUserTokenResponse';
export * from './personalizationStrategyParams';
export * from './setPersonalizationStrategyResponse';
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// 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.

import type { EventScoring } from './eventScoring';
import type { FacetScoring } from './facetScoring';
import type { EventsScoring } from './eventsScoring';
import type { FacetsScoring } from './facetsScoring';

export type PersonalizationStrategyParams = {
/**
* Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
*/
eventScoring: Array<EventScoring>;
eventsScoring: Array<EventsScoring>;

/**
* Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
*/
facetScoring: Array<FacetScoring>;
facetsScoring: Array<FacetsScoring>;

/**
* Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.
Expand Down
2 changes: 1 addition & 1 deletion packages/client-personalization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-personalization/src/personalizationClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,14 @@ export function createPersonalizationClient({
);
}

if (!personalizationStrategyParams.eventScoring) {
if (!personalizationStrategyParams.eventsScoring) {
throw new Error(
'Parameter `personalizationStrategyParams.eventScoring` is required when calling `setPersonalizationStrategy`.',
'Parameter `personalizationStrategyParams.eventsScoring` is required when calling `setPersonalizationStrategy`.',
);
}
if (!personalizationStrategyParams.facetScoring) {
if (!personalizationStrategyParams.facetsScoring) {
throw new Error(
'Parameter `personalizationStrategyParams.facetScoring` is required when calling `setPersonalizationStrategy`.',
'Parameter `personalizationStrategyParams.facetsScoring` is required when calling `setPersonalizationStrategy`.',
);
}
if (!personalizationStrategyParams.personalizationImpact) {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/requester-browser-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/requester-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"cross-fetch": "4.1.0",
"nock": "13.5.6",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/requester-node-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/requester-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2"
Expand Down
Loading

0 comments on commit aac768e

Please sign in to comment.