[PM-27632] Add feature flag pm-27632-cipher-crud-operations-to-sdk (#6790)
Some checks are pending
Collect code references / Check for secret access (push) Waiting to run
Collect code references / Code reference collection (push) Blocked by required conditions
Scan / Check PR run (push) Waiting to run
Scan / Checkmarx (push) Blocked by required conditions
Scan / Sonar (push) Blocked by required conditions
Testing / Run tests (push) Waiting to run

This commit is contained in:
Nik Gilmore 2026-01-06 14:26:32 -08:00 committed by GitHub
parent 63784e1f5f
commit a6e034a88c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,6 +257,7 @@ public static class FeatureFlagKeys
public const string VaultLoadingSkeletons = "pm-25081-vault-skeleton-loaders";
public const string BrowserPremiumSpotlight = "pm-23384-browser-premium-spotlight";
public const string MigrateMyVaultToMyItems = "pm-20558-migrate-myvault-to-myitems";
public const string PM27632_CipherCrudOperationsToSdk = "pm-27632-cipher-crud-operations-to-sdk";
/* Innovation Team */
public const string ArchiveVaultItems = "pm-19148-innovation-archive";