lancer-shared 1.2.256 → 1.2.257
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
|
@@ -7364,6 +7364,10 @@ const campaignNotificationType = z.enum([
|
|
|
7364
7364
|
'accountDisconnected',
|
|
7365
7365
|
'biddingWarning',
|
|
7366
7366
|
'boostAboveMaxConnects',
|
|
7367
|
+
'jobNoLongerAvailable',
|
|
7368
|
+
'privateJob',
|
|
7369
|
+
'jobAlreadyBiddedOn',
|
|
7370
|
+
'biddingFailed',
|
|
7367
7371
|
]);
|
|
7368
7372
|
const chatbotChannelSchema = z.object({
|
|
7369
7373
|
id: z.string(),
|
|
@@ -7420,6 +7424,10 @@ const CAMPAIGN_NOTIFICATION_TYPES = {
|
|
|
7420
7424
|
accountDisconnected: 'Account Disconnected',
|
|
7421
7425
|
biddingWarning: 'Bidding Warning',
|
|
7422
7426
|
boostAboveMaxConnects: 'Boost Above Max Connects',
|
|
7427
|
+
jobNoLongerAvailable: 'Job No Longer Available',
|
|
7428
|
+
privateJob: 'Private Job',
|
|
7429
|
+
jobAlreadyBiddedOn: 'Job Already Bidded On',
|
|
7430
|
+
biddingFailed: 'Bidding Failed',
|
|
7423
7431
|
};
|
|
7424
7432
|
const CAMPAIGN_NOTIFICATION_SETTINGS = {
|
|
7425
7433
|
suitableLead: 'When Lancer determines a job is suitable for your company',
|
|
@@ -7430,6 +7438,10 @@ const CAMPAIGN_NOTIFICATION_SETTINGS = {
|
|
|
7430
7438
|
accountDisconnected: 'When there is an issue with your Upwork Bidder account',
|
|
7431
7439
|
biddingWarning: 'When there is a bidding warning',
|
|
7432
7440
|
boostAboveMaxConnects: 'When there is a boost above max connects',
|
|
7441
|
+
jobNoLongerAvailable: 'When a job is no longer available',
|
|
7442
|
+
privateJob: 'When a job is private',
|
|
7443
|
+
jobAlreadyBiddedOn: 'When a job is already bidded on',
|
|
7444
|
+
biddingFailed: 'When a bidding fails',
|
|
7433
7445
|
};
|
|
7434
7446
|
|
|
7435
7447
|
const campaignCountByStatusSchema = z.object({
|