File tree 24 files changed +66
-77
lines changed
clients/algoliasearch-client-javascript 24 files changed +66
-77
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/algoliasearch" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
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
"author" : " Algolia" ,
18
18
"node" : " >= 14.0.0"
19
19
},
20
20
"dependencies" : {
21
- "@experimental-api-clients-automation/client-analytics" : " 0.0.6 " ,
22
- "@experimental-api-clients-automation/client-common" : " 0.0.6 " ,
23
- "@experimental-api-clients-automation/client-personalization" : " 0.0.6 " ,
24
- "@experimental-api-clients-automation/client-search" : " 0.0.6 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.6 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.0.6 "
21
+ "@experimental-api-clients-automation/client-analytics" : " 0.0.5 " ,
22
+ "@experimental-api-clients-automation/client-common" : " 0.0.5 " ,
23
+ "@experimental-api-clients-automation/client-personalization" : " 0.0.5 " ,
24
+ "@experimental-api-clients-automation/client-search" : " 0.0.5 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-abtesting" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-abtesting" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type { AddABTestsRequest } from '../model/addABTestsRequest';
18
18
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
19
19
20
20
export * from '../model/models' ;
21
- export const apiClientVersion = '0.0.6 ' ;
21
+ export const apiClientVersion = '0.0.5 ' ;
22
22
23
23
export type Region = 'de' | 'us' ;
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-analytics" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-analytics" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
31
31
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
32
32
33
33
export * from '../model/models' ;
34
- export const apiClientVersion = '0.0.6 ' ;
34
+ export const apiClientVersion = '0.0.5 ' ;
35
35
36
36
export type Region = 'de' | 'us' ;
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-common" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Common package for the Algolia JavaScript API client." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-insights" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-insights" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { InsightEvents } from '../model/insightEvents';
16
16
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
17
17
18
18
export * from '../model/models' ;
19
- export const apiClientVersion = '0.0.6 ' ;
19
+ export const apiClientVersion = '0.0.5 ' ;
20
20
21
21
export type Region = 'de' | 'us' ;
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-personalization" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-personalization" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type { PersonalizationStrategyParams } from '../model/personalizationStra
18
18
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
19
19
20
20
export * from '../model/models' ;
21
- export const apiClientVersion = '0.0.6 ' ;
21
+ export const apiClientVersion = '0.0.5 ' ;
22
22
23
23
export type Region = 'eu' | 'us' ;
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-predict" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-predict" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse
16
16
import type { Params } from '../model/params' ;
17
17
18
18
export * from '../model/models' ;
19
- export const apiClientVersion = '0.0.6 ' ;
19
+ export const apiClientVersion = '0.0.5 ' ;
20
20
21
21
function getDefaultHosts ( ) : Host [ ] {
22
22
return [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-query-suggestions" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-query-suggestions" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type { Status } from '../model/status';
20
20
import type { SucessResponse } from '../model/sucessResponse' ;
21
21
22
22
export * from '../model/models' ;
23
- export const apiClientVersion = '0.0.6 ' ;
23
+ export const apiClientVersion = '0.0.5 ' ;
24
24
25
25
export type Region = 'eu' | 'us' ;
26
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-search" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-search" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
73
73
import type { UserId } from '../model/userId' ;
74
74
75
75
export * from '../model/models' ;
76
- export const apiClientVersion = '0.0.6 ' ;
76
+ export const apiClientVersion = '0.0.5 ' ;
77
77
78
78
function getDefaultHosts ( appId : string ) : Host [ ] {
79
79
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-sources" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/client-sources" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse';
16
16
import type { PostURLJob } from '../model/postURLJob' ;
17
17
18
18
export * from '../model/models' ;
19
- export const apiClientVersion = '0.0.6 ' ;
19
+ export const apiClientVersion = '0.0.5 ' ;
20
20
21
21
export type Region = 'de' | 'us' ;
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/recommend" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/recommend" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
24
24
"node" : " >= 14.0.0"
25
25
},
26
26
"dependencies" : {
27
- "@experimental-api-clients-automation/client-common" : " ^ 0.0.5" ,
28
- "@experimental-api-clients-automation/requester-browser-xhr" : " ^ 0.0.5" ,
29
- "@experimental-api-clients-automation/requester-node-http" : " ^ 0.0.5"
27
+ "@experimental-api-clients-automation/client-common" : " 0.0.5" ,
28
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.0.5" ,
29
+ "@experimental-api-clients-automation/requester-node-http" : " 0.0.5"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import type { GetRecommendationsParams } from '../model/getRecommendationsParams
17
17
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
18
18
19
19
export * from '../model/models' ;
20
- export const apiClientVersion = '0.0.6 ' ;
20
+ export const apiClientVersion = '0.0.5 ' ;
21
21
22
22
function getDefaultHosts ( appId : string ) : Host [ ] {
23
23
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/requester-browser-xhr" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Promise-based request library for browser using xhr." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
21
21
" index.ts"
22
22
],
23
23
"dependencies" : {
24
- "@experimental-api-clients-automation/client-common" : " 0.0.6 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.0.5 "
25
25
},
26
26
"devDependencies" : {
27
27
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/requester-node-http" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Promise-based request library for node using the native http module." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"author" : " Algolia" ,
20
20
" index.ts"
21
21
],
22
22
"dependencies" : {
23
- "@experimental-api-clients-automation/client-common" : " 0.0.6 "
23
+ "@experimental-api-clients-automation/client-common" : " 0.0.5 "
24
24
},
25
25
"devDependencies" : {
26
26
"@types/node" : " 16.11.26" ,
You can’t perform that action at this time.
0 commit comments