lancer-shared 1.2.305 → 1.2.306
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -176,6 +176,7 @@ export declare const ROUTES: {
|
|
|
176
176
|
readonly DUPLICATE: (organizationId: string, campaignId: string) => string;
|
|
177
177
|
readonly CONNECTS_SAVED: (organizationId: string, campaignId: string) => string;
|
|
178
178
|
readonly LAST_MONTH_LEAD_COUNTS: (organizationId: string) => string;
|
|
179
|
+
readonly TOP_KEYWORDS: (organizationId: string, campaignId: string) => string;
|
|
179
180
|
readonly BIDDER_ACCOUNTS: {
|
|
180
181
|
readonly BASE: (organizationId: string, campaignId: string) => string;
|
|
181
182
|
readonly CONNECT: (organizationId: string, campaignId: string) => string;
|