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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.305",
3
+ "version": "1.2.306",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",