{"id":17270535,"url":"https://github.com/deckdom/elastic-types","last_synced_at":"2025-04-14T08:14:20.495Z","repository":{"id":47957126,"uuid":"213447195","full_name":"deckdom/elastic-types","owner":"deckdom","description":"TypeScript Typings for ElasticSearch","archived":false,"fork":false,"pushed_at":"2021-10-13T15:54:28.000Z","size":115,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-26T19:03:06.433Z","etag":null,"topics":["elasticsearch","typescript","typescript-definitions"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deckdom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-07T17:37:56.000Z","updated_at":"2020-08-12T09:00:50.000Z","dependencies_parsed_at":"2022-08-12T15:10:26.020Z","dependency_job_id":null,"html_url":"https://github.com/deckdom/elastic-types","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deckdom%2Felastic-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deckdom%2Felastic-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deckdom%2Felastic-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deckdom%2Felastic-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deckdom","download_url":"https://codeload.github.com/deckdom/elastic-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843942,"owners_count":21170495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","typescript","typescript-definitions"],"created_at":"2024-10-15T08:19:50.242Z","updated_at":"2025-04-14T08:14:20.471Z","avatar_url":"https://github.com/deckdom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsinexist%2Felastic-types%2Fbadge%3Fref%3Dmaster\u0026style=for-the-badge)](https://github.com/SiNEXiST/elastic-types/actions)\n[![Release Version](https://img.shields.io/github/release/sinexist/elastic-types.svg?style=for-the-badge)](https://www.npmjs.com/package/elastic-types)\n[![License](https://img.shields.io/github/license/sinexist/elastic-types.svg?style=for-the-badge)](https://github.com/sinexist/elastic-types/blob/master/LICENSE)\n\n# ElasticSearch Types\n\nTypeScript Typings for all Queries, Aggregations, Requests and Responses\nto easily work with it, without the guess work!\n\n## Installation\n\nSimply install it as a dev-dependency with your preferred package-manager:\n\n```sh\nnpm i -D elastic-types\nyarn add -D elastic-types\n```\n\nThen import the Types you need and easily stick your queries together!\n\n```typescript\nimport { TermQuery } from 'elastic-types/queries';\n\nconst validQuery: TermQuery = {\n    term: {\n        value: 'some cool text',\n    }\n};\n\nconst invalidQuery: TermQuery = {\n    term: {\n        value: ['arrays', 'are', 'invalid']\n    }\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeckdom%2Felastic-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeckdom%2Felastic-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeckdom%2Felastic-types/lists"}