mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-13 18:05:28 -04:00
Cleanup FieldKey const (#1404)
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
* ```
|
||||
*/
|
||||
export const FieldKey = {
|
||||
// ============================================================
|
||||
// Login Fields
|
||||
// ============================================================
|
||||
|
||||
/**
|
||||
* Login username field
|
||||
* Type: Text
|
||||
@@ -53,10 +49,6 @@ export const FieldKey = {
|
||||
*/
|
||||
LoginRecoveryCodes: 'login.recovery_codes',
|
||||
|
||||
// ============================================================
|
||||
// Credit Card Fields
|
||||
// ============================================================
|
||||
|
||||
/**
|
||||
* Credit card number field
|
||||
* Type: Text
|
||||
@@ -93,10 +85,6 @@ export const FieldKey = {
|
||||
*/
|
||||
CardPin: 'card.pin',
|
||||
|
||||
// ============================================================
|
||||
// Identity Fields
|
||||
// ============================================================
|
||||
|
||||
/**
|
||||
* Identity title field (e.g., Mr., Mrs., Dr.)
|
||||
* Type: Text
|
||||
@@ -169,26 +157,6 @@ export const FieldKey = {
|
||||
*/
|
||||
IdentityCountry: 'identity.country',
|
||||
|
||||
// ============================================================
|
||||
// API Key Fields
|
||||
// ============================================================
|
||||
|
||||
/**
|
||||
* API key value field
|
||||
* Type: Password
|
||||
*/
|
||||
ApiKeyKey: 'apikey.key',
|
||||
|
||||
/**
|
||||
* API key type/provider field (e.g., "OpenAI", "Stripe")
|
||||
* Type: Text
|
||||
*/
|
||||
ApiKeyType: 'apikey.type',
|
||||
|
||||
// ============================================================
|
||||
// Alias Fields (Legacy - from old Alias table)
|
||||
// ============================================================
|
||||
|
||||
/**
|
||||
* Alias email field
|
||||
* Type: Email
|
||||
|
||||
Reference in New Issue
Block a user