Skip to content

feat: add additional login ids param to the patch#709

Merged
aviadl merged 1 commit intomainfrom
additional-login-ids
Mar 27, 2026
Merged

feat: add additional login ids param to the patch#709
aviadl merged 1 commit intomainfrom
additional-login-ids

Conversation

@aviadl
Copy link
Copy Markdown
Member

@aviadl aviadl commented Mar 27, 2026

batch and singular patch requests

batch and singular patch requests
+ tests
fixes #707
@aviadl aviadl requested review from Copilot and dorsha March 27, 2026 14:14
@shuni-bot-dev
Copy link
Copy Markdown

shuni-bot-dev bot commented Mar 27, 2026

🐕 Review complete — View session on Shuni Portal 🐾

@aviadl aviadl changed the title feat: Add additional login ids param to the patch feat: add additional login ids param to the patch Mar 27, 2026
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

Updates the management user patch APIs to support the newly available additionalIdentifiers field (Issue #707), including both single-user and batch patch operations, with accompanying Jest coverage.

Changes:

  • Add additionalIdentifiers?: string[] to PatchUserOptions.
  • Include additionalIdentifiers in the patch request body builder so it’s sent for both patch and patchBatch.
  • Extend existing unit tests to assert the field is passed through correctly.

Reviewed changes

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

File Description
lib/management/user.ts Adds additionalIdentifiers to PatchUserOptions and serializes it into patch request bodies.
lib/management/user.test.ts Adds expectations for additionalIdentifiers in both singular patch and batch patch tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

@shuni-bot-dev shuni-bot-dev bot left a comment

Choose a reason for hiding this comment

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

🐕 Shuni's Review

Adds additionalIdentifiers field support to singular and batch patch user operations, with matching tests.

No issues found — good bones! Clean, minimal change following existing patterns. Woof!

@aviadl aviadl merged commit ec20dd4 into main Mar 27, 2026
48 of 49 checks passed
@aviadl aviadl deleted the additional-login-ids branch March 27, 2026 14:17
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.

PatchUserOptions support for additionalIdentifiers

3 participants