Current Version: @zohocrm/typescript-sdk - VERSION 1.1.1
Install command
npm install @zohocrm/typescript-sdk-2.0@1.1.1
Issue Fix
Improved to fix an existing bug that caused "Cannot read property 'hasOwnProperty'" error due to improper file processing in Windows OS.
Previous Versions
@zohocrm/typescript-sdk-2.0 - VERSION 1.1.0
Install command
npm install zcrmsdk@1.1.0
Notes
Enhancement
Supported External ID.
@zohocrm/typescript-sdk-2.0 - VERSION 1.0.2
Install command
npm install zcrmsdk@1.0.2
Notes
Enhancement
Handled Date objects.
@zohocrm/typescript-sdk-2.0 - VERSION 1.0.1
Install command
npm install @zohocrm/typescript-sdk@1.0.1
Enhancements
The SDK is highly structured to ensure easy access to all the components.
Each CRM entity is represented by a package, and each package contains an Operations Class that incorporates methods to perform all possible operations over that entity.
SDKException - A wrapper class to wrap all exceptions such as SDK anomalies and other unexpected behaviors.
StreamWrapper - A wrapper class for File operations.
APIResponse - A common response instance for all the SDK method calls.