{"version":3,"file":"cloud-guardrails.input.mjs","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;;;YAJvB,YAAY,CAAC,OAAO,EAAE,EAAE,UAAU,MAAM,CAAC;YAGzC,YAAY,CAAC,OAAO,EAAE,EAAE,UAAU,MAAM,CAAC;kCAL3C,WAAW;AAUL,4BAAM,gBAAgB;YAC1B,YAAY,qBAAqB,EAAE,UAAU,OAAO,CAAC;8BAFvD,WAAW"}