webflow / js-webflow-api

Node.js SDK for the Webflow Data API
https://www.npmjs.com/package/webflow-api
285 stars 92 forks source link

Changed boolean create type to Switch as per the v2 documentation #151

Open virat21 opened 2 weeks ago

virat21 commented 2 weeks ago

as mentioned on issue #143 unable to created Switch field. after some investigation found out schema validator does not have enum for Switch. I've replace Boolean type with Switch on all the necessary places