-
Notifications
You must be signed in to change notification settings - Fork 16
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
1 parent
b1056a7
commit 8c67852
Showing
15 changed files
with
218 additions
and
311 deletions.
There are no files selected for viewing
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,74 +1,15 @@ | ||
**Api changes** | ||
|
||
<details> | ||
<summary>Changed Property(s)</summary> | ||
|
||
- :warning: changed property `exact` of type `SearchExactExpression` from type `SearchAnyValue` to `SearchExactValue` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Property(s)</summary> | ||
|
||
- added property `businessUnits` to type `SearchIndexingConfiguration` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Resource(s)</summary> | ||
|
||
- added resource `/{projectKey}/business-units/search` | ||
- added resource `/{projectKey}/business-units/search/indexing-status` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKey().businessUnits().search().post()` | ||
- added method `apiRoot.withProjectKey().businessUnits().search().head()` | ||
- added method `apiRoot.withProjectKey().businessUnits().searchIndexingStatus().get()` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added type `BusinessUnitIndexingProgress` | ||
- added type `BusinessUnitIndexingStatus` | ||
- added type `BusinessUnitPagedSearchResponse` | ||
- added type `BusinessUnitSearchIndexingStatusResponse` | ||
- added type `BusinessUnitSearchRequest` | ||
- added type `BusinessUnitSearchResult` | ||
- added type `BusinessUnitSearchStatus` | ||
- added type `ProjectChangeBusinessUnitSearchStatusAction` | ||
- added type `SearchExactValue` | ||
</details> | ||
|
||
**History changes** | ||
|
||
<details> | ||
<summary>Added Resource(s)</summary> | ||
|
||
- added resource `/{projectKey}/graphql` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
<summary>Changed Property(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKeyValue().graphql().post()` | ||
- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
<summary>Removed Type(s)</summary> | ||
|
||
- added type `GraphQLRequest` | ||
- added type `GraphQLResponse` | ||
- added type `GraphQLError` | ||
- added type `GraphQLErrorLocation` | ||
- added type `GraphQLVariablesMap` | ||
- added type `GraphQLErrorObject` | ||
- :warning: removed type `GraphQLErrorObject` | ||
</details> | ||
|
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
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.