@copilotkit/runtime
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
1 lines • 800 B
Source Map (JSON)
{"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"}