lancer-shared 1.2.309 → 1.2.310

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.
@@ -284,6 +284,8 @@ export declare const ROUTES: {
284
284
  readonly JOBS_COUNT_LAST_3_MONTHS: "upwork-analytics/jobs-count-last-3-months";
285
285
  readonly JOBS_BY_COUNTRY: "upwork-analytics/jobs-by-country";
286
286
  readonly JOBS_BY_CLIENT_TOTAL_SPENT: "upwork-analytics/jobs-by-client-total-spent";
287
+ readonly JOBS_BY_CLIENT_HIRE_RATE: "upwork-analytics/jobs-by-client-hire-rate";
288
+ readonly JOBS_BY_CLIENT_TOTAL_JOBS_POSTED: "upwork-analytics/jobs-by-client-total-jobs-posted";
287
289
  readonly JOBS_BY_HOUR_POSTED: "upwork-analytics/jobs-by-hour-posted";
288
290
  readonly JOBS_BY_DAY_OF_WEEK: "upwork-analytics/jobs-by-day-of-week";
289
291
  readonly AVERAGE_HOURLY_RATE_PAID_BY_COUNTRY: "upwork-analytics/average-hourly-rate-paid-by-country";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.309",
3
+ "version": "1.2.310",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",