-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
707 additions
and
337 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatAliasesResponse extends CatResponseBase<CatAliasesRecord> {} | ||
class CatAliasesResponse extends ResponseBase implements ArrayResponse<CatAliasesRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_allocation/CatAllocationResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatAllocationResponse extends CatResponseBase<CatAllocationRecord> {} | ||
class CatAllocationResponse extends ResponseBase implements ArrayResponse<CatAllocationRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatCountResponse extends CatResponseBase<CatCountRecord> {} | ||
class CatCountResponse extends ResponseBase implements ArrayResponse<CatCountRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_data_frame_analytics/CatDataFrameAnalyticsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatDataFrameAnalyticsResponse extends CatResponseBase<CatDataFrameAnalyticsRecord> {} | ||
class CatDataFrameAnalyticsResponse extends ResponseBase implements ArrayResponse<CatDataFrameAnalyticsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatDatafeedsResponse extends CatResponseBase<CatDatafeedsRecord> {} | ||
class CatDatafeedsResponse extends ResponseBase implements ArrayResponse<CatDatafeedsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatFielddataResponse extends CatResponseBase<CatFielddataRecord> {} | ||
class CatFielddataResponse extends ResponseBase implements ArrayResponse<CatFielddataRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatHealthResponse extends CatResponseBase<CatHealthRecord> {} | ||
class CatHealthResponse extends ResponseBase implements ArrayResponse<CatHealthRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatHelpResponse extends CatResponseBase<CatHelpRecord> {} | ||
class CatHelpResponse extends ResponseBase implements ArrayResponse<CatHelpRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatIndicesResponse extends CatResponseBase<CatIndicesRecord> {} | ||
class CatIndicesResponse extends ResponseBase implements ArrayResponse<CatIndicesRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatJobsResponse extends CatResponseBase<CatJobsRecord> {} | ||
class CatJobsResponse extends ResponseBase implements ArrayResponse<CatJobsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatMasterResponse extends CatResponseBase<CatMasterRecord> {} | ||
class CatMasterResponse extends ResponseBase implements ArrayResponse<CatMasterRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_node_attributes/CatNodeAttributesResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatNodeAttributesResponse extends CatResponseBase<CatNodeAttributesRecord> {} | ||
class CatNodeAttributesResponse extends ResponseBase implements ArrayResponse<CatNodeAttributesRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatNodesResponse extends CatResponseBase<CatNodesRecord> {} | ||
class CatNodesResponse extends ResponseBase implements ArrayResponse<CatNodesRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_pending_tasks/CatPendingTasksResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatPendingTasksResponse extends CatResponseBase<CatPendingTasksRecord> {} | ||
class CatPendingTasksResponse extends ResponseBase implements ArrayResponse<CatPendingTasksRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatPluginsResponse extends CatResponseBase<CatPluginsRecord> {} | ||
class CatPluginsResponse extends ResponseBase implements ArrayResponse<CatPluginsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatRecoveryResponse extends CatResponseBase<CatRecoveryRecord> {} | ||
class CatRecoveryResponse extends ResponseBase implements ArrayResponse<CatRecoveryRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_repositories/CatRepositoriesResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatRepositoriesResponse extends CatResponseBase<CatRepositoriesRecord> {} | ||
class CatRepositoriesResponse extends ResponseBase implements ArrayResponse<CatRepositoriesRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatSegmentsResponse extends CatResponseBase<CatSegmentsRecord> {} | ||
class CatSegmentsResponse extends ResponseBase implements ArrayResponse<CatSegmentsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatShardsResponse extends CatResponseBase<CatShardsRecord> {} | ||
class CatShardsResponse extends ResponseBase implements ArrayResponse<CatShardsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatSnapshotsResponse extends CatResponseBase<CatSnapshotsRecord> {} | ||
class CatSnapshotsResponse extends ResponseBase implements ArrayResponse<CatSnapshotsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatTasksResponse extends CatResponseBase<CatTasksRecord> {} | ||
class CatTasksResponse extends ResponseBase implements ArrayResponse<CatTasksRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatTemplatesResponse extends CatResponseBase<CatTemplatesRecord> {} | ||
class CatTemplatesResponse extends ResponseBase implements ArrayResponse<CatTemplatesRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_thread_pool/CatThreadPoolResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatThreadPoolResponse extends CatResponseBase<CatThreadPoolRecord> {} | ||
class CatThreadPoolResponse extends ResponseBase implements ArrayResponse<CatThreadPoolRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_trained_models/CatTrainedModelsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatTrainedModelsResponse extends CatResponseBase<CatTrainedModelsRecord> {} | ||
class CatTrainedModelsResponse extends ResponseBase implements ArrayResponse<CatTrainedModelsRecord> {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/cat/cat_transforms/CatTransformsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class CatTransformsResponse extends CatResponseBase<CatTransformsRecord> {} | ||
class CatTransformsResponse extends ResponseBase implements ArrayResponse<CatTransformsRecord> {} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
class PingResponse extends EmptyResponseBase {} | ||
class PingResponse extends ResponseBase implements EmptyResponseBase {} |
3 changes: 0 additions & 3 deletions
3
specification/specs/common_abstractions/response/HeadResponseBase.ts
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
specification/specs/common_abstractions/response/ResponseBase.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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
class ResponseBase { | ||
// error: MainError; | ||
// status: integer; | ||
// Do not add properties to this base class. | ||
} |
2 changes: 1 addition & 1 deletion
2
specification/specs/document/single/exists/DocumentExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class DocumentExistsResponse extends EmptyResponseBase {} | ||
class DocumentExistsResponse extends ResponseBase implements EmptyResponseBase {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/document/single/source_exists/SourceExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class SourceExistsResponse extends EmptyResponseBase {} | ||
class SourceExistsResponse extends ResponseBase implements EmptyResponseBase {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/indices/alias_management/alias_exists/AliasExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class AliasExistsResponse extends EmptyResponseBase {} | ||
class AliasExistsResponse extends ResponseBase implements EmptyResponseBase {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/indices/index_management/indices_exists/IndexExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class IndexExistsResponse extends EmptyResponseBase {} | ||
class IndexExistsResponse extends ResponseBase implements EmptyResponseBase {} |
2 changes: 1 addition & 1 deletion
2
specification/specs/indices/index_management/types_exists/TypeExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class TypeExistsResponse extends EmptyResponseBase {} | ||
class TypeExistsResponse extends ResponseBase implements EmptyResponseBase {} |
2 changes: 1 addition & 1 deletion
2
...dices/index_settings/index_templates/index_template_exists/IndexTemplateExistsResponse.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 |
---|---|---|
@@ -1 +1 @@ | ||
class IndexTemplateExistsResponse extends EmptyResponseBase {} | ||
class IndexTemplateExistsResponse extends ResponseBase implements EmptyResponseBase {} |
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
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