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.
@@ -15351,6 +15351,7 @@ const ROUTES = {
15351
15351
  BY_PROVIDER_AND_ID: (provider, id) => `admin/bidder-accounts/${provider}/${id}`,
15352
15352
  REFRESH_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/refresh-proxy`,
15353
15353
  AGENCIES: 'admin/bidder-accounts/agencies',
15354
+ ASSIGN_IPROYAL_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/assign-iproyal-proxy`,
15354
15355
  },
15355
15356
  SCRAPER_ACCOUNTS: {
15356
15357
  BASE: 'admin/scraper-accounts',