@next-degree/pickle-shared-js 0.6.48 → 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 +18 -7
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +18 -7
- 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 +105 -90
- 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 +105 -90
- 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 +18 -7
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +18 -7
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +68 -70
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +66 -68
- 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/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-mYUVo6Ek.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
- package/dist/{displayText-DDf9iWyg.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 +763 -738
- 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 +772 -747
- 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_latest-Dn5s8beY.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +230 -230
- package/dist/{job_posting_service_latest-Dn5s8beY.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +230 -230
- 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 +371 -6
- 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 +28 -6
- package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-8IMr2hMZ.d.cts} +244 -244
- package/dist/{company_service_latest-DelYl1hO.d.ts → company_service_latest-8IMr2hMZ.d.ts} +244 -244
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +17 -17
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +17 -17
|
@@ -115,8 +115,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
115
115
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
117
|
type: string;
|
|
118
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
119
118
|
version: "1.0.0";
|
|
119
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
120
120
|
value?: number | undefined;
|
|
121
121
|
minValue?: number | undefined;
|
|
122
122
|
maxValue?: number | undefined;
|
|
@@ -144,8 +144,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
144
144
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
type: string;
|
|
147
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
148
147
|
version: "1.0.0";
|
|
148
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
149
149
|
value?: number | undefined;
|
|
150
150
|
minValue?: number | undefined;
|
|
151
151
|
maxValue?: number | undefined;
|
|
@@ -163,16 +163,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
163
163
|
version: "1.0.0";
|
|
164
164
|
value?: {
|
|
165
165
|
type: string;
|
|
166
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
167
166
|
version: "1.0.0";
|
|
167
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
168
168
|
value?: number | undefined;
|
|
169
169
|
minValue?: number | undefined;
|
|
170
170
|
maxValue?: number | undefined;
|
|
171
171
|
} | undefined;
|
|
172
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
173
172
|
minValue?: number | undefined;
|
|
174
173
|
maxValue?: number | undefined;
|
|
175
174
|
singleValue?: number | undefined;
|
|
175
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
type: string;
|
|
178
178
|
value?: {
|
|
@@ -183,11 +183,11 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
183
183
|
minValue?: number | undefined;
|
|
184
184
|
maxValue?: number | undefined;
|
|
185
185
|
} | undefined;
|
|
186
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
187
186
|
version?: "1.0.0" | undefined;
|
|
188
187
|
minValue?: number | undefined;
|
|
189
188
|
maxValue?: number | undefined;
|
|
190
189
|
singleValue?: number | undefined;
|
|
190
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;
|
|
193
193
|
declare const imageAssetSchema: z.ZodObject<{
|
|
@@ -207,11 +207,11 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
207
207
|
url: z.ZodOptional<z.ZodString>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
version: "1.0.0";
|
|
210
|
-
path?: string | undefined;
|
|
211
210
|
label?: string | undefined;
|
|
212
211
|
title?: string | undefined;
|
|
213
|
-
|
|
212
|
+
path?: string | undefined;
|
|
214
213
|
size?: number | undefined;
|
|
214
|
+
url?: string | undefined;
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
altText?: string | undefined;
|
|
217
217
|
assetId?: string | undefined;
|
|
@@ -221,12 +221,12 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
221
221
|
sha1Hash?: string | undefined;
|
|
222
222
|
uploadId?: string | undefined;
|
|
223
223
|
}, {
|
|
224
|
-
path?: string | undefined;
|
|
225
224
|
label?: string | undefined;
|
|
226
225
|
title?: string | undefined;
|
|
227
|
-
|
|
226
|
+
path?: string | undefined;
|
|
228
227
|
version?: "1.0.0" | undefined;
|
|
229
228
|
size?: number | undefined;
|
|
229
|
+
url?: string | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
231
231
|
altText?: string | undefined;
|
|
232
232
|
assetId?: string | undefined;
|
|
@@ -257,11 +257,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
257
257
|
url: z.ZodOptional<z.ZodString>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
version: "1.0.0";
|
|
260
|
-
path?: string | undefined;
|
|
261
260
|
label?: string | undefined;
|
|
262
261
|
title?: string | undefined;
|
|
263
|
-
|
|
262
|
+
path?: string | undefined;
|
|
264
263
|
size?: number | undefined;
|
|
264
|
+
url?: string | undefined;
|
|
265
265
|
description?: string | undefined;
|
|
266
266
|
altText?: string | undefined;
|
|
267
267
|
assetId?: string | undefined;
|
|
@@ -271,12 +271,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
271
271
|
sha1Hash?: string | undefined;
|
|
272
272
|
uploadId?: string | undefined;
|
|
273
273
|
}, {
|
|
274
|
-
path?: string | undefined;
|
|
275
274
|
label?: string | undefined;
|
|
276
275
|
title?: string | undefined;
|
|
277
|
-
|
|
276
|
+
path?: string | undefined;
|
|
278
277
|
version?: "1.0.0" | undefined;
|
|
279
278
|
size?: number | undefined;
|
|
279
|
+
url?: string | undefined;
|
|
280
280
|
description?: string | undefined;
|
|
281
281
|
altText?: string | undefined;
|
|
282
282
|
assetId?: string | undefined;
|
|
@@ -291,11 +291,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
291
291
|
version: "1.0.0";
|
|
292
292
|
asset?: {
|
|
293
293
|
version: "1.0.0";
|
|
294
|
-
path?: string | undefined;
|
|
295
294
|
label?: string | undefined;
|
|
296
295
|
title?: string | undefined;
|
|
297
|
-
|
|
296
|
+
path?: string | undefined;
|
|
298
297
|
size?: number | undefined;
|
|
298
|
+
url?: string | undefined;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
altText?: string | undefined;
|
|
301
301
|
assetId?: string | undefined;
|
|
@@ -309,12 +309,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
309
309
|
type: string;
|
|
310
310
|
version?: "1.0.0" | undefined;
|
|
311
311
|
asset?: {
|
|
312
|
-
path?: string | undefined;
|
|
313
312
|
label?: string | undefined;
|
|
314
313
|
title?: string | undefined;
|
|
315
|
-
|
|
314
|
+
path?: string | undefined;
|
|
316
315
|
version?: "1.0.0" | undefined;
|
|
317
316
|
size?: number | undefined;
|
|
317
|
+
url?: string | undefined;
|
|
318
318
|
description?: string | undefined;
|
|
319
319
|
altText?: string | undefined;
|
|
320
320
|
assetId?: string | undefined;
|
package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts}
RENAMED
|
@@ -115,8 +115,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
115
115
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
117
|
type: string;
|
|
118
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
119
118
|
version: "1.0.0";
|
|
119
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
120
120
|
value?: number | undefined;
|
|
121
121
|
minValue?: number | undefined;
|
|
122
122
|
maxValue?: number | undefined;
|
|
@@ -144,8 +144,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
144
144
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
type: string;
|
|
147
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
148
147
|
version: "1.0.0";
|
|
148
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
149
149
|
value?: number | undefined;
|
|
150
150
|
minValue?: number | undefined;
|
|
151
151
|
maxValue?: number | undefined;
|
|
@@ -163,16 +163,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
163
163
|
version: "1.0.0";
|
|
164
164
|
value?: {
|
|
165
165
|
type: string;
|
|
166
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
167
166
|
version: "1.0.0";
|
|
167
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
168
168
|
value?: number | undefined;
|
|
169
169
|
minValue?: number | undefined;
|
|
170
170
|
maxValue?: number | undefined;
|
|
171
171
|
} | undefined;
|
|
172
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
173
172
|
minValue?: number | undefined;
|
|
174
173
|
maxValue?: number | undefined;
|
|
175
174
|
singleValue?: number | undefined;
|
|
175
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
type: string;
|
|
178
178
|
value?: {
|
|
@@ -183,11 +183,11 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
183
183
|
minValue?: number | undefined;
|
|
184
184
|
maxValue?: number | undefined;
|
|
185
185
|
} | undefined;
|
|
186
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
187
186
|
version?: "1.0.0" | undefined;
|
|
188
187
|
minValue?: number | undefined;
|
|
189
188
|
maxValue?: number | undefined;
|
|
190
189
|
singleValue?: number | undefined;
|
|
190
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;
|
|
193
193
|
declare const imageAssetSchema: z.ZodObject<{
|
|
@@ -207,11 +207,11 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
207
207
|
url: z.ZodOptional<z.ZodString>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
version: "1.0.0";
|
|
210
|
-
path?: string | undefined;
|
|
211
210
|
label?: string | undefined;
|
|
212
211
|
title?: string | undefined;
|
|
213
|
-
|
|
212
|
+
path?: string | undefined;
|
|
214
213
|
size?: number | undefined;
|
|
214
|
+
url?: string | undefined;
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
altText?: string | undefined;
|
|
217
217
|
assetId?: string | undefined;
|
|
@@ -221,12 +221,12 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
221
221
|
sha1Hash?: string | undefined;
|
|
222
222
|
uploadId?: string | undefined;
|
|
223
223
|
}, {
|
|
224
|
-
path?: string | undefined;
|
|
225
224
|
label?: string | undefined;
|
|
226
225
|
title?: string | undefined;
|
|
227
|
-
|
|
226
|
+
path?: string | undefined;
|
|
228
227
|
version?: "1.0.0" | undefined;
|
|
229
228
|
size?: number | undefined;
|
|
229
|
+
url?: string | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
231
231
|
altText?: string | undefined;
|
|
232
232
|
assetId?: string | undefined;
|
|
@@ -257,11 +257,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
257
257
|
url: z.ZodOptional<z.ZodString>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
version: "1.0.0";
|
|
260
|
-
path?: string | undefined;
|
|
261
260
|
label?: string | undefined;
|
|
262
261
|
title?: string | undefined;
|
|
263
|
-
|
|
262
|
+
path?: string | undefined;
|
|
264
263
|
size?: number | undefined;
|
|
264
|
+
url?: string | undefined;
|
|
265
265
|
description?: string | undefined;
|
|
266
266
|
altText?: string | undefined;
|
|
267
267
|
assetId?: string | undefined;
|
|
@@ -271,12 +271,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
271
271
|
sha1Hash?: string | undefined;
|
|
272
272
|
uploadId?: string | undefined;
|
|
273
273
|
}, {
|
|
274
|
-
path?: string | undefined;
|
|
275
274
|
label?: string | undefined;
|
|
276
275
|
title?: string | undefined;
|
|
277
|
-
|
|
276
|
+
path?: string | undefined;
|
|
278
277
|
version?: "1.0.0" | undefined;
|
|
279
278
|
size?: number | undefined;
|
|
279
|
+
url?: string | undefined;
|
|
280
280
|
description?: string | undefined;
|
|
281
281
|
altText?: string | undefined;
|
|
282
282
|
assetId?: string | undefined;
|
|
@@ -291,11 +291,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
291
291
|
version: "1.0.0";
|
|
292
292
|
asset?: {
|
|
293
293
|
version: "1.0.0";
|
|
294
|
-
path?: string | undefined;
|
|
295
294
|
label?: string | undefined;
|
|
296
295
|
title?: string | undefined;
|
|
297
|
-
|
|
296
|
+
path?: string | undefined;
|
|
298
297
|
size?: number | undefined;
|
|
298
|
+
url?: string | undefined;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
altText?: string | undefined;
|
|
301
301
|
assetId?: string | undefined;
|
|
@@ -309,12 +309,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
309
309
|
type: string;
|
|
310
310
|
version?: "1.0.0" | undefined;
|
|
311
311
|
asset?: {
|
|
312
|
-
path?: string | undefined;
|
|
313
312
|
label?: string | undefined;
|
|
314
313
|
title?: string | undefined;
|
|
315
|
-
|
|
314
|
+
path?: string | undefined;
|
|
316
315
|
version?: "1.0.0" | undefined;
|
|
317
316
|
size?: number | undefined;
|
|
317
|
+
url?: string | undefined;
|
|
318
318
|
description?: string | undefined;
|
|
319
319
|
altText?: string | undefined;
|
|
320
320
|
assetId?: string | undefined;
|