File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
clients/algoliasearch-client-javascript/packages
client-personalization/src
client-query-suggestions/src Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type {
20
20
import type { SearchMethodParams } from '../model/searchMethodParams' ;
21
21
import type { SearchResponses } from '../model/searchResponses' ;
22
22
23
- export const apiClientVersion = '0.5.1 ' ;
23
+ export const apiClientVersion = '0.6.0 ' ;
24
24
25
25
function getDefaultHosts ( appId : string ) : Host [ ] {
26
26
return (
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type {
27
27
} from '../model/clientMethodProps' ;
28
28
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
29
29
30
- export const apiClientVersion = '0.5.1 ' ;
30
+ export const apiClientVersion = '0.6.0 ' ;
31
31
32
32
export const REGIONS = [ 'de' , 'us' ] as const ;
33
33
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
53
53
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
54
54
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
55
55
56
- export const apiClientVersion = '0.5.1 ' ;
56
+ export const apiClientVersion = '0.6.0 ' ;
57
57
58
58
export const REGIONS = [ 'de' , 'us' ] as const ;
59
59
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
import type { InsightEvents } from '../model/insightEvents' ;
22
22
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
23
23
24
- export const apiClientVersion = '0.5.1 ' ;
24
+ export const apiClientVersion = '0.6.0 ' ;
25
25
26
26
export const REGIONS = [ 'de' , 'us' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
25
25
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
26
26
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
27
27
28
- export const apiClientVersion = '0.5.1 ' ;
28
+ export const apiClientVersion = '0.6.0 ' ;
29
29
30
30
export const REGIONS = [ 'eu' , 'us' ] as const ;
31
31
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
} from '../model/clientMethodProps' ;
22
22
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse' ;
23
23
24
- export const apiClientVersion = '0.5.1 ' ;
24
+ export const apiClientVersion = '0.6.0 ' ;
25
25
26
26
export const REGIONS = [ 'ue' , 'ew' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
29
29
import type { Status } from '../model/status' ;
30
30
import type { SuccessResponse } from '../model/successResponse' ;
31
31
32
- export const apiClientVersion = '0.5.1 ' ;
32
+ export const apiClientVersion = '0.6.0 ' ;
33
33
34
34
export const REGIONS = [ 'eu' , 'us' ] as const ;
35
35
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
111
111
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
112
112
import type { UserId } from '../model/userId' ;
113
113
114
- export const apiClientVersion = '0.5.1 ' ;
114
+ export const apiClientVersion = '0.6.0 ' ;
115
115
116
116
function getDefaultHosts ( appId : string ) : Host [ ] {
117
117
return (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse' ;
22
22
import type { PostURLJob } from '../model/postURLJob' ;
23
23
24
- export const apiClientVersion = '0.5.1 ' ;
24
+ export const apiClientVersion = '0.6.0 ' ;
25
25
26
26
export const REGIONS = [ 'de' , 'us' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
import type { GetRecommendationsParams } from '../model/getRecommendationsParams' ;
23
23
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
24
24
25
- export const apiClientVersion = '0.5.1 ' ;
25
+ export const apiClientVersion = '0.6.0 ' ;
26
26
27
27
function getDefaultHosts ( appId : string ) : Host [ ] {
28
28
return (
You can’t perform that action at this time.
0 commit comments