-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]> Co-authored-by: api-clients-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
- Loading branch information
1 parent
4105f64
commit 8bc743e
Showing
18 changed files
with
235 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
clients/algoliasearch-client-javascript/packages/client-abtesting/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export * from './aBTest'; | ||
export * from './aBTestResponse'; | ||
export * from './abTestsVariant'; | ||
export * from './abTestsVariantSearchParams'; | ||
export * from './addABTestsRequest'; | ||
export * from './addABTestsVariant'; | ||
export * from './customSearchParams'; | ||
export * from './errorBase'; | ||
export * from './listABTestsResponse'; | ||
export * from './variant'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
clients/algoliasearch-client-javascript/packages/client-analytics/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
export * from './errorBase'; | ||
export * from './getAverageClickPositionResponse'; | ||
export * from './getAverageClickPositionResponseDates'; | ||
export * from './getClickPositionsResponse'; | ||
export * from './getClickPositionsResponsePositions'; | ||
export * from './getClickThroughRateResponse'; | ||
export * from './getClickThroughRateResponseDates'; | ||
export * from './getConversationRateResponse'; | ||
export * from './getConversationRateResponseDates'; | ||
export * from './getNoClickRateResponse'; | ||
export * from './getNoClickRateResponseDates'; | ||
export * from './getNoResultsRateResponse'; | ||
export * from './getNoResultsRateResponseDates'; | ||
export * from './getSearchesCountResponse'; | ||
export * from './getSearchesCountResponseDates'; | ||
export * from './getSearchesNoClicksResponse'; | ||
export * from './getSearchesNoClicksResponseSearches'; | ||
export * from './getSearchesNoResultsResponse'; | ||
export * from './getSearchesNoResultsResponseSearches'; | ||
export * from './getStatusResponse'; | ||
export * from './getTopCountriesResponse'; | ||
export * from './getTopCountriesResponseCountries'; | ||
export * from './getTopFilterAttribute'; | ||
export * from './getTopFilterAttributesResponse'; | ||
export * from './getTopFilterForAttribute'; | ||
export * from './getTopFilterForAttributeResponse'; | ||
export * from './getTopFiltersNoResultsResponse'; | ||
export * from './getTopFiltersNoResultsValue'; | ||
export * from './getTopFiltersNoResultsValues'; | ||
export * from './getTopHitsResponse'; | ||
export * from './getTopSearchesResponse'; | ||
export * from './getUsersCountResponse'; | ||
export * from './topHitsResponse'; | ||
export * from './topHitsResponseHits'; | ||
export * from './topHitsResponseWithAnalytics'; | ||
export * from './topHitsResponseWithAnalyticsHits'; | ||
export * from './topSearchesResponse'; | ||
export * from './topSearchesResponseWithAnalytics'; | ||
export * from './topSearchesResponseWithAnalyticsSearches'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
clients/algoliasearch-client-javascript/packages/client-insights/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export * from './errorBase'; | ||
export * from './insightEvent'; | ||
export * from './insightEvents'; | ||
export * from './pushEventsResponse'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
clients/algoliasearch-client-javascript/packages/client-personalization/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export * from './deleteUserProfileResponse'; | ||
export * from './errorBase'; | ||
export * from './eventScoring'; | ||
export * from './facetScoring'; | ||
export * from './getUserTokenResponse'; | ||
export * from './personalizationStrategyParams'; | ||
export * from './setPersonalizationStrategyResponse'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
clients/algoliasearch-client-javascript/packages/client-predict/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export * from './affinities'; | ||
export * from './errorBase'; | ||
export * from './fetchUserProfileResponse'; | ||
export * from './funnelStage'; | ||
export * from './params'; | ||
export * from './predictions'; | ||
export * from './predictionsAffinities'; | ||
export * from './predictionsFunnelStage'; | ||
export * from './predictionsOrderValue'; | ||
export * from './properties'; | ||
export * from './segments'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
clients/algoliasearch-client-javascript/packages/client-query-suggestions/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export * from './errorBase'; | ||
export * from './indexName'; | ||
export * from './logFile'; | ||
export * from './querySuggestionsIndex'; | ||
export * from './querySuggestionsIndexParam'; | ||
export * from './querySuggestionsIndexWithIndexParam'; | ||
export * from './sourceIndex'; | ||
export * from './sourceIndexExternal'; | ||
export * from './sourceIndiceWithReplicas'; | ||
export * from './status'; | ||
export * from './sucessResponse'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 111 additions & 0 deletions
111
clients/algoliasearch-client-javascript/packages/client-search/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
export * from './acl'; | ||
export * from './action'; | ||
export * from './addApiKeyResponse'; | ||
export * from './anchoring'; | ||
export * from './apiKey'; | ||
export * from './aroundRadius'; | ||
export * from './aroundRadiusOneOf'; | ||
export * from './assignUserIdParams'; | ||
export * from './attributeOrBuiltInOperation'; | ||
export * from './automaticFacetFilter'; | ||
export * from './baseBrowseResponse'; | ||
export * from './baseIndexSettings'; | ||
export * from './baseSearchParams'; | ||
export * from './baseSearchResponse'; | ||
export * from './baseSearchResponseFacetsStats'; | ||
export * from './batchAssignUserIdsParams'; | ||
export * from './batchDictionaryEntriesParams'; | ||
export * from './batchDictionaryEntriesRequest'; | ||
export * from './batchOperation'; | ||
export * from './batchParams'; | ||
export * from './batchResponse'; | ||
export * from './batchWriteParams'; | ||
export * from './browseRequest'; | ||
export * from './browseResponse'; | ||
export * from './builtInOperation'; | ||
export * from './builtInOperationType'; | ||
export * from './condition'; | ||
export * from './consequence'; | ||
export * from './consequenceHide'; | ||
export * from './consequenceParams'; | ||
export * from './createdAtObject'; | ||
export * from './createdAtResponse'; | ||
export * from './deleteApiKeyResponse'; | ||
export * from './deleteSourceResponse'; | ||
export * from './deletedAtResponse'; | ||
export * from './dictionaryAction'; | ||
export * from './dictionaryEntry'; | ||
export * from './dictionaryEntryState'; | ||
export * from './dictionaryLanguage'; | ||
export * from './dictionarySettingsParams'; | ||
export * from './dictionaryType'; | ||
export * from './errorBase'; | ||
export * from './getDictionarySettingsResponse'; | ||
export * from './getLogsResponse'; | ||
export * from './getLogsResponseInnerQueries'; | ||
export * from './getLogsResponseLogs'; | ||
export * from './getObjectsParams'; | ||
export * from './getObjectsResponse'; | ||
export * from './getTaskResponse'; | ||
export * from './getTopUserIdsResponse'; | ||
export * from './highlightResult'; | ||
export * from './hit'; | ||
export * from './indexSettings'; | ||
export * from './indexSettingsAsSearchParams'; | ||
export * from './indice'; | ||
export * from './key'; | ||
export * from './languages'; | ||
export * from './listApiKeysResponse'; | ||
export * from './listClustersResponse'; | ||
export * from './listIndicesResponse'; | ||
export * from './listUserIdsResponse'; | ||
export * from './logType'; | ||
export * from './multipleBatchOperation'; | ||
export * from './multipleBatchResponse'; | ||
export * from './multipleGetObjectsParams'; | ||
export * from './multipleQueries'; | ||
export * from './multipleQueriesParams'; | ||
export * from './multipleQueriesResponse'; | ||
export * from './multipleQueriesStrategy'; | ||
export * from './multipleQueriesType'; | ||
export * from './operationIndexParams'; | ||
export * from './operationType'; | ||
export * from './params'; | ||
export * from './promote'; | ||
export * from './rankingInfo'; | ||
export * from './rankingInfoMatchedGeoLocation'; | ||
export * from './removeUserIdResponse'; | ||
export * from './replaceSourceResponse'; | ||
export * from './requiredSearchParams'; | ||
export * from './rule'; | ||
export * from './saveObjectResponse'; | ||
export * from './saveSynonymResponse'; | ||
export * from './scopeType'; | ||
export * from './searchDictionaryEntriesParams'; | ||
export * from './searchForFacetValuesRequest'; | ||
export * from './searchForFacetValuesResponse'; | ||
export * from './searchForFacetValuesResponseFacetHits'; | ||
export * from './searchHits'; | ||
export * from './searchParams'; | ||
export * from './searchParamsObject'; | ||
export * from './searchParamsString'; | ||
export * from './searchResponse'; | ||
export * from './searchRulesParams'; | ||
export * from './searchRulesResponse'; | ||
export * from './searchSynonymsResponse'; | ||
export * from './searchUserIdsParams'; | ||
export * from './searchUserIdsResponse'; | ||
export * from './searchUserIdsResponseHighlightResult'; | ||
export * from './searchUserIdsResponseHits'; | ||
export * from './snippetResult'; | ||
export * from './source'; | ||
export * from './standardEntries'; | ||
export * from './synonymHit'; | ||
export * from './synonymHitHighlightResult'; | ||
export * from './synonymType'; | ||
export * from './timeRange'; | ||
export * from './updateApiKeyResponse'; | ||
export * from './updatedAtResponse'; | ||
export * from './updatedAtWithObjectIdResponse'; | ||
export * from './updatedRuleResponse'; | ||
export * from './userId'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
clients/algoliasearch-client-javascript/packages/client-sources/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export * from './errorBase'; | ||
export * from './postIngestUrlResponse'; | ||
export * from './postURLJob'; | ||
export * from './postURLJobAuth'; | ||
export * from './postURLJobInput'; | ||
export * from './postURLJobTarget'; | ||
export * from './task'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
clients/algoliasearch-client-javascript/packages/recommend/model/models.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export * from './aroundRadius'; | ||
export * from './aroundRadiusOneOf'; | ||
export * from './baseRecommendRequest'; | ||
export * from './baseRecommendationRequest'; | ||
export * from './baseSearchParams'; | ||
export * from './baseSearchResponse'; | ||
export * from './baseSearchResponseFacetsStats'; | ||
export * from './baseTrendingRequest'; | ||
export * from './errorBase'; | ||
export * from './getRecommendationsParams'; | ||
export * from './getRecommendationsResponse'; | ||
export * from './highlightResult'; | ||
export * from './indexSettingsAsSearchParams'; | ||
export * from './rankingInfo'; | ||
export * from './rankingInfoMatchedGeoLocation'; | ||
export * from './recommendHit'; | ||
export * from './recommendHits'; | ||
export * from './recommendationModels'; | ||
export * from './recommendationRequest'; | ||
export * from './recommendationsRequest'; | ||
export * from './recommendationsResponse'; | ||
export * from './requiredSearchParams'; | ||
export * from './searchParamsObject'; | ||
export * from './snippetResult'; | ||
export * from './trendingModels'; | ||
export * from './trendingRequest'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters