Add type field to Task resource (Salesforce) (#2171)

* added Type field in Task resource of salesforce

*  Improvements to #2110

Co-authored-by: Ketan Somvanshi <ketan.somvanshi@plivo.com>
This commit is contained in:
Ricardo Espinoza
2021-09-05 08:55:53 -04:00
committed by GitHub
parent 96813fcc05
commit 2c561507f7
3 changed files with 48 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export interface ITask {
TaskSubtype?: string;
WhoId?: string;
Status?: string;
WhatId?: string;