File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- Removed logging that might disclose sensitive info
32
32
- Fixed name of bag item disambiguateMessage event in TypeScript
33
+ - Fixed issue with nested items not supported in entity item event in TypeScript
33
34
34
35
## <a name =" v271 " >Version 2.7.1 </a >
35
36
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export interface EntityEvent {
67
67
}
68
68
69
69
export interface EntityItemEvents {
70
+ items ?: EntityItems ;
70
71
shouldPrompt ?( event : EntityValidateEvent , context : EntityResolutionContext ) : void
71
72
validate ?( event : EntityItemValidateEvent , context : EntityResolutionContext ) : void
72
73
publishPromptMessage ?( event : EntityItemPublishPromptMessageEvent , context : EntityResolutionContext ) : void
You can’t perform that action at this time.
0 commit comments