mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,21 +28,6 @@
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"ShippingLatitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"ShippingLongitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"ShippingGeocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"PhotoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -61,17 +46,15 @@
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"Jigsaw": {
|
||||
"type": "null"
|
||||
},
|
||||
"JigsawCompanyId": {
|
||||
"type": "null"
|
||||
},
|
||||
"SicDesc": {
|
||||
"type": "null"
|
||||
},
|
||||
"Sic": {
|
||||
"type": "null"
|
||||
},
|
||||
"AnnualRevenue": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -16,11 +16,12 @@
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,18 +28,12 @@
|
||||
"CaseNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"RecordTypeId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Language": {
|
||||
"type": "null"
|
||||
},
|
||||
"Priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsClosed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -67,66 +61,15 @@
|
||||
"Comments": {
|
||||
"type": "null"
|
||||
},
|
||||
"ProductId": {
|
||||
"AssetId": {
|
||||
"type": "null"
|
||||
},
|
||||
"BusinessHoursId": {
|
||||
"type": "string"
|
||||
},
|
||||
"ServiceContractId": {
|
||||
"type": "null"
|
||||
},
|
||||
"AssetId": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsClosedOnCreate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsStopped": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"StopStartDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"MilestoneStatus": {
|
||||
"RecordTypeId": {
|
||||
"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"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -25,5 +25,6 @@
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -31,21 +31,6 @@
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"MailingLatitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingLongitude": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingGeocodeAccuracy": {
|
||||
"type": "null"
|
||||
},
|
||||
"ReportsToId": {
|
||||
"type": "null"
|
||||
},
|
||||
"Department": {
|
||||
"type": "null"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -79,21 +64,15 @@
|
||||
"JigsawContactId": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MiddleName": {
|
||||
"type": "null"
|
||||
},
|
||||
"Suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"MailingStateCode": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LID__Level__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__LinkedIn_Company_Id__c": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -102,9 +81,7 @@
|
||||
},
|
||||
"LID__No_longer_at_Company__c": {
|
||||
"type": "null"
|
||||
},
|
||||
"LID__Session_Id__c": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,12 +19,6 @@
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -42,6 +36,13 @@
|
||||
},
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,5 +19,9 @@
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
17
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json
vendored
Normal file
17
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
48
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json
vendored
Normal file
48
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"actionName": {
|
||||
"type": "string"
|
||||
},
|
||||
"errors": {
|
||||
"type": "null"
|
||||
},
|
||||
"invocationId": {
|
||||
"type": "null"
|
||||
},
|
||||
"isSuccess": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"outputValues": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Flow__InterviewGuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"Flow__InterviewStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Flow__InterviewGuid",
|
||||
"Flow__InterviewStatus"
|
||||
]
|
||||
},
|
||||
"sortOrder": {
|
||||
"type": "integer"
|
||||
},
|
||||
"version": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"actionName",
|
||||
"errors",
|
||||
"invocationId",
|
||||
"isSuccess",
|
||||
"outputValues",
|
||||
"sortOrder",
|
||||
"version"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -8,9 +8,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/addToCampaign.json
vendored
Normal file
12
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/addToCampaign.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,18 +28,12 @@
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"MiddleName": {
|
||||
"type": "null"
|
||||
},
|
||||
"Suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Company": {
|
||||
"type": "string"
|
||||
},
|
||||
"Latitude": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -73,24 +67,12 @@
|
||||
"street"
|
||||
]
|
||||
},
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"PhotoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"AnnualRevenue": {
|
||||
"type": "null"
|
||||
},
|
||||
"OwnerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasOptedOutOfEmail": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsConverted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -112,15 +94,6 @@
|
||||
"SystemModstamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"DoNotCall": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasOptedOutOfFax": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastTransferDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"Jigsaw": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -133,17 +106,18 @@
|
||||
"EmailBouncedDate": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AnnualRevenue": {
|
||||
"type": "null"
|
||||
},
|
||||
"IndividualId": {
|
||||
"type": "null"
|
||||
},
|
||||
"Pronouns": {
|
||||
"type": "null"
|
||||
},
|
||||
"GenderIdentity": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsPriorityRecord": {
|
||||
"HasOptedOutOfEmail": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,5 +28,6 @@
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"created": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -8,9 +8,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
"AccountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsPrivate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -61,9 +58,6 @@
|
||||
"CreatedDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"AgeInDays": {
|
||||
"type": "integer"
|
||||
},
|
||||
"CreatedById": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -79,9 +73,6 @@
|
||||
"PushCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"LastStageChangeInDays": {
|
||||
"type": "integer"
|
||||
},
|
||||
"FiscalQuarter": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -91,92 +82,15 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -18,12 +18,7 @@
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"AccountId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
199
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json
vendored
Normal file
199
packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json
vendored
Normal file
@@ -0,0 +1,199 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"objectDescribe": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"activateable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"associateEntityType": {
|
||||
"type": "null"
|
||||
},
|
||||
"associateParentEntity": {
|
||||
"type": "null"
|
||||
},
|
||||
"createable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"custom": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"customSetting": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deepCloneable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deletable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deprecatedAndHidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"feedEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hasSubtypes": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isInterface": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSubtype": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"keyPrefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelPlural": {
|
||||
"type": "string"
|
||||
},
|
||||
"layoutable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mergeable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mruEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"replicateable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"retrieveable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"searchable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"triggerable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"undeletable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updateable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"urls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"compactLayouts": {
|
||||
"type": "string"
|
||||
},
|
||||
"rowTemplate": {
|
||||
"type": "string"
|
||||
},
|
||||
"approvalLayouts": {
|
||||
"type": "string"
|
||||
},
|
||||
"listviews": {
|
||||
"type": "string"
|
||||
},
|
||||
"describe": {
|
||||
"type": "string"
|
||||
},
|
||||
"quickActions": {
|
||||
"type": "string"
|
||||
},
|
||||
"layouts": {
|
||||
"type": "string"
|
||||
},
|
||||
"sobject": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"compactLayouts",
|
||||
"rowTemplate",
|
||||
"approvalLayouts",
|
||||
"listviews",
|
||||
"describe",
|
||||
"quickActions",
|
||||
"layouts",
|
||||
"sobject"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"activateable",
|
||||
"associateEntityType",
|
||||
"associateParentEntity",
|
||||
"createable",
|
||||
"custom",
|
||||
"customSetting",
|
||||
"deepCloneable",
|
||||
"deletable",
|
||||
"deprecatedAndHidden",
|
||||
"feedEnabled",
|
||||
"hasSubtypes",
|
||||
"isInterface",
|
||||
"isSubtype",
|
||||
"keyPrefix",
|
||||
"label",
|
||||
"labelPlural",
|
||||
"layoutable",
|
||||
"mergeable",
|
||||
"mruEnabled",
|
||||
"name",
|
||||
"queryable",
|
||||
"replicateable",
|
||||
"retrieveable",
|
||||
"searchable",
|
||||
"triggerable",
|
||||
"undeletable",
|
||||
"updateable",
|
||||
"urls"
|
||||
]
|
||||
},
|
||||
"recentItems": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes",
|
||||
"Id",
|
||||
"Name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"objectDescribe",
|
||||
"recentItems"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -8,5 +8,6 @@
|
||||
"required": [
|
||||
"errors",
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"url"
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"Id": {
|
||||
@@ -22,5 +21,6 @@
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"id",
|
||||
"success",
|
||||
"errors"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -61,9 +61,6 @@
|
||||
"CallObject": {
|
||||
"type": "null"
|
||||
},
|
||||
"ReminderDateTime": {
|
||||
"type": "null"
|
||||
},
|
||||
"IsReminderSet": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -84,56 +81,7 @@
|
||||
},
|
||||
"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"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -18,9 +18,16 @@
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,5 +28,6 @@
|
||||
},
|
||||
"required": [
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user