@ondc/automation-mock-runner 1.3.3 → 1.3.5

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.
@@ -92,6 +92,7 @@ function convertToFlowConfig(config) {
92
92
  flowStep.input = [
93
93
  {
94
94
  name: step.mock.inputs.id,
95
+ type: step.mock.inputs.id,
95
96
  schema: step.mock.inputs.jsonSchema,
96
97
  },
97
98
  ];
@@ -558,6 +558,7 @@ describe("configHelper", () => {
558
558
  expect(stepWithInputs.input).toEqual([
559
559
  {
560
560
  name: "ExampleInputId",
561
+ type: "ExampleInputId",
561
562
  schema: {
562
563
  $schema: "http://json-schema.org/draft-07/schema#",
563
564
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondc/automation-mock-runner",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "A TypeScript library for ONDC automation mock runner",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",