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