{"version":3,"file":"cloud-guardrails.input.cjs","names":[],"sources":["../../../src/graphql/inputs/cloud-guardrails.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class GuardrailsRuleInput {\n  @Field(() => [String], { nullable: true })\n  allowList?: string[] = [];\n\n  @Field(() => [String], { nullable: true })\n  denyList?: string[] = [];\n}\n\n@InputType()\nexport class GuardrailsInput {\n  @Field(() => GuardrailsRuleInput, { nullable: false })\n  inputValidationRules: GuardrailsRuleInput;\n}\n"],"mappings":";;;;;;;;AAGO,gCAAM,oBAAoB;;mBAER,EAAE;kBAGH,EAAE;;;2DAJX,CAAC,OAAO,EAAE,EAAE,UAAU,MAAM,CAAC;2DAG7B,CAAC,OAAO,EAAE,EAAE,UAAU,MAAM,CAAC;gFALhC;AAUL,4BAAM,gBAAgB;2DACd,qBAAqB,EAAE,UAAU,OAAO,CAAC;4EAF5C"}