Skip to content

v1.7.4

Compare
Choose a tag to compare
@AleksandrRogov AleksandrRogov released this 19 Jun 17:35
· 182 commits to master since this release

Fixes:

  • Fixed a bug that was not allowing developers to put "top" inside the fetch xml. Everytime it has been done executeFetchXml was 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 , UpdateRequest and UpserRequest for type checking of the entity property inside the request object.