lancer-shared 1.2.299 → 1.2.300

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.
@@ -64,6 +64,7 @@ export declare const ROUTES: {
64
64
  readonly BIDDER_ACCOUNTS: {
65
65
  readonly BASE: "admin/bidder-accounts";
66
66
  readonly BY_ID: (id: string) => string;
67
+ readonly GET_ONE_WITH_WORKING_PROXY: (id: string) => string;
67
68
  readonly BY_PROVIDER: (provider: string) => string;
68
69
  readonly BY_PROVIDER_AND_ID: (provider: string, id: string) => string;
69
70
  readonly REFRESH_PROXY: (bidderId: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.299",
3
+ "version": "1.2.300",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",