Skip to content

Releases: zoho/zohocrm-typescript-sdk-8.0

2.0.0

16 Apr 05:40
f7599f0
Compare
Choose a tag to compare

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

1.0.0

16 Apr 05:39
f7599f0
Compare
Choose a tag to compare

1.0.0

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