v1.7.4
Fixes:
- Fixed a bug that was not allowing developers to put "top" inside the fetch xml. Everytime it has been done
executeFetchXmlwas throwing an error: "The top attribute can't be specified with paging attribute page" #98
Changes:
- Typescript type definitions. Added a generic type to
CreateRequest,UpdateRequestandUpserRequestfor type checking of theentityproperty inside the request object.