Values.ApplicationVersionChangeDetailsSourceContains information about the version changes that the operation applied to the application.
type nonrec t = {applicationVersionUpdatedFrom : ApplicationVersionId.t option;The new version that the application was updated to.
*)applicationVersionUpdatedTo : ApplicationVersionId.t option;The version that the operation execution applied to the applicartion.
*)}