If old reducer and action is ok, you shouldn't worry about them. Please create your own action with different type and provide own reducer, based on original one (I mean you can't override function as class, so my proposal is to copy-paste existing one from source code), with your new case which supports that action.
StoreModule.forFeature(XXX_FEATURE, yourReducerToken)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…