Skip to content

Commit 4975684

Browse files
algolia-botFluf22
andcommitted
chore: update instantsearch dependencies (generated)
algolia/api-clients-automation#5743 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 67af447 commit 4975684

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

packages/advanced-personalization/model/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ export * from './tooManyRequestsResponse';
5555
export * from './unauthorized';
5656
export * from './unprocessableEntity';
5757
export * from './user';
58+
export * from './userType';

packages/advanced-personalization/model/user.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
// 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.
22

33
import type { Affinity } from './affinity';
4+
import type { UserType } from './userType';
45

56
export type User = {
67
userID: string;
78

9+
type: UserType;
10+
811
affinities: Array<Affinity>;
912

1013
lastUpdatedAt: string;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 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.
2+
3+
export type UserType = 'basic' | 'predictive' | 'realtime';

0 commit comments

Comments
 (0)