@next-degree/pickle-shared-js 0.9.3 → 0.9.4
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/components/jobPost/JobPost.cjs +2 -0
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +3 -2
- package/dist/components/jobPost/JobPost.d.ts +3 -2
- package/dist/components/jobPost/JobPost.js +2 -0
- package/dist/components/jobPost/JobPost.js.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/input-otp.d.cts +2 -2
- package/dist/components/primitives/input-otp.d.ts +2 -2
- package/dist/{displayText-ca_ofoAC.d.cts → displayText-B5n9hDm3.d.cts} +2 -2
- package/dist/{displayText-eoAHqSNz.d.ts → displayText-Byd8i1xM.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- 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.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- 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/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-D9T7gVhJ.d.cts} +5 -5
- package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-D9T7gVhJ.d.ts} +5 -5
- package/dist/{shared_pickle_output_latest-DKOmTyYk.d.cts → shared_pickle_output_latest-CXBCG04N.d.cts} +4 -4
- package/dist/{shared_pickle_output_latest-DKOmTyYk.d.ts → shared_pickle_output_latest-CXBCG04N.d.ts} +4 -4
package/dist/lib/locations.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-D9T7gVhJ.cjs';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/locations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-D9T7gVhJ.js';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/mappings.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-B5n9hDm3.cjs';
|
|
3
|
+
import '../job_posting_service_latest-D9T7gVhJ.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-CXBCG04N.cjs';
|
package/dist/lib/mappings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-Byd8i1xM.js';
|
|
3
|
+
import '../job_posting_service_latest-D9T7gVhJ.js';
|
|
4
|
+
import '../shared_pickle_output_latest-CXBCG04N.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-CXBCG04N.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare function salaryRange(salary?: MonetaryAmountModel): string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-B5n9hDm3.cjs';
|
|
3
|
+
import '../job_posting_service_latest-D9T7gVhJ.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-CXBCG04N.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-Byd8i1xM.js';
|
|
3
|
+
import '../job_posting_service_latest-D9T7gVhJ.js';
|
|
4
|
+
import '../shared_pickle_output_latest-CXBCG04N.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-
|
|
2
|
+
export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-D9T7gVhJ.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-
|
|
2
|
+
export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-D9T7gVhJ.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-
|
|
2
|
+
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CXBCG04N.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-
|
|
2
|
+
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CXBCG04N.js';
|
package/package.json
CHANGED
package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-D9T7gVhJ.d.cts}
RENAMED
|
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
64
64
|
}, {
|
|
65
65
|
type: string;
|
|
66
66
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
67
|
-
value?: number | undefined;
|
|
68
67
|
version?: "1.0.0" | undefined;
|
|
68
|
+
value?: number | undefined;
|
|
69
69
|
minValue?: number | undefined;
|
|
70
70
|
maxValue?: number | undefined;
|
|
71
71
|
}>>;
|
|
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
87
87
|
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
88
88
|
}, {
|
|
89
89
|
type: string;
|
|
90
|
+
version?: "1.0.0" | undefined;
|
|
90
91
|
value?: {
|
|
91
92
|
type: string;
|
|
92
93
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
93
|
-
value?: number | undefined;
|
|
94
94
|
version?: "1.0.0" | undefined;
|
|
95
|
+
value?: number | undefined;
|
|
95
96
|
minValue?: number | undefined;
|
|
96
97
|
maxValue?: number | undefined;
|
|
97
98
|
} | undefined;
|
|
98
|
-
version?: "1.0.0" | undefined;
|
|
99
99
|
minValue?: number | undefined;
|
|
100
100
|
maxValue?: number | undefined;
|
|
101
101
|
singleValue?: number | undefined;
|
|
@@ -3789,15 +3789,15 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3789
3789
|
clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
|
|
3790
3790
|
estimatedSalary?: {
|
|
3791
3791
|
type: string;
|
|
3792
|
+
version?: "1.0.0" | undefined;
|
|
3792
3793
|
value?: {
|
|
3793
3794
|
type: string;
|
|
3794
3795
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
3795
|
-
value?: number | undefined;
|
|
3796
3796
|
version?: "1.0.0" | undefined;
|
|
3797
|
+
value?: number | undefined;
|
|
3797
3798
|
minValue?: number | undefined;
|
|
3798
3799
|
maxValue?: number | undefined;
|
|
3799
3800
|
} | undefined;
|
|
3800
|
-
version?: "1.0.0" | undefined;
|
|
3801
3801
|
minValue?: number | undefined;
|
|
3802
3802
|
maxValue?: number | undefined;
|
|
3803
3803
|
singleValue?: number | undefined;
|
package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-D9T7gVhJ.d.ts}
RENAMED
|
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
64
64
|
}, {
|
|
65
65
|
type: string;
|
|
66
66
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
67
|
-
value?: number | undefined;
|
|
68
67
|
version?: "1.0.0" | undefined;
|
|
68
|
+
value?: number | undefined;
|
|
69
69
|
minValue?: number | undefined;
|
|
70
70
|
maxValue?: number | undefined;
|
|
71
71
|
}>>;
|
|
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
87
87
|
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
88
88
|
}, {
|
|
89
89
|
type: string;
|
|
90
|
+
version?: "1.0.0" | undefined;
|
|
90
91
|
value?: {
|
|
91
92
|
type: string;
|
|
92
93
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
93
|
-
value?: number | undefined;
|
|
94
94
|
version?: "1.0.0" | undefined;
|
|
95
|
+
value?: number | undefined;
|
|
95
96
|
minValue?: number | undefined;
|
|
96
97
|
maxValue?: number | undefined;
|
|
97
98
|
} | undefined;
|
|
98
|
-
version?: "1.0.0" | undefined;
|
|
99
99
|
minValue?: number | undefined;
|
|
100
100
|
maxValue?: number | undefined;
|
|
101
101
|
singleValue?: number | undefined;
|
|
@@ -3789,15 +3789,15 @@ declare const jobPostSchema: z.ZodObject<{
|
|
|
3789
3789
|
clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
|
|
3790
3790
|
estimatedSalary?: {
|
|
3791
3791
|
type: string;
|
|
3792
|
+
version?: "1.0.0" | undefined;
|
|
3792
3793
|
value?: {
|
|
3793
3794
|
type: string;
|
|
3794
3795
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
3795
|
-
value?: number | undefined;
|
|
3796
3796
|
version?: "1.0.0" | undefined;
|
|
3797
|
+
value?: number | undefined;
|
|
3797
3798
|
minValue?: number | undefined;
|
|
3798
3799
|
maxValue?: number | undefined;
|
|
3799
3800
|
} | undefined;
|
|
3800
|
-
version?: "1.0.0" | undefined;
|
|
3801
3801
|
minValue?: number | undefined;
|
|
3802
3802
|
maxValue?: number | undefined;
|
|
3803
3803
|
singleValue?: number | undefined;
|
|
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
123
123
|
}, {
|
|
124
124
|
type: string;
|
|
125
125
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
126
|
-
value?: number | undefined;
|
|
127
126
|
version?: "1.0.0" | undefined;
|
|
127
|
+
value?: number | undefined;
|
|
128
128
|
minValue?: number | undefined;
|
|
129
129
|
maxValue?: number | undefined;
|
|
130
130
|
}>;
|
|
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
152
152
|
}, {
|
|
153
153
|
type: string;
|
|
154
154
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
155
|
-
value?: number | undefined;
|
|
156
155
|
version?: "1.0.0" | undefined;
|
|
156
|
+
value?: number | undefined;
|
|
157
157
|
minValue?: number | undefined;
|
|
158
158
|
maxValue?: number | undefined;
|
|
159
159
|
}>>;
|
|
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
175
175
|
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
type: string;
|
|
178
|
+
version?: "1.0.0" | undefined;
|
|
178
179
|
value?: {
|
|
179
180
|
type: string;
|
|
180
181
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
181
|
-
value?: number | undefined;
|
|
182
182
|
version?: "1.0.0" | undefined;
|
|
183
|
+
value?: number | undefined;
|
|
183
184
|
minValue?: number | undefined;
|
|
184
185
|
maxValue?: number | undefined;
|
|
185
186
|
} | undefined;
|
|
186
|
-
version?: "1.0.0" | undefined;
|
|
187
187
|
minValue?: number | undefined;
|
|
188
188
|
maxValue?: number | undefined;
|
|
189
189
|
singleValue?: number | undefined;
|
package/dist/{shared_pickle_output_latest-DKOmTyYk.d.ts → shared_pickle_output_latest-CXBCG04N.d.ts}
RENAMED
|
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
123
123
|
}, {
|
|
124
124
|
type: string;
|
|
125
125
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
126
|
-
value?: number | undefined;
|
|
127
126
|
version?: "1.0.0" | undefined;
|
|
127
|
+
value?: number | undefined;
|
|
128
128
|
minValue?: number | undefined;
|
|
129
129
|
maxValue?: number | undefined;
|
|
130
130
|
}>;
|
|
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
152
152
|
}, {
|
|
153
153
|
type: string;
|
|
154
154
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
155
|
-
value?: number | undefined;
|
|
156
155
|
version?: "1.0.0" | undefined;
|
|
156
|
+
value?: number | undefined;
|
|
157
157
|
minValue?: number | undefined;
|
|
158
158
|
maxValue?: number | undefined;
|
|
159
159
|
}>>;
|
|
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
175
175
|
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
type: string;
|
|
178
|
+
version?: "1.0.0" | undefined;
|
|
178
179
|
value?: {
|
|
179
180
|
type: string;
|
|
180
181
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
181
|
-
value?: number | undefined;
|
|
182
182
|
version?: "1.0.0" | undefined;
|
|
183
|
+
value?: number | undefined;
|
|
183
184
|
minValue?: number | undefined;
|
|
184
185
|
maxValue?: number | undefined;
|
|
185
186
|
} | undefined;
|
|
186
|
-
version?: "1.0.0" | undefined;
|
|
187
187
|
minValue?: number | undefined;
|
|
188
188
|
maxValue?: number | undefined;
|
|
189
189
|
singleValue?: number | undefined;
|