From 1ff071439a9deb010e392d108ffebba24c6a5df4 Mon Sep 17 00:00:00 2001 From: Xavier Stouder Date: Tue, 26 Jan 2016 13:14:49 +0100 Subject: [PATCH] Correct API name --- gandi/gandi-tests.ts => gandi-livedns/gandi-livedns-tests.ts | 2 +- gandi/gandi.d.ts => gandi-livedns/gandi-livedns.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gandi/gandi-tests.ts => gandi-livedns/gandi-livedns-tests.ts (73%) rename gandi/gandi.d.ts => gandi-livedns/gandi-livedns.d.ts (100%) diff --git a/gandi/gandi-tests.ts b/gandi-livedns/gandi-livedns-tests.ts similarity index 73% rename from gandi/gandi-tests.ts rename to gandi-livedns/gandi-livedns-tests.ts index cc4448e33c..36ff0f14d7 100644 --- a/gandi/gandi-tests.ts +++ b/gandi-livedns/gandi-livedns-tests.ts @@ -1,4 +1,4 @@ -/// +/// let zone: ZoneRecord = { rrset_name: "MyZone", diff --git a/gandi/gandi.d.ts b/gandi-livedns/gandi-livedns.d.ts similarity index 100% rename from gandi/gandi.d.ts rename to gandi-livedns/gandi-livedns.d.ts