threefoldtech / tfgrid-sdk-ts

Apache License 2.0
4 stars 8 forks source link

Comprehensive type checking in GridClient Models/Methods #3013

Open Mahmoud-Emad opened 5 days ago

Mahmoud-Emad commented 5 days ago

Which package/s are you suggesting this feature for?

grid_client

Is your feature request related to a problem? Please describe

it's a feature request

Describe the solution you'd like

Enhance the Grid Client by ensuring all models and methods have complete type definitions.

Mahmoud-Emad commented 5 days ago

I have made the necessary updates to the getObj as requested in https://github.com/threefoldtech/tfgrid-sdk-ts/issues/2869.

However, some of the models and functions need to infer their types as well.

Mahmoud-Emad commented 5 days ago

Whoever is going to work on this, please make sure to update the types in the GridClient scripts.

0oM4R commented 4 days ago

https://github.com/threefoldtech/tfgrid-sdk-ts/pull/3014#discussion_r1652120131

Mahmoud-Emad commented 2 days ago

Issue update

Work in progress: