@kl1/contracts 1.1.92-uat → 1.1.93-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -3560,7 +3560,12 @@ var contactContract = (0, import_core10.initContract)().router(
3560
3560
  method: "POST",
3561
3561
  path: "/platform-contact",
3562
3562
  responses: {
3563
- 201: DefaultSuccessResponseSchema.extend({}),
3563
+ 200: DefaultSuccessResponseSchema.extend({
3564
+ data: ContactContractValidationSchema.createContactPlatform.response
3565
+ }),
3566
+ 201: DefaultSuccessResponseSchema.extend({
3567
+ data: ContactContractValidationSchema.createContactPlatform.response
3568
+ }),
3564
3569
  400: import_zod45.default.object({
3565
3570
  message: import_zod45.default.string()
3566
3571
  }),