mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Sfdc (#933)
* add sfdc user node interface * add sfdc user node description for get method * sfdc user node getall * sfdc user node support limit * sfdc user node support options * sfdc user node update user operations * sfdc add usr node query logic * ⚡ Small improvements Co-authored-by: YErii <yeriime@outlook.com>
This commit is contained in:
10
packages/nodes-base/nodes/Salesforce/UserInterface.ts
Normal file
10
packages/nodes-base/nodes/Salesforce/UserInterface.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface IUser {
|
||||
Alias?: string;
|
||||
Department?: string;
|
||||
Division?: string;
|
||||
Email?: string;
|
||||
IsActive?: boolean;
|
||||
MobilePhone?: string;
|
||||
Title?: string;
|
||||
Username?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user