Git Product home page Git Product logo

Comments (6)

hardyscc avatar hardyscc commented on May 19, 2024

@MickL Please add return: "document" like following

catModel.create(cat, { overwrite: true, return: "document" } );

from nestjs-dynamoose.

MickL avatar MickL commented on May 19, 2024

Why? That is not a required value by Dynamoose, just in your interfaces 😕

Same problem for:

Model.get(
            {id},
            {
                attributes: ['something'],
            },
);

Also wants to have return:

Property 'return' is missing in type '{ attributes: string[]; }' but required in type 'ModelGetSettings'.

from nestjs-dynamoose.

hardyscc avatar hardyscc commented on May 19, 2024

@MickL please check this out from dynamoose

https://github.com/dynamoose/dynamoose/blob/27326613aa391f0223ef05d2e95c21e33d630a27/lib/Model/index.ts#L828

which is exactly the same as here :

  get( key: Key, settings: ModelGetSettings & { return: 'document' }): Promise<Data>;

The reason is that it is required by the Typescript type inference to correctly choose the right interface, so you will face the same problem if you use the type from dynamoose too.

from nestjs-dynamoose.

MickL avatar MickL commented on May 19, 2024

Hm then maybe that interface is wrong? I am not using return: 'document' with @ts-ignore and it works as expected. I dont think it is or should be required.

from nestjs-dynamoose.

hardyscc avatar hardyscc commented on May 19, 2024

@MickL yes it shouldn't be required, however it may due to some technical difficulty, you may ask @fishcharlie about this :)

from nestjs-dynamoose.

MickL avatar MickL commented on May 19, 2024

I opened an issue: dynamoose/dynamoose#912

from nestjs-dynamoose.

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.