fix: add user metadata to the features (#2179)

* fix: add user metadata to the features

* fix: remove user metadata

* fix: add test

* fix: add test
This commit is contained in:
Fabi
2021-08-12 16:10:01 +02:00
committed by GitHub
parent b104011418
commit d1c03fd15c
25 changed files with 402 additions and 10 deletions

View File

@@ -2612,6 +2612,7 @@ message SetDefaultFeaturesRequest {
bool label_policy_watermark = 16;
bool custom_text = 17;
bool privacy_policy = 18;
bool metadata_user = 19;
}
message SetDefaultFeaturesResponse {
@@ -2647,6 +2648,7 @@ message SetOrgFeaturesRequest {
bool label_policy_watermark = 17;
bool custom_text = 18;
bool privacy_policy = 19;
bool metadata_user = 20;
}
message SetOrgFeaturesResponse {

View File

@@ -26,6 +26,7 @@ message Features {
bool label_policy_watermark = 15;
bool custom_text = 16;
bool privacy_policy = 17;
bool metadata_user = 18;
}
message FeatureTier {