@crowdstrike/logscale-parser-edit 1.138.0--build-1213--sha-58e0f694aa232d8adf81d25d18084fe9b5bb0c84 → 1.140.0--build-1313--sha-672eb9d44b1d089036df31128886bcab9b9ff1b9

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.
package/index.d.ts CHANGED
@@ -94,8 +94,8 @@ export declare interface Options extends CommonOptions {
94
94
  repoName: string;
95
95
  /** ID of the parser to be edited. Overrides the `script` field if it is provided. */
96
96
  parserId?: string;
97
- /** Makes the editor display a fictitious script with the given value. This field is ignored if `repoName` and `parserId` are provided. */
98
- script?: string;
97
+ /** Makes the editor display a parser described by a YAML template. This field is ignored if `parserId` is provided. */
98
+ yamlTemplate?: string;
99
99
  /** Whether the parser should be read-only or editable. Defaults to false (meaning it's editable).
100
100
  * Note that if the parser is built-in, then it will be read-only regardless of this value.
101
101
  */