Cleanup FieldKey const (#1404)

This commit is contained in:
Leendert de Borst
2025-12-02 14:36:08 +01:00
parent 5c160e79ed
commit 985ee2469e
22 changed files with 184 additions and 287 deletions

View File

@@ -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