Releases: zoho/zohocrm-typescript-sdk-5.0
Releases · zoho/zohocrm-typescript-sdk-5.0
2.0.0
2.0.0
- Handled the sdk_tokens file path and resources file path in InitializeBuilder
For more details, kindly refer 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
- Added the new key (api_domain) in FileStore and DBStore.
- TypeScript SDK upgraded to support v5 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