@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>>>;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyacreatives/shared",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -233,7 +233,6 @@ export const UpdateCreativeProfileInputSchema = z
233
233
  achievements: z
234
234
  .object({
235
235
  title: z.string(),
236
- description: z.string(),
237
236
  link: z.string().optional(),
238
237
  year: z.number().int().optional(),
239
238
  })