-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CanCreateRelationship API route (#292)
* chore: bump runtime Co-authored-by: Britta Stallknecht <[email protected]> * refactor: adjust ThirdPartyRelationshipAttribute nomenclature * feat: add CanCreateRelationship route * chore: adjust ConnectorRuntimeConfig to DeciderModuleConfiguration * feat: add canCreateRelationship to openapi.yml * feat: add thirdPartyAddress to shareInfo * chore: update dependencies * feat: use put for canCreateRelationship Co-authored-by: Britta Stallknecht <[email protected]> * refactor: more compact imports * feat: add Runtime call of CanCreateRelationshipUseCase * feat: add CanCreateRelationshipResponse schema * fix: inconsistency within openapi spec * feat: improve description --------- Co-authored-by: Britta Stallknecht <[email protected]> Co-authored-by: Britta Stallknecht <[email protected]>
- Loading branch information
1 parent
50e67ad
commit ecfc975
Showing
20 changed files
with
191 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
3 changes: 0 additions & 3 deletions
3
...es/attributes/requests/DeleteThirdPartyOwnedRelationshipAttributeAndNotifyPeerResponse.ts
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...c/types/attributes/requests/DeleteThirdPartyRelationshipAttributeAndNotifyPeerResponse.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,3 @@ | ||
export interface DeleteThirdPartyRelationshipAttributeAndNotifyPeerResponse { | ||
notificationId: string; | ||
} |
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.