{"version":3,"sources":["../../../src/captcharator-v1-captcha-entity-captcha.schemas.ts"],"sourcesContent":["import * as z from 'zod';\n\nexport const AuthorizeRequest = z.object({\n  token: z.string().describe('The CAPTCHA token to authorize.'),\n});\nexport const AuthorizeResponse = z.object({\n  success: z\n    .boolean()\n    .describe('Value is `true` when authorization is successful.')\n    .optional(),\n  errors: z\n    .object({ errorId: z.number().int().describe('ID of error.').optional() })\n    .describe('Error information.')\n    .optional(),\n});\n"],"mappings":";AAAA,YAAY,OAAO;AAEZ,IAAM,mBAAqB,SAAO;AAAA,EACvC,OAAS,SAAO,EAAE,SAAS,iCAAiC;AAC9D,CAAC;AACM,IAAM,oBAAsB,SAAO;AAAA,EACxC,SACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS;AAAA,EACZ,QACG,SAAO,EAAE,SAAW,SAAO,EAAE,IAAI,EAAE,SAAS,cAAc,EAAE,SAAS,EAAE,CAAC,EACxE,SAAS,oBAAoB,EAC7B,SAAS;AACd,CAAC;","names":[]}