@prismatic-io/spectral 10.10.0 → 10.11.0
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.
|
@@ -129,5 +129,7 @@ export type ActionContext<TConfigVars extends ConfigVarResultCollection = Config
|
|
|
129
129
|
debug: DebugContext;
|
|
130
130
|
/** JSON schemas to enable using flows for AI function calls. */
|
|
131
131
|
flowSchemas: FlowSchemas;
|
|
132
|
+
/** Whether the execution is being run with simulated data. */
|
|
133
|
+
isSimulatedTestExecution?: boolean;
|
|
132
134
|
};
|
|
133
135
|
export {};
|
package/package.json
CHANGED