File tree Expand file tree Collapse file tree 21 files changed +98
-98
lines changed
clients/algoliasearch-client-javascript Expand file tree Collapse file tree 21 files changed +98
-98
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
import type { SearchMethodParams } from '../model/searchMethodParams' ;
23
23
import type { SearchResponses } from '../model/searchResponses' ;
24
24
25
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
25
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
26
26
27
27
function getDefaultHosts ( appId : string ) : Host [ ] {
28
28
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " A fully-featured and blazing-fast JavaScript API client to interact with Algolia API." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
59
59
"test" : " jest"
60
60
},
61
61
"dependencies" : {
62
- "@algolia/client-abtesting" : " 5.0.0-alpha.9 " ,
63
- "@algolia/client-analytics" : " 5.0.0-alpha.9 " ,
64
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
65
- "@algolia/client-personalization" : " 5.0.0-alpha.9 " ,
66
- "@algolia/client-search" : " 5.0.0-alpha.9 " ,
67
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
68
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
62
+ "@algolia/client-abtesting" : " 5.0.0-alpha.10 " ,
63
+ "@algolia/client-analytics" : " 5.0.0-alpha.10 " ,
64
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
65
+ "@algolia/client-personalization" : " 5.0.0-alpha.10 " ,
66
+ "@algolia/client-search" : " 5.0.0-alpha.10 " ,
67
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
68
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
69
69
},
70
70
"devDependencies" : {
71
71
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-abtesting" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-abtesting" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type {
29
29
} from '../model/clientMethodProps' ;
30
30
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
31
31
32
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
32
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
33
33
34
34
export const REGIONS = [ 'de' , 'us' ] as const ;
35
35
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-analytics" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-analytics" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
55
55
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
56
56
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
57
57
58
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
58
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
59
59
60
60
export const REGIONS = [ 'de' , 'us' ] as const ;
61
61
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-insights" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-insights" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
import type { InsightEvents } from '../model/insightEvents' ;
24
24
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
25
25
26
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
26
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
27
27
28
28
export const REGIONS = [ 'de' , 'us' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-personalization" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-personalization" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
27
27
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
28
28
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
29
29
30
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
30
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
31
31
32
32
export const REGIONS = [ 'eu' , 'us' ] as const ;
33
33
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-query-suggestions" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-query-suggestions" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
31
31
import type { Status } from '../model/status' ;
32
32
import type { SuccessResponse } from '../model/successResponse' ;
33
33
34
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
34
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
35
35
36
36
export const REGIONS = [ 'eu' , 'us' ] as const ;
37
37
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-search" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-search" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
118
118
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
119
119
import type { UserId } from '../model/userId' ;
120
120
121
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
121
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
122
122
123
123
function getDefaultHosts ( appId : string ) : Host [ ] {
124
124
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-sources" ,
3
- "version" : " 1.0.0-alpha.9 " ,
3
+ "version" : " 1.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for client-sources" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse' ;
24
24
import type { PostURLJob } from '../model/postURLJob' ;
25
25
26
- export const apiClientVersion = '1.0.0-alpha.9 ' ;
26
+ export const apiClientVersion = '1.0.0-alpha.10 ' ;
27
27
28
28
export const REGIONS = [ 'de' , 'us' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/predict" ,
3
- "version" : " 1.0.0-alpha.9 " ,
3
+ "version" : " 1.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for predict" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
} from '../model/clientMethodProps' ;
24
24
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse' ;
25
25
26
- export const apiClientVersion = '1.0.0-alpha.9 ' ;
26
+ export const apiClientVersion = '1.0.0-alpha.10 ' ;
27
27
28
28
export const REGIONS = [ 'ue' , 'ew' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/recommend" ,
3
- "version" : " 5.0.0-alpha.9 " ,
3
+ "version" : " 5.0.0-alpha.10 " ,
4
4
"description" : " JavaScript client for recommend" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist || true"
23
23
},
24
24
"dependencies" : {
25
- "@algolia/client-common" : " 5.0.0-alpha.9 " ,
26
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.9 " ,
27
- "@algolia/requester-node-http" : " 5.0.0-alpha.9 "
25
+ "@algolia/client-common" : " 5.0.0-alpha.10 " ,
26
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.10 " ,
27
+ "@algolia/requester-node-http" : " 5.0.0-alpha.10 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/node" : " 16.11.47" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import type {
24
24
import type { GetRecommendationsParams } from '../model/getRecommendationsParams' ;
25
25
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
26
26
27
- export const apiClientVersion = '5.0.0-alpha.9 ' ;
27
+ export const apiClientVersion = '5.0.0-alpha.10 ' ;
28
28
29
29
function getDefaultHosts ( appId : string ) : Host [ ] {
30
30
return (
You can’t perform that action at this time.
0 commit comments