lancer-shared 1.2.308 → 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.
package/dist/bundle.esm.js
CHANGED
|
@@ -8308,6 +8308,7 @@ const bidPayloadProposalDataSchema = z.object({
|
|
|
8308
8308
|
jobMinHourlyRate: z.number().nullable(),
|
|
8309
8309
|
jobMaxHourlyRate: z.number().nullable(),
|
|
8310
8310
|
bidWithWarning: bidWithWarningEnum,
|
|
8311
|
+
selectedPortfoliosTitles: z.array(z.string()).nullable(),
|
|
8311
8312
|
});
|
|
8312
8313
|
const freelancerBidProposalDataSchema = bidPayloadProposalDataSchema.extend({
|
|
8313
8314
|
specialisedProfile: z.string().nullable(),
|
|
@@ -15702,6 +15703,8 @@ const ROUTES = {
|
|
|
15702
15703
|
JOBS_COUNT_LAST_3_MONTHS: 'upwork-analytics/jobs-count-last-3-months',
|
|
15703
15704
|
JOBS_BY_COUNTRY: 'upwork-analytics/jobs-by-country',
|
|
15704
15705
|
JOBS_BY_CLIENT_TOTAL_SPENT: 'upwork-analytics/jobs-by-client-total-spent',
|
|
15706
|
+
JOBS_BY_CLIENT_HIRE_RATE: 'upwork-analytics/jobs-by-client-hire-rate',
|
|
15707
|
+
JOBS_BY_CLIENT_TOTAL_JOBS_POSTED: 'upwork-analytics/jobs-by-client-total-jobs-posted',
|
|
15705
15708
|
JOBS_BY_HOUR_POSTED: 'upwork-analytics/jobs-by-hour-posted',
|
|
15706
15709
|
JOBS_BY_DAY_OF_WEEK: 'upwork-analytics/jobs-by-day-of-week',
|
|
15707
15710
|
AVERAGE_HOURLY_RATE_PAID_BY_COUNTRY: 'upwork-analytics/average-hourly-rate-paid-by-country',
|