@next-degree/pickle-shared-js 0.6.46 → 0.6.47
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-B7KhyYDc.d.cts → company_service_latest-uu3w8AR6.d.cts} +331 -2059
- package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-uu3w8AR6.d.ts} +331 -2059
- package/dist/components/buttons/BackButton.cjs +0 -3
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +0 -3
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +0 -3
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +0 -3
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +10 -37
- 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 +10 -37
- 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.map +1 -1
- package/dist/components/primitives/command.d.cts +3 -3
- package/dist/components/primitives/command.d.ts +3 -3
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +99 -0
- package/dist/components/primitives/input-otp.cjs.map +1 -0
- package/dist/components/primitives/input-otp.d.cts +38 -0
- package/dist/components/primitives/input-otp.d.ts +38 -0
- package/dist/components/primitives/input-otp.js +62 -0
- package/dist/components/primitives/input-otp.js.map +1 -0
- package/dist/components/primitives/popover.cjs.map +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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js.map +1 -1
- 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.map +1 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +187 -0
- package/dist/components/ui/InputOtp.cjs.map +1 -0
- package/dist/components/ui/InputOtp.d.cts +14 -0
- package/dist/components/ui/InputOtp.d.ts +14 -0
- package/dist/components/ui/InputOtp.js +152 -0
- package/dist/components/ui/InputOtp.js.map +1 -0
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs +2 -9
- 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 +2 -9
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/{displayText-D8JK59Z-.d.ts → displayText-CcePAspL.d.ts} +2 -2
- package/dist/{displayText-DT2bYICS.d.cts → displayText-D3BX6YTj.d.cts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useWindowHistory.cjs +0 -3
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.js +0 -3
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +247 -197
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +211 -162
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-RgzWsEdh.d.cts → job_posting_service_latest-CWuc_SuJ.d.cts} +335 -1793
- package/dist/{job_posting_service_latest-RgzWsEdh.d.ts → job_posting_service_latest-CWuc_SuJ.d.ts} +335 -1793
- 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 +6 -29
- 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 +6 -29
- 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.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.cts → shared_pickle_output_latest-CxZJXPOS.d.cts} +12 -168
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts} +12 -168
- package/dist/styles/globals.css +109 -37
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +35 -58
- 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 +33 -57
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +32 -57
- 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 +32 -57
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +6 -33
- 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 +6 -31
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +6 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const TypeEnum: z.ZodEnum<["
|
|
3
|
+
declare const TypeEnum: z.ZodEnum<["MONETARY_AMOUNT"]>;
|
|
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,28 +11,22 @@ 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>;
|
|
15
14
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
16
|
-
description: z.ZodOptional<z.ZodString>;
|
|
17
15
|
}, "strip", z.ZodTypeAny, {
|
|
18
16
|
type: string;
|
|
19
17
|
version: "1.0.0";
|
|
20
18
|
addressCountry: string;
|
|
21
|
-
description?: string | undefined;
|
|
22
19
|
addressRegion?: string | undefined;
|
|
23
20
|
addressLocality?: string | undefined;
|
|
24
21
|
streetAddress?: string | undefined;
|
|
25
|
-
streetNumber?: string | undefined;
|
|
26
22
|
postalCode?: string | undefined;
|
|
27
23
|
}, {
|
|
28
24
|
type: string;
|
|
29
25
|
addressCountry: string;
|
|
30
26
|
version?: "1.0.0" | undefined;
|
|
31
|
-
description?: string | undefined;
|
|
32
27
|
addressRegion?: string | undefined;
|
|
33
28
|
addressLocality?: string | undefined;
|
|
34
29
|
streetAddress?: string | undefined;
|
|
35
|
-
streetNumber?: string | undefined;
|
|
36
30
|
postalCode?: string | undefined;
|
|
37
31
|
}>;
|
|
38
32
|
type PostalAddressModel = z.infer<typeof postalAddressSchema>;
|
|
@@ -48,28 +42,22 @@ declare const placeSchema: z.ZodObject<{
|
|
|
48
42
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
49
43
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
50
44
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
51
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
52
45
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
53
|
-
description: z.ZodOptional<z.ZodString>;
|
|
54
46
|
}, "strip", z.ZodTypeAny, {
|
|
55
47
|
type: string;
|
|
56
48
|
version: "1.0.0";
|
|
57
49
|
addressCountry: string;
|
|
58
|
-
description?: string | undefined;
|
|
59
50
|
addressRegion?: string | undefined;
|
|
60
51
|
addressLocality?: string | undefined;
|
|
61
52
|
streetAddress?: string | undefined;
|
|
62
|
-
streetNumber?: string | undefined;
|
|
63
53
|
postalCode?: string | undefined;
|
|
64
54
|
}, {
|
|
65
55
|
type: string;
|
|
66
56
|
addressCountry: string;
|
|
67
57
|
version?: "1.0.0" | undefined;
|
|
68
|
-
description?: string | undefined;
|
|
69
58
|
addressRegion?: string | undefined;
|
|
70
59
|
addressLocality?: string | undefined;
|
|
71
60
|
streetAddress?: string | undefined;
|
|
72
|
-
streetNumber?: string | undefined;
|
|
73
61
|
postalCode?: string | undefined;
|
|
74
62
|
}>>;
|
|
75
63
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78,11 +66,9 @@ declare const placeSchema: z.ZodObject<{
|
|
|
78
66
|
type: string;
|
|
79
67
|
version: "1.0.0";
|
|
80
68
|
addressCountry: string;
|
|
81
|
-
description?: string | undefined;
|
|
82
69
|
addressRegion?: string | undefined;
|
|
83
70
|
addressLocality?: string | undefined;
|
|
84
71
|
streetAddress?: string | undefined;
|
|
85
|
-
streetNumber?: string | undefined;
|
|
86
72
|
postalCode?: string | undefined;
|
|
87
73
|
} | undefined;
|
|
88
74
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -93,11 +79,9 @@ declare const placeSchema: z.ZodObject<{
|
|
|
93
79
|
type: string;
|
|
94
80
|
addressCountry: string;
|
|
95
81
|
version?: "1.0.0" | undefined;
|
|
96
|
-
description?: string | undefined;
|
|
97
82
|
addressRegion?: string | undefined;
|
|
98
83
|
addressLocality?: string | undefined;
|
|
99
84
|
streetAddress?: string | undefined;
|
|
100
|
-
streetNumber?: string | undefined;
|
|
101
85
|
postalCode?: string | undefined;
|
|
102
86
|
} | undefined;
|
|
103
87
|
version?: "1.0.0" | undefined;
|
|
@@ -115,16 +99,16 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
115
99
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
116
100
|
}, "strip", z.ZodTypeAny, {
|
|
117
101
|
type: string;
|
|
118
|
-
version: "1.0.0";
|
|
119
102
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
103
|
+
version: "1.0.0";
|
|
120
104
|
value?: number | undefined;
|
|
121
105
|
minValue?: number | undefined;
|
|
122
106
|
maxValue?: number | undefined;
|
|
123
107
|
}, {
|
|
124
108
|
type: string;
|
|
125
109
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
126
|
-
version?: "1.0.0" | undefined;
|
|
127
110
|
value?: number | undefined;
|
|
111
|
+
version?: "1.0.0" | undefined;
|
|
128
112
|
minValue?: number | undefined;
|
|
129
113
|
maxValue?: number | undefined;
|
|
130
114
|
}>;
|
|
@@ -144,16 +128,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
144
128
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
145
129
|
}, "strip", z.ZodTypeAny, {
|
|
146
130
|
type: string;
|
|
147
|
-
version: "1.0.0";
|
|
148
131
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
132
|
+
version: "1.0.0";
|
|
149
133
|
value?: number | undefined;
|
|
150
134
|
minValue?: number | undefined;
|
|
151
135
|
maxValue?: number | undefined;
|
|
152
136
|
}, {
|
|
153
137
|
type: string;
|
|
154
138
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
155
|
-
version?: "1.0.0" | undefined;
|
|
156
139
|
value?: number | undefined;
|
|
140
|
+
version?: "1.0.0" | undefined;
|
|
157
141
|
minValue?: number | undefined;
|
|
158
142
|
maxValue?: number | undefined;
|
|
159
143
|
}>>;
|
|
@@ -163,188 +147,48 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
163
147
|
version: "1.0.0";
|
|
164
148
|
value?: {
|
|
165
149
|
type: string;
|
|
166
|
-
version: "1.0.0";
|
|
167
150
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
151
|
+
version: "1.0.0";
|
|
168
152
|
value?: number | undefined;
|
|
169
153
|
minValue?: number | undefined;
|
|
170
154
|
maxValue?: number | undefined;
|
|
171
155
|
} | undefined;
|
|
156
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
172
157
|
minValue?: number | undefined;
|
|
173
158
|
maxValue?: number | undefined;
|
|
174
159
|
singleValue?: number | undefined;
|
|
175
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
160
|
}, {
|
|
177
161
|
type: string;
|
|
178
|
-
version?: "1.0.0" | undefined;
|
|
179
162
|
value?: {
|
|
180
163
|
type: string;
|
|
181
164
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
182
|
-
version?: "1.0.0" | undefined;
|
|
183
165
|
value?: number | undefined;
|
|
166
|
+
version?: "1.0.0" | undefined;
|
|
184
167
|
minValue?: number | undefined;
|
|
185
168
|
maxValue?: number | undefined;
|
|
186
169
|
} | undefined;
|
|
170
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
171
|
+
version?: "1.0.0" | undefined;
|
|
187
172
|
minValue?: number | undefined;
|
|
188
173
|
maxValue?: number | undefined;
|
|
189
174
|
singleValue?: number | undefined;
|
|
190
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
191
175
|
}>;
|
|
192
176
|
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>;
|
|
329
177
|
|
|
330
178
|
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
331
179
|
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
180
|
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
335
181
|
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
336
182
|
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
337
183
|
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
338
184
|
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
339
185
|
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
186
|
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
343
187
|
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
344
188
|
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
345
189
|
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
346
190
|
declare namespace shared_pickle_output_latest {
|
|
347
|
-
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type
|
|
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 };
|
|
348
192
|
}
|
|
349
193
|
|
|
350
|
-
export { CurrencyEnum as C, DetailLevelEnum as D, type
|
|
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 };
|
package/dist/{shared_pickle_output_latest-D8viuRLi.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const TypeEnum: z.ZodEnum<["
|
|
3
|
+
declare const TypeEnum: z.ZodEnum<["MONETARY_AMOUNT"]>;
|
|
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,28 +11,22 @@ 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>;
|
|
15
14
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
16
|
-
description: z.ZodOptional<z.ZodString>;
|
|
17
15
|
}, "strip", z.ZodTypeAny, {
|
|
18
16
|
type: string;
|
|
19
17
|
version: "1.0.0";
|
|
20
18
|
addressCountry: string;
|
|
21
|
-
description?: string | undefined;
|
|
22
19
|
addressRegion?: string | undefined;
|
|
23
20
|
addressLocality?: string | undefined;
|
|
24
21
|
streetAddress?: string | undefined;
|
|
25
|
-
streetNumber?: string | undefined;
|
|
26
22
|
postalCode?: string | undefined;
|
|
27
23
|
}, {
|
|
28
24
|
type: string;
|
|
29
25
|
addressCountry: string;
|
|
30
26
|
version?: "1.0.0" | undefined;
|
|
31
|
-
description?: string | undefined;
|
|
32
27
|
addressRegion?: string | undefined;
|
|
33
28
|
addressLocality?: string | undefined;
|
|
34
29
|
streetAddress?: string | undefined;
|
|
35
|
-
streetNumber?: string | undefined;
|
|
36
30
|
postalCode?: string | undefined;
|
|
37
31
|
}>;
|
|
38
32
|
type PostalAddressModel = z.infer<typeof postalAddressSchema>;
|
|
@@ -48,28 +42,22 @@ declare const placeSchema: z.ZodObject<{
|
|
|
48
42
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
49
43
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
50
44
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
51
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
52
45
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
53
|
-
description: z.ZodOptional<z.ZodString>;
|
|
54
46
|
}, "strip", z.ZodTypeAny, {
|
|
55
47
|
type: string;
|
|
56
48
|
version: "1.0.0";
|
|
57
49
|
addressCountry: string;
|
|
58
|
-
description?: string | undefined;
|
|
59
50
|
addressRegion?: string | undefined;
|
|
60
51
|
addressLocality?: string | undefined;
|
|
61
52
|
streetAddress?: string | undefined;
|
|
62
|
-
streetNumber?: string | undefined;
|
|
63
53
|
postalCode?: string | undefined;
|
|
64
54
|
}, {
|
|
65
55
|
type: string;
|
|
66
56
|
addressCountry: string;
|
|
67
57
|
version?: "1.0.0" | undefined;
|
|
68
|
-
description?: string | undefined;
|
|
69
58
|
addressRegion?: string | undefined;
|
|
70
59
|
addressLocality?: string | undefined;
|
|
71
60
|
streetAddress?: string | undefined;
|
|
72
|
-
streetNumber?: string | undefined;
|
|
73
61
|
postalCode?: string | undefined;
|
|
74
62
|
}>>;
|
|
75
63
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78,11 +66,9 @@ declare const placeSchema: z.ZodObject<{
|
|
|
78
66
|
type: string;
|
|
79
67
|
version: "1.0.0";
|
|
80
68
|
addressCountry: string;
|
|
81
|
-
description?: string | undefined;
|
|
82
69
|
addressRegion?: string | undefined;
|
|
83
70
|
addressLocality?: string | undefined;
|
|
84
71
|
streetAddress?: string | undefined;
|
|
85
|
-
streetNumber?: string | undefined;
|
|
86
72
|
postalCode?: string | undefined;
|
|
87
73
|
} | undefined;
|
|
88
74
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -93,11 +79,9 @@ declare const placeSchema: z.ZodObject<{
|
|
|
93
79
|
type: string;
|
|
94
80
|
addressCountry: string;
|
|
95
81
|
version?: "1.0.0" | undefined;
|
|
96
|
-
description?: string | undefined;
|
|
97
82
|
addressRegion?: string | undefined;
|
|
98
83
|
addressLocality?: string | undefined;
|
|
99
84
|
streetAddress?: string | undefined;
|
|
100
|
-
streetNumber?: string | undefined;
|
|
101
85
|
postalCode?: string | undefined;
|
|
102
86
|
} | undefined;
|
|
103
87
|
version?: "1.0.0" | undefined;
|
|
@@ -115,16 +99,16 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
115
99
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
116
100
|
}, "strip", z.ZodTypeAny, {
|
|
117
101
|
type: string;
|
|
118
|
-
version: "1.0.0";
|
|
119
102
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
103
|
+
version: "1.0.0";
|
|
120
104
|
value?: number | undefined;
|
|
121
105
|
minValue?: number | undefined;
|
|
122
106
|
maxValue?: number | undefined;
|
|
123
107
|
}, {
|
|
124
108
|
type: string;
|
|
125
109
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
126
|
-
version?: "1.0.0" | undefined;
|
|
127
110
|
value?: number | undefined;
|
|
111
|
+
version?: "1.0.0" | undefined;
|
|
128
112
|
minValue?: number | undefined;
|
|
129
113
|
maxValue?: number | undefined;
|
|
130
114
|
}>;
|
|
@@ -144,16 +128,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
144
128
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
145
129
|
}, "strip", z.ZodTypeAny, {
|
|
146
130
|
type: string;
|
|
147
|
-
version: "1.0.0";
|
|
148
131
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
132
|
+
version: "1.0.0";
|
|
149
133
|
value?: number | undefined;
|
|
150
134
|
minValue?: number | undefined;
|
|
151
135
|
maxValue?: number | undefined;
|
|
152
136
|
}, {
|
|
153
137
|
type: string;
|
|
154
138
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
155
|
-
version?: "1.0.0" | undefined;
|
|
156
139
|
value?: number | undefined;
|
|
140
|
+
version?: "1.0.0" | undefined;
|
|
157
141
|
minValue?: number | undefined;
|
|
158
142
|
maxValue?: number | undefined;
|
|
159
143
|
}>>;
|
|
@@ -163,188 +147,48 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
163
147
|
version: "1.0.0";
|
|
164
148
|
value?: {
|
|
165
149
|
type: string;
|
|
166
|
-
version: "1.0.0";
|
|
167
150
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
151
|
+
version: "1.0.0";
|
|
168
152
|
value?: number | undefined;
|
|
169
153
|
minValue?: number | undefined;
|
|
170
154
|
maxValue?: number | undefined;
|
|
171
155
|
} | undefined;
|
|
156
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
172
157
|
minValue?: number | undefined;
|
|
173
158
|
maxValue?: number | undefined;
|
|
174
159
|
singleValue?: number | undefined;
|
|
175
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
160
|
}, {
|
|
177
161
|
type: string;
|
|
178
|
-
version?: "1.0.0" | undefined;
|
|
179
162
|
value?: {
|
|
180
163
|
type: string;
|
|
181
164
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
182
|
-
version?: "1.0.0" | undefined;
|
|
183
165
|
value?: number | undefined;
|
|
166
|
+
version?: "1.0.0" | undefined;
|
|
184
167
|
minValue?: number | undefined;
|
|
185
168
|
maxValue?: number | undefined;
|
|
186
169
|
} | undefined;
|
|
170
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
171
|
+
version?: "1.0.0" | undefined;
|
|
187
172
|
minValue?: number | undefined;
|
|
188
173
|
maxValue?: number | undefined;
|
|
189
174
|
singleValue?: number | undefined;
|
|
190
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
191
175
|
}>;
|
|
192
176
|
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>;
|
|
329
177
|
|
|
330
178
|
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
331
179
|
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
180
|
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
335
181
|
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
336
182
|
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
337
183
|
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
338
184
|
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
339
185
|
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
186
|
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
343
187
|
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
344
188
|
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
345
189
|
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
346
190
|
declare namespace shared_pickle_output_latest {
|
|
347
|
-
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type
|
|
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 };
|
|
348
192
|
}
|
|
349
193
|
|
|
350
|
-
export { CurrencyEnum as C, DetailLevelEnum as D, type
|
|
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 };
|