mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add document:upload operation to Salesforce Node (#2030)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export interface IAttachment {
|
||||
ParentId?: string;
|
||||
Name?: string;
|
||||
Body?: string;
|
||||
OwnerId?: string;
|
||||
IsPrivate?: boolean;
|
||||
ContentType?: string;
|
||||
Description?: string;
|
||||
Body?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user