Skip to content

Nsf-list and nsf-get commands#167

Open
ukumar-ks wants to merge 1 commit into
feature-kd-list-and-getfrom
feature-kd-list-and-get-int
Open

Nsf-list and nsf-get commands#167
ukumar-ks wants to merge 1 commit into
feature-kd-list-and-getfrom
feature-kd-list-and-get-int

Conversation

@ukumar-ks

Copy link
Copy Markdown
Contributor

No description provided.

resolveAccessUsername,
} from './nsfHelpers'

const MASKED_VALUE = '********'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Move this to constants

import { Folder, webSafe64FromBytes } from '@keeper-security/keeperapi'
import type { InMemoryStorage } from '../storage/InMemoryStorage'

const ACCESS_ROLE_LABELS: Record<number, string> = {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Move these to constants

}

const TABLE_HEADERS = ['#', 'Item Type', 'UID', 'Title', 'Type', 'Description'] as const
const FULL_HEADERS = ['Item Type', 'UID', 'Title', 'Type', 'Description', 'Parent/Folder'] as const

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move this to constants if possible

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