@grepr/cli 1.4.7-cb7f5a2 → 1.4.8-4a11a52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8340,6 +8340,11 @@ export interface components {
8340
8340
  */
8341
8341
  checkValidGreprJobGraph?: boolean;
8342
8342
  input: components["schemas"]["TemplateInput"];
8343
+ /**
8344
+ * @description When true, the server skips validating the input values against the template's input schema before running the script. Mirrors the in-process executeTemplateWithoutThrottling path used by some tests and tooling.
8345
+ * @default false
8346
+ */
8347
+ skipInputValidation?: boolean;
8343
8348
  template: components["schemas"]["Template"];
8344
8349
  };
8345
8350
  /** @description Describes an additional output that will be added to the job graph when running a template in draft mode. */