lancer-shared 1.2.288 → 1.2.290

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