lancer-shared 1.2.309 → 1.2.311

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.
@@ -15486,6 +15486,7 @@ const ROUTES = {
15486
15486
  BY_PROVIDER: (provider) => `admin/bidder-accounts/${provider}`,
15487
15487
  BY_PROVIDER_AND_ID: (provider, id) => `admin/bidder-accounts/${provider}/${id}`,
15488
15488
  REFRESH_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/refresh-proxy`,
15489
+ REFRESH_WITH_IPROYAL_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/refresh-with-iproyal-proxy`,
15489
15490
  AGENCIES: 'admin/bidder-accounts/agencies',
15490
15491
  ASSIGN_IPROYAL_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/assign-iproyal-proxy`,
15491
15492
  },
@@ -15705,6 +15706,8 @@ const ROUTES = {
15705
15706
  JOBS_COUNT_LAST_3_MONTHS: 'upwork-analytics/jobs-count-last-3-months',
15706
15707
  JOBS_BY_COUNTRY: 'upwork-analytics/jobs-by-country',
15707
15708
  JOBS_BY_CLIENT_TOTAL_SPENT: 'upwork-analytics/jobs-by-client-total-spent',
15709
+ JOBS_BY_CLIENT_HIRE_RATE: 'upwork-analytics/jobs-by-client-hire-rate',
15710
+ JOBS_BY_CLIENT_TOTAL_JOBS_POSTED: 'upwork-analytics/jobs-by-client-total-jobs-posted',
15708
15711
  JOBS_BY_HOUR_POSTED: 'upwork-analytics/jobs-by-hour-posted',
15709
15712
  JOBS_BY_DAY_OF_WEEK: 'upwork-analytics/jobs-by-day-of-week',
15710
15713
  AVERAGE_HOURLY_RATE_PAID_BY_COUNTRY: 'upwork-analytics/average-hourly-rate-paid-by-country',