Skip to content

added support for enterprise node, role and user commands on JS SDK - #221

Open
sgaddala-ks wants to merge 1 commit into
mainfrom
enterprise-role-changes-release
Open

added support for enterprise node, role and user commands on JS SDK#221
sgaddala-ks wants to merge 1 commit into
mainfrom
enterprise-role-changes-release

Conversation

@sgaddala-ks

Copy link
Copy Markdown
Contributor

No description provided.

}
}
return null
}

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.

ECC should be preferred over RSA

node_id: number
parent_id: number
encrypted_data: string
}

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.

There appears to be some code duplication here, node_add is already in commands.ts: https://github.com/Keeper-Security/keeper-sdk-javascript/blob/main/keeperapi/src/commands.ts#L214-L223

node_id: number
parent_id: number
encrypted_data: string
}

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.


type NodeDeleteRequest = {
node_id: number
}

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.

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