@cavuno/board 1.35.0 → 1.36.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.
- package/dist/{board-Be8dY9Ba.d.mts → board-B0Fc98yY.d.mts} +1 -1
- package/dist/{board-DsRbgz_D.d.ts → board-Z6pLCWxK.d.ts} +1 -1
- package/dist/filters.d.mts +2 -2
- package/dist/filters.d.ts +2 -2
- package/dist/filters.js +3 -6
- package/dist/filters.mjs +3 -6
- package/dist/format.d.mts +4 -4
- package/dist/format.d.ts +4 -4
- package/dist/format.js +3 -6
- package/dist/format.mjs +3 -6
- package/dist/index.d.mts +42 -33
- package/dist/index.d.ts +42 -33
- package/dist/index.js +22 -17
- package/dist/index.mjs +22 -17
- package/dist/{jobs-BFLMDNEN.d.mts → jobs-5qXIfBcR.d.mts} +762 -35
- package/dist/{jobs-BFLMDNEN.d.ts → jobs-5qXIfBcR.d.ts} +762 -35
- package/dist/{salaries-pO_vGORE.d.mts → salaries-CfJl9Hgx.d.mts} +1 -1
- package/dist/{salaries-negE75t8.d.ts → salaries-K06ScmSn.d.ts} +1 -1
- package/dist/seo.d.mts +4 -4
- package/dist/seo.d.ts +4 -4
- package/dist/seo.js +3 -6
- package/dist/seo.mjs +3 -6
- package/dist/server.d.mts +3 -3
- package/dist/server.d.ts +3 -3
- package/dist/sitemap.d.mts +3 -3
- package/dist/sitemap.d.ts +3 -3
- package/dist/{ui-copy-rlfoH9P3.d.mts → ui-copy-CKfFTtLk.d.mts} +0 -1
- package/dist/{ui-copy-rlfoH9P3.d.ts → ui-copy-CKfFTtLk.d.ts} +0 -1
- package/package.json +1 -1
- package/skills/cavuno-board-filters/SKILL.md +43 -3
- package/skills/cavuno-board-job-alerts/SKILL.md +3 -4
- package/skills/cavuno-board-job-posting/SKILL.md +8 -22
- package/skills/cavuno-board-smoke-test/SKILL.md +1 -1
- package/skills/manifest.json +2 -2
package/dist/filters.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BoardLabelOverrides } from './ui-copy-
|
|
2
|
-
import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-
|
|
1
|
+
import { B as BoardLabelOverrides } from './ui-copy-CKfFTtLk.mjs';
|
|
2
|
+
import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-5qXIfBcR.mjs';
|
|
3
3
|
|
|
4
4
|
declare const REMOTE_OPTIONS: readonly RemoteOption[];
|
|
5
5
|
/**
|
package/dist/filters.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BoardLabelOverrides } from './ui-copy-
|
|
2
|
-
import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-
|
|
1
|
+
import { B as BoardLabelOverrides } from './ui-copy-CKfFTtLk.js';
|
|
2
|
+
import { J as JobSort, E as EmploymentType, R as RemoteOption, S as Seniority } from './jobs-5qXIfBcR.js';
|
|
3
3
|
|
|
4
4
|
declare const REMOTE_OPTIONS: readonly RemoteOption[];
|
|
5
5
|
/**
|
package/dist/filters.js
CHANGED
|
@@ -271,8 +271,7 @@ var EN2 = {
|
|
|
271
271
|
jobAlertEmailPlaceholder: "you@example.com",
|
|
272
272
|
jobAlertButtonText: "Get alerts",
|
|
273
273
|
subscribingLabel: "Subscribing\u2026",
|
|
274
|
-
jobAlertSuccessToast: "
|
|
275
|
-
jobAlertDuplicateToast: "You're already subscribed to this alert.",
|
|
274
|
+
jobAlertSuccessToast: "If this email isn't already subscribed, we've sent a confirmation link \u2014 check your inbox.",
|
|
276
275
|
jobAlertErrorToast: "Something went wrong. Please try again.",
|
|
277
276
|
sectionAriaLabel: "Job alerts",
|
|
278
277
|
emailAriaLabel: "email",
|
|
@@ -421,8 +420,7 @@ var DE2 = {
|
|
|
421
420
|
jobAlertEmailPlaceholder: "name@beispiel.de",
|
|
422
421
|
jobAlertButtonText: "Abonnieren",
|
|
423
422
|
subscribingLabel: "Wird abonniert \u2026",
|
|
424
|
-
jobAlertSuccessToast: "
|
|
425
|
-
jobAlertDuplicateToast: "Du hast diese Benachrichtigung bereits abonniert.",
|
|
423
|
+
jobAlertSuccessToast: "Falls diese E-Mail noch nicht abonniert ist, haben wir einen Best\xE4tigungslink gesendet \u2014 pr\xFCfe deinen Posteingang.",
|
|
426
424
|
jobAlertErrorToast: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
|
427
425
|
sectionAriaLabel: "Job-Benachrichtigungen",
|
|
428
426
|
emailAriaLabel: "E-Mail",
|
|
@@ -571,8 +569,7 @@ var FR = {
|
|
|
571
569
|
jobAlertEmailPlaceholder: "vous@exemple.fr",
|
|
572
570
|
jobAlertButtonText: "Activer les alertes",
|
|
573
571
|
subscribingLabel: "Abonnement en cours\u2026",
|
|
574
|
-
jobAlertSuccessToast: "
|
|
575
|
-
jobAlertDuplicateToast: "Vous \xEAtes d\xE9j\xE0 abonn\xE9 \xE0 cette alerte.",
|
|
572
|
+
jobAlertSuccessToast: "Si cet e-mail n'est pas d\xE9j\xE0 abonn\xE9, nous avons envoy\xE9 un lien de confirmation \u2014 v\xE9rifiez votre bo\xEEte de r\xE9ception.",
|
|
576
573
|
jobAlertErrorToast: "Une erreur est survenue. Veuillez r\xE9essayer.",
|
|
577
574
|
sectionAriaLabel: "Alertes emploi",
|
|
578
575
|
emailAriaLabel: "e-mail",
|
package/dist/filters.mjs
CHANGED
|
@@ -237,8 +237,7 @@ var EN2 = {
|
|
|
237
237
|
jobAlertEmailPlaceholder: "you@example.com",
|
|
238
238
|
jobAlertButtonText: "Get alerts",
|
|
239
239
|
subscribingLabel: "Subscribing\u2026",
|
|
240
|
-
jobAlertSuccessToast: "
|
|
241
|
-
jobAlertDuplicateToast: "You're already subscribed to this alert.",
|
|
240
|
+
jobAlertSuccessToast: "If this email isn't already subscribed, we've sent a confirmation link \u2014 check your inbox.",
|
|
242
241
|
jobAlertErrorToast: "Something went wrong. Please try again.",
|
|
243
242
|
sectionAriaLabel: "Job alerts",
|
|
244
243
|
emailAriaLabel: "email",
|
|
@@ -387,8 +386,7 @@ var DE2 = {
|
|
|
387
386
|
jobAlertEmailPlaceholder: "name@beispiel.de",
|
|
388
387
|
jobAlertButtonText: "Abonnieren",
|
|
389
388
|
subscribingLabel: "Wird abonniert \u2026",
|
|
390
|
-
jobAlertSuccessToast: "
|
|
391
|
-
jobAlertDuplicateToast: "Du hast diese Benachrichtigung bereits abonniert.",
|
|
389
|
+
jobAlertSuccessToast: "Falls diese E-Mail noch nicht abonniert ist, haben wir einen Best\xE4tigungslink gesendet \u2014 pr\xFCfe deinen Posteingang.",
|
|
392
390
|
jobAlertErrorToast: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
|
393
391
|
sectionAriaLabel: "Job-Benachrichtigungen",
|
|
394
392
|
emailAriaLabel: "E-Mail",
|
|
@@ -537,8 +535,7 @@ var FR = {
|
|
|
537
535
|
jobAlertEmailPlaceholder: "vous@exemple.fr",
|
|
538
536
|
jobAlertButtonText: "Activer les alertes",
|
|
539
537
|
subscribingLabel: "Abonnement en cours\u2026",
|
|
540
|
-
jobAlertSuccessToast: "
|
|
541
|
-
jobAlertDuplicateToast: "Vous \xEAtes d\xE9j\xE0 abonn\xE9 \xE0 cette alerte.",
|
|
538
|
+
jobAlertSuccessToast: "Si cet e-mail n'est pas d\xE9j\xE0 abonn\xE9, nous avons envoy\xE9 un lien de confirmation \u2014 v\xE9rifiez votre bo\xEEte de r\xE9ception.",
|
|
542
539
|
jobAlertErrorToast: "Une erreur est survenue. Veuillez r\xE9essayer.",
|
|
543
540
|
sectionAriaLabel: "Alertes emploi",
|
|
544
541
|
emailAriaLabel: "e-mail",
|
package/dist/format.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as PublicJob, a as PublicJobCard, C as CustomFieldValues } from './jobs-
|
|
2
|
-
import { B as BoardLabelOverrides } from './ui-copy-
|
|
3
|
-
export { A as AlertsCopy, a as ApplyCopy, b as BlogCopy, c as BreadcrumbsCopy, C as CopyLinkCopy, E as EntityCopy, F as FooterCopy, J as JobCardCopy, d as JobDetailCopy, e as JobSearchCopy, N as NavCopy, P as PUBLIC_LABEL_GROUPS, f as PaginationCopy, S as SalaryCopy, U as UiCopy, u as uiCopy } from './ui-copy-
|
|
4
|
-
import { C as CustomFieldDefinition } from './board-
|
|
1
|
+
import { P as PublicJob, a as PublicJobCard, C as CustomFieldValues } from './jobs-5qXIfBcR.mjs';
|
|
2
|
+
import { B as BoardLabelOverrides } from './ui-copy-CKfFTtLk.mjs';
|
|
3
|
+
export { A as AlertsCopy, a as ApplyCopy, b as BlogCopy, c as BreadcrumbsCopy, C as CopyLinkCopy, E as EntityCopy, F as FooterCopy, J as JobCardCopy, d as JobDetailCopy, e as JobSearchCopy, N as NavCopy, P as PUBLIC_LABEL_GROUPS, f as PaginationCopy, S as SalaryCopy, U as UiCopy, u as uiCopy } from './ui-copy-CKfFTtLk.mjs';
|
|
4
|
+
import { C as CustomFieldDefinition } from './board-B0Fc98yY.mjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Date display helpers in the board language (required leading parameter,
|
package/dist/format.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as PublicJob, a as PublicJobCard, C as CustomFieldValues } from './jobs-
|
|
2
|
-
import { B as BoardLabelOverrides } from './ui-copy-
|
|
3
|
-
export { A as AlertsCopy, a as ApplyCopy, b as BlogCopy, c as BreadcrumbsCopy, C as CopyLinkCopy, E as EntityCopy, F as FooterCopy, J as JobCardCopy, d as JobDetailCopy, e as JobSearchCopy, N as NavCopy, P as PUBLIC_LABEL_GROUPS, f as PaginationCopy, S as SalaryCopy, U as UiCopy, u as uiCopy } from './ui-copy-
|
|
4
|
-
import { C as CustomFieldDefinition } from './board-
|
|
1
|
+
import { P as PublicJob, a as PublicJobCard, C as CustomFieldValues } from './jobs-5qXIfBcR.js';
|
|
2
|
+
import { B as BoardLabelOverrides } from './ui-copy-CKfFTtLk.js';
|
|
3
|
+
export { A as AlertsCopy, a as ApplyCopy, b as BlogCopy, c as BreadcrumbsCopy, C as CopyLinkCopy, E as EntityCopy, F as FooterCopy, J as JobCardCopy, d as JobDetailCopy, e as JobSearchCopy, N as NavCopy, P as PUBLIC_LABEL_GROUPS, f as PaginationCopy, S as SalaryCopy, U as UiCopy, u as uiCopy } from './ui-copy-CKfFTtLk.js';
|
|
4
|
+
import { C as CustomFieldDefinition } from './board-Z6pLCWxK.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Date display helpers in the board language (required leading parameter,
|
package/dist/format.js
CHANGED
|
@@ -652,8 +652,7 @@ var EN2 = {
|
|
|
652
652
|
jobAlertEmailPlaceholder: "you@example.com",
|
|
653
653
|
jobAlertButtonText: "Get alerts",
|
|
654
654
|
subscribingLabel: "Subscribing\u2026",
|
|
655
|
-
jobAlertSuccessToast: "
|
|
656
|
-
jobAlertDuplicateToast: "You're already subscribed to this alert.",
|
|
655
|
+
jobAlertSuccessToast: "If this email isn't already subscribed, we've sent a confirmation link \u2014 check your inbox.",
|
|
657
656
|
jobAlertErrorToast: "Something went wrong. Please try again.",
|
|
658
657
|
sectionAriaLabel: "Job alerts",
|
|
659
658
|
emailAriaLabel: "email",
|
|
@@ -802,8 +801,7 @@ var DE2 = {
|
|
|
802
801
|
jobAlertEmailPlaceholder: "name@beispiel.de",
|
|
803
802
|
jobAlertButtonText: "Abonnieren",
|
|
804
803
|
subscribingLabel: "Wird abonniert \u2026",
|
|
805
|
-
jobAlertSuccessToast: "
|
|
806
|
-
jobAlertDuplicateToast: "Du hast diese Benachrichtigung bereits abonniert.",
|
|
804
|
+
jobAlertSuccessToast: "Falls diese E-Mail noch nicht abonniert ist, haben wir einen Best\xE4tigungslink gesendet \u2014 pr\xFCfe deinen Posteingang.",
|
|
807
805
|
jobAlertErrorToast: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
|
808
806
|
sectionAriaLabel: "Job-Benachrichtigungen",
|
|
809
807
|
emailAriaLabel: "E-Mail",
|
|
@@ -952,8 +950,7 @@ var FR = {
|
|
|
952
950
|
jobAlertEmailPlaceholder: "vous@exemple.fr",
|
|
953
951
|
jobAlertButtonText: "Activer les alertes",
|
|
954
952
|
subscribingLabel: "Abonnement en cours\u2026",
|
|
955
|
-
jobAlertSuccessToast: "
|
|
956
|
-
jobAlertDuplicateToast: "Vous \xEAtes d\xE9j\xE0 abonn\xE9 \xE0 cette alerte.",
|
|
953
|
+
jobAlertSuccessToast: "Si cet e-mail n'est pas d\xE9j\xE0 abonn\xE9, nous avons envoy\xE9 un lien de confirmation \u2014 v\xE9rifiez votre bo\xEEte de r\xE9ception.",
|
|
957
954
|
jobAlertErrorToast: "Une erreur est survenue. Veuillez r\xE9essayer.",
|
|
958
955
|
sectionAriaLabel: "Alertes emploi",
|
|
959
956
|
emailAriaLabel: "e-mail",
|
package/dist/format.mjs
CHANGED
|
@@ -614,8 +614,7 @@ var EN2 = {
|
|
|
614
614
|
jobAlertEmailPlaceholder: "you@example.com",
|
|
615
615
|
jobAlertButtonText: "Get alerts",
|
|
616
616
|
subscribingLabel: "Subscribing\u2026",
|
|
617
|
-
jobAlertSuccessToast: "
|
|
618
|
-
jobAlertDuplicateToast: "You're already subscribed to this alert.",
|
|
617
|
+
jobAlertSuccessToast: "If this email isn't already subscribed, we've sent a confirmation link \u2014 check your inbox.",
|
|
619
618
|
jobAlertErrorToast: "Something went wrong. Please try again.",
|
|
620
619
|
sectionAriaLabel: "Job alerts",
|
|
621
620
|
emailAriaLabel: "email",
|
|
@@ -764,8 +763,7 @@ var DE2 = {
|
|
|
764
763
|
jobAlertEmailPlaceholder: "name@beispiel.de",
|
|
765
764
|
jobAlertButtonText: "Abonnieren",
|
|
766
765
|
subscribingLabel: "Wird abonniert \u2026",
|
|
767
|
-
jobAlertSuccessToast: "
|
|
768
|
-
jobAlertDuplicateToast: "Du hast diese Benachrichtigung bereits abonniert.",
|
|
766
|
+
jobAlertSuccessToast: "Falls diese E-Mail noch nicht abonniert ist, haben wir einen Best\xE4tigungslink gesendet \u2014 pr\xFCfe deinen Posteingang.",
|
|
769
767
|
jobAlertErrorToast: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
|
770
768
|
sectionAriaLabel: "Job-Benachrichtigungen",
|
|
771
769
|
emailAriaLabel: "E-Mail",
|
|
@@ -914,8 +912,7 @@ var FR = {
|
|
|
914
912
|
jobAlertEmailPlaceholder: "vous@exemple.fr",
|
|
915
913
|
jobAlertButtonText: "Activer les alertes",
|
|
916
914
|
subscribingLabel: "Abonnement en cours\u2026",
|
|
917
|
-
jobAlertSuccessToast: "
|
|
918
|
-
jobAlertDuplicateToast: "Vous \xEAtes d\xE9j\xE0 abonn\xE9 \xE0 cette alerte.",
|
|
915
|
+
jobAlertSuccessToast: "Si cet e-mail n'est pas d\xE9j\xE0 abonn\xE9, nous avons envoy\xE9 un lien de confirmation \u2014 v\xE9rifiez votre bo\xEEte de r\xE9ception.",
|
|
919
916
|
jobAlertErrorToast: "Une erreur est survenue. Veuillez r\xE9essayer.",
|
|
920
917
|
sectionAriaLabel: "Alertes emploi",
|
|
921
918
|
emailAriaLabel: "e-mail",
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
2
|
-
export { j as CustomFieldValue, C as CustomFieldValues, k as EducationRequirement, l as JobCatalogPagination, m as JobCompany, J as JobSort, O as OfficeLocation, n as OffsetPagination, P as PublicJob, a as PublicJobCard, o as RelatedSearch, p as RemotePermit, q as RemoteTimezone, r as StorefrontPagination } from './jobs-
|
|
3
|
-
export { C as CustomFieldDefinition, a as CustomFieldOption, b as CustomFieldType, P as PublicBoard, c as PublicBoardAnalytics, d as PublicBoardFeatures, e as PublicBoardTheme } from './board-
|
|
4
|
-
import { b as CompaniesListQuery, c as CompanyListEnvelope, d as CompaniesSearchBody, e as CompanyJobsListQuery, f as CompanySimilarQuery, g as CompanyMarketsListQuery, h as SalaryDetailQuery, i as BlogPostsListQuery, j as BlogSimilarQuery, k as BlogSearchBody } from './salaries-
|
|
5
|
-
export { B as BlogAuthorEmbed, l as BlogTagEmbed, C as CompanyCategorySalary, m as CompanyMarket, n as CompanyMarketRef, a as CompanySalary, L as LocationSalaryDetail, o as LocationSkillsIndex, p as LocationTitlesIndex, q as PublicBlogAdjacentPosts, r as PublicBlogAuthor, s as PublicBlogPost, P as PublicBlogPostSummary, t as PublicBlogTag, u as PublicCompany, v as PublicCompanyDetail, w as SalaryCompany, x as SalaryLocation, y as SalarySkill, z as SalaryTitle, A as SkillLocationSalary, D as SkillLocationsIndex, S as SkillSalaryDetail, E as TitleLocationSalary, F as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-
|
|
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-5qXIfBcR.mjs';
|
|
2
|
+
export { j as CustomFieldValue, C as CustomFieldValues, k as EducationRequirement, l as JobCatalogPagination, m as JobCompany, J as JobSort, O as OfficeLocation, n as OffsetPagination, P as PublicJob, a as PublicJobCard, o as RelatedSearch, p as RemotePermit, q as RemoteTimezone, r as StorefrontPagination } from './jobs-5qXIfBcR.mjs';
|
|
3
|
+
export { C as CustomFieldDefinition, a as CustomFieldOption, b as CustomFieldType, P as PublicBoard, c as PublicBoardAnalytics, d as PublicBoardFeatures, e as PublicBoardTheme } from './board-B0Fc98yY.mjs';
|
|
4
|
+
import { b as CompaniesListQuery, c as CompanyListEnvelope, d as CompaniesSearchBody, e as CompanyJobsListQuery, f as CompanySimilarQuery, g as CompanyMarketsListQuery, h as SalaryDetailQuery, i as BlogPostsListQuery, j as BlogSimilarQuery, k as BlogSearchBody } from './salaries-CfJl9Hgx.mjs';
|
|
5
|
+
export { B as BlogAuthorEmbed, l as BlogTagEmbed, C as CompanyCategorySalary, m as CompanyMarket, n as CompanyMarketRef, a as CompanySalary, L as LocationSalaryDetail, o as LocationSkillsIndex, p as LocationTitlesIndex, q as PublicBlogAdjacentPosts, r as PublicBlogAuthor, s as PublicBlogPost, P as PublicBlogPostSummary, t as PublicBlogTag, u as PublicCompany, v as PublicCompanyDetail, w as SalaryCompany, x as SalaryLocation, y as SalarySkill, z as SalaryTitle, A as SkillLocationSalary, D as SkillLocationsIndex, S as SkillSalaryDetail, E as TitleLocationSalary, F as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-CfJl9Hgx.mjs';
|
|
6
6
|
|
|
7
7
|
type Awaitable<T> = T | Promise<T>;
|
|
8
8
|
/**
|
|
@@ -204,7 +204,7 @@ declare function paginate<Q extends Record<string, unknown>, P extends PageShape
|
|
|
204
204
|
* constant because the package is platform-neutral and cannot read
|
|
205
205
|
* package.json at runtime.
|
|
206
206
|
*/
|
|
207
|
-
declare const SDK_VERSION = "1.
|
|
207
|
+
declare const SDK_VERSION = "1.36.0";
|
|
208
208
|
|
|
209
209
|
type SavedJob = Schemas['SavedJob'];
|
|
210
210
|
type SavedJobsListQuery = {
|
|
@@ -625,14 +625,19 @@ type JobPostingResult = Schemas['JobPostingResult'];
|
|
|
625
625
|
* `publicUrl` you pass back as the top-level `logoUrl` on `create(...)`.
|
|
626
626
|
*/
|
|
627
627
|
type JobPostingLogoResult = Schemas['JobPostingLogo'];
|
|
628
|
-
type JobPostingBillingCheck = Schemas['JobPostingBillingCheck'];
|
|
629
628
|
type JobPostingBillingVerification = Schemas['JobPostingBillingVerification'];
|
|
630
629
|
type JobPostingBillingOptions = Schemas['JobPostingBillingOptions'];
|
|
631
|
-
type JobPostingSubscriptionEntitlements = Schemas['JobPostingSubscriptionEntitlements'];
|
|
632
630
|
|
|
633
631
|
type TaxonomyGeo = Schemas['TaxonomyGeo'];
|
|
634
632
|
type TaxonomyResolution = Schemas['PublicTaxonomyResolution'];
|
|
633
|
+
type PublicTaxonomyTerm = Schemas['PublicTaxonomyTerm'];
|
|
635
634
|
type PublicPlace = Schemas['PublicPlace'];
|
|
635
|
+
type TaxonomyListQuery = {
|
|
636
|
+
q?: string;
|
|
637
|
+
cursor?: string;
|
|
638
|
+
limit?: number;
|
|
639
|
+
};
|
|
640
|
+
type SuggestionsListQuery = Omit<TaxonomyListQuery, 'cursor'>;
|
|
636
641
|
/**
|
|
637
642
|
* Query for `taxonomy.places.list()`. Omit it (or `q`) for the full
|
|
638
643
|
* locations directory; pass `q` (≥2 chars) for location autocomplete — the
|
|
@@ -2260,6 +2265,14 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2260
2265
|
};
|
|
2261
2266
|
taxonomy: {
|
|
2262
2267
|
categories: {
|
|
2268
|
+
list(query?: TaxonomyListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2269
|
+
object: "taxonomy_term";
|
|
2270
|
+
id: string;
|
|
2271
|
+
type: "category" | "skill";
|
|
2272
|
+
sourceSlug: string;
|
|
2273
|
+
canonicalSlug: string;
|
|
2274
|
+
displayName: string;
|
|
2275
|
+
}>>;
|
|
2263
2276
|
resolve(slug: string, options?: FetchOptions): Promise<{
|
|
2264
2277
|
object: "taxonomy_resolution";
|
|
2265
2278
|
type: "category" | "skill" | "place" | "market";
|
|
@@ -2271,6 +2284,14 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2271
2284
|
}>;
|
|
2272
2285
|
};
|
|
2273
2286
|
skills: {
|
|
2287
|
+
list(query?: TaxonomyListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2288
|
+
object: "taxonomy_term";
|
|
2289
|
+
id: string;
|
|
2290
|
+
type: "category" | "skill";
|
|
2291
|
+
sourceSlug: string;
|
|
2292
|
+
canonicalSlug: string;
|
|
2293
|
+
displayName: string;
|
|
2294
|
+
}>>;
|
|
2274
2295
|
resolve(slug: string, options?: FetchOptions): Promise<{
|
|
2275
2296
|
object: "taxonomy_resolution";
|
|
2276
2297
|
type: "category" | "skill" | "place" | "market";
|
|
@@ -2281,6 +2302,16 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2281
2302
|
geo: components["schemas"]["TaxonomyGeo"];
|
|
2282
2303
|
}>;
|
|
2283
2304
|
};
|
|
2305
|
+
suggestions: {
|
|
2306
|
+
list(query?: SuggestionsListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2307
|
+
object: "taxonomy_term";
|
|
2308
|
+
id: string;
|
|
2309
|
+
type: "category" | "skill";
|
|
2310
|
+
sourceSlug: string;
|
|
2311
|
+
canonicalSlug: string;
|
|
2312
|
+
displayName: string;
|
|
2313
|
+
}>>;
|
|
2314
|
+
};
|
|
2284
2315
|
places: {
|
|
2285
2316
|
list(query?: PlacesListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2286
2317
|
object: "place";
|
|
@@ -2314,9 +2345,7 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2314
2345
|
jobAlerts: {
|
|
2315
2346
|
subscribe(input: JobAlertSubscribeInput, options?: FetchOptions): Promise<{
|
|
2316
2347
|
object: "job_alert_subscription";
|
|
2317
|
-
status: "
|
|
2318
|
-
requiresConfirmation: boolean;
|
|
2319
|
-
confirmed: boolean;
|
|
2348
|
+
status: "submitted";
|
|
2320
2349
|
}>;
|
|
2321
2350
|
confirm(input: {
|
|
2322
2351
|
token: string;
|
|
@@ -2328,7 +2357,7 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2328
2357
|
email: string;
|
|
2329
2358
|
}, options?: FetchOptions): Promise<{
|
|
2330
2359
|
object: "job_alert_confirmation_resend";
|
|
2331
|
-
status: "
|
|
2360
|
+
status: "submitted";
|
|
2332
2361
|
}>;
|
|
2333
2362
|
manage(query: JobAlertManageQuery, options?: FetchOptions): Promise<{
|
|
2334
2363
|
object: "job_alert_manage_state";
|
|
@@ -2422,12 +2451,6 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2422
2451
|
object: "job_posting_logo";
|
|
2423
2452
|
publicUrl: string;
|
|
2424
2453
|
}>;
|
|
2425
|
-
checkBilling(input: {
|
|
2426
|
-
email: string;
|
|
2427
|
-
}, options?: FetchOptions): Promise<{
|
|
2428
|
-
object: "job_posting_billing_check";
|
|
2429
|
-
hasActiveBilling: boolean;
|
|
2430
|
-
}>;
|
|
2431
2454
|
sendBillingVerification(input: {
|
|
2432
2455
|
email: string;
|
|
2433
2456
|
}, options?: FetchOptions): Promise<{
|
|
@@ -2457,20 +2480,6 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2457
2480
|
renewsAt: string | null;
|
|
2458
2481
|
}[];
|
|
2459
2482
|
}>;
|
|
2460
|
-
checkSubscriptionEntitlements(input: {
|
|
2461
|
-
email: string;
|
|
2462
|
-
planId: string;
|
|
2463
|
-
}, options?: FetchOptions): Promise<{
|
|
2464
|
-
object: "job_posting_subscription_entitlements";
|
|
2465
|
-
hasSubscription: boolean;
|
|
2466
|
-
subscriptionId: string | null;
|
|
2467
|
-
canFeature: boolean | null;
|
|
2468
|
-
featuredSlotsRemaining: number | null;
|
|
2469
|
-
featuredSlotsTotal: number | null;
|
|
2470
|
-
maxActiveRemaining: number | null;
|
|
2471
|
-
maxActiveTotal: number | null;
|
|
2472
|
-
featureSelectionMode: string | null;
|
|
2473
|
-
}>;
|
|
2474
2483
|
};
|
|
2475
2484
|
salaries: {
|
|
2476
2485
|
companies: {
|
|
@@ -2956,4 +2965,4 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2956
2965
|
};
|
|
2957
2966
|
type BoardSdk = ReturnType<typeof createBoardClient>;
|
|
2958
2967
|
|
|
2959
|
-
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 ApplyAction, 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
|
|
2968
|
+
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 ApplyAction, 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 JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, 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, type PublicTaxonomyTerm, 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 SuggestionsListQuery, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyListQuery, 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, isColdRule, isConflict, isForbidden, isNotFound, isOwnMessage, isRateLimited, isSafeApplicationUrl, isUnauthorized, isValidationError, lastOwnMessageId, paginate, resolveApplyAction };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
2
|
-
export { j as CustomFieldValue, C as CustomFieldValues, k as EducationRequirement, l as JobCatalogPagination, m as JobCompany, J as JobSort, O as OfficeLocation, n as OffsetPagination, P as PublicJob, a as PublicJobCard, o as RelatedSearch, p as RemotePermit, q as RemoteTimezone, r as StorefrontPagination } from './jobs-
|
|
3
|
-
export { C as CustomFieldDefinition, a as CustomFieldOption, b as CustomFieldType, P as PublicBoard, c as PublicBoardAnalytics, d as PublicBoardFeatures, e as PublicBoardTheme } from './board-
|
|
4
|
-
import { b as CompaniesListQuery, c as CompanyListEnvelope, d as CompaniesSearchBody, e as CompanyJobsListQuery, f as CompanySimilarQuery, g as CompanyMarketsListQuery, h as SalaryDetailQuery, i as BlogPostsListQuery, j as BlogSimilarQuery, k as BlogSearchBody } from './salaries-
|
|
5
|
-
export { B as BlogAuthorEmbed, l as BlogTagEmbed, C as CompanyCategorySalary, m as CompanyMarket, n as CompanyMarketRef, a as CompanySalary, L as LocationSalaryDetail, o as LocationSkillsIndex, p as LocationTitlesIndex, q as PublicBlogAdjacentPosts, r as PublicBlogAuthor, s as PublicBlogPost, P as PublicBlogPostSummary, t as PublicBlogTag, u as PublicCompany, v as PublicCompanyDetail, w as SalaryCompany, x as SalaryLocation, y as SalarySkill, z as SalaryTitle, A as SkillLocationSalary, D as SkillLocationsIndex, S as SkillSalaryDetail, E as TitleLocationSalary, F as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-
|
|
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-5qXIfBcR.js';
|
|
2
|
+
export { j as CustomFieldValue, C as CustomFieldValues, k as EducationRequirement, l as JobCatalogPagination, m as JobCompany, J as JobSort, O as OfficeLocation, n as OffsetPagination, P as PublicJob, a as PublicJobCard, o as RelatedSearch, p as RemotePermit, q as RemoteTimezone, r as StorefrontPagination } from './jobs-5qXIfBcR.js';
|
|
3
|
+
export { C as CustomFieldDefinition, a as CustomFieldOption, b as CustomFieldType, P as PublicBoard, c as PublicBoardAnalytics, d as PublicBoardFeatures, e as PublicBoardTheme } from './board-Z6pLCWxK.js';
|
|
4
|
+
import { b as CompaniesListQuery, c as CompanyListEnvelope, d as CompaniesSearchBody, e as CompanyJobsListQuery, f as CompanySimilarQuery, g as CompanyMarketsListQuery, h as SalaryDetailQuery, i as BlogPostsListQuery, j as BlogSimilarQuery, k as BlogSearchBody } from './salaries-K06ScmSn.js';
|
|
5
|
+
export { B as BlogAuthorEmbed, l as BlogTagEmbed, C as CompanyCategorySalary, m as CompanyMarket, n as CompanyMarketRef, a as CompanySalary, L as LocationSalaryDetail, o as LocationSkillsIndex, p as LocationTitlesIndex, q as PublicBlogAdjacentPosts, r as PublicBlogAuthor, s as PublicBlogPost, P as PublicBlogPostSummary, t as PublicBlogTag, u as PublicCompany, v as PublicCompanyDetail, w as SalaryCompany, x as SalaryLocation, y as SalarySkill, z as SalaryTitle, A as SkillLocationSalary, D as SkillLocationsIndex, S as SkillSalaryDetail, E as TitleLocationSalary, F as TitleLocationsIndex, T as TitleSalaryDetail } from './salaries-K06ScmSn.js';
|
|
6
6
|
|
|
7
7
|
type Awaitable<T> = T | Promise<T>;
|
|
8
8
|
/**
|
|
@@ -204,7 +204,7 @@ declare function paginate<Q extends Record<string, unknown>, P extends PageShape
|
|
|
204
204
|
* constant because the package is platform-neutral and cannot read
|
|
205
205
|
* package.json at runtime.
|
|
206
206
|
*/
|
|
207
|
-
declare const SDK_VERSION = "1.
|
|
207
|
+
declare const SDK_VERSION = "1.36.0";
|
|
208
208
|
|
|
209
209
|
type SavedJob = Schemas['SavedJob'];
|
|
210
210
|
type SavedJobsListQuery = {
|
|
@@ -625,14 +625,19 @@ type JobPostingResult = Schemas['JobPostingResult'];
|
|
|
625
625
|
* `publicUrl` you pass back as the top-level `logoUrl` on `create(...)`.
|
|
626
626
|
*/
|
|
627
627
|
type JobPostingLogoResult = Schemas['JobPostingLogo'];
|
|
628
|
-
type JobPostingBillingCheck = Schemas['JobPostingBillingCheck'];
|
|
629
628
|
type JobPostingBillingVerification = Schemas['JobPostingBillingVerification'];
|
|
630
629
|
type JobPostingBillingOptions = Schemas['JobPostingBillingOptions'];
|
|
631
|
-
type JobPostingSubscriptionEntitlements = Schemas['JobPostingSubscriptionEntitlements'];
|
|
632
630
|
|
|
633
631
|
type TaxonomyGeo = Schemas['TaxonomyGeo'];
|
|
634
632
|
type TaxonomyResolution = Schemas['PublicTaxonomyResolution'];
|
|
633
|
+
type PublicTaxonomyTerm = Schemas['PublicTaxonomyTerm'];
|
|
635
634
|
type PublicPlace = Schemas['PublicPlace'];
|
|
635
|
+
type TaxonomyListQuery = {
|
|
636
|
+
q?: string;
|
|
637
|
+
cursor?: string;
|
|
638
|
+
limit?: number;
|
|
639
|
+
};
|
|
640
|
+
type SuggestionsListQuery = Omit<TaxonomyListQuery, 'cursor'>;
|
|
636
641
|
/**
|
|
637
642
|
* Query for `taxonomy.places.list()`. Omit it (or `q`) for the full
|
|
638
643
|
* locations directory; pass `q` (≥2 chars) for location autocomplete — the
|
|
@@ -2260,6 +2265,14 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2260
2265
|
};
|
|
2261
2266
|
taxonomy: {
|
|
2262
2267
|
categories: {
|
|
2268
|
+
list(query?: TaxonomyListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2269
|
+
object: "taxonomy_term";
|
|
2270
|
+
id: string;
|
|
2271
|
+
type: "category" | "skill";
|
|
2272
|
+
sourceSlug: string;
|
|
2273
|
+
canonicalSlug: string;
|
|
2274
|
+
displayName: string;
|
|
2275
|
+
}>>;
|
|
2263
2276
|
resolve(slug: string, options?: FetchOptions): Promise<{
|
|
2264
2277
|
object: "taxonomy_resolution";
|
|
2265
2278
|
type: "category" | "skill" | "place" | "market";
|
|
@@ -2271,6 +2284,14 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2271
2284
|
}>;
|
|
2272
2285
|
};
|
|
2273
2286
|
skills: {
|
|
2287
|
+
list(query?: TaxonomyListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2288
|
+
object: "taxonomy_term";
|
|
2289
|
+
id: string;
|
|
2290
|
+
type: "category" | "skill";
|
|
2291
|
+
sourceSlug: string;
|
|
2292
|
+
canonicalSlug: string;
|
|
2293
|
+
displayName: string;
|
|
2294
|
+
}>>;
|
|
2274
2295
|
resolve(slug: string, options?: FetchOptions): Promise<{
|
|
2275
2296
|
object: "taxonomy_resolution";
|
|
2276
2297
|
type: "category" | "skill" | "place" | "market";
|
|
@@ -2281,6 +2302,16 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2281
2302
|
geo: components["schemas"]["TaxonomyGeo"];
|
|
2282
2303
|
}>;
|
|
2283
2304
|
};
|
|
2305
|
+
suggestions: {
|
|
2306
|
+
list(query?: SuggestionsListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2307
|
+
object: "taxonomy_term";
|
|
2308
|
+
id: string;
|
|
2309
|
+
type: "category" | "skill";
|
|
2310
|
+
sourceSlug: string;
|
|
2311
|
+
canonicalSlug: string;
|
|
2312
|
+
displayName: string;
|
|
2313
|
+
}>>;
|
|
2314
|
+
};
|
|
2284
2315
|
places: {
|
|
2285
2316
|
list(query?: PlacesListQuery, options?: FetchOptions): Promise<ListEnvelope<{
|
|
2286
2317
|
object: "place";
|
|
@@ -2314,9 +2345,7 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2314
2345
|
jobAlerts: {
|
|
2315
2346
|
subscribe(input: JobAlertSubscribeInput, options?: FetchOptions): Promise<{
|
|
2316
2347
|
object: "job_alert_subscription";
|
|
2317
|
-
status: "
|
|
2318
|
-
requiresConfirmation: boolean;
|
|
2319
|
-
confirmed: boolean;
|
|
2348
|
+
status: "submitted";
|
|
2320
2349
|
}>;
|
|
2321
2350
|
confirm(input: {
|
|
2322
2351
|
token: string;
|
|
@@ -2328,7 +2357,7 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2328
2357
|
email: string;
|
|
2329
2358
|
}, options?: FetchOptions): Promise<{
|
|
2330
2359
|
object: "job_alert_confirmation_resend";
|
|
2331
|
-
status: "
|
|
2360
|
+
status: "submitted";
|
|
2332
2361
|
}>;
|
|
2333
2362
|
manage(query: JobAlertManageQuery, options?: FetchOptions): Promise<{
|
|
2334
2363
|
object: "job_alert_manage_state";
|
|
@@ -2422,12 +2451,6 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2422
2451
|
object: "job_posting_logo";
|
|
2423
2452
|
publicUrl: string;
|
|
2424
2453
|
}>;
|
|
2425
|
-
checkBilling(input: {
|
|
2426
|
-
email: string;
|
|
2427
|
-
}, options?: FetchOptions): Promise<{
|
|
2428
|
-
object: "job_posting_billing_check";
|
|
2429
|
-
hasActiveBilling: boolean;
|
|
2430
|
-
}>;
|
|
2431
2454
|
sendBillingVerification(input: {
|
|
2432
2455
|
email: string;
|
|
2433
2456
|
}, options?: FetchOptions): Promise<{
|
|
@@ -2457,20 +2480,6 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2457
2480
|
renewsAt: string | null;
|
|
2458
2481
|
}[];
|
|
2459
2482
|
}>;
|
|
2460
|
-
checkSubscriptionEntitlements(input: {
|
|
2461
|
-
email: string;
|
|
2462
|
-
planId: string;
|
|
2463
|
-
}, options?: FetchOptions): Promise<{
|
|
2464
|
-
object: "job_posting_subscription_entitlements";
|
|
2465
|
-
hasSubscription: boolean;
|
|
2466
|
-
subscriptionId: string | null;
|
|
2467
|
-
canFeature: boolean | null;
|
|
2468
|
-
featuredSlotsRemaining: number | null;
|
|
2469
|
-
featuredSlotsTotal: number | null;
|
|
2470
|
-
maxActiveRemaining: number | null;
|
|
2471
|
-
maxActiveTotal: number | null;
|
|
2472
|
-
featureSelectionMode: string | null;
|
|
2473
|
-
}>;
|
|
2474
2483
|
};
|
|
2475
2484
|
salaries: {
|
|
2476
2485
|
companies: {
|
|
@@ -2956,4 +2965,4 @@ declare function createBoardClient(options: CreateBoardClientOptions): {
|
|
|
2956
2965
|
};
|
|
2957
2966
|
type BoardSdk = ReturnType<typeof createBoardClient>;
|
|
2958
2967
|
|
|
2959
|
-
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 ApplyAction, 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
|
|
2968
|
+
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 ApplyAction, 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 JobPostingBillingOptions, type JobPostingBillingVerification, type JobPostingLogoResult, type JobPostingPlan, type JobPostingResult, 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, type PublicTaxonomyTerm, 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 SuggestionsListQuery, type TalentDirectoryEntry, type TalentDirectoryListEnvelope, type TalentDirectoryQuery, type TalentProfile, type TaxonomyGeo, type TaxonomyListQuery, 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, isColdRule, isConflict, isForbidden, isNotFound, isOwnMessage, isRateLimited, isSafeApplicationUrl, isUnauthorized, isValidationError, lastOwnMessageId, paginate, resolveApplyAction };
|
package/dist/index.js
CHANGED
|
@@ -312,7 +312,7 @@ async function clearSession(storage) {
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
// src/version.ts
|
|
315
|
-
var SDK_VERSION = "1.
|
|
315
|
+
var SDK_VERSION = "1.36.0";
|
|
316
316
|
|
|
317
317
|
// src/client.ts
|
|
318
318
|
function isRawBody(body) {
|
|
@@ -973,13 +973,6 @@ function jobPostingNamespace(client) {
|
|
|
973
973
|
query: { domain }
|
|
974
974
|
});
|
|
975
975
|
},
|
|
976
|
-
/** Does this email already have billing credit on the board? */
|
|
977
|
-
checkBilling(input, options) {
|
|
978
|
-
return client.fetch(
|
|
979
|
-
"/job-postings/check-billing",
|
|
980
|
-
{ ...options, method: "POST", body: input }
|
|
981
|
-
);
|
|
982
|
-
},
|
|
983
976
|
/** Email a billing-verification token (then pass it to `getBillingOptions`). */
|
|
984
977
|
sendBillingVerification(input, options) {
|
|
985
978
|
return client.fetch(
|
|
@@ -993,13 +986,6 @@ function jobPostingNamespace(client) {
|
|
|
993
986
|
"/job-postings/billing-options",
|
|
994
987
|
{ ...options, method: "POST", body: input }
|
|
995
988
|
);
|
|
996
|
-
},
|
|
997
|
-
/** The featured/active entitlements a verified email's subscription grants. */
|
|
998
|
-
checkSubscriptionEntitlements(input, options) {
|
|
999
|
-
return client.fetch(
|
|
1000
|
-
"/job-postings/subscription-entitlements",
|
|
1001
|
-
{ ...options, method: "POST", body: input }
|
|
1002
|
-
);
|
|
1003
989
|
}
|
|
1004
990
|
};
|
|
1005
991
|
}
|
|
@@ -2545,10 +2531,29 @@ function taxonomyResolver(client, kind) {
|
|
|
2545
2531
|
}
|
|
2546
2532
|
};
|
|
2547
2533
|
}
|
|
2534
|
+
function taxonomyCollection(client, kind) {
|
|
2535
|
+
return {
|
|
2536
|
+
...taxonomyResolver(client, kind),
|
|
2537
|
+
list(query, options) {
|
|
2538
|
+
return client.fetch(`/${kind}`, {
|
|
2539
|
+
...options,
|
|
2540
|
+
query
|
|
2541
|
+
});
|
|
2542
|
+
}
|
|
2543
|
+
};
|
|
2544
|
+
}
|
|
2548
2545
|
function taxonomyNamespace(client) {
|
|
2549
2546
|
return {
|
|
2550
|
-
categories:
|
|
2551
|
-
skills:
|
|
2547
|
+
categories: taxonomyCollection(client, "categories"),
|
|
2548
|
+
skills: taxonomyCollection(client, "skills"),
|
|
2549
|
+
suggestions: {
|
|
2550
|
+
list(query, options) {
|
|
2551
|
+
return client.fetch("/suggestions", {
|
|
2552
|
+
...options,
|
|
2553
|
+
query
|
|
2554
|
+
});
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2552
2557
|
places: {
|
|
2553
2558
|
...taxonomyResolver(client, "places"),
|
|
2554
2559
|
/**
|