Skip to content

Add NodeJS SDK support for new lifecycle event typeses#222

Open
eddie-lee-msft wants to merge 2 commits intomainfrom
user/edle/NewLifecycleEventsInNodeJS
Open

Add NodeJS SDK support for new lifecycle event typeses#222
eddie-lee-msft wants to merge 2 commits intomainfrom
user/edle/NewLifecycleEventsInNodeJS

Conversation

@eddie-lee-msft
Copy link
Copy Markdown

Add NodeJS SDK support for new lifecycle event typeses

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds NodeJS SDK support in agents-a365-notifications for additional agent lifecycle event types by introducing new lifecycle constants and corresponding AgentApplication route-registration helpers.

Changes:

  • Added new lifecycle event constants for user undeleted, identity updated, and manager updated.
  • Added three new AgentApplication extension methods to register handlers for the new lifecycle notifications.
  • Expanded lifecycle event validation to recognize the newly supported event types.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
packages/agents-a365-notifications/src/constants.ts Adds new lifecycle event string constants used for routing/validation.
packages/agents-a365-notifications/src/agent-notification.ts Wires new lifecycle constants into routing helpers, validation, and AgentApplication module augmentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants