@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.mjs CHANGED
@@ -3459,7 +3459,12 @@ var contactContract = initContract10().router(
3459
3459
  method: "POST",
3460
3460
  path: "/platform-contact",
3461
3461
  responses: {
3462
- 201: DefaultSuccessResponseSchema.extend({}),
3462
+ 200: DefaultSuccessResponseSchema.extend({
3463
+ data: ContactContractValidationSchema.createContactPlatform.response
3464
+ }),
3465
+ 201: DefaultSuccessResponseSchema.extend({
3466
+ data: ContactContractValidationSchema.createContactPlatform.response
3467
+ }),
3463
3468
  400: z45.object({
3464
3469
  message: z45.string()
3465
3470
  }),