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: "system/accounts/scrapers";
8
- readonly MANAGER_ACCOUNTS: "system/accounts/managers";
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: 'system/accounts/scrapers',
12
- MANAGER_ACCOUNTS: 'system/accounts/managers',
11
+ SCRAPER_ACCOUNTS: 'scrapers',
12
+ BIDDER_ACCOUNTS: 'bidders',
13
13
  CAMPAIGN_ACTIVITIES: (userId, campaignId) => `users/${userId}/campaigns/${campaignId}/activities`,
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.134",
4
+ "version": "1.0.135",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",