@cavuno/board 1.26.0 → 1.27.0

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.
@@ -1,4 +1,4 @@
1
- import { l as JobSort, E as EmploymentType, R as RemoteOption, a as Seniority } from './jobs-CM67_J6H.mjs';
1
+ import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-DK5mPBgq.mjs';
2
2
 
3
3
  declare const REMOTE_OPTIONS: readonly RemoteOption[];
4
4
  /**
package/dist/filters.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { l as JobSort, E as EmploymentType, R as RemoteOption, a as Seniority } from './jobs-CM67_J6H.js';
1
+ import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-DK5mPBgq.js';
2
2
 
3
3
  declare const REMOTE_OPTIONS: readonly RemoteOption[];
4
4
  /**
package/dist/format.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PublicJob, m as PublicJobCard } from './jobs-CM67_J6H.mjs';
1
+ import { P as PublicJob, a as PublicJobCard } from './jobs-DK5mPBgq.mjs';
2
2
 
3
3
  /**
4
4
  * Date display helpers in the board language (required leading parameter,
package/dist/format.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PublicJob, m as PublicJobCard } from './jobs-CM67_J6H.js';
1
+ import { P as PublicJob, a as PublicJobCard } from './jobs-DK5mPBgq.js';
2
2
 
3
3
  /**
4
4
  * Date display helpers in the board language (required leading parameter,
package/dist/index.d.mts CHANGED
@@ -1,5 +1,7 @@
1
- import { S as Schemas, R as RemoteOption, E as EmploymentType, a as Seniority, L as ListEnvelope, b as RelatedSearch, c as components, J as JobsListQuery, d as JobCardListEnvelope, e as JobsSearchBody, f as JobCardSearchEnvelope, g as JobsSimilarQuery, h as SearchEnvelope } from './jobs-CM67_J6H.mjs';
2
- export { C as CustomFieldValue, i as CustomFieldValues, j as EducationRequirement, k as JobCompany, l as JobSort, O as OfficeLocation, P as PublicJob, m as PublicJobCard, n as RemotePermit, o as RemoteTimezone, p as StorefrontPagination } from './jobs-CM67_J6H.mjs';
1
+ import { b as Schemas, R as RemoteOption, E as EmploymentType, S as Seniority, L as ListEnvelope, c as components, d as JobsListQuery, e as JobCardListEnvelope, f as JobsSearchBody, g as JobCardSearchEnvelope, h as JobsSimilarQuery, i as SearchEnvelope } from './jobs-DK5mPBgq.mjs';
2
+ export { C as CustomFieldValue, j as CustomFieldValues, k as EducationRequirement, l as JobCompany, J as JobSort, O as OfficeLocation, P as PublicJob, a as PublicJobCard, m as RelatedSearch, n as RemotePermit, o as RemoteTimezone, p as StorefrontPagination } from './jobs-DK5mPBgq.mjs';
3
+ import { c as CompaniesListQuery, d as CompanyListEnvelope, e as CompaniesSearchBody, f as CompanyJobsListQuery, g as CompanySimilarQuery, h as CompanyMarketsListQuery, i as SalaryDetailQuery, j as BlogPostsListQuery, k as BlogSimilarQuery, l as BlogSearchBody } from './salaries-CrJsaZe6.mjs';
4
+ export { B as BlogAuthorEmbed, m as BlogTagEmbed, C as CompanyCategorySalary, n as CompanyMarket, o as CompanyMarketRef, b as CompanySalary, p as CustomFieldDefinition, q as CustomFieldOption, r as CustomFieldType, L as LocationSalaryDetail, s as LocationSkillsIndex, t as LocationTitlesIndex, u as PublicBlogAdjacentPosts, v as PublicBlogAuthor, w as PublicBlogPost, a as PublicBlogPostSummary, x as PublicBlogTag, P as PublicBoard, y as PublicBoardAnalytics, z as PublicBoardFeatures, A as PublicBoardTheme, D as PublicCompany, E as PublicCompanyDetail, F as SalaryCompany, G as SalaryLocation, H as SalarySkill, I as SalaryTitle, J as SkillLocationSalary, K as SkillLocationsIndex, S as SkillSalaryDetail, M as TitleLocationSalary, N as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-CrJsaZe6.mjs';
3
5
 
4
6
  type Awaitable<T> = T | Promise<T>;
5
7
  /**
@@ -193,7 +195,7 @@ declare function paginate<Q extends Record<string, unknown>, P extends PageShape
193
195
  * constant because the package is platform-neutral and cannot read
194
196
  * package.json at runtime.
195
197
  */
196
- declare const SDK_VERSION = "1.26.0";
198
+ declare const SDK_VERSION = "1.27.0";
197
199
 
198
200
  type BoardUser = Schemas['BoardUser'];
199
201
  type BoardAuthSession = Schemas['BoardAuthSession'];
@@ -213,20 +215,6 @@ type OAuthAuthorizationQuery = {
213
215
  type OAuthAuthorizationUrl = Schemas['BoardAuthOAuthAuthorizationUrl'];
214
216
  type OAuthExchangeBody = Schemas['BoardAuthOAuthExchangeBody'];
215
217
 
216
- type PublicBoard = Schemas['PublicBoardContext'];
217
- type PublicBoardFeatures = PublicBoard['features'];
218
- type PublicBoardAnalytics = PublicBoard['analytics'];
219
- type PublicBoardTheme = NonNullable<PublicBoard['theme']>;
220
- /**
221
- * An operator-defined custom job-field definition (CAV-294). Board-wide;
222
- * use it to render and localize a job's opaque `customFieldValues` (resolve
223
- * option `key`s → labels, honour field `type` and display order). Shared with
224
- * the Operator API's custom-field surface (one canonical schema).
225
- */
226
- type CustomFieldDefinition = Schemas['CustomFieldDefinition'];
227
- type CustomFieldType = CustomFieldDefinition['type'];
228
- type CustomFieldOption = Schemas['CustomFieldOption'];
229
-
230
218
  /**
231
219
  * The public SEO-infra payload (`board.seo()`) — the values a headless
232
220
  * frontend rebuilds `robots.txt` / `ads.txt` / `indexnow-key.txt` (+ the
@@ -278,82 +266,6 @@ type LegalPageType = 'terms-of-service' | 'privacy-policy' | 'cookie-policy' | '
278
266
  type PublicLegalPage = Schemas['LegalPage'];
279
267
  type LegalEntity = NonNullable<PublicLegalPage['legalEntity']>;
280
268
 
281
- /** Author shape embedded on posts (no `object` discriminator). */
282
- type BlogAuthorEmbed = Schemas['PublicBlogAuthorEmbed'];
283
- /** Tag shape embedded on posts (no `object` discriminator). */
284
- type BlogTagEmbed = Schemas['PublicBlogTagEmbed'];
285
- type PublicBlogAuthor = Schemas['PublicBlogAuthor'];
286
- type PublicBlogTag = Schemas['PublicBlogTag'];
287
- type PublicBlogPostSummary = Schemas['PublicBlogPostSummary'];
288
- /** Detail shape — `html` appears on the single read only, never on summaries. */
289
- type PublicBlogPost = Schemas['PublicBlogPost'];
290
- /** Previous (older) + next (newer) posts for the detail prev/next nav. */
291
- type PublicBlogAdjacentPosts = Schemas['PublicBlogAdjacentPosts'];
292
- type BlogPostsListQuery = {
293
- cursor?: string;
294
- /** 1–100. */
295
- limit?: number;
296
- tagSlug?: string;
297
- authorSlug?: string;
298
- /** Opt-in only: pass `'true'` to restrict to featured posts. */
299
- featured?: 'true';
300
- };
301
- type BlogSimilarQuery = {
302
- /** 1–20; default 6. */
303
- limit?: number;
304
- };
305
- type BlogSearchBody = Schemas['PublicBlogSearchBody'];
306
-
307
- type PublicCompany = Schemas['CompanyPublic'];
308
- /** A market (sector) a company operates in — name + its source slug. */
309
- type CompanyMarketRef = Schemas['CompanyMarketRef'];
310
- /** The company DETAIL shape — `PublicCompany` plus `markets` (detail-only). */
311
- type PublicCompanyDetail = Schemas['CompanyPublicDetail'];
312
- /**
313
- * A company's salary overview (ADR-0046): overall pay, by-seniority rows vs the
314
- * board baseline, top competitors, top locations, and a per-category summary.
315
- * Names are board-language localized; the company slug/name are not.
316
- */
317
- type CompanySalary = Schemas['CompanySalary'];
318
- /**
319
- * A company's salary for one job category: the category's source + board-language
320
- * canonical slug, by-seniority vs the board-category baseline, and competitors in
321
- * the category. The category name is localized; the company name is not.
322
- */
323
- type CompanyCategorySalary = Schemas['CompanyCategorySalary'];
324
- /** The companies browse list — `PublicCompany`s + `market` `relatedSearches`. */
325
- interface CompanyListEnvelope extends ListEnvelope<PublicCompany> {
326
- relatedSearches?: RelatedSearch[];
327
- }
328
- type CompaniesListQuery = {
329
- cursor?: string;
330
- /** Scope to a single market (sector) by slug. Unknown slugs 404. */
331
- marketSlug?: string;
332
- /** 1–100. */
333
- limit?: number;
334
- /**
335
- * Storefront page offset (companies to skip); takes precedence over
336
- * `cursor`. Pair with the response `count` to page in parallel.
337
- */
338
- offset?: number;
339
- };
340
- type CompanyJobsListQuery = {
341
- cursor?: string;
342
- /** 1–100. */
343
- limit?: number;
344
- };
345
- type CompanySimilarQuery = {
346
- /** 1–20, default 6. */
347
- limit?: number;
348
- };
349
- type CompanyMarket = Schemas['CompanyMarket'];
350
- type CompanyMarketsListQuery = {
351
- /** 1–200, default 100 (a top-by-company-count preview). */
352
- limit?: number;
353
- search?: string;
354
- };
355
- type CompaniesSearchBody = Schemas['PublicCompaniesSearchBody'];
356
-
357
269
  /**
358
270
  * A candidate's public profile — header (name, headline, location, bio, avatar,
359
271
  * job-search status) plus their experiences, education, skills, and languages.
@@ -663,43 +575,6 @@ type PlacesListQuery = {
663
575
  limit?: number;
664
576
  };
665
577
 
666
- /** A job title's salary breakdown (overall + by-seniority + top rails). */
667
- type TitleSalaryDetail = Schemas['TitleSalaryDetail'];
668
- /** A skill's salary breakdown. */
669
- type SkillSalaryDetail = Schemas['SkillSalaryDetail'];
670
- /** A place's salary breakdown (city overall + siblings, or area child cities). */
671
- type LocationSalaryDetail = Schemas['LocationSalaryDetail'];
672
- /** A company on the `/salaries/companies` hub (ranked by sample size). */
673
- type SalaryCompany = Schemas['SalaryCompanyIndexItem'];
674
- /** A job title on the `/salaries/titles` index. */
675
- type SalaryTitle = Schemas['SalaryTitleIndexItem'];
676
- /** A skill on the `/salaries/skills` index. */
677
- type SalarySkill = Schemas['SalarySkillIndexItem'];
678
- /**
679
- * A place on the `/salaries/locations` index — a flattened tree node carrying
680
- * its `parentSlug` (the consumer rebuilds the country → region → city browse).
681
- */
682
- type SalaryLocation = Schemas['SalaryLocationIndexItem'];
683
- /** A title's salary across locations (flattened `parentSlug` tree). */
684
- type TitleLocationsIndex = Schemas['TitleLocationsIndex'];
685
- /** A skill's salary across locations. */
686
- type SkillLocationsIndex = Schemas['SkillLocationsIndex'];
687
- /** A place's salary by title (suffix read-model). */
688
- type LocationTitlesIndex = Schemas['LocationTitlesIndex'];
689
- /** A place's salary by skill. */
690
- type LocationSkillsIndex = Schemas['LocationSkillsIndex'];
691
- /** A title's salary in one place (4 source + canonical slugs). */
692
- type TitleLocationSalary = Schemas['TitleLocationSalary'];
693
- /** A skill's salary in one place. */
694
- type SkillLocationSalary = Schemas['SkillLocationSalary'];
695
- /**
696
- * Board-language overlay for a salary read. `en` (the default) is the identity
697
- * fast-path; a non-`en` locale overlays board-language names + canonical slugs.
698
- */
699
- type SalaryDetailQuery = {
700
- locale?: string;
701
- };
702
-
703
578
  interface CreateBoardClientOptions {
704
579
  baseUrl: string;
705
580
  /** Board identifier: `pk_…` key (provisioned default) | `boards_…` ID | slug. */
@@ -2989,4 +2864,4 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
2989
2864
  };
2990
2865
  type BoardSdk = ReturnType<typeof createBoardClient>;
2991
2866
 
2992
- export { ACCESS_TOKEN_KEY, type AccessCheckoutBody, type AccessCheckoutSession, type AccessCheckoutSessionState, type AccessGrant, type AccessPortalBody, type AccessPortalSession, type AddApplicantNoteBody, type Alert, type AlertBody, type Application, type ApplicationsListQuery, type ApplyBody, type Awaitable, BOARD_ACCESS_GRANT_KEY, BOARD_API_ERROR_CODES, type Block, type BlockStatus, type BlockUserBody, type BlockedUser, type BlogAuthorEmbed, type BlogPostsListQuery, type BlogSearchBody, type BlogSimilarQuery, type BlogTagEmbed, type BoardAccessGrant, BoardApiError, type BoardApiErrorCode, type BoardAuthSession, BoardClient, type BoardRequest, type BoardSdk, type BoardSeo, type BoardUser, type BulkMoveApplicantsBody, type BulkRejectApplicantsBody, type CandidateAvatar, type CandidateEducation, type CandidateExperience, type CandidateLanguage, type CandidateProfile, type CandidateSkill, type ClaimableCompany, type CompaniesListQuery, type CompaniesSearchBody, type CompanyCategorySalary, type CompanyJobsListQuery, type CompanyListEnvelope, type CompanyMarket, type CompanyMarketRef, type CompanyMarketsListQuery, type CompanyMembership, type CompanySalary, type CompanySimilarQuery, type ConfirmWorkEmailBody, type ConsumeMagicLinkBody, type Conversation, type ConversationArchive, type ConversationDetail, type ConversationRef, type ConversationsListQuery, type CreateBoardClientOptions, type CreateCompanyBody, type CreateEducationBody, type CreateEmployerJobBody, type CreateExperienceBody, type CreateJobPostingInput, type CreatePipelineStageBody, type CustomFieldDefinition, type CustomFieldOption, type CustomFieldType, type CustomStorage, type EditMessageBody, type EmbedJobsQuery, type EmployerApplicant, type EmployerBillingOption, type EmployerCheckout, type EmployerCheckoutBody, type EmployerCompany, type EmployerCompanySearchQuery, type EmployerJob, type EmployerJobSummary, type EmployerJobsListQuery, type EmployerPipeline, type EmployerPipelineQuery, type EmployerPipelineStage, EmploymentType, type FetchOptions, type FindExistingConversationQuery, type ForgotPasswordBody, type HandleAvailability, type JobAlertConfirmation, type JobAlertDeletePreferenceInput, type JobAlertFiltersInput, type JobAlertFrequency, type JobAlertManageQuery, type JobAlertManageResult, type JobAlertManageState, type JobAlertManageTokenInput, type JobAlertPreference, type JobAlertRemoteOption, type JobAlertResendResult, type JobAlertStoredFilters, type JobAlertSubscribeInput, type JobAlertSubscription, type JobAlertUpdatePreferenceInput, JobCardListEnvelope, JobCardSearchEnvelope, type JobPostingBillingCheck, type JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, type JobPostingSubscriptionEntitlements, JobsListQuery, JobsSearchBody, JobsSimilarQuery, type LegalEntity, type LegalPageType, ListEnvelope, type LocationSalaryDetail, type LocationSkillsIndex, type LocationTitlesIndex, type Logger, type LoginBody, type LogoutBody, type Message, type ModerationReport, type MoveApplicantStageBody, type NotificationPreference, type OAuthAuthorizationQuery, type OAuthAuthorizationUrl, type OAuthExchangeBody, type OAuthProvider, type Paginator, type PaywallOffer, type PaywallOfferListEnvelope, type PlacesListQuery, type Plan, type PlanListEnvelope, type PlansListQuery, type PublicBlogAdjacentPosts, type PublicBlogAuthor, type PublicBlogPost, type PublicBlogPostSummary, type PublicBlogTag, type PublicBoard, type PublicBoardAnalytics, type PublicBoardFeatures, type PublicBoardTheme, type PublicCompany, type PublicCompanyDetail, type PublicLegalPage, type PublicPlace, REFRESH_TOKEN_KEY, type ReadReceipt, type RedirectResolution, type RefreshBody, type RegisterBody, RelatedSearch, RemoteOption, type ReorderPipelineStagesBody, type ReplyBody, type ReportBody, type RequestMagicLinkBody, type ResetPasswordBody, type Resume, type ResumeUploadOptions, SDK_VERSION, type SalaryCompany, type SalaryDetailQuery, type SalaryLocation, type SalarySkill, type SalaryTitle, type SalesLedPlan, type SalesLedPlanListEnvelope, type SaveJobBody, type SavedJob, type SavedJobsListQuery, SearchEnvelope, type SendWorkEmailBody, Seniority, type SkillLocationSalary, type SkillLocationsIndex, type SkillSalaryDetail, type StartAboutApplicationBody, type StartConversationBody, type StorageMode, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyResolution, type ThreadMessagesQuery, type TitleLocationSalary, type TitleLocationsIndex, type TitleSalaryDetail, type UnreadCount, type UnsubscribeBody, type UpdateApplicationFactsBody, type UpdateCandidateProfileBody, type UpdateEducationBody, type UpdateEmployerCompanyBody, type UpdateEmployerJobBody, type UpdateExperienceBody, type UpdateLanguagesBody, type UpdateNotificationPreferenceBody, type UpdatePipelineStageBody, type UpdateSkillsBody, type VerifyEmailBody, createBoardClient, isBoardApiError, isBoardPasswordRequired, isConflict, isForbidden, isNotFound, isRateLimited, isUnauthorized, isValidationError, paginate };
2867
+ export { ACCESS_TOKEN_KEY, type AccessCheckoutBody, type AccessCheckoutSession, type AccessCheckoutSessionState, type AccessGrant, type AccessPortalBody, type AccessPortalSession, type AddApplicantNoteBody, type Alert, type AlertBody, type Application, type ApplicationsListQuery, type ApplyBody, type Awaitable, BOARD_ACCESS_GRANT_KEY, BOARD_API_ERROR_CODES, type Block, type BlockStatus, type BlockUserBody, type BlockedUser, BlogPostsListQuery, BlogSearchBody, BlogSimilarQuery, type BoardAccessGrant, BoardApiError, type BoardApiErrorCode, type BoardAuthSession, BoardClient, type BoardRequest, type BoardSdk, type BoardSeo, type BoardUser, type BulkMoveApplicantsBody, type BulkRejectApplicantsBody, type CandidateAvatar, type CandidateEducation, type CandidateExperience, type CandidateLanguage, type CandidateProfile, type CandidateSkill, type ClaimableCompany, CompaniesListQuery, CompaniesSearchBody, CompanyJobsListQuery, CompanyListEnvelope, CompanyMarketsListQuery, type CompanyMembership, CompanySimilarQuery, type ConfirmWorkEmailBody, type ConsumeMagicLinkBody, type Conversation, type ConversationArchive, type ConversationDetail, type ConversationRef, type ConversationsListQuery, type CreateBoardClientOptions, type CreateCompanyBody, type CreateEducationBody, type CreateEmployerJobBody, type CreateExperienceBody, type CreateJobPostingInput, type CreatePipelineStageBody, type CustomStorage, type EditMessageBody, type EmbedJobsQuery, type EmployerApplicant, type EmployerBillingOption, type EmployerCheckout, type EmployerCheckoutBody, type EmployerCompany, type EmployerCompanySearchQuery, type EmployerJob, type EmployerJobSummary, type EmployerJobsListQuery, type EmployerPipeline, type EmployerPipelineQuery, type EmployerPipelineStage, EmploymentType, type FetchOptions, type FindExistingConversationQuery, type ForgotPasswordBody, type HandleAvailability, type JobAlertConfirmation, type JobAlertDeletePreferenceInput, type JobAlertFiltersInput, type JobAlertFrequency, type JobAlertManageQuery, type JobAlertManageResult, type JobAlertManageState, type JobAlertManageTokenInput, type JobAlertPreference, type JobAlertRemoteOption, type JobAlertResendResult, type JobAlertStoredFilters, type JobAlertSubscribeInput, type JobAlertSubscription, type JobAlertUpdatePreferenceInput, JobCardListEnvelope, JobCardSearchEnvelope, type JobPostingBillingCheck, type JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, type JobPostingSubscriptionEntitlements, JobsListQuery, JobsSearchBody, JobsSimilarQuery, type LegalEntity, type LegalPageType, ListEnvelope, type Logger, type LoginBody, type LogoutBody, type Message, type ModerationReport, type MoveApplicantStageBody, type NotificationPreference, type OAuthAuthorizationQuery, type OAuthAuthorizationUrl, type OAuthExchangeBody, type OAuthProvider, type Paginator, type PaywallOffer, type PaywallOfferListEnvelope, type PlacesListQuery, type Plan, type PlanListEnvelope, type PlansListQuery, type PublicLegalPage, type PublicPlace, REFRESH_TOKEN_KEY, type ReadReceipt, type RedirectResolution, type RefreshBody, type RegisterBody, RemoteOption, type ReorderPipelineStagesBody, type ReplyBody, type ReportBody, type RequestMagicLinkBody, type ResetPasswordBody, type Resume, type ResumeUploadOptions, SDK_VERSION, SalaryDetailQuery, type SalesLedPlan, type SalesLedPlanListEnvelope, type SaveJobBody, type SavedJob, type SavedJobsListQuery, SearchEnvelope, type SendWorkEmailBody, Seniority, type StartAboutApplicationBody, type StartConversationBody, type StorageMode, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyResolution, type ThreadMessagesQuery, type UnreadCount, type UnsubscribeBody, type UpdateApplicationFactsBody, type UpdateCandidateProfileBody, type UpdateEducationBody, type UpdateEmployerCompanyBody, type UpdateEmployerJobBody, type UpdateExperienceBody, type UpdateLanguagesBody, type UpdateNotificationPreferenceBody, type UpdatePipelineStageBody, type UpdateSkillsBody, type VerifyEmailBody, createBoardClient, isBoardApiError, isBoardPasswordRequired, isConflict, isForbidden, isNotFound, isRateLimited, isUnauthorized, isValidationError, paginate };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
- import { S as Schemas, R as RemoteOption, E as EmploymentType, a as Seniority, L as ListEnvelope, b as RelatedSearch, c as components, J as JobsListQuery, d as JobCardListEnvelope, e as JobsSearchBody, f as JobCardSearchEnvelope, g as JobsSimilarQuery, h as SearchEnvelope } from './jobs-CM67_J6H.js';
2
- export { C as CustomFieldValue, i as CustomFieldValues, j as EducationRequirement, k as JobCompany, l as JobSort, O as OfficeLocation, P as PublicJob, m as PublicJobCard, n as RemotePermit, o as RemoteTimezone, p as StorefrontPagination } from './jobs-CM67_J6H.js';
1
+ import { b as Schemas, R as RemoteOption, E as EmploymentType, S as Seniority, L as ListEnvelope, c as components, d as JobsListQuery, e as JobCardListEnvelope, f as JobsSearchBody, g as JobCardSearchEnvelope, h as JobsSimilarQuery, i as SearchEnvelope } from './jobs-DK5mPBgq.js';
2
+ export { C as CustomFieldValue, j as CustomFieldValues, k as EducationRequirement, l as JobCompany, J as JobSort, O as OfficeLocation, P as PublicJob, a as PublicJobCard, m as RelatedSearch, n as RemotePermit, o as RemoteTimezone, p as StorefrontPagination } from './jobs-DK5mPBgq.js';
3
+ import { c as CompaniesListQuery, d as CompanyListEnvelope, e as CompaniesSearchBody, f as CompanyJobsListQuery, g as CompanySimilarQuery, h as CompanyMarketsListQuery, i as SalaryDetailQuery, j as BlogPostsListQuery, k as BlogSimilarQuery, l as BlogSearchBody } from './salaries-CXt6Vkrp.js';
4
+ export { B as BlogAuthorEmbed, m as BlogTagEmbed, C as CompanyCategorySalary, n as CompanyMarket, o as CompanyMarketRef, b as CompanySalary, p as CustomFieldDefinition, q as CustomFieldOption, r as CustomFieldType, L as LocationSalaryDetail, s as LocationSkillsIndex, t as LocationTitlesIndex, u as PublicBlogAdjacentPosts, v as PublicBlogAuthor, w as PublicBlogPost, a as PublicBlogPostSummary, x as PublicBlogTag, P as PublicBoard, y as PublicBoardAnalytics, z as PublicBoardFeatures, A as PublicBoardTheme, D as PublicCompany, E as PublicCompanyDetail, F as SalaryCompany, G as SalaryLocation, H as SalarySkill, I as SalaryTitle, J as SkillLocationSalary, K as SkillLocationsIndex, S as SkillSalaryDetail, M as TitleLocationSalary, N as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-CXt6Vkrp.js';
3
5
 
4
6
  type Awaitable<T> = T | Promise<T>;
5
7
  /**
@@ -193,7 +195,7 @@ declare function paginate<Q extends Record<string, unknown>, P extends PageShape
193
195
  * constant because the package is platform-neutral and cannot read
194
196
  * package.json at runtime.
195
197
  */
196
- declare const SDK_VERSION = "1.26.0";
198
+ declare const SDK_VERSION = "1.27.0";
197
199
 
198
200
  type BoardUser = Schemas['BoardUser'];
199
201
  type BoardAuthSession = Schemas['BoardAuthSession'];
@@ -213,20 +215,6 @@ type OAuthAuthorizationQuery = {
213
215
  type OAuthAuthorizationUrl = Schemas['BoardAuthOAuthAuthorizationUrl'];
214
216
  type OAuthExchangeBody = Schemas['BoardAuthOAuthExchangeBody'];
215
217
 
216
- type PublicBoard = Schemas['PublicBoardContext'];
217
- type PublicBoardFeatures = PublicBoard['features'];
218
- type PublicBoardAnalytics = PublicBoard['analytics'];
219
- type PublicBoardTheme = NonNullable<PublicBoard['theme']>;
220
- /**
221
- * An operator-defined custom job-field definition (CAV-294). Board-wide;
222
- * use it to render and localize a job's opaque `customFieldValues` (resolve
223
- * option `key`s → labels, honour field `type` and display order). Shared with
224
- * the Operator API's custom-field surface (one canonical schema).
225
- */
226
- type CustomFieldDefinition = Schemas['CustomFieldDefinition'];
227
- type CustomFieldType = CustomFieldDefinition['type'];
228
- type CustomFieldOption = Schemas['CustomFieldOption'];
229
-
230
218
  /**
231
219
  * The public SEO-infra payload (`board.seo()`) — the values a headless
232
220
  * frontend rebuilds `robots.txt` / `ads.txt` / `indexnow-key.txt` (+ the
@@ -278,82 +266,6 @@ type LegalPageType = 'terms-of-service' | 'privacy-policy' | 'cookie-policy' | '
278
266
  type PublicLegalPage = Schemas['LegalPage'];
279
267
  type LegalEntity = NonNullable<PublicLegalPage['legalEntity']>;
280
268
 
281
- /** Author shape embedded on posts (no `object` discriminator). */
282
- type BlogAuthorEmbed = Schemas['PublicBlogAuthorEmbed'];
283
- /** Tag shape embedded on posts (no `object` discriminator). */
284
- type BlogTagEmbed = Schemas['PublicBlogTagEmbed'];
285
- type PublicBlogAuthor = Schemas['PublicBlogAuthor'];
286
- type PublicBlogTag = Schemas['PublicBlogTag'];
287
- type PublicBlogPostSummary = Schemas['PublicBlogPostSummary'];
288
- /** Detail shape — `html` appears on the single read only, never on summaries. */
289
- type PublicBlogPost = Schemas['PublicBlogPost'];
290
- /** Previous (older) + next (newer) posts for the detail prev/next nav. */
291
- type PublicBlogAdjacentPosts = Schemas['PublicBlogAdjacentPosts'];
292
- type BlogPostsListQuery = {
293
- cursor?: string;
294
- /** 1–100. */
295
- limit?: number;
296
- tagSlug?: string;
297
- authorSlug?: string;
298
- /** Opt-in only: pass `'true'` to restrict to featured posts. */
299
- featured?: 'true';
300
- };
301
- type BlogSimilarQuery = {
302
- /** 1–20; default 6. */
303
- limit?: number;
304
- };
305
- type BlogSearchBody = Schemas['PublicBlogSearchBody'];
306
-
307
- type PublicCompany = Schemas['CompanyPublic'];
308
- /** A market (sector) a company operates in — name + its source slug. */
309
- type CompanyMarketRef = Schemas['CompanyMarketRef'];
310
- /** The company DETAIL shape — `PublicCompany` plus `markets` (detail-only). */
311
- type PublicCompanyDetail = Schemas['CompanyPublicDetail'];
312
- /**
313
- * A company's salary overview (ADR-0046): overall pay, by-seniority rows vs the
314
- * board baseline, top competitors, top locations, and a per-category summary.
315
- * Names are board-language localized; the company slug/name are not.
316
- */
317
- type CompanySalary = Schemas['CompanySalary'];
318
- /**
319
- * A company's salary for one job category: the category's source + board-language
320
- * canonical slug, by-seniority vs the board-category baseline, and competitors in
321
- * the category. The category name is localized; the company name is not.
322
- */
323
- type CompanyCategorySalary = Schemas['CompanyCategorySalary'];
324
- /** The companies browse list — `PublicCompany`s + `market` `relatedSearches`. */
325
- interface CompanyListEnvelope extends ListEnvelope<PublicCompany> {
326
- relatedSearches?: RelatedSearch[];
327
- }
328
- type CompaniesListQuery = {
329
- cursor?: string;
330
- /** Scope to a single market (sector) by slug. Unknown slugs 404. */
331
- marketSlug?: string;
332
- /** 1–100. */
333
- limit?: number;
334
- /**
335
- * Storefront page offset (companies to skip); takes precedence over
336
- * `cursor`. Pair with the response `count` to page in parallel.
337
- */
338
- offset?: number;
339
- };
340
- type CompanyJobsListQuery = {
341
- cursor?: string;
342
- /** 1–100. */
343
- limit?: number;
344
- };
345
- type CompanySimilarQuery = {
346
- /** 1–20, default 6. */
347
- limit?: number;
348
- };
349
- type CompanyMarket = Schemas['CompanyMarket'];
350
- type CompanyMarketsListQuery = {
351
- /** 1–200, default 100 (a top-by-company-count preview). */
352
- limit?: number;
353
- search?: string;
354
- };
355
- type CompaniesSearchBody = Schemas['PublicCompaniesSearchBody'];
356
-
357
269
  /**
358
270
  * A candidate's public profile — header (name, headline, location, bio, avatar,
359
271
  * job-search status) plus their experiences, education, skills, and languages.
@@ -663,43 +575,6 @@ type PlacesListQuery = {
663
575
  limit?: number;
664
576
  };
665
577
 
666
- /** A job title's salary breakdown (overall + by-seniority + top rails). */
667
- type TitleSalaryDetail = Schemas['TitleSalaryDetail'];
668
- /** A skill's salary breakdown. */
669
- type SkillSalaryDetail = Schemas['SkillSalaryDetail'];
670
- /** A place's salary breakdown (city overall + siblings, or area child cities). */
671
- type LocationSalaryDetail = Schemas['LocationSalaryDetail'];
672
- /** A company on the `/salaries/companies` hub (ranked by sample size). */
673
- type SalaryCompany = Schemas['SalaryCompanyIndexItem'];
674
- /** A job title on the `/salaries/titles` index. */
675
- type SalaryTitle = Schemas['SalaryTitleIndexItem'];
676
- /** A skill on the `/salaries/skills` index. */
677
- type SalarySkill = Schemas['SalarySkillIndexItem'];
678
- /**
679
- * A place on the `/salaries/locations` index — a flattened tree node carrying
680
- * its `parentSlug` (the consumer rebuilds the country → region → city browse).
681
- */
682
- type SalaryLocation = Schemas['SalaryLocationIndexItem'];
683
- /** A title's salary across locations (flattened `parentSlug` tree). */
684
- type TitleLocationsIndex = Schemas['TitleLocationsIndex'];
685
- /** A skill's salary across locations. */
686
- type SkillLocationsIndex = Schemas['SkillLocationsIndex'];
687
- /** A place's salary by title (suffix read-model). */
688
- type LocationTitlesIndex = Schemas['LocationTitlesIndex'];
689
- /** A place's salary by skill. */
690
- type LocationSkillsIndex = Schemas['LocationSkillsIndex'];
691
- /** A title's salary in one place (4 source + canonical slugs). */
692
- type TitleLocationSalary = Schemas['TitleLocationSalary'];
693
- /** A skill's salary in one place. */
694
- type SkillLocationSalary = Schemas['SkillLocationSalary'];
695
- /**
696
- * Board-language overlay for a salary read. `en` (the default) is the identity
697
- * fast-path; a non-`en` locale overlays board-language names + canonical slugs.
698
- */
699
- type SalaryDetailQuery = {
700
- locale?: string;
701
- };
702
-
703
578
  interface CreateBoardClientOptions {
704
579
  baseUrl: string;
705
580
  /** Board identifier: `pk_…` key (provisioned default) | `boards_…` ID | slug. */
@@ -2989,4 +2864,4 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
2989
2864
  };
2990
2865
  type BoardSdk = ReturnType<typeof createBoardClient>;
2991
2866
 
2992
- export { ACCESS_TOKEN_KEY, type AccessCheckoutBody, type AccessCheckoutSession, type AccessCheckoutSessionState, type AccessGrant, type AccessPortalBody, type AccessPortalSession, type AddApplicantNoteBody, type Alert, type AlertBody, type Application, type ApplicationsListQuery, type ApplyBody, type Awaitable, BOARD_ACCESS_GRANT_KEY, BOARD_API_ERROR_CODES, type Block, type BlockStatus, type BlockUserBody, type BlockedUser, type BlogAuthorEmbed, type BlogPostsListQuery, type BlogSearchBody, type BlogSimilarQuery, type BlogTagEmbed, type BoardAccessGrant, BoardApiError, type BoardApiErrorCode, type BoardAuthSession, BoardClient, type BoardRequest, type BoardSdk, type BoardSeo, type BoardUser, type BulkMoveApplicantsBody, type BulkRejectApplicantsBody, type CandidateAvatar, type CandidateEducation, type CandidateExperience, type CandidateLanguage, type CandidateProfile, type CandidateSkill, type ClaimableCompany, type CompaniesListQuery, type CompaniesSearchBody, type CompanyCategorySalary, type CompanyJobsListQuery, type CompanyListEnvelope, type CompanyMarket, type CompanyMarketRef, type CompanyMarketsListQuery, type CompanyMembership, type CompanySalary, type CompanySimilarQuery, type ConfirmWorkEmailBody, type ConsumeMagicLinkBody, type Conversation, type ConversationArchive, type ConversationDetail, type ConversationRef, type ConversationsListQuery, type CreateBoardClientOptions, type CreateCompanyBody, type CreateEducationBody, type CreateEmployerJobBody, type CreateExperienceBody, type CreateJobPostingInput, type CreatePipelineStageBody, type CustomFieldDefinition, type CustomFieldOption, type CustomFieldType, type CustomStorage, type EditMessageBody, type EmbedJobsQuery, type EmployerApplicant, type EmployerBillingOption, type EmployerCheckout, type EmployerCheckoutBody, type EmployerCompany, type EmployerCompanySearchQuery, type EmployerJob, type EmployerJobSummary, type EmployerJobsListQuery, type EmployerPipeline, type EmployerPipelineQuery, type EmployerPipelineStage, EmploymentType, type FetchOptions, type FindExistingConversationQuery, type ForgotPasswordBody, type HandleAvailability, type JobAlertConfirmation, type JobAlertDeletePreferenceInput, type JobAlertFiltersInput, type JobAlertFrequency, type JobAlertManageQuery, type JobAlertManageResult, type JobAlertManageState, type JobAlertManageTokenInput, type JobAlertPreference, type JobAlertRemoteOption, type JobAlertResendResult, type JobAlertStoredFilters, type JobAlertSubscribeInput, type JobAlertSubscription, type JobAlertUpdatePreferenceInput, JobCardListEnvelope, JobCardSearchEnvelope, type JobPostingBillingCheck, type JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, type JobPostingSubscriptionEntitlements, JobsListQuery, JobsSearchBody, JobsSimilarQuery, type LegalEntity, type LegalPageType, ListEnvelope, type LocationSalaryDetail, type LocationSkillsIndex, type LocationTitlesIndex, type Logger, type LoginBody, type LogoutBody, type Message, type ModerationReport, type MoveApplicantStageBody, type NotificationPreference, type OAuthAuthorizationQuery, type OAuthAuthorizationUrl, type OAuthExchangeBody, type OAuthProvider, type Paginator, type PaywallOffer, type PaywallOfferListEnvelope, type PlacesListQuery, type Plan, type PlanListEnvelope, type PlansListQuery, type PublicBlogAdjacentPosts, type PublicBlogAuthor, type PublicBlogPost, type PublicBlogPostSummary, type PublicBlogTag, type PublicBoard, type PublicBoardAnalytics, type PublicBoardFeatures, type PublicBoardTheme, type PublicCompany, type PublicCompanyDetail, type PublicLegalPage, type PublicPlace, REFRESH_TOKEN_KEY, type ReadReceipt, type RedirectResolution, type RefreshBody, type RegisterBody, RelatedSearch, RemoteOption, type ReorderPipelineStagesBody, type ReplyBody, type ReportBody, type RequestMagicLinkBody, type ResetPasswordBody, type Resume, type ResumeUploadOptions, SDK_VERSION, type SalaryCompany, type SalaryDetailQuery, type SalaryLocation, type SalarySkill, type SalaryTitle, type SalesLedPlan, type SalesLedPlanListEnvelope, type SaveJobBody, type SavedJob, type SavedJobsListQuery, SearchEnvelope, type SendWorkEmailBody, Seniority, type SkillLocationSalary, type SkillLocationsIndex, type SkillSalaryDetail, type StartAboutApplicationBody, type StartConversationBody, type StorageMode, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyResolution, type ThreadMessagesQuery, type TitleLocationSalary, type TitleLocationsIndex, type TitleSalaryDetail, type UnreadCount, type UnsubscribeBody, type UpdateApplicationFactsBody, type UpdateCandidateProfileBody, type UpdateEducationBody, type UpdateEmployerCompanyBody, type UpdateEmployerJobBody, type UpdateExperienceBody, type UpdateLanguagesBody, type UpdateNotificationPreferenceBody, type UpdatePipelineStageBody, type UpdateSkillsBody, type VerifyEmailBody, createBoardClient, isBoardApiError, isBoardPasswordRequired, isConflict, isForbidden, isNotFound, isRateLimited, isUnauthorized, isValidationError, paginate };
2867
+ export { ACCESS_TOKEN_KEY, type AccessCheckoutBody, type AccessCheckoutSession, type AccessCheckoutSessionState, type AccessGrant, type AccessPortalBody, type AccessPortalSession, type AddApplicantNoteBody, type Alert, type AlertBody, type Application, type ApplicationsListQuery, type ApplyBody, type Awaitable, BOARD_ACCESS_GRANT_KEY, BOARD_API_ERROR_CODES, type Block, type BlockStatus, type BlockUserBody, type BlockedUser, BlogPostsListQuery, BlogSearchBody, BlogSimilarQuery, type BoardAccessGrant, BoardApiError, type BoardApiErrorCode, type BoardAuthSession, BoardClient, type BoardRequest, type BoardSdk, type BoardSeo, type BoardUser, type BulkMoveApplicantsBody, type BulkRejectApplicantsBody, type CandidateAvatar, type CandidateEducation, type CandidateExperience, type CandidateLanguage, type CandidateProfile, type CandidateSkill, type ClaimableCompany, CompaniesListQuery, CompaniesSearchBody, CompanyJobsListQuery, CompanyListEnvelope, CompanyMarketsListQuery, type CompanyMembership, CompanySimilarQuery, type ConfirmWorkEmailBody, type ConsumeMagicLinkBody, type Conversation, type ConversationArchive, type ConversationDetail, type ConversationRef, type ConversationsListQuery, type CreateBoardClientOptions, type CreateCompanyBody, type CreateEducationBody, type CreateEmployerJobBody, type CreateExperienceBody, type CreateJobPostingInput, type CreatePipelineStageBody, type CustomStorage, type EditMessageBody, type EmbedJobsQuery, type EmployerApplicant, type EmployerBillingOption, type EmployerCheckout, type EmployerCheckoutBody, type EmployerCompany, type EmployerCompanySearchQuery, type EmployerJob, type EmployerJobSummary, type EmployerJobsListQuery, type EmployerPipeline, type EmployerPipelineQuery, type EmployerPipelineStage, EmploymentType, type FetchOptions, type FindExistingConversationQuery, type ForgotPasswordBody, type HandleAvailability, type JobAlertConfirmation, type JobAlertDeletePreferenceInput, type JobAlertFiltersInput, type JobAlertFrequency, type JobAlertManageQuery, type JobAlertManageResult, type JobAlertManageState, type JobAlertManageTokenInput, type JobAlertPreference, type JobAlertRemoteOption, type JobAlertResendResult, type JobAlertStoredFilters, type JobAlertSubscribeInput, type JobAlertSubscription, type JobAlertUpdatePreferenceInput, JobCardListEnvelope, JobCardSearchEnvelope, type JobPostingBillingCheck, type JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, type JobPostingSubscriptionEntitlements, JobsListQuery, JobsSearchBody, JobsSimilarQuery, type LegalEntity, type LegalPageType, ListEnvelope, type Logger, type LoginBody, type LogoutBody, type Message, type ModerationReport, type MoveApplicantStageBody, type NotificationPreference, type OAuthAuthorizationQuery, type OAuthAuthorizationUrl, type OAuthExchangeBody, type OAuthProvider, type Paginator, type PaywallOffer, type PaywallOfferListEnvelope, type PlacesListQuery, type Plan, type PlanListEnvelope, type PlansListQuery, type PublicLegalPage, type PublicPlace, REFRESH_TOKEN_KEY, type ReadReceipt, type RedirectResolution, type RefreshBody, type RegisterBody, RemoteOption, type ReorderPipelineStagesBody, type ReplyBody, type ReportBody, type RequestMagicLinkBody, type ResetPasswordBody, type Resume, type ResumeUploadOptions, SDK_VERSION, SalaryDetailQuery, type SalesLedPlan, type SalesLedPlanListEnvelope, type SaveJobBody, type SavedJob, type SavedJobsListQuery, SearchEnvelope, type SendWorkEmailBody, Seniority, type StartAboutApplicationBody, type StartConversationBody, type StorageMode, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyResolution, type ThreadMessagesQuery, type UnreadCount, type UnsubscribeBody, type UpdateApplicationFactsBody, type UpdateCandidateProfileBody, type UpdateEducationBody, type UpdateEmployerCompanyBody, type UpdateEmployerJobBody, type UpdateExperienceBody, type UpdateLanguagesBody, type UpdateNotificationPreferenceBody, type UpdatePipelineStageBody, type UpdateSkillsBody, type VerifyEmailBody, createBoardClient, isBoardApiError, isBoardPasswordRequired, isConflict, isForbidden, isNotFound, isRateLimited, isUnauthorized, isValidationError, paginate };
package/dist/index.js CHANGED
@@ -266,7 +266,7 @@ async function clearSession(storage) {
266
266
  }
267
267
 
268
268
  // src/version.ts
269
- var SDK_VERSION = "1.26.0";
269
+ var SDK_VERSION = "1.27.0";
270
270
 
271
271
  // src/client.ts
272
272
  function isRawBody(body) {
package/dist/index.mjs CHANGED
@@ -224,7 +224,7 @@ async function clearSession(storage) {
224
224
  }
225
225
 
226
226
  // src/version.ts
227
- var SDK_VERSION = "1.26.0";
227
+ var SDK_VERSION = "1.27.0";
228
228
 
229
229
  // src/client.ts
230
230
  function isRawBody(body) {
@@ -3833,4 +3833,4 @@ type JobsSimilarQuery = {
3833
3833
  };
3834
3834
  type JobsSearchBody = Schemas['PublicSearchJobsBody'];
3835
3835
 
3836
- export type { CustomFieldValue as C, EmploymentType as E, JobsListQuery as J, ListEnvelope as L, OfficeLocation as O, PublicJob as P, RemoteOption as R, Schemas as S, Seniority as a, RelatedSearch as b, components as c, JobCardListEnvelope as d, JobsSearchBody as e, JobCardSearchEnvelope as f, JobsSimilarQuery as g, SearchEnvelope as h, CustomFieldValues as i, EducationRequirement as j, JobCompany as k, JobSort as l, PublicJobCard as m, RemotePermit as n, RemoteTimezone as o, StorefrontPagination as p };
3836
+ export type { CustomFieldValue as C, EmploymentType as E, JobSort as J, ListEnvelope as L, OfficeLocation as O, PublicJob as P, RemoteOption as R, Seniority as S, PublicJobCard as a, Schemas as b, components as c, JobsListQuery as d, JobCardListEnvelope as e, JobsSearchBody as f, JobCardSearchEnvelope as g, JobsSimilarQuery as h, SearchEnvelope as i, CustomFieldValues as j, EducationRequirement as k, JobCompany as l, RelatedSearch as m, RemotePermit as n, RemoteTimezone as o, StorefrontPagination as p };
@@ -3833,4 +3833,4 @@ type JobsSimilarQuery = {
3833
3833
  };
3834
3834
  type JobsSearchBody = Schemas['PublicSearchJobsBody'];
3835
3835
 
3836
- export type { CustomFieldValue as C, EmploymentType as E, JobsListQuery as J, ListEnvelope as L, OfficeLocation as O, PublicJob as P, RemoteOption as R, Schemas as S, Seniority as a, RelatedSearch as b, components as c, JobCardListEnvelope as d, JobsSearchBody as e, JobCardSearchEnvelope as f, JobsSimilarQuery as g, SearchEnvelope as h, CustomFieldValues as i, EducationRequirement as j, JobCompany as k, JobSort as l, PublicJobCard as m, RemotePermit as n, RemoteTimezone as o, StorefrontPagination as p };
3836
+ export type { CustomFieldValue as C, EmploymentType as E, JobSort as J, ListEnvelope as L, OfficeLocation as O, PublicJob as P, RemoteOption as R, Seniority as S, PublicJobCard as a, Schemas as b, components as c, JobsListQuery as d, JobCardListEnvelope as e, JobsSearchBody as f, JobCardSearchEnvelope as g, JobsSimilarQuery as h, SearchEnvelope as i, CustomFieldValues as j, EducationRequirement as k, JobCompany as l, RelatedSearch as m, RemotePermit as n, RemoteTimezone as o, StorefrontPagination as p };
@@ -0,0 +1,130 @@
1
+ import { b as Schemas, L as ListEnvelope, m as RelatedSearch } from './jobs-DK5mPBgq.js';
2
+
3
+ type PublicBoard = Schemas['PublicBoardContext'];
4
+ type PublicBoardFeatures = PublicBoard['features'];
5
+ type PublicBoardAnalytics = PublicBoard['analytics'];
6
+ type PublicBoardTheme = NonNullable<PublicBoard['theme']>;
7
+ /**
8
+ * An operator-defined custom job-field definition (CAV-294). Board-wide;
9
+ * use it to render and localize a job's opaque `customFieldValues` (resolve
10
+ * option `key`s → labels, honour field `type` and display order). Shared with
11
+ * the Operator API's custom-field surface (one canonical schema).
12
+ */
13
+ type CustomFieldDefinition = Schemas['CustomFieldDefinition'];
14
+ type CustomFieldType = CustomFieldDefinition['type'];
15
+ type CustomFieldOption = Schemas['CustomFieldOption'];
16
+
17
+ /** Author shape embedded on posts (no `object` discriminator). */
18
+ type BlogAuthorEmbed = Schemas['PublicBlogAuthorEmbed'];
19
+ /** Tag shape embedded on posts (no `object` discriminator). */
20
+ type BlogTagEmbed = Schemas['PublicBlogTagEmbed'];
21
+ type PublicBlogAuthor = Schemas['PublicBlogAuthor'];
22
+ type PublicBlogTag = Schemas['PublicBlogTag'];
23
+ type PublicBlogPostSummary = Schemas['PublicBlogPostSummary'];
24
+ /** Detail shape — `html` appears on the single read only, never on summaries. */
25
+ type PublicBlogPost = Schemas['PublicBlogPost'];
26
+ /** Previous (older) + next (newer) posts for the detail prev/next nav. */
27
+ type PublicBlogAdjacentPosts = Schemas['PublicBlogAdjacentPosts'];
28
+ type BlogPostsListQuery = {
29
+ cursor?: string;
30
+ /** 1–100. */
31
+ limit?: number;
32
+ tagSlug?: string;
33
+ authorSlug?: string;
34
+ /** Opt-in only: pass `'true'` to restrict to featured posts. */
35
+ featured?: 'true';
36
+ };
37
+ type BlogSimilarQuery = {
38
+ /** 1–20; default 6. */
39
+ limit?: number;
40
+ };
41
+ type BlogSearchBody = Schemas['PublicBlogSearchBody'];
42
+
43
+ type PublicCompany = Schemas['CompanyPublic'];
44
+ /** A market (sector) a company operates in — name + its source slug. */
45
+ type CompanyMarketRef = Schemas['CompanyMarketRef'];
46
+ /** The company DETAIL shape — `PublicCompany` plus `markets` (detail-only). */
47
+ type PublicCompanyDetail = Schemas['CompanyPublicDetail'];
48
+ /**
49
+ * A company's salary overview (ADR-0046): overall pay, by-seniority rows vs the
50
+ * board baseline, top competitors, top locations, and a per-category summary.
51
+ * Names are board-language localized; the company slug/name are not.
52
+ */
53
+ type CompanySalary = Schemas['CompanySalary'];
54
+ /**
55
+ * A company's salary for one job category: the category's source + board-language
56
+ * canonical slug, by-seniority vs the board-category baseline, and competitors in
57
+ * the category. The category name is localized; the company name is not.
58
+ */
59
+ type CompanyCategorySalary = Schemas['CompanyCategorySalary'];
60
+ /** The companies browse list — `PublicCompany`s + `market` `relatedSearches`. */
61
+ interface CompanyListEnvelope extends ListEnvelope<PublicCompany> {
62
+ relatedSearches?: RelatedSearch[];
63
+ }
64
+ type CompaniesListQuery = {
65
+ cursor?: string;
66
+ /** Scope to a single market (sector) by slug. Unknown slugs 404. */
67
+ marketSlug?: string;
68
+ /** 1–100. */
69
+ limit?: number;
70
+ /**
71
+ * Storefront page offset (companies to skip); takes precedence over
72
+ * `cursor`. Pair with the response `count` to page in parallel.
73
+ */
74
+ offset?: number;
75
+ };
76
+ type CompanyJobsListQuery = {
77
+ cursor?: string;
78
+ /** 1–100. */
79
+ limit?: number;
80
+ };
81
+ type CompanySimilarQuery = {
82
+ /** 1–20, default 6. */
83
+ limit?: number;
84
+ };
85
+ type CompanyMarket = Schemas['CompanyMarket'];
86
+ type CompanyMarketsListQuery = {
87
+ /** 1–200, default 100 (a top-by-company-count preview). */
88
+ limit?: number;
89
+ search?: string;
90
+ };
91
+ type CompaniesSearchBody = Schemas['PublicCompaniesSearchBody'];
92
+
93
+ /** A job title's salary breakdown (overall + by-seniority + top rails). */
94
+ type TitleSalaryDetail = Schemas['TitleSalaryDetail'];
95
+ /** A skill's salary breakdown. */
96
+ type SkillSalaryDetail = Schemas['SkillSalaryDetail'];
97
+ /** A place's salary breakdown (city overall + siblings, or area child cities). */
98
+ type LocationSalaryDetail = Schemas['LocationSalaryDetail'];
99
+ /** A company on the `/salaries/companies` hub (ranked by sample size). */
100
+ type SalaryCompany = Schemas['SalaryCompanyIndexItem'];
101
+ /** A job title on the `/salaries/titles` index. */
102
+ type SalaryTitle = Schemas['SalaryTitleIndexItem'];
103
+ /** A skill on the `/salaries/skills` index. */
104
+ type SalarySkill = Schemas['SalarySkillIndexItem'];
105
+ /**
106
+ * A place on the `/salaries/locations` index — a flattened tree node carrying
107
+ * its `parentSlug` (the consumer rebuilds the country → region → city browse).
108
+ */
109
+ type SalaryLocation = Schemas['SalaryLocationIndexItem'];
110
+ /** A title's salary across locations (flattened `parentSlug` tree). */
111
+ type TitleLocationsIndex = Schemas['TitleLocationsIndex'];
112
+ /** A skill's salary across locations. */
113
+ type SkillLocationsIndex = Schemas['SkillLocationsIndex'];
114
+ /** A place's salary by title (suffix read-model). */
115
+ type LocationTitlesIndex = Schemas['LocationTitlesIndex'];
116
+ /** A place's salary by skill. */
117
+ type LocationSkillsIndex = Schemas['LocationSkillsIndex'];
118
+ /** A title's salary in one place (4 source + canonical slugs). */
119
+ type TitleLocationSalary = Schemas['TitleLocationSalary'];
120
+ /** A skill's salary in one place. */
121
+ type SkillLocationSalary = Schemas['SkillLocationSalary'];
122
+ /**
123
+ * Board-language overlay for a salary read. `en` (the default) is the identity
124
+ * fast-path; a non-`en` locale overlays board-language names + canonical slugs.
125
+ */
126
+ type SalaryDetailQuery = {
127
+ locale?: string;
128
+ };
129
+
130
+ export type { PublicBoardTheme as A, BlogAuthorEmbed as B, CompanyCategorySalary as C, PublicCompany as D, PublicCompanyDetail as E, SalaryCompany as F, SalaryLocation as G, SalarySkill as H, SalaryTitle as I, SkillLocationSalary as J, SkillLocationsIndex as K, LocationSalaryDetail as L, TitleLocationSalary as M, TitleLocationsIndex as N, PublicBoard as P, SkillSalaryDetail as S, TitleSalaryDetail as T, PublicBlogPostSummary as a, CompanySalary as b, CompaniesListQuery as c, CompanyListEnvelope as d, CompaniesSearchBody as e, CompanyJobsListQuery as f, CompanySimilarQuery as g, CompanyMarketsListQuery as h, SalaryDetailQuery as i, BlogPostsListQuery as j, BlogSimilarQuery as k, BlogSearchBody as l, BlogTagEmbed as m, CompanyMarket as n, CompanyMarketRef as o, CustomFieldDefinition as p, CustomFieldOption as q, CustomFieldType as r, LocationSkillsIndex as s, LocationTitlesIndex as t, PublicBlogAdjacentPosts as u, PublicBlogAuthor as v, PublicBlogPost as w, PublicBlogTag as x, PublicBoardAnalytics as y, PublicBoardFeatures as z };