@next-degree/pickle-shared-js 0.6.47 → 0.6.50
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-uu3w8AR6.d.cts → company_service_latest-B7KhyYDc.d.cts} +2056 -328
- package/dist/{company_service_latest-uu3w8AR6.d.ts → company_service_latest-B7KhyYDc.d.ts} +2056 -328
- package/dist/components/jobPost/JobDescription.cjs +13 -4
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +13 -4
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +47 -14
- 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 +47 -14
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/command.d.cts +1 -1
- package/dist/components/primitives/command.d.ts +1 -1
- package/dist/components/ui/MapComponent.cjs +9 -2
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.d.cts +1 -1
- package/dist/components/ui/MapComponent.d.ts +1 -1
- package/dist/components/ui/MapComponent.js +9 -2
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +13 -4
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +13 -4
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +5 -11
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +5 -11
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +92 -0
- package/dist/components/ui/StepTabs.cjs.map +1 -0
- package/dist/components/ui/StepTabs.d.cts +13 -0
- package/dist/components/ui/StepTabs.d.ts +13 -0
- package/dist/components/ui/StepTabs.js +58 -0
- package/dist/components/ui/StepTabs.js.map +1 -0
- package/dist/{displayText-D3BX6YTj.d.cts → displayText-BCQw5Qq-.d.cts} +2 -2
- package/dist/{displayText-CcePAspL.d.ts → displayText-Bqmpx1Va.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +92 -55
- 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 +92 -55
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-CWuc_SuJ.d.cts → job_posting_service_latest-C2z66hFK.d.cts} +1787 -329
- package/dist/{job_posting_service_latest-CWuc_SuJ.d.ts → job_posting_service_latest-C2z66hFK.d.ts} +1787 -329
- 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.cjs +29 -6
- package/dist/lib/salaryRange.cjs.map +1 -1
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/lib/salaryRange.js +29 -6
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/{shared_pickle_output_latest-CxZJXPOS.d.cts → shared_pickle_output_latest-_L9GxVle.d.cts} +164 -8
- package/dist/{shared_pickle_output_latest-CxZJXPOS.d.ts → shared_pickle_output_latest-_L9GxVle.d.ts} +164 -8
- package/dist/styles/globals.css +96 -6
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +58 -35
- 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 +57 -33
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +57 -32
- 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 +57 -32
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +33 -6
- package/dist/types/data/shared_pickle_output_latest.cjs.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/dist/types/data/shared_pickle_output_latest.js +31 -6
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +5 -1
package/dist/lib/locations.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-C2z66hFK.cjs';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-_L9GxVle.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/locations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-C2z66hFK.js';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-_L9GxVle.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
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 '../shared_pickle_output_latest-
|
|
4
|
-
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-BCQw5Qq-.cjs';
|
|
3
|
+
import '../shared_pickle_output_latest-_L9GxVle.cjs';
|
|
4
|
+
import '../job_posting_service_latest-C2z66hFK.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 '../shared_pickle_output_latest-
|
|
4
|
-
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-Bqmpx1Va.js';
|
|
3
|
+
import '../shared_pickle_output_latest-_L9GxVle.js';
|
|
4
|
+
import '../job_posting_service_latest-C2z66hFK.js';
|
package/dist/lib/salaryRange.cjs
CHANGED
|
@@ -26,18 +26,20 @@ module.exports = __toCommonJS(salaryRange_exports);
|
|
|
26
26
|
|
|
27
27
|
// src/types/data/shared_pickle_output_latest.ts
|
|
28
28
|
var import_zod = require("zod");
|
|
29
|
-
var TypeEnum = import_zod.z.enum(["
|
|
29
|
+
var TypeEnum = import_zod.z.enum(["IMAGE"]);
|
|
30
30
|
var DetailLevelEnum = import_zod.z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
31
31
|
var UnitTextEnum = import_zod.z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
32
32
|
var CurrencyEnum = import_zod.z.enum(["EUR", "GBP", "USD"]);
|
|
33
33
|
var postalAddressSchema = import_zod.z.object({
|
|
34
34
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
35
|
-
type: import_zod.z.string().describe("Document type used
|
|
35
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
36
36
|
addressCountry: import_zod.z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
37
37
|
addressRegion: import_zod.z.optional(import_zod.z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
38
38
|
addressLocality: import_zod.z.optional(import_zod.z.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
|
|
39
|
-
streetAddress: import_zod.z.optional(import_zod.z.string()).describe("The street address within the locality."),
|
|
40
|
-
|
|
39
|
+
streetAddress: import_zod.z.optional(import_zod.z.string()).describe("The street name of the address within the locality."),
|
|
40
|
+
streetNumber: import_zod.z.optional(import_zod.z.string()).describe("The house of building number within the street."),
|
|
41
|
+
postalCode: import_zod.z.optional(import_zod.z.string()).describe("The postal code"),
|
|
42
|
+
description: import_zod.z.optional(import_zod.z.string()).describe("A descriptive string containing the full address.")
|
|
41
43
|
});
|
|
42
44
|
var placeSchema = import_zod.z.object({
|
|
43
45
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
@@ -48,7 +50,7 @@ var placeSchema = import_zod.z.object({
|
|
|
48
50
|
});
|
|
49
51
|
var quantitativeValueSchema = import_zod.z.object({
|
|
50
52
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
51
|
-
type: import_zod.z.string().describe("Document type used
|
|
53
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
52
54
|
value: import_zod.z.optional(import_zod.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."),
|
|
53
55
|
minValue: import_zod.z.optional(import_zod.z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
54
56
|
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
@@ -56,13 +58,34 @@ var quantitativeValueSchema = import_zod.z.object({
|
|
|
56
58
|
});
|
|
57
59
|
var monetaryAmountSchema = import_zod.z.object({
|
|
58
60
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
59
|
-
type: import_zod.z.string().describe("Document type used
|
|
61
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
60
62
|
singleValue: import_zod.z.optional(import_zod.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."),
|
|
61
63
|
minValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
62
64
|
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
63
65
|
value: import_zod.z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
|
|
64
66
|
currency: import_zod.z.optional(CurrencyEnum)
|
|
65
67
|
});
|
|
68
|
+
var imageAssetSchema = import_zod.z.object({
|
|
69
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
70
|
+
altText: import_zod.z.optional(import_zod.z.string()).describe("The alt text for the image"),
|
|
71
|
+
assetId: import_zod.z.optional(import_zod.z.string()).describe("The asset ID for the image"),
|
|
72
|
+
description: import_zod.z.optional(import_zod.z.string()).describe("The description for the image"),
|
|
73
|
+
extension: import_zod.z.optional(import_zod.z.string()).describe("The extension for the image"),
|
|
74
|
+
label: import_zod.z.optional(import_zod.z.string()).describe("The label for the image"),
|
|
75
|
+
mimeType: import_zod.z.optional(import_zod.z.string()).describe("The mime type for the image"),
|
|
76
|
+
originalFilename: import_zod.z.optional(import_zod.z.string()).describe("The original filename for the image"),
|
|
77
|
+
path: import_zod.z.optional(import_zod.z.string()).describe("The path for the image"),
|
|
78
|
+
sha1Hash: import_zod.z.optional(import_zod.z.string()).describe("The SHA1 hash for the image"),
|
|
79
|
+
size: import_zod.z.optional(import_zod.z.number()).describe("The size for the image"),
|
|
80
|
+
title: import_zod.z.optional(import_zod.z.string()).describe("The title for the image"),
|
|
81
|
+
uploadId: import_zod.z.optional(import_zod.z.string()).describe("The upload ID for the image"),
|
|
82
|
+
url: import_zod.z.optional(import_zod.z.string()).describe("The URL for the image")
|
|
83
|
+
});
|
|
84
|
+
var imageSchema = import_zod.z.object({
|
|
85
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
86
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
87
|
+
asset: import_zod.z.optional(imageAssetSchema).describe("The asset for the image")
|
|
88
|
+
});
|
|
66
89
|
|
|
67
90
|
// src/lib/salaryRange.ts
|
|
68
91
|
function salaryRange(salary) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/lib/salaryRange.ts","../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n","/*\nID:
|
|
1
|
+
{"version":3,"sources":["../../src/lib/salaryRange.ts","../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n","/*\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>;\n"],"mappings":"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","names":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-_L9GxVle.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare function salaryRange(salary?: MonetaryAmountModel): string | null;
|
package/dist/lib/salaryRange.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
// src/types/data/shared_pickle_output_latest.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
var TypeEnum = z.enum(["
|
|
3
|
+
var TypeEnum = z.enum(["IMAGE"]);
|
|
4
4
|
var DetailLevelEnum = z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
5
5
|
var UnitTextEnum = z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
6
6
|
var CurrencyEnum = z.enum(["EUR", "GBP", "USD"]);
|
|
7
7
|
var postalAddressSchema = z.object({
|
|
8
8
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
9
|
-
type: z.string().describe("Document type used
|
|
9
|
+
type: z.string().describe("Document type used for schema"),
|
|
10
10
|
addressCountry: z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
11
11
|
addressRegion: z.optional(z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
12
12
|
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."),
|
|
13
|
-
streetAddress: z.optional(z.string()).describe("The street address within the locality."),
|
|
14
|
-
|
|
13
|
+
streetAddress: z.optional(z.string()).describe("The street name of the address within the locality."),
|
|
14
|
+
streetNumber: z.optional(z.string()).describe("The house of building number within the street."),
|
|
15
|
+
postalCode: z.optional(z.string()).describe("The postal code"),
|
|
16
|
+
description: z.optional(z.string()).describe("A descriptive string containing the full address.")
|
|
15
17
|
});
|
|
16
18
|
var placeSchema = z.object({
|
|
17
19
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
@@ -22,7 +24,7 @@ var placeSchema = z.object({
|
|
|
22
24
|
});
|
|
23
25
|
var quantitativeValueSchema = z.object({
|
|
24
26
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
25
|
-
type: z.string().describe("Document type used
|
|
27
|
+
type: z.string().describe("Document type used for schema"),
|
|
26
28
|
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."),
|
|
27
29
|
minValue: z.optional(z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
28
30
|
maxValue: z.optional(z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
@@ -30,13 +32,34 @@ var quantitativeValueSchema = z.object({
|
|
|
30
32
|
});
|
|
31
33
|
var monetaryAmountSchema = z.object({
|
|
32
34
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
33
|
-
type: z.string().describe("Document type used
|
|
35
|
+
type: z.string().describe("Document type used for schema"),
|
|
34
36
|
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."),
|
|
35
37
|
minValue: z.optional(z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
36
38
|
maxValue: z.optional(z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
37
39
|
value: z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
|
|
38
40
|
currency: z.optional(CurrencyEnum)
|
|
39
41
|
});
|
|
42
|
+
var imageAssetSchema = z.object({
|
|
43
|
+
version: z.literal("1.0.0").default("1.0.0"),
|
|
44
|
+
altText: z.optional(z.string()).describe("The alt text for the image"),
|
|
45
|
+
assetId: z.optional(z.string()).describe("The asset ID for the image"),
|
|
46
|
+
description: z.optional(z.string()).describe("The description for the image"),
|
|
47
|
+
extension: z.optional(z.string()).describe("The extension for the image"),
|
|
48
|
+
label: z.optional(z.string()).describe("The label for the image"),
|
|
49
|
+
mimeType: z.optional(z.string()).describe("The mime type for the image"),
|
|
50
|
+
originalFilename: z.optional(z.string()).describe("The original filename for the image"),
|
|
51
|
+
path: z.optional(z.string()).describe("The path for the image"),
|
|
52
|
+
sha1Hash: z.optional(z.string()).describe("The SHA1 hash for the image"),
|
|
53
|
+
size: z.optional(z.number()).describe("The size for the image"),
|
|
54
|
+
title: z.optional(z.string()).describe("The title for the image"),
|
|
55
|
+
uploadId: z.optional(z.string()).describe("The upload ID for the image"),
|
|
56
|
+
url: z.optional(z.string()).describe("The URL for the image")
|
|
57
|
+
});
|
|
58
|
+
var imageSchema = z.object({
|
|
59
|
+
version: z.literal("1.0.0").default("1.0.0"),
|
|
60
|
+
type: z.string().describe("Document type used for schema"),
|
|
61
|
+
asset: z.optional(imageAssetSchema).describe("The asset for the image")
|
|
62
|
+
});
|
|
40
63
|
|
|
41
64
|
// src/lib/salaryRange.ts
|
|
42
65
|
function salaryRange(salary) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/types/data/shared_pickle_output_latest.ts","../../src/lib/salaryRange.ts"],"sourcesContent":["/*\nID:
|
|
1
|
+
{"version":3,"sources":["../../src/types/data/shared_pickle_output_latest.ts","../../src/lib/salaryRange.ts"],"sourcesContent":["/*\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>;\n","import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n"],"mappings":";AAQA,SAAS,SAAS;AAKX,IAAM,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC;AACjC,IAAM,kBAAkB,EAAE,KAAK,CAAC,WAAW,OAAO,YAAY,eAAe,QAAQ,CAAC;AACtF,IAAM,eAAe,EAAE,KAAK,CAAC,OAAO,QAAQ,SAAS,gBAAgB,QAAQ,MAAM,CAAC;AACpF,IAAM,eAAe,EAAE,KAAK,CAAC,OAAO,OAAO,KAAK,CAAC;AAGjD,IAAM,sBAAsB,EAAE,OAAO;AAAA,EACxC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,gBAAgB,EAAE,OAAO,EAAE,SAAS,qDAAqD;AAAA,EACzF,eAAe,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,mEAAmE;AAAA,EAClH,iBAAiB,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wGAAwG;AAAA,EACzJ,eAAe,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,qDAAqD;AAAA,EACpG,cAAc,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,iDAAiD;AAAA,EAC/F,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,iBAAiB;AAAA,EAC7D,aAAa,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,mDAAmD;AACpG,CAAC;AAIM,IAAM,cAAc,EAAE,OAAO;AAAA,EAChC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,aAAa,EAAE,SAAS,eAAe;AAAA,EACvC,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,8BAA8B;AAAA,EACzE,SAAS,EAAE,SAAS,mBAAmB,EAAE,SAAS,oCAAoC;AAC1F,CAAC;AAIM,IAAM,0BAA0B,EAAE,OAAO;AAAA,EAC5C,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,kIAAkI;AAAA,EACzK,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wFAAwF;AAAA,EAClI,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,kFAAkF;AAAA,EAC5H,UAAU;AACd,CAAC;AAIM,IAAM,uBAAuB,EAAE,OAAO;AAAA,EACzC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,aAAa,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,+IAA+I;AAAA,EAC5L,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,uGAAuG;AAAA,EACjJ,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,iGAAiG;AAAA,EAC3I,OAAO,EAAE,SAAS,uBAAuB,EAAE,SAAS,2CAA2C;AAAA,EAC/F,UAAU,EAAE,SAAS,YAAY;AACrC,CAAC;AAIM,IAAM,mBAAmB,EAAE,OAAO;AAAA,EACrC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,aAAa,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,+BAA+B;AAAA,EAC5E,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACxE,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,kBAAkB,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,qCAAqC;AAAA,EACvF,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,uBAAuB;AAChE,CAAC;AAIM,IAAM,cAAc,EAAE,OAAO;AAAA,EAChC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,EAAE,SAAS,gBAAgB,EAAE,SAAS,yBAAyB;AAC1E,CAAC;;;ACvFM,SAAS,YAAY,QAA8B;AACxD,MAAI,CAAC,OAAQ,QAAO;AAEpB,QAAM,MAAM,OAAO;AACnB,QAAM,MAAM,OAAO;AACnB,QAAM,SAAS,OAAO;AACtB,QAAM,QAAQ;AAAA,IACZ,CAAC,aAAa,OAAO,GAAG,GAAG;AAAA,IAC3B,CAAC,aAAa,OAAO,GAAG,GAAG;AAAA,IAC3B,CAAC,aAAa,OAAO,GAAG,GAAG;AAAA,EAC7B;AACA,QAAM,OAAO,MAAM,OAAO,YAAY,aAAa,OAAO,GAAG;AAG7D,MAAI,OAAO,QAAQ,OAAO,QAAQ,UAAU,KAAM,QAAO;AAEzD,MAAI,UAAU,KAAM,QAAO,OAAO,OAAO,eAAe;AAExD,MAAI,QAAQ,IAAK,QAAO,OAAO,KAAK,eAAe;AAEnD,MAAI,OAAO,QAAQ,OAAO;AACxB,WAAO,OAAO,KAAK,eAAe,IAAI,QAAQ,OAAO,KAAK,eAAe;AAC3E,SAAO;AACT;","names":[]}
|
|
@@ -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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-BCQw5Qq-.cjs';
|
|
3
|
+
import '../shared_pickle_output_latest-_L9GxVle.cjs';
|
|
4
|
+
import '../job_posting_service_latest-C2z66hFK.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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-Bqmpx1Va.js';
|
|
3
|
+
import '../shared_pickle_output_latest-_L9GxVle.js';
|
|
4
|
+
import '../job_posting_service_latest-C2z66hFK.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const TypeEnum: z.ZodEnum<["
|
|
3
|
+
declare const TypeEnum: z.ZodEnum<["IMAGE"]>;
|
|
4
4
|
declare const DetailLevelEnum: z.ZodEnum<["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]>;
|
|
5
5
|
declare const UnitTextEnum: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
6
6
|
declare const CurrencyEnum: z.ZodEnum<["EUR", "GBP", "USD"]>;
|
|
@@ -11,22 +11,28 @@ declare const postalAddressSchema: z.ZodObject<{
|
|
|
11
11
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
12
12
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
13
13
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
14
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
14
15
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
16
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15
17
|
}, "strip", z.ZodTypeAny, {
|
|
16
18
|
type: string;
|
|
17
19
|
version: "1.0.0";
|
|
18
20
|
addressCountry: string;
|
|
21
|
+
description?: string | undefined;
|
|
19
22
|
addressRegion?: string | undefined;
|
|
20
23
|
addressLocality?: string | undefined;
|
|
21
24
|
streetAddress?: string | undefined;
|
|
25
|
+
streetNumber?: string | undefined;
|
|
22
26
|
postalCode?: string | undefined;
|
|
23
27
|
}, {
|
|
24
28
|
type: string;
|
|
25
29
|
addressCountry: string;
|
|
26
30
|
version?: "1.0.0" | undefined;
|
|
31
|
+
description?: string | undefined;
|
|
27
32
|
addressRegion?: string | undefined;
|
|
28
33
|
addressLocality?: string | undefined;
|
|
29
34
|
streetAddress?: string | undefined;
|
|
35
|
+
streetNumber?: string | undefined;
|
|
30
36
|
postalCode?: string | undefined;
|
|
31
37
|
}>;
|
|
32
38
|
type PostalAddressModel = z.infer<typeof postalAddressSchema>;
|
|
@@ -42,22 +48,28 @@ declare const placeSchema: z.ZodObject<{
|
|
|
42
48
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
43
49
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
44
50
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
51
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
45
52
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
53
|
+
description: z.ZodOptional<z.ZodString>;
|
|
46
54
|
}, "strip", z.ZodTypeAny, {
|
|
47
55
|
type: string;
|
|
48
56
|
version: "1.0.0";
|
|
49
57
|
addressCountry: string;
|
|
58
|
+
description?: string | undefined;
|
|
50
59
|
addressRegion?: string | undefined;
|
|
51
60
|
addressLocality?: string | undefined;
|
|
52
61
|
streetAddress?: string | undefined;
|
|
62
|
+
streetNumber?: string | undefined;
|
|
53
63
|
postalCode?: string | undefined;
|
|
54
64
|
}, {
|
|
55
65
|
type: string;
|
|
56
66
|
addressCountry: string;
|
|
57
67
|
version?: "1.0.0" | undefined;
|
|
68
|
+
description?: string | undefined;
|
|
58
69
|
addressRegion?: string | undefined;
|
|
59
70
|
addressLocality?: string | undefined;
|
|
60
71
|
streetAddress?: string | undefined;
|
|
72
|
+
streetNumber?: string | undefined;
|
|
61
73
|
postalCode?: string | undefined;
|
|
62
74
|
}>>;
|
|
63
75
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -66,9 +78,11 @@ declare const placeSchema: z.ZodObject<{
|
|
|
66
78
|
type: string;
|
|
67
79
|
version: "1.0.0";
|
|
68
80
|
addressCountry: string;
|
|
81
|
+
description?: string | undefined;
|
|
69
82
|
addressRegion?: string | undefined;
|
|
70
83
|
addressLocality?: string | undefined;
|
|
71
84
|
streetAddress?: string | undefined;
|
|
85
|
+
streetNumber?: string | undefined;
|
|
72
86
|
postalCode?: string | undefined;
|
|
73
87
|
} | undefined;
|
|
74
88
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -79,9 +93,11 @@ declare const placeSchema: z.ZodObject<{
|
|
|
79
93
|
type: string;
|
|
80
94
|
addressCountry: string;
|
|
81
95
|
version?: "1.0.0" | undefined;
|
|
96
|
+
description?: string | undefined;
|
|
82
97
|
addressRegion?: string | undefined;
|
|
83
98
|
addressLocality?: string | undefined;
|
|
84
99
|
streetAddress?: string | undefined;
|
|
100
|
+
streetNumber?: string | undefined;
|
|
85
101
|
postalCode?: string | undefined;
|
|
86
102
|
} | undefined;
|
|
87
103
|
version?: "1.0.0" | undefined;
|
|
@@ -99,8 +115,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
99
115
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
100
116
|
}, "strip", z.ZodTypeAny, {
|
|
101
117
|
type: string;
|
|
102
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
103
118
|
version: "1.0.0";
|
|
119
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
104
120
|
value?: number | undefined;
|
|
105
121
|
minValue?: number | undefined;
|
|
106
122
|
maxValue?: number | undefined;
|
|
@@ -128,8 +144,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
128
144
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
129
145
|
}, "strip", z.ZodTypeAny, {
|
|
130
146
|
type: string;
|
|
131
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
132
147
|
version: "1.0.0";
|
|
148
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
133
149
|
value?: number | undefined;
|
|
134
150
|
minValue?: number | undefined;
|
|
135
151
|
maxValue?: number | undefined;
|
|
@@ -147,16 +163,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
147
163
|
version: "1.0.0";
|
|
148
164
|
value?: {
|
|
149
165
|
type: string;
|
|
150
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
151
166
|
version: "1.0.0";
|
|
167
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
152
168
|
value?: number | undefined;
|
|
153
169
|
minValue?: number | undefined;
|
|
154
170
|
maxValue?: number | undefined;
|
|
155
171
|
} | undefined;
|
|
156
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
157
172
|
minValue?: number | undefined;
|
|
158
173
|
maxValue?: number | undefined;
|
|
159
174
|
singleValue?: number | undefined;
|
|
175
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
160
176
|
}, {
|
|
161
177
|
type: string;
|
|
162
178
|
value?: {
|
|
@@ -167,28 +183,168 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
167
183
|
minValue?: number | undefined;
|
|
168
184
|
maxValue?: number | undefined;
|
|
169
185
|
} | undefined;
|
|
170
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
171
186
|
version?: "1.0.0" | undefined;
|
|
172
187
|
minValue?: number | undefined;
|
|
173
188
|
maxValue?: number | undefined;
|
|
174
189
|
singleValue?: number | undefined;
|
|
190
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
175
191
|
}>;
|
|
176
192
|
type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;
|
|
193
|
+
declare const imageAssetSchema: z.ZodObject<{
|
|
194
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
195
|
+
altText: z.ZodOptional<z.ZodString>;
|
|
196
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
197
|
+
description: z.ZodOptional<z.ZodString>;
|
|
198
|
+
extension: z.ZodOptional<z.ZodString>;
|
|
199
|
+
label: z.ZodOptional<z.ZodString>;
|
|
200
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
201
|
+
originalFilename: z.ZodOptional<z.ZodString>;
|
|
202
|
+
path: z.ZodOptional<z.ZodString>;
|
|
203
|
+
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
204
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
205
|
+
title: z.ZodOptional<z.ZodString>;
|
|
206
|
+
uploadId: z.ZodOptional<z.ZodString>;
|
|
207
|
+
url: z.ZodOptional<z.ZodString>;
|
|
208
|
+
}, "strip", z.ZodTypeAny, {
|
|
209
|
+
version: "1.0.0";
|
|
210
|
+
label?: string | undefined;
|
|
211
|
+
title?: string | undefined;
|
|
212
|
+
path?: string | undefined;
|
|
213
|
+
url?: string | undefined;
|
|
214
|
+
size?: number | undefined;
|
|
215
|
+
description?: string | undefined;
|
|
216
|
+
altText?: string | undefined;
|
|
217
|
+
assetId?: string | undefined;
|
|
218
|
+
extension?: string | undefined;
|
|
219
|
+
mimeType?: string | undefined;
|
|
220
|
+
originalFilename?: string | undefined;
|
|
221
|
+
sha1Hash?: string | undefined;
|
|
222
|
+
uploadId?: string | undefined;
|
|
223
|
+
}, {
|
|
224
|
+
label?: string | undefined;
|
|
225
|
+
title?: string | undefined;
|
|
226
|
+
path?: string | undefined;
|
|
227
|
+
url?: string | undefined;
|
|
228
|
+
version?: "1.0.0" | undefined;
|
|
229
|
+
size?: number | undefined;
|
|
230
|
+
description?: string | undefined;
|
|
231
|
+
altText?: string | undefined;
|
|
232
|
+
assetId?: string | undefined;
|
|
233
|
+
extension?: string | undefined;
|
|
234
|
+
mimeType?: string | undefined;
|
|
235
|
+
originalFilename?: string | undefined;
|
|
236
|
+
sha1Hash?: string | undefined;
|
|
237
|
+
uploadId?: string | undefined;
|
|
238
|
+
}>;
|
|
239
|
+
type ImageAssetModel = z.infer<typeof imageAssetSchema>;
|
|
240
|
+
declare const imageSchema: z.ZodObject<{
|
|
241
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
242
|
+
type: z.ZodString;
|
|
243
|
+
asset: z.ZodOptional<z.ZodObject<{
|
|
244
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
245
|
+
altText: z.ZodOptional<z.ZodString>;
|
|
246
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
247
|
+
description: z.ZodOptional<z.ZodString>;
|
|
248
|
+
extension: z.ZodOptional<z.ZodString>;
|
|
249
|
+
label: z.ZodOptional<z.ZodString>;
|
|
250
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
251
|
+
originalFilename: z.ZodOptional<z.ZodString>;
|
|
252
|
+
path: z.ZodOptional<z.ZodString>;
|
|
253
|
+
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
254
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
255
|
+
title: z.ZodOptional<z.ZodString>;
|
|
256
|
+
uploadId: z.ZodOptional<z.ZodString>;
|
|
257
|
+
url: z.ZodOptional<z.ZodString>;
|
|
258
|
+
}, "strip", z.ZodTypeAny, {
|
|
259
|
+
version: "1.0.0";
|
|
260
|
+
label?: string | undefined;
|
|
261
|
+
title?: string | undefined;
|
|
262
|
+
path?: string | undefined;
|
|
263
|
+
url?: string | undefined;
|
|
264
|
+
size?: number | undefined;
|
|
265
|
+
description?: string | undefined;
|
|
266
|
+
altText?: string | undefined;
|
|
267
|
+
assetId?: string | undefined;
|
|
268
|
+
extension?: string | undefined;
|
|
269
|
+
mimeType?: string | undefined;
|
|
270
|
+
originalFilename?: string | undefined;
|
|
271
|
+
sha1Hash?: string | undefined;
|
|
272
|
+
uploadId?: string | undefined;
|
|
273
|
+
}, {
|
|
274
|
+
label?: string | undefined;
|
|
275
|
+
title?: string | undefined;
|
|
276
|
+
path?: string | undefined;
|
|
277
|
+
url?: string | undefined;
|
|
278
|
+
version?: "1.0.0" | undefined;
|
|
279
|
+
size?: number | undefined;
|
|
280
|
+
description?: string | undefined;
|
|
281
|
+
altText?: string | undefined;
|
|
282
|
+
assetId?: string | undefined;
|
|
283
|
+
extension?: string | undefined;
|
|
284
|
+
mimeType?: string | undefined;
|
|
285
|
+
originalFilename?: string | undefined;
|
|
286
|
+
sha1Hash?: string | undefined;
|
|
287
|
+
uploadId?: string | undefined;
|
|
288
|
+
}>>;
|
|
289
|
+
}, "strip", z.ZodTypeAny, {
|
|
290
|
+
type: string;
|
|
291
|
+
version: "1.0.0";
|
|
292
|
+
asset?: {
|
|
293
|
+
version: "1.0.0";
|
|
294
|
+
label?: string | undefined;
|
|
295
|
+
title?: string | undefined;
|
|
296
|
+
path?: string | undefined;
|
|
297
|
+
url?: string | undefined;
|
|
298
|
+
size?: number | undefined;
|
|
299
|
+
description?: string | undefined;
|
|
300
|
+
altText?: string | undefined;
|
|
301
|
+
assetId?: string | undefined;
|
|
302
|
+
extension?: string | undefined;
|
|
303
|
+
mimeType?: string | undefined;
|
|
304
|
+
originalFilename?: string | undefined;
|
|
305
|
+
sha1Hash?: string | undefined;
|
|
306
|
+
uploadId?: string | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
}, {
|
|
309
|
+
type: string;
|
|
310
|
+
version?: "1.0.0" | undefined;
|
|
311
|
+
asset?: {
|
|
312
|
+
label?: string | undefined;
|
|
313
|
+
title?: string | undefined;
|
|
314
|
+
path?: string | undefined;
|
|
315
|
+
url?: string | undefined;
|
|
316
|
+
version?: "1.0.0" | undefined;
|
|
317
|
+
size?: number | undefined;
|
|
318
|
+
description?: string | undefined;
|
|
319
|
+
altText?: string | undefined;
|
|
320
|
+
assetId?: string | undefined;
|
|
321
|
+
extension?: string | undefined;
|
|
322
|
+
mimeType?: string | undefined;
|
|
323
|
+
originalFilename?: string | undefined;
|
|
324
|
+
sha1Hash?: string | undefined;
|
|
325
|
+
uploadId?: string | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
}>;
|
|
328
|
+
type ImageModel = z.infer<typeof imageSchema>;
|
|
177
329
|
|
|
178
330
|
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
179
331
|
declare const shared_pickle_output_latest_DetailLevelEnum: typeof DetailLevelEnum;
|
|
332
|
+
type shared_pickle_output_latest_ImageAssetModel = ImageAssetModel;
|
|
333
|
+
type shared_pickle_output_latest_ImageModel = ImageModel;
|
|
180
334
|
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
181
335
|
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
182
336
|
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
183
337
|
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
184
338
|
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
185
339
|
declare const shared_pickle_output_latest_UnitTextEnum: typeof UnitTextEnum;
|
|
340
|
+
declare const shared_pickle_output_latest_imageAssetSchema: typeof imageAssetSchema;
|
|
341
|
+
declare const shared_pickle_output_latest_imageSchema: typeof imageSchema;
|
|
186
342
|
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
187
343
|
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
188
344
|
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
189
345
|
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
190
346
|
declare namespace shared_pickle_output_latest {
|
|
191
|
-
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type shared_pickle_output_latest_MonetaryAmountModel as MonetaryAmountModel, type shared_pickle_output_latest_PlaceModel as PlaceModel, type shared_pickle_output_latest_PostalAddressModel as PostalAddressModel, type shared_pickle_output_latest_QuantitativeValueModel as QuantitativeValueModel, shared_pickle_output_latest_TypeEnum as TypeEnum, shared_pickle_output_latest_UnitTextEnum as UnitTextEnum, shared_pickle_output_latest_monetaryAmountSchema as monetaryAmountSchema, shared_pickle_output_latest_placeSchema as placeSchema, shared_pickle_output_latest_postalAddressSchema as postalAddressSchema, shared_pickle_output_latest_quantitativeValueSchema as quantitativeValueSchema };
|
|
347
|
+
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type shared_pickle_output_latest_ImageAssetModel as ImageAssetModel, type shared_pickle_output_latest_ImageModel as ImageModel, type shared_pickle_output_latest_MonetaryAmountModel as MonetaryAmountModel, type shared_pickle_output_latest_PlaceModel as PlaceModel, type shared_pickle_output_latest_PostalAddressModel as PostalAddressModel, type shared_pickle_output_latest_QuantitativeValueModel as QuantitativeValueModel, shared_pickle_output_latest_TypeEnum as TypeEnum, shared_pickle_output_latest_UnitTextEnum as UnitTextEnum, shared_pickle_output_latest_imageAssetSchema as imageAssetSchema, shared_pickle_output_latest_imageSchema as imageSchema, shared_pickle_output_latest_monetaryAmountSchema as monetaryAmountSchema, shared_pickle_output_latest_placeSchema as placeSchema, shared_pickle_output_latest_postalAddressSchema as postalAddressSchema, shared_pickle_output_latest_quantitativeValueSchema as quantitativeValueSchema };
|
|
192
348
|
}
|
|
193
349
|
|
|
194
|
-
export { CurrencyEnum as C, DetailLevelEnum as D, type MonetaryAmountModel as M, type PostalAddressModel as P, type QuantitativeValueModel as Q, TypeEnum as T, UnitTextEnum as U, placeSchema as a, type PlaceModel as b, monetaryAmountSchema as m, postalAddressSchema as p, quantitativeValueSchema as q, shared_pickle_output_latest as s };
|
|
350
|
+
export { CurrencyEnum as C, DetailLevelEnum as D, type ImageAssetModel as I, type MonetaryAmountModel as M, type PostalAddressModel as P, type QuantitativeValueModel as Q, TypeEnum as T, UnitTextEnum as U, placeSchema as a, type PlaceModel as b, imageSchema as c, type ImageModel as d, imageAssetSchema as i, monetaryAmountSchema as m, postalAddressSchema as p, quantitativeValueSchema as q, shared_pickle_output_latest as s };
|