Skip to content

Commit 0041f53

Browse files
millotpapi-clients-botshortcuts
authored
Generated code for commit 4105f641f0c28d6b8daa7caeb08f9aecfc7215e4. (#255)
Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com> Co-authored-by: api-clients-bot <bot@algolia.com> Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
1 parent ca23b03 commit 0041f53

File tree

18 files changed

+235
-0
lines changed

18 files changed

+235
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export * from './aBTest';
2+
export * from './aBTestResponse';
3+
export * from './abTestsVariant';
4+
export * from './abTestsVariantSearchParams';
5+
export * from './addABTestsRequest';
6+
export * from './addABTestsVariant';
7+
export * from './customSearchParams';
8+
export * from './errorBase';
9+
export * from './listABTestsResponse';
10+
export * from './variant';

packages/client-abtesting/src/abtestingApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type { ABTestResponse } from '../model/aBTestResponse';
1616
import type { AddABTestsRequest } from '../model/addABTestsRequest';
1717
import type { ListABTestsResponse } from '../model/listABTestsResponse';
1818

19+
export * from '../model/models';
1920
export const apiClientVersion = '0.0.4';
2021

2122
export type Region = 'de' | 'us';
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
export * from './errorBase';
2+
export * from './getAverageClickPositionResponse';
3+
export * from './getAverageClickPositionResponseDates';
4+
export * from './getClickPositionsResponse';
5+
export * from './getClickPositionsResponsePositions';
6+
export * from './getClickThroughRateResponse';
7+
export * from './getClickThroughRateResponseDates';
8+
export * from './getConversationRateResponse';
9+
export * from './getConversationRateResponseDates';
10+
export * from './getNoClickRateResponse';
11+
export * from './getNoClickRateResponseDates';
12+
export * from './getNoResultsRateResponse';
13+
export * from './getNoResultsRateResponseDates';
14+
export * from './getSearchesCountResponse';
15+
export * from './getSearchesCountResponseDates';
16+
export * from './getSearchesNoClicksResponse';
17+
export * from './getSearchesNoClicksResponseSearches';
18+
export * from './getSearchesNoResultsResponse';
19+
export * from './getSearchesNoResultsResponseSearches';
20+
export * from './getStatusResponse';
21+
export * from './getTopCountriesResponse';
22+
export * from './getTopCountriesResponseCountries';
23+
export * from './getTopFilterAttribute';
24+
export * from './getTopFilterAttributesResponse';
25+
export * from './getTopFilterForAttribute';
26+
export * from './getTopFilterForAttributeResponse';
27+
export * from './getTopFiltersNoResultsResponse';
28+
export * from './getTopFiltersNoResultsValue';
29+
export * from './getTopFiltersNoResultsValues';
30+
export * from './getTopHitsResponse';
31+
export * from './getTopSearchesResponse';
32+
export * from './getUsersCountResponse';
33+
export * from './topHitsResponse';
34+
export * from './topHitsResponseHits';
35+
export * from './topHitsResponseWithAnalytics';
36+
export * from './topHitsResponseWithAnalyticsHits';
37+
export * from './topSearchesResponse';
38+
export * from './topSearchesResponseWithAnalytics';
39+
export * from './topSearchesResponseWithAnalyticsSearches';

packages/client-analytics/src/analyticsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
2929
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
3030
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
3131

32+
export * from '../model/models';
3233
export const apiClientVersion = '0.0.4';
3334

3435
export type Region = 'de' | 'us';
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export * from './errorBase';
2+
export * from './insightEvent';
3+
export * from './insightEvents';
4+
export * from './pushEventsResponse';

packages/client-insights/src/insightsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import type {
1414
import type { InsightEvents } from '../model/insightEvents';
1515
import type { PushEventsResponse } from '../model/pushEventsResponse';
1616

17+
export * from '../model/models';
1718
export const apiClientVersion = '0.0.4';
1819

1920
export type Region = 'de' | 'us';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export * from './deleteUserProfileResponse';
2+
export * from './errorBase';
3+
export * from './eventScoring';
4+
export * from './facetScoring';
5+
export * from './getUserTokenResponse';
6+
export * from './personalizationStrategyParams';
7+
export * from './setPersonalizationStrategyResponse';

packages/client-personalization/src/personalizationApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
1616
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
1717
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
1818

19+
export * from '../model/models';
1920
export const apiClientVersion = '0.0.4';
2021

2122
export type Region = 'eu' | 'us';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export * from './affinities';
2+
export * from './errorBase';
3+
export * from './fetchUserProfileResponse';
4+
export * from './funnelStage';
5+
export * from './params';
6+
export * from './predictions';
7+
export * from './predictionsAffinities';
8+
export * from './predictionsFunnelStage';
9+
export * from './predictionsOrderValue';
10+
export * from './properties';
11+
export * from './segments';

packages/client-predict/src/predictApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import type {
1414
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse';
1515
import type { Params } from '../model/params';
1616

17+
export * from '../model/models';
1718
export const apiClientVersion = '0.0.4';
1819

1920
function getDefaultHosts(): Host[] {

0 commit comments

Comments
 (0)