diff --git a/Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs b/Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs
index 4b17fbf5ab5d7060fcae3f17793dea375a66cdcd..a61b2ae2fe85ebdba436fac4c3dfb7cafaf0152a 100644
--- a/Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs
+++ b/Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs
@@ -2488,6 +2488,10 @@ namespace ETSI.ARF.OpenAPI.WorldStorage
         [Newtonsoft.Json.JsonProperty("requestUUID", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
         public System.Guid RequestUUID { get; set; }
 
+        [Newtonsoft.Json.JsonProperty("requestType", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
+        [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
+        public TypeWorldStorage RequestType { get; set; }
+
         /// <summary>
         /// an array with trackables and their transforms linking them to the requestUUID element.
         /// </summary>