lancer-shared 1.2.288 → 1.2.289

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.
@@ -6616,6 +6616,7 @@ const bidderAccountAgencySchema = z.object({
6616
6616
  logoUrl: z.string().nullable(),
6617
6617
  contractors: z.array(bidderAccountAgencyContractorSchema),
6618
6618
  organizationId: z.string(),
6619
+ agencyId: z.string().nullable(),
6619
6620
  });
6620
6621
  const bidderAccountSchema = z.object({
6621
6622
  id: z.string(),
@@ -15347,6 +15348,7 @@ const ROUTES = {
15347
15348
  BY_PROVIDER: (provider) => `admin/bidder-accounts/${provider}`,
15348
15349
  BY_PROVIDER_AND_ID: (provider, id) => `admin/bidder-accounts/${provider}/${id}`,
15349
15350
  REFRESH_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/refresh-proxy`,
15351
+ AGENCIES: 'admin/bidder-accounts/agencies',
15350
15352
  },
15351
15353
  SCRAPER_ACCOUNTS: {
15352
15354
  BASE: 'admin/scraper-accounts',