lancer-shared 1.2.291 → 1.2.292

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.
@@ -68,6 +68,7 @@ export declare const ROUTES: {
68
68
  readonly BY_PROVIDER_AND_ID: (provider: string, id: string) => string;
69
69
  readonly REFRESH_PROXY: (bidderId: string) => string;
70
70
  readonly AGENCIES: "admin/bidder-accounts/agencies";
71
+ readonly ASSIGN_IPROYAL_PROXY: (bidderId: string) => string;
71
72
  };
72
73
  readonly SCRAPER_ACCOUNTS: {
73
74
  readonly BASE: "admin/scraper-accounts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.291",
3
+ "version": "1.2.292",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",