-
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.
fix/add RegisterAttributeListenerRequestItem to the SDK (#126)
* refactor: rename ThirdPartyRelationshipAttributeQuery * fix: add RegisterAttributeListenerRequestItem * chore: version bump
- Loading branch information
1 parent
103942f
commit 6eca12c
Showing
7 changed files
with
36 additions
and
18 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 |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
## 3.6.2 | ||
|
||
-> SDK 2.2.5 | ||
|
||
- provenance sbom for the Docker Images | ||
|
||
## 3.6.1 | ||
|
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
2 changes: 1 addition & 1 deletion
2
...es/attributes/ThirdPartyAttributeQuery.ts → ...s/ThirdPartyRelationshipAttributeQuery.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
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
4 changes: 2 additions & 2 deletions
4
...s/sdk/src/types/attributes/requests/ExecuteThirdPartyRelationshipAttributeQueryRequest.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,5 +1,5 @@ | ||
import { ThirdPartyAttributeQuery } from "../ThirdPartyAttributeQuery"; | ||
import { ThirdPartyRelationshipAttributeQuery } from "../ThirdPartyRelationshipAttributeQuery"; | ||
|
||
export interface ExecuteThirdPartyRelationshipAttributeQueryRequest { | ||
query: ThirdPartyAttributeQuery; | ||
query: ThirdPartyRelationshipAttributeQuery; | ||
} |
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