@zyacreatives/shared 2.0.70 → 2.0.71
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.
|
@@ -117,7 +117,6 @@ export declare const UpdateCreativeProfileInputSchema: z.ZodObject<{
|
|
|
117
117
|
}, z.core.$strip>>>;
|
|
118
118
|
achievements: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
119
119
|
title: z.ZodString;
|
|
120
|
-
description: z.ZodString;
|
|
121
120
|
link: z.ZodOptional<z.ZodString>;
|
|
122
121
|
year: z.ZodOptional<z.ZodNumber>;
|
|
123
122
|
}, z.core.$strip>>>;
|
package/dist/schemas/creative.js
CHANGED
|
@@ -200,7 +200,6 @@ exports.UpdateCreativeProfileInputSchema = zod_openapi_1.z
|
|
|
200
200
|
achievements: zod_openapi_1.z
|
|
201
201
|
.object({
|
|
202
202
|
title: zod_openapi_1.z.string(),
|
|
203
|
-
description: zod_openapi_1.z.string(),
|
|
204
203
|
link: zod_openapi_1.z.string().optional(),
|
|
205
204
|
year: zod_openapi_1.z.number().int().optional(),
|
|
206
205
|
})
|
package/package.json
CHANGED
package/src/schemas/creative.ts
CHANGED