@ondc/automation-mock-runner 1.3.38 → 1.3.39

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.
@@ -235,7 +235,8 @@ async function buildConfigFromFlowConfig(payloads, flowConfig, domain, version,
235
235
  for (const step of flowConfig.sequence) {
236
236
  const isFormStep = step.type === "HTML_FORM" ||
237
237
  step.type === "DYNAMIC_FORM" ||
238
- step.type === "FORM";
238
+ step.type === "FORM" ||
239
+ step.type === "HTML_FORM_MULTI";
239
240
  let stepConfig;
240
241
  if (isFormStep) {
241
242
  // HTML_FORM is not yet fully implemented — fall back to dynamic_form default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondc/automation-mock-runner",
3
- "version": "1.3.38",
3
+ "version": "1.3.39",
4
4
  "description": "A TypeScript library for ONDC automation mock runner",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",