-
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.
chore: generated code for commit 155fb61. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
- Loading branch information
1 parent
155fb61
commit 17f44d5
Showing
20 changed files
with
338 additions
and
10 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
clients/algoliasearch-client-javascript/packages/algoliasearch-lite/model/index.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,76 @@ | ||
export * from './acl'; | ||
export * from './action'; | ||
export * from './addApiKeyResponse'; | ||
export * from './advancedSyntaxFeatures'; | ||
export * from './alternativesAsExact'; | ||
export * from './anchoring'; | ||
export * from './apiKey'; | ||
export * from './aroundRadius'; | ||
export * from './aroundRadiusAll'; | ||
export * from './attributeOrBuiltInOperation'; | ||
export * from './automaticFacetFilter'; | ||
export * from './baseBrowseResponse'; | ||
export * from './baseIndexSettings'; | ||
export * from './baseSearchParams'; | ||
export * from './baseSearchResponse'; | ||
export * from './baseSearchResponseFacetsStats'; | ||
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 './dictionaryAction'; | ||
export * from './dictionaryEntry'; | ||
export * from './dictionaryEntryState'; | ||
export * from './dictionaryLanguage'; | ||
export * from './dictionaryType'; | ||
export * from './errorBase'; | ||
export * from './exactOnSingleWordQuery'; | ||
export * from './highlightResult'; | ||
export * from './hit'; | ||
export * from './indexSettings'; | ||
export * from './indexSettingsAsSearchParams'; | ||
export * from './indice'; | ||
export * from './key'; | ||
export * from './languages'; | ||
export * from './listIndicesResponse'; | ||
export * from './logType'; | ||
export * from './matchLevel'; | ||
export * from './multipleQueries'; | ||
export * from './multipleQueriesParams'; | ||
export * from './multipleQueriesResponse'; | ||
export * from './multipleQueriesStrategy'; | ||
export * from './multipleQueriesType'; | ||
export * from './operationType'; | ||
export * from './params'; | ||
export * from './promote'; | ||
export * from './queryType'; | ||
export * from './rankingInfo'; | ||
export * from './rankingInfoMatchedGeoLocation'; | ||
export * from './removeWordsIfNoResults'; | ||
export * from './requiredSearchParams'; | ||
export * from './rule'; | ||
export * from './scopeType'; | ||
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 './searchSynonymsResponse'; | ||
export * from './snippetResult'; | ||
export * from './source'; | ||
export * from './standardEntries'; | ||
export * from './synonymHit'; | ||
export * from './synonymHitHighlightResult'; | ||
export * from './synonymType'; | ||
export * from './taskStatus'; | ||
export * from './timeRange'; | ||
export * from './typoTolerance'; | ||
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
10 changes: 10 additions & 0 deletions
10
clients/algoliasearch-client-javascript/packages/client-abtesting/model/index.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
41 changes: 41 additions & 0 deletions
41
clients/algoliasearch-client-javascript/packages/client-analytics/model/index.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,41 @@ | ||
export * from './direction'; | ||
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 './orderBy'; | ||
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
5 changes: 5 additions & 0 deletions
5
clients/algoliasearch-client-javascript/packages/client-insights/model/index.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,5 @@ | ||
export * from './errorBase'; | ||
export * from './eventType'; | ||
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/index.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
13 changes: 13 additions & 0 deletions
13
clients/algoliasearch-client-javascript/packages/client-predict/model/index.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,13 @@ | ||
export * from './affinities'; | ||
export * from './errorBase'; | ||
export * from './fetchUserProfileResponse'; | ||
export * from './funnelStage'; | ||
export * from './modelsToRetrieve'; | ||
export * from './params'; | ||
export * from './predictions'; | ||
export * from './predictionsAffinities'; | ||
export * from './predictionsFunnelStage'; | ||
export * from './predictionsOrderValue'; | ||
export * from './properties'; | ||
export * from './segments'; | ||
export * from './typesToRetrieve'; |
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
12 changes: 12 additions & 0 deletions
12
clients/algoliasearch-client-javascript/packages/client-query-suggestions/model/index.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,12 @@ | ||
export * from './errorBase'; | ||
export * from './indexName'; | ||
export * from './logFile'; | ||
export * from './logLevel'; | ||
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
119 changes: 119 additions & 0 deletions
119
clients/algoliasearch-client-javascript/packages/client-search/model/index.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,119 @@ | ||
export * from './acl'; | ||
export * from './action'; | ||
export * from './addApiKeyResponse'; | ||
export * from './advancedSyntaxFeatures'; | ||
export * from './alternativesAsExact'; | ||
export * from './anchoring'; | ||
export * from './apiKey'; | ||
export * from './aroundRadius'; | ||
export * from './aroundRadiusAll'; | ||
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 './exactOnSingleWordQuery'; | ||
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 './matchLevel'; | ||
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 './queryType'; | ||
export * from './rankingInfo'; | ||
export * from './rankingInfoMatchedGeoLocation'; | ||
export * from './removeUserIdResponse'; | ||
export * from './removeWordsIfNoResults'; | ||
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 './taskStatus'; | ||
export * from './timeRange'; | ||
export * from './typoTolerance'; | ||
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
12 changes: 12 additions & 0 deletions
12
clients/algoliasearch-client-javascript/packages/client-sources/model/index.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,12 @@ | ||
export * from './authenticationType'; | ||
export * from './errorBase'; | ||
export * from './method'; | ||
export * from './operationType'; | ||
export * from './postIngestUrlResponse'; | ||
export * from './postURLJob'; | ||
export * from './postURLJobAuth'; | ||
export * from './postURLJobInput'; | ||
export * from './postURLJobTarget'; | ||
export * from './productType'; | ||
export * from './task'; | ||
export * from './taskType'; |
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
Oops, something went wrong.