jssm 5.142.0 → 5.142.2

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.
@@ -385,6 +385,7 @@ declare type JssmGenericConfig<StateType, DataType> = {
385
385
  dot_preamble?: string;
386
386
  start_states: Array<StateType>;
387
387
  end_states?: Array<StateType>;
388
+ failed_outputs?: Array<StateType>;
388
389
  initial_state?: StateType;
389
390
  start_states_no_enforce?: boolean;
390
391
  state_declaration?: Object[];
@@ -401,6 +402,7 @@ declare type JssmGenericConfig<StateType, DataType> = {
401
402
  machine_license?: string;
402
403
  machine_name?: string;
403
404
  machine_version?: string;
405
+ npm_name?: string;
404
406
  fsl_version?: string;
405
407
  auto_api?: boolean | string;
406
408
  instance_name?: string | undefined;