@crowdstrike/logscale-parser-edit 1.201.0--build-3804--sha-1071b2d4e1f44870e3ece667dbbb2a16776d4820 → 1.203.0--build-3883--sha-52e1c94f650b937de674118309dd7e12c0f7fe85
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 +3 -0
- package/index.js +534 -534
- package/index.js.map +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -111,6 +111,9 @@ export declare interface Options extends CommonOptions {
|
|
111
111
|
* CPS validation.
|
112
112
|
*/
|
113
113
|
requireCpsValidation?: boolean;
|
114
|
+
/** If true, the test section of the parser UI will not be displayed
|
115
|
+
*/
|
116
|
+
hideTestUI?: boolean;
|
114
117
|
}
|
115
118
|
|
116
119
|
/** LogScale Parser matching the schema https://schemas.humio.com/parser/v0.3.0
|