feat: Generate Schema Files - 18113073 (no-changelog) (#12927)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Jon
2025-01-30 14:59:04 +00:00
committed by GitHub
parent cdfa22593b
commit 9d027339fd
661 changed files with 76670 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}

View 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"
}
}
}

View 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"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}

View 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"
]
}

View 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"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"errors",
"success"
]
}

View File

@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}

View 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"
}
}
}

View 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"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"errors",
"success"
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
},
"created": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"errors",
"success"
]
}

View 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"
}
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url"
]
},
"Id": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
},
"created": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"id",
"success",
"errors"
]
}

View File

@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}

View 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"
}
}
}

View 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"
]
}

View File

@@ -0,0 +1,8 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
},
"created": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"id",
"success",
"errors"
]
}

View 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"
}
}
}

View 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"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"errors",
"success"
]
}

View 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"
]
}

View File

@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"id",
"success",
"errors"
]
}

View 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"
]
}

View 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"
]
}

View 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"
]
}