lancer-shared 1.0.134 → 1.0.135
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.
|
@@ -4,7 +4,7 @@ export declare const COLLECTIONS: {
|
|
|
4
4
|
readonly CAMPAIGNS: "campaigns";
|
|
5
5
|
readonly LEADS: "leads";
|
|
6
6
|
readonly EVENTS: "events";
|
|
7
|
-
readonly SCRAPER_ACCOUNTS: "
|
|
8
|
-
readonly
|
|
7
|
+
readonly SCRAPER_ACCOUNTS: "scrapers";
|
|
8
|
+
readonly BIDDER_ACCOUNTS: "bidders";
|
|
9
9
|
readonly CAMPAIGN_ACTIVITIES: (userId: string, campaignId: string) => string;
|
|
10
10
|
};
|
|
@@ -8,7 +8,7 @@ exports.COLLECTIONS = {
|
|
|
8
8
|
CAMPAIGNS: 'campaigns',
|
|
9
9
|
LEADS: 'leads',
|
|
10
10
|
EVENTS: 'events',
|
|
11
|
-
SCRAPER_ACCOUNTS: '
|
|
12
|
-
|
|
11
|
+
SCRAPER_ACCOUNTS: 'scrapers',
|
|
12
|
+
BIDDER_ACCOUNTS: 'bidders',
|
|
13
13
|
CAMPAIGN_ACTIVITIES: (userId, campaignId) => `users/${userId}/campaigns/${campaignId}/activities`,
|
|
14
14
|
};
|