thingworx-field-work / ThingworxVSCodeProject

Develop thingworx models using a real IDE
MIT License
33 stars 17 forks source link

Fix inlining enum members in global functions #69

Closed BogdanMihaiciuc closed 6 months ago

BogdanMihaiciuc commented 6 months ago

Fixes a bug where enum members were not properly inlined when referenced by global functions defined on the first line of a file.

Update the typings for the DisableSubscription and EnableSubscription to support the new signatures in Thingworx 9. (kklorenzotesta)