/enums/asset_field_type.proto

--- v18/enums/asset_field_type.proto    2025-08-05 14:36:07.000000000 +0000
+++ v19/enums/asset_field_type.proto    2025-08-05 14:36:17.000000000 +0000
@@ -122,5 +122,11 @@

     // The asset is linked for use as a Demand Gen carousel card.
     DEMAND_GEN_CAROUSEL_CARD = 30;
+
+    // The asset is linked for use as a Business Message.
+    BUSINESS_MESSAGE = 31;
+
+    // The asset is linked for use as a tall portrait marketing image.
+    TALL_PORTRAIT_MARKETING_IMAGE = 32;
   }
 }