constrandomWarning={content:'another random warning',id:'gid://gitlab/Ci::PipelineMessage/272',};constrootTypeWarning={content:'root `types` will be removed in 15.0.',id:'gid://gitlab/Ci::PipelineMessage/273',};consttypeWarning={content:'`type` will be removed in 15.0.',id:'gid://gitlab/Ci::PipelineMessage/274',};functioncreateWarningMock(warnings){return{data:{project:{id:'gid://gitlab/Project/28"',pipeline:{id:'gid://gitlab/Ci::Pipeline/183',warningMessages:warnings,},},},};}exportconstmockWarningsWithoutDeprecation=createWarningMock([randomWarning]);exportconstmockWarningsRootType=createWarningMock([rootTypeWarning]);exportconstmockWarningsType=createWarningMock([typeWarning]);exportconstmockWarningsTypesAll=createWarningMock([rootTypeWarning,typeWarning]);