jssm 5.152.0 → 5.153.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.
@@ -678,6 +678,8 @@ declare type JssmGenericConfig<StateType, DataType> = {
678
678
  arrange_declaration?: Array<Array<StateType>>;
679
679
  arrange_start_declaration?: Array<Array<StateType>>;
680
680
  arrange_end_declaration?: Array<Array<StateType>>;
681
+ oarrange_declaration?: Array<Array<StateType>>;
682
+ farrange_declaration?: Array<Array<StateType>>;
681
683
  machine_author?: string | Array<string>;
682
684
  machine_comment?: string;
683
685
  machine_contributor?: string | Array<string>;