feat(platform): 擴充 Tenants 全域產品資產台帳
This commit is contained in:
@@ -244,6 +244,7 @@ const ownerResponseValidationTenantBoundaries = [
|
||||
const ASSET_STATUS_TONES: Record<string, AssetTone> = {
|
||||
verified: "steady",
|
||||
read_only_visible: "steady",
|
||||
read_only_candidate: "warn",
|
||||
read_only_pending_smoke: "warn",
|
||||
owner_response_required: "warn",
|
||||
};
|
||||
@@ -260,6 +261,7 @@ const ASSET_CATEGORY_KEYS: Record<string, string> = {
|
||||
const ASSET_STATUS_KEYS: Record<string, string> = {
|
||||
verified: "verified",
|
||||
read_only_visible: "readOnlyVisible",
|
||||
read_only_candidate: "readOnlyCandidate",
|
||||
read_only_pending_smoke: "readOnlyPendingSmoke",
|
||||
owner_response_required: "ownerResponseRequired",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user