mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Generate Schema Files - 18113073 (no-changelog) (#12927)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/create.json
vendored
Normal file
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/create.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
77
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json
vendored
Normal file
77
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MasterRecordId": {
|
||||
"type": "null"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"ShippingLatitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"ShippingLongitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"ShippingGeocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"PhotoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"JigsawCompanyId": {
|
||||
"type": "null"
|
||||
},
|
||||
"SicDesc": {
|
||||
"type": "null"
|
||||
},
|
||||
"Sic": {
|
||||
"type": "null"
|
||||
},
|
||||
"AnnualRevenue": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json
vendored
Normal file
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/update.json
vendored
Normal file
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/update.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/create.json
vendored
Normal file
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/create.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
132
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json
vendored
Normal file
132
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json
vendored
Normal file
@@ -0,0 +1,132 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MasterRecordId": {
|
||||
"type": "null"
|
||||
},
|
||||
"CaseNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"RecordTypeId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Language": {
|
||||
"type": "null"
|
||||
},
|
||||
"Priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsClosed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsEscalated": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"Comments": {
|
||||
"type": "null"
|
||||
},
|
||||
"ProductId": {
|
||||
"type": "null"
|
||||
},
|
||||
"BusinessHoursId": {
|
||||
"type": "string"
|
||||
},
|
||||
"ServiceContractId": {
|
||||
"type": "null"
|
||||
},
|
||||
"AssetId": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsClosedOnCreate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsStopped": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"StopStartDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"MilestoneStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes",
|
||||
"Id",
|
||||
"IsDeleted",
|
||||
"MasterRecordId",
|
||||
"CaseNumber",
|
||||
"ContactId",
|
||||
"AccountId",
|
||||
"ParentId",
|
||||
"SuppliedName",
|
||||
"SuppliedEmail",
|
||||
"SuppliedPhone",
|
||||
"SuppliedCompany",
|
||||
"Type",
|
||||
"Status",
|
||||
"Reason",
|
||||
"Origin",
|
||||
"Subject",
|
||||
"Priority",
|
||||
"Description",
|
||||
"IsClosed",
|
||||
"ClosedDate",
|
||||
"IsEscalated",
|
||||
"OwnerId",
|
||||
"CreatedDate",
|
||||
"CreatedById",
|
||||
"LastModifiedDate",
|
||||
"LastModifiedById",
|
||||
"SystemModstamp",
|
||||
"ContactPhone",
|
||||
"ContactMobile",
|
||||
"ContactEmail",
|
||||
"ContactFax",
|
||||
"Comments",
|
||||
"LastViewedDate",
|
||||
"LastReferencedDate"
|
||||
]
|
||||
}
|
||||
29
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json
vendored
Normal file
29
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json
vendored
Normal file
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
}
|
||||
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/create.json
vendored
Normal file
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/create.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
110
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json
vendored
Normal file
110
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MasterRecordId": {
|
||||
"type": "null"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"MailingLatitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingLongitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingGeocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"ReportsToId": {
|
||||
"type": "null"
|
||||
},
|
||||
"Department": {
|
||||
"type": "null"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastCURequestDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"LastCUUpdateDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsEmailBounced": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Jigsaw": {
|
||||
"type": "null"
|
||||
},
|
||||
"JigsawContactId": {
|
||||
"type": "null"
|
||||
},
|
||||
"MiddleName": {
|
||||
"type": "null"
|
||||
},
|
||||
"Suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingStateCode": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LID__Level__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__LinkedIn_Company_Id__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__LinkedIn_Member_Token__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__No_longer_at_Company__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__Session_Id__c": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json
vendored
Normal file
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json
vendored
Normal file
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
}
|
||||
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json
vendored
Normal file
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/create.json
vendored
Normal file
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/create.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/delete.json
vendored
Normal file
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/delete.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
}
|
||||
47
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json
vendored
Normal file
47
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
23
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json
vendored
Normal file
23
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/update.json
vendored
Normal file
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/update.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/upsert.json
vendored
Normal file
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/upsert.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/addNote.json
vendored
Normal file
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/addNote.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
}
|
||||
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/create.json
vendored
Normal file
11
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/create.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
149
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json
vendored
Normal file
149
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json
vendored
Normal file
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MasterRecordId": {
|
||||
"type": "null"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"MiddleName": {
|
||||
"type": "null"
|
||||
},
|
||||
"Suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Company": {
|
||||
"type": "string"
|
||||
},
|
||||
"Latitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"Longitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"GeocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"Address": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"geocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"latitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"longitude": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"city",
|
||||
"country",
|
||||
"geocodeAccuracy",
|
||||
"latitude",
|
||||
"longitude",
|
||||
"postalCode",
|
||||
"state",
|
||||
"street"
|
||||
]
|
||||
},
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"PhotoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"AnnualRevenue": {
|
||||
"type": "null"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasOptedOutOfEmail": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsConverted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsUnreadByOwner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"DoNotCall": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasOptedOutOfFax": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastTransferDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"Jigsaw": {
|
||||
"type": "null"
|
||||
},
|
||||
"JigsawContactId": {
|
||||
"type": "null"
|
||||
},
|
||||
"EmailBouncedReason": {
|
||||
"type": "null"
|
||||
},
|
||||
"EmailBouncedDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"IndividualId": {
|
||||
"type": "null"
|
||||
},
|
||||
"Pronouns": {
|
||||
"type": "null"
|
||||
},
|
||||
"GenderIdentity": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
32
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json
vendored
Normal file
32
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/update.json
vendored
Normal file
8
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/update.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json
vendored
Normal file
14
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/create.json
vendored
Normal file
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/create.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
}
|
||||
182
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json
vendored
Normal file
182
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json
vendored
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AccountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsPrivate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"StageName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Probability": {
|
||||
"type": "integer"
|
||||
},
|
||||
"CloseDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsClosed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsWon": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ForecastCategory": {
|
||||
"type": "string"
|
||||
},
|
||||
"ForecastCategoryName": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasOpportunityLineItem": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"AgeInDays": {
|
||||
"type": "integer"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"PushCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"LastStageChangeInDays": {
|
||||
"type": "integer"
|
||||
},
|
||||
"FiscalQuarter": {
|
||||
"type": "integer"
|
||||
},
|
||||
"FiscalYear": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Fiscal": {
|
||||
"type": "string"
|
||||
},
|
||||
"PartnerAccountId": {
|
||||
"type": "null"
|
||||
},
|
||||
"SyncedQuoteId": {
|
||||
"type": "null"
|
||||
},
|
||||
"ContractId": {
|
||||
"type": "null"
|
||||
},
|
||||
"HasOpenActivity": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasOverdueTask": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasUnlikelyToCloseInsight": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ActivityMetricId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Budget_Confirmed__c": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Discovery_Completed__c": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ROI_Analysis_Completed__c": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Loss_Reason__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"Campagne_lead__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"Opmerking__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"Partner_land__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"Demo_gegeven__c": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Partner__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__CurrentGenerators__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__DeliveryInstallationStatus__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__Is_Influenced__c": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LID__LinkedIn_Company_Id__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__MainCompetitors__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__My_DateTime__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__My_Geolocation__Latitude__s": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__My_Geolocation__Longitude__s": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__My_Geolocation__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__OrderNumber__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__TrackingNumber__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"Einstein_scores__c": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
29
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json
vendored
Normal file
29
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"AccountId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json
vendored
Normal file
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
}
|
||||
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json
vendored
Normal file
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json
vendored
Normal file
16
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
}
|
||||
139
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json
vendored
Normal file
139
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json
vendored
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsHighPriority": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsClosed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedById": {
|
||||
"type": "string"
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsArchived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CallDisposition": {
|
||||
"type": "null"
|
||||
},
|
||||
"CallObject": {
|
||||
"type": "null"
|
||||
},
|
||||
"ReminderDateTime": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsReminderSet": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsRecurrence": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"RecurrenceDayOfMonth": {
|
||||
"type": "null"
|
||||
},
|
||||
"RecurrenceInstance": {
|
||||
"type": "null"
|
||||
},
|
||||
"RecurrenceMonthOfYear": {
|
||||
"type": "null"
|
||||
},
|
||||
"RecurrenceRegeneratedType": {
|
||||
"type": "null"
|
||||
},
|
||||
"TaskSubtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"WhoCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"WhatCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ActionCadenceStepTrackerId": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes",
|
||||
"Id",
|
||||
"WhoId",
|
||||
"WhatId",
|
||||
"Subject",
|
||||
"ActivityDate",
|
||||
"Status",
|
||||
"Priority",
|
||||
"IsHighPriority",
|
||||
"OwnerId",
|
||||
"Description",
|
||||
"IsDeleted",
|
||||
"AccountId",
|
||||
"IsClosed",
|
||||
"CreatedDate",
|
||||
"CreatedById",
|
||||
"LastModifiedDate",
|
||||
"LastModifiedById",
|
||||
"SystemModstamp",
|
||||
"IsArchived",
|
||||
"CallDurationInSeconds",
|
||||
"CallType",
|
||||
"CallDisposition",
|
||||
"CallObject",
|
||||
"ReminderDateTime",
|
||||
"IsReminderSet",
|
||||
"RecurrenceActivityId",
|
||||
"IsRecurrence",
|
||||
"RecurrenceStartDateOnly",
|
||||
"RecurrenceEndDateOnly",
|
||||
"RecurrenceTimeZoneSidKey",
|
||||
"RecurrenceType",
|
||||
"RecurrenceInterval",
|
||||
"RecurrenceDayOfWeekMask",
|
||||
"RecurrenceDayOfMonth",
|
||||
"RecurrenceInstance",
|
||||
"RecurrenceMonthOfYear",
|
||||
"RecurrenceRegeneratedType",
|
||||
"TaskSubtype"
|
||||
]
|
||||
}
|
||||
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json
vendored
Normal file
26
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
32
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json
vendored
Normal file
32
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user