Git Product home page Git Product logo

Comments (7)

melloware avatar melloware commented on May 27, 2024 1

@soartec-lab assigned this to you as you fixed the original ticket.

from orval.

dipsaus9 avatar dipsaus9 commented on May 27, 2024 1

I'll test it as the release is out there.
To clarify the issue:

With the return type now added to the .msw.ts file, the type check is more strict.
As an example, if the Schema of Dog has an literal or enum as a return value, orval uses the following code:

faker.helpers.arrayElement([
    faker.helpers.arrayElement(Object.values(DogType)),   // DogType is not imported
    undefined,
  ])

This is great.

But if you want to override this value with the override function we can not type the enum. As an example in the config we currently have.

override: {
	operations: {
		api_countries_get_collection: {
			mock: {
				data: () => {
					const countries = ["GB"] // We limit the Enum list here due to testing security

					return countries
				}
			},
		},
	},
}

The expected return type is a list of enum.

In the previous version this would result in no errors. With the strict return type the countries const now types to a string.
And we have no way to update this to a typed value as the config uses common js.

Hope this clarifies the issue.

from orval.

soartec-lab avatar soartec-lab commented on May 27, 2024

Similar to #1201

from orval.

soartec-lab avatar soartec-lab commented on May 27, 2024

@dipsaus9
Thank you for made this report.
I would like to understand this problem correctly, so could you please tell me the error message that is output?

from orval.

soartec-lab avatar soartec-lab commented on May 27, 2024

I have fixed the issue where it did not work correctly by #1205 when enum types were included.

from orval.

soartec-lab avatar soartec-lab commented on May 27, 2024

Hi, @dipsaus9

Since we released "v6.25.0" this issue has been fixed 👍

from orval.

dipsaus9 avatar dipsaus9 commented on May 27, 2024

@soartec-lab Release v6.25.0 did not fix our issue.
I opened a PR that can be a fix #1229

from orval.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.