NodeSDK icon indicating copy to clipboard operation
NodeSDK copied to clipboard

PlayerProfileViewConstraints typings: Variables with default value marked as required

Open stephan-nordnes-eriksen opened this issue 5 years ago • 0 comments

In the class PlayerProfileViewConstraints all values are marked as required, even though it says "Defaults to X". This causes some typescript issues where we have to type out all the variables. I suspect it might be the case for other classes as well.

https://github.com/PlayFab/NodeSDK/blob/2a120989aa48193fd645194ceb5d3ff2f1d14c60/PlayFabSdk/Scripts/typings/PlayFab/PlayFabClient.d.ts#L3698

Great product, keep up the good work!

stephan-nordnes-eriksen avatar Jun 19 '20 17:06 stephan-nordnes-eriksen