Releases: zoho/zohocrm-typescript-sdk-8.0
Releases · zoho/zohocrm-typescript-sdk-8.0
2.0.0
2.0.0
- New fields have been added to the History Tracking Fields API.
- Fixed the issue with the inventory mass conversion status API.
For more details, kindly refer to here.
-
Install TypeScript SDK
-
Navigate to the workspace of your client app.
-
Run the command below:
npm install @zohocrm/[email protected]
-
Dependencies
-
Dependencies that should be included in the project
- install form-data
npm i form-data
- install ts-node
npm i ts-node
- install typescript
npm i typescript
- install got
npm i got
- install moment-timezone
npm i moment-timezone
- install mysql
npm i mysql
- install tunnel
npm i tunnel
- install winston
npm i winston
- install @types/mysql
npm i @types/mysql
- install @types/tunnel
npm i @types/tunnel
- install form-data
1.0.0
1.0.0
-
TypeScript SDK upgraded to support v8 APIs.
-
TypeScript SDK improved to support the following new APIs
For more details, kindly refer to here.
-
Install TypeScript SDK
-
Navigate to the workspace of your client app.
-
Run the command below:
npm install @zohocrm/[email protected]
-
Dependencies
-
Dependencies that should be included in the project
- install form-data
npm i form-data
- install ts-node
npm i ts-node
- install typescript
npm i typescript
- install got
npm i got
- install moment-timezone
npm i moment-timezone
- install mysql
npm i mysql
- install tunnel
npm i tunnel
- install winston
npm i winston
- install @types/mysql
npm i @types/mysql
- install @types/tunnel
npm i @types/tunnel
- install form-data