api-alternance-sdk
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -11,9 +11,3 @@ import { z } from "zod"; | ||
workplace_size: z.ZodNullable<z.ZodString>; | ||
workplace_address: z.ZodObject<{ | ||
label: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
label: string; | ||
}, { | ||
label: string; | ||
}>; | ||
workplace_address_label: z.ZodString; | ||
workplace_geopoint: z.ZodObject<{ | ||
@@ -44,5 +38,3 @@ coordinates: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -67,5 +59,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -92,9 +82,3 @@ type: "Point"; | ||
workplace_size: z.ZodNullable<z.ZodString>; | ||
workplace_address: z.ZodObject<{ | ||
label: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
label: string; | ||
}, { | ||
label: string; | ||
}>; | ||
workplace_address_label: z.ZodString; | ||
workplace_geopoint: z.ZodObject<{ | ||
@@ -155,5 +139,3 @@ coordinates: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -198,5 +180,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -242,9 +222,3 @@ type: "Point"; | ||
workplace_size: z.ZodNullable<z.ZodString>; | ||
workplace_address: z.ZodObject<{ | ||
label: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
label: string; | ||
}, { | ||
label: string; | ||
}>; | ||
workplace_address_label: z.ZodString; | ||
workplace_geopoint: z.ZodObject<{ | ||
@@ -305,5 +279,3 @@ coordinates: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -348,5 +320,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -390,9 +360,3 @@ type: "Point"; | ||
workplace_size: z.ZodNullable<z.ZodString>; | ||
workplace_address: z.ZodObject<{ | ||
label: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
label: string; | ||
}, { | ||
label: string; | ||
}>; | ||
workplace_address_label: z.ZodString; | ||
workplace_geopoint: z.ZodObject<{ | ||
@@ -423,5 +387,3 @@ coordinates: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -446,5 +408,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -483,5 +443,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -525,5 +483,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -556,5 +512,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -598,5 +552,3 @@ type: "Point"; | ||
workplace_size: string | null; | ||
workplace_address: { | ||
label: string; | ||
}; | ||
workplace_address_label: string; | ||
workplace_geopoint: { | ||
@@ -625,2 +577,3 @@ type: "Point"; | ||
workplace_description: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
workplace_address_label: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
apply_url: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
@@ -645,3 +598,2 @@ apply_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
apply_email: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
workplace_address_label: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -655,2 +607,3 @@ workplace_siret: string; | ||
workplace_description?: string | null | undefined; | ||
workplace_address_label?: string | null | undefined; | ||
apply_url?: string | null | undefined; | ||
@@ -673,3 +626,2 @@ apply_phone?: string | null | undefined; | ||
apply_email?: string | null | undefined; | ||
workplace_address_label?: string | null | undefined; | ||
}, { | ||
@@ -683,2 +635,3 @@ workplace_siret: string; | ||
workplace_description?: string | null | undefined; | ||
workplace_address_label?: string | null | undefined; | ||
apply_url?: string | null | undefined; | ||
@@ -701,3 +654,2 @@ apply_phone?: string | null | undefined; | ||
apply_email?: string | null | undefined; | ||
workplace_address_label?: string | null | undefined; | ||
}>; | ||
@@ -704,0 +656,0 @@ export type IJobOfferWritableLba = z.output<typeof zJobOfferWritableLba>; |
@@ -13,5 +13,3 @@ import { z } from "zod"; | ||
workplace_size: zJobRecruiter.shape.workplace.shape.size, | ||
workplace_address: z.object({ | ||
label: zJobRecruiter.shape.workplace.shape.location.shape.address, | ||
}), | ||
workplace_address_label: zJobRecruiter.shape.workplace.shape.location.shape.address, | ||
workplace_geopoint: zJobRecruiter.shape.workplace.shape.location.shape.geopoint, | ||
@@ -18,0 +16,0 @@ workplace_idcc: zJobRecruiter.shape.workplace.shape.domain.shape.idcc, |
{ | ||
"name": "api-alternance-sdk", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Mission interministérielle pour l’apprentissage", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1160620
17159