Skip to content

fix(clients): replace sources client with ingestion #1178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"node": "16",
"packages": ["clients/algoliasearch-client-javascript/packages/*/"],
"packages": [
"clients/algoliasearch-client-javascript/packages/*/"
],
"sandboxes": [
"algolia-algoliasearch-for-javascript-jc82hd",
"algolia-client-search-for-javascript-10pix9",
"algolia-client-predict-for-javascript-4e31t3",
"algolia-client-sources-for-javascript-7qdk7n",
"algolia-recommend-for-javascript-j04foe",
"algolia-client-abtesting-for-javascript-8wthkc",
"algolia-client-query-suggestions-for-javascrip-h8rwl4",
Expand Down
2 changes: 1 addition & 1 deletion .redocly.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apis:
abtesting: specs/abtesting/spec.yml
analytics: specs/analytics/spec.yml
ingestion: specs/ingestion/spec.yml
insights: specs/insights/spec.yml
personalization: specs/personalization/spec.yml
query-suggestions: specs/query-suggestions/spec.yml
recommend: specs/recommend/spec.yml
search: specs/search/spec.yml
sources: specs/sources/spec.yml
predict: specs/predict/spec.yml

lint:
Expand Down
2 changes: 1 addition & 1 deletion clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This folder hosts the generated clients.
- [@algolia/client-query-suggestions](./algoliasearch-client-javascript/packages/client-query-suggestions/): The Algolia query suggestions client.
- [@algolia/client-search](./algoliasearch-client-javascript/packages/client-search/): The Algolia search client.
- [@algolia/recommend](./algoliasearch-client-javascript/packages/recommend/): The Algolia recommend client.
- [@algolia/client-sources](./algoliasearch-client-javascript/packages/client-sources/): The Algolia sources client.
- [@algolia/ingestion](./algoliasearch-client-javascript/packages/ingestion/): The Algolia ingestion client.
- [@algolia/predict](./algoliasearch-client-javascript/packages/predict/): The Algolia predict client.
- [@algolia/client-common](./algoliasearch-client-javascript/packages/client-common/): The JavaScript clients common files.
- [@algolia/requester-browser-xhr](./algoliasearch-client-javascript/packages/requester-browser-xhr/): Browser XHR requester for the Algolia JavaScript clients.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"maxSize": "6.35KB"
},
{
"path": "packages/client-sources/dist/client-sources.umd.js",
"path": "packages/ingestion/dist/ingestion.umd.js",
"maxSize": "3.50KB"
},
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading