Skip to content

NSF remaining commands#210

Open
sgaddala-ks wants to merge 1 commit into
mainfrom
feature-kd-share
Open

NSF remaining commands#210
sgaddala-ks wants to merge 1 commit into
mainfrom
feature-kd-share

Conversation

@sgaddala-ks

Copy link
Copy Markdown
Contributor

Added Commands for

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​keeper-security/​keeperapi@​17.2.7 ⏵ 18.0.579 +410086 +699 +1100

View full report

@sgaddala-ks sgaddala-ks marked this pull request as ready for review July 15, 2026 17:30

/** API transferRecordStatus success value for records_transfer_v3. */
export enum NsfTransferApiStatus {
Success = 'success',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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


try {
const statusList = await executeShareBatch(auth, request, statusField)
for (let itemIndex = 0; itemIndex < built.length; itemIndex++) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not safe to assume order out here is the same as the order in.

Better to match the each entry to the corresponding item in the request by recordUid.

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