@next-degree/pickle-shared-js 0.9.3 → 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 +4 -2
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +3 -2
- package/dist/components/jobPost/JobPost.d.ts +3 -2
- package/dist/components/jobPost/JobPost.js +4 -2
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/{displayText-ca_ofoAC.d.cts → displayText-4cJ7-3Mw.d.cts} +1 -1
- package/dist/{displayText-eoAHqSNz.d.ts → displayText-CBIWVZVw.d.ts} +1 -1
- package/dist/hooks/useDisplayText.d.cts +2 -2
- package/dist/hooks/useDisplayText.d.ts +2 -2
- package/dist/index.cjs +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts} +28 -28
- package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts} +28 -28
- package/dist/lib/locations.d.cts +1 -1
- package/dist/lib/locations.d.ts +1 -1
- package/dist/lib/mappings.d.cts +2 -2
- package/dist/lib/mappings.d.ts +2 -2
- package/dist/services/displayText.d.cts +2 -2
- package/dist/services/displayText.d.ts +2 -2
- 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/package.json +1 -1
package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts}
RENAMED
|
@@ -517,25 +517,25 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
517
517
|
companyHow?: string | undefined;
|
|
518
518
|
companyCulture?: string[] | undefined;
|
|
519
519
|
}>>;
|
|
520
|
-
|
|
520
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
521
521
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
522
522
|
type: z.ZodString;
|
|
523
523
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
524
|
-
|
|
524
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
525
525
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
526
526
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
528
|
type: string;
|
|
529
529
|
version: "1.0.0";
|
|
530
530
|
companyWow?: string | undefined;
|
|
531
|
-
|
|
531
|
+
companyNDGTake?: string | undefined;
|
|
532
532
|
companyBestFit?: string[] | undefined;
|
|
533
533
|
companyInterests?: string[] | undefined;
|
|
534
534
|
}, {
|
|
535
535
|
type: string;
|
|
536
536
|
version?: "1.0.0" | undefined;
|
|
537
537
|
companyWow?: string | undefined;
|
|
538
|
-
|
|
538
|
+
companyNDGTake?: string | undefined;
|
|
539
539
|
companyBestFit?: string[] | undefined;
|
|
540
540
|
companyInterests?: string[] | undefined;
|
|
541
541
|
}>>;
|
|
@@ -1150,11 +1150,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1150
1150
|
companyHow?: string | undefined;
|
|
1151
1151
|
companyCulture?: string[] | undefined;
|
|
1152
1152
|
} | undefined;
|
|
1153
|
-
|
|
1153
|
+
companyNDG?: {
|
|
1154
1154
|
type: string;
|
|
1155
1155
|
version: "1.0.0";
|
|
1156
1156
|
companyWow?: string | undefined;
|
|
1157
|
-
|
|
1157
|
+
companyNDGTake?: string | undefined;
|
|
1158
1158
|
companyBestFit?: string[] | undefined;
|
|
1159
1159
|
companyInterests?: string[] | undefined;
|
|
1160
1160
|
} | undefined;
|
|
@@ -1333,11 +1333,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1333
1333
|
companyHow?: string | undefined;
|
|
1334
1334
|
companyCulture?: string[] | undefined;
|
|
1335
1335
|
} | undefined;
|
|
1336
|
-
|
|
1336
|
+
companyNDG?: {
|
|
1337
1337
|
type: string;
|
|
1338
1338
|
version?: "1.0.0" | undefined;
|
|
1339
1339
|
companyWow?: string | undefined;
|
|
1340
|
-
|
|
1340
|
+
companyNDGTake?: string | undefined;
|
|
1341
1341
|
companyBestFit?: string[] | undefined;
|
|
1342
1342
|
companyInterests?: string[] | undefined;
|
|
1343
1343
|
} | undefined;
|
|
@@ -1595,11 +1595,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1595
1595
|
companyHow?: string | undefined;
|
|
1596
1596
|
companyCulture?: string[] | undefined;
|
|
1597
1597
|
} | undefined;
|
|
1598
|
-
|
|
1598
|
+
companyNDG?: {
|
|
1599
1599
|
type: string;
|
|
1600
1600
|
version: "1.0.0";
|
|
1601
1601
|
companyWow?: string | undefined;
|
|
1602
|
-
|
|
1602
|
+
companyNDGTake?: string | undefined;
|
|
1603
1603
|
companyBestFit?: string[] | undefined;
|
|
1604
1604
|
companyInterests?: string[] | undefined;
|
|
1605
1605
|
} | undefined;
|
|
@@ -1803,11 +1803,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1803
1803
|
companyHow?: string | undefined;
|
|
1804
1804
|
companyCulture?: string[] | undefined;
|
|
1805
1805
|
} | undefined;
|
|
1806
|
-
|
|
1806
|
+
companyNDG?: {
|
|
1807
1807
|
type: string;
|
|
1808
1808
|
version?: "1.0.0" | undefined;
|
|
1809
1809
|
companyWow?: string | undefined;
|
|
1810
|
-
|
|
1810
|
+
companyNDGTake?: string | undefined;
|
|
1811
1811
|
companyBestFit?: string[] | undefined;
|
|
1812
1812
|
companyInterests?: string[] | undefined;
|
|
1813
1813
|
} | undefined;
|
|
@@ -2372,25 +2372,25 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
2372
2372
|
companyHow?: string | undefined;
|
|
2373
2373
|
companyCulture?: string[] | undefined;
|
|
2374
2374
|
}>>;
|
|
2375
|
-
|
|
2375
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
2376
2376
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2377
2377
|
type: z.ZodString;
|
|
2378
2378
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
2379
|
-
|
|
2379
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
2380
2380
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2381
2381
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2382
2382
|
}, "strip", z.ZodTypeAny, {
|
|
2383
2383
|
type: string;
|
|
2384
2384
|
version: "1.0.0";
|
|
2385
2385
|
companyWow?: string | undefined;
|
|
2386
|
-
|
|
2386
|
+
companyNDGTake?: string | undefined;
|
|
2387
2387
|
companyBestFit?: string[] | undefined;
|
|
2388
2388
|
companyInterests?: string[] | undefined;
|
|
2389
2389
|
}, {
|
|
2390
2390
|
type: string;
|
|
2391
2391
|
version?: "1.0.0" | undefined;
|
|
2392
2392
|
companyWow?: string | undefined;
|
|
2393
|
-
|
|
2393
|
+
companyNDGTake?: string | undefined;
|
|
2394
2394
|
companyBestFit?: string[] | undefined;
|
|
2395
2395
|
companyInterests?: string[] | undefined;
|
|
2396
2396
|
}>>;
|
|
@@ -3005,11 +3005,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3005
3005
|
companyHow?: string | undefined;
|
|
3006
3006
|
companyCulture?: string[] | undefined;
|
|
3007
3007
|
} | undefined;
|
|
3008
|
-
|
|
3008
|
+
companyNDG?: {
|
|
3009
3009
|
type: string;
|
|
3010
3010
|
version: "1.0.0";
|
|
3011
3011
|
companyWow?: string | undefined;
|
|
3012
|
-
|
|
3012
|
+
companyNDGTake?: string | undefined;
|
|
3013
3013
|
companyBestFit?: string[] | undefined;
|
|
3014
3014
|
companyInterests?: string[] | undefined;
|
|
3015
3015
|
} | undefined;
|
|
@@ -3188,11 +3188,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3188
3188
|
companyHow?: string | undefined;
|
|
3189
3189
|
companyCulture?: string[] | undefined;
|
|
3190
3190
|
} | undefined;
|
|
3191
|
-
|
|
3191
|
+
companyNDG?: {
|
|
3192
3192
|
type: string;
|
|
3193
3193
|
version?: "1.0.0" | undefined;
|
|
3194
3194
|
companyWow?: string | undefined;
|
|
3195
|
-
|
|
3195
|
+
companyNDGTake?: string | undefined;
|
|
3196
3196
|
companyBestFit?: string[] | undefined;
|
|
3197
3197
|
companyInterests?: string[] | undefined;
|
|
3198
3198
|
} | undefined;
|
|
@@ -3436,11 +3436,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3436
3436
|
companyHow?: string | undefined;
|
|
3437
3437
|
companyCulture?: string[] | undefined;
|
|
3438
3438
|
} | undefined;
|
|
3439
|
-
|
|
3439
|
+
companyNDG?: {
|
|
3440
3440
|
type: string;
|
|
3441
3441
|
version: "1.0.0";
|
|
3442
3442
|
companyWow?: string | undefined;
|
|
3443
|
-
|
|
3443
|
+
companyNDGTake?: string | undefined;
|
|
3444
3444
|
companyBestFit?: string[] | undefined;
|
|
3445
3445
|
companyInterests?: string[] | undefined;
|
|
3446
3446
|
} | undefined;
|
|
@@ -3655,11 +3655,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3655
3655
|
companyHow?: string | undefined;
|
|
3656
3656
|
companyCulture?: string[] | undefined;
|
|
3657
3657
|
} | undefined;
|
|
3658
|
-
|
|
3658
|
+
companyNDG?: {
|
|
3659
3659
|
type: string;
|
|
3660
3660
|
version: "1.0.0";
|
|
3661
3661
|
companyWow?: string | undefined;
|
|
3662
|
-
|
|
3662
|
+
companyNDGTake?: string | undefined;
|
|
3663
3663
|
companyBestFit?: string[] | undefined;
|
|
3664
3664
|
companyInterests?: string[] | undefined;
|
|
3665
3665
|
} | undefined;
|
|
@@ -3903,11 +3903,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3903
3903
|
companyHow?: string | undefined;
|
|
3904
3904
|
companyCulture?: string[] | undefined;
|
|
3905
3905
|
} | undefined;
|
|
3906
|
-
|
|
3906
|
+
companyNDG?: {
|
|
3907
3907
|
type: string;
|
|
3908
3908
|
version?: "1.0.0" | undefined;
|
|
3909
3909
|
companyWow?: string | undefined;
|
|
3910
|
-
|
|
3910
|
+
companyNDGTake?: string | undefined;
|
|
3911
3911
|
companyBestFit?: string[] | undefined;
|
|
3912
3912
|
companyInterests?: string[] | undefined;
|
|
3913
3913
|
} | undefined;
|
|
@@ -4122,11 +4122,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
4122
4122
|
companyHow?: string | undefined;
|
|
4123
4123
|
companyCulture?: string[] | undefined;
|
|
4124
4124
|
} | undefined;
|
|
4125
|
-
|
|
4125
|
+
companyNDG?: {
|
|
4126
4126
|
type: string;
|
|
4127
4127
|
version?: "1.0.0" | undefined;
|
|
4128
4128
|
companyWow?: string | undefined;
|
|
4129
|
-
|
|
4129
|
+
companyNDGTake?: string | undefined;
|
|
4130
4130
|
companyBestFit?: string[] | undefined;
|
|
4131
4131
|
companyInterests?: string[] | undefined;
|
|
4132
4132
|
} | undefined;
|
package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts}
RENAMED
|
@@ -517,25 +517,25 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
517
517
|
companyHow?: string | undefined;
|
|
518
518
|
companyCulture?: string[] | undefined;
|
|
519
519
|
}>>;
|
|
520
|
-
|
|
520
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
521
521
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
522
522
|
type: z.ZodString;
|
|
523
523
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
524
|
-
|
|
524
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
525
525
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
526
526
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
528
|
type: string;
|
|
529
529
|
version: "1.0.0";
|
|
530
530
|
companyWow?: string | undefined;
|
|
531
|
-
|
|
531
|
+
companyNDGTake?: string | undefined;
|
|
532
532
|
companyBestFit?: string[] | undefined;
|
|
533
533
|
companyInterests?: string[] | undefined;
|
|
534
534
|
}, {
|
|
535
535
|
type: string;
|
|
536
536
|
version?: "1.0.0" | undefined;
|
|
537
537
|
companyWow?: string | undefined;
|
|
538
|
-
|
|
538
|
+
companyNDGTake?: string | undefined;
|
|
539
539
|
companyBestFit?: string[] | undefined;
|
|
540
540
|
companyInterests?: string[] | undefined;
|
|
541
541
|
}>>;
|
|
@@ -1150,11 +1150,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1150
1150
|
companyHow?: string | undefined;
|
|
1151
1151
|
companyCulture?: string[] | undefined;
|
|
1152
1152
|
} | undefined;
|
|
1153
|
-
|
|
1153
|
+
companyNDG?: {
|
|
1154
1154
|
type: string;
|
|
1155
1155
|
version: "1.0.0";
|
|
1156
1156
|
companyWow?: string | undefined;
|
|
1157
|
-
|
|
1157
|
+
companyNDGTake?: string | undefined;
|
|
1158
1158
|
companyBestFit?: string[] | undefined;
|
|
1159
1159
|
companyInterests?: string[] | undefined;
|
|
1160
1160
|
} | undefined;
|
|
@@ -1333,11 +1333,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1333
1333
|
companyHow?: string | undefined;
|
|
1334
1334
|
companyCulture?: string[] | undefined;
|
|
1335
1335
|
} | undefined;
|
|
1336
|
-
|
|
1336
|
+
companyNDG?: {
|
|
1337
1337
|
type: string;
|
|
1338
1338
|
version?: "1.0.0" | undefined;
|
|
1339
1339
|
companyWow?: string | undefined;
|
|
1340
|
-
|
|
1340
|
+
companyNDGTake?: string | undefined;
|
|
1341
1341
|
companyBestFit?: string[] | undefined;
|
|
1342
1342
|
companyInterests?: string[] | undefined;
|
|
1343
1343
|
} | undefined;
|
|
@@ -1595,11 +1595,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1595
1595
|
companyHow?: string | undefined;
|
|
1596
1596
|
companyCulture?: string[] | undefined;
|
|
1597
1597
|
} | undefined;
|
|
1598
|
-
|
|
1598
|
+
companyNDG?: {
|
|
1599
1599
|
type: string;
|
|
1600
1600
|
version: "1.0.0";
|
|
1601
1601
|
companyWow?: string | undefined;
|
|
1602
|
-
|
|
1602
|
+
companyNDGTake?: string | undefined;
|
|
1603
1603
|
companyBestFit?: string[] | undefined;
|
|
1604
1604
|
companyInterests?: string[] | undefined;
|
|
1605
1605
|
} | undefined;
|
|
@@ -1803,11 +1803,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
1803
1803
|
companyHow?: string | undefined;
|
|
1804
1804
|
companyCulture?: string[] | undefined;
|
|
1805
1805
|
} | undefined;
|
|
1806
|
-
|
|
1806
|
+
companyNDG?: {
|
|
1807
1807
|
type: string;
|
|
1808
1808
|
version?: "1.0.0" | undefined;
|
|
1809
1809
|
companyWow?: string | undefined;
|
|
1810
|
-
|
|
1810
|
+
companyNDGTake?: string | undefined;
|
|
1811
1811
|
companyBestFit?: string[] | undefined;
|
|
1812
1812
|
companyInterests?: string[] | undefined;
|
|
1813
1813
|
} | undefined;
|
|
@@ -2372,25 +2372,25 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
2372
2372
|
companyHow?: string | undefined;
|
|
2373
2373
|
companyCulture?: string[] | undefined;
|
|
2374
2374
|
}>>;
|
|
2375
|
-
|
|
2375
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
2376
2376
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2377
2377
|
type: z.ZodString;
|
|
2378
2378
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
2379
|
-
|
|
2379
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
2380
2380
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2381
2381
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2382
2382
|
}, "strip", z.ZodTypeAny, {
|
|
2383
2383
|
type: string;
|
|
2384
2384
|
version: "1.0.0";
|
|
2385
2385
|
companyWow?: string | undefined;
|
|
2386
|
-
|
|
2386
|
+
companyNDGTake?: string | undefined;
|
|
2387
2387
|
companyBestFit?: string[] | undefined;
|
|
2388
2388
|
companyInterests?: string[] | undefined;
|
|
2389
2389
|
}, {
|
|
2390
2390
|
type: string;
|
|
2391
2391
|
version?: "1.0.0" | undefined;
|
|
2392
2392
|
companyWow?: string | undefined;
|
|
2393
|
-
|
|
2393
|
+
companyNDGTake?: string | undefined;
|
|
2394
2394
|
companyBestFit?: string[] | undefined;
|
|
2395
2395
|
companyInterests?: string[] | undefined;
|
|
2396
2396
|
}>>;
|
|
@@ -3005,11 +3005,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3005
3005
|
companyHow?: string | undefined;
|
|
3006
3006
|
companyCulture?: string[] | undefined;
|
|
3007
3007
|
} | undefined;
|
|
3008
|
-
|
|
3008
|
+
companyNDG?: {
|
|
3009
3009
|
type: string;
|
|
3010
3010
|
version: "1.0.0";
|
|
3011
3011
|
companyWow?: string | undefined;
|
|
3012
|
-
|
|
3012
|
+
companyNDGTake?: string | undefined;
|
|
3013
3013
|
companyBestFit?: string[] | undefined;
|
|
3014
3014
|
companyInterests?: string[] | undefined;
|
|
3015
3015
|
} | undefined;
|
|
@@ -3188,11 +3188,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3188
3188
|
companyHow?: string | undefined;
|
|
3189
3189
|
companyCulture?: string[] | undefined;
|
|
3190
3190
|
} | undefined;
|
|
3191
|
-
|
|
3191
|
+
companyNDG?: {
|
|
3192
3192
|
type: string;
|
|
3193
3193
|
version?: "1.0.0" | undefined;
|
|
3194
3194
|
companyWow?: string | undefined;
|
|
3195
|
-
|
|
3195
|
+
companyNDGTake?: string | undefined;
|
|
3196
3196
|
companyBestFit?: string[] | undefined;
|
|
3197
3197
|
companyInterests?: string[] | undefined;
|
|
3198
3198
|
} | undefined;
|
|
@@ -3436,11 +3436,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3436
3436
|
companyHow?: string | undefined;
|
|
3437
3437
|
companyCulture?: string[] | undefined;
|
|
3438
3438
|
} | undefined;
|
|
3439
|
-
|
|
3439
|
+
companyNDG?: {
|
|
3440
3440
|
type: string;
|
|
3441
3441
|
version: "1.0.0";
|
|
3442
3442
|
companyWow?: string | undefined;
|
|
3443
|
-
|
|
3443
|
+
companyNDGTake?: string | undefined;
|
|
3444
3444
|
companyBestFit?: string[] | undefined;
|
|
3445
3445
|
companyInterests?: string[] | undefined;
|
|
3446
3446
|
} | undefined;
|
|
@@ -3655,11 +3655,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3655
3655
|
companyHow?: string | undefined;
|
|
3656
3656
|
companyCulture?: string[] | undefined;
|
|
3657
3657
|
} | undefined;
|
|
3658
|
-
|
|
3658
|
+
companyNDG?: {
|
|
3659
3659
|
type: string;
|
|
3660
3660
|
version: "1.0.0";
|
|
3661
3661
|
companyWow?: string | undefined;
|
|
3662
|
-
|
|
3662
|
+
companyNDGTake?: string | undefined;
|
|
3663
3663
|
companyBestFit?: string[] | undefined;
|
|
3664
3664
|
companyInterests?: string[] | undefined;
|
|
3665
3665
|
} | undefined;
|
|
@@ -3903,11 +3903,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3903
3903
|
companyHow?: string | undefined;
|
|
3904
3904
|
companyCulture?: string[] | undefined;
|
|
3905
3905
|
} | undefined;
|
|
3906
|
-
|
|
3906
|
+
companyNDG?: {
|
|
3907
3907
|
type: string;
|
|
3908
3908
|
version?: "1.0.0" | undefined;
|
|
3909
3909
|
companyWow?: string | undefined;
|
|
3910
|
-
|
|
3910
|
+
companyNDGTake?: string | undefined;
|
|
3911
3911
|
companyBestFit?: string[] | undefined;
|
|
3912
3912
|
companyInterests?: string[] | undefined;
|
|
3913
3913
|
} | undefined;
|
|
@@ -4122,11 +4122,11 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
4122
4122
|
companyHow?: string | undefined;
|
|
4123
4123
|
companyCulture?: string[] | undefined;
|
|
4124
4124
|
} | undefined;
|
|
4125
|
-
|
|
4125
|
+
companyNDG?: {
|
|
4126
4126
|
type: string;
|
|
4127
4127
|
version?: "1.0.0" | undefined;
|
|
4128
4128
|
companyWow?: string | undefined;
|
|
4129
|
-
|
|
4129
|
+
companyNDGTake?: string | undefined;
|
|
4130
4130
|
companyBestFit?: string[] | undefined;
|
|
4131
4131
|
companyInterests?: string[] | undefined;
|
|
4132
4132
|
} | undefined;
|
package/dist/lib/locations.d.cts
CHANGED
package/dist/lib/locations.d.ts
CHANGED
package/dist/lib/mappings.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-4cJ7-3Mw.cjs';
|
|
3
|
+
import '../job_posting_service_latest-DOGQ9tEu.cjs';
|
|
4
4
|
import '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
package/dist/lib/mappings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-CBIWVZVw.js';
|
|
3
|
+
import '../job_posting_service_latest-DOGQ9tEu.js';
|
|
4
4
|
import '../shared_pickle_output_latest-DKOmTyYk.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-4cJ7-3Mw.cjs';
|
|
3
|
+
import '../job_posting_service_latest-DOGQ9tEu.cjs';
|
|
4
4
|
import '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-CBIWVZVw.js';
|
|
3
|
+
import '../job_posting_service_latest-DOGQ9tEu.js';
|
|
4
4
|
import '../shared_pickle_output_latest-DKOmTyYk.js';
|
|
@@ -175,7 +175,7 @@ var companyNdgSchema = import_zod2.z.object({
|
|
|
175
175
|
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
176
176
|
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
177
177
|
companyWow: import_zod2.z.optional(import_zod2.z.string()).describe("What is the wow of this company?"),
|
|
178
|
-
|
|
178
|
+
companyNDGTake: import_zod2.z.optional(import_zod2.z.string()).describe("What is the NDG POV on this company?"),
|
|
179
179
|
companyBestFit: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())),
|
|
180
180
|
companyInterests: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string()))
|
|
181
181
|
});
|
|
@@ -211,7 +211,7 @@ var companySchema = import_zod2.z.object({
|
|
|
211
211
|
brandColor: import_zod2.z.optional(import_zod2.z.string()).describe("The brand color of the company"),
|
|
212
212
|
companyCareers: import_zod2.z.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
213
213
|
companyPhilosophy: import_zod2.z.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
214
|
-
|
|
214
|
+
companyNDG: import_zod2.z.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
215
215
|
foundingInfo: import_zod2.z.optional(foundingInformationSchema),
|
|
216
216
|
headquartersLocation: import_zod2.z.optional(placeSchema),
|
|
217
217
|
employeeEstimate: import_zod2.z.optional(import_zod2.z.string()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/types/data/company_service_latest.ts","../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:ebc38aef-0062-4f69-95af-d06bdc30d23f\nDomain: companies\nData Product: company_service\nVersion: 1.0.1\nThis data contract defines a company registered in the Pickle database. Every job posting is associated with a company.\n*/\n\nimport { z } from 'zod';\n\nimport { imageSchema, placeSchema } from './shared_pickle_output_latest'\n\n// Enums\n\nexport const TypeEnum = z.enum(['OFFICE']);\nexport const CategoryEnum = z.enum(['FINANCIAL', 'HEALTH', 'PROFESSIONAL_DEVELOPMENT', 'WORK_LIFE_BALANCE']);\nexport const TitleEnum = z.enum(['DMD', 'JD', 'MBA', 'MD', 'MHA', 'MPH', 'PT', 'PH_D', 'RN']);\nexport const PublishStatusEnum = z.enum(['DRAFT', 'IN_REVIEW', 'PUBLISHED', 'REMOVED']);\nexport const OfficeTypeEnum = z.enum(['BRANCH', 'HEADQUARTERS', 'SATELLITE']);\n\n\nexport const socialMediaSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n url: z.string().describe(\"The link to the social media platform\"),\n type: z.string().describe(\"The type of social media link\"),\n});\n\nexport type SocialMediaModel = z.infer<typeof socialMediaSchema>;\n\nexport const companyBenefitsSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n title: z.string(),\n description: z.optional(z.string()),\n category: CategoryEnum,\n});\n\nexport type CompanyBenefitsModel = z.infer<typeof companyBenefitsSchema>;\n\nexport const industrySchema: z.ZodType<any> = z.lazy(() => z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string(),\n description: z.optional(z.string()).describe(\"A brief description of the industry\"),\n onetIndustryId: z.optional(z.string()).describe(\"ONET industry ID\"),\n parent: z.optional(industrySchema),\n}));\n\nexport type IndustryModel = z.infer<typeof industrySchema>;\n\nexport const jobBoardSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"The name of the job board\"),\n description: z.string().describe(\"A brief description of the job board\"),\n logo: z.optional(imageSchema).describe(\"The logo of the job board\"),\n baseUrl: z.optional(z.string()).describe(\"The base URL of the job board\"),\n});\n\nexport type JobBoardModel = z.infer<typeof jobBoardSchema>;\n\nexport const personSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n firstName: z.string().describe(\"The first name of the person\"),\n lastName: z.string().describe(\"The last name of the person\"),\n title: z.optional(z.array(z.string())).describe(\"The titles of the degree of the person\"),\n slug: z.string().describe(\"person slug - should be familyname-givenname-title(s)\"),\n jobTitle: z.optional(z.string()).describe(\"The job title of the person\"),\n isDoctor: z.optional(z.boolean()).describe(\"Is the person a doctor\"),\n isMedical: z.optional(z.boolean()).describe(\"Are they of a medical background?\"),\n isScientist: z.optional(z.boolean()).describe(\"Are they a scientist?\"),\n image: z.optional(imageSchema).describe(\"The image of the person\"),\n email: z.optional(z.string()).describe(\"The email of the person\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the person\"),\n telephone: z.optional(z.string()).describe(\"The telephone number of the person\"),\n url: z.optional(z.string()).describe(\"The URL of the person\"),\n address: z.optional(placeSchema).describe(\"The address of the person\"),\n});\n\nexport type PersonModel = z.infer<typeof personSchema>;\n\nexport const companyCareersSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n careersUrl: z.string().describe(\"The URL of the company careers page\"),\n jobBoard: z.optional(jobBoardSchema),\n jobBoardSlug: z.optional(z.array(z.string())),\n companyBenefits: z.optional(z.array(companyBenefitsSchema)).describe(\"What are the specific benefits of that company. The benefit is generic.\"),\n});\n\nexport type CompanyCareersModel = z.infer<typeof companyCareersSchema>;\n\nexport const companyPhilosophySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyMission: z.optional(z.string()).describe(\"The mission statement of the company.\"),\n companyHow: z.optional(z.string()).describe(\"How does the company achieve its mission\"),\n companyCulture: z.optional(z.array(z.string())).describe(\"What are some of the culture aspects of this company?\"),\n});\n\nexport type CompanyPhilosophyModel = z.infer<typeof companyPhilosophySchema>;\n\nexport const companyNdgSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyWow: z.optional(z.string()).describe(\"What is the wow of this company?\"),\n companyNdgTake: z.optional(z.string()).describe(\"What is the NDG POV on this company?\"),\n companyBestFit: z.optional(z.array(z.string())),\n companyInterests: z.optional(z.array(z.string())),\n});\n\nexport type CompanyNdgModel = z.infer<typeof companyNdgSchema>;\n\nexport const foundingInformationSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n foundedDate: z.optional(z.string()),\n foundedCountry: z.optional(z.string()),\n foundedCity: z.optional(z.string()),\n founders: z.optional(z.array(personSchema)),\n});\n\nexport type FoundingInformationModel = z.infer<typeof foundingInformationSchema>;\n\nexport const ngdMetadataSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n lastScraped: z.optional(z.string()).describe(\"Date the last entity was scraped, if applicable\"),\n scraperVersion: z.optional(z.string()),\n postProcessorVersion: z.optional(z.string()),\n uniqueRunId: z.optional(z.string()),\n postProcessorUniqueRunId: z.optional(z.string()),\n isScrapeManaged: z.optional(z.boolean()).default(true),\n});\n\nexport type NgdMetadataModel = z.infer<typeof ngdMetadataSchema>;\n\nexport const companySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n id: z.string().describe(\"The NDG specific id for a company. Cannot be changed.\"),\n createdAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n updatedAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n companyName: z.string().describe(\"The name of the company\"),\n slug: z.string().describe(\"The NDG specific slug for a company.\"),\n type: z.string().describe(\"Document type used for schema\"),\n logo: z.optional(imageSchema).describe(\"The logo of the company\"),\n companyWebsite: z.optional(z.string()).describe(\"The website of the company\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the company\"),\n brandColor: z.optional(z.string()).describe(\"The brand color of the company\"),\n companyCareers: z.optional(companyCareersSchema).describe(\"Career Specific Information for the company.\"),\n companyPhilosophy: z.optional(companyPhilosophySchema).describe(\"Company mission,values and how the company achieves its mission.\"),\n companyNdg: z.optional(companyNdgSchema).describe(\"Next Degree specific information for the company.\"),\n foundingInfo: z.optional(foundingInformationSchema),\n headquartersLocation: z.optional(placeSchema),\n employeeEstimate: z.optional(z.string()),\n publishStatus: z.optional(z.string()),\n ngdMetadata: z.optional(ngdMetadataSchema),\n});\n\nexport type CompanyModel = z.infer<typeof companySchema>;\n\nexport const officeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')\"),\n officeType: OfficeTypeEnum,\n companyId: z.optional(companySchema),\n geoLocation: z.optional(placeSchema).describe(\"Geographical location details: coordinates + postal address\"),\n createdAt: z.optional(z.string()),\n updatedAt: z.optional(z.string()),\n});\n\nexport type OfficeModel = z.infer<typeof officeSchema>;","/*\nID:c2c9f095-256f-44df-ada7-73753d8f4f92\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.2\nThis data contract defines a set of shared outputs from the Pickle model(s).\n*/\n\nimport { z } from 'zod';\n\n\n// Enums\n\nexport const TypeEnum = z.enum(['IMAGE']);\nexport const DetailLevelEnum = z.enum(['COUNTRY', 'GEO', 'LOCALITY', 'POSTAL_CODE', 'REGION']);\nexport const UnitTextEnum = z.enum(['DAY', 'HOUR', 'MONTH', 'PER_ACTIVITY', 'WEEK', 'YEAR']);\nexport const CurrencyEnum = z.enum(['EUR', 'GBP', 'USD']);\n\n\nexport const postalAddressSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n addressCountry: z.string().describe(\"The physical country as defined in ISO 3166 Alpha-2\"),\n addressRegion: z.optional(z.string()).describe(\"The region in which the locality is, and which is in the country.\"),\n addressLocality: z.optional(z.string()).describe(\"The locality in which the street address is, and which is in the region. In the US this would be city.\"),\n streetAddress: z.optional(z.string()).describe(\"The street name of the address within the locality.\"),\n streetNumber: z.optional(z.string()).describe(\"The house of building number within the street.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\n description: z.optional(z.string()).describe(\"A descriptive string containing the full address.\"),\n});\n\nexport type PostalAddressModel = z.infer<typeof postalAddressSchema>;\n\nexport const placeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n detailLevel: z.optional(DetailLevelEnum),\n latitude: z.optional(z.number()).describe(\"The latitude of a location.\"),\n longitude: z.optional(z.number()).describe(\"The longitude of a location.\"),\n address: z.optional(postalAddressSchema).describe(\"The physical place of the location\"),\n});\n\nexport type PlaceModel = z.infer<typeof placeSchema>;\n\nexport const quantitativeValueSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n value: z.optional(z.number()).describe(\"The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary.\"),\n minValue: z.optional(z.number()).describe(\"The single minium value in a range for a quantitative_value, requires a maximum value.\"),\n maxValue: z.optional(z.number()).describe(\"The maximum value in a range for a quantitative_value, requires a minimum value.\"),\n unitText: UnitTextEnum,\n});\n\nexport type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;\n\nexport const monetaryAmountSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n singleValue: z.optional(z.number()).describe(\"The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead.\"),\n minValue: z.optional(z.number()).describe(\"The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue\"),\n maxValue: z.optional(z.number()).describe(\"The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue\"),\n value: z.optional(quantitativeValueSchema).describe(\"The quantitative_value for a given salary\"),\n currency: z.optional(CurrencyEnum),\n});\n\nexport type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;\n\nexport const imageAssetSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n altText: z.optional(z.string()).describe(\"The alt text for the image\"),\n assetId: z.optional(z.string()).describe(\"The asset ID for the image\"),\n description: z.optional(z.string()).describe(\"The description for the image\"),\n extension: z.optional(z.string()).describe(\"The extension for the image\"),\n label: z.optional(z.string()).describe(\"The label for the image\"),\n mimeType: z.optional(z.string()).describe(\"The mime type for the image\"),\n originalFilename: z.optional(z.string()).describe(\"The original filename for the image\"),\n path: z.optional(z.string()).describe(\"The path for the image\"),\n sha1Hash: z.optional(z.string()).describe(\"The SHA1 hash for the image\"),\n size: z.optional(z.number()).describe(\"The size for the image\"),\n title: z.optional(z.string()).describe(\"The title for the image\"),\n uploadId: z.optional(z.string()).describe(\"The upload ID for the image\"),\n url: z.optional(z.string()).describe(\"The URL for the image\"),\n});\n\nexport type ImageAssetModel = z.infer<typeof imageAssetSchema>;\n\nexport const imageSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n asset: z.optional(imageAssetSchema).describe(\"The asset for the image\"),\n});\n\nexport type ImageModel = z.infer<typeof imageSchema>;"],"mappings":"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","names":["TypeEnum","import_zod","TypeEnum"]}
|
|
1
|
+
{"version":3,"sources":["../../../src/types/data/company_service_latest.ts","../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:ebc38aef-0062-4f69-95af-d06bdc30d23f\nDomain: companies\nData Product: company_service\nVersion: 1.0.1\nThis data contract defines a company registered in the Pickle database. Every job posting is associated with a company.\n*/\n\nimport { z } from 'zod';\n\nimport { imageSchema, placeSchema } from './shared_pickle_output_latest'\n\n// Enums\n\nexport const TypeEnum = z.enum(['OFFICE']);\nexport const CategoryEnum = z.enum(['FINANCIAL', 'HEALTH', 'PROFESSIONAL_DEVELOPMENT', 'WORK_LIFE_BALANCE']);\nexport const TitleEnum = z.enum(['DMD', 'JD', 'MBA', 'MD', 'MHA', 'MPH', 'PT', 'PH_D', 'RN']);\nexport const PublishStatusEnum = z.enum(['DRAFT', 'IN_REVIEW', 'PUBLISHED', 'REMOVED']);\nexport const OfficeTypeEnum = z.enum(['BRANCH', 'HEADQUARTERS', 'SATELLITE']);\n\n\nexport const socialMediaSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n url: z.string().describe(\"The link to the social media platform\"),\n type: z.string().describe(\"The type of social media link\"),\n});\n\nexport type SocialMediaModel = z.infer<typeof socialMediaSchema>;\n\nexport const companyBenefitsSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n title: z.string(),\n description: z.optional(z.string()),\n category: CategoryEnum,\n});\n\nexport type CompanyBenefitsModel = z.infer<typeof companyBenefitsSchema>;\n\nexport const industrySchema: z.ZodType<any> = z.lazy(() => z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string(),\n description: z.optional(z.string()).describe(\"A brief description of the industry\"),\n onetIndustryId: z.optional(z.string()).describe(\"ONET industry ID\"),\n parent: z.optional(industrySchema),\n}));\n\nexport type IndustryModel = z.infer<typeof industrySchema>;\n\nexport const jobBoardSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"The name of the job board\"),\n description: z.string().describe(\"A brief description of the job board\"),\n logo: z.optional(imageSchema).describe(\"The logo of the job board\"),\n baseUrl: z.optional(z.string()).describe(\"The base URL of the job board\"),\n});\n\nexport type JobBoardModel = z.infer<typeof jobBoardSchema>;\n\nexport const personSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n firstName: z.string().describe(\"The first name of the person\"),\n lastName: z.string().describe(\"The last name of the person\"),\n title: z.optional(z.array(z.string())).describe(\"The titles of the degree of the person\"),\n slug: z.string().describe(\"person slug - should be familyname-givenname-title(s)\"),\n jobTitle: z.optional(z.string()).describe(\"The job title of the person\"),\n isDoctor: z.optional(z.boolean()).describe(\"Is the person a doctor\"),\n isMedical: z.optional(z.boolean()).describe(\"Are they of a medical background?\"),\n isScientist: z.optional(z.boolean()).describe(\"Are they a scientist?\"),\n image: z.optional(imageSchema).describe(\"The image of the person\"),\n email: z.optional(z.string()).describe(\"The email of the person\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the person\"),\n telephone: z.optional(z.string()).describe(\"The telephone number of the person\"),\n url: z.optional(z.string()).describe(\"The URL of the person\"),\n address: z.optional(placeSchema).describe(\"The address of the person\"),\n});\n\nexport type PersonModel = z.infer<typeof personSchema>;\n\nexport const companyCareersSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n careersUrl: z.string().describe(\"The URL of the company careers page\"),\n jobBoard: z.optional(jobBoardSchema),\n jobBoardSlug: z.optional(z.array(z.string())),\n companyBenefits: z.optional(z.array(companyBenefitsSchema)).describe(\"What are the specific benefits of that company. The benefit is generic.\"),\n});\n\nexport type CompanyCareersModel = z.infer<typeof companyCareersSchema>;\n\nexport const companyPhilosophySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyMission: z.optional(z.string()).describe(\"The mission statement of the company.\"),\n companyHow: z.optional(z.string()).describe(\"How does the company achieve its mission\"),\n companyCulture: z.optional(z.array(z.string())).describe(\"What are some of the culture aspects of this company?\"),\n});\n\nexport type CompanyPhilosophyModel = z.infer<typeof companyPhilosophySchema>;\n\nexport const companyNdgSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyWow: z.optional(z.string()).describe(\"What is the wow of this company?\"),\n companyNDGTake: z.optional(z.string()).describe(\"What is the NDG POV on this company?\"),\n companyBestFit: z.optional(z.array(z.string())),\n companyInterests: z.optional(z.array(z.string())),\n});\n\nexport type CompanyNdgModel = z.infer<typeof companyNdgSchema>;\n\nexport const foundingInformationSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n foundedDate: z.optional(z.string()),\n foundedCountry: z.optional(z.string()),\n foundedCity: z.optional(z.string()),\n founders: z.optional(z.array(personSchema)),\n});\n\nexport type FoundingInformationModel = z.infer<typeof foundingInformationSchema>;\n\nexport const ngdMetadataSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n lastScraped: z.optional(z.string()).describe(\"Date the last entity was scraped, if applicable\"),\n scraperVersion: z.optional(z.string()),\n postProcessorVersion: z.optional(z.string()),\n uniqueRunId: z.optional(z.string()),\n postProcessorUniqueRunId: z.optional(z.string()),\n isScrapeManaged: z.optional(z.boolean()).default(true),\n});\n\nexport type NgdMetadataModel = z.infer<typeof ngdMetadataSchema>;\n\nexport const companySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n id: z.string().describe(\"The NDG specific id for a company. Cannot be changed.\"),\n createdAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n updatedAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n companyName: z.string().describe(\"The name of the company\"),\n slug: z.string().describe(\"The NDG specific slug for a company.\"),\n type: z.string().describe(\"Document type used for schema\"),\n logo: z.optional(imageSchema).describe(\"The logo of the company\"),\n companyWebsite: z.optional(z.string()).describe(\"The website of the company\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the company\"),\n brandColor: z.optional(z.string()).describe(\"The brand color of the company\"),\n companyCareers: z.optional(companyCareersSchema).describe(\"Career Specific Information for the company.\"),\n companyPhilosophy: z.optional(companyPhilosophySchema).describe(\"Company mission,values and how the company achieves its mission.\"),\n companyNDG: z.optional(companyNdgSchema).describe(\"Next Degree specific information for the company.\"),\n foundingInfo: z.optional(foundingInformationSchema),\n headquartersLocation: z.optional(placeSchema),\n employeeEstimate: z.optional(z.string()),\n publishStatus: z.optional(z.string()),\n ngdMetadata: z.optional(ngdMetadataSchema),\n});\n\nexport type CompanyModel = z.infer<typeof companySchema>;\n\nexport const officeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')\"),\n officeType: OfficeTypeEnum,\n companyId: z.optional(companySchema),\n geoLocation: z.optional(placeSchema).describe(\"Geographical location details: coordinates + postal address\"),\n createdAt: z.optional(z.string()),\n updatedAt: z.optional(z.string()),\n});\n\nexport type OfficeModel = z.infer<typeof officeSchema>;","/*\nID:c2c9f095-256f-44df-ada7-73753d8f4f92\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.2\nThis data contract defines a set of shared outputs from the Pickle model(s).\n*/\n\nimport { z } from 'zod';\n\n\n// Enums\n\nexport const TypeEnum = z.enum(['IMAGE']);\nexport const DetailLevelEnum = z.enum(['COUNTRY', 'GEO', 'LOCALITY', 'POSTAL_CODE', 'REGION']);\nexport const UnitTextEnum = z.enum(['DAY', 'HOUR', 'MONTH', 'PER_ACTIVITY', 'WEEK', 'YEAR']);\nexport const CurrencyEnum = z.enum(['EUR', 'GBP', 'USD']);\n\n\nexport const postalAddressSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n addressCountry: z.string().describe(\"The physical country as defined in ISO 3166 Alpha-2\"),\n addressRegion: z.optional(z.string()).describe(\"The region in which the locality is, and which is in the country.\"),\n addressLocality: z.optional(z.string()).describe(\"The locality in which the street address is, and which is in the region. In the US this would be city.\"),\n streetAddress: z.optional(z.string()).describe(\"The street name of the address within the locality.\"),\n streetNumber: z.optional(z.string()).describe(\"The house of building number within the street.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\n description: z.optional(z.string()).describe(\"A descriptive string containing the full address.\"),\n});\n\nexport type PostalAddressModel = z.infer<typeof postalAddressSchema>;\n\nexport const placeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n detailLevel: z.optional(DetailLevelEnum),\n latitude: z.optional(z.number()).describe(\"The latitude of a location.\"),\n longitude: z.optional(z.number()).describe(\"The longitude of a location.\"),\n address: z.optional(postalAddressSchema).describe(\"The physical place of the location\"),\n});\n\nexport type PlaceModel = z.infer<typeof placeSchema>;\n\nexport const quantitativeValueSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n value: z.optional(z.number()).describe(\"The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary.\"),\n minValue: z.optional(z.number()).describe(\"The single minium value in a range for a quantitative_value, requires a maximum value.\"),\n maxValue: z.optional(z.number()).describe(\"The maximum value in a range for a quantitative_value, requires a minimum value.\"),\n unitText: UnitTextEnum,\n});\n\nexport type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;\n\nexport const monetaryAmountSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n singleValue: z.optional(z.number()).describe(\"The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead.\"),\n minValue: z.optional(z.number()).describe(\"The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue\"),\n maxValue: z.optional(z.number()).describe(\"The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue\"),\n value: z.optional(quantitativeValueSchema).describe(\"The quantitative_value for a given salary\"),\n currency: z.optional(CurrencyEnum),\n});\n\nexport type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;\n\nexport const imageAssetSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n altText: z.optional(z.string()).describe(\"The alt text for the image\"),\n assetId: z.optional(z.string()).describe(\"The asset ID for the image\"),\n description: z.optional(z.string()).describe(\"The description for the image\"),\n extension: z.optional(z.string()).describe(\"The extension for the image\"),\n label: z.optional(z.string()).describe(\"The label for the image\"),\n mimeType: z.optional(z.string()).describe(\"The mime type for the image\"),\n originalFilename: z.optional(z.string()).describe(\"The original filename for the image\"),\n path: z.optional(z.string()).describe(\"The path for the image\"),\n sha1Hash: z.optional(z.string()).describe(\"The SHA1 hash for the image\"),\n size: z.optional(z.number()).describe(\"The size for the image\"),\n title: z.optional(z.string()).describe(\"The title for the image\"),\n uploadId: z.optional(z.string()).describe(\"The upload ID for the image\"),\n url: z.optional(z.string()).describe(\"The URL for the image\"),\n});\n\nexport type ImageAssetModel = z.infer<typeof imageAssetSchema>;\n\nexport const imageSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n asset: z.optional(imageAssetSchema).describe(\"The asset for the image\"),\n});\n\nexport type ImageModel = z.infer<typeof imageSchema>;"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAAA;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,IAAAC,cAAkB;;;ACAlB,iBAAkB;AAKX,IAAM,WAAW,aAAE,KAAK,CAAC,OAAO,CAAC;AACjC,IAAM,kBAAkB,aAAE,KAAK,CAAC,WAAW,OAAO,YAAY,eAAe,QAAQ,CAAC;AACtF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,QAAQ,SAAS,gBAAgB,QAAQ,MAAM,CAAC;AACpF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,OAAO,KAAK,CAAC;AAGjD,IAAM,sBAAsB,aAAE,OAAO;AAAA,EACxC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,gBAAgB,aAAE,OAAO,EAAE,SAAS,qDAAqD;AAAA,EACzF,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,mEAAmE;AAAA,EAClH,iBAAiB,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wGAAwG;AAAA,EACzJ,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,qDAAqD;AAAA,EACpG,cAAc,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iDAAiD;AAAA,EAC/F,YAAY,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iBAAiB;AAAA,EAC7D,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,mDAAmD;AACpG,CAAC;AAIM,IAAM,cAAc,aAAE,OAAO;AAAA,EAChC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,aAAa,aAAE,SAAS,eAAe;AAAA,EACvC,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,WAAW,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,8BAA8B;AAAA,EACzE,SAAS,aAAE,SAAS,mBAAmB,EAAE,SAAS,oCAAoC;AAC1F,CAAC;AAIM,IAAM,0BAA0B,aAAE,OAAO;AAAA,EAC5C,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kIAAkI;AAAA,EACzK,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wFAAwF;AAAA,EAClI,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kFAAkF;AAAA,EAC5H,UAAU;AACd,CAAC;AAIM,IAAM,uBAAuB,aAAE,OAAO;AAAA,EACzC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,+IAA+I;AAAA,EAC5L,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,uGAAuG;AAAA,EACjJ,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iGAAiG;AAAA,EAC3I,OAAO,aAAE,SAAS,uBAAuB,EAAE,SAAS,2CAA2C;AAAA,EAC/F,UAAU,aAAE,SAAS,YAAY;AACrC,CAAC;AAIM,IAAM,mBAAmB,aAAE,OAAO;AAAA,EACrC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,SAAS,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,SAAS,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,+BAA+B;AAAA,EAC5E,WAAW,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACxE,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,kBAAkB,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,qCAAqC;AAAA,EACvF,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,KAAK,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,uBAAuB;AAChE,CAAC;AAIM,IAAM,cAAc,aAAE,OAAO;AAAA,EAChC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,aAAE,SAAS,gBAAgB,EAAE,SAAS,yBAAyB;AAC1E,CAAC;;;AD3EM,IAAMC,YAAW,cAAE,KAAK,CAAC,QAAQ,CAAC;AAClC,IAAM,eAAe,cAAE,KAAK,CAAC,aAAa,UAAU,4BAA4B,mBAAmB,CAAC;AACpG,IAAM,YAAY,cAAE,KAAK,CAAC,OAAO,MAAM,OAAO,MAAM,OAAO,OAAO,MAAM,QAAQ,IAAI,CAAC;AACrF,IAAM,oBAAoB,cAAE,KAAK,CAAC,SAAS,aAAa,aAAa,SAAS,CAAC;AAC/E,IAAM,iBAAiB,cAAE,KAAK,CAAC,UAAU,gBAAgB,WAAW,CAAC;AAGrE,IAAM,oBAAoB,cAAE,OAAO;AAAA,EACtC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,KAAK,cAAE,OAAO,EAAE,SAAS,uCAAuC;AAAA,EAChE,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAC7D,CAAC;AAIM,IAAM,wBAAwB,cAAE,OAAO;AAAA,EAC1C,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,cAAE,OAAO;AAAA,EAChB,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAClC,UAAU;AACd,CAAC;AAIM,IAAM,iBAAiC,cAAE,KAAK,MAAM,cAAE,OAAO;AAAA,EAChE,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,MAAM,cAAE,OAAO;AAAA,EACf,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,qCAAqC;AAAA,EAClF,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,kBAAkB;AAAA,EAClE,QAAQ,cAAE,SAAS,cAAc;AACrC,CAAC,CAAC;AAIK,IAAM,iBAAiB,cAAE,OAAO;AAAA,EACnC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,MAAM,cAAE,OAAO,EAAE,SAAS,2BAA2B;AAAA,EACrD,aAAa,cAAE,OAAO,EAAE,SAAS,sCAAsC;AAAA,EACvE,MAAM,cAAE,SAAS,WAAW,EAAE,SAAS,2BAA2B;AAAA,EAClE,SAAS,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,+BAA+B;AAC5E,CAAC;AAIM,IAAM,eAAe,cAAE,OAAO;AAAA,EACjC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,WAAW,cAAE,OAAO,EAAE,SAAS,8BAA8B;AAAA,EAC7D,UAAU,cAAE,OAAO,EAAE,SAAS,6BAA6B;AAAA,EAC3D,OAAO,cAAE,SAAS,cAAE,MAAM,cAAE,OAAO,CAAC,CAAC,EAAE,SAAS,wCAAwC;AAAA,EACxF,MAAM,cAAE,OAAO,EAAE,SAAS,uDAAuD;AAAA,EACjF,UAAU,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,UAAU,cAAE,SAAS,cAAE,QAAQ,CAAC,EAAE,SAAS,wBAAwB;AAAA,EACnE,WAAW,cAAE,SAAS,cAAE,QAAQ,CAAC,EAAE,SAAS,mCAAmC;AAAA,EAC/E,aAAa,cAAE,SAAS,cAAE,QAAQ,CAAC,EAAE,SAAS,uBAAuB;AAAA,EACrE,OAAO,cAAE,SAAS,WAAW,EAAE,SAAS,yBAAyB;AAAA,EACjE,OAAO,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,aAAa,cAAE,SAAS,cAAE,MAAM,iBAAiB,CAAC,EAAE,SAAS,sCAAsC;AAAA,EACnG,WAAW,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,oCAAoC;AAAA,EAC/E,KAAK,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,uBAAuB;AAAA,EAC5D,SAAS,cAAE,SAAS,WAAW,EAAE,SAAS,2BAA2B;AACzE,CAAC;AAIM,IAAM,uBAAuB,cAAE,OAAO;AAAA,EACzC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,YAAY,cAAE,OAAO,EAAE,SAAS,qCAAqC;AAAA,EACrE,UAAU,cAAE,SAAS,cAAc;AAAA,EACnC,cAAc,cAAE,SAAS,cAAE,MAAM,cAAE,OAAO,CAAC,CAAC;AAAA,EAC5C,iBAAiB,cAAE,SAAS,cAAE,MAAM,qBAAqB,CAAC,EAAE,SAAS,yEAAyE;AAClJ,CAAC;AAIM,IAAM,0BAA0B,cAAE,OAAO;AAAA,EAC5C,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,uCAAuC;AAAA,EACvF,YAAY,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,0CAA0C;AAAA,EACtF,gBAAgB,cAAE,SAAS,cAAE,MAAM,cAAE,OAAO,CAAC,CAAC,EAAE,SAAS,uDAAuD;AACpH,CAAC;AAIM,IAAM,mBAAmB,cAAE,OAAO;AAAA,EACrC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,YAAY,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,kCAAkC;AAAA,EAC9E,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,sCAAsC;AAAA,EACtF,gBAAgB,cAAE,SAAS,cAAE,MAAM,cAAE,OAAO,CAAC,CAAC;AAAA,EAC9C,kBAAkB,cAAE,SAAS,cAAE,MAAM,cAAE,OAAO,CAAC,CAAC;AACpD,CAAC;AAIM,IAAM,4BAA4B,cAAE,OAAO;AAAA,EAC9C,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAClC,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EACrC,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAClC,UAAU,cAAE,SAAS,cAAE,MAAM,YAAY,CAAC;AAC9C,CAAC;AAIM,IAAM,oBAAoB,cAAE,OAAO;AAAA,EACtC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,iDAAiD;AAAA,EAC9F,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EACrC,sBAAsB,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAC3C,aAAa,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAClC,0BAA0B,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAC/C,iBAAiB,cAAE,SAAS,cAAE,QAAQ,CAAC,EAAE,QAAQ,IAAI;AACzD,CAAC;AAIM,IAAM,gBAAgB,cAAE,OAAO;AAAA,EAClC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,IAAI,cAAE,OAAO,EAAE,SAAS,uDAAuD;AAAA,EAC/E,WAAW,cAAE,OAAO,EAAE,SAAS,EAAE,SAAS,8CAA8C;AAAA,EACxF,WAAW,cAAE,OAAO,EAAE,SAAS,EAAE,SAAS,8CAA8C;AAAA,EACxF,aAAa,cAAE,OAAO,EAAE,SAAS,yBAAyB;AAAA,EAC1D,MAAM,cAAE,OAAO,EAAE,SAAS,sCAAsC;AAAA,EAChE,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,MAAM,cAAE,SAAS,WAAW,EAAE,SAAS,yBAAyB;AAAA,EAChE,gBAAgB,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EAC5E,aAAa,cAAE,SAAS,cAAE,MAAM,iBAAiB,CAAC,EAAE,SAAS,uCAAuC;AAAA,EACpG,YAAY,cAAE,SAAS,cAAE,OAAO,CAAC,EAAE,SAAS,gCAAgC;AAAA,EAC5E,gBAAgB,cAAE,SAAS,oBAAoB,EAAE,SAAS,8CAA8C;AAAA,EACxG,mBAAmB,cAAE,SAAS,uBAAuB,EAAE,SAAS,kEAAkE;AAAA,EAClI,YAAY,cAAE,SAAS,gBAAgB,EAAE,SAAS,mDAAmD;AAAA,EACrG,cAAc,cAAE,SAAS,yBAAyB;AAAA,EAClD,sBAAsB,cAAE,SAAS,WAAW;AAAA,EAC5C,kBAAkB,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EACvC,eAAe,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EACpC,aAAa,cAAE,SAAS,iBAAiB;AAC7C,CAAC;AAIM,IAAM,eAAe,cAAE,OAAO;AAAA,EACjC,SAAS,cAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,cAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,MAAM,cAAE,OAAO,EAAE,SAAS,uEAAuE;AAAA,EACjG,YAAY;AAAA,EACZ,WAAW,cAAE,SAAS,aAAa;AAAA,EACnC,aAAa,cAAE,SAAS,WAAW,EAAE,SAAS,6DAA6D;AAAA,EAC3G,WAAW,cAAE,SAAS,cAAE,OAAO,CAAC;AAAA,EAChC,WAAW,cAAE,SAAS,cAAE,OAAO,CAAC;AACpC,CAAC;","names":["TypeEnum","import_zod","TypeEnum"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-
|
|
2
|
+
export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-Ba8VhDao.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-
|
|
2
|
+
export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-Ba8VhDao.js';
|
|
@@ -135,7 +135,7 @@ var companyNdgSchema = z2.object({
|
|
|
135
135
|
version: z2.literal("1.0.0").default("1.0.0"),
|
|
136
136
|
type: z2.string().describe("Document type used for schema"),
|
|
137
137
|
companyWow: z2.optional(z2.string()).describe("What is the wow of this company?"),
|
|
138
|
-
|
|
138
|
+
companyNDGTake: z2.optional(z2.string()).describe("What is the NDG POV on this company?"),
|
|
139
139
|
companyBestFit: z2.optional(z2.array(z2.string())),
|
|
140
140
|
companyInterests: z2.optional(z2.array(z2.string()))
|
|
141
141
|
});
|
|
@@ -171,7 +171,7 @@ var companySchema = z2.object({
|
|
|
171
171
|
brandColor: z2.optional(z2.string()).describe("The brand color of the company"),
|
|
172
172
|
companyCareers: z2.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
173
173
|
companyPhilosophy: z2.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
174
|
-
|
|
174
|
+
companyNDG: z2.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
175
175
|
foundingInfo: z2.optional(foundingInformationSchema),
|
|
176
176
|
headquartersLocation: z2.optional(placeSchema),
|
|
177
177
|
employeeEstimate: z2.optional(z2.string()),
|