@next-degree/pickle-shared-js 0.9.4 → 0.9.5
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/{company_service_latest-CRQFzMep.d.cts → company_service_latest-Ba8VhDao.d.cts} +23 -23
- package/dist/{company_service_latest-CRQFzMep.d.ts → company_service_latest-Ba8VhDao.d.ts} +23 -23
- package/dist/components/jobPost/JobPost.cjs +2 -2
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +1 -1
- package/dist/components/jobPost/JobPost.d.ts +1 -1
- package/dist/components/jobPost/JobPost.js +2 -2
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/command.d.cts +3 -3
- package/dist/components/primitives/command.d.ts +3 -3
- package/dist/components/primitives/input-otp.d.cts +2 -2
- package/dist/components/primitives/input-otp.d.ts +2 -2
- package/dist/{displayText-B5n9hDm3.d.cts → displayText-4cJ7-3Mw.d.cts} +2 -2
- package/dist/{displayText-Byd8i1xM.d.ts → displayText-CBIWVZVw.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-D9T7gVhJ.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts} +33 -33
- package/dist/{job_posting_service_latest-D9T7gVhJ.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts} +33 -33
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/types/data/company_service_latest.cjs +2 -2
- package/dist/types/data/company_service_latest.cjs.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/company_service_latest.js +2 -2
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +2 -2
- package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/data/job_posting_service_latest.js +2 -2
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-DKOmTyYk.d.cts} +4 -4
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-DKOmTyYk.d.ts} +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -30,9 +30,9 @@ export { BackButton } from './components/buttons/BackButton.cjs';
|
|
|
30
30
|
export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.cjs';
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.cjs';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.cjs';
|
|
33
|
-
export { c as CompanyService } from './company_service_latest-
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
35
|
-
export { s as SharedService } from './shared_pickle_output_latest-
|
|
33
|
+
export { c as CompanyService } from './company_service_latest-Ba8VhDao.cjs';
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-DOGQ9tEu.cjs';
|
|
35
|
+
export { s as SharedService } from './shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
38
38
|
import 'cva';
|
|
@@ -46,5 +46,5 @@ import '@radix-ui/react-radio-group';
|
|
|
46
46
|
import 'next/link';
|
|
47
47
|
import 'clsx';
|
|
48
48
|
import './lib/icons.cjs';
|
|
49
|
-
import './displayText-
|
|
49
|
+
import './displayText-4cJ7-3Mw.cjs';
|
|
50
50
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -30,9 +30,9 @@ export { BackButton } from './components/buttons/BackButton.js';
|
|
|
30
30
|
export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.js';
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.js';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.js';
|
|
33
|
-
export { c as CompanyService } from './company_service_latest-
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
35
|
-
export { s as SharedService } from './shared_pickle_output_latest-
|
|
33
|
+
export { c as CompanyService } from './company_service_latest-Ba8VhDao.js';
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-DOGQ9tEu.js';
|
|
35
|
+
export { s as SharedService } from './shared_pickle_output_latest-DKOmTyYk.js';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
38
38
|
import 'cva';
|
|
@@ -46,5 +46,5 @@ import '@radix-ui/react-radio-group';
|
|
|
46
46
|
import 'next/link';
|
|
47
47
|
import 'clsx';
|
|
48
48
|
import './lib/icons.js';
|
|
49
|
-
import './displayText-
|
|
49
|
+
import './displayText-CBIWVZVw.js';
|
|
50
50
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -2957,7 +2957,7 @@ function JobPost({
|
|
|
2957
2957
|
CompanyTake,
|
|
2958
2958
|
{
|
|
2959
2959
|
avatarSrc,
|
|
2960
|
-
content: job.hiringOrganization?.
|
|
2960
|
+
content: job.hiringOrganization?.companyNDG?.companyNDGTake
|
|
2961
2961
|
}
|
|
2962
2962
|
),
|
|
2963
2963
|
/* @__PURE__ */ jsx39(
|
|
@@ -2966,7 +2966,7 @@ function JobPost({
|
|
|
2966
2966
|
name: job.hiringOrganization?.companyName ?? "",
|
|
2967
2967
|
how: job.hiringOrganization?.companyPhilosophy?.companyHow,
|
|
2968
2968
|
mission: job.hiringOrganization?.companyPhilosophy?.companyMission,
|
|
2969
|
-
wow: job.hiringOrganization?.
|
|
2969
|
+
wow: job.hiringOrganization?.companyNDG?.companyWow,
|
|
2970
2970
|
website: job.hiringOrganization?.companyWebsite
|
|
2971
2971
|
}
|
|
2972
2972
|
),
|
|
@@ -3074,7 +3074,7 @@ var companyNdgSchema = z2.object({
|
|
|
3074
3074
|
version: z2.literal("1.0.0").default("1.0.0"),
|
|
3075
3075
|
type: z2.string().describe("Document type used for schema"),
|
|
3076
3076
|
companyWow: z2.optional(z2.string()).describe("What is the wow of this company?"),
|
|
3077
|
-
|
|
3077
|
+
companyNDGTake: z2.optional(z2.string()).describe("What is the NDG POV on this company?"),
|
|
3078
3078
|
companyBestFit: z2.optional(z2.array(z2.string())),
|
|
3079
3079
|
companyInterests: z2.optional(z2.array(z2.string()))
|
|
3080
3080
|
});
|
|
@@ -3110,7 +3110,7 @@ var companySchema = z2.object({
|
|
|
3110
3110
|
brandColor: z2.optional(z2.string()).describe("The brand color of the company"),
|
|
3111
3111
|
companyCareers: z2.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
3112
3112
|
companyPhilosophy: z2.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
3113
|
-
|
|
3113
|
+
companyNDG: z2.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
3114
3114
|
foundingInfo: z2.optional(foundingInformationSchema),
|
|
3115
3115
|
headquartersLocation: z2.optional(placeSchema),
|
|
3116
3116
|
employeeEstimate: z2.optional(z2.string()),
|