@next-degree/pickle-shared-js 0.6.50 → 0.7.51
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-DFxfjA2x.d.cts +4369 -0
- package/dist/company_service_latest-DFxfjA2x.d.ts +4369 -0
- package/dist/company_service_sanity--Aw-Y3Us.d.cts +7611 -0
- package/dist/company_service_sanity-B5FBDl-4.d.ts +7611 -0
- package/dist/components/buttons/BackButton.cjs +5 -1
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +5 -1
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs +4 -2
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js +4 -2
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs +5 -3
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +5 -3
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +43 -37
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +42 -36
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +92 -86
- 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 +92 -86
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs +6 -4
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +7 -7
- package/dist/components/primitives/command.d.ts +7 -7
- package/dist/components/primitives/command.js +6 -4
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs +4 -4
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js +6 -4
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +2 -2
- package/dist/components/primitives/input-otp.cjs.map +1 -1
- package/dist/components/primitives/input-otp.js +2 -2
- package/dist/components/primitives/input-otp.js.map +1 -1
- package/dist/components/primitives/popover.cjs +1 -1
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.d.cts +1 -1
- package/dist/components/primitives/popover.d.ts +1 -1
- package/dist/components/primitives/popover.js +1 -1
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs +2 -2
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.js +4 -2
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs +3 -3
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +33 -0
- package/dist/components/ui/Button.d.ts +33 -0
- package/dist/components/ui/Button.js +5 -3
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +111 -103
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.d.cts +1 -1
- package/dist/components/ui/Combobox.d.ts +1 -1
- package/dist/components/ui/Combobox.js +108 -100
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs +3 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js +3 -1
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +318 -0
- package/dist/components/ui/DatePicker.cjs.map +1 -0
- package/dist/components/ui/DatePicker.d.cts +16 -0
- package/dist/components/ui/DatePicker.d.ts +16 -0
- package/dist/components/ui/DatePicker.js +284 -0
- package/dist/components/ui/DatePicker.js.map +1 -0
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs +3 -1
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.d.cts +29 -0
- package/dist/components/ui/Input.d.ts +29 -0
- package/dist/components/ui/Input.js +3 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +62 -58
- package/dist/components/ui/InputOtp.cjs.map +1 -1
- package/dist/components/ui/InputOtp.js +62 -58
- package/dist/components/ui/InputOtp.js.map +1 -1
- package/dist/components/ui/Label.cjs +5 -3
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js +7 -3
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +7 -7
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js +10 -8
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.js +1 -1
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs +21 -13
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js +23 -13
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +5 -3
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +5 -3
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +63 -59
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +61 -57
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs.map +1 -1
- package/dist/components/ui/StepTabs.d.cts +1 -1
- package/dist/components/ui/StepTabs.d.ts +1 -1
- package/dist/components/ui/StepTabs.js.map +1 -1
- package/dist/components/ui/buttonShadcn.cjs +94 -0
- package/dist/components/ui/buttonShadcn.cjs.map +1 -0
- package/dist/components/ui/buttonShadcn.d.cts +14 -0
- package/dist/components/ui/buttonShadcn.d.ts +14 -0
- package/dist/components/ui/buttonShadcn.js +58 -0
- package/dist/components/ui/buttonShadcn.js.map +1 -0
- package/dist/components/ui/calendar.cjs +152 -0
- package/dist/components/ui/calendar.cjs.map +1 -0
- package/dist/components/ui/calendar.d.cts +11 -0
- package/dist/components/ui/calendar.d.ts +11 -0
- package/dist/components/ui/calendar.js +118 -0
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/{displayText-BCQw5Qq-.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
- package/dist/{displayText-Bqmpx1Va.d.ts → displayText-LlsLfkTS.d.ts} +2 -2
- package/dist/hooks/useDisplayText.cjs.map +1 -1
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useDisplayText.js.map +1 -1
- package/dist/index.cjs +750 -728
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +759 -737
- package/dist/index.js.map +1 -1
- package/dist/job_posting_service_latest-B5tqLSgo.d.cts +4247 -0
- package/dist/job_posting_service_latest-B5tqLSgo.d.ts +4247 -0
- package/dist/job_posting_service_sanity-CeX9tlpb.d.ts +8093 -0
- package/dist/job_posting_service_sanity-D5Znr6Ba.d.cts +8093 -0
- package/dist/lib/google.cjs.map +1 -1
- package/dist/lib/google.js.map +1 -1
- package/dist/lib/locations.cjs.map +1 -1
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/locations.js.map +1 -1
- package/dist/lib/mappings.cjs.map +1 -1
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/mappings.js.map +1 -1
- 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.map +1 -1
- package/dist/lib/utils.cjs.map +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/services/displayText.cjs.map +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/services/displayText.js.map +1 -1
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.cts +350 -0
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.ts +350 -0
- package/dist/styles/globals.css +275 -0
- package/dist/styles/globals.css.map +1 -1
- 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.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +3 -1
- 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 +3 -1
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- 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.map +1 -1
- package/dist/types/index.cjs +505 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +10 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.js +479 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/latest/company_service_latest.cjs +251 -0
- package/dist/types/latest/company_service_latest.cjs.map +1 -0
- package/dist/types/latest/company_service_latest.d.cts +2 -0
- package/dist/types/latest/company_service_latest.d.ts +2 -0
- package/dist/types/latest/company_service_latest.js +210 -0
- package/dist/types/latest/company_service_latest.js.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.cjs +325 -0
- package/dist/types/latest/custom/company_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.d.cts +4 -0
- package/dist/types/latest/custom/company_service_sanity.d.ts +4 -0
- package/dist/types/latest/custom/company_service_sanity.js +288 -0
- package/dist/types/latest/custom/company_service_sanity.js.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs +43 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.d.cts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.d.ts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.js +17 -0
- package/dist/types/latest/custom/custom_sanity_models.js.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs +376 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js +331 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js.map +1 -0
- package/dist/types/latest/job_posting_service_latest.cjs +293 -0
- package/dist/types/latest/job_posting_service_latest.cjs.map +1 -0
- package/dist/types/latest/job_posting_service_latest.d.cts +2 -0
- package/dist/types/latest/job_posting_service_latest.d.ts +2 -0
- package/dist/types/latest/job_posting_service_latest.js +257 -0
- package/dist/types/latest/job_posting_service_latest.js.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs +109 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.d.cts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.d.ts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.js +75 -0
- package/dist/types/latest/shared_pickle_output_latest.js.map +1 -0
- package/package.json +27 -9
- package/dist/{company_service_latest-B7KhyYDc.d.cts → company_service_latest-8IMr2hMZ.d.cts} +142 -142
- package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-8IMr2hMZ.d.ts} +142 -142
- package/dist/{job_posting_service_latest-C2z66hFK.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +129 -129
- package/dist/{job_posting_service_latest-C2z66hFK.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +129 -129
- package/dist/{shared_pickle_output_latest-_L9GxVle.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +6 -6
- package/dist/{shared_pickle_output_latest-_L9GxVle.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +6 -6
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const TypeEnum: z.ZodEnum<["IMAGE"]>;
|
|
4
|
+
declare const DetailLevelEnum: z.ZodEnum<["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]>;
|
|
5
|
+
declare const UnitTextEnum: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
6
|
+
declare const CurrencyEnum: z.ZodEnum<["EUR", "GBP", "USD"]>;
|
|
7
|
+
declare const postalAddressSchema: z.ZodObject<{
|
|
8
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
9
|
+
type: z.ZodString;
|
|
10
|
+
addressCountry: z.ZodString;
|
|
11
|
+
addressRegion: z.ZodOptional<z.ZodString>;
|
|
12
|
+
addressLocality: z.ZodOptional<z.ZodString>;
|
|
13
|
+
streetAddress: z.ZodOptional<z.ZodString>;
|
|
14
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
15
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
16
|
+
description: z.ZodOptional<z.ZodString>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
version: "1.0.0";
|
|
19
|
+
type: string;
|
|
20
|
+
addressCountry: string;
|
|
21
|
+
addressRegion?: string | undefined;
|
|
22
|
+
addressLocality?: string | undefined;
|
|
23
|
+
streetAddress?: string | undefined;
|
|
24
|
+
streetNumber?: string | undefined;
|
|
25
|
+
postalCode?: string | undefined;
|
|
26
|
+
description?: string | undefined;
|
|
27
|
+
}, {
|
|
28
|
+
type: string;
|
|
29
|
+
addressCountry: string;
|
|
30
|
+
version?: "1.0.0" | undefined;
|
|
31
|
+
addressRegion?: string | undefined;
|
|
32
|
+
addressLocality?: string | undefined;
|
|
33
|
+
streetAddress?: string | undefined;
|
|
34
|
+
streetNumber?: string | undefined;
|
|
35
|
+
postalCode?: string | undefined;
|
|
36
|
+
description?: string | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
type PostalAddressModel = z.infer<typeof postalAddressSchema>;
|
|
39
|
+
declare const placeSchema: z.ZodObject<{
|
|
40
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
41
|
+
detailLevel: z.ZodOptional<z.ZodEnum<["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]>>;
|
|
42
|
+
latitude: z.ZodOptional<z.ZodNumber>;
|
|
43
|
+
longitude: z.ZodOptional<z.ZodNumber>;
|
|
44
|
+
address: z.ZodOptional<z.ZodObject<{
|
|
45
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
46
|
+
type: z.ZodString;
|
|
47
|
+
addressCountry: z.ZodString;
|
|
48
|
+
addressRegion: z.ZodOptional<z.ZodString>;
|
|
49
|
+
addressLocality: z.ZodOptional<z.ZodString>;
|
|
50
|
+
streetAddress: z.ZodOptional<z.ZodString>;
|
|
51
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
52
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
53
|
+
description: z.ZodOptional<z.ZodString>;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
version: "1.0.0";
|
|
56
|
+
type: string;
|
|
57
|
+
addressCountry: string;
|
|
58
|
+
addressRegion?: string | undefined;
|
|
59
|
+
addressLocality?: string | undefined;
|
|
60
|
+
streetAddress?: string | undefined;
|
|
61
|
+
streetNumber?: string | undefined;
|
|
62
|
+
postalCode?: string | undefined;
|
|
63
|
+
description?: string | undefined;
|
|
64
|
+
}, {
|
|
65
|
+
type: string;
|
|
66
|
+
addressCountry: string;
|
|
67
|
+
version?: "1.0.0" | undefined;
|
|
68
|
+
addressRegion?: string | undefined;
|
|
69
|
+
addressLocality?: string | undefined;
|
|
70
|
+
streetAddress?: string | undefined;
|
|
71
|
+
streetNumber?: string | undefined;
|
|
72
|
+
postalCode?: string | undefined;
|
|
73
|
+
description?: string | undefined;
|
|
74
|
+
}>>;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
version: "1.0.0";
|
|
77
|
+
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
78
|
+
latitude?: number | undefined;
|
|
79
|
+
longitude?: number | undefined;
|
|
80
|
+
address?: {
|
|
81
|
+
version: "1.0.0";
|
|
82
|
+
type: string;
|
|
83
|
+
addressCountry: string;
|
|
84
|
+
addressRegion?: string | undefined;
|
|
85
|
+
addressLocality?: string | undefined;
|
|
86
|
+
streetAddress?: string | undefined;
|
|
87
|
+
streetNumber?: string | undefined;
|
|
88
|
+
postalCode?: string | undefined;
|
|
89
|
+
description?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
version?: "1.0.0" | undefined;
|
|
93
|
+
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
94
|
+
latitude?: number | undefined;
|
|
95
|
+
longitude?: number | undefined;
|
|
96
|
+
address?: {
|
|
97
|
+
type: string;
|
|
98
|
+
addressCountry: string;
|
|
99
|
+
version?: "1.0.0" | undefined;
|
|
100
|
+
addressRegion?: string | undefined;
|
|
101
|
+
addressLocality?: string | undefined;
|
|
102
|
+
streetAddress?: string | undefined;
|
|
103
|
+
streetNumber?: string | undefined;
|
|
104
|
+
postalCode?: string | undefined;
|
|
105
|
+
description?: string | undefined;
|
|
106
|
+
} | undefined;
|
|
107
|
+
}>;
|
|
108
|
+
type PlaceModel = z.infer<typeof placeSchema>;
|
|
109
|
+
declare const quantitativeValueSchema: z.ZodObject<{
|
|
110
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
111
|
+
type: z.ZodString;
|
|
112
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
113
|
+
minValue: z.ZodOptional<z.ZodNumber>;
|
|
114
|
+
maxValue: z.ZodOptional<z.ZodNumber>;
|
|
115
|
+
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
116
|
+
}, "strip", z.ZodTypeAny, {
|
|
117
|
+
version: "1.0.0";
|
|
118
|
+
type: string;
|
|
119
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
120
|
+
value?: number | undefined;
|
|
121
|
+
minValue?: number | undefined;
|
|
122
|
+
maxValue?: number | undefined;
|
|
123
|
+
}, {
|
|
124
|
+
type: string;
|
|
125
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
126
|
+
version?: "1.0.0" | undefined;
|
|
127
|
+
value?: number | undefined;
|
|
128
|
+
minValue?: number | undefined;
|
|
129
|
+
maxValue?: number | undefined;
|
|
130
|
+
}>;
|
|
131
|
+
type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;
|
|
132
|
+
declare const monetaryAmountSchema: z.ZodObject<{
|
|
133
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
134
|
+
type: z.ZodString;
|
|
135
|
+
singleValue: z.ZodOptional<z.ZodNumber>;
|
|
136
|
+
minValue: z.ZodOptional<z.ZodNumber>;
|
|
137
|
+
maxValue: z.ZodOptional<z.ZodNumber>;
|
|
138
|
+
value: z.ZodOptional<z.ZodObject<{
|
|
139
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
140
|
+
type: z.ZodString;
|
|
141
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
142
|
+
minValue: z.ZodOptional<z.ZodNumber>;
|
|
143
|
+
maxValue: z.ZodOptional<z.ZodNumber>;
|
|
144
|
+
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
145
|
+
}, "strip", z.ZodTypeAny, {
|
|
146
|
+
version: "1.0.0";
|
|
147
|
+
type: string;
|
|
148
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
149
|
+
value?: number | undefined;
|
|
150
|
+
minValue?: number | undefined;
|
|
151
|
+
maxValue?: number | undefined;
|
|
152
|
+
}, {
|
|
153
|
+
type: string;
|
|
154
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
155
|
+
version?: "1.0.0" | undefined;
|
|
156
|
+
value?: number | undefined;
|
|
157
|
+
minValue?: number | undefined;
|
|
158
|
+
maxValue?: number | undefined;
|
|
159
|
+
}>>;
|
|
160
|
+
currency: z.ZodOptional<z.ZodEnum<["EUR", "GBP", "USD"]>>;
|
|
161
|
+
}, "strip", z.ZodTypeAny, {
|
|
162
|
+
version: "1.0.0";
|
|
163
|
+
type: string;
|
|
164
|
+
value?: {
|
|
165
|
+
version: "1.0.0";
|
|
166
|
+
type: string;
|
|
167
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
168
|
+
value?: number | undefined;
|
|
169
|
+
minValue?: number | undefined;
|
|
170
|
+
maxValue?: number | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
minValue?: number | undefined;
|
|
173
|
+
maxValue?: number | undefined;
|
|
174
|
+
singleValue?: number | undefined;
|
|
175
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
|
+
}, {
|
|
177
|
+
type: string;
|
|
178
|
+
version?: "1.0.0" | undefined;
|
|
179
|
+
value?: {
|
|
180
|
+
type: string;
|
|
181
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
182
|
+
version?: "1.0.0" | undefined;
|
|
183
|
+
value?: number | undefined;
|
|
184
|
+
minValue?: number | undefined;
|
|
185
|
+
maxValue?: number | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
minValue?: number | undefined;
|
|
188
|
+
maxValue?: number | undefined;
|
|
189
|
+
singleValue?: number | undefined;
|
|
190
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
191
|
+
}>;
|
|
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
|
+
path?: string | undefined;
|
|
211
|
+
description?: string | undefined;
|
|
212
|
+
altText?: string | undefined;
|
|
213
|
+
assetId?: string | undefined;
|
|
214
|
+
extension?: string | undefined;
|
|
215
|
+
label?: string | undefined;
|
|
216
|
+
mimeType?: string | undefined;
|
|
217
|
+
originalFilename?: string | undefined;
|
|
218
|
+
sha1Hash?: string | undefined;
|
|
219
|
+
size?: number | undefined;
|
|
220
|
+
title?: string | undefined;
|
|
221
|
+
uploadId?: string | undefined;
|
|
222
|
+
url?: string | undefined;
|
|
223
|
+
}, {
|
|
224
|
+
version?: "1.0.0" | undefined;
|
|
225
|
+
path?: string | undefined;
|
|
226
|
+
description?: string | undefined;
|
|
227
|
+
altText?: string | undefined;
|
|
228
|
+
assetId?: string | undefined;
|
|
229
|
+
extension?: string | undefined;
|
|
230
|
+
label?: string | undefined;
|
|
231
|
+
mimeType?: string | undefined;
|
|
232
|
+
originalFilename?: string | undefined;
|
|
233
|
+
sha1Hash?: string | undefined;
|
|
234
|
+
size?: number | undefined;
|
|
235
|
+
title?: string | undefined;
|
|
236
|
+
uploadId?: string | undefined;
|
|
237
|
+
url?: 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
|
+
path?: string | undefined;
|
|
261
|
+
description?: string | undefined;
|
|
262
|
+
altText?: string | undefined;
|
|
263
|
+
assetId?: string | undefined;
|
|
264
|
+
extension?: string | undefined;
|
|
265
|
+
label?: string | undefined;
|
|
266
|
+
mimeType?: string | undefined;
|
|
267
|
+
originalFilename?: string | undefined;
|
|
268
|
+
sha1Hash?: string | undefined;
|
|
269
|
+
size?: number | undefined;
|
|
270
|
+
title?: string | undefined;
|
|
271
|
+
uploadId?: string | undefined;
|
|
272
|
+
url?: string | undefined;
|
|
273
|
+
}, {
|
|
274
|
+
version?: "1.0.0" | undefined;
|
|
275
|
+
path?: string | undefined;
|
|
276
|
+
description?: string | undefined;
|
|
277
|
+
altText?: string | undefined;
|
|
278
|
+
assetId?: string | undefined;
|
|
279
|
+
extension?: string | undefined;
|
|
280
|
+
label?: string | undefined;
|
|
281
|
+
mimeType?: string | undefined;
|
|
282
|
+
originalFilename?: string | undefined;
|
|
283
|
+
sha1Hash?: string | undefined;
|
|
284
|
+
size?: number | undefined;
|
|
285
|
+
title?: string | undefined;
|
|
286
|
+
uploadId?: string | undefined;
|
|
287
|
+
url?: string | undefined;
|
|
288
|
+
}>>;
|
|
289
|
+
}, "strip", z.ZodTypeAny, {
|
|
290
|
+
version: "1.0.0";
|
|
291
|
+
type: string;
|
|
292
|
+
asset?: {
|
|
293
|
+
version: "1.0.0";
|
|
294
|
+
path?: string | undefined;
|
|
295
|
+
description?: string | undefined;
|
|
296
|
+
altText?: string | undefined;
|
|
297
|
+
assetId?: string | undefined;
|
|
298
|
+
extension?: string | undefined;
|
|
299
|
+
label?: string | undefined;
|
|
300
|
+
mimeType?: string | undefined;
|
|
301
|
+
originalFilename?: string | undefined;
|
|
302
|
+
sha1Hash?: string | undefined;
|
|
303
|
+
size?: number | undefined;
|
|
304
|
+
title?: string | undefined;
|
|
305
|
+
uploadId?: string | undefined;
|
|
306
|
+
url?: string | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
}, {
|
|
309
|
+
type: string;
|
|
310
|
+
version?: "1.0.0" | undefined;
|
|
311
|
+
asset?: {
|
|
312
|
+
version?: "1.0.0" | undefined;
|
|
313
|
+
path?: string | undefined;
|
|
314
|
+
description?: string | undefined;
|
|
315
|
+
altText?: string | undefined;
|
|
316
|
+
assetId?: string | undefined;
|
|
317
|
+
extension?: string | undefined;
|
|
318
|
+
label?: string | undefined;
|
|
319
|
+
mimeType?: string | undefined;
|
|
320
|
+
originalFilename?: string | undefined;
|
|
321
|
+
sha1Hash?: string | undefined;
|
|
322
|
+
size?: number | undefined;
|
|
323
|
+
title?: string | undefined;
|
|
324
|
+
uploadId?: string | undefined;
|
|
325
|
+
url?: string | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
}>;
|
|
328
|
+
type ImageModel = z.infer<typeof imageSchema>;
|
|
329
|
+
|
|
330
|
+
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
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;
|
|
334
|
+
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
335
|
+
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
336
|
+
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
337
|
+
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
338
|
+
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
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;
|
|
342
|
+
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
343
|
+
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
344
|
+
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
345
|
+
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
346
|
+
declare namespace shared_pickle_output_latest {
|
|
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 };
|
|
348
|
+
}
|
|
349
|
+
|
|
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, imageAssetSchema as c, type ImageModel as d, imageSchema as i, monetaryAmountSchema as m, postalAddressSchema as p, quantitativeValueSchema as q, shared_pickle_output_latest as s };
|