Add scrap [] to purge synthetic OneTimes

This is temporary until we verify that recurring billing event expansion is working as expected. I want to have this available in case things go south, though in a perfect world, we won't need this.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143693458
This commit is contained in:
ctingue 2017-01-05 12:06:57 -08:00 committed by Ben McIlwain
parent 00dab551d7
commit a2bc05d1cd
3 changed files with 125 additions and 0 deletions

View file

@ -44,6 +44,7 @@ import google.registry.tools.server.ResaveAllEppResourcesAction;
import google.registry.tools.server.ToolsServerModule;
import google.registry.tools.server.UpdatePremiumListAction;
import google.registry.tools.server.VerifyOteAction;
import google.registry.tools.server.javascrap.PurgeSyntheticBillingEventsAction;
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
/** Dagger component with per-request lifetime for "tools" App Engine module. */
@ -75,6 +76,7 @@ interface ToolsRequestComponent {
ListTldsAction listTldsAction();
LoadTestAction loadTestAction();
PublishDetailReportAction publishDetailReportAction();
PurgeSyntheticBillingEventsAction purgeSyntheticBillingEventsAction();
RefreshAllDomainsAction refreshAllDomainsAction();
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
UpdatePremiumListAction updatePremiumListAction();