mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user