Git Product home page Git Product logo

Comments (10)

felixfbecker avatar felixfbecker commented on June 16, 2024

What's IEntityAttributes?

from sequelize.

svallory avatar svallory commented on June 16, 2024

@felixfbecker Just an example of an interface defined to specify a model attributes. Oh... I see now why it didn't make sense. My message was incomplete. Look again

from sequelize.

felixfbecker avatar felixfbecker commented on June 16, 2024

I still don't understand where you get IModelAttributes from:

sequelize/lib/model.d.ts

Lines 2566 to 2567 in 505b409

update<K extends keyof this>(key: K, value: this[K], options?: InstanceUpdateOptions): Promise<this>;
update(keys: object, options?: InstanceUpdateOptions): Promise<this>;

from sequelize.

eseliger avatar eseliger commented on June 16, 2024

@svallory Are you referring to v3 typings?

from sequelize.

svallory avatar svallory commented on June 16, 2024

Sorry @felixfbecker and @eseliger I have no idea where I saw an update receiving the attributes interface instead of object. But anyways, it could be updated to

update(keys: Partial<TAttributes>, options?: InstanceUpdateOptions): Promise<this>;

Same goes for updateAttributes, but that's another issue. Feel free to close this one or update to the suggestion above

from sequelize.

felixfbecker avatar felixfbecker commented on June 16, 2024

Where does TAttributes come from?

from sequelize.

svallory avatar svallory commented on June 16, 2024

@felixfbecker From here:

export interface Model<TInstance, TAttributes> extends Hooks<TInstance>, Associations {

@eseliger Yes, I'm talking about v3

from sequelize.

svallory avatar svallory commented on June 16, 2024

Actually, I just update the package to 4.0.76 and I still see the same type definition in my project (interface Model...), but I couldn't find it in the repository. I can only find an abstract class Model

from sequelize.

SimonSchick avatar SimonSchick commented on June 16, 2024

I think you are mixing up sequelize @types typings with the ones here?

from sequelize.

svallory avatar svallory commented on June 16, 2024

@SimonSchick I was, I though this was the repository for @types/sequelize. Sorry guys!

from sequelize.

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.