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